@charset "UTF-8";
@font-face {
  font-family: "tracfone";
  src: url("../../../font/tracfone.eot");
  src: url("../../../font/tracfone.eot?#iefix") format("embedded-opentype"), url("../../../font/tracfone.woff") format("woff"), url("../../../font/tracfone.ttf") format("truetype"), url("../../../font/tracfone.svg#tracfone") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "tracfone" !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^=fontastic-]:before,
[class*=" fontastic-"]:before {
  font-family: "tracfone" !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;
}

.fontastic-x:before {
  content: "a";
}

body {
  background-color: white;
  color: #1b1b1b;
  font: normal normal 400 1em/1.16667em "Bogle Regular", sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Bogle Bold", sans-serif;
  font-weight: 400;
  line-height: 1.1;
}

h1, h2, h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}

h4, h5, h6 {
  margin-bottom: 10px;
  margin-top: 10px;
}

h1, .h1 {
  margin-bottom: 5px;
  font-size: 36px;
  text-transform: uppercase;
}

h2, .h2 {
  margin-bottom: 2px;
  font-size: 22px;
}

h3, .h3 {
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

.show {
  visibility: visible;
}

.h1--md {
  font-size: 60px;
  line-height: 0.85;
}

@media (max-width: 500px) {
  .h1--md {
    font-size: 32px;
  }
}
.h1--large {
  font-size: 100px;
  line-height: 0.85;
}

@media (max-width: 768px) {
  .h1--large {
    font-size: 50px;
  }
}
.text-bold {
  font-weight: bold;
}

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

.text-white {
  color: white;
}

a, .btn-link {
  color: #0081ff;
  text-decoration: none;
}
a:active, .btn-link:active {
  color: #2a6496;
  text-decoration: none;
}
a:hover, .btn-link:hover, a:focus, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
}

#main a, #main .btn-link {
  font-weight: bold;
}

.link--blue {
  display: inline-block;
  color: #46cbfc;
}

.link--orange {
  display: inline-block;
  color: #fd8132;
}

.text-danger a, .text-danger .btn-link {
  color: #a94442;
}

.container {
  width: auto;
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 960px) {
  .container {
    max-width: 960px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: none;
    width: 1089px;
  }
}
@media (min-width: 768px) {
  .container-cards {
    max-width: 750px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .container-cards {
    max-width: 1089px;
    padding-left: 0;
    padding-right: 0;
  }
}

p {
  margin: 0 0 8px;
}

.padding-0 {
  padding: 0;
}

.card-padding {
  padding-left: 5px;
  padding-right: 5px;
}

.paddingtop20 {
  padding-top: 20px;
}

.paddingbottom20 {
  padding-bottom: 20px;
}

.margin-0 {
  margin: 0;
}

.marginbottom0 {
  margin-bottom: 0;
}

.marginbottom10 {
  margin-bottom: 10px;
}

.marginbottom20 {
  margin-bottom: 20px;
}

.marginbottom30 {
  margin-bottom: 30px;
}

.marginbottom80 {
  margin-bottom: 80px;
}

.margintop0 {
  margin-top: 0;
}

.margintop10 {
  margin-top: 10px;
}

.margintop20 {
  margin-top: 20px;
}

.margintop30 {
  margin-top: 30px;
}

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

.top {
  min-height: auto;
  position: static;
  width: auto;
}

ul li, ol li {
  line-height: 1.5em;
}

.list-aligned {
  padding: 0 1.25em;
}

.list-clear {
  list-style: none;
  padding: 0;
}
.list-clear li {
  display: inline-block;
}

@media (max-width: 767px) {
  .home_page_banners > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.table {
  margin-bottom: 30px;
}

thead {
  border-bottom: 1px solid #1b1b1b;
}

.no-border th {
  border: none;
}

.hr--brand-primary {
  border-top: 23px solid #1a75cf;
}

.container--green {
  background-color: #c3e051;
}

.container--gray {
  background-color: #cccccc;
}

.container--light-gray {
  background-color: #f3f4f7;
}

.container-holder--primary {
  background-color: #1a75cf;
  padding: 1rem 0;
}

.container-holder--dark-gray {
  background-color: #3b3b3b;
  padding: 1rem 0;
}

.container-holder--primary {
  background-color: #1a75cf;
  background-image: linear-gradient(45deg, #1a75cf 25%, #1768b8 25%, #1768b8 50%, #1a75cf 50%, #1a75cf 75%, #1768b8 75%, #1768b8 100%);
  background-size: 28px 28px;
  padding: 1rem 0;
}

.pagination a.selected, .pagination .selected.btn-link {
  color: #46cbfc;
  font-weight: bold;
}

.no-entries,
.message-area {
  padding: 1rem;
}

.modal-backdrop {
  position: fixed;
  bottom: 0;
  z-index: 1030;
  opacity: 0.5;
}

#referral-form-modal .btn-custom {
  margin-left: auto;
  margin-right: auto;
}
#referral-form-modal input {
  text-align: center;
}

.no-margin {
  margin: 0;
}

.no-margin--bottom {
  margin-bottom: 0;
}

.no-margin--top {
  margin-top: 0;
}

.modal {
  z-index: 9999998;
}

.modal-header {
  border: none;
}

.modal--green .modal-content {
  background: #ffffff;
}
.modal--green .modal-content .modal-header .close {
  background-color: black;
  border-radius: 50%;
  color: white;
  display: inline-block;
  font-size: 20px;
  height: 24px;
  line-height: 20px;
  margin: 0;
  opacity: 1;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 24px;
}
.modal--green .modal-content .modal-header .close span {
  position: relative;
  top: -3px;
}

.modal--empty-header .modal-body {
  padding-top: 0;
}

.modal-content--black {
  background-color: #3b3b3b;
  color: white;
}
.modal-content--black .close {
  color: white;
  opacity: 1;
}

.list-group--no-bg .list-group-item {
  background-color: transparent;
  border: medium none;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.list--unstyled {
  list-style: none;
}

.poll__answer label {
  font-weight: bold;
}
.poll__answer input {
  margin-right: 5px;
}

.poll__answer-section {
  margin: 0 auto;
  max-width: 280px;
}

.pie-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.poll-results__answer-chart {
  display: inline-block;
  margin-bottom: 1rem;
}

.poll-results__answer-percent.no-margin.h4 {
  font-size: 20px;
}

.poll-results__answer-name {
  font-weight: normal;
  max-width: 175px;
  margin: 0 10px;
  font-size: 13px;
}

.external-modal {
  padding: 24px;
  width: 100%;
  height: 100%;
}

.hr--black {
  border-color: black;
  background-color: black;
}

.green-stripe-page {
  background: #c3e051 url(/img/backgrounds/green-stripe-tile.png) repeat left top;
}

.fancy-list {
  font-family: "Bogle Bold", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
}

.fancy-list--centered {
  margin: 1rem auto;
  max-width: 260px;
}

.inline-icon {
  display: inline-block;
  font-size: 24px;
  font-family: "Bogle Bold", sans-serif;
  font-weight: 400;
  line-height: 1em;
  text-transform: none;
  margin: 0 20px 20px;
  max-width: calc(50% - 42px);
}
.inline-icon img {
  display: block;
  margin: 0 auto;
}

.inline-icon__circle {
  background-color: white;
  border-radius: 50%;
  padding: 10px;
  display: block;
  margin: 0 auto 0.5rem;
  width: 88px;
  height: 88px;
}
.inline-icon__circle img {
  max-width: 80%;
}

.inline-icon__image--survey {
  left: 5px;
  position: relative;
  top: 3px;
}

.inline-icon__image--refer {
  left: 4px;
  position: relative;
  top: 0;
}

.inline-icon__image--play {
  left: -2px;
  position: relative;
  top: 7px;
}

.inline-icon__image--share {
  left: -3px;
  position: relative;
  top: -1px;
}

.inline-icon__image--movie {
  position: relative;
  top: 13px;
}

.inline-badge {
  display: inline-block;
  margin: 0 5px;
}

.col--no-pad {
  padding-left: 0;
  padding-right: 0;
}

.row-cards {
  margin-right: -5px;
  margin-left: -5px;
}
.row-cards .col-xs-1, .row-cards .col-sm-1, .row-cards .col-md-1, .row-cards .col-lg-1, .row-cards .col-xs-2, .row-cards .col-sm-2, .row-cards .col-md-2, .row-cards .col-lg-2, .row-cards .col-xs-3, .row-cards .col-sm-3, .row-cards .col-md-3, .row-cards .col-lg-3, .row-cards .col-xs-4, .row-cards .col-sm-4, .row-cards .col-md-4, .row-cards .col-lg-4, .row-cards .col-xs-5, .row-cards .col-sm-5, .row-cards .col-md-5, .row-cards .col-lg-5, .row-cards .col-xs-6, .row-cards .col-sm-6, .row-cards .col-md-6, .row-cards .col-lg-6, .row-cards .col-xs-7, .row-cards .col-sm-7, .row-cards .col-md-7, .row-cards .col-lg-7, .row-cards .col-xs-8, .row-cards .col-sm-8, .row-cards .col-md-8, .row-cards .col-lg-8, .row-cards .col-xs-9, .row-cards .col-sm-9, .row-cards .col-md-9, .row-cards .col-lg-9, .row-cards .col-xs-10, .row-cards .col-sm-10, .row-cards .col-md-10, .row-cards .col-lg-10, .row-cards .col-xs-11, .row-cards .col-sm-11, .row-cards .col-md-11, .row-cards .col-lg-11, .row-cards .col-xs-12, .row-cards .col-sm-12, .row-cards .col-md-12, .row-cards .col-lg-12 {
  padding-left: 5px;
  padding-right: 5px;
}

.my-dashboard-raf {
  padding-top: 20px;
}

.local_row .col-md-4 {
  position: relative !important;
}

.digital-wallet {
  display: none;
  max-width: 480px;
}
@media (max-width: 768px) {
  .digital-wallet {
    display: block;
  }
}

@media (max-width: 992px) {
  .border-top-md {
    border-top: solid 1px #1b1b1b;
  }
}

@media (min-width: 992px) {
  .border-top-lg {
    border-top: solid 1px #1b1b1b;
  }
}

.lang_search > .back-to-account {
  margin-right: 10px;
  font-family: "myriad-pro", myriad-pro, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 20px;
  padding-right: 13px;
  border-right: 2px solid #0081ff;
}

a.skip-main, .skip-main.btn-link {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-main:focus, .skip-main.btn-link:focus,
a.skip-main:active,
.skip-main.btn-link:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

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

.collapse.show {
  visibility: visible !important;
}

h1.h3,
h3:focus,
h3:hover,
h3:visited,
a:focus,
a:hover,
a:visited,
a,
.btn-link {
  outline: none;
}

body .active.glyphicon-plus-sign:before {
  content: "\e082";
}

body .glyphicon-chevron-up.glyphicon-minus-sign:before,
body .active.glyphicon-chevron-down:before {
  content: "\e113";
}

body .active.fa-plus-circle:before {
  content: "\f056";
}

.modal-open .fade.show {
  opacity: 1;
}

.modal-backdrop.fade.show {
  opacity: 0.5;
}

#breadcrumb {
  text-transform: capitalize;
}

.hero-image-holder > a, .hero-image-holder > .btn-link {
  max-width: 1089px;
  margin: 0 auto;
  display: block;
}

header .lang_search .back-to-account a, header .lang_search .back-to-account .btn-link {
  font-family: "myriad-pro", myriad-pro, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 20px;
}

header .lang_search a:hover, header .lang_search .btn-link:hover {
  color: #2a6496;
  text-decoration: underline;
}

.testimonials-carousel .carousel-dots li button {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: none;
}

.testimonials-carousel .carousel-dots li.slick-active button {
  width: 12px;
  height: 12px;
  margin: 0;
  background: #fff;
}

.testimonials-carousel .slick-active button {
  box-shadow: none !important;
}

#share-modal.modal > .modal-dialog {
  margin: 80px auto;
}

.redeem-banner {
  padding: 0 10px;
  margin: 0 auto 90px;
  border-radius: 24px;
  width: 100%;
  display: block;
}
.redeem-banner .headline {
  max-width: 100%;
  color: white;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  padding: 20px;
  align-self: stretch;
}
.redeem-banner .content-flex {
  width: 100%;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .redeem-banner .content-flex {
    flex-wrap: wrap;
    width: 100%;
  }
}
.redeem-banner .content-flex > div {
  width: 25%;
}
@media (max-width: 991px) {
  .redeem-banner .content-flex > div {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .redeem-banner .content-flex > div {
    width: 100%;
  }
}
.redeem-banner .content-flex > div .points {
  padding: 0 10px 3px 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .redeem-banner .content-flex > div .points {
    padding: 0 0 3px 10px;
    white-space: nowrap;
  }
}
.redeem-banner .content-flex > div .points img {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: -2px;
}
.redeem-banner .content-flex > div .desc {
  padding: 0 10px 20px 50px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .redeem-banner .content-flex > div .desc {
    white-space: nowrap;
    padding: 0 0 20px 42px;
  }
}

.container--green {
  background: #fdbb30;
}

.container-holder--primary {
  background-color: #1a75cf;
  background-image: linear-gradient(45deg, #1a75cf 25%, #1768b8 25%, #1768b8 50%, #1a75cf 50%, #1a75cf 75%, #1768b8 75%, #1768b8 100%);
  background-size: 28px 28px;
  padding: 1rem 0;
}

.modal-open .modal-dialog {
  margin-top: calc(50vh - 100px) !important;
}

.myfamilymobile .carousel-dots li button {
  border: none;
}

@font-face {
  font-family: "fontello";
  src: url("/public/font/fontello.eot");
  src: url("/public/font/fontello.eot") format("embedded-opentype"), url("/public/font/fontello.woff2") format("woff2"), url("/public/font/fontello.woff") format("woff"), url("/public/font/fontello.ttf") format("truetype"), url("/public/font/fontello.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg#fontello') format('svg');
  }
}
*/
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-tracfone_localdiscounts_auto:before {
  content: "\e800";
}

/* '' */
.icon-tracfone_localdiscounts_dining:before {
  content: "\e801";
}

/* '' */
.icon-tracfone_localdiscounts_entertainment:before {
  content: "\e802";
}

/* '' */
.icon-tracfone_localdiscounts_shopping:before {
  content: "\e803";
}

/* '' */
@font-face {
  font-family: "Bogle Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Bogle Regular"), url("../fonts/bogle/BOGLEREGULAR.woff") format("woff");
}
@font-face {
  font-family: "Bogle Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Bogle Bold"), url("../fonts/bogle/BOGLEBOLD.woff") format("woff");
}
header div.top {
  background: white none repeat scroll 0 0;
  min-height: 140px;
}

header div.navigation {
  background: #1a75cf none repeat scroll 0 0;
}

header h1 {
  margin: 0;
  padding: 0;
}

header .logo {
  top: 0px;
}

header .lang_search {
  margin-top: 10px;
  vertical-align: top;
  text-align: right;
  font-size: 0.875rem;
}

header .language {
  font-weight: bold;
  text-align: left;
}

#language {
  font-family: "Bogle Regular", sans-serif;
  font-size: 15px;
  font-weight: 800;
}

header .top {
  padding-top: 20px;
}

.header-profileinfo {
  font-weight: bold;
  font-family: "Bogle Bold", sans-serif;
}

.header-profileinfo__name {
  font-size: 22px;
}

.header-profileinfo__points {
  font-size: 38px;
  line-height: 1;
}

.header-profileinfo__points-label {
  line-height: 0.7;
}

.header-profileinfo--desktop {
  display: inline-block;
  margin-left: 60px;
  vertical-align: top;
  text-align: center;
}
.header-profileinfo--desktop .header-profileinfo__name {
  display: block;
  margin-bottom: 0.5em;
  text-align: right;
}
.header-profileinfo--desktop .header-profileinfo__points {
  display: block;
}
.header-profileinfo--desktop .header-profileinfo__points-label {
  display: block;
}

.header-profileinfo--mobile {
  background-color: #868686;
  color: white;
  padding: 10px 20px;
  padding-bottom: 25px !important;
}
.header-profileinfo--mobile a, .header-profileinfo--mobile .btn-link {
  color: white;
}
.header-profileinfo--mobile .header-profileinfo__name {
  font-size: 30px;
  vertical-align: middle;
  display: inline-block;
  margin-top: 20px;
}
.header-profileinfo--mobile .header-profileinfo__points {
  font-size: 60px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -6px;
}
.header-profileinfo--mobile .header-profileinfo__points-label {
  font-size: 22px;
  vertical-align: middle;
}

body.tf-webview > header {
  display: none;
}

body.tf-webview .header-profileinfo--mobile {
  background-color: white;
  padding: 10px 5px;
}
body.tf-webview .header-profileinfo--mobile a, body.tf-webview .header-profileinfo--mobile .btn-link {
  color: #1a75cf;
}

body.tf-webview .header-profileinfo--mobile .header-profileinfo__name {
  font-size: 18px;
  margin-top: -1px;
  margin-bottom: 0;
  vertical-align: top;
}

body.tf-webview .header-profileinfo--mobile .header-profileinfo__points {
  font-size: 18px;
  margin-bottom: 0;
  vertical-align: top;
}

body.tf-webview .header-profileinfo--mobile .header-profileinfo__points-label {
  font-size: 18px;
}

body.tf-webview .header-profileinfo--mobile .header-profileinfo--ST_logo {
  display: inline;
  height: 18px;
  width: auto;
  vertical-align: top;
  margin-top: 1px;
}

@media (max-width: 1008px) {
  header .lang_search {
    padding-right: 0;
  }
}
footer {
  background-color: transparent;
  border-top: none;
  color: inherit;
  font-size: inherit;
  margin-top: 0;
  overflow: auto;
  position: static;
  width: auto;
  line-height: 1.42857;
}

footer .col-sm-12 {
  float: none;
}

footer a, footer .btn-link {
  color: inherit;
}

footer .TF_ST_trademark .mobile_logo {
  margin-bottom: 0;
}

footer .footer_links {
  background: #1a75cf none repeat scroll 0 0;
  padding: 25px 0;
}

footer .footer_links,
footer .footer_links li a:hover,
footer .footer_links li .btn-link:hover {
  color: #0081ff;
}

footer .footer_links ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

footer .footer_links li a, footer .footer_links li .btn-link {
  line-height: 1.6em;
  padding: 0;
}

footer .footer_links .container .row .col-md-2 {
  padding-left: 0;
}

footer .socialmedia ul li {
  margin-left: 0;
}

footer .socialmedia li a, footer .socialmedia li .btn-link {
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 32px;
  width: 32px;
}

@media (min-width: 768px) and (max-width: 980px) {
  footer .socialmedia ul li {
    margin-bottom: 10px;
  }
}
footer .TF_ST_trademark p {
  color: #999;
  font-size: 11px;
}

footer .TF_ST_trademark p a, footer .TF_ST_trademark p .btn-link {
  color: #fff;
}

footer .TF_ST_trademark p a:hover, footer .TF_ST_trademark p .btn-link:hover {
  color: #fff;
  text-decoration: underline;
}

footer .mobile_logo img {
  margin: 0 auto;
}

.footer_links .container .row {
  margin-left: 0;
  margin-right: 0;
}

.footer_links h4.title {
  font-family: "Bogle Bold", sans-serif;
  font-size: 24px;
  font-weight: 600;
}

footer .footer_links li a, footer .footer_links li .btn-link,
footer .socialmedia h5 {
  font-family: "Bogle Bold", sans-serif;
  font-size: 17px;
  font-weight: 800;
}

footer .socialmedia ul {
  clear: both;
}

footer .socialmedia li {
  float: left;
  padding-left: 10px;
}

footer .socialmedia li a, footer .socialmedia li .btn-link {
  background: rgba(0, 0, 0, 0) url("/program/myfamilymobile/img/icons/social_icons.png") no-repeat scroll 0 0;
  height: 40px;
  width: 40px;
  text-decoration: none;
}

footer .socialmedia li a.facebook, footer .socialmedia li .facebook.btn-link {
  background-position: 0 -8px;
}

footer .socialmedia li a.twitter, footer .socialmedia li .twitter.btn-link {
  background-position: 0 -58px;
}

footer .socialmedia li a.instagram, footer .socialmedia li .instagram.btn-link {
  background-position: 0 -108px;
}

footer .socialmedia li a.youtube, footer .socialmedia li .youtube.btn-link {
  background-position: 0 -158px;
}

footer ul.terms {
  padding: 10px 0 0;
}

footer ul.terms li {
  color: #fff;
  display: inline-block;
  font-family: "Bogle Regular", sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding-right: 9px;
  text-transform: uppercase;
}

footer ul.terms li a, footer ul.terms li .btn-link {
  color: #fff;
}

footer .TF_ST_trademark p {
  color: #999;
  font-family: "Bogle Regular", sans-serif;
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 0;
  padding-top: 10px;
}

footer a.share, footer .share.btn-link,
.plan_wrapper p a,
.plan_wrapper p .btn-link {
  background: #000 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 19px;
  color: #fff;
  display: inline-block;
  font: 600 18px/40px "Bogle Regular", sans-serif;
  height: 40px;
  margin: 9px auto;
  max-width: 225px;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 86%;
}

footer a.share, footer .share.btn-link {
  background: #000 url("/program/tracfonerewardsprogram/img/icons/social_icons.png") no-repeat scroll right -11px top -195px;
}

footer a.share:hover, footer .share.btn-link:hover {
  background: #2a2929 url("/program/tracfonerewardsprogram/img/icons/social_icons.png") no-repeat scroll right -11px top -195px;
}

footer .mobile_logo {
  padding: 25px 0;
}

footer .TF_ST_trademark {
  background: #3b3b3b none repeat scroll 0 0;
  padding-bottom: 35px;
  padding-top: 15px;
}

