html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong, b {
  font-weight:500;
}

html {
  font-size: 16px;
}

@media only screen and (max-width: 900px) {
  html {
    font-size: 14px;
  }
}

body {
  margin:0px;
  padding:0px;
  background-color:#fff;
  font-family: 'Open Sans', sans-serif;
}

.mt-5{margin-top: 3rem!important}
.mt-3{margin-top: 1rem!important}
.mb-5{margin-bottom: 3rem!important;}

.contact-form{
  margin-top: 100px;
}

.privacy-list ul{
  list-style: disc;
  margin-left: 2rem;
  line-height: 1.5;
}

.privacy-sublist li{
  list-style: circle;
  margin-left: 1rem;
}


.row,
.inner-row,
.column,
.content {
  box-sizing: border-box;
}

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

.row:after {
  clear: both;
}

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

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

.column {
  position: relative;
  float: left;
}

.column-perm {
  position: relative;
  float: left;
}

.column-perm + .column-perm {
  margin-left: 1.6%;
}

.no-float-column {
  position: relative;
  margin: 0 auto;
  float:none;
}

.center-view {
  margin-top: 157px;
  margin-bottom: 85px;
}

label {
  display:block;
  color:#888;
  margin-bottom:5px;
   box-sizing:border-box;
}

.formclass {
  padding-left:20px;
  padding-right:20px;
}

.inline {
  display:inline-block;
  max-width:200px;
  text-align:left;

}


.fi-check label{
  display:inline-block !important;

}

.fi-check input{
  display:inline-block  !important;
  width:auto !important;

}

input,
textarea,
select {
  font-size: 1em;
  padding: 10px 15px 10px 15px;
  border:1px solid #d8d8d8;
  margin-bottom:15px;
  width:100%;
  box-sizing:border-box;
  border-radius: 4px;
  outline: none;
}

.input-row {
  margin-bottom: 15px;
}

.label-checkbox input {
  display: inline-block;
  width: auto;
}

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

.center-view .button {
  border:0px;
}

.column + .column {
  margin-left: 1.6%;
}

.column-1 {
  width: 6.86666666667%;
}

.column-2 {
  width: 15.3333333333%;
}

.column-2-perm {
  width: 15.3333333333%;
}

.column-3,
.column-3-perm {
  width: 23.8%;
}

.column-4-perm {
  width: 32.2666666667%;
}


.column-4 {
  width: 32.2666666667%;
}

.column-5 {
  width: 40.7333333333%;
}

.column-6 {
  width: 49.2%;
}

.column-7 {
  width: 57.6666666667%;
}

.column-8,
.column-8-perm {
  width: 66.1333333333%;
}

.column-9,
.column-9-perm {
  width: 74.6%;
}

.column-10,
.column-10-perm {
  width: 83.0666666667%;
}

.column-11 {
  width: 91.5333333333%;
}

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

.admin-link {
  padding:15px;
  text-align:center;
  border:1px solid #f1f1f1;
  color:#e1e1e1;
  display:block;
}

.column-12 {
  width: 100%;
}


.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: #e0f0ec;

}

.header-logo {
  width: 130px;
  vertical-align: middle;
}

.header-inner {
  position: relative;
  height: 72px;
  line-height: 72px;
  vertical-align: middle;
}

.header-nav {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.header-nav a {
  padding: 10px;
  font-weight: 600;
  text-decoration: none;
  color: #333;
  opacity: 1.0;
}

.header-nav a:hover {
  opacity: 0.8;
}

.header-search {
  position: absolute;
  top: 0;
  left: 180px;
}

.header-search input {
  margin: 0;
  display: inline;
  width: 250px;
  opacity: .6;
  height:40px;
}

.header-mobile-search input {
  margin: 0;
  opacity: .6;
}

.header-search input:focus,
.header-mobile-search input:focus {
  opacity: 1;
}

@media only screen and (max-width: 900px) {
  .header-inner {
    padding: 0 10px;
  }
}

#footer {
  background-color:#222;
  padding-top:40px;
  padding-bottom:40px;
  border-top:5px solid #f16446;
}

  #footer-logo {
   -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  margin-bottom:15px;
  width:130px;
  opacity:0.5;
  transition: opacity 0.4s ease;
  }

  #footer-logo:hover {
  opacity:1.0;
  }

  #footer a {
  color:#999;
  text-decoration:none;
  }

  #footer a:hover {
  color:#fff;
  text-decoration:none;
  }

  .copy {
  color:#999;
  border-bottom:1px solid #333;
  padding-bottom:15px;
  margin-bottom:15px;
  }

  .footer-stores-sub {
  font-style:italic;
  color:#999;
  font-weight:400;
  }

  .footer-header {
  color:#999;
  font-weight:600;
  }

  .footer-less-space {
  margin-bottom:5px;
  }


