/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
}
.header {
  background-color: #6aabd7;
  height: 66px;
  box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.35);
}
.header .logo {
  margin-left: 7px;
  height: 50px;
  margin-top: 8px;
}
.fr-4col {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fc9f0d+0,fed635+99 */
  background: #fc9f0d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fc9f0d 0%, #fed635 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fc9f0d 0%, #fed635 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fc9f0d 0%, #fed635 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc9f0d', endColorstr='#fed635', GradientType=0);
  /* IE6-9 */
  box-shadow: 0px 1px 10px #0000004f;
}
.fr-4col h1 {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 24px;
}
.fr-4col .container {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.fr-4col .container > div {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 7px;
}
@media (max-width: 950px) {
  .fr-4col .container > div {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 500px) {
  .fr-4col .container > div {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.fr-4col .sb-vars {
  display: none;
}
@media (max-width: 500px) {
  .fr-4col {
    background: white;
  }
  .fr-4col h1 {
    color: #0e6d95;
  }
  .fr-4col .square-img-t1 {
    display: none;
  }
  .fr-4col .sb-vars {
    display: block;
  }
}
.square-img-t1 {
  margin-bottom: 30px;
}
.square-img-t1 h1 {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  text-shadow: 0px 0px 2px #d68a0d;
  padding: 0px 3px 0 3px;
}
@media (max-width: 500px) {
  .square-img-t1 h1 {
    padding-top: 0;
    font-size: 20px;
  }
}
.square-img-t1 .img {
  text-align: center;
  position: relative;
  font-size: 0;
}
.square-img-t1 .img img {
  max-width: 100%;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}
@media (max-width: 500px) {
  .square-img-t1 .img img {
    width: 100%;
  }
}
.square-img-t1 .img p {
  text-align: left;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 10px;
  font-size: 14px;
  line-height: 22px;
  padding: 3px 5px 5px;
}
.square-img-t1 .btn {
  height: 60px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
  position: relative;
}
.square-img-t1 .btn:after {
  background: url('https://242b99972eff8f0fcf5f-6427271b1a4847ea790677e80a2470f7.ssl.cf5.rackcdn.com/img/arr-y.png') no-repeat center, linear-gradient(to bottom, #0d648f 0%, #0a8eab 100%);
  content: "";
  display: block;
  width: 82px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}
.square-img-t1 .btn p {
  width: 70%;
  background-color: white;
  font-size: 24px;
  color: #0b799d;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 950px) {
  .square-img-t1 .btn p {
    width: 70%;
    height: 57px;
    border-bottom: 2px solid #c7c4c4;
  }
}
@media (max-width: 500px) {
  .square-img-t1 .btn p {
    width: 70%;
  }
}
.square-img-t1 .btn p sup {
  vertical-align: super;
  font-size: 20px;
  line-height: 20px;
}
.square-img-t1 a {
  text-decoration: none;
  display: block;
  border-radius: 20px;
  border: 3px solid white;
  background-color: white;
  position: relative;
}
.square-img-t1 a .more {
  position: absolute;
  display: none;
  border-radius: 6px;
  font-size: 14px;
  line-height: 16px;
  background-color: #d7d7d7;
  padding: 6px 9px;
  top: calc(102%);
  z-index: 1;
  color: #464646;
  box-shadow: 1px 1px 1px #00000057;
}
@media (max-width: 500px) {
  .square-img-t1 a .more {
    position: relative;
    display: block;
    border-radius: 15px;
    margin: 4px;
  }
}
.square-img-t1 a .more:after {
  display: block;
  content: "";
  right: 19px;
  top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 15px;
  border-color: transparent transparent #d7d7d7 transparent;
  position: absolute;
  z-index: 2;
}
.square-img-t1 a:hover {
  border-color: #0b799d;
}
.square-img-t1 a:hover .more {
  display: block;
}
@media (max-width: 500px) {
  .square-img-t1 {
    margin-bottom: 20px;
  }
}
.item .modal-content {
  display: none;
}
.fluid-3s-t1 {
  margin: 0 7px;
  padding: 8px 0 3px;
  border-top: 1px solid #d3d3d2;
  box-sizing: border-box;
  display: block;
  position: relative;
  text-decoration: none;
  color: black;
}
.fluid-3s-t1:hover {
  background-color: whitesmoke;
  cursor: pointer;
  border-color: #0b7198;
}
.fluid-3s-t1:hover .more {
  display: block!important;
}
@media (max-width: 500px) {
  .fluid-3s-t1 {
    display: block;
  }
}
.fluid-3s-t1 .info {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .fluid-3s-t1 .info {
    display: block;
  }
}
.fluid-3s-t1 .img {
  flex: 0 0 auto;
  flex-basis: 10%;
  max-width: 10%;
  text-align: center;
}
.fluid-3s-t1 .img img {
  max-width: 100%;
  max-height: 60px;
}
@media (max-width: 500px) {
  .fluid-3s-t1 .img {
    float: left;
    width: 70px;
    max-width: none;
  }
  .fluid-3s-t1 .img img {
    max-width: 100%;
  }
}
.fluid-3s-t1 .cont {
  flex: 0 0 auto;
  flex-basis: 70%;
  max-width: 70%;
  position: relative;
}
@media (max-width: 950px) {
  .fluid-3s-t1 .cont {
    flex-basis: 60%;
    max-width: 60%;
  }
}
@media (max-width: 500px) {
  .fluid-3s-t1 .cont {
    padding-left: 100px;
    padding-left: 75px;
    max-width: none;
  }
}
.fluid-3s-t1 .cont h1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  line-height: 13px;
  padding-bottom: 10px;
  color: #4f4f4f;
}
@media (max-width: 500px) {
  .fluid-3s-t1 .cont h1 {
    text-align: center;
    margin-top: 20px;
  }
}
.fluid-3s-t1 .cont p {
  font-size: 15px;
  line-height: 17px;
  color: #4f4f4f;
}
.fluid-3s-t1 .cont h1,
.fluid-3s-t1 .cont p {
  padding-left: 20px;
}
@media (max-width: 950px) {
  .fluid-3s-t1 .cont h1,
  .fluid-3s-t1 .cont p {
    padding-left: 5px;
    text-align: left;
  }
}
.fluid-3s-t1 .btn-s {
  flex: 0 0 auto;
  flex-basis: 18%;
  max-width: 18%;
  padding-top: 8px;
  text-align: center;
}
@media (max-width: 950px) {
  .fluid-3s-t1 .btn-s {
    flex-basis: 28%;
    max-width: 28%;
  }
}
@media (max-width: 500px) {
  .fluid-3s-t1 .btn-s {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.fluid-3s-t1 .btn-s .btn {
  height: 43px;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
  width: 150px;
  float: right;
}
@media (max-width: 500px) {
  .fluid-3s-t1 .btn-s .btn {
    float: none;
    display: inline-block;
  }
}
.fluid-3s-t1 .btn-s .btn:after {
  background: url('https://242b99972eff8f0fcf5f-6427271b1a4847ea790677e80a2470f7.ssl.cf5.rackcdn.com/img/arr-y-sm.png') no-repeat center, linear-gradient(to bottom, #0d648f 0%, #0a8eab 100%);
  content: "";
  display: block;
  width: 46px;
  height: 43px;
  position: absolute;
  top: 0;
  right: 0;
}
.fluid-3s-t1 .btn-s .btn p {
  width: 100px;
  font-size: 20px;
  color: #0b799d;
  height: 37px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  border: 3px solid #fdb71e;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.fluid-3s-t1 .btn-s .btn p sup {
  vertical-align: super;
  font-size: 16px;
  line-height: 16px;
}
.fluid-3s-t1 .rel {
  position: relative;
}
.fluid-3s-t1 .more {
  display: none;
  background-color: whitesmoke;
  margin-bottom: -3px;
  border-bottom: 2px solid #0b7198;
  z-index: 1;
}
@media (max-width: 500px) {
  .fluid-3s-t1 .more {
    background-color: white;
    display: inline-block;
    position: inherit;
    top: 0;
    border-bottom: none;
  }
  .fluid-3s-t1 .more .cont {
    padding-left: 0;
  }
}
.fluid-3s-t1 .more .rq {
  padding: 5px 20px 15px;
}
.fluid-3s-t1 .modal-content {
  display: none;
}
.fade {
  opacity: 0;
  transition: opacity .15s linear;
}
.fade.show {
  opacity: 1;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  display: none;
}
.modal-backdrop.show {
  opacity: .8;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal-backdrop {
  display: block;
}
.modal {
  z-index: 1072;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  max-width: 520px;
  margin: 30px auto;
  position: relative;
  width: auto;
  pointer-events: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: .4rem;
  outline: 0;
}
.m-row {
  margin-top: 15px;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.m-row .col1 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 30%;
  max-width: 30%;
  padding: 0 15px;
}
.m-row .col2 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 70%;
  max-width: 70%;
  padding: 0 15px;
}
.modal-content {
  background-color: #dfdfdf;
  padding: 15px 8px 30px;
}
.modal-content .close-modal {
  display: block;
  width: 81px;
  height: 30px;
  background-image: url("https://242b99972eff8f0fcf5f-6427271b1a4847ea790677e80a2470f7.ssl.cf5.rackcdn.com/img/dhc/back.png");
  float: right;
}
.modal-content hr {
  display: block;
  height: 1px;
  border-bottom: 1px solid #eaeaea;
  margin-top: 13px;
}
.modal-content .img img {
  max-width: 100%;
}
.modal-content h1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  padding-bottom: 13px;
}
.modal-content .rew {
  font-size: 20px;
  color: #6aabd7;
  font-weight: bold;
}
.modal-content .rew sup {
  vertical-align: super;
  font-size: 16px;
  line-height: 16px;
}
.modal-content .small {
  font-size: 12px;
}
.modal-content .label {
  color: #7f7c7c;
  font-size: 14px;
}
.modal-content .cont {
  color: #4f4f4f;
  font-size: 13px;
  line-height: 16px;
}
.modal-content .btn {
  font-size: 16px;
  color: #6aabd7;
  font-weight: bold;
  display: inline-block;
  padding: 7px 35px 7px 15px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
.modal-content .btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #6aabd7;
}
.modal-content .btn:hover {
  background-color: #6aabd7;
  color: white;
}
.modal-content .btn:hover:after {
  border-color: transparent transparent transparent white;
}
.swagbucks-unitlist .controls {
  font-size: 13px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .swagbucks-unitlist .controls {
    flex-direction: column;
  }
}
.swagbucks-unitlist .controls a {
  color: black;
  text-decoration: none;
}
.swagbucks-unitlist .controls .filters {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .swagbucks-unitlist .controls .filters {
    justify-content: center;
  }
}
.swagbucks-unitlist .controls .filters a {
  display: block;
  padding: 2px 10px;
  border: 1px solid #d3d3d2;
  background-color: #f6f5f5;
  margin-right: -1px;
}
@media (max-width: 500px) {
  .swagbucks-unitlist .controls .filters a {
    padding: 5px 15px;
    border-radius: 3px;
    margin-bottom: 2px;
  }
}
.swagbucks-unitlist .controls .filters a:hover {
  background-color: #6aabd7;
  color: white;
}
.swagbucks-unitlist .controls .filters a.active {
  background-color: #0b7198;
  color: white;
  border-color: #0b7198;
}
.swagbucks-unitlist .controls .sorts {
  display: flex;
}
@media (max-width: 500px) {
  .swagbucks-unitlist .controls .sorts {
    padding: 6px;
  }
}
.swagbucks-unitlist .controls .sorts a {
  display: block;
  color: #6aabd7;
  padding: 0 2px;
  font-weight: bold;
}
.swagbucks-unitlist .controls .pages {
  display: flex;
}
@media (max-width: 500px) {
  .swagbucks-unitlist .controls .pages {
    justify-content: center;
  }
}
.swagbucks-unitlist .controls .pages a {
  border: 1px solid transparent;
  display: block;
  padding: 0px 8px;
  margin-top: 2px;
}
@media (max-width: 500px) {
  .swagbucks-unitlist .controls .pages a {
    padding: 4px 12px;
  }
}
.swagbucks-unitlist .controls .pages a:hover {
  background-color: #6aabd7;
  color: white;
}
.swagbucks-unitlist .controls .pages a.active {
  background-color: white;
  border: 1px solid #0b7198;
}
.swagbucks-unitlist .controls .pages a.active:hover {
  color: black;
}
.swagbucks-unitlist .more-btn-hld {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 15px;
}
.swagbucks-unitlist .more-btn-hld .more-button {
  color: #ffffff;
  font-size: 20px;
  background: #0b7198;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 10px;
}
.swagbucks-unitlist .more-btn-hld .more-button.more-button:hover {
  background: #fdb71e;
  text-decoration: none;
}