@media (max-width: 767px) {
  footer {
    margin-top: 0;
  }

  .TF_ST_trademark .container {
    padding: 0 30px;
  }
}
@media (min-width: 960px) and (max-width: 1008px) {
  footer > .footer_links > .container > div.row,
header > .top > .container > div.row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  footer .socialmedia ul {
    float: right;
  }

  footer .socialmedia {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .footer_links h2.title {
    font-size: 22px;
  }

  footer .socialmedia {
    text-align: center;
  }

  footer .socialmedia ul {
    display: inline-block;
    overflow: hidden;
    padding-right: 20px;
  }

  footer .mobile_logo img {
    margin: 0 auto;
  }

  footer ul.terms {
    padding: 10px 0 10px 15px;
  }

  footer ul.terms li {
    font-size: 16px;
    padding: 5px 18px 5px 0;
  }

  footer .TF_ST_trademark p {
    font-size: 14px;
    padding-left: 15px;
  }

  footer .footer_links li a, footer .footer_links li .btn-link,
footer .socialmedia h5 {
    color: #000;
    font-size: 20px;
  }

  .footer_links h4.title {
    font-size: 30px;
    margin-top: 20px;
  }

  footer .footer_links {
    padding: 20px 15px 40px;
  }

  footer .socialmedia {
    text-align: center;
  }
}
body.tf-webview > footer .footer_links,
body.tf-webview > footer .TF_ST_trademark {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
  .footer_links h4.title {
    font-size: 20px;
  }

  footer .footer_links li a, footer .footer_links li .btn-link,
footer .socialmedia h5 {
    font-size: 15px;
  }

  footer .socialmedia li {
    width: 40%;
  }

  footer .socialmedia h5 {
    text-align: center;
  }
}
@media (max-width: 340px) {
  footer .socialmedia ul {
    width: 121px;
  }

  footer .socialmedia li {
    padding-bottom: 10px;
  }
}
footer .rewards-disclaimer-container {
  margin-top: 1em;
}

.rewards-disclaimer {
  font-size: 12px;
  margin: 7px 0 17px;
}
.rewards-disclaimer a:focus, .rewards-disclaimer .btn-link:focus {
  color: #3366CC;
}
.rewards-disclaimer u {
  color: #3366CC;
}

footer ul.terms li {
  font-size: 10px;
}

footer .TF_ST_trademark p {
  font-size: 9px;
  color: white;
}

.footer_links h4.title {
  font-size: 14px;
  text-transform: uppercase;
  color: white;
}

footer .socialmedia li a, footer .socialmedia li .btn-link {
  height: 45px;
  width: 45px;
}
footer .footer_links li a, footer .footer_links li .btn-link {
  font-size: 13px;
  font-weight: 400;
  color: white;
}
footer .footer_links li a:hover, footer .footer_links li .btn-link:hover, footer .footer_links li a:active, footer .footer_links li .btn-link:active, footer .footer_links li a:focus, footer .footer_links li .btn-link:focus {
  color: white;
}
footer .footer_links li a.facebook, footer .footer_links li .facebook.btn-link {
  background-position: 0 -80px;
}
footer .footer_links li a.twitter, footer .footer_links li .twitter.btn-link {
  background-position: 0 -130px;
}
footer .footer_links li a.instagram, footer .footer_links li .instagram.btn-link {
  background-position: 0 -180px;
}
footer .footer_links li a.pinterest, footer .footer_links li .pinterest.btn-link {
  background-position: 0 -636px;
}
footer .footer_links li a.blog, footer .footer_links li .blog.btn-link {
  background-position: 0 -28px;
}
footer .footer_links li a.youtube, footer .footer_links li .youtube.btn-link {
  background-position: 0 -230px;
}

.navbar {
  border: 0 solid;
  margin-bottom: 0;
  min-height: 36px;
  z-index: 3 !important;
}

#navTabs ul.main_nav li.lotusTab {
  border-top: 1px solid #1a75cf;
}

#navTabs li.fttitle li.dropdown-submenu a, #navTabs li.fttitle li.dropdown-submenu .btn-link,
#navTabs .lotusTabs .dropdown-menu a,
#navTabs .lotusTabs .dropdown-menu .btn-link {
  padding: 5px 20px;
}

#navTabs li.fttitle li {
  width: 100%;
}

#navTabs ul.lotusTabs li,
.portlet-tab li {
  border-style: none;
}