.sidebar {
  padding:20px;
  border-radius:3px;
  border:1px solid #f1f1f1;
  margin-bottom: 20px;
}

.make-bold {
  font-weight:600;
}

.about-header {
  border-bottom:1px solid #f1f1f1;
  padding-bottom:10px;
}

.main-store {
  padding-top: 20px;
}

.button {
  padding:10px 15px 10px 15px;
  border-radius:3px;
  color:#fff;
  background-color:#f16446;
  text-transform:uppercase;
  font-weight:600;
  text-decoration:none;
  display:inline-block;
  opacity:1.0;
  cursor: pointer;
  font-size: 100%;
  border: 0;
  line-height: 1;
  outline: 0;
  white-space: nowrap;
}

.button:hover {
  background-color:#ea7259;
  transition: background-color 0.4s ease;
  opacity:1.0;
}

.button .svg-inline--fa {
  margin-left: 5px;
}

.markdown img {
  width:100%;
  margin-top:20px;
  padding:20px;
  border:1px solid #e1e1e1;
  border-radius:3px;
  box-sizing:border-box;
  display:none;
}

.markdown code {
  -ms-word-break: break-all !important;
   word-break: break-all !important;

   /* Non standard for webkit */
   word-break: break-word !important;

-webkit-hyphens: auto !important;
   -moz-hyphens: auto !important;
  -ms-hyphens: auto !important;
    hyphens: auto !important;
}

.markdown {
  -ms-word-break: break-all !important;
   word-break: break-all !important;

   /* Non standard for webkit */
   word-break: break-word !important;

-webkit-hyphens: auto !important;
   -moz-hyphens: auto !important;
  -ms-hyphens: auto !important;
    hyphens: auto !important;
}

.related {
  margin-top:10px;
}

.deal-small {
  border:1px solid #f1f1f1;
  border-radius:2px;
  margin-bottom:15px;
}

.ver2 {
   text-overflow: ellipsis;
   overflow: hidden;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.deal-small-content {
  padding:10px;
}

.deal-small .expiry {
  text-align:center;
}

.deal-small .button {
  text-align:center;
  width:100%;
  box-sizing:border-box;
}

.related a {
  margin-bottom:10px;
  border:1px solid #f1f1f1;
  padding:10px;
  text-align:center;
  display:block;
  text-decoration:none;
  color:#999;
  transition: color 0.4s ease;
}

.deal-small-bg {
  padding:15px;
  border-radius:3px 3px 0px 0px;
  margin-bottom:10px;
}

.deal-small img {
  width:90%;
  max-width:100px;
}

.deal-small .ver2 {
   font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  text-align:center;
}

.ver2 {
  font-size: 1.55em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.markdown h2 {
  margin-bottom:10px;
}
.related a:hover {
  margin-bottom:10px;
  border:1px solid #e1e1e1;
  padding:10px;
  text-align:center;
  display:block;
  text-decoration:none;
  color:#666;
}

.terms {
  display:none;
}

.otc-light {
  color:#ffffff;
}

.otc-dark {
  color:#000000;
}

.terms {
  margin-top:10px;
  color:#666;
}

.obc-b-dark {
  border:1px solid #e1e1e1;
}

.info-tag {
  display:inline-block;
  padding:5px;
  margin-bottom:10px;
  text-transform:uppercase;
  border-radius:2px;
  font-size:12px;
}

.info-tag p {
  margin-bottom:0px;
}

.deal {
  padding:20px;
  border-radius:3px;
  border:1px solid #f1f1f1;
  margin-bottom:15px;
}

  .expiry {
  margin-bottom:0px;
  color:#999;
  }

.sidebar-fb {
  margin-top:15px;
  border-radius:3px;
}
h1, h2, h3, h4 {
  margin-bottom: 1em;
  margin-top: 0px;
  font-weight: 400;
  line-height: 1.1;
  color: #222;
}

h1 a, h2 a, h3 a {
  color:#222;
  text-decoration:none;
}

h1 {
  font-size: 2em;
  font-weight: 300;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1em;
}

p {
  font-size: 1em;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.4;
}

p:last-child {
  margin-bottom: 0;
}

.container {
  max-width:1180px;
  margin-left:auto;
  margin:auto;
}

.from {
  text-align:center;
  margin-top:-20px;
}

.from a {
  color:#333;
}

.indexpage {
  margin-top:25px;
}
.spotlight h3 {
  margin-bottom:10px;
}
.featured-store {
  text-align:center;
  padding-bottom:15px;
}

.featured-logo {
  border-radius: 6px;
  overflow: hidden;
  height:auto;
  padding:10px;
  text-align:center;
}

.featured-logo img {
  width: 100%;
  border: 0px;
  vertical-align: middle !important;
  margin:0px;
}

@media only screen and (max-width: 900px) {
  .featured-logo {
    padding: 2px;
  }
}

.hide-on-desktop {
    display:none;
}


.enterin {
  text-transform:uppercase;
  color:#ccc;
  border-bottom:1px solid #f1f1f1;
  padding-bottom:5px;
  font-size:12px;
  font-weight:600;
}

.storelogo {
  padding: 10px;
}

.storelogo img{
  max-width:100px;
}

.bigcode {
  font-weight:600;
  font-size:30px;
  margin-bottom:10px;
}
.focus_content {
  background-color:#fff;
  border-radius:3px;
}

.focus_outer {
  border-radius:2px;
  width:600px;
  position:fixed;
  top:5px;
  left:50%;
  margin-left:-300px;
}

.focus_outer .offer-sp{
  margin-bottom:0px;
}

.focus_outer .solidotc-light {
  padding:20px;
}

.focus_outer .solidotc-dark {
  padding:20px;
}

.offer-sp {
  border-radius:3px;
  margin-bottom:20px;
}

.offer-sp .button {
  min-width:250px;
  text-align:center;
}

.solidotc-dark {
  border-top:1px solid #e1e1e1;
}

.b-dark {
  border-bottom:1px solid #f1f1f1;
}

.codebox {
  border:1px solid #f1f1f1;
  border-radius:3px;
  padding:5px;
  text-align:center;
  margin-bottom:15px;
}

.closebox {
  cursor:pointer;
  margin-bottom:0px;
  margin-top:15px;
  border-top:1px solid #f1f1f1;
  padding-top:15px;
  margin-top:15px;
}

.atoz {
  margin-top:90px;
}

.a-z-row {
  margin-bottom:20px;
}

.view-letter h3{
  margin-bottom:5px;
}

.letter {
  border:1px solid #f1f1f1;
  padding:5px;
  display:inline-block;
  text-transform:uppercase;
  font-weight:600;
  color:#333;
  margin-top:5px;
}
.az {
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom:1px solid #f1f1f1;
}

.view-letter{
  margin-top:85px;
}

.azborder {
  border:1px solid #f1f1f1;
}

.a-z ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 25px;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}

.hide-on-desktop {
  display:none;
}
.no-offers {
  padding:20px;
  border-radius:3px;
  border:1px solid #f1f1f1;
  margin-bottom:20px;
}

.view-cat {
  margin-top:75px;
  padding:20px;
}

.a-z ul li {
  margin-bottom:5px;
  word-break: break-word;
}
.a-z ul a {
  text-decoration:none;
  color:#666;
}

.a-z ul a:hover {
  text-decoration:none;
  color:#222;
}

#header-mobile-menu {
  position:fixed;
  top: 20px;
  right: 10px;
  cursor:pointer;
}