.lotusTabs li,
.portlet-tab li {
  border-style: solid;
  border-width: 1px;
  float: left;
  background-color: #fff;
  border-color: #ccc;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.lotusTabs a, .lotusTabs .btn-link,
.lotusTabs a:visited,
.portlet-tab a,
.portlet-tab .btn-link,
.portlet-tab a:visited {
  display: block;
  line-height: 1em;
  padding: 6px 8px 6px 5px;
  text-decoration: none;
}

.nav > li {
  display: block;
  position: relative;
}

.navbar-nav.navbar-right {
  float: right;
}

.navbar-nav {
  float: left;
  margin: 0;
}

.navbar-nav > li {
  float: left;
  margin-left: 0;
}

.navbar-nav > li > a, .navbar-nav > li > .btn-link {
  background: #1a75cf none repeat scroll 0 0;
  color: #fff;
  padding: 12px 10px;
  line-height: 20px;
  display: block;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  font-family: "Bogle Bold", sans-serif;
  font-size: 15px;
  font-weight: 900;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > .btn-link {
  color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > .btn-link:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > .btn-link:active {
  background: white none repeat scroll 0 0;
  color: #1a75cf;
  text-decoration: none;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > .btn-link:focus {
  background: white none repeat scroll 0 0;
  color: #1a75cf;
  text-decoration: none;
  outline: 0 !important;
}

.navbar-default .navbar-nav > li > a:focus a:hover, .navbar-default .navbar-nav > li > .btn-link:focus a:hover, .navbar-default .navbar-nav > li > a:focus .btn-link:hover, .navbar-default .navbar-nav > li > .btn-link:focus .btn-link:hover {
  background: #1a75cf none repeat scroll 0 0;
  color: white;
  text-decoration: none;
  outline: 0 !important;
}

.secondry_nav > li > a, .secondry_nav > li > .btn-link {
  border-top: 1px solid #1a75cf;
  background: #1a75cf none repeat scroll 0 0;
  color: #fff;
  padding: 12px 10px;
  line-height: 20px;
  display: block;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  font-family: "Bogle Bold", sans-serif;
  font-size: 15px;
  font-weight: 900;
}

.secondry_nav li a.login, .secondry_nav li .login.btn-link {
  background: #1a75cf url("/program/myfamilymobile/img/icons/social_icons.png") no-repeat scroll 11px -228px;
  padding: 12px 10px 12px 40px;
}
.secondry_nav li a.login:hover, .secondry_nav li .login.btn-link:hover, .secondry_nav li a.login:active, .secondry_nav li .login.btn-link:active, .secondry_nav li a.login:focus, .secondry_nav li .login.btn-link:focus {
  background: white url("/program/myfamilymobile/img/icons/social_icons.png") no-repeat scroll 11px -228px;
}

.secondry_nav li a.logout, .secondry_nav li .logout.btn-link {
  background: #1a75cf url("/program/myfamilymobile/img/icons/social_icons.png") no-repeat scroll 11px -228px;
  padding: 12px 10px 12px 40px;
}
.secondry_nav li a.logout:hover, .secondry_nav li .logout.btn-link:hover, .secondry_nav li a.logout:active, .secondry_nav li .logout.btn-link:active, .secondry_nav li a.logout:focus, .secondry_nav li .logout.btn-link:focus {
  background: white url("/program/myfamilymobile/img/icons/social_icons.png") no-repeat scroll 11px -228px;
}

.secondry_nav li a.seebalance, .secondry_nav li .seebalance.btn-link {
  background: transparent url("/program/myfamilymobile/img/icons/ico_balance.png") no-repeat scroll 7px 5px;
}

.secondry_nav li a.trackorder, .secondry_nav li .trackorder.btn-link {
  background: transparent url("/program/myfamilymobile/img/icons/ico_track.png") no-repeat scroll 7px 5px;
}

.divider {
  padding: 11px 0 !important;
}
.divider:hover {
  background: #1a75cf none repeat scroll 0 0 !important;
  color: #1a75cf;
  text-decoration: none;
  outline: 0 !important;
}

.dropdown-menu > li > a, .dropdown-menu > li > .btn-link {
  clear: both;
  color: #333333;
  display: block;
  font-weight: normal;
  line-height: 1.42857;
  padding: 3px 20px;
  white-space: nowrap;
}

.dropdown-menu li a, .dropdown-menu li .btn-link {
  color: #333333 !important;
}

.navbar .open .dropdown-menu {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.15);
  -o-border-image: none;
     border-image: none;
  border-radius: 0 0 4px 4px;
  border-style: solid;
  border-width: 0 1px 1px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  float: left;
  position: absolute;
}

.navbar .open .dropdown-menu > li > a, .navbar .open .dropdown-menu > li > .btn-link {
  color: #333;
}

.navbar .open .dropdown-menu > li > a:hover, .navbar .open .dropdown-menu > li > .btn-link:hover,
.navbar .open .dropdown-menu > li > a:focus,
.navbar .open .dropdown-menu > li > .btn-link:focus,
.navbar .open .dropdown-menu > .active > a,
.navbar .open .dropdown-menu > .active > .btn-link,
.navbar .open .dropdown-menu > .active > a:hover,
.navbar .open .dropdown-menu > .active > a:focus {
  background-color: #3b3b3b !important;
  color: #fff !important;
  background-image: none;
}

.navbar .open .dropdown-menu > .disabled > a, .navbar .open .dropdown-menu > .disabled > .btn-link,
.navbar .open .dropdown-menu > .disabled > a:hover,
.navbar .open .dropdown-menu > .disabled > a:focus {
  background-color: transparent !important;
  color: #999 !important;
}

.main_nav .navlink--selected,
.main_nav > li > a.navlink--selected {
  background-color: white;
  color: #1a75cf;
}

.mobile_nav .navlink--selected {
  background-color: #3b3b3b;
}

.progress {
  border-radius: 2em 0 0 2em;
  height: 25px;
}

.progress-bar {
  background-color: #1a75cf;
  background-image: none;
  box-shadow: none;
  border-radius: 2em;
}

.progress-icon {
  float: right;
  margin-top: -17px;
  margin-left: -15px;
  border: solid 5px #1a75cf;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}

.popover {
  min-width: 350px !important;
  left: -156px !important;
  background: rgba(255, 255, 255, 0.95) !important;
  border: none !important;
  top: 19px !important;
}
.popover .arrow {
  left: 87% !important;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 29px solid #000000;
  border-top: 29px solid #000000;
}
.popover .popover-title,
.popover .popover-header {
  border-radius: 18px !important;
  display: none;
}

.popover-content,
.popover-body {
  padding: 11px;
}
.popover-content .close,
.popover-body .close {
  color: #111111 !important;
  opacity: 0.5 !important;
  font-weight: 400;
}
.popover-content .close:hover, .popover-content .close:active, .popover-content .close:focus,
.popover-body .close:hover,
.popover-body .close:active,
.popover-body .close:focus {
  color: #222222 !important;
  text-decoration: none;
  opacity: 1 !important;
  outline: 0 !important;
}
.popover-content h1,
.popover-body h1 {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Bogle Bold", sans-serif;
  line-height: 1.1;
  letter-spacing: 0.02em;
  margin-top: -3px;
  margin-bottom: 0px;
}
.popover-content .h2,
.popover-body .h2 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Bogle Bold", sans-serif;
  line-height: 1.1;
  letter-spacing: 0.02em;
  margin-top: 0px;
  margin-bottom: 0px;
}
.popover-content .h2 > b,
.popover-body .h2 > b {
  font-weight: 800;
}
.popover-content h3, .popover-content .h3,
.popover-body h3,
.popover-body .h3 {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Bogle Bold", sans-serif;
  line-height: 1.1;
  letter-spacing: 0.02em;
  margin-top: 20px;
  margin-bottom: 8px;
  text-decoration: underline;
}
.popover-content .referral_code,
.popover-body .referral_code {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Bogle Bold", sans-serif;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
.popover-content .btn-link,
.popover-body .btn-link {
  color: #FFFFFF;
}
.popover-content .btn-link:hover, .popover-content .btn-link:active, .popover-content .btn-link:focus,
.popover-body .btn-link:hover,
.popover-body .btn-link:active,
.popover-body .btn-link:focus {
  color: white;
  text-decoration: none;
}
.popover-content .btn-group,
.popover-body .btn-group {
  padding: 2.5px;
  margin-left: -2px;
}

.popover.bottom > .arrow,
.popover.bs-popover-bottom > .arrow {
  top: -29px !important;
  border-bottom-color: #FFFFFF !important;
  opacity: 0.9 !important;
  margin-left: -11px;
  border-top-width: 0;
}

.popover.bottom > .arrow::after,
.popover.bs-popover-bottom > .arrow::after {
  top: 0 !important;
  margin-left: 0 !important;
  content: " " !important;
  border-top-width: 0 !important;
  border-bottom-color: transparent !important;
}

.popover, .popover-title, .popover-header {
  border-radius: 18px !important;
}

.fade.show {
  opacity: 1;
}

@media (max-width: 959px) {
  header .navigation > .container {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-nav > li > a, .navbar-nav > li > .btn-link,
.secondry_nav > li > a,
.secondry_nav > li > .btn-link {
    font-size: 15px;
    font-family: "Bogle Bold", sans-serif;
  }
}
.dashboard-mobile {
  display: none;
}
@media (min-width: 768px) {
  .dashboard-mobile {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .popover.fade.show.bs-popover-bottom {
    opacity: 0;
  }
}
.secondry_nav li a.login, .secondry_nav li .login.btn-link, .secondry_nav li a.logout, .secondry_nav li .logout.btn-link {
  background-position: 11px -300px;
}

.secondry_nav li a.login:hover, .secondry_nav li .login.btn-link:hover, .secondry_nav li a.login:focus, .secondry_nav li .login.btn-link:focus, .secondry_nav li a.login:active, .secondry_nav li .login.btn-link:active, .secondry_nav li a.logout:hover, .secondry_nav li .logout.btn-link:hover, .secondry_nav li a.logout:focus, .secondry_nav li .logout.btn-link:focus, .secondry_nav li a.logout:active, .secondry_nav li .logout.btn-link:active {
  background-position: 11px -300px;
}

.popover-content .btn-link:hover, .popover-content .btn-link:active, .popover-content .btn-link:focus {
  color: white;
}

.secondry_nav li a.login:hover, .secondry_nav li .login.btn-link:hover, .secondry_nav li a.login:active, .secondry_nav li .login.btn-link:active, .secondry_nav li a.login:focus, .secondry_nav li .login.btn-link:focus, .secondry_nav li a.logout:hover, .secondry_nav li .logout.btn-link:hover, .secondry_nav li a.logout:active, .secondry_nav li .logout.btn-link:active, .secondry_nav li a.logout:focus, .secondry_nav li .logout.btn-link:focus {
  color: white;
  background: #1a75cf url("/program/myfamilymobile/img/icons/social_icons.png") no-repeat scroll 11px -300px;
}

.mobile_nav {
  text-align: right;
}

.mobile_nav ul.dl-menu li {
  text-align: left;
}

.mobile_navigation {
  background: white none repeat scroll 0 0;
}

.mobile_navigation .mobile_nav.col-xs-3 {
  padding-right: 10px;
}

.mobile_navigation > div.row {
  margin-left: 0;
  margin-right: 0;
}

#dl-menu .menutitle {
  font-family: "Bogle Regular", sans-serif;
  font-weight: bold;
  display: block;
}

.dl-menu.dl-subview, .dl-menuwrapper .dl-menu {
  margin-top: 27px;
}

@media (min-width: 480px) {
  .dl-menuwrapper {
    margin-top: 17% !important;
  }
}
.dl-menuwrapper {
  float: left;
  margin-top: 10%;
  max-width: 300px;
  perspective: 1000px;
  perspective-origin: 50% 200%;
  position: relative;
  width: 100%;
}

.dl-menuwrapper:first-child {
  margin-right: 100px;
}

.dl-menuwrapper button.search_btn.btn.btn-default.btn-sm {
  background-color: #ffffff;
  background-image: none;
  height: 30px;
  padding: 5px 10px;
  position: relative;
  text-indent: 1px;
  top: 0;
  width: auto;
}

.dl-menuwrapper ul {
  list-style: outside none none;
  padding: 0;
  transform-style: preserve-3d;
  padding-left: 15px;
}

.dl-menuwrapper li {
  position: relative;
}
.dl-menuwrapper li.menu-divider a, .dl-menuwrapper li.menu-divider .btn-link {
  border-top: 5px solid white;
}

.dl-menuwrapper li a, .dl-menuwrapper li .btn-link, .dl-menu li a, .dl-menu li .btn-link {
  color: #fff;
  display: block;
  line-height: 20px;
  outline: medium none;
  padding: 15px 13px 15px 0;
  position: relative;
  font-family: "Bogle Regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.dl-menuwrapper .dl-submenu li a, .dl-menuwrapper .dl-submenu li .btn-link {
  padding-left: 26px;
}

.dl-menuwrapper li a:hover, .dl-menuwrapper li .btn-link:hover, .dl-menu li a:hover, .dl-menu li .btn-link:hover {
  text-decoration: none;
}

.dl-menuwrapper li.dl-back > a, .dl-menuwrapper li.dl-back > .btn-link {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  color: white;
  padding-left: 30px;
}

.dl-menuwrapper li.dl-back::after {
  color: #fff;
  content: "";
  font-family: "Glyphicons Halflings";
  left: 10px;
  line-height: 50px;
  position: absolute;
  top: 0;
}

.dl-menuwrapper li.dl-parentmenu::after {
  color: rgba(255, 255, 255, 0.5);
  content: "\e080";
  font-family: "Glyphicons Halflings";
  line-height: 50px;
  position: absolute;
  right: 10px;
  top: 0;
}

.dl-menu li.dl-back {
  background: transparent url("/program/myfamilymobile/img/icons/sprite.png") no-repeat scroll -17px -58px;
  border-bottom: 1px solid #303132;
}

.dl-menuwrapper li.dl-back::after,
.dl-menuwrapper li > a:not(:only-child)::after,
.dl-menuwrapper li > .btn-link:not(:only-child)::after {
  content: "";
  font-family: "icomoon";
  line-height: 50px;
  position: absolute;
  top: 0;
}

.dl-menuwrapper li.dl-back::after {
  color: rgba(212, 204, 198, 0.3);
  left: 10px;
  transform: rotate(180deg);
}

.dl-menuwrapper li > a::after, .dl-menuwrapper li > .btn-link::after {
  color: rgba(0, 0, 0, 0.15);
  right: 10px;
}

.dl-menuwrapper .dl-menu {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-shadow: 7px 9px 26px rgba(51, 51, 51, 0.58);
  margin: 20px 0 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: -10px;
  transform: translateY(10px);
  width: 278px;
}

.dl-menuwrapper .dl-menu, .dl-menuwrapper .dl-submenu {
  top: 58px;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease 0s;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  right: -10px;
  top: 58px;
  transform: translateY(0px);
}

.dl-menuwrapper li .dl-submenu {
  display: none;
  top: 62px !important;
}

.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subviewopen > .btn-link,
.dl-menu.dl-subview li.dl-subview > a,
.dl-menu.dl-subview li.dl-subview > .btn-link {
  display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}

.dl-menuwrapper > .dl-submenu {
  left: 0;
  margin: 0;
  position: absolute;
  top: 50px;
  width: 100%;
}

.mobile_nav, .mobile_nav .column, .dl-menuwrapper .dl-menu.dl-menuopen {
  z-index: 100;
}

.no-js .dl-menuwrapper .dl-menu {
  opacity: 1;
  position: relative;
  transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}

.no-js .dl-menuwrapper li.dl-back {
  display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child), .no-js .dl-menuwrapper li > .btn-link:not(:only-child) {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}

.no-js .dl-menuwrapper li > a:not(:only-child)::after, .no-js .dl-menuwrapper li > .btn-link:not(:only-child)::after {
  content: "";
}

.demo-3 .dl-menuwrapper ul {
  background: #1a75cf none repeat scroll 0 0;
}

.dl-menuwrapper .dl-menu {
  margin: 5px 0 0;
}

.dl-menuwrapper li a, .dl-menuwrapper li .btn-link,
.dl-menu li {
  border-bottom: 1px solid #5f5f5f;
}
.dl-menuwrapper li a:last-child, .dl-menuwrapper li .btn-link:last-child,
.dl-menu li:last-child {
  border-bottom: none;
}

.dl-menu li.hasSubMenu {
  background: transparent url("/program/myfamilymobile/img/icons/sprite.png") no-repeat scroll 222px -30px;
}

.dl-menu li.home-nav {
  background: transparent url("/program/myfamilymobile/img/icons/sprite.png") no-repeat scroll 222px 9px;
}

.mobile_navigation .mobile_nav.col-xs-3 {
  padding-right: 10px;
}

.header-top {
  height: 50px;
}

.header-top ul {
  display: table;
  padding-left: 0;
  width: 100%;
}

.header-top ul li:first-child {
  border-left: medium none;
}

.header-top ul li:nth-child(2) {
  border-left: medium none;
}

.header-top ul li {
  background: #120f10;
  background: #1a75cf;
  border-left: 2px solid white;
  display: table-cell;
  text-align: center;
  width: 20%;
}
.header-top ul li:hover {
  background: #3d3d3d none repeat scroll 0 0;
}

.header-top li a, .header-top li .btn-link {
  color: #fff !important;
  display: block;
  min-height: 50px;
  padding-top: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Bogle Regular", sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.header-top .nav__homelink {
  background-color: white;
  border-bottom: 1px solid #3b3b3b;
  color: #3b3b3b !important;
}

.header-top .nav__link > span {
  position: relative;
  top: -6px;
}

.header-top .nav__border-left {
  border-left: 2px solid white !important;
}

@media (max-width: 500px) {
  .header-top .nav__screensize-adjust {
    max-width: 80px;
    margin: auto;
  }

  .header-top li .nav__link {
    padding-top: 8px;
  }
}
.cd-search-trigger,
.dl-trigger {
  display: inline-block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  z-index: 3;
  position: relative;
  background: transparent;
  border: medium none;
  cursor: pointer;
  outline: medium none;
}
.cd-search-trigger:hover, .cd-search-trigger:focus, .cd-search-trigger:active,
.dl-trigger:hover,
.dl-trigger:focus,
.dl-trigger:active {
  color: transparent;
}

.dl-trigger span,
.dl-trigger span::before,
.dl-trigger span::after {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #2e3233;
}

.dl-trigger span {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  transition: background 0.3s 0.3s;
}

.dl-trigger span::before,
.dl-trigger span::after {
  content: "";
  right: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 0 50%;
  transition: transform 0.3s 0.3s;
}

.dl-trigger span::before {
  top: -6px;
}

.dl-trigger span::after {
  top: 6px;
}

.dl-trigger.dl-active span {
  background: rgba(46, 50, 51, 0);
}

.dl-trigger.dl-active span::before,
.dl-trigger.dl-active span::after {
  background: #2e3233;
}

.dl-trigger.dl-active span::before {
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}

.dl-trigger.dl-active span::after {
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}

@media only screen and (min-width: 1170px) {
  .dl-trigger {
    display: none;
  }
}
.navbar-default {
  background-image: none;
  background: #1a75cf none repeat scroll 0 0;
  border: none;
  box-shadow: none;
  border-radius: 0px !important;
}

.navbar-nav.dashboard-right {
  float: right;
}

.navbar-nav {
  float: left;
  margin: 0;
}

.navbar-nav > li {
  float: left;
  margin-left: 0;
}

.mobile-nav ul {
  display: table;
  padding-left: 0;
  width: 100%;
  background: #1a75cf none repeat scroll 0 0;
}

.mobile-nav > li > a, .mobile-nav > li > .btn-link {
  color: #fff;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Bogle Regular", sans-serif;
  font-size: 15px !important;
  line-height: 16px;
  border-top: 1px solid #1a75cf;
  background: #1a75cf none repeat scroll 0 0;
  padding: 15px 10px;
  position: relative;
  text-shadow: none;
}

.mobile-nav li a.login, .mobile-nav li .login.btn-link {
  background: #1a75cf url("/program/myfamilymobile/img/icons/social_icons.png") no-repeat scroll 11px -228px;
  padding: 15px 10px 15px 40px;
}
.mobile-nav li a.login:hover, .mobile-nav li .login.btn-link:hover, .mobile-nav li a.login:active, .mobile-nav li .login.btn-link:active, .mobile-nav li a.login:focus, .mobile-nav li .login.btn-link:focus {
  background: white url("/program/myfamilymobile/img/icons/social_icons.png") no-repeat scroll 11px -228px;
}

.mobile-nav li a.logout, .mobile-nav li .logout.btn-link {
  background: #1a75cf url("/program/myfamilymobile/img/icons/social_icons.png") no-repeat scroll 11px -228px;
  padding: 15px 10px 15px 40px;
}
.mobile-nav li a.logout:hover, .mobile-nav li .logout.btn-link:hover, .mobile-nav li a.logout:active, .mobile-nav li .logout.btn-link:active, .mobile-nav li a.logout:focus, .mobile-nav li .logout.btn-link:focus {
  background: white url("/program/myfamilymobile/img/icons/social_icons.png") no-repeat scroll 11px -228px;
}

.mobile-divider {
  padding: 13px 0 !important;
}
.mobile-divider:hover {
  background: #1a75cf none repeat scroll 0 0 !important;
  color: #1a75cf;
  text-decoration: none;
  outline: 0 !important;
}

.mobile-nav li a.dashboard_icon, .mobile-nav li .dashboard_icon.btn-link {
  padding: 15px;
}

.popover-content.mobile {
  padding: 15px 15px 5px !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

.wide {
  width: 100%;
}

.header-top li a, .header-top li .btn-link {
  padding-top: 17px;
}

.mobile-nav li a.login, .mobile-nav li .login.btn-link {
  background-position: 11px -300px;
}
.mobile-nav li a.login:hover, .mobile-nav li .login.btn-link:hover, .mobile-nav li a.login:active, .mobile-nav li .login.btn-link:active, .mobile-nav li a.login:focus, .mobile-nav li .login.btn-link:focus {
  background-position: 11px -300px;
}

body.tf-webview .header-top ul li a.navlink--selected, body.tf-webview .header-top ul li .navlink--selected.btn-link {
  background: white;
}

body.tf-webview .header-top ul li a.navlink--selected span, body.tf-webview .header-top ul li .navlink--selected.btn-link span {
  color: #1a75cf;
}

.mobile_logo {
  padding: 10px 0 10px 20px;
}

.mobile_logo img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}

.TF_ST_trademark .mobile_logo {
  margin-bottom: 15px;
}

.hero-image-holder {
  background-color: #abacae;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.hero-image-holder.marginbottom10 {
  margin-bottom: 10px;
}
.hero-image-holder.marginbottom20 {
  margin-bottom: 20px;
}
.hero-image-holder.marginbottom30 {
  margin-bottom: 30px;
}

.hero-image-holder--bright-blue {
  background-color: #46cbfc;
}

.hero-image-holder--white {
  background-color: white;
}

.hero-image-holder--dkgray {
  background-color: #5d5d5d;
}

.hero-image-holder--brand-color {
  background-color: #1a75cf;
}

@media (max-width: 992px) {
  .hero-image-holder--white-md-down {
    background-color: #9fc3ff;
  }
}

.hero-image {
  padding-top: 0;
}
.hero-image img {
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 1251px) {
  .hero-image--wide img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .hero-image-holder--flex .hero-image {
    height: 920px;
  }
  .hero-image-holder--flex .hero-image img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
@media (max-width: 850px) {
  .hero-image-holder--flex .hero-image {
    height: 850px;
  }
}
@media (max-width: 750px) {
  .hero-image-holder--flex .hero-image {
    height: 750px;
  }
}
@media (max-width: 600px) {
  .hero-image-holder--flex .hero-image {
    height: 650px;
  }
}
@media (max-width: 500px) {
  .hero-image-holder--flex .hero-image {
    height: 700px;
  }
}
@media (max-width: 450px) {
  .hero-image-holder--flex .hero-image {
    height: 650px;
  }
}
@media (max-width: 400px) {
  .hero-image-holder--flex .hero-image {
    height: 600px;
  }
}
@media (max-width: 350px) {
  .hero-image-holder--flex .hero-image {
    height: 550px;
  }
}

@media (max-width: 600px) {
  .hero-image-holder--flex--top-image .hero-image img {
    top: 0;
    bottom: auto;
  }
}

.hero-content-wrapper {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .hero-content-wrapper {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
}

.hero-image-holder--flex .hero-content-wrapper {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  top: 0;
}
@media (min-width: 992px) {
  .hero-image-holder--flex .hero-content-wrapper {
    transform: translate(-50%, -50%);
    top: 50%;
  }
}

.hero-image-holder--flex .hero-content-wrapper-learn-more {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  top: 86%;
}
@media (min-width: 768px) {
  .hero-image-holder--flex .hero-content-wrapper-learn-more {
    transform: translate(-50%, -50%);
  }
}

.hero-content {
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
  color: #000;
}
@media (min-width: 992px) {
  .hero-content {
    text-align: left;
    max-width: 960px;
  }
}

.hero-title {
  line-height: 1;
  margin-top: 10px;
  font-family: "Bogle Regular", sans-serif;
}
@media (min-width: 768px) {
  .hero-title {
    white-space: nowrap;
  }
}

.hero-copy {
  font-size: 23px;
  line-height: 1.25;
  margin-bottom: 15px;
  font-family: "Bogle Regular", sans-serif;
}
@media (max-width: 400px) {
  .hero-copy {
    font-size: 16px;
  }
}

.referral-content-wrapper {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .referral-content-wrapper {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
}

.referral-image-holder--flex .referral-content-wrapper {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  top: 0;
}
@media (min-width: 768px) {
  .referral-image-holder--flex .referral-content-wrapper {
    transform: translate(-50%, -50%);
    top: 50%;
  }
}

.referral-content {
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
  color: #000;
}
@media (min-width: 768px) {
  .referral-content {
    text-align: left;
    max-width: 740px;
  }
}
@media (max-width: 768px) {
  .referral-content {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .referral-content {
    padding-top: 0;
  }
}

.referral-headline {
  line-height: 1;
  font-size: 34px;
  font-family: "Bogle Regular", sans-serif;
}
@media (min-width: 768px) {
  .referral-headline {
    white-space: nowrap;
  }
}
@media (max-width: 600px) {
  .referral-headline br {
    display: none;
  }
}
@media (max-width: 481px) {
  .referral-headline {
    font-size: 30px;
  }
}
@media (max-width: 370px) {
  .referral-headline {
    font-size: 20px;
  }
}

.referral-subhead {
  font-size: 19px;
  line-height: 1.25;
  margin-bottom: 15px;
  font-family: "Bogle Regular", sans-serif;
}
@media (max-width: 481px) {
  .referral-subhead {
    font-size: 14px;
  }
}
@media (max-width: 390px) {
  .referral-subhead {
    font-size: 12px;
    margin-bottom: 0;
  }
}

.referral-social-share {
  width: 100%;
  display: block;
}

.referral-social-item {
  width: 100%;
  padding-bottom: 4px;
  font-size: 15px;
  display: block;
}
.referral-social-item i {
  margin-right: 10px;
  color: #1DA1F2;
  font-size: 3em;
}
@media (max-width: 1200px) {
  .referral-social-item i {
    font-size: 2.5em;
  }
}
@media (max-width: 992px) {
  .referral-social-item i {
    font-size: 3.8em;
  }
}
@media (max-width: 768px) {
  .referral-social-item i {
    font-size: 3em;
  }
}

.referral-step-text {
  font-size: 19px;
  line-height: 1.2;
}

.referral-steps {
  padding: 0 12px;
}
@media (min-width: 992px) {
  .referral-steps img {
    max-width: 254px;
  }
}

.refer-code {
  width: 200px;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  top: -4px;
  margin-right: 20px;
}
@media (max-width: 600px) {
  .refer-code {
    margin-bottom: 15px;
    margin-right: 0px;
  }
}

.referral-headline {
  font-size: 28px;
  color: white;
}

.referral-headline__code {
  text-shadow: 0px 0px 5px #3b3b3b !important;
}

.referral-subhead {
  color: white;
}

.hero-image-holder--brand-color {
  background-color: #1a75cf;
  color: white;
}

.refer-code {
  color: #1b1b1b;
}

input, textarea {
  font-family: "Bogle Regular", sans-serif;
}

input[type=checkbox] {
  margin: 0 0.25em 1em;
}

label {
  font-weight: bold;
}

.form-control {
  font-family: "Bogle Regular", sans-serif;
  height: 59px;
}

.form-group .inline-block {
  display: inline-block;
}

.form-inline .form-group {
  margin-bottom: 1em;
}

.form-range {
  margin: 0 0 20px;
}

.font-fa {
  font-family: FontAwesome, "Bogle Regular", sans-serif;
}

.testimonial-form {
  margin-bottom: 30px;
}

#refCodeHolder {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

#refCodePopup {
  background: #FFFFFF;
  padding: 30px 10px 20px 10px;
  width: 250px;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 600px;
  overflow: auto;
  text-align: center;
}

#refCodeHolder .closeBtn {
  cursor: pointer;
  float: right;
  font-weight: bold;
  position: absolute;
  right: 12px;
  top: 12px;
}

div.controls.text-center {
  margin-bottom: auto;
}

.local_form_keyword {
  display: inline-block;
  width: 65%;
}
.local_form_keyword #keyword {
  background-color: #e4e4e4;
  border: 0px;
  height: 45px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.local_form_zip {
  display: inline-block;
  height: 30px;
  width: 30%;
}
.local_form_zip #zip {
  background-color: #e4e4e4;
  height: 45px;
  border: 0px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.local_form_radius {
  height: 30px;
  display: inline-block;
  width: 40%;
  padding-left: 0px;
  margin-bottom: 30px;
}
.local_form_radius #radius {
  height: 45px;
  background-color: #e4e4e4;
}

.local_form_search {
  display: inline-block;
  padding-left: 10px;
  width: 130px;
  max-width: 150px;
}
.local_form_search .btn {
  height: 45px;
  text-align: center;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.local_form_search .fa-search {
  font-size: 20px;
}

.copy-code-form {
  display: inline-block;
  background: white;
  padding: 10px 0 10px 10px;
}

.copy-code-form__button {
  background: #ec342e;
  color: white;
  padding: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.copy-code-form__button:hover {
  cursor: pointer;
}

.copy-code-form--copied .copy-code-form__button {
  background: #09ba22;
}

.copy-code-form__code {
  border: 0;
}

.table > tbody > tr > td {
  padding: 10px 0;
  font-weight: normal;
}

.profile-statement {
  border-bottom: 1px solid #1b1b1b;
}

.dataTable .odd, .dataTable .even {
  background-color: initial;
}

.profile-statement td {
  padding: 6px 5px 6px 0;
  background-color: initial;
}

.paginate_button_disabled.first,
.paginate_button_disabled.last {
  display: none;
}

.dataTable thead th {
  padding: 5px 0;
  position: relative;
}
.dataTable thead th:after {
  position: relative;
  left: 0.5em;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dataTable thead th:focus {
  background: #f0f0f0;
}

.summary-table-wrapper {
  margin: 0 0 1em;
  overflow-x: auto;
  overflow-y: hidden;
}

.summary-table--margin {
  margin: 0 0 1em 0;
}
.summary-table th {
  padding: 5px 0;
  min-width: 65px;
}
.summary-table th:focus {
  outline: none;
}

.table-loading {
  border: solid 1px #868686;
  width: 100%;
  height: 75px;
  background: url("/program/tracfonerewardsprogram/img/icons/loading.gif") no-repeat center center;
}

.paging_full_numbers {
  width: 100%;
  text-align: center;
  float: right;
  margin: 1em 0 0;
}

a.paginate_button, .paginate_button.btn-link, a.paginate_active, .paginate_active.btn-link {
  background-color: initial;
  border: none;
  text-decoration: none;
  border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer;
}

a.paginate_active, .paginate_active.btn-link {
  color: #2a6496;
}

a.paginate_button:hover, .paginate_button.btn-link:hover, a.paginate_button:active, .paginate_button.btn-link:active, a.paginate_button:focus, .paginate_button.btn-link:focus,
a.paginate_active:hover,
.paginate_active.btn-link:hover,
a.paginate_active:active,
.paginate_active.btn-link:active,
a.paginate_active:focus,
.paginate_active.btn-link:focus {
  color: #2a6496;
}

a.paginate_button.first, .paginate_button.first.btn-link, a.paginate_button.previous, .paginate_button.previous.btn-link, a.paginate_button.next, .paginate_button.next.btn-link, a.paginate_button.last, .paginate_button.last.btn-link {
  padding: 0;
  margin: 0;
  color: #1b1b1b;
  background-color: initial;
  border: none;
}
a.paginate_button.first:hover, .paginate_button.first.btn-link:hover, a.paginate_button.first:active, .paginate_button.first.btn-link:active, a.paginate_button.first:focus, .paginate_button.first.btn-link:focus, a.paginate_button.previous:hover, .paginate_button.previous.btn-link:hover, a.paginate_button.previous:active, .paginate_button.previous.btn-link:active, a.paginate_button.previous:focus, .paginate_button.previous.btn-link:focus, a.paginate_button.next:hover, .paginate_button.next.btn-link:hover, a.paginate_button.next:active, .paginate_button.next.btn-link:active, a.paginate_button.next:focus, .paginate_button.next.btn-link:focus, a.paginate_button.last:hover, .paginate_button.last.btn-link:hover, a.paginate_button.last:active, .paginate_button.last.btn-link:active, a.paginate_button.last:focus, .paginate_button.last.btn-link:focus {
  color: #2a6496;
}

.dataTables_length label {
  font-weight: normal;
}
.dataTables_length label select {
  margin-left: 20px;
}

.dataTables_filter label input {
  margin-left: 4px;
}

.sorting {
  background: none;
  cursor: pointer;
}
.sorting:hover:after, .sorting:active:after, .sorting:focus:after {
  opacity: 1;
}
.sorting:after {
  content: "\f0dc";
  opacity: 0.4;
}

.sorting_asc {
  background: none;
  cursor: pointer;
}
.sorting_asc:after {
  content: "\f0de";
  opacity: 1;
}

.sorting_desc {
  background: none;
  cursor: pointer;
}
.sorting_desc:after {
  content: "\f0dd";
  opacity: 1;
}

.savings-banner {
  background-color: #868686;
  color: white;
  padding: 0.5em;
}

.faux-table-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
  margin-bottom: 0;
  border-bottom: 1px solid black;
}
.faux-table-row .self-right {
  margin-left: auto;
}

.btn-link {
  border-radius: 0;
  border: none;
  box-shadow: none;
  padding: 0;
  display: inline;
}

.btn {
  font-family: "Bogle Regular", sans-serif;
  z-index: 1;
  font-weight: bold;
  font-size: 12px;
  color: white;
  border: none;
  border-radius: 2em;
  padding: 0.45rem 1rem;
  text-transform: uppercase;
  transition: box-shadow 0.2s ease, background 0.2s ease;
}
.btn:hover, .btn:active, .btn:focus {
  color: white;
  text-decoration: none;
}

.btn--primary {
  background: black;
  box-shadow: inset 0 20px 30px -5px rgba(134, 134, 134, 0.75);
}
.btn--primary:hover, .btn--primary:active, .btn--primary:focus {
  background: black;
  box-shadow: inset 0 20px 30px -5px rgba(134, 134, 134, 0.65);
}

.btn--secondary {
  background: #ec342e;
  box-shadow: inset 0 -10px 25px -5px #791d1a;
}
.btn--secondary:hover, .btn--secondary:active, .btn--secondary:focus {
  background: #d41913;
  box-shadow: inset 0 -10px 25px -5px #791d1a;
}
.btn--secondary[disabled], .btn--secondary[disabled]:focus {
  color: white;
  background: #868686;
  box-shadow: none;
}

.btn--large {
  padding: 0.575rem 3rem;
  font-size: 14px;
}

.btn--extralarge {
  padding: 0.575rem 3rem;
  font-size: 20px;
}

.btn--relative {
  position: relative;
}

#main .btn {
  font-weight: bold;
}

.btn-link--blue-text {
  color: #46cbfc;
}

.btn--glow {
  box-shadow: 0 0 20px 2px #fff, inset 0 20px 30px -5px rgba(134, 134, 134, 0.75);
}
.btn--glow:hover, .btn--glow:active, .btn--glow:focus {
  background: black;
  box-shadow: 0 0 20px 2px #fff, inset 0 20px 30px -5px rgba(134, 134, 134, 0.65);
}

.btn--card {
  position: absolute;
  bottom: 20px;
  right: 15px;
}

.btn--center {
  width: 150px;
  margin: 0 auto;
  display: block;
}

.btn--spaced {
  margin-top: 20px;
}

.btn--spaced-all {
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-color--brand {
  background: #1a75cf;
}

.btn-icon, .fa-info-circle {
  font-size: 18px;
  color: #000;
}
.btn-icon:hover, .fa-info-circle:hover {
  color: #000;
}

#oo_tab {
  background-color: #1a75cf;
  border: 1px solid #cccccc;
  display: block;
  position: fixed;
  top: 40%;
  padding: 55px 0px 55px 0px;
  width: 35px;
  z-index: 999995;
  cursor: pointer;
}

.oo_tab_right {
  right: -13px;
  border-radius: 9px 0px 0px 9px;
  transition: right 0.3s;
}
.oo_tab_right:hover {
  color: #0081ff;
}
.oo_tab_right__copy {
  transform: translate(-5px, 55px) rotate(-90deg);
  font-size: 0.9rem;
}

#oo_tab div {
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.oo_tab_right div {
  background-position: -6px -10px;
}

.oo_tab_right:hover {
  right: -5px;
}

#oo_tab span {
  bottom: 15px;
  display: block;
  background: url("/program/myfamilymobile/img/global/tab/oo_tab_icon.gif") no-repeat;
  height: 9px;
  position: absolute;
  width: 9px;
}

.oo_tab_right span {
  left: 7px;
}

body.tf-webview #oo_tab {
  display: none;
}

.btn.btn--white {
  background: white;
  border: 1px solid white;
  color: #000;
  border-radius: 40px;
  padding: 10px 16px;
  font-size: 16px;
}
.btn.btn--white:hover, .btn.btn--white:active, .btn.btn--white:focus {
  background: transparent;
  border: 1px solid white;
  color: white;
}

.btn {
  border-radius: 100px;
  box-shadow: none;
  color: #939393;
  line-height: 1.45;
  transition: none;
  text-transform: capitalize;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none;
  color: #939393;
}

.btn--primary,
.btn--card {
  color: white;
  background: #1a75cf;
  border: none;
}
.btn--primary:hover, .btn--primary:active, .btn--primary:focus,
.btn--card:hover,
.btn--card:active,
.btn--card:focus {
  background: #1a75cf;
  background: linear-gradient(180deg, #0081ff 50%, #1a75cf 100%);
  color: white;
  border-color: currentcolor;
}

.btn--secondary,
.card-feature .btn--primary {
  color: #939393;
  background: white;
  border: solid 1px #c4c4c4;
}
.btn--secondary:hover, .btn--secondary:active, .btn--secondary:focus,
.card-feature .btn--primary:hover,
.card-feature .btn--primary:active,
.card-feature .btn--primary:focus {
  background: white;
  background: linear-gradient(180deg, white 50%, #c4c4c4 100%);
  color: #939393;
  border: solid 1px currentcolor;
}

.popover-content .btn--primary {
  box-shadow: none;
}

.btn--cta {
  padding: 0.45rem 1rem;
}

.btn--extralarge {
  padding: 0.575rem 3rem;
}

.oo_tab_right {
  color: white;
}
.oo_tab_right:hover, .oo_tab_right:active, .oo_tab_right:focus {
  color: white;
}

.card-feature--image .text-right.btn--card {
  border-radius: 20px;
}

@media (max-width: 1200px) {
  .container--carousel {
    max-width: none;
    width: 865px;
  }
}
@media (max-width: 900px) {
  .container--carousel {
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .container--carousel {
    max-width: none;
    padding: 0 0 50px;
  }
}
a.left.carousel-control, .left.carousel-control.btn-link, a.right.carousel-control, .right.carousel-control.btn-link {
  color: #1b1b1b;
  font-size: 60px;
  background-image: t none;
  position: absolute;
  top: 50%;
}

a.left.carousel-control, .left.carousel-control.btn-link {
  margin-left: -50px;
  margin-top: -28px;
}

a.right.carousel-control, .right.carousel-control.btn-link {
  margin-right: -50px;
  margin-top: -28px;
}

@media (max-width: 991px) {
  a.left.carousel-control, .left.carousel-control.btn-link {
    margin-left: -20px;
  }

  a.right.carousel-control, .right.carousel-control.btn-link {
    margin-right: -20px;
  }
}
@media (max-width: 768px) {
  a.left.carousel-control, .left.carousel-control.btn-link {
    margin-left: -10px;
  }

  a.right.carousel-control, .right.carousel-control.btn-link {
    margin-right: -10px;
  }

  a.left.carousel-control, .left.carousel-control.btn-link, a.right.carousel-control, .right.carousel-control.btn-link {
    font-size: 30px;
  }
}
.carousel-container {
  padding: 5px 0 10px;
  position: relative;
}

.carousel-container .slide {
  outline: none !important;
  width: auto;
  min-width: 180px;
}

.carousel-container .slide a, .carousel-container .slide .btn-link {
  outline: none !important;
}

.carousel-container .slide a .image-box, .carousel-container .slide .btn-link .image-box {
  position: relative;
  width: 100%;
  height: 180px;
  margin-bottom: 20px;
}

.carousel-container .slide a .image-box img, .carousel-container .slide .btn-link .image-box img {
  position: absolute;
  width: 85%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.carousel-container > button {
  position: absolute;
  top: 39%;
  transform: translateY(-50%);
  z-index: 10;
  border: 0;
  color: #E8E8E9;
  height: 40px;
  width: 40px;
  font-size: 2em;
  text-align: center;
  background: #000;
  opacity: 0.4;
  border-radius: 50px;
  transition: 0.25s ease all;
}

.carousel-container > button > i {
  color: #E8E8E9;
}

.carousel-container > button:hover, .carousel-container > button:active, .carousel-container > button:focus {
  outline: none;
  background: #808080;
  color: #fff;
}

.carousel-container .slick-prev:before, .carousel-container .slick-next:before {
  display: none;
}

.slick-dots li button {
  margin-top: 0;
  margin-left: 0;
}

.slick-slider.slick-dotted {
  margin-bottom: 0;
}

.slick-dots li button .slick-dot-icon:before {
  content: "";
}

.slick-autoplay-toggle-button {
  bottom: 8px;
  z-index: 2;
}

.slick-autoplay-toggle-button:focus,
.slick-autoplay-toggle-button:active,
.slick-autoplay-toggle-button:hover {
  color: white;
}

.carousel-container .slick-next {
  right: 15px;
  padding: 1px 0 0 2px;
  height: 80px;
  border-radius: 50px 0 0 50px;
}

.carousel-container .slick-prev {
  padding: 1px 2px 0 0;
  height: 80px;
  border-radius: 0 50px 50px 0;
}

@media screen and (max-width: 750px) {
  .carousel-container .slick-next {
    right: 0px;
  }
}
.carousel-dots {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.carousel-dots ul {
  padding-right: 40px;
  position: relative;
  bottom: initial;
}

.carousel-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 4;
  cursor: pointer;
  border: 2px solid #606060;
  box-shadow: inset 1px 1px 1px #808080;
  border-radius: 50%;
  background: #fff;
}

.carousel-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 26px;
  height: 0px;
  padding: 0px;
  background: #000;
  cursor: pointer;
  border: 0;
}

.carousel-dots li.slick-active {
  box-shadow: inset 10px 1px 1px #808080 !important;
}

.hero-container {
  position: relative;
}

.hero-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border: 0;
  color: #E8E8E9;
  height: 60px;
  width: 60px;
  font-size: 1em;
  text-align: center;
  background: #000;
  opacity: 0.3;
  border-radius: 50%;
  transition: 0.25s ease all;
}

.hero-next {
  right: 70px;
}

.hero-prev {
  left: 70px;
}

@media screen and (max-width: 750px) {
  .hero-next {
    right: 15px;
    top: 45%;
    padding: 1px 0 0 2px;
    width: 40px;
    height: 80px;
    border-radius: 50px 0 0 50px;
  }

  .hero-prev {
    top: 45%;
    left: 0px;
    padding: 1px 2px 0 0;
    width: 40px;
    height: 80px;
    border-radius: 0 50px 50px 0;
  }
}
.hero-prev > i {
  color: #E8E8E9;
}

.hero-next > i {
  color: #E8E8E9;
}

.testimonial-carousel__testimonial {
  border: solid 2px white;
  padding: 2.5rem;
  margin-bottom: 35px;
  position: relative;
}
.testimonial-carousel__testimonial:after {
  content: "";
  border-bottom: solid 2px white;
  border-right: solid 2px white;
  width: 25px;
  height: 25px;
  background: #1a75cf;
  position: absolute;
  bottom: -23px;
  transform: rotate(45deg) translateX(-50%);
  left: 50%;
}

.testimonial-carousel .item {
  margin-bottom: 75px;
}

.testimonial-carousel.carousel-inner > .active {
  display: inline-block;
}

.goals-carousel.carousel-container .slide a, .goals-carousel.carousel-container .slide .btn-link {
  display: inline-block;
}

.custom-testimonials-slider .slick-list.draggable {
  padding: 0 !important;
}
.custom-testimonials-slider .carousel-dots li {
  border: 0;
  background: transparent;
  box-shadow: none !important;
}

#breadcrumb {
  padding: 15px;
}
#breadcrumb span:before {
  content: "\f105";
  font-family: FontAwesome;
  margin: 0 0.5em;
}

.deal-shake-intro {
  padding: 0 10% 10%;
  margin-bottom: 0;
  text-align: center;
}
.deal-shake-intro .btn {
  display: inline-block;
  max-width: 250px;
}
.deal-shake-intro h1 {
  margin-bottom: 0;
}

.deal-shake__phone-icon {
  margin: 2rem 0;
  max-width: 120px;
}

@media (min-width: 768px) {
  .btn_align_left {
    text-align: left;
  }

  .btn_align_right {
    text-align: right;
  }
}
.deal-shake-result {
  text-align: center;
  margin-bottom: 30px;
}

.deal-shake-result__rect {
  background-color: #D1E973;
  background: rgba(209, 233, 115, 0.75) none repeat scroll 0 0;
  border-radius: 4px;
  margin: 0 auto;
  padding: 20px;
  max-width: 450px;
}

@media (min-width: 768px) {
  .btn_align_left {
    text-align: left;
  }

  .btn_align_right {
    text-align: right;
  }
}
.redeem-confirmation-button {
  cursor: pointer;
}

#confetti {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.deal-shake-result h1 {
  font-size: 1.875rem;
}

.deal-shake-result-merchant-name {
  font-weight: bold;
}

.deal-shake-offer-content-area {
  margin: 20px 0px;
}

.deal-shake-offer-content {
  font-size: 18px;
  line-height: 1.1;
  font-weight: bold;
}

.deal-shake-offer-id {
  font-size: 14px;
  margin-bottom: 10px;
}

.deal-shake-result__rect {
  background-color: #fdbb30;
  background: rgba(253, 187, 48, 0.75) none repeat scroll 0 0;
  border-radius: 4px;
  margin: 0 auto;
  padding: 20px;
  max-width: 450px;
}

.accordion .panel-heading h2 {
  display: inline-block;
}

.panel-title a, .panel-title .btn-link {
  display: block;
}

.indicator {
  color: #1a75cf;
  font-size: 2rem;
  line-height: 2.75rem;
}

.panel-body ol {
  padding: 0 0 0 1em;
}

.panel-body h5 {
  font-weight: bold;
}

.accordion *:not(.collapsed) > .accordion-header_collapsed-text {
  display: none;
}

.accordion .collapsed > .accordion-header_uncollapsed-text {
  display: none;
}

.accordion--advanced-options {
  margin-left: -15px;
  margin-right: -15px;
}

.accordion--primary .panel,
.accordion--primary .panel-heading {
  background-color: #1a75cf;
}
.accordion--primary .panel-heading {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.accordion--primary .indicator {
  color: black;
}
.accordion--primary .panel-body {
  background-color: #e2f2a1;
}

.social-sharing {
  z-index: 999;
  position: fixed;
  top: 40%;
  right: 0;
  margin-top: -65px;
}

.social-share {
  display: block;
  font-size: 1em;
  width: 22px;
  height: 25px;
  color: white;
  text-align: center;
  padding: 5px 0;
}
.social-share:hover, .social-share:focus {
  cursor: pointer;
  color: white;
}
.social-share--inline-block {
  display: inline-block;
}

.facebook-share {
  background-color: #3b5998;
}
.facebook-share:hover {
  background-color: #344e86;
}

.facebook-share--button {
  font-size: 11px;
  border-radius: 3px;
  width: auto;
  height: 20px;
  padding: 2px 7px;
  display: inline-block;
  vertical-align: top;
}
.facebook-share--button:hover {
  text-decoration: none;
}
.facebook-share--button .label {
  margin: 0;
  padding: 3px 0;
  font-size: 11px;
}

.facebook-share--button i {
  font-size: 15px;
  position: relative;
  top: 1px;
}

.twitter-share {
  background-color: #00aced;
}
.twitter-share:hover {
  background-color: #0099d4;
}

.fb_iframe_widget span {
  vertical-align: baseline !important;
}

.twitter-btn {
  display: inline-block;
  position: relative;
  height: 20px;
  padding: 1px 8px 1px 6px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  background-color: black;
  border-radius: 3px;
  box-sizing: border-box;
  vertical-align: top;
}
.twitter-btn .label {
  margin: 0;
  padding: 3px 0;
  font-size: 11px;
}

.twitter-btn i {
  font-size: 11px;
  position: relative;
  top: 1px;
}

.twitter-btn .label {
  white-space: nowrap;
}

.twitter-btn:focus, .twitter-btn:hover, .twitter-btn:active {
  background-color: #0c7abf;
  color: white;
  text-decoration: none;
}

.fa-twitter-square--blue {
  color: #1b95e0;
}

.fa-facebook-square--blue {
  color: #3b5998;
}

.card-feature {
  background-color: #1a75cf;
  position: relative;
  color: white;
  display: block;
}
@media (max-width: 767px) {
  .card-feature {
    min-height: 212px;
  }
}
.card-feature:hover {
  cursor: pointer;
}
.card-feature:hover .card-feature__title,
.card-feature:hover .card-feature__p,
.card-feature:hover .card-feature__icons {
  color: white;
}
.card-feature * {
  font-weight: normal;
}
.card-feature .card-feature__title, .card-feature .card-feature__p, .card-feature .smaller-disclaimer {
  color: white;
}

.smaller-disclaimer {
  position: relative;
  font-size: 8px;
  line-height: 1.1em;
  display: inline-block;
  vertical-align: baseline;
  margin-top: 5px;
}

.myfamilymobile .card-feature__img {
  transform: translate(-50%, 0);
}

.card-feature__img {
  display: flex;
  width: 100%;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  top: 50%;
  text-decoration: none !important;
}

.card-feature__img_image_cover {
  width: 140px;
  height: 226px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.card-feature__img_image_cover picture {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}

.card-feature-prescription {
  background-color: #36c9ff;
}

.card--hero {
  display: block;
  max-width: 1089px;
  margin: 0 auto;
}

.card-feature--image {
  position: relative;
  color: white;
}
.card-feature--image:hover {
  cursor: pointer;
}
.card-feature--image:hover .card-feature__title,
.card-feature--image:hover .card-feature__p,
.card-feature--image:hover .card-feature__icons {
  color: white;
}
.card-feature--image .card-feature__title, .card-feature--image .card-feature__p, .card-feature--image .card-feature__subhead {
  color: white;
}

.card-feature--offer {
  background: white url("/program/tracfonerewardsprogram/img/cards/entertainment_offer_bg.gif") no-repeat left top;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
.card-feature--offer .card-feature__link {
  display: block;
  left: 0;
  top: 0;
  transform: none;
  width: 100%;
  height: 100%;
  padding-left: 5px;
}
.card-feature--offer .col-xs-5 {
  height: 100%;
}
.card-feature--offer .col-xs-7 {
  padding-left: 10px;
  border-left: 2px solid #c3e051;
  height: 100%;
}
.card-feature--offer .card-feature__title {
  overflow-wrap: break-word;
}
.card-feature--offer .card-feature__p {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.card-feature--offer .btn--card {
  right: 0;
  bottom: 0;
  position: absolute;
}

.card-feature--offer__logo_holder {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 55%;
}

.card-feature--offer__logo {
  display: block;
  margin: 0 auto;
  max-width: 77%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.card-feature--offer__banner {
  max-width: 48%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

@media (min-width: 768px) {
  .height-restrained, .fancy-testimonial, .card-feature {
    height: 226px;
  }
}
@media (min-width: 992px) {
  .height-restrained, .fancy-testimonial, .card-feature {
    height: 220px;
  }
}

@media (min-width: 768px) {
  .slide .height-restrained, .slide .fancy-testimonial, .slide .card-feature {
    height: 195px;
  }
}
@media (min-width: 992px) {
  .slide .height-restrained, .slide .fancy-testimonial, .slide .card-feature {
    height: 198px;
  }
}

.card-feature__link {
  display: inline-block;
  width: 100%;
  padding: 20px 15px 20px 20px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-decoration: none !important;
}

.card-feature__link_image_cover {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 20px 15px 20px 20px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.card-div-center-bottom {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
}

.card-feature__title {
  font-size: 1.75em;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.card-feature__title + .btn-link {
  margin-top: 8px;
}
.card-feature__title + .text-right .btn {
  margin-top: 8px;
}

.card-feature__title--small {
  font-size: 1.5em;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.card-feature__title--large {
  font-size: 45px;
  line-height: 0.85;
  font-weight: bold;
}
@media (max-width: 991px) {
  .card-feature__title--large {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .card-feature__title--large {
    font-size: 30px;
  }
}

.card-feature__title--caps {
  text-transform: uppercase;
}

.card-feature__subhead {
  font-size: 20px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin: 0;
}

.card-feature__subhead--caps {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .card-feature__subhead--caps {
    font-size: 14px;
  }
}

.card-header {
  background-color: #1a75cf;
  margin: 0;
  font-size: 1.75em;
  line-height: 1.25;
  padding: 6px 0;
  color: white;
  text-transform: uppercase;
}
.card-header--padding {
  padding-left: 32px;
}

.card-header-white {
  background-color: #1a75cf;
  margin: 0;
  font-size: 1.75em;
  line-height: 1.25;
  padding: 6px 0;
  color: white;
}
.card-header-white--padding {
  padding-left: 32px;
}

.card-header--small {
  font-size: 1.5em;
  line-height: 1.45;
}

.card-feature__p {
  font-size: 1em;
  margin: 0 0 14px;
}

.card-feature__img {
  max-width: 100px;
}
@media (max-width: 991px) {
  .card-feature__img {
    margin: auto;
  }
}

.card-feature__icons {
  font-size: 36px;
  color: white;
}

.testimonial {
  font-size: 12px;
  position: absolute;
  top: 0;
  font-weight: normal;
  width: 90%;
  left: 5%;
  top: 10px;
  color: white;
}

.testimonial__copy {
  margin-bottom: 5px;
  display: inline-block;
}
@media (max-width: 650px) {
  .testimonial__copy {
    font-size: 16px;
  }
}

.card-points-wrapper {
  font-family: "Bogle Bold", sans-serif;
  overflow: hidden;
  position: absolute;
  height: 100px;
  width: 100px;
  z-index: 1;
}

.card-points-wrapper-full {
  font-family: "Bogle Bold", sans-serif;
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
}

.card-points-wrapper-lto {
  font-family: "Bogle Bold", sans-serif;
  overflow: hidden;
  position: absolute;
  height: 200px;
  width: 200px;
  z-index: 1;
}

.card-points {
  text-transform: uppercase;
  text-align: center;
  width: 125px;
  transform: translateY(5px) translateX(-35px) rotate(-39deg);
  padding: 0.125rem;
  font-size: 24px;
  position: absolute;
  background: #09ba22;
  color: white;
}

.card-new {
  text-transform: uppercase;
  text-align: center;
  width: 130px;
  transform: translateY(12px) translateX(-36px) rotate(-39deg);
  padding: 0.2rem;
  padding-bottom: 0.4rem;
  font-size: 24px;
  position: absolute;
  background: #f83433;
  color: #ffffff;
}

.card-lto {
  text-transform: uppercase;
  text-align: center;
  width: 200px;
  transform: translateY(12px) translateX(-36px) rotate(-39deg);
  padding: 0.2rem;
  padding-bottom: 0.4rem;
  top: 30px;
  font-size: 16px;
  position: absolute;
  background: #f83433;
  color: #ffffff;
}

.card-points--redeem {
  background: #ec342e;
}

.card-points--earn {
  background: #09ba22;
}

.card-points--unit {
  font-size: 75%;
}

.card-points--large {
  transform: translateY(15px) translateX(-33px) rotate(-39deg);
  font-size: 1.1em;
  line-height: 1;
}

.card-content {
  position: relative;
}

.card-content--with-columns {
  display: block;
  width: 100%;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
}

.card-vendor-logo {
  max-width: 100px;
}

@media (max-width: 991px) {
  .card-vendor-logo {
    max-width: 80px;
  }
}
@media (max-width: 767px) {
  .card-vendor-logo {
    max-width: 60px;
  }
}
.card-text-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(67, 67, 67, 0.75);
}

.card-text-overlay__text {
  color: white;
  font-weight: bold;
  font-size: 2em;
  top: 50%;
  margin-top: -0.5em;
  text-align: center;
  position: absolute;
  width: 100%;
}

.coming-soon-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  overflow: hidden;
}

.coming-soon-text {
  position: absolute;
  background: #C42A08;
  color: white;
  text-transform: uppercase;
  font-family: "Bogle Regular", sans-serif;
  font-size: 1em;
  font-weight: bold;
  width: 300px;
  padding: 8px;
  text-align: center;
  transform: rotateZ(-30deg);
  left: -82px;
  top: 27px;
}

.limited-time-text {
  position: absolute;
  background: #f83433;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  width: 300px;
  padding: 8px;
  text-align: center;
  transform: rotateZ(-30deg);
  left: -82px;
  top: 27px;
}

.card-feature__title {
  font-weight: 700;
}

.card-header {
  font-weight: 700;
}

.card-header, .card-feature__title {
  font-size: 1.25rem;
}

.card-header, .card-header--small {
  font-size: 1rem;
  line-height: 2.275;
  padding: 2px 0;
}

.card-points {
  font-size: 1.125rem;
  padding: 0.25rem 0 0.125rem;
}

.card-points--unit {
  font-size: 65%;
}

.card-new {
  font-size: 1.15rem;
  padding: 0.5rem 0 0.25rem;
}

.card-points--large {
  font-size: 0.615rem;
  padding: 0.5rem 0 0.45rem;
}

.coming-soon-text {
  font-size: 0.875rem;
}

.testimonial {
  color: #1b1b1b;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videos-page__video .js-earnevent-dialog {
  margin-top: 1em;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.videos-page__video__title {
  margin-bottom: 1em;
}

.webview-nav {
  border-top: 5px solid #c2e347;
  background-color: #2c2c2e;
}

.webview-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.webview-nav__link {
  padding-left: 15px !important;
}

.webview-nav__link .webview-nav__link__text {
  display: inline-block;
}

.webview-nav__link .indicator {
  color: #ddd;
  float: right;
  font-size: 1em;
  line-height: 1.5em;
}

.webview-nav__link--selected {
  background-color: #231f20;
}

.fancy-testimonial {
  background-image: url("/program/tracfonerewardsprogram/img/cards/Testimonial_Background_300.png");
  background-size: cover;
  padding: 0;
  position: relative;
}

.fancy-testimonial--savings {
  text-align: center;
}

.fancy-testimonial__holder {
  padding: 20px 30px;
  width: 100%;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
}
@media (max-width: 767px) {
  .fancy-testimonial__holder {
    position: static;
    transform: none;
    top: auto;
  }
}

.fancy-testimonial__savings-lead {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.1;
  font-family: "Bogle Bold", sans-serif;
}

.fancy-testimonial__savings-detail {
  text-transform: uppercase;
}

.my-favorites-container {
  padding: 5px 0px 10px;
  position: relative;
}
.my-favorites-container .slick-next {
  right: 0px;
}
.my-favorites-container .logo-merchant {
  width: 100%;
}
.my-favorites-container .logo-merchant {
  padding-left: 18px;
  padding-right: 18px;
}
.my-favorites-container .logo-img {
  max-width: 100% !important;
  height: auto;
  display: initial !important;
}
.my-favorites-container .slick-track {
  margin-left: 0;
}

.my-favorites-container h1 {
  font-size: 15px;
}

.my-favorites-container a, .my-favorites-container .btn-link {
  font-size: 13px;
}

.testimonial-group {
  display: grid;
  width: 250px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
}
.testimonial-group .testimonial-rating {
  font-weight: bold;
}

.testimonial-rating {
  display: inline-block;
  text-align: center;
}
.testimonial-rating input {
  opacity: 0;
  position: absolute;
}
.testimonial-rating__image {
  width: 50px;
  opacity: 0.75;
  transition: opacity 0.3s ease-in-out;
}
.testimonial-rating__image .st1 {
  fill: none;
}
.testimonial-rating input:checked + .testimonial-rating__image,
.testimonial-rating input:hover + .testimonial-rating__image {
  opacity: 1;
  -webkit-animation-name: testimonial-rating;
          animation-name: testimonial-rating;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
.testimonial-rating input:checked + .testimonial-rating__image .st1,
.testimonial-rating input:hover + .testimonial-rating__image .st1 {
  fill: #FD8132;
}
.testimonial-rating input:focus + .testimonial-rating__image .st1 {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio .testimonial-rating {
  padding: 0;
}

@-webkit-keyframes testimonial-rating {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.07);
  }
  50% {
    transform: scale(1);
  }
}

@keyframes testimonial-rating {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.07);
  }
  50% {
    transform: scale(1);
  }
}
.testimonial-units {
  position: relative;
  width: 175px;
  margin: 0 auto 10px;
  height: 20px;
  border-left: solid 2px gray;
  border-right: solid 2px gray;
}
.testimonial-units:before, .testimonial-units:after {
  content: "";
  background: gray;
  position: absolute;
}
.testimonial-units:before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.testimonial-units:after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
}

legend {
  border: none;
  font-size: 18px;
  line-height: 1.3em;
}

.marquee {
  width: 100%;
  max-width: 400px;
  padding: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background: #1a75cf;
}
.marquee .marquee__track {
  display: inline-block;
  padding-left: 100%;
  text-indent: 0;
  -webkit-animation: marquee 75s linear infinite;
          animation: marquee 75s linear infinite;
  font-size: 24px;
  color: #1b1b1b;
}
.marquee .marquee__winner {
  margin-right: 20px;
}

/* Make it move */
@-webkit-keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.marquee-icon {
  margin-top: -20px;
  margin-bottom: 20px;
  max-width: 113px;
}
@media (max-width: 992px) {
  .marquee-icon {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.list-gifticon {
  margin: 1rem auto;
  max-width: 540px;
}

.list-gifticon li {
  list-style-image: url(/public/img/card-icons/Giftbox.png);
  padding-bottom: 10px;
  font-family: "Bogle Regular", sans-serif;
}

.section-head {
  font-size: 42px;
  text-transform: none;
  text-align: center;
  margin: 0px;
  padding: 10px 20px 25px 20px;
  font-weight: 600;
}

.section-subhead {
  font-size: 23px;
  text-transform: none;
  text-align: center;
  margin: 0px auto 5px auto;
  max-width: 445px;
  color: #5b5b5b;
  padding: 0 0 20px 0;
}

.card-row-divider {
  background: url("/public/img/backgrounds/top_shadow_separator.png") no-repeat top center;
  padding: 10px 15px;
  border: 0;
  margin: 10px 0 0 0;
}

.home-redeem-banner {
  margin: auto;
  padding: 0 10px 20px 10px;
}

.hero-slider {
  width: calc(100% - 30px);
  max-width: 1089px;
  margin: auto;
}

.about-section-head {
  font-size: 34px;
  font-family: "Bogle Bold", sans-serif;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: inherit;
  text-transform: none;
  text-align: left;
  margin: 0px;
  padding: 0 0 20px 0;
  font-weight: 600;
}

.about-section-head {
  font-family: "Bogle Bold", sans-serif;
  line-height: 1.1;
  font-size: 34px;
  letter-spacing: 0.02em;
  color: inherit;
  text-transform: none;
  text-align: left;
  margin: 0px;
  padding: 0 0 20px 0;
  font-weight: 600;
}

.about-section-subhead {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  text-transform: none;
  text-align: left;
  margin: 0px;
  padding: 0 0 20px 0;
  font-weight: 400;
  line-height: 1.1;
}

.about-section-faq-head {
  font-size: 36px;
  text-align: center;
  font-family: "Bogle Bold", sans-serif;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: inherit;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 400;
}

.about-accordion-heading {
  display: inline-block;
  font-weight: bold;
}

.referafriend-bg--white {
  background-color: white;
}
.referafriend-bg--light {
  background-color: #f3f4f7;
}
.referafriend-bg--dark {
  background-color: #d5d6da;
}
.referafriend-bg--brand-primary {
  background-color: #1a75cf;
}

.referafriend-center {
  margin: 0 auto;
  max-width: 300px;
}

.referafriend-underline {
  height: 3px;
  width: 30px;
  background-color: #fd8132;
  margin-bottom: 10px;
}

.referafriend-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.3;
  box-shadow: 0px 0px 0px 2px #fd8132 inset;
  transition: box-shadow 0.2s ease-in-out;
}

.referafriend-responsive {
  height: 86px;
  position: absolute;
  left: 50%;
  width: 50%;
  top: -25px;
}
@media (max-width: 768px) {
  .referafriend-responsive {
    left: 36%;
  }
}

.referafriend-numbers {
  color: #fd8132;
  font-family: "Bogle Bold", sans-serif;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
}

.referafriend-box {
  padding: 20px;
  line-height: 1.3em;
  font-size: 16px;
}
.referafriend-box--150 {
  min-height: 150px;
}
@media (max-width: 768px) {
  .referafriend-box--150 {
    min-height: auto;
  }
}
.referafriend-box--225 {
  min-height: 225px;
}
@media (max-width: 768px) {
  .referafriend-box--225 {
    min-height: auto;
  }
}
.referafriend-box--200 {
  min-height: 200px;
}
@media (max-width: 952px) {
  .referafriend-box--200 {
    min-height: 290px;
  }
}
@media (max-width: 768px) {
  .referafriend-box--200 {
    min-height: auto;
  }
}
.referafriend-box--300 {
  min-height: 300px;
}
.referafriend-box--hover-brand-primary {
  transition: background-color 0.3s ease-in-out;
}
.referafriend-box--hover-brand-primary:hover {
  background-color: #1a75cf;
}
.referafriend-box--hover-brand-primary:hover .referafriend-circle {
  box-shadow: 0px 0px 0px 5px #fd8132 inset;
}

.referafriend-font--medium {
  font-size: 24px;
}
.referafriend-font--large {
  font-size: 55px;
}
.referafriend-font--cta-button {
  font-size: 20px;
}

.referafriend-orange {
  color: #fd8132;
}

.referafriend-padding--20 {
  padding: 20px;
}

.panel .referafriend-panel-heading {
  background-color: #ffffff;
}
.panel .referafriend-panel-body {
  border-top: 0px !important;
}
.panel .referafriend-panel-title h2 {
  max-width: 80%;
}

.referafriend-sharelink {
  font-size: 12px;
}

.friend-box-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .friend-box-row {
    flex-wrap: wrap;
  }
}
.friend-box-row .friend-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  width: calc(33.33% - 6.666px);
  padding: 1.25rem 1.65rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .friend-box-row .friend-box {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .friend-box-row .friend-box {
    width: 100%;
  }
}
.friend-box-row .friend-box img {
  width: 60px;
}
.friend-box-row .friend-box .copy {
  width: calc(100% - 70px);
}
@media (min-width: 768px) and (max-width: 991px) {
  .friend-box-row .friend-box .copy {
    width: 100%;
  }
}
.friend-box-row .friend-box .copy h2 {
  margin-top: 10px;
  margin-bottom: 6px;
}
.friend-box-row .friend-box .copy p {
  font-size: 15px;
  line-height: 1.6em;
}

.referral-testimonial {
  background: #f6f6f6;
  padding: 20px 0 60px 0;
}
.referral-testimonial .section-head {
  padding: 0;
  text-align: left;
}
.referral-testimonial .testimonial-box h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
.referral-testimonial .testimonial-box p {
  font-size: 18px;
  line-height: 1.4em;
  max-width: 800px;
}

.referral-dashboard {
  width: 100%;
  padding: 30px 0;
  margin-bottom: 20px;
  background: #f3f4f7;
}
.referral-dashboard .section-headline button {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 24px;
}
.referral-dashboard .section-headline button i {
  opacity: 0.675;
}
.referral-dashboard .referral-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .referral-dashboard .referral-flex {
    flex-wrap: wrap;
  }
}
.referral-dashboard .referral-flex .ref-dash-box {
  background: white;
  width: calc((100% - 40px) / 5);
  color: black;
  padding: 30px 15px;
  align-self: stretch;
}
@media (max-width: 991px) {
  .referral-dashboard .referral-flex .ref-dash-box {
    width: 100%;
    align-self: initial;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
}
.referral-dashboard .referral-flex .ref-dash-box .icon-div {
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .referral-dashboard .referral-flex .ref-dash-box .icon-div {
    margin-bottom: 0;
    width: 60px;
  }
}
.referral-dashboard .referral-flex .ref-dash-box .icon-div img {
  width: 60px;
  height: 60px;
}
.referral-dashboard .referral-flex .ref-dash-box .content-div p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.referral-dashboard .referral-flex .ref-dash-box .content-div .value {
  color: black;
  font-weight: bold;
  font-size: 24px;
}

.referral-banner-copy-holder {
  width: 44.5%;
}
@media (max-width: 1100px) {
  .referral-banner-copy-holder {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .referral-banner-copy-holder {
    width: 100%;
  }
}
.referral-banner-copy-holder h2.referral-headline {
  white-space: initial;
}

.referral-image-holder--flex .referral-content-wrapper {
  transform: translate(-100%, -50%);
}
@media (max-width: 767px) {
  .referral-image-holder--flex .referral-content-wrapper {
    transform: translate(-50%, 0);
    left: 50%;
  }
}
.referral-image-holder--flex .referral-content-wrapper h2.referral-headline {
  font-size: 45px;
}
@media (max-width: 767px) {
  .referral-image-holder--flex .referral-content-wrapper h2.referral-headline {
    font-size: 40px;
  }
}
.referral-image-holder--flex .referral-content-wrapper h2.referral-code {
  font-size: 30px;
}
.referral-image-holder--flex .referral-content-wrapper p.referral-subhead {
  width: 430px;
}

.referafriend-bg--brand-primary {
  background-color: #1a75cf;
  color: white;
}

.referafriend-underline {
  background-color: #1a75cf;
}

.referafriend-circle {
  box-shadow: 0px 0px 0px 2px #1a75cf inset;
}

.referafriend-box {
  position: relative;
}
.referafriend-box--hover-brand-primary .referafriend-numbers {
  color: #1a75cf;
}
.referafriend-box--hover-brand-primary:hover {
  background-color: #1a75cf;
  color: white;
}
.referafriend-box--hover-brand-primary:hover .referafriend-circle {
  box-shadow: 0px 0px 0px 5px white inset;
}
.referafriend-box--hover-brand-primary:hover .referafriend-numbers {
  color: white;
}
.referafriend-box--hover-brand-primary:hover:after {
  width: 100%;
}
.referafriend-box--hover-brand-primary:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #1a75cf;
  transition: width 0.3s;
}

.referafriend-numbers {
  color: #1a75cf;
}

.referafriend-responsive {
  z-index: 1;
}

.referral-headline {
  color: #FCBB30;
  font-family: sans-serif;
}
.referral-headline.referral-code {
  color: white;
}

.referral-subhead {
  font-family: sans-serif;
}

.pharmacy-img {
  height: 120px;
  width: 100%;
  margin: auto;
}

.section-head-psc {
  font-size: 36px;
  text-transform: none;
  text-align: center;
  margin: 0px;
  padding: 10px 10px 25px 10px;
  font-weight: 600;
}

.bookmarking-head {
  font-size: 36px;
  margin-bottom: 5px;
  margin-top: 20px;
  font-family: "Bogle Bold", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: inherit;
}

.goals-bg--white {
  background-color: white;
}
.goals-bg--light {
  background-color: #f3f4f7;
}
.goals-bg--dark {
  background-color: #d5d6da;
}
.goals-bg--brand-primary {
  background-color: #1a75cf;
}

.goals-subhead {
  margin: 0 auto;
  max-width: 535px;
  font-size: 22px;
  text-align: center;
}

.goals-text {
  text-align: center;
}

.goals-continue--disabled {
  pointer-events: none;
  cursor: default;
  color: white;
  background: #868686;
  box-shadow: none;
}

.goals-image {
  height: 196px;
  position: relative;
}
@media (max-width: 1200px) {
  .goals-image {
    height: 165px;
  }
}
@media (max-width: 960px) {
  .goals-image {
    height: 112px;
  }
}
@media (max-width: 772px) {
  .goals-image {
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, 0%);
  }
}

.goals-box {
  padding: 20px;
  line-height: 1.3em;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.goals-box--150 {
  min-height: 150px;
}
@media (max-width: 768px) {
  .goals-box--150 {
    min-height: auto;
  }
}
.goals-box--225 {
  min-height: 225px;
}
@media (max-width: 768px) {
  .goals-box--225 {
    min-height: auto;
  }
}
.goals-box--200 {
  min-height: 200px;
}
@media (max-width: 952px) {
  .goals-box--200 {
    min-height: 290px;
  }
}
@media (max-width: 768px) {
  .goals-box--200 {
    min-height: auto;
  }
}
.goals-box--300 {
  min-height: 300px;
}
@media (max-width: 768px) {
  .goals-box--300 {
    min-height: auto;
  }
}
.goals-box--hover-brand-primary {
  transition: background-color 0.3s ease-in-out;
}
.goals-box--hover-brand-primary:hover {
  background-color: #1a75cf;
}
.goals-box--hover-brand-primary:hover .referafriend-circle {
  box-shadow: 0px 0px 0px 5px #fd8132 inset;
}

.goals-box-highlight {
  position: relative;
}
.goals-box-highlight:after {
  background-color: #3b3b3b;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.goals-check {
  color: white;
  display: flex;
  left: 41%;
  position: absolute;
  top: 41%;
  z-index: 3;
}
.goals-check i {
  font-size: 70px;
}

.goals-progress-bar {
  position: relative;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background-color: white;
}
.goals-progress-bar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 25px;
  background-color: #fd8132;
}

.scratch-row {
  background-image: url("../../../program/myfamilymobile/img/pages/scratchoff/background.jpg");
  height: 450px;
}
@media (max-width: 767px) {
  .scratch-row {
    background-image: url("../../../program/myfamilymobile/img/pages/scratchoff/background-mobile.jpg");
    height: 100%;
  }
}

.scratch-col {
  height: 450px;
}
@media (max-width: 767px) {
  .scratch-col {
    height: 100%;
  }
}

.scratch-height--100 {
  height: 100%;
}

.scratch--area {
  z-index: 2;
  width: 450px;
  height: 395px;
  margin: 0 auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 960px) {
  .scratch--area {
    width: 350px;
    height: 307px;
  }
}
@media (max-width: 767px) {
  .scratch--area {
    width: 450px;
    height: 395px;
  }
}
@media (max-width: 500px) {
  .scratch--area {
    width: 350px;
    height: 307px;
  }
}
@media (max-width: 400px) {
  .scratch--area {
    width: 300px;
    height: 263px;
  }
}

.scratch-container {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .scratch-container {
    min-height: 350px;
  }
}

.scratch--area {
  cursor: url("../../../program/myfamilymobile/img/pages/scratchoff/ScratchGame-Coin.svg") 5 5, default !important;
}

.prize-code {
  z-index: 1;
  text-align: center;
  background-color: #e6f1ff;
  border: solid 10px white;
  border-top: 0;
  padding: 1rem;
  color: #171717;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}

.prize-code--show {
  transform: translateY(0);
}

.scratchgame {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .scratchgame {
    margin-bottom: 0px;
  }
}

.samsung-phone {
  max-width: 100%;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .samsung-phone {
    display: block;
    margin: auto;
  }
}

.samsung-phone-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .samsung-phone-helper {
    height: 30px;
  }
}

.samsung-phone-text {
  margin-top: -60px;
}
@media (max-width: 767px) {
  .samsung-phone-text {
    margin-top: 20px;
    text-align: center;
  }
}

.scratch-row p {
  color: #000;
}
.scratch-row h2 {
  color: #000;
}

h1.local-header {
  text-align: center !important;
  text-transform: initial;
}

p.local-subtitle {
  text-align: center !important;
}

h3.local-favorites {
  text-transform: none;
  font-weight: 500;
}

.local-merchant-list__title {
  font-size: 22px;
  margin-left: 10px;
  text-transform: uppercase;
}

.local-merchant-row {
  border-left-style: groove;
  color: #333;
  min-height: 200px;
}

.local-merchant-row__head {
  display: block;
  padding: 18px;
  font-weight: normal;
}
.local-merchant-row__head:hover, .local-merchant-row__head:active {
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .local-merchant-row__head {
    text-align: center;
    padding: 9px;
  }
}

.logo-merchant {
  margin-top: 5px;
  float: right;
  max-height: 80px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .logo-merchant {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

.logo-img {
  vertical-align: middle;
}

.favorite-wrapper {
  position: absolute;
  transform: translateY(-50%);
  left: 50%;
}

@media only screen and (max-width: 768px) {
  .favorite-wrapper {
    top: 0px;
  }

  .local_info {
    top: 0px;
  }

  .local_title {
    top: 0px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .favorite-wrapper {
    top: 40px;
  }

  .local_info {
    top: 40px;
  }

  .local_title {
    top: 40px;
  }
}
@media only screen and (min-width: 961px) and (max-width: 992px) {
  .favorite-wrapper {
    top: 50px;
  }

  .local_info {
    top: 50px;
  }

  .local_title {
    top: 50px;
  }
}
@media only screen and (min-width: 993px) {
  .favorite-wrapper {
    top: 60px;
  }

  .local_info {
    top: 60px;
  }

  .local_title {
    top: 60px;
  }
}
.img-wrapper {
  max-height: 80px;
}

.local-merchant-row__title {
  color: #46cbfc;
  font-size: 20px;
  margin: 0;
  font-weight: bold;
}

.local-merchant-row__body {
  padding: 0 18px 18px;
}

.local-merchant-suboffer {
  margin: 0;
}
.local-merchant-suboffer .indicator {
  font-size: 1.5rem;
  line-height: 1rem;
}

.local-merchant-suboffer__summary {
  display: table;
  width: 100%;
}
.local-merchant-suboffer__summary:hover, .local-merchant-suboffer__summary:focus, .local-merchant-suboffer__summary:active {
  text-decoration: none;
}
.local-merchant-suboffer__summary:hover .local-merchant-suboffer__summary__name, .local-merchant-suboffer__summary:focus .local-merchant-suboffer__summary__name, .local-merchant-suboffer__summary:active .local-merchant-suboffer__summary__name {
  text-decoration: underline;
}

.local-merchant-suboffer__summary__name,
.local-merchant-suboffer__summary__meta {
  display: table-cell;
  vertical-align: top;
}

.local-merchant-suboffer__summary__meta {
  text-align: right;
  white-space: nowrap;
}

.remove-geolocation,
.add-geolocation {
  display: block;
  margin-top: 4px;
  float: none;
  cursor: pointer;
  font-size: 1.75rem;
}
@supports (-webkit-overflow-scrolling: touch) {
  .remove-geolocation,
.add-geolocation {
    /* CSS specific to iOS devices */
    font-size: 0.8rem;
  }
}

.localoffers-form {
  color: #333333;
  padding: 15px;
  margin-bottom: 1em;
}
.localoffers-form .radio label {
  font-weight: bold;
}

.local-offer-details__redeem-confirmation {
  display: none;
}

.local-merchant-suboffer__details__loader {
  display: block;
  margin: 5px auto;
}

.local-merchant-list__showing-status {
  margin-top: 0.5em;
}

.local-offer-details__offer-content {
  text-transform: none;
}

.local-offer-details__social {
  margin: 1em 0;
}

.coupon-modal .modal-header {
  padding-bottom: 15px;
}
.coupon-modal .modal-body {
  padding: 0;
}

.coupon-modal__show-instructions {
  background: #1a75cf;
}

.coupon-modal__merchant-name {
  background: #10498f;
  color: white;
}

.coupon-modal__offer-detail {
  border: 3px solid black;
  text-align: center;
}

.coupon-modal__redemption-id {
  font-weight: bold;
}

.coupon-modal__fine-print {
  font-size: 0.8rem;
}

.coupon-modal__barcode,
.coupon-modal__promo-code {
  padding: 1rem 0;
}

.coupon-modal__header-e-rotator {
  height: 40px;
  margin-right: 10px;
  position: relative;
  top: -5px;
}

.coupon-modal__header-e-logo {
  display: inline;
  height: 26px;
  width: auto;
}

.local-merchant-suboffer__redeemed-tag,
.local-merchant-suboffer__redeemed-icon {
  font-style: italic;
  vertical-align: top;
  font-weight: normal;
  padding-right: 10px;
  color: #808080;
  padding-left: 10px;
}

.localoffers__map-button,
.localoffers__map-button.btn-link {
  padding: 5px 5px 5px 0;
}

@media (min-width: 992px) {
  #search-results > .panel-heading {
    display: none;
  }

  #entertainment-remaining-offers-button {
    display: none;
  }

  #entertainment-remaining-offers.collapse {
    display: block !important;
    visibility: visible !important;
  }

  .local-merchant-suboffer__redeemed-icon {
    display: none;
  }
}
@media (max-width: 991px) {
  .force-show-all-offers > .panel-heading {
    display: none;
  }
  .force-show-all-offers #entertainment-remaining-offers-button {
    display: none;
  }
  .force-show-all-offers #entertainment-remaining-offers.collapse {
    display: block !important;
    visibility: visible !important;
  }

  .local-merchant-suboffer__redeemed-tag {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .local_offer_info {
    min-height: 50px;
  }

  .local_info {
    border-left-style: none !important;
  }
}
.mobile-rewards h1 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 40px;
  background-color: #c3e051;
}
.mobile-rewards p {
  text-align: center;
}
.mobile-rewards img {
  padding-bottom: 15px;
}

.border-right {
  border-right-style: outset;
  border-right-width: thin;
}

.category {
  cursor: pointer;
}

.local-icon {
  font-size: 78px;
  position: relative;
  top: 25px;
  left: 5px;
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .local-icon {
    font-size: 47px;
    top: 13px;
  }
}

.local-icon-text {
  margin-top: 10px;
}
@media only screen and (max-width: 480px) {
  .local-icon-text {
    font-size: 16px;
  }
}

.local-circle {
  background-color: #1a75cf;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
}
.local-circle:hover, .local-circle:active, .local-circle:focus {
  background-color: #cccccc;
  transition: background-color 0.25s ease;
}
@media only screen and (max-width: 480px) {
  .local-circle {
    width: 75px;
    height: 75px;
  }
}

.local-circle-active {
  background-color: #cccccc;
}

#favorite-deals,
#local-deals {
  width: 1089px;
  margin: 40px auto;
}
#favorite-deals a, #favorite-deals .btn-link,
#local-deals a,
#local-deals .btn-link {
  font-weight: 700;
  text-decoration: none;
}
#favorite-deals a:hover, #favorite-deals .btn-link:hover,
#local-deals a:hover,
#local-deals .btn-link:hover {
  font-weight: 700;
  text-decoration: none;
}
#favorite-deals .filter-row select,
#local-deals .filter-row select {
  width: auto;
  min-width: 150px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 38px;
  border-radius: 0;
  background: #f3f4f5;
  border: 1px solid #caccd1;
  background: #f3f4f5 no-repeat;
  background-position: right 10px top 15px;
  background-size: 10px 7px;
  padding: 0 10px;
}
#favorite-deals .map-form-box h2,
#local-deals .map-form-box h2 {
  color: #699bc5;
  font-size: 28px;
  margin-bottom: 10px;
}
#favorite-deals .map-form-box a, #favorite-deals .map-form-box .btn-link,
#local-deals .map-form-box a,
#local-deals .map-form-box .btn-link {
  color: #00548e;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
#favorite-deals .afcu-local-flex,
#local-deals .afcu-local-flex {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  #favorite-deals .afcu-local-flex,
#local-deals .afcu-local-flex {
    flex-wrap: wrap;
  }
}
#favorite-deals .afcu-local-flex .map-form-box,
#local-deals .afcu-local-flex .map-form-box {
  width: 35%;
  min-height: 161px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #favorite-deals .afcu-local-flex .map-form-box,