.mobilenav {
  display:none;
}

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

  .view-letter {
  text-align:center;
  padding:20px;
}

.mobilenav {
  line-height: 1;
  position:fixed;
  border-top:1px solid #ceeae3;
  display:block;
  background-color:#e0f0ec;
  width:100%;
  position: fixed;
  top: 72px;
  left: 0px;
  display:none;
  padding: 10px 0;
}

.mobilenav li {
  padding: 15px;
  display:block;
}

.mobilenav a {
  font-weight:600;
  text-decoration:none;
  color:#333;
}

.a-z ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 25px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.a-z ul li {
  margin-bottom: 15px;
}

  .hide-on-desktop {
  display:block;
  }

  .letters {
    text-align:center;
  }

  .letter {
    margin: 10px 5px;
  }

  .column-1,
  .column-2,
  .column-3,
  .column-4,
  .column-5,
  .column-6,
  .column-7,
  .column-8,
  .column-9,
  .column-10,
  .column-11,
  .column-12 {
    width: auto;
    float: none;
    margin-bottom:10px;
  }

  .az {
    padding:20px;
  }

  .home-feature {
    padding:10px;
    padding-bottom:200px;
  }
  .deal {
    padding:10px;
  }

  .indexpage {
    background-color:#fff;
    margin-top:-100px;
    padding:10px;
    padding-top:20px;
  }

  .indexpage h1 {
    text-align:center;
  }

  .splash {
    background-position:top;
  }

  .column + .column {
  margin-left: 0px;
  }

   .column-perm + .column-perm {
  margin-left: 1.6%;
  }

  .focus_outer {
  width:100%;
  position:fixed;
  top:0px;
  left:0px;
  margin:0px;
  text-align:center;
  }

  .button {
  width:100%;
  box-sizing:border-box;
  }

  .main-store {
  padding-left:10px;
  padding-right:10px;
  }
  #footer {
  text-align:center;
  padding:20px;
  }

  .sidebar {
  padding:10px;
  }

  .expiry {
  font-size:0.8em;
  }

  .hide-on-phone {
    display:none;
  }

  .view-cat {
    padding: 10px;
  }
}


.store-header {
  margin-top: 72px;
  background-color: #e0f0ec;
  padding-top: 15px;
}

.store-header h1 {
  margin: 18px 0 0;
  font-size: 1.5em;
}

.store-header-col-logo {
  float: left;
  width: 12%;
}

.store-header-col-info {
  float: left;
  width: 88%;
  padding-left: 20px;
  box-sizing: border-box;
}

.store-header-col-info-full {
  width: 100%;
}

.store-subheader {
  color: #999;
  font-size: 18px;
  margin-top: 15px;
}

.store-rating {
  font-size: 26px;
  text-decoration: none;
}

.store-header-button,
.store-header-button:hover {
  background: #fff;
  color: #222;
  font-size: 12px;
  margin: 12px 0 0 20px;
  vertical-align: top;
}

@media only screen and (max-width: 900px) {
  .store-header .row {
    margin: 0 10px;
  }

  .store-header h1 {
    font-size: 1.3em;
    margin-top: 2px;
  }

  .store-header-col-logo {
    width: 22%;
  }

  .store-header-col-info {
    width: 78%;
    padding-left: 10px;
  }

  .store-subheader {
    margin-top: 5px;
    font-size: 14px;
  }

  .store-rating {
    font-size: 20px;
  }

  .store-header-button {
    width: auto;
    margin-top: 5px
  }
}


.tab-nav {
  font-size: 0;
  margin-top: 20px;
  min-height: 58px;
}

.tab-nav a {
  display: inline-block;
  padding: 20px 24px;
  font-size: 18px;
  margin-right: 2px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: rgba(255, 255, 255, .65);
  color: #666;
  font-weight: 600;
  text-decoration: none;
}

.tab-nav a:hover,
.tab-nav .active {
  color: #222;
  background: #fff;
}

.tab-nav-mobile {
  display: none;
}

@media only screen and (max-width: 900px) {
  .tab-nav {
    overflow-x: auto;
    white-space: nowrap;
    min-height: auto;
  }

  .tab-nav a {
    padding: 14px 18px;
  }

  .tab-nav-mobile {
    display: inline;
  }

  .tab-nav-desktop {
    display: none;
  }
}

.alert-success,
.alert-error {
  padding: 10px;
  border: 1px solid;
  border-radius: 6px;
  margin: 20px 0;
}

.alert-success {
  color: green;
  border-color: green;
}

.alert-error {
  color: red;
  border-color: red;
}

.new-review-cta,
.new-question-cta {
  text-align: center;
  padding: 30px 0
}

.modal-content .new-question-cta {
  padding: 15px 0;
}

.new-review-rating li {
  border: 1px solid #ddd;
  border-radius: 6px;
  width: 56px;
  line-height: 56px;
  margin: 0 2px;
}

.new-review-rating .fa-star {
  position: relative;
  top: -1px;
}

.new-review-cta-text {
  color: #999;
  margin-top: 30px;
}

.modal-content .new-review-cta-text {
  margin-top: 15px;
}

.new-question-form,
.new-review-form {
  margin-top: 20px;
  display: none;
}

.new-review-rating {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: #ababab;
}

.new-review-rating li {
  cursor: pointer;
  font-size: 34px;
  display: inline-block;
}

.new-review-rating a {
  color: #ababab;
}

.new-review-rating .hover {
  color: #ffd800;
}

.new-review-rating .selected {
  color: orange;
}

.new-question-suggested ul {
  display: inline-block;
  text-align: left;
}

.new-question-suggested li {
  margin-bottom: 15px;
}

.modal-content .new-question-suggested li {
  margin-bottom: 10px;
}

.new-question-predef {
  color: #666;
  border-bottom: 1px dotted #999;
  cursor: pointer;
}

.modal-content .new-question-predef {
  font-size: 14px;
}

.new-question-button {
  margin-top: 20px;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  .new-question,
  .new-review {
    padding: 20px;
  }

  .new-review-rating li {
    width: 46px;
    line-height: 46px;
    margin: 0 1px;
  }

  .new-question-title,
  .new-review-title {
    text-align: center;
    margin-bottom: 15px;
  }

  .new-question-button,
  .new-review-rating {
    position: static;
    text-align: center;
  }
}

.review-rating {
  float: right;
  font-size: 20px;
}

.review-text {
  line-height: 1.4;
  color: #555;
  word-break: break-word;
}

.review-rating .fa-stack {
  height: 1em;
  line-height: 1;
}

.review-bottom {
  margin: 20px 0;
  padding: 20px;
  text-align: center;
}

.review-source {
  font-size: 12px;
  color: #777;
  margin-top: 20px;
  font-style: italic;
  display: block;
}

.reviews-collate {
  text-align: center;
  color: #555;
  font-size: 18px;
}

.question-item {
  position: relative;
  padding-left: 60px;
}

.question-icon {
  position: absolute;
  left: 20px;
  top: 20px;
  background: green;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  text-align: center;
}

.question-title,
.review-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 8px;
}

.question-title,
.review-name {
  font-weight: 600;
}

.question-sub-title,
.review-sub-title {
  color: #999;
  font-size: 14px;
}

.review-sub-title {
  font-weight: normal;
  display: inline-block;
  margin-left: 10px;
}

.question-answer-button {
  float: right;
  margin-left: 20px;
  font-size: 80%;
}

.question-new-answer {
  display: none;
  padding: 20px;
  margin: 20px -20px 0 -60px;
  background: #eee;
}

.question-new-answer .alert-error {
  margin-top: 0;
}

.question-new-answer .alert-success {
  margin: 0;
}

.answer-item {
  margin-top: 20px;
  position: relative;
}