#local-deals .afcu-local-flex .map-form-box {
    width: 100%;
  }
}
#favorite-deals .afcu-local-flex .map-form-box h2,
#local-deals .afcu-local-flex .map-form-box h2 {
  margin-top: 0;
}
#favorite-deals .afcu-local-flex .map-form-box #change-zip .form-group,
#local-deals .afcu-local-flex .map-form-box #change-zip .form-group {
  width: 100%;
}
#favorite-deals .afcu-local-flex #mapoffercontainer,
#local-deals .afcu-local-flex #mapoffercontainer {
  width: 65%;
}
#favorite-deals .afcu-local-flex .map-form-box #change-zip .form-group,
#local-deals .afcu-local-flex .map-form-box #change-zip .form-group {
  width: 100%;
}
#favorite-deals #change-zip,
#local-deals #change-zip {
  width: 100%;
  padding: 0 15px;
}
#favorite-deals #change-zip .form-group input,
#local-deals #change-zip .form-group input {
  width: 100%;
  height: 45px;
  padding: 0 50px 0 10px;
  background: #f3f4f5;
  border: 1px solid #caccd1;
  line-height: 45px;
  text-align: left;
  text-overflow: ellipsis;
}
#favorite-deals #change-zip a, #favorite-deals #change-zip .btn-link,
#local-deals #change-zip a,
#local-deals #change-zip .btn-link {
  color: #00548e !important;
  text-decoration: none;
}
#favorite-deals #change-zip a:hover, #favorite-deals #change-zip .btn-link:hover,
#local-deals #change-zip a:hover,
#local-deals #change-zip .btn-link:hover {
  text-decoration: none;
}
#favorite-deals #change-zip .form-group .back-btn,
#local-deals #change-zip .form-group .back-btn {
  position: absolute;
  left: 10px;
  border: 0;
  background: 0 0;
  color: #00548e;
  padding: 0;
  font-size: 22px;
  top: 12px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #favorite-deals .afcu-local-flex #mapoffercontainer,