.answer-icon {
  position: absolute;
  left: -36px;
  top: 0;
  background: #666;
  color: #fff;
  font-weight: 600;
  font-size: 8px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
}

.answer-text {
  color: #555;
  margin-bottom: 5px;
}

.answer-author {
  color: #999;
  font-size: 12px;
}

@media only screen and (max-width: 900px) {
  .question-title,
  .review-title {
    font-size: 1em;
    line-height: 20px;
  }

  .question-title {
    margin-bottom: 0;
  }

  .question-sub-title,
  .review-sub-title {
    display: block;
    margin-left: 0;
    font-size: .9em;
  }

  .question-sub-title {
    margin-top: 2px;
    margin-bottom: 5px;
  }

  .question-answer-button {
    float: none;
    margin: 0;
  }
}

.star-rating {
  color: orange;
}

.pages {
  margin: 20px 0;
  text-align: center;
}

.pages-item {
  display: inline-block;
  padding: 16px;
  border-radius: 6px;
  border: 1px solid #f1f1f1;
  color: #222;
  font-weight: 600;
  background-color: #fff;
}

a.pages-item {
  text-decoration: none;
  background-color: #f1f1f1;
}

a.pages-item:hover {
  color: #444;
  background-color: #fff;
}

.float-right {
  float: right;
}


.home-splash {
  background: url(../img/splashbg.jpg) repeat-x;
  background-size: 10px 100%;
  padding-top: 75px !important;
}

.home-splash-img {
  min-height: 776px;
  text-align: center;
  background: url(../img/splashpic.jpg) no-repeat;
  background-size: 100% auto;
  padding-top: 60px;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  .home-splash-img {
    background-size: auto;
  }
}

.home-splash-bottom {
  background: #a9e3e3;
  margin-top: -80px;
  padding-bottom: 100px;
  overflow: hidden;
}

.b{font-weight: bold!important}

.home-stats {
  font-weight: 300;
  font-size: 20px;
  margin: 0;
}

.home-stats b {
  border-bottom: 4px solid #f16446;
  display: inline-block;
  font-weight: 600;
  padding-bottom: 2px;
}

@media only screen and (max-width: 767px) {
  .home-splash h1 {
    padding: 0 10px;
    font-size: 22px;
  }

  .home-stats {
    padding: 0 10px;
    font-size: 18px;
  }
}

.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.ui-menu .store-autocomplete-item {
  font-size: 16px;
  padding: 16px 12px;
}

.ui-menu .store-autocomplete-item.ui-state-active {
  background: #e6e6e6;
  border-color: #e6e6e6;
  color: #333333;
}

.store-autocomplete-item .star-rating {
  position: absolute;
  right: 12px;
  top: 20px;
  font-size: 18px;
}

@media only screen and (max-width: 900px) {
  .store-autocomplete-item .star-rating {
    font-size: 14px;
  }
}

.store-autocomplete-item-url {
  font-size: 14px;
  color: #8a8a8a;
  margin-top: 2px;
}

.search-form {
  padding: 20px;
  margin: 20px 0 40px;
}

@media only screen and (min-width: 900px) {
  .search-form {
    background: #fff;
    width: 60%;
    margin: 50px auto 80px;
    padding: 12px;
    border-radius: 12px;
    border:1px solid #d8d8d8;
    position: relative;
    box-shadow: 0 5px 25px 0 rgba(0,0,0,0.25);
  }

  .search-form input {
    border: 0;
    background: transparent;
    padding-right: 120px;
    margin-bottom: 0;
    line-height: 24px;
    font-size: 22px;
    font-weight: 300;
  }

  .search-form .button {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 100px;
    line-height: 24px;
  }
}

.search-item {
  padding: 0;
  margin-bottom: 30px;
}

.search-item .column + .column {
  margin-left: 0;
}

.search-item-details {
  padding: 26px;
}

.no-result {
  padding: 60px 20px;
  text-align: center;
  background: #eee;
  margin-bottom: 20px;
}

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

.no-result .button {
  margin-top: 1em;
}

.store-sidebar {
  line-height: 1.2;
  padding: 0;
}