#local-deals .afcu-local-flex #mapoffercontainer {
    width: 100%;
  }
}
#favorite-deals .filter-row,
#local-deals .filter-row {
  margin-top: 30px;
  padding-bottom: 15px;
  width: 100%;
  border-bottom: 1px solid #caccd1;
  position: relative;
}
#favorite-deals .filter-row button,
#local-deals .filter-row button {
  margin-right: 20px;
  background: #699bc5;
}
#favorite-deals .filter-row button:hover,
#local-deals .filter-row button:hover {
  background: #00365b;
  color: #fff;
}
#favorite-deals .filter-row button, #favorite-deals .filter-row select.form-control,
#local-deals .filter-row button,
#local-deals .filter-row select.form-control {
  float: left;
  padding: 12px 20px;
}
@media (max-width: 767px) {
  #favorite-deals .filter-row button, #favorite-deals .filter-row select.form-control,
#local-deals .filter-row button,
#local-deals .filter-row select.form-control {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
#favorite-deals .filter-row select,
#local-deals .filter-row select {
  width: auto;
  min-width: 150px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 38px;
  border-radius: 0;
  background: #f3f4f5;
  border: 1px solid #caccd1;
  background: #f3f4f5 no-repeat;
  background-position: right 10px top 20px;
  background-size: 10px 7px;
  padding: 0 10px;
}
#favorite-deals .filter-row select.form-control,
#local-deals .filter-row select.form-control {
  padding: 10px 20px !important;
}
#favorite-deals .filter-row .dropdown.favorite-drop,
#local-deals .filter-row .dropdown.favorite-drop {
  width: 50%;
}
@media (max-width: 991px) {
  #favorite-deals .filter-row .dropdown.favorite-drop,
#local-deals .filter-row .dropdown.favorite-drop {
    width: 100%;
  }
}
#favorite-deals .filter-row a.favorite-link, #favorite-deals .filter-row .favorite-link.btn-link,
#local-deals .filter-row a.favorite-link,
#local-deals .filter-row .favorite-link.btn-link {
  float: right;
  color: #00548e;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 50px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #favorite-deals .filter-row a.favorite-link, #favorite-deals .filter-row .favorite-link.btn-link,
#local-deals .filter-row a.favorite-link,
#local-deals .filter-row .favorite-link.btn-link {
    float: none;
    display: block;
    text-align: center;
  }
}
#favorite-deals .filter-row .blocks .filter-container,
#local-deals .filter-row .blocks .filter-container {
  right: auto;
  left: 0;
}
#favorite-deals .search-form-container .filter-box ul li label,
#local-deals .search-form-container .filter-box ul li label {
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 10px;
  border-bottom: 1px solid #caccd1;
  background: #fff;
  color: #699bc5;
  cursor: pointer;
  margin: 0;
  display: block;
}
#favorite-deals .search-form-container .filter-box ul li.active label,
#local-deals .search-form-container .filter-box ul li.active label {
  background: #699bc5;
  color: #fff;
}
#favorite-deals .filter-row .filter-container,
#local-deals .filter-row .filter-container {
  position: absolute;
  width: 100%;
  max-width: 600px;
  padding: 30px;
  z-index: 11111 !important;
  top: 20px !important;
  right: 0;
  background: white;
  box-shadow: 0px 5px 8px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  #favorite-deals .filter-row .filter-container,
#local-deals .filter-row .filter-container {
    padding: 15px;
  }
}
#favorite-deals .filter-row .filter-container h2.title,
#local-deals .filter-row .filter-container h2.title {
  color: #699bc5;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 30px;
}
#favorite-deals .filter-row .filter-container h2,
#local-deals .filter-row .filter-container h2 {
  font-size: 16px;
  letter-spacing: 0.01em;
}
#favorite-deals .filter-row .filter-container label,
#local-deals .filter-row .filter-container label {
  font-weight: 700;
}
#favorite-deals .search-title,
#local-deals .search-title {
  margin: 30px 0 15px;
  color: #00548e;
}
#favorite-deals .container-fluid .merchant-logo,
#local-deals .container-fluid .merchant-logo {
  width: 140px;
}
#favorite-deals .favorite-title,
#local-deals .favorite-title {
  margin: 50px auto;
}
#favorite-deals .dropdown,
#local-deals .dropdown {
  position: relative;
}
#favorite-deals .map-form-box,
#local-deals .map-form-box {
  background: #eceded;
  padding: 40px 0;
}
#favorite-deals .map-form-box a, #favorite-deals .map-form-box .btn-link,
#local-deals .map-form-box a,
#local-deals .map-form-box .btn-link {
  color: #00548e;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
#favorite-deals #change-zip a, #favorite-deals #change-zip .btn-link,
#local-deals #change-zip a,
#local-deals #change-zip .btn-link {
  color: #f3f4f5;
}
#favorite-deals #change-zip a:hover, #favorite-deals #change-zip .btn-link:hover, #favorite-deals #change-zip a:active, #favorite-deals #change-zip .btn-link:active, #favorite-deals #change-zip a:focus, #favorite-deals #change-zip .btn-link:focus,
#local-deals #change-zip a:hover,
#local-deals #change-zip .btn-link:hover,
#local-deals #change-zip a:active,
#local-deals #change-zip .btn-link:active,
#local-deals #change-zip a:focus,
#local-deals #change-zip .btn-link:focus {
  color: #00548e;
}
#favorite-deals #change-zip a > i, #favorite-deals #change-zip .btn-link > i,
#local-deals #change-zip a > i,
#local-deals #change-zip .btn-link > i {
  color: #00548e;
  font-size: 20px;
  position: relative;
  top: 1px;
  left: -2px;
}
#favorite-deals #change-zip .form-group,
#local-deals #change-zip .form-group {
  width: 90%;
  max-width: 400px;
  padding-left: 50px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #favorite-deals #change-zip .form-group,
#local-deals #change-zip .form-group {
    padding-left: 30px;
  }
}
#favorite-deals #change-zip .form-group .back-btn,
#local-deals #change-zip .form-group .back-btn {
  position: absolute;
  left: 10px;
  border: 0;
  background: transparent;
  color: #00548e;
  padding: 0;
  font-size: 22px;
  top: 12px;
  cursor: pointer;
}
#favorite-deals #change-zip .form-group input,
#local-deals #change-zip .form-group input {
  width: 100%;
  height: 45px;
  padding: 0 50px 0 10px;
  background: #f3f4f5;
  border: 1px solid #caccd1;
  line-height: 45px;
  text-align: left;
  text-overflow: ellipsis;
}
#favorite-deals #change-zip .form-group button.submit-zip,
#local-deals #change-zip .form-group button.submit-zip {
  position: absolute;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 22px;
  right: 10px;
  top: 16px;
  color: #00548e;
  cursor: pointer;
}
#favorite-deals #search-results .item.list-group-item,
#local-deals #search-results .item.list-group-item {
  float: left;
  width: 33%;
  padding: 0 15px;
  margin: 0;
  border: 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #favorite-deals #search-results .item.list-group-item,
#local-deals #search-results .item.list-group-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #favorite-deals #search-results .item.list-group-item,
#local-deals #search-results .item.list-group-item {
    width: 100%;
  }
}
#favorite-deals #search-results .item.list-group-item > .item-box,
#local-deals #search-results .item.list-group-item > .item-box {
  text-align: center;
  position: relative;
  border-radius: 0;
  border: 1px solid #caccd1;
  height: 360px;
}
#favorite-deals #search-results .item.list-group-item > .item-box .favorite-icon,
#local-deals #search-results .item.list-group-item > .item-box .favorite-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #00548e;
  font-size: 20px;
  cursor: pointer;
}
#favorite-deals #search-results .item.list-group-item > .item-box .preferred,
#local-deals #search-results .item.list-group-item > .item-box .preferred {
  display: none;
}
#favorite-deals #search-results .item.list-group-item > .item-box .logo-holder,
#local-deals #search-results .item.list-group-item > .item-box .logo-holder {
  width: 90%;
  max-width: 300px;
  height: 125px;
  margin: 30px auto;
  float: none;
}
#favorite-deals #search-results .item.list-group-item > .item-box .logo-holder img,
#local-deals #search-results .item.list-group-item > .item-box .logo-holder img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#favorite-deals #search-results .item.list-group-item > .item-box .listing,
#local-deals #search-results .item.list-group-item > .item-box .listing {
  width: 100%;
  text-align: center;
  float: none;
}
#favorite-deals #search-results .item.list-group-item > .item-box .listing .name,
#local-deals #search-results .item.list-group-item > .item-box .listing .name {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  color: #699bc5;
}
#favorite-deals #search-results .item.list-group-item > .item-box .listing .address, #favorite-deals #search-results .item.list-group-item > .item-box .listing .city,
#local-deals #search-results .item.list-group-item > .item-box .listing .address,
#local-deals #search-results .item.list-group-item > .item-box .listing .city {
  font-size: 14px;
  color: #699bc5;
}
#favorite-deals #search-results .item.list-group-item > .item-box .goToMapMarker,
#local-deals #search-results .item.list-group-item > .item-box .goToMapMarker {
  background: transparent;
  border: 0;
  color: #699bc5;
  margin-top: 0;
  outline: none;
}
#favorite-deals #search-results .item.list-group-item > .item-box .goToMapMarker i,
#local-deals #search-results .item.list-group-item > .item-box .goToMapMarker i {
  position: relative;
  top: 2px;
  font-size: 20px;
}
#favorite-deals .pagination > a, #favorite-deals .pagination > .btn-link,
#local-deals .pagination > a,
#local-deals .pagination > .btn-link {
  transition: color 0.2s ease;
  color: #699bc5;
  text-decoration: none !important;
  font-weight: 800;
}
#favorite-deals .pagination > a:hover, #favorite-deals .pagination > .btn-link:hover,
#local-deals .pagination > a:hover,
#local-deals .pagination > .btn-link:hover {
  color: #000;
}
#favorite-deals #pagination-text,
#local-deals #pagination-text {
  text-transform: uppercase;
  cursor: initial;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  font-weight: 700;
}
#favorite-deals #search-results .item.list-group-item > .item-box .offer-container,
#local-deals #search-results .item.list-group-item > .item-box .offer-container {
  position: absolute;
  max-height: 100%;
  height: auto;
  overflow: auto;
  width: 100%;
  left: 0;
  bottom: 0;
  background: white;
}
#favorite-deals #search-results .item.list-group-item > .item-box .offer-container .list-group-item.btn-view.show-deals.tracking-click,
#local-deals #search-results .item.list-group-item > .item-box .offer-container .list-group-item.btn-view.show-deals.tracking-click {
  width: 100%;
  background: #f3f4f5;
  text-align: center;
  margin: 0;
  border: 0;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
  color: #00548e;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 15px;
  border-radius: 0;
  float: none;
}
#favorite-deals #search-results .item.list-group-item > .item-box .offer-container .listing,
#local-deals #search-results .item.list-group-item > .item-box .offer-container .listing {
  margin: 0;
}
#favorite-deals #search-results .item.list-group-item > .item-box .offer-container .listing:last-child,
#local-deals #search-results .item.list-group-item > .item-box .offer-container .listing:last-child {
  border: 0;
}
#favorite-deals #search-results .item.list-group-item > .item-box .offer-container .listing:hover, #favorite-deals #search-results .item.list-group-item > .item-box .offer-container .listing:active, #favorite-deals #search-results .item.list-group-item > .item-box .offer-container .listing:focus,
#local-deals #search-results .item.list-group-item > .item-box .offer-container .listing:hover,
#local-deals #search-results .item.list-group-item > .item-box .offer-container .listing:active,
#local-deals #search-results .item.list-group-item > .item-box .offer-container .listing:focus {
  background: #00548e;
  cursor: pointer;
}
#favorite-deals #search-results .item.list-group-item > .item-box .offer-container .listing:hover a .name, #favorite-deals #search-results .item.list-group-item > .item-box .offer-container .listing:hover .btn-link .name, #favorite-deals #search-results .item.list-group-item > .item-box .offer-container .listing:active a .name, #favorite-deals #search-results .item.list-group-item > .item-box .offer-container .listing:active .btn-link .name, #favorite-deals #search-results .item.list-group-item > .item-box .offer-container .listing:focus a .name, #favorite-deals #search-results .item.list-group-item > .item-box .offer-container .listing:focus .btn-link .name,
#local-deals #search-results .item.list-group-item > .item-box .offer-container .listing:hover a .name,
#local-deals #search-results .item.list-group-item > .item-box .offer-container .listing:hover .btn-link .name,
#local-deals #search-results .item.list-group-item > .item-box .offer-container .listing:active a .name,
#local-deals #search-results .item.list-group-item > .item-box .offer-container .listing:active .btn-link .name,
#local-deals #search-results .item.list-group-item > .item-box .offer-container .listing:focus a .name,
#local-deals #search-results .item.list-group-item > .item-box .offer-container .listing:focus .btn-link .name {
  color: white;
}
#favorite-deals #search-results .item.list-group-item > .item-box .offer-container .listing a, #favorite-deals #search-results .item.list-group-item > .item-box .offer-container .listing .btn-link,
#local-deals #search-results .item.list-group-item > .item-box .offer-container .listing a,
#local-deals #search-results .item.list-group-item > .item-box .offer-container .listing .btn-link {
  text-decoration: none !important;
  text-align: left;
  display: block;
}
#favorite-deals #search-results .item.list-group-item > .item-box .offer-container .listing a .name, #favorite-deals #search-results .item.list-group-item > .item-box .offer-container .listing .btn-link .name,
#local-deals #search-results .item.list-group-item > .item-box .offer-container .listing a .name,
#local-deals #search-results .item.list-group-item > .item-box .offer-container .listing .btn-link .name {
  color: #00548e;
  text-transform: none;
  font-weight: 600;
  padding: 6px 0;
  letter-spacing: 0.04em;
  font-weight: 600;
  line-height: 15px;
  float: none;
}
#favorite-deals .btn,
#local-deals .btn {
  border-radius: 0;
  color: #fff;
  line-height: 14px;
  font-size: 14px;
  border: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-shadow: none;
}
#favorite-deals .flexible-map > div.closeBtn,
#local-deals .flexible-map > div.closeBtn {
  background: white;
  top: 69px;
  margin-bottom: 0;
}
#favorite-deals .view-all-link,
#local-deals .view-all-link {
  line-height: 40px;
  margin-left: 10px;
  color: #1c1c20;
  font-weight: 700;
}
@media (max-width: 767px) {
  #favorite-deals .view-all-link,
#local-deals .view-all-link {
    display: block;
    text-align: center;
  }
}
#favorite-deals .search-title h2,
#local-deals .search-title h2 {
  color: #699bc5;
  margin: 30px 0;
  font-size: 30px;
}
#favorite-deals #search-results .listing a.item-offer-link .name i.fa-star, #favorite-deals #search-results .listing .item-offer-link.btn-link .name i.fa-star,
#local-deals #search-results .listing a.item-offer-link .name i.fa-star,
#local-deals #search-results .listing .item-offer-link.btn-link .name i.fa-star {
  top: 12px;
  left: 10px;
}
#favorite-deals #search-results .listing a.item-offer-link .name i.fa-tag, #favorite-deals #search-results .listing .item-offer-link.btn-link .name i.fa-tag,
#local-deals #search-results .listing a.item-offer-link .name i.fa-tag,
#local-deals #search-results .listing .item-offer-link.btn-link .name i.fa-tag {
  left: 10px;
  top: 15px;
}
#favorite-deals #search-results .listing a.item-offer-link .name i.fa-mobile, #favorite-deals #search-results .listing .item-offer-link.btn-link .name i.fa-mobile,
#local-deals #search-results .listing a.item-offer-link .name i.fa-mobile,
#local-deals #search-results .listing .item-offer-link.btn-link .name i.fa-mobile {
  left: 13px;
  top: 12px;
}
#favorite-deals .list-group-item .mobile-offers,
#local-deals .list-group-item .mobile-offers {
  display: none !important;
}
@media (max-width: 767px) {
  #favorite-deals .list-group-item .mobile-offers,
#local-deals .list-group-item .mobile-offers {
    display: block !important;
  }
}
#favorite-deals #search-results .listing .name,
#local-deals #search-results .listing .name {
  line-height: 1;
}
#favorite-deals .fa-arrow-left,
#favorite-deals .fa-long-arrow-left,
#favorite-deals .fa-arrow-left-long,
#favorite-deals .fas.fa-crosshairs,
#favorite-deals .fas.fa-star,
#favorite-deals .fas.fa-star-o,
#favorite-deals .fas.fa-search,
#favorite-deals .fas.fa-sliders,
#local-deals .fa-arrow-left,
#local-deals .fa-long-arrow-left,
#local-deals .fa-arrow-left-long,
#local-deals .fas.fa-crosshairs,
#local-deals .fas.fa-star,
#local-deals .fas.fa-star-o,
#local-deals .fas.fa-search,
#local-deals .fas.fa-sliders {
  font-family: FontAwesome, "Bogle Regular", sans-serif;
}
#favorite-deals .search-form-container .btn.btn-primary,
#favorite-deals .search-form-container .btn.btn-default,
#local-deals .search-form-container .btn.btn-primary,
#local-deals .search-form-container .btn.btn-default {
  background: #699bc5;
  padding: 12px 20px;
  margin-bottom: 15px;
}
#favorite-deals .search-form-container .btn.btn-primary:hover,
#favorite-deals .search-form-container .btn.btn-default:hover,
#local-deals .search-form-container .btn.btn-primary:hover,
#local-deals .search-form-container .btn.btn-default:hover {
  background: #00365b;
}
#favorite-deals #search-modal,
#favorite-deals .search-form-container,
#local-deals #search-modal,
#local-deals .search-form-container {
  text-align: center;
}
#favorite-deals #search-modal .close-search,
#favorite-deals .search-form-container .close-search,
#local-deals #search-modal .close-search,
#local-deals .search-form-container .close-search {
  position: fixed;
  top: 30px;
  right: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #00548e;
  font-size: 22px;
  line-height: 18px;
  outline: none;
}
#favorite-deals #search-modal .close-search:hover,
#favorite-deals .search-form-container .close-search:hover,
#local-deals #search-modal .close-search:hover,
#local-deals .search-form-container .close-search:hover {
  color: #00365b;
}
#favorite-deals #search-modal h2.title,
#favorite-deals .search-form-container h2.title,
#local-deals #search-modal h2.title,
#local-deals .search-form-container h2.title {
  color: #699bc5;
  font-size: 28px;
  margin-top: 5%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #favorite-deals #search-modal h2.title,
#favorite-deals .search-form-container h2.title,
#local-deals #search-modal h2.title,
#local-deals .search-form-container h2.title {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 24px;
  }
}
#favorite-deals #search-modal .form-group,
#favorite-deals .search-form-container .form-group,
#local-deals #search-modal .form-group,
#local-deals .search-form-container .form-group {
  width: 90%;
  max-width: 700px;
  margin: 0 auto 20px;
  position: relative;
}
#favorite-deals #search-modal .form-group i,
#favorite-deals .search-form-container .form-group i,
#local-deals #search-modal .form-group i,
#local-deals .search-form-container .form-group i {
  position: absolute;
  left: 0;
}
#favorite-deals #search-modal .form-group button,
#favorite-deals .search-form-container .form-group button,
#local-deals #search-modal .form-group button,
#local-deals .search-form-container .form-group button {
  position: absolute;
  left: 30px;
  border: 0;
  background: transparent;
  padding: 0;
  outline: none;
  font-size: 30px;
  color: #00548e;
  top: 25px;
}
@media (max-width: 767px) {
  #favorite-deals #search-modal .form-group button,
#favorite-deals .search-form-container .form-group button,
#local-deals #search-modal .form-group button,
#local-deals .search-form-container .form-group button {
    top: 4px;
    left: 5px;
    font-size: 24px;
  }
}
#favorite-deals #search-modal .form-group input,
#favorite-deals .search-form-container .form-group input,
#local-deals #search-modal .form-group input,
#local-deals .search-form-container .form-group input {
  width: 100%;
  padding: 20px 15px 20px 70px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  outline: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #1c1c20;
}
@media (max-width: 767px) {
  #favorite-deals #search-modal .form-group input,
#favorite-deals .search-form-container .form-group input,
#local-deals #search-modal .form-group input,
#local-deals .search-form-container .form-group input {
    padding: 10px 15px 10px 45px;
    font-size: 16px;
  }
}
#favorite-deals #search-modal .filter-box,
#favorite-deals .search-form-container .filter-box,
#local-deals #search-modal .filter-box,
#local-deals .search-form-container .filter-box {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}
#favorite-deals #search-modal .filter-box .btn,
#favorite-deals .search-form-container .filter-box .btn,
#local-deals #search-modal .filter-box .btn,
#local-deals .search-form-container .filter-box .btn {
  margin-bottom: 15px;
}
#favorite-deals #search-modal .filter-box h2,
#favorite-deals .search-form-container .filter-box h2,
#local-deals #search-modal .filter-box h2,
#local-deals .search-form-container .filter-box h2 {
  color: #00548e;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #favorite-deals #search-modal .filter-box h2,