.store-sidebar-section {
  padding: 20px;
  border-bottom: 1px solid #f1f1f1;
}

.store-sidebar-section:last-child {
  border-bottom: 0;
}

.store-sidebar-contact {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}

.store-sidebar-contact:last-child {
  margin-bottom: 0;
}

.store-sidebar-contact svg {
  font-size: 18px;
  position: absolute;
  top: 1px;
  left: 0;
  color: #ababab;
}

.trust-report-list {
  margin-bottom: 30px;
}

.trust-report-list:last-child {
  margin-bottom: 0;
}

.trust-report-list dt {
  line-height: normal;
  font-weight: 600;
}

.trust-report-list dd {
  line-height: normal;
  margin-bottom: 10px;
  word-break: break-word;
}

@media (min-width: 768px) {
  .trust-report-list dt {
    float: left;
    width: 200px;
    clear: left;
    text-align: right;
    margin-bottom: 10px;
  }

  .trust-report-list dd {
    margin-left: 220px;
  }
}

.trust-report-icon-success {
  color: green;
}

.trust-report-icon-fail {
  color: red;
}

.trust-report-unknown {
  color: lightgray;
}

.trust-report-score {
  font-size: 50px;
  margin-bottom: 20px;
  line-height: normal;
  padding: 30px;
  border-radius: 20px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}

.trust-report-score.red {
  background: red;
}

.trust-report-score.orange {
  background: orange;
}

.trust-report-score.green {
  background: green;
}

.trust-report-score span {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.review-rating-stat-container.active .review-rating-stat,
.review-rating-stat-container:hover .review-rating-stat {
  opacity: .5;
}

.review-rating-stat-container .review-rating-stat.active,
.review-rating-stat-container .review-rating-stat:hover {
  opacity: 1;
}

.review-rating-stat {
  display: block;
  position: relative;
  padding: 10px 120px;
  height: 18px;
}

.review-rating-stat .star-rating {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
}

.review-rating-stat-bar {
  height: 18px;
  background: #dedede;
  border-radius: 3px;
  overflow: hidden;
}

.review-rating-stat-bar div {
  height: 18px;
  background: #f16446;
}

.review-rating-stat-total {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  line-height: 38px;
  color: #555;
}

@media only screen and (max-width: 400px) {
  .review-rating-stat-bar {
    display: none;
  }
}

.modal-open {
  overflow: hidden;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  z-index: 1000;
  transition: opacity .15s linear;
}

.modal-overlay.show {
  opacity: .5;
}

.modal-dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  transition: -webkit-transform .3s ease-out;
  transition: opacity .15s linear;
  transition: transform .3s ease-out;
  transition: opacity .15s linear, transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0,-50px);
  transform: translate(0,-50px);
  opacity: 0;
}

.modal-dialog.show {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.modal-body {
  background: #fff;
  border-radius: 8px;
  margin: 20px auto;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,.5);
  position: relative;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 26px;
  color: #999;
  cursor: pointer;
}

.modal-content {
  overflow-y: auto;
  max-height: calc(100vh - 100px);
}

.modal-content h2 {
  font-size: 1.3em;
}

.modal-content .sidebar {
  border: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.store-exit-modal {
  max-width: 500px;
}

.store-exit-head {
  padding: 20px;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}

.store-exit-title {
  margin-bottom: 0;
}

.deal-headline {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background: #1fb949;
  padding: 4px 6px;
  border-radius: 4px;
  margin-right: 5px;
}

.deal-expired .deal-headline {
  background:#e1e1e1;
}

.deal-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}

.deal-sub-title {
  color: #999;
  font-size: 14px;
}

.deal-text,
.deal-page-text {
  font-size: 14px;
  line-height: 1.4;
  color: #555;
}

.deal-page-text {
  font-size: 16px;
}