#favorite-deals .search-form-container .filter-box h2,
#local-deals #search-modal .filter-box h2,
#local-deals .search-form-container .filter-box h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#favorite-deals #search-modal .filter-box h2 input,
#favorite-deals .search-form-container .filter-box h2 input,
#local-deals #search-modal .filter-box h2 input,
#local-deals .search-form-container .filter-box h2 input {
  color: #1c1c20 !important;
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background: transparent;
  border: 0;
}
#favorite-deals #search-modal .filter-box p,
#favorite-deals .search-form-container .filter-box p,
#local-deals #search-modal .filter-box p,
#local-deals .search-form-container .filter-box p {
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  #favorite-deals #search-modal .filter-box p,
#favorite-deals .search-form-container .filter-box p,
#local-deals #search-modal .filter-box p,
#local-deals .search-form-container .filter-box p {
    margin-bottom: 15px;
  }
}
#favorite-deals #search-modal .filter-box #slider, #favorite-deals #search-modal .filter-box #slider-2,
#favorite-deals .search-form-container .filter-box #slider,
#favorite-deals .search-form-container .filter-box #slider-2,
#local-deals #search-modal .filter-box #slider,
#local-deals #search-modal .filter-box #slider-2,
#local-deals .search-form-container .filter-box #slider,
#local-deals .search-form-container .filter-box #slider-2 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #favorite-deals #search-modal .filter-box #slider, #favorite-deals #search-modal .filter-box #slider-2,
#favorite-deals .search-form-container .filter-box #slider,
#favorite-deals .search-form-container .filter-box #slider-2,
#local-deals #search-modal .filter-box #slider,
#local-deals #search-modal .filter-box #slider-2,
#local-deals .search-form-container .filter-box #slider,
#local-deals .search-form-container .filter-box #slider-2 {
    margin-bottom: 35px;
  }
}
#favorite-deals #search-modal .filter-box .ui-state-default, #favorite-deals #search-modal .filter-box .ui-widget-content .ui-state-default, #favorite-deals #search-modal .filter-box .ui-widget-header .ui-state-default,
#favorite-deals #search-modal .filter-box .ui-button, #favorite-deals #search-modal .filter-box html .ui-button.ui-state-disabled:hover, #favorite-deals #search-modal .filter-box html .ui-button.ui-state-disabled:active,
#favorite-deals .search-form-container .filter-box .ui-state-default,
#favorite-deals .search-form-container .filter-box .ui-widget-content .ui-state-default,
#favorite-deals .search-form-container .filter-box .ui-widget-header .ui-state-default,
#favorite-deals .search-form-container .filter-box .ui-button,
#favorite-deals .search-form-container .filter-box html .ui-button.ui-state-disabled:hover,
#favorite-deals .search-form-container .filter-box html .ui-button.ui-state-disabled:active,
#local-deals #search-modal .filter-box .ui-state-default,
#local-deals #search-modal .filter-box .ui-widget-content .ui-state-default,
#local-deals #search-modal .filter-box .ui-widget-header .ui-state-default,
#local-deals #search-modal .filter-box .ui-button,
#local-deals #search-modal .filter-box html .ui-button.ui-state-disabled:hover,
#local-deals #search-modal .filter-box html .ui-button.ui-state-disabled:active,
#local-deals .search-form-container .filter-box .ui-state-default,
#local-deals .search-form-container .filter-box .ui-widget-content .ui-state-default,
#local-deals .search-form-container .filter-box .ui-widget-header .ui-state-default,
#local-deals .search-form-container .filter-box .ui-button,
#local-deals .search-form-container .filter-box html .ui-button.ui-state-disabled:hover,
#local-deals .search-form-container .filter-box html .ui-button.ui-state-disabled:active {
  outline: none;
  border-radius: 50px;
  width: 40px;
  top: -18px;
  height: 40px;
  background: white;
  border: 10px solid #00548e;
}
@media (max-width: 767px) {
  #favorite-deals #search-modal .filter-box .ui-state-default, #favorite-deals #search-modal .filter-box .ui-widget-content .ui-state-default, #favorite-deals #search-modal .filter-box .ui-widget-header .ui-state-default,
#favorite-deals #search-modal .filter-box .ui-button, #favorite-deals #search-modal .filter-box html .ui-button.ui-state-disabled:hover, #favorite-deals #search-modal .filter-box html .ui-button.ui-state-disabled:active,
#favorite-deals .search-form-container .filter-box .ui-state-default,
#favorite-deals .search-form-container .filter-box .ui-widget-content .ui-state-default,
#favorite-deals .search-form-container .filter-box .ui-widget-header .ui-state-default,
#favorite-deals .search-form-container .filter-box .ui-button,
#favorite-deals .search-form-container .filter-box html .ui-button.ui-state-disabled:hover,
#favorite-deals .search-form-container .filter-box html .ui-button.ui-state-disabled:active,
#local-deals #search-modal .filter-box .ui-state-default,
#local-deals #search-modal .filter-box .ui-widget-content .ui-state-default,
#local-deals #search-modal .filter-box .ui-widget-header .ui-state-default,
#local-deals #search-modal .filter-box .ui-button,
#local-deals #search-modal .filter-box html .ui-button.ui-state-disabled:hover,
#local-deals #search-modal .filter-box html .ui-button.ui-state-disabled:active,
#local-deals .search-form-container .filter-box .ui-state-default,
#local-deals .search-form-container .filter-box .ui-widget-content .ui-state-default,
#local-deals .search-form-container .filter-box .ui-widget-header .ui-state-default,
#local-deals .search-form-container .filter-box .ui-button,
#local-deals .search-form-container .filter-box html .ui-button.ui-state-disabled:hover,
#local-deals .search-form-container .filter-box html .ui-button.ui-state-disabled:active {
    width: 30px;
    height: 30px;
    top: -13px;
  }
}
#favorite-deals #search-modal .filter-box .ui-widget.ui-widget-content,
#favorite-deals .search-form-container .filter-box .ui-widget.ui-widget-content,
#local-deals #search-modal .filter-box .ui-widget.ui-widget-content,
#local-deals .search-form-container .filter-box .ui-widget.ui-widget-content {
  height: 5px;
  border-radius: 0;
  border: 0;
  background: #caccd1;
}
#favorite-deals #search-modal .filter-box ul,
#favorite-deals .search-form-container .filter-box ul,
#local-deals #search-modal .filter-box ul,
#local-deals .search-form-container .filter-box ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 767px) {
  #favorite-deals #search-modal .filter-box ul,
#favorite-deals .search-form-container .filter-box ul,
#local-deals #search-modal .filter-box ul,
#local-deals .search-form-container .filter-box ul {
    margin: 0 0 15px 0;
  }
}
#favorite-deals #search-modal .filter-box ul li,
#favorite-deals .search-form-container .filter-box ul li,
#local-deals #search-modal .filter-box ul li,
#local-deals .search-form-container .filter-box ul li {
  display: block;
  cursor: pointer;
  position: relative;
}
#favorite-deals #search-modal .filter-box ul li i,
#favorite-deals .search-form-container .filter-box ul li i,
#local-deals #search-modal .filter-box ul li i,
#local-deals .search-form-container .filter-box ul li i {
  top: 10px;
  right: 10px;
  font-size: 20px;
  position: absolute;
  color: #caccd1;
}
@media (max-width: 767px) {
  #favorite-deals #search-modal .filter-box ul li i,
#favorite-deals .search-form-container .filter-box ul li i,
#local-deals #search-modal .filter-box ul li i,
#local-deals .search-form-container .filter-box ul li i {
    top: 8px;
    right: 8px;
  }
}
#favorite-deals #search-modal .filter-box ul li label,
#favorite-deals .search-form-container .filter-box ul li label,
#local-deals #search-modal .filter-box ul li label,
#local-deals .search-form-container .filter-box ul li label {
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 10px;
  border-bottom: 1px solid #caccd1;
  background: white;
  color: #699bc5;
  cursor: pointer;
  margin: 0;
  display: block;
}
@media (max-width: 767px) {
  #favorite-deals #search-modal .filter-box ul li label,
#favorite-deals .search-form-container .filter-box ul li label,
#local-deals #search-modal .filter-box ul li label,
#local-deals .search-form-container .filter-box ul li label {
    padding: 8px;
  }
}
#favorite-deals #search-modal .filter-box ul li.active label,
#favorite-deals .search-form-container .filter-box ul li.active label,
#local-deals #search-modal .filter-box ul li.active label,
#local-deals .search-form-container .filter-box ul li.active label {
  background: #699bc5;
  color: white;
}
#favorite-deals #search-modal .filter-box ul li.active label i,
#favorite-deals .search-form-container .filter-box ul li.active label i,
#local-deals #search-modal .filter-box ul li.active label i,
#local-deals .search-form-container .filter-box ul li.active label i {
  color: white;
}
#favorite-deals #search-results .item.list-group-item.isPreffered .preferred,
#local-deals #search-results .item.list-group-item.isPreffered .preferred {
  display: block;
}
#favorite-deals .favorites-box,
#local-deals .favorites-box {
  position: absolute;
  background: white;
  right: 0;
  width: 100%;
  max-width: 600px;
  padding: 30px;
  z-index: 999;
  top: 50px;
  box-shadow: 0px 5px 8px 1px rgba(0, 0, 0, 0.2);
}
#favorite-deals .favorites-box h2.title,
#local-deals .favorites-box h2.title {
  color: #699bc5;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 30px;
}
#favorite-deals .favorites-box a.all-favorites, #favorite-deals .favorites-box .all-favorites.btn-link,
#local-deals .favorites-box a.all-favorites,
#local-deals .favorites-box .all-favorites.btn-link {
  text-align: center;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #00548e;
  letter-spacing: 0.15em;
  margin: 20px 0 0 0;
  text-decoration: none;
}
#favorite-deals .favorites-box a.all-favorites:hover, #favorite-deals .favorites-box .all-favorites.btn-link:hover, #favorite-deals .favorites-box a.all-favorites:active, #favorite-deals .favorites-box .all-favorites.btn-link:active, #favorite-deals .favorites-box a.all-favorites:focus, #favorite-deals .favorites-box .all-favorites.btn-link:focus,
#local-deals .favorites-box a.all-favorites:hover,
#local-deals .favorites-box .all-favorites.btn-link:hover,
#local-deals .favorites-box a.all-favorites:active,
#local-deals .favorites-box .all-favorites.btn-link:active,
#local-deals .favorites-box a.all-favorites:focus,
#local-deals .favorites-box .all-favorites.btn-link:focus {
  color: #00365b;
}
#favorite-deals .favorites-box .favorite-item,
#local-deals .favorites-box .favorite-item {
  border-top: 1px solid #caccd1;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
#favorite-deals .favorites-box .favorite-item:last-child,
#local-deals .favorites-box .favorite-item:last-child {
  border-bottom: 1px solid #caccd1;
}
#favorite-deals .favorites-box .favorite-item .logo-box,
#local-deals .favorites-box .favorite-item .logo-box {
  height: 75px;
  width: 75px;
  position: relative;
  border: 1px solid #caccd1;
  display: block;
}
#favorite-deals .favorites-box .favorite-item .logo-box a, #favorite-deals .favorites-box .favorite-item .logo-box .btn-link,
#local-deals .favorites-box .favorite-item .logo-box a,
#local-deals .favorites-box .favorite-item .logo-box .btn-link {
  position: absolute;
  width: 100%;
  height: 100%;
}
#favorite-deals .favorites-box .favorite-item .logo-box img,
#local-deals .favorites-box .favorite-item .logo-box img {
  width: auto;
  height: auto;
  max-height: 95%;
  max-width: 95%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#favorite-deals .favorites-box .favorite-item .content-box,
#local-deals .favorites-box .favorite-item .content-box {
  text-align: left;
  width: calc(100% - 90px);
}
#favorite-deals .favorites-box .favorite-item .content-box a, #favorite-deals .favorites-box .favorite-item .content-box .btn-link,
#local-deals .favorites-box .favorite-item .content-box a,
#local-deals .favorites-box .favorite-item .content-box .btn-link {
  color: #1c1c20;
  text-decoration: none;
}
#favorite-deals .favorites-box .favorite-item .content-box a span, #favorite-deals .favorites-box .favorite-item .content-box .btn-link span,
#local-deals .favorites-box .favorite-item .content-box a span,
#local-deals .favorites-box .favorite-item .content-box .btn-link span {
  color: #00548e !important;
  font-size: 20px;
  cursor: pointer;
}
#favorite-deals .favorites-box .favorite-item .content-box a span:hover, #favorite-deals .favorites-box .favorite-item .content-box .btn-link span:hover,
#local-deals .favorites-box .favorite-item .content-box a span:hover,
#local-deals .favorites-box .favorite-item .content-box .btn-link span:hover {
  color: #00365b;
}
#favorite-deals #search-results .item.list-group-item > .item-box .offer-container .listing a .name, #favorite-deals #search-results .item.list-group-item > .item-box .offer-container .listing .btn-link .name,
#local-deals #search-results .item.list-group-item > .item-box .offer-container .listing a .name,
#local-deals #search-results .item.list-group-item > .item-box .offer-container .listing .btn-link .name {
  color: #00548e;
  text-transform: none;
  font-weight: 600;
  padding: 6px 0;
  letter-spacing: 0.04em;
  line-height: 15px;
}

#main .dropdown-menu.filter-container.favorites-box.show {
  top: 0 !important;
  left: -40px !important;
}

#local-deals #search-results .item.list-group-item > .item-box .offer-container .listing:hover a .name, #local-deals #search-results .item.list-group-item > .item-box .offer-container .listing:hover .btn-link .name {
  color: #00548e;
}

#local-deals #search-results .item.list-group-item > .item-box .offer-container .listing:hover {
  background: #fff;
}

#main a:hover,
#main .btn-link:hover {
  text-decoration: none;
}

#breadcrumb i {
  font-size: 0.75em;
  font-weight: 200;
  margin-right: 7px;
}

#deals-details .btn,
#deals-details .btn-primary {
  padding: 12px 20px;
}

#deals-details .btn-primary:hover {
  background: #00365b;
}

.fas.fa-star {
  font-family: FontAwesome, "Bogle Regular", sans-serif;
}

.flexible-offer #deals-details .logo-detail-coupon #icon-premium i {
  top: 9px !important;
  left: -2px !important;
  transform: translate(0, 0);
}

.leaflet-top, .leaflet-bottom {
  z-index: 100 !important;
}

body #main #favorite-deals.afcu-deals,
body #main #local-deals.afcu-deals {
  width: 100%;
  max-width: 1089px;
}
body #main #favorite-deals.afcu-deals .filter-row,
body #main #local-deals.afcu-deals .filter-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  body #main #favorite-deals.afcu-deals .filter-row,
body #main #local-deals.afcu-deals .filter-row {
    flex-wrap: wrap;
  }
}
body #main #favorite-deals.afcu-deals .filter-row > *,
body #main #local-deals.afcu-deals .filter-row > * {
  float: none;
}
body #main #favorite-deals.afcu-deals .filter-row .filter-container,
body #main #local-deals.afcu-deals .filter-row .filter-container {
  min-width: 410px;
}
@media (max-width: 767px) {
  body #main #favorite-deals.afcu-deals .filter-row .filter-container,
body #main #local-deals.afcu-deals .filter-row .filter-container {
    width: 300px;
  }
}
body #main #favorite-deals.afcu-deals .filter-row > .favorite-drop,
body #main #local-deals.afcu-deals .filter-row > .favorite-drop {
  margin-left: auto;
  width: auto;
}
body #main #favorite-deals.afcu-deals .filter-row .view-all-link,
body #main #local-deals.afcu-deals .filter-row .view-all-link {
  white-space: nowrap;
}
body #main #favorite-deals.afcu-deals .filter-row a.favorite-link,
body #main #favorite-deals.afcu-deals .filter-row .favorite-link.btn-link,
body #main #local-deals.afcu-deals .filter-row a.favorite-link,
body #main #local-deals.afcu-deals .filter-row .favorite-link.btn-link {
  letter-spacing: 0;
  font-size: 14px;
}
body #main #favorite-deals.afcu-deals .filter-row select.form-control,
body #main #favorite-deals.afcu-deals .filter-row select.form-control,
body #main #local-deals.afcu-deals .filter-row select.form-control,
body #main #local-deals.afcu-deals .filter-row select.form-control {
  border: 1px solid #ccc;
  border-bottom: 1px solid black;
  padding: 0 8px !important;
  background: white;
  height: 45px;
  margin: 0;
  background: rgba(0, 0, 0, 0) url(/img/icons/angle-down.svg) no-repeat scroll 0 0;
  background-position: calc(100% - 15px) 15px;
  background-size: 16px 16px;
}
@media (max-width: 767px) {
  body #main #favorite-deals.afcu-deals .filter-row select.form-control,
body #main #favorite-deals.afcu-deals .filter-row select.form-control,
body #main #local-deals.afcu-deals .filter-row select.form-control,
body #main #local-deals.afcu-deals .filter-row select.form-control {
    width: 100%;
  }
}
body #main #favorite-deals.afcu-deals .filter-row .section-selector.form-sorter,
body #main #local-deals.afcu-deals .filter-row .section-selector.form-sorter {
  position: relative;
}
@media (max-width: 767px) {
  body #main #favorite-deals.afcu-deals .filter-row .section-selector.form-sorter,
body #main #local-deals.afcu-deals .filter-row .section-selector.form-sorter {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body #main #favorite-deals.afcu-deals .filter-row .dropdown,
body #main #local-deals.afcu-deals .filter-row .dropdown {
    width: 100%;
  }
}
body #main #favorite-deals.afcu-deals .filter-row .dropdown #filterMenu.btn,
body #main #local-deals.afcu-deals .filter-row .dropdown #filterMenu.btn {
  font-size: 18px;
  padding: 18px 44px;
}
@media (max-width: 767px) {
  body #main #favorite-deals.afcu-deals .filter-row .dropdown #filterMenu.btn,
body #main #local-deals.afcu-deals .filter-row .dropdown #filterMenu.btn {
    width: 100%;
  }
}
body #main #favorite-deals.afcu-deals #load-more-favorites,
body #main #local-deals.afcu-deals #load-more-favorites {
  display: inline-block;
  margin-top: 10px;
}
body #main #favorite-deals.afcu-deals .btn,
body #main #local-deals.afcu-deals .btn {
  text-transform: none;
  letter-spacing: 0;
}
body #main #favorite-deals.afcu-deals i,
body #main #local-deals.afcu-deals i {
  font-style: normal;
}
body #main #favorite-deals.afcu-deals .map-form-box #main-header,
body #main #local-deals.afcu-deals .map-form-box #main-header {
  width: calc(100% - 50px);
}
body #main #favorite-deals.afcu-deals .map-form-box a, body #main #favorite-deals.afcu-deals .map-form-box .btn-link,
body #main #local-deals.afcu-deals .map-form-box a,
body #main #local-deals.afcu-deals .map-form-box .btn-link {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: underline;
  font-size: 14px;
}
body #main #favorite-deals.afcu-deals .map-form-box h2,
body #main #local-deals.afcu-deals .map-form-box h2 {
  font-size: 24px;
}
body #main #favorite-deals.afcu-deals .map-form-box #change-zip .form-group .back-btn,
body #main #local-deals.afcu-deals .map-form-box #change-zip .form-group .back-btn {
  position: absolute;
  left: 10px;
  top: 7px;
  width: 30px;
  height: 30px;
}
body #main #favorite-deals.afcu-deals .map-form-box .local-back-arrow,
body #main #local-deals.afcu-deals .map-form-box .local-back-arrow {
  background: rgba(0, 0, 0, 0) url(/program/totalwirelessrewards/img/icons/social_icons_white.png) no-repeat scroll 0 0;
  background-position: 0 -327px;
  background-size: 100%;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 7px;
  top: 0;
  transform: rotateZ(180deg);
}
body #main #favorite-deals.afcu-deals #search-results .item.list-group-item > .item-box,
body #main #local-deals.afcu-deals #search-results .item.list-group-item > .item-box {
  border: 1px solid black;
}
body #main #favorite-deals.afcu-deals #search-results .item.list-group-item > .item-box .logo-holder,
body #main #local-deals.afcu-deals #search-results .item.list-group-item > .item-box .logo-holder {
  width: calc(100% - 60px);
}
@media (max-width: 767px) {
  body #main #favorite-deals.afcu-deals #search-results .item.list-group-item > .item-box .logo-holder,
body #main #local-deals.afcu-deals #search-results .item.list-group-item > .item-box .logo-holder {
    width: calc(100% - 30px);
  }
}
body #main #favorite-deals.afcu-deals #search-results .item.list-group-item > .item-box .listing.listing-print,
body #main #favorite-deals.afcu-deals #search-results .item.list-group-item > .item-box .listing.listing-mobile,
body #main #local-deals.afcu-deals #search-results .item.list-group-item > .item-box .listing.listing-print,
body #main #local-deals.afcu-deals #search-results .item.list-group-item > .item-box .listing.listing-mobile {
  padding: 0;
  border: 0;
}
body #main #favorite-deals.afcu-deals #search-results .item.list-group-item > .item-box .listing,
body #main #local-deals.afcu-deals #search-results .item.list-group-item > .item-box .listing {
  padding: 0 30px;
}
@media (max-width: 767px) {
  body #main #favorite-deals.afcu-deals #search-results .item.list-group-item > .item-box .listing,
body #main #local-deals.afcu-deals #search-results .item.list-group-item > .item-box .listing {
    padding: 0 15px;
  }
}
body #main #favorite-deals.afcu-deals #search-results .item.list-group-item > .item-box .listing .name,
body #main #local-deals.afcu-deals #search-results .item.list-group-item > .item-box .listing .name {
  text-transform: none;
  letter-spacing: 0;
  font-size: 20px;
}
body #main #favorite-deals.afcu-deals #search-results .item.list-group-item > .item-box .listing .name .fa.fa-tag.fa-lg,
body #main #local-deals.afcu-deals #search-results .item.list-group-item > .item-box .listing .name .fa.fa-tag.fa-lg {
  display: none;
}
body #main #favorite-deals.afcu-deals #search-results .item.list-group-item > .item-box .listing .goToMapMarker,
body #main #local-deals.afcu-deals #search-results .item.list-group-item > .item-box .listing .goToMapMarker {
  margin-top: 5px;
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
}
body #main #favorite-deals.afcu-deals #search-results .item.list-group-item > .item-box .listing .goToMapMarker img,
body #main #local-deals.afcu-deals #search-results .item.list-group-item > .item-box .listing .goToMapMarker img {
  position: relative;
  top: -1px;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 5px;
}
body #main #favorite-deals.afcu-deals #search-results .item.list-group-item > .item-box .offer-container,
body #main #local-deals.afcu-deals #search-results .item.list-group-item > .item-box .offer-container {
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0;
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 17%);
  text-align: left;
  border-radius: 0;
  padding-top: 20px;
}
body #main #favorite-deals.afcu-deals #search-results .item.list-group-item > .item-box .offer-container > .list-group-item,
body #main #local-deals.afcu-deals #search-results .item.list-group-item > .item-box .offer-container > .list-group-item {
  width: auto;
  display: inline-block;
  text-transform: none;
  padding: 0.45rem 1rem;
  text-transform: none;
  transition: all 0.2s ease;
  letter-spacing: 0;
  border-radius: 2em;
  font-size: 12px;
  line-height: 17px;
  margin: 0 0 20px 30px;
}
@media (max-width: 767px) {
  body #main #favorite-deals.afcu-deals #search-results .item.list-group-item > .item-box .offer-container > .list-group-item,
body #main #local-deals.afcu-deals #search-results .item.list-group-item > .item-box .offer-container > .list-group-item {
    margin: 0 0 10px 15px;
  }
}
body #main #favorite-deals.afcu-deals #search-results .item.list-group-item > .item-box .offer-container > .list-group-item > span,
body #main #local-deals.afcu-deals #search-results .item.list-group-item > .item-box .offer-container > .list-group-item > span {
  display: none;
}
body #main #favorite-deals.afcu-deals #search-results .item.list-group-item > .item-box .offer-container .listing .name,
body #main #local-deals.afcu-deals #search-results .item.list-group-item > .item-box .offer-container .listing .name {
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 10px;
  border-top: 1px solid black;
}
body #main #favorite-deals.afcu-deals #search-results .item.list-group-item > .item-box .listing,
body #main #local-deals.afcu-deals #search-results .item.list-group-item > .item-box .listing {
  text-align: left;
}

body #main #local-deals.afcu-deals .dropdown-menu.filter-container.favorites-box.show {
  top: 64px !important;
  left: initial !important;
  right: 0 !important;
  transform: none !important;
}

.redeem-modal-container {
  z-index: 101 !important;
}

/* Author styles
, .peg, .wheelSVG {
 visibility: hidden;
}
*/
.peg, .wheelSVG {
  visibility: hidden;
}

.wheelContainer, body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.centerCircle, .valueContainer, .toast, .wheelOutline, .wheelText {
  pointer-events: none;
}

/* Author styles
.toast, .wheelContainer, body, html {
 text-align: center;
}
*/
.wheelContainer, .wheelContainer button {
  transform: translate(-50%, 0);
}

.toast, .wheelContainer button {
  position: absolute;
  background-color: #E81D62;
}

/* Author styles
body {
 background-color: #2d2d2d;
 overflow: hidden;
}
body, html {
 margin: 0;
 padding: 0;
}
*/
.wheelContainer {
  position: absolute;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  top: 100px;
}

.wheelSVG {
  position: absolute;
  overflow: visible;
  width: 100%;
  height: auto;
}