.deal-button {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.deal-expired .deal-button {
  background-color:#e1e1e1;
}

.deal-revealed-code {
  text-align: center;
  background-color:#e1e1e1;
  padding-top: 20px;
  margin-bottom: 20px;
}

.deal-code {
  font-size: 24px;
  font-weight: bolder;
  padding: 8px 10px;
  display: inline-block;
  border: 2px dotted #f16446;
  background-color: #fff;
  margin-bottom: 20px;
}

.deal-reveal-modal {
  width: 95%;
  max-width: 600px;
}

.deal-reveal-body {
  padding: 20px;
  text-align: center;
}

.deal-reveal-title {
  margin: 30px 0 20px;
}

.deal-page-title {
  font-size: 1.5em;
  margin: 10px 0 20px;
}

.deal-page-cta {
  margin-top: 20px;
}

.deal-page-cta .deal-button {
  padding: 15px;
}

.deal-page-cta .deal-revealed-code {
  margin-bottom: 0;
}

@media only screen and (max-width: 900px) {
  .deal-title {
    font-size: 16px;
  }

  .deal-item h3 {
    margin-bottom: 5px;
  }

  .deal-text {
    margin-bottom: 5px;
  }

  .deal-sub-title {
    font-size: 12px;
  }

  .deal-dates {
    display: block;
    margin-top: 5px;
    font-size: 11px;
  }

  .deal-button {
    margin-top: 15px;
  }

  .deal-item-logo {
    float: left;
    width: 20%;
    margin-bottom: 0;
  }

  .deal-item-main {
    float: left;
    width: 80%;
    padding-left: 10px;
    margin-bottom: 0;
  }

  .deal-item-main.column-10 {
    width: 100%;
    padding-left: 0;
  }

  .deal-item-cta {
    float: left;
    width: 100%;
    margin-bottom: 0;
  }

  .deal-item .deal-revealed-code {
    margin: 10px 0;
    padding-top: 10px;
  }

  .deal-item .deal-revealed-code .deal-code {
    margin-bottom: 10px;
  }

  .deal-page-title {
    text-align: center;
  }

  .deal-item-page .featured-logo {
    max-width: 40%;
    margin: 0 auto 20px;
  }

  .deal-page-text {
    margin-bottom: 10px;
  }

  .deal-item-page .deal-dates {
    font-size: 12px;
  }

  .deal-page-cta {
    margin-top: 10px;
  }
}

.store-active-offers {
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
  text-align: center;
  display: block;
  background: #1fb949;
  background: rgb(30,198,75);
  background: radial-gradient(circle, rgba(30,198,75,1) 0%, rgba(31,185,73,1) 100%);
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.index-sub-title {
  text-align: center;
  margin: 30px 0 15px;
}

@media only screen and (max-width: 767px) {
  .index-sub-title {
    margin: 20px 0 5px;
    font-size: 18px;
  }
}

.index-deals-row {
  margin: 0 -10px;
}

.index-deals-column {
  width: 20%;
  padding: 10px;
  margin: 0 !important;
}

.index-deals-item {
  background: white;
  border-radius: 6px;
  padding: 10px;
  text-align: center;
}

.index-deals-item-title {
  height: 52px;
  overflow: hidden;
  font-weight: 600;
  margin: 10px 0 20px;
  font-size: 16px;
}

.index-deals-item .deal-sub-title {
  height: 20px;
  overflow: hidden;
}

.index-deals-item .deal-headline {
  position: absolute;
  top: 25px;
  right: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media only screen and (max-width: 1024px) {
  .index-deals-row {
    padding: 10px;
  }

  .index-deals-column {
    width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .index-deals-row {
    margin: 0;
    padding: 0;
  }

  .index-deals-column {
    width: auto;
    float: none;
  }

  .index-deals-item .featured-logo img {
    max-width: 200px;
  }

  .index-deals-item-title {
    height: auto;
  }

  .index-deals-item .deal-sub-title {
    height: auto;
  }
}

.index-stores-row {
  margin: 0 -10px;
}

.index-stores-column {
  width: 16.66%;
  padding: 10px;
  margin: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .index-stores-row {
    padding: 10px;
  }

  .index-stores-column {
    width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .index-stores-row {
    margin: 0 -5px;
    padding: 5px;
  }

  .index-stores-column {
    padding: 5px;
  }
}