.wheelText {
  text-anchor: middle;
  font-family: justus-pro, serif;
  font-style: normal;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

/*
.valueContainer g:nth-of-type(12) .wheelText {
  fill: #fff;
}
*/
.toast {
  border-radius: 12px;
  opacity: 0;
}

.toast p {
  clear: both;
  font-family: justus-pro, serif;
  font-style: normal;
  font-weight: 400;
  margin: 23px;
  font-size: 30px;
  color: #ededed;
  letter-spacing: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 32px;
  transition: line-height 0.2s ease;
}

.wheelContainer button {
  left: 50%;
  width: 80%;
  top: 20px;
  max-width: 400px;
  padding: 20px;
  font-weight: 700;
  font-size: 32px;
  color: #ededed;
  border-radius: 6px;
  border: none;
  box-shadow: 0 2px 0 #D71559;
  cursor: pointer;
  font-family: justus-pro, serif;
  font-style: normal;
  font-weight: 400;
}

@media only screen and (max-width: 480px) {
  .toast p, .toast span {
    font-size: 18px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 800px) {
  .toast p, .toast span {
    font-size: 38px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 801px) {
  .toast p, .toast span {
    font-size: 58px;
    line-height: 60px;
  }
}
@media only screen and (max-height: 480px) {
  .toast p, .toast span {
    font-size: 33px;
    line-height: 35px;
  }

  .wheelContainer button {
    font-size: 22px;
    padding: 10px;
    width: 40%;
  }

  .wheelContainer {
    top: 70px;
  }
}
.wheelContainer button:focus {
  outline: 0;
}

.toast .toastHidden {
  display: none;
}

.wheelContainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  max-width: 1000px;
  margin: 16px auto;
  margin-left: 50%;
  left: initial;
  top: 50%;
  transform: translate(-50%, 0);
}

.wheelSVG {
  position: absolute;
  visibility: hidden;
  top: 0;
}

/* TODO: Remove this functionality */
.wheelDisabledVisual {
  /* Cover wheel so user's cannot interact with it */
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
}

.wheelSpinButton {
  /* bottom: 0;
  top: initial; */
  top: 50%;
  margin-top: -28px;
  z-index: 10;
}

.peg {
  fill: #CCFF00;
  visibility: visible;
}

.wheelStage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* Hide stage on mobile to save on data */
}
@media only screen and (max-width: 480px) {
  .wheelStage {
    display: none;
  }
}

@-webkit-keyframes stageFade {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes stageFade {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.wheelStage.wheelStageTop {
  -webkit-animation: stageFade 2s ease-in-out 0s infinite;
          animation: stageFade 2s ease-in-out 0s infinite;
}

/* Modal for wheel game */
.wheelModal {
  color: #000;
}

.wheelModal .modal-content {
  border: solid 5px #fff;
  border-radius: 50px;
  background-color: #1a75cf;
}

.wheelModal .modal-dialog {
  margin-top: 200px;
  margin-top: calc(50vh - 100px);
  width: 90%;
  max-width: 600px;
}

.wheelModal .modal-dialog--form {
  margin-top: 100px;
}

.wheelModal .wheelIcon {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  width: 100px;
  top: 0;
  box-shadow: 2px 2px 9px 0px #747474;
  border-radius: 50%;
  z-index: 10;
}

.wheelModal .close {
  position: absolute;
  opacity: 1;
  font-size: 3em;
  margin-top: 20px;
  margin-right: 30px;
  top: 0;
  right: 0;
}

.wheelModal .modal-content {
  text-align: center;
}

.wheelModal .modal-header {
  margin-top: 50px;
  padding-bottom: 0;
}

.wheelModal .modal-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

.wheelModal .modal-body p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.25;
}

.wheelModal .close-hidden {
  display: none;
}

.wheelLoader,
.wheelLoader:before,
.wheelLoader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: wheelLoad 1.25s infinite ease-in-out;
  animation: wheelLoad 1.25s infinite ease-in-out;
}

.wheelLoader {
  color: #E8E8E9;
  font-size: 8px;
  margin: 80px auto;
  position: absolute;
  text-indent: -9999em;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  opacity: 0;
  left: 50%;
  top: 50%;
  margin: -1.25em;
}

.wheelLoading .wheelLoader {
  opacity: 1;
  z-index: 10;
}

.wheelLoading .wheelLoader-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 45px;
  z-index: 8;
}

.wheelLoader:before,
.wheelLoader:after {
  content: "";
  position: absolute;
  top: 0;
}

.wheelLoader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.wheelLoader:after {
  left: 3.5em;
}

@-webkit-keyframes wheelLoad {
  0%, 80%, 100% {
    box-shadow: 0 2em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2em 0 0;
  }
}
@keyframes wheelLoad {
  0%, 80%, 100% {
    box-shadow: 0 2em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2em 0 0;
  }
}
.modal-form form label {
  font-weight: bold;
  background: #1b1b1b;
  margin: 0;
  border-radius: 5px 5px 0 0;
  padding: 0.5rem;
  color: white;
}
.modal-form form input, .modal-form form textarea {
  width: 100%;
  border: 0;
  padding: 0.5rem;
  margin-bottom: 2rem;
}

.modal-form-messaging {
  color: white;
}
.modal-form-messaging--error {
  padding: 1rem;
  background-color: #ec342e;
}

.memory-game {
  /*.main {
    background-color: white; }*/
  /*.footer {
    font-size: 14px;
    line-height: 20px; }

  .footer .holder {
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    *zoom: 1; }

  .footer .url,
  .footer .phone,
  .footer .logo {
    float: left;
    margin-right: 20px;
    display: block; }

  .footer .phone {
    text-decoration: none; }

  .footer .copyright {
    float: right;
    display: block; }*/
}
.memory-game audio, .memory-game canvas, .memory-game video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.memory-game audio:not([controls]) {
  display: none;
}
.memory-game html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.memory-game sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.memory-game sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.5em;
}
.memory-game sub {
  bottom: -0.25em;
}
.memory-game img {
  max-width: 100%;
  width: auto \9 ;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.memory-game #map_canvas img, .memory-game .google-maps img {
  max-width: none;
}
.memory-game button, .memory-game input, .memory-game select, .memory-game textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
.memory-game button, .memory-game input {
  *overflow: visible;
  line-height: normal;
}
.memory-game button::-moz-focus-inner, .memory-game input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.memory-game button, .memory-game html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}
.memory-game input[type=reset], .memory-game input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.memory-game label, .memory-game select, .memory-game button {
  cursor: pointer;
}
.memory-game input[type=button], .memory-game input[type=reset], .memory-game input[type=submit], .memory-game input[type=radio], .memory-game input[type=checkbox] {
  cursor: pointer;
}
.memory-game input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
.memory-game input[type=search]::-webkit-search-decoration, .memory-game input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.memory-game textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  .memory-game * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .memory-game pre, .memory-game blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .memory-game thead {
    display: table-header-group;
  }
  .memory-game tr {
    page-break-inside: avoid;
  }
  .memory-game img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  @page {
    .memory-game {
      margin: 0.5cm;
    }
  }
  .memory-game p, .memory-game h2, .memory-game h3 {
    orphans: 3;
    widows: 3;
  }
  .memory-game h2, .memory-game h3 {
    page-break-after: avoid;
  }
}
.memory-game .holder {
  margin: 0 auto;
}
.memory-game .columns {
  *zoom: 1;
}
.memory-game .columns .column {
  float: left;
}
.memory-game h1 {
  margin-bottom: 5px;
  font-size: 36px;
  text-transform: uppercase;
}
.memory-game .totalwirelessrewards h1 {
  margin-bottom: 5px;
  font-size: 36px;
  text-transform: none;
}
.memory-game h2, .memory-game p {
  margin-top: 0;
}
.memory-game a, .memory-game .btn-link {
  color: white;
}
.memory-game a:hover, .memory-game .btn-link:hover, .memory-game a:active, .memory-game .btn-link:active {
  color: white;
  text-decoration: none;
}
.memory-game div.hr {
  background-color: white;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.memory-game .hide {
  display: none;
}
.memory-game .header {
  height: 45px;
  background-color: #00529b;
  border-bottom: 3px solid #00325e;
}
.memory-game .header .holder {
  box-sizing: border-box;
}
.memory-game .header p {
  margin-bottom: 0;
}
.memory-game .header h2 {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 25px;
}
.memory-game .main .holder {
  padding-top: 20px;
  box-sizing: border-box;
}
.memory-game .main .column {
  width: 100%;
}
.memory-game .bluebox {
  background: #00529b;
  border-radius: 15px;
  color: #00529b;
  overflow: hidden;
  margin-bottom: 30px;
}
.memory-game .bluebox .bluebox-header {
  color: white;
  background-color: #00529b;
  padding: 10px 15px;
  margin-bottom: 0;
}
.memory-game .bluebox .bluebox-body {
  padding: 15px;
}
.memory-game .bluebox .bluebox-body p:last-child {
  margin-bottom: 0;
}
.memory-game .bluebox .bluebox-body a, .memory-game .bluebox .bluebox-body .btn-link {
  color: #00529b;
}
.memory-game .bluebox .bluebox-body a:hover, .memory-game .bluebox .bluebox-body .btn-link:hover, .memory-game .bluebox .bluebox-body a:active, .memory-game .bluebox .bluebox-body .btn-link:active {
  color: #00325e;
}
.memory-game .game-details {
  overflow: hidden;
  *zoom: 1;
}
.memory-game .game-details-top {
  display: none;
}
.memory-game .leaderboard table {
  width: 100%;
}
.memory-game .leaderboard th {
  text-align: left;
}
.memory-game #preload-images {
  position: absolute;
  left: -10px;
  top: 0;
}
.memory-game .intro--wrapper {
  max-width: 1037px;
  margin: 0 auto 0px;
}
.memory-game .hidden {
  visibility: hidden;
}
.memory-game .game--timer {
  float: left;
  font-size: 1.5em;
  line-height: 1em;
  padding-left: 10px;
}
.memory-game .game--timer .timer {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.memory-game .game--timer .timer {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.memory-game .show--matches {
  font-size: 1.25em;
  line-height: 1em;
  padding-right: 5px;
}
.memory-game .play--area {
  overflow: hidden;
  *zoom: 1;
  padding-left: 0%;
  margin-bottom: 20px;
  width: 100%;
}
.memory-game .play--area .card--container {
  position: relative;
  width: 24%;
  height: 506px;
  border-radius: 15px;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  float: left;
  margin: 0.5% 1% 0.5% 0;
}
.memory-game .play--area .card--container .card {
  width: 100%;
  height: 100%;
  position: absolute;
}
.memory-game .play--area .card--container .card div {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 15px;
  box-sizing: border-box;
  transform-style: preserve-3d;
  transition: transform 0.2s;
}
.memory-game .play--area .card--container .card div img {
  width: 100%;
  height: 100%;
  display: block;
}
.memory-game .play--area .card--container .card .front {
  background: #00529b;
  background-size: cover;
  border: 5px solid #00325e;
  overflow: hidden;
  cursor: default;
  z-index: 2;
  transform: rotateY(0deg);
  box-shadow: rgba(50, 50, 50, 0.25) 1px 1px 1px;
}
.memory-game .play--area .card--container .card .back {
  box-shadow: rgba(50, 50, 50, 0.25) 1px 1px 1px;
  background: #00529b;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0px solid transparent;
  transform: rotateY(180deg);
  overflow: hidden;
  z-index: 1;
}
.memory-game .play--area .card--container .card.card-selected .front {
  z-index: 1;
  transform: rotateY(180deg);
}
.memory-game .play--area .card--container .flipped .front {
  z-index: 1;
  transform: rotateY(180deg);
}
.memory-game .play--area .card--container .card.card-selected .back, .memory-game .play--area .card--container .flipped .back {
  z-index: 2;
  transform: rotateY(0deg);
}
.memory-game .play--area.playing .card--container .card .front {
  cursor: pointer;
}
.memory-game .leaderboard-area {
  padding-left: 10px;
  background: white;
}
.memory-game .leaderboard-area .leaderboard {
  width: 91%;
}
.memory-game .modal {
  position: fixed;
}
.memory-game .modal-intro {
  top: 30%;
  background: #00529b;
  border-bottom: 5px solid #00325e;
  left: 50%;
  margin-left: -181px;
  height: 118px;
  width: 362px;
  padding: 24px 20px 0 20px;
  box-sizing: border-box;
}
.memory-game .modal-intro:hover {
  background: #0072d8;
  border-bottom: 5px solid #00529b;
}
.memory-game .modal-intro a, .memory-game .modal-intro .btn-link {
  color: #eeeeee;
  text-decoration: none;
}
.memory-game .modal-intro a:hover, .memory-game .modal-intro .btn-link:hover {
  color: #eeeeee;
}
.memory-game .modal-intro p {
  font-size: 44px;
  line-height: 1.5em;
  text-decoration: none;
  margin-bottom: 0px;
  font-weight: bold;
}
.memory-game .match-congratulations {
  font-family: arvo, arial, sans-serif;
  font-size: 44px;
  background: #00325e;
  padding-bottom: 20px;
  padding-top: 40px;
  text-transform: uppercase;
}
.memory-game .totalwirelessrewards .match-congratulations {
  font-family: arvo, arial, sans-serif;
  font-size: 44px;
  background: #00325e;
  padding-bottom: 20px;
  padding-top: 40px;
  text-transform: none;
}
.memory-game .game--board--overlay {
  /*background-color: rgba(0, 0, 0, 0.5);*/
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding: 0;
  text-align: center;
}
.memory-game .game--board--overlay.hidden {
  visibility: hidden;
}
.memory-game .game--board--overlay.visible {
  visibility: visible;
}
.memory-game .ie6 .game--board--overlay, .memory-game .ie7 .game--board--overlay, .memory-game .ie8 .game--board--overlay {
  background: transparent url(overlay-transparency.png) repeat left top;
}
.memory-game .pregame {
  position: fixed;
  top: 10%;
  text-shadow: 0px 0px 8px rgba(7, 7, 7, 0.75);
  width: 100%;
  text-align: center;
  color: white;
}
.memory-game .pregame .countdown--cta {
  font-size: 75px;
  line-height: 76px;
  margin: 0;
}
.memory-game .pregame .countdown {
  font-weight: 700;
  font-size: 350px;
  line-height: 352px;
  margin: 0;
}
.memory-game .postgame {
  background: #00325e;
  height: 463px;
  top: 90px;
  left: 0;
  margin-left: 5%;
  margin-right: 5%;
  position: absolute;
  width: 90%;
}
.memory-game .postgame h2 {
  font-size: 60px;
  line-height: 62px;
  padding-top: 25px;
  margin-bottom: 0px;
}
.memory-game .postgame p {
  margin: 0 auto 20px;
  font-size: 1.6em;
}
.memory-game .postgame .or-text {
  font-size: 22px;
  margin-bottom: 18px;
}
.memory-game .postgame .fineprint {
  margin-top: 5px;
  font-size: 12px;
  margin-bottom: 0;
}
.memory-game .postgame .togo {
  font-weight: bold;
}
.memory-game .postgame .learn-more {
  font-size: 14px;
  margin: 0;
  text-align: center;
  width: 100%;
}
.memory-game .postgame .learn-more .phone {
  text-decoration: none;
}
.memory-game .postgame #overview-money {
  margin-top: -10px;
  font-size: 28px;
  line-height: 30px;
  display: block;
  margin-bottom: 20px;
}
.memory-game .postgame #overview-money .number {
  font-size: 115px;
  line-height: 117px;
  display: block;
  font-weight: bold;
}
.memory-game .postgame form {
  margin-bottom: 10px;
}
.memory-game .postgame form .control {
  display: inline-block;
  text-align: left;
  margin: 0 5px;
}
.memory-game .postgame form label {
  display: none;
}
.memory-game .postgame form input[type=text], .memory-game .postgame form input[type=email] {
  border: none;
  font-size: 20px;
  line-height: 28px;
  padding: 3px 7px;
  width: 180px;
  height: 34px;
}
.memory-game .postgame form input.btn {
  height: 40px;
  margin-left: 2px;
  margin-top: 10px;
}
.memory-game .postgame .restart {
  width: 140px;
  line-height: 1.4em;
}
.memory-game .postgame .close {
  position: absolute;
  top: 8px;
  right: 12px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
@media (max-width: 1024px) {
  .memory-game .main > .columns > .column {
    float: none;
    width: 100%;
  }
  .memory-game .game-details-top {
    display: block;
  }
  .memory-game .game-details-bottom {
    display: none;
  }
  .memory-game .game-details {
    margin-bottom: 20px;
  }
  .memory-game .game-details .game--timer {
    float: left;
    font-size: 24px;
    line-height: 26px;
  }
  .memory-game .game-details .game--timer .timer {
    font-size: 24px;
    line-height: 26px;
  }
  .memory-game .game-details .show--matches {
    float: right;
    font-size: 24px;
    line-height: 26px;
    margin-right: 2%;
  }
  .memory-game .game-details p {
    margin-bottom: 0;
  }
  .memory-game .main .holder {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .memory-game .pregame .countdown--cta {
    font-size: 50px;
    line-height: 52px;
  }
  .memory-game .pregame .countdown {
    font-size: 200px;
    line-height: 202px;
  }
}
@media (max-width: 650px) {
  .memory-game .match-congratulations {
    font-size: 30px;
  }
  .memory-game .postgame #overview-money .number {
    font-size: 3em;
    line-height: 1.25em;
  }
  .memory-game .pregame .countdown--cta {
    font-size: 30px;
    line-height: 32px;
  }
  .memory-game .pregame .countdown {
    font-size: 4em;
    line-height: 1.8em;
  }
  .memory-game .footer .url, .memory-game .footer .phone {
    float: none;
    display: block;
  }
  .memory-game .footer .logo {
    float: none;
    display: block;
    margin-top: 5px;
  }
  .memory-game .footer .copyright {
    float: none;
    display: block;
  }
}
@media (max-width: 500px) {
  .memory-game body {
    font-size: 1em;
    line-height: 1.75em;
  }
  .memory-game .postgame p {
    font-size: 1.2em;
  }
  .memory-game .header .holder, .memory-game .main .holder {
    padding-top: 10px;
  }
  .memory-game .bluebox {
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .memory-game .game-details {
    margin-bottom: 10px;
  }
  .memory-game .game-details .game--timer, .memory-game .game-details .show--matches {
    float: none;
    font-size: 16px;
    line-height: 24px;
  }
  .memory-game .modal-intro.modal {
    height: 70px;
    left: 50px;
    margin: 0;
    padding-top: 12px;
    position: fixed;
    right: 50px;
    width: auto;
  }
  .memory-game .match-congratulations {
    font-size: 22px;
  }
  .memory-game .postgame p {
    font-size: 1em;
  }
  .memory-game .postgame.modal.hide {
    height: 370px;
  }
  .memory-game .postgame h2 {
    margin-bottom: 10px;
  }
  .memory-game .postgame #overview-money .number {
    display: inline;
    font-size: 1.2em;
    line-height: inherit;
  }
  .memory-game .modal-intro p {
    font-size: 28px;
  }
}
.memory-game .mobile-ad {
  background: #FFF;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.toast .toastHidden {
  display: none;
}

.wheelContainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  max-width: 1000px;
  margin: 16px auto;
  margin-left: 50%;
  left: initial;
  top: 50%;
  transform: translate(-50%, 0);
}

.wheelSVG {
  position: absolute;
  visibility: hidden;
  top: 0;
}

/* TODO: Remove this functionality */
.wheelDisabledVisual {
  /* Cover wheel so user's cannot interact with it */
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
}

.wheelSpinButton {
  /* bottom: 0;
  top: initial; */
  top: 50%;
  margin-top: -28px;
  z-index: 10;
}

.peg {
  fill: #969696;
  visibility: visible;
}

.wheelStage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* Hide stage on mobile to save on data */
}
@media only screen and (max-width: 480px) {
  .wheelStage {
    display: none;
  }
}

@keyframes stageFade {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.wheelStage.wheelStageTop {
  -webkit-animation: stageFade 2s ease-in-out 0s infinite;
          animation: stageFade 2s ease-in-out 0s infinite;
}

/* Modal for wheel game */
.wheelModal {
  color: white;
}

.wheelModal .modal-content {
  border: solid 5px #fff;
  border-radius: 50px;
  background-color: #1a75cf;
}

.wheelModal .modal-dialog {
  margin-top: 200px;
  margin-top: calc(50vh - 100px);
  width: 90%;
  max-width: 600px;
}

.wheelModal .modal-dialog--form {
  margin-top: 100px;
}

.wheelModal .wheelIcon {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  width: 100px;
  top: 0;
  box-shadow: 2px 2px 9px 0px #1b1b1b;
  border-radius: 50%;
  z-index: 10;
}

.wheelModal .close {
  position: absolute;
  opacity: 1;
  font-size: 3em;
  margin-top: 20px;
  margin-right: 30px;
  top: 0;
  right: 0;
  color: white;
  text-shadow: none;
}

.wheelModal .modal-content {
  text-align: center;
}

.wheelModal .modal-header {
  margin-top: 50px;
  padding-bottom: 0;
}

.wheelModal .modal-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

.wheelModal .modal-body p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.25;
}

.wheelModal .close-hidden {
  display: none;
}

.wheelLoader,
.wheelLoader:before,
.wheelLoader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: wheelLoad 1.25s infinite ease-in-out;
  animation: wheelLoad 1.25s infinite ease-in-out;
}

.wheelLoader {
  color: #E8E8E9;
  font-size: 8px;
  margin: 80px auto;
  position: absolute;
  text-indent: -9999em;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  opacity: 0;
  left: 50%;
  top: 50%;
  margin: -1.25em;
}

.wheelLoading .wheelLoader {
  opacity: 1;
  z-index: 10;
}

.wheelLoading .wheelLoader-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 45px;
  z-index: 8;
}

.wheelLoader:before,
.wheelLoader:after {
  content: "";
  position: absolute;
  top: 0;
}

.wheelLoader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.wheelLoader:after {
  left: 3.5em;
}

@-webkit-keyframes wheelLoad {
  0%, 80%, 100% {
    box-shadow: 0 2em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2em 0 0;
  }
}
@keyframes wheelLoad {
  0%, 80%, 100% {
    box-shadow: 0 2em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2em 0 0;
  }
}
.modal-form form label {
  font-weight: bold;
  background: #1b1b1b;
  margin: 0;
  border-radius: 5px 5px 0 0;
  padding: 0.5rem;
  color: white;
}
.modal-form form input, .modal-form form textarea {
  width: 100%;
  border: 0;
  padding: 0.5rem;
  margin-bottom: 2rem;
  color: #1b1b1b;
}

.modal-form-messaging {
  color: white;
}
.modal-form-messaging a, .modal-form-messaging .btn-link {
  color: white;
}
.modal-form-messaging--error {
  padding: 1rem;
  background-color: #ec342e;
}
