

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

body {
  background: #f1f1f1;
  color: #fff;
  font-size: 1em;
  font-family: "Raleway", Arial, sans-serif;
  min-height: 500px;
}

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

a:hover,
a:focus {
  color: black;
}

/* Header */

a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.subhead {
  background: #f1f1f1;
}

.subhead-wrapper {
  margin-left: auto;
  display: flex;
  min-height: 30px;
  margin-top: 10px;
}
.subhead-wrapper-item {
  margin-bottom: 10px;
  color: #23609f;
  border-right-style: double;
}
.subhead-wrapper-item a {
  font-size: 1em;
  color: #23609f;
  text-decoration: none;
  padding: 8px;
  padding-right: 26px;
  margin-left: 1em;
  text-transform: none;
}
.subhead-wrapper-item p {
  font-size: .9em;
  color: black;
  text-decoration: none;
  padding: 8px;
  margin-left: 1em;

  border-right-style: double;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  z-index: 1001;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px 5px 5px 5px;
  width: 300px;
  color: black;
  margin-top: 10px;
}
.having_fun_yet{
    justify-content: center;
    align-items: center;
}

.having_fun_yet img{
padding:0px;
margin:0px;
width:250px;
box-shadow: 0px
display: none;
border:0px;
z-index: 1;
min-height:100%;

object-fit: cover;
overflow: hidden;
}
.dropdown:hover .dropdown-content {
  display: block;
}

.desc {
  padding: 5px 18px 15px;
  text-align: left;
  text-transform: none;
}
.desc h4{
 font-weight:500;
}
@media only screen and (max-width: 465px) {
  .dropdown-content {
    position: absolute;
    margin: auto;
    width: 180px;
    font-size: 60%;
  }
}
.head_box {
  border: 1px solid black;
  padding: 5px;
  width: 100%;
  color: white;
  background-color: #9f2360;
}
.foot_box {
  border: ;
  border-radius: ;
  margin: ;
  color: white;
  background-color: #9f2360 ;
  padding: 18px;
  text-align: center;

}
.foot_box a{
color:white;

}
table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.bottom-action {
  padding: 15px;
}
label {
  display: block;
  color: white;
  margin: 0 0 4px;
}
input {
  border: #000;
  padding: 10px;
  font-size: 1.1em;
  width: 80%;
  border: 1px solid black;
  border-radius: 5px;
}
input::placeholder {
  color: grey;
  font-size:.9em;
  text-align:center;
  font-weight:400;
}
label,
input {
  font-family: sans-serif;
}
/* body parts */

.sidebar {
  background: #f9f9f9;
  padding: 1px;
  overflow: scroll;
  width: 280px;
  float: left;
  margin: 25px 15px;
  border-radius: 3px;
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.morphsearch.open ~ .overlay {
  opacity: 1;
}

@media screen and (max-width: 53.125em) {
  .morphsearch-input {
    padding: 0 25% 0 10px;
  }
  .morphsearch.open .morphsearch-input {
    font-size: 2em;
  }
  .dummy-column {
    float: none;
    width: auto;
    padding: 0 0 2em;
  }
  .dummy-column:nth-child(2) {
    margin: 0;
  }
  .morphsearch.open .morphsearch-submit {
    -webkit-transform: translate3d(0, -50%, 0) scale3d(0.5, 0.5, 1);
    transform: translate3d(0, -50%, 0) scale3d(0.5, 0.5, 1);
  }
}

@media screen and (max-width: 60.625em) {
  .morphsearch {
    width: 80%;
    top: 25%;
    right: 10%;
  }
}

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

body {
  background: #f1f1f1;
  color: #fff;
  font-size: 1em;
  font-family: "Raleway", Arial, sans-serif;
  min-height: 500px;
}

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

a:hover,
a:focus {
  color: black;
}

/* Header */

a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.subhead {
  background: #f1f1f1;
}

.subhead-wrapper {
  margin-left: auto;
  display: flex;
  min-height: 30px;
  margin-top: 10px;
}
.subhead-wrapper-item {
  margin-bottom: 10px;
  color: #23609f;
  border-right-style: double;
}
.subhead-wrapper-item a {
  font-size: 1em;
  color: #23609f;
  text-decoration: none;
  padding: 8px;
  padding-right: 26px;
  margin-left: 1em;
  text-transform: none;
}
.subhead-wrapper-item p {
  font-size: .9em;
  color: black;
  text-decoration: none;
  padding: 8px;
  margin-left: 1em;

  border-right-style: double;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  z-index: 1001;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px 5px 5px 5px;
  width: 300px;
  color: black;
  margin-top: 10px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.desc {
  padding: 5px 18px 15px;
  text-align: left;
  text-transform: none;
}
.desc h4{
 font-weight:500;
}
@media only screen and (max-width: 465px) {
  .dropdown-content {
    position: absolute;
    margin: auto;
    width: 180px;
    font-size: 60%;
  }
}
.head_box {
  border: 1px solid black;
  padding: 5px;
  width: 100%;
  color: white;
  background-color: #9f2360;
}
.foot_box {
  border: ;
  border-radius: ;
  margin: ;
  color: white;
  background-color: #9f2360 ;
  padding: 18px;
  text-align: center;

}
.foot_box a{
color:white;

}
table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.bottom-action {
  padding: 15px;
}
label {
  display: block;
  color: white;
  margin: 0 0 4px;
}
input {
  border: #000;
  padding: 10px;
  font-size: 1.1em;
  width: 80%;
  border: 1px solid black;
  border-radius: 5px;
}
input::placeholder {
  color: grey;
  font-size:.9em;
  text-align:center;
  font-weight:400;
}
label,
input {
  font-family: sans-serif;
}
/* body parts */

.sidebar {
  background: #f9f9f9;
  padding: 1px;
  overflow: scroll;
  width: 240px;
  float: left;
  margin: 25px 15px;
  border-radius: 3px;
}
.sidebar img {
  padding: 0px;
  background-color: #52b2a0;
  width: 280px;
  height: 128px;
}

#righty img {
 
  width: 240px;
  height: 158px;
}

.wrap {
  background: #f9f9f9;
  padding: 5px;
  overflow: scroll;
  width: calc(100% - 688px);
  float: left;
  margin: 30px;
  max-width:727px;
}
.wrap h1 {
  text-align: center;
  font-weight: 600;
  color: black;
  font-size: 1.5em;
  padding: 10px;
}
.sidebar h1,
h2 {
  font-size: 1.1em;
  text-align: center;
  padding: 5px 8px 10px;
  font-weight: 600;
  color: #000000;
}
.sidebar h3,
p {
  font-size: 0.9em;
  text-align: left;
  padding: 0px 25px;
  line-height: 125%;
  font-weight: 500;
  color: #626262;
}
.wrap .card {
  min-height: 180px;
  background: #fff;
  margin-bottom: 15px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid black;
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.wrap .card:hover {
  border-bottom: px solid #23609f;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.9);
}
.sidebar .card {
  min-height: 200px;
  background: #fff;
  margin-bottom: 0px;
  border-bottom: 1px solid black;
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.sidebar ul {
  list-style-type: square;
  color: #626262;
  font-weight: 500;
  line-height: 200%;
  font-size: 1em;
}

.coupon-text-box {
  float: left;
  width: 100%;
  padding: 0px 5px;
  text-align: center;
}
.coupon-text-box h2 {
  padding: 20px 8px;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 95%;
  height: 91px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.button {
  background-color: #357465;
  border: none;
  color: white;
  padding: 1px 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  cursor: pointer;
  border-radius: 5px;
  margin: 3px;
  margin-bottom:10px;
}

.button:hover {
  background-color: #609f23;
-webkit-transform: scale(1.1);
          transform: scale(1.1);
 }}


body {

  margin: auto;
}
#p1 {
  display: none;
}

@media only screen and (max-width: 1050px) {
  .sidebar {
    width: 100%;
margin-top:30px;
    margin: auto;
    border: none;
padding:10%;
  }
  .sidebar.card {
    width: 100%;
    margin: auto;
    min-height: 100px;
    background: #fff;
    margin-bottom: 0px;
    border-bottom: 0px solid black;
    border-radius: 0px;
    text-align:center;
padding:10%;
  }
  .sidebar img {


    max-width: 388px;

  }
  .wrap {
    width: 95%;
  }
  .morphsearch {
    width: 15%;
    height: 15px;
    background: #f1f1f1;
    position: absolute;
    z-index: 10000;
    font-size: 12px;
    right: 2%;
    padding: 2px;
    margin: 1px;
    top: 128px;
  }
  .subhead-wrapper-item a {
    font-size: 0.7em;
  }
}
@media only screen and (max-width: 767px) {
  .morphsearch {
    top: 71px;
    right: 30%;
    width: 42%;
  }
  .subhead-wrapper-item a {
    font-size: 0.8em;
    color: #23609f;
    text-decoration: none;
    padding: 5px;
    padding-right: 6px;
    margin-left: 0.2em;
  }
}
`/* Bottom Brands */
.bottom-brand{
  float:left;
  text-align:left;
  width:100%;
  padding:0px 15px;
  color:#23609f;
}

.bottom-brand p {
  text-align:center;
  font-size:1em;
  color:black;
  font-weight:500;
  text-align:left;
}


.bottom-brand {
  float: left;
  text-align: center;
  width: 100%;
  padding: 0px 3px;
  color: #23609f;
  margin:0px;
}


.bottom-brand h6 {
  font-size:.9em;
  font-weight:500;
  color: #9f2360;
  margin-top:0px;
  padding:10px;
}
.bottom-brand h4{
  font-size:20px;
}


.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    margin-top:2px;
    width: 62px;
    height: 62px;
    padding: 8px;
    background: #fff;
    border: 5px solid #23609f;
    color: #23609f;
    margin:auto;
    font: 32px Arial, sans-serif;
}
.content {
  position: relative;
  width: 100%;
  margin: auto;
  height:350px;
  overflow:hidden;
}

.content .content-overlay {
  background: rgba(35,96,159,0.97);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 90%;
}

.content .content-overlay h5{
  padding:1px 15px;
  color:white;
  font-size:.9em;
  font-weight:500;
  margin-top:20px;
  margin-bottom:px;

}

.save{
  padding:8px;
  border:0px solid white;
  border-radius:10px;
  margin:6px 15px 0px 15px;
  color:white;
  font-size:1.2em;
  font-weight:500;
  text-align:center;
}

.littleCircle {
 padding:20px;
 text-align:center;

}

.btn{
  color:#23609f;
  border: 1px solid #23609f;
  border-radius:5px;

}
.btn:hover{
  color:white;
  background-color:tomato;
  border: 1px solid tomato;
}
.gallery-overlay h5{
  text-align:center;
  margin-top:13px;
  color:#52b2a0;
  font-size:1.2em;
  font-weight:600;
}

/* Hero */

.hero{
    margin-top:-20px;
    width:100%;
    height:188px;

}
.hero h1{
  text-align:center;
  margin-top:50px;
  color:#23609f;
  font-size:2.3em;

}

.hero h2{

  margin-top:20px;
  color: #9f2360;
  font-size:1.2em;
  font-weight:500;
}


.awesomplete {
  width:80%;
  margin:auto;
  max-width:600px;
  height:68px;
  padding:16px;
  margin-top:20px;
  border:solid 3px black;
  border-radius: 5px;
  box-shadow: 0 8px 6px rgba(0, 0, 0, 0.1);
 

}
input::placeholder {
  color: black;
  font-size:1.3em;
  Text-align:left;
  font-weight:500;
}
::-webkit-input-placeholder { /* Chrome */
  color: #9f2360;
  transition: opacity 250ms ease-in-out;
}
:focus::-webkit-input-placeholder {
  opacity: 0.1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #9f2360;
  transition: opacity 250ms ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #9f2360;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0.5;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #9f2360;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0.5;
}

input, select, textarea{
    color:black;
    font-weight:600;
    
}

textarea:focus, input:focus {
    color: black;
    font-weight:600;
}



@media only screen and (max-width: 465px) {
.hero{
    margin-top:-20px;
    width:100%;
    height:288px;
}


input::placeholder {
  font-size:1.2em;
  Text-align:center;
  font-weight:500;
  line-height: 1em;
}

}


/* Student Discounts featured brands */
.TUN-student-discount-events-container {
  width: 90%;
  margin:auto;
  max-width:1250px;
  margin-top:88px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  flex-wrap: wrap;
}
.TUN-student-discount-event {
  background: white;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  margin-bottom: 18px;
  width:200px;
  max-width:300px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: relative;
  overflow: hidden;
  flex: 1 0 auto;
  border-radius: 3px;
}
.TUN-student-discount-event-image {
  padding: 0px;
  width: 100%;
  height:115px;
  overflow:hidden;
  align:middle;
  border-bottom: 8px solid #23609f;
  margin: 0 auto;
}

.TUN-student-discount-event-title {
  padding: 0px;
  background: white;
  text-decoration: none;
  color: black;
}

.TUN-student-discount-event-title h3{
  color:#23609f;
  font-size: 1.2em;
  margin-top:3px;
  margin-bottom:0px;
  padding: 0px 5px 0px;

}

.TUN-student-discount-event-title h4{
  color: tomato;
  margin-top:18px;
  font-size:1em;
}

.token {
  border-radius: 50%;
  margin-top:-30px;
  z-index: 2;
  border: 4px solid white;
}


.TUN-student-discount-coupon-container {
  width: 100%;
  margin:auto;
  max-width:1050px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.TUN-student-discount-coupon {
  background: white;
  font-weight: bold;
  text-align: center;
  padding:20px;
}

.TUN-student-discount-coupon-image {
 height: 73px;
 width: 154px;
 background:white;
 text-align:center;
 border: 2px solid black;
}

.TUN-student-discount-coupon-title {
  background: white;
  text-decoration: none;
  color: black;
  text-align:center;
  line-height:.3em;
  padding-bottom:1px;
  margin-bottom:15px;
  margin-top:-2px;
  border: 2px solid black;

}
.TUN-student-discount-coupon-title h5{
  color:#23609f;
  font-size: 1em;
}
.TUN-student-discount-coupon-title p{
  padding-top:8px;
  font-size:.8em;
}

.coupon-box p{
 padding: 8px 5px 10px;
 display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 95%;
  height: 112px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.2;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 465px) {

.TUN-student-discount-events-container {
  width: 100%;}

.coupon-text-box h2 {

  padding: 10px 5px;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 95%;
  max-height: 122px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  margin-bottom:5px;
  font-size: 13px;
  line-height: 1.3;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

}


 .happy_box {
  width:90%;
  margin:auto;
}

.happy_box ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.happy_box ul li a {
  display: block;
  border: solid #C6538C 1px;
  color: #C6538C;
  margin: 0.4rem;
  padding: 0.4em;
}
.happy_box ul li a:hover {
  color: white;
  background-color: #C6538C;
}




.wrap {
  background: #f9f9f9;
  padding: 5px;
  overflow: scroll;
  width: calc(100% - 688px);
  float: left;
  margin: 10px;
}
.wrap h1 {
  text-align: center;
  font-weight: 600;
  color: black;
  font-size: 1.5em;
  padding: 10px;
}
.sidebar h1,
h2 {
  font-size: 1.1em;
  text-align: center;
  padding: 5px 8px 10px;
  font-weight: 600;
  color: #000000;
}
.sidebar h3,
p {
  font-size: 0.9em;
  text-align: left;
  padding: 0px 25px;
  line-height: 125%;
  font-weight: 500;
  color: #626262;
}
.wrap .card {
  min-height: 170px;
  background: #fff;
  margin-bottom: 15px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid black;
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.wrap .card:hover {
  border-bottom: px solid #23609f;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.9);
}
.sidebar .card {
  min-height: 200px;
  background: #fff;
  margin-bottom: 0px;
  border-bottom: 1px solid black;
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.sidebar ul {
  list-style-type: square;
  color: black;
  font-weight: 500;
  line-height: 200%;
  font-size: 1em;
}

.coupon-text-box {
  float: left;
  width: 100%;
  padding: 0px 5px;
  text-align: center;
}
.coupon-text-box h2 {
  padding: 20px 8px;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 95%;
  height: 91px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.button {
  background-color: #357465;
  border: none;
  color: white;
  padding: 1px 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.1em;
  cursor: pointer;
  border-radius: 8px;
  margin-bottom: 20px;
}

body {

  margin: auto;
}
#p1 {
  display: none;
}

@media only screen and (max-width: 1050px) {
  .sidebar {
    width: 100%;
margin-top:30px;
    margin: auto;
    border: none;
padding:10%;
  }
  .sidebar.card {
    width: 100%;
    margin: auto;
    min-height: 100px;
    background: #fff;
    margin-bottom: 0px;
    border-bottom: 0px solid black;
    border-radius: 0px;
    text-align:center;
   padding:10%;
  }
  .sidebar img {
    max-width: 388px;
  }
  .wrap {
    width: 95%;
  }
  .morphsearch {
    width: 15%;
    height: 15px;
    background: #f1f1f1;
    position: absolute;
    z-index: 10000;
    font-size: 12px;
    right: 2%;
    padding: 2px;
    margin: 1px;
    top: 128px;
  }
  .subhead-wrapper-item a {
    font-size: 0.7em;
  }

  .subhead-wrapper-item a {
    font-size: 0.7em;
  }

.sidebar img {
  padding: 1px;
  background-color: white;
  height: 162px;
  border: 15px solid black;
  border-radius:5px;
  margin-left:22%;
  margin-top:50px;
  max-width: 388px;
}
 

  .awesome_crazy_mad_savings img {
    background-color: white;
    flex-shrink: 0;
    min-height: 100%;
    max-width:388px;
    border: 0px;
    margin-left:25%;
}
#happy_meal{
    margin-left:13%;
}
}
@media only screen and (max-width: 769px) {
  .morphsearch {
    top: 71px;
    right: 30%;
    width: 42%;
  }
  .subhead-wrapper-item a {
    font-size: 0.8em;
    color: #23609f;
    text-decoration: none;
    padding: 5px;
    padding-right: 6px;
    margin-left: 0.2em;
  }
.awesome_crazy_mad_savings {
      margin-left:35%;
  }

.sidebar img {
  padding: 0px;
  background-color: white;
  border: 2px solid black;
  border-radius:5px;
  margin-left:0px;
  margin-top:0px;
  max-width: 100%;
}
 .awesome_crazy_mad_savings img {
    background-color: white;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    max-width:300px;
    border: 0px;
    margin:20px;
}
#happy_meal{
    margin-left:2%;
}
}
/* Bottom Brands */
.bottom-brand{
  float:left;
  text-align:left;
  width:100%;
  padding:0px 15px;
  color:#23609f;
}

.bottom-brand p {
  font-size:1em;
  color:black;
  font-weight:500;
  text-align:center;
}

.bottom-brand {
  float: left;
  text-align: center;
  width: 100%;
  padding: 0px 3px;
  color: #23609f;
  margin:0px;
}

.bottom-brand h6 {
  font-size:.9em;
  font-weight:500;
  color: #9f2360;
  margin-top:0px;
  padding:10px;
}
.bottom-brand h4{
  font-size:20px;
}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    margin-top:2px;
    width: 62px;
    height: 62px;
    padding: 8px;
    background: #fff;
    border: 5px solid #23609f;
    color: #23609f;
    margin:auto;
    font: 32px Arial, sans-serif;
}
.content {
  position: relative;
  width: 100%;
  margin: auto;
  height:350px;
  overflow:hidden;
}

.content .content-overlay {
  background: rgba(35,96,159,0.97);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 90%;
}

.content .content-overlay h5{
  padding:1px 15px;
  color:white;
  font-size:.9em;
  font-weight:500;
  margin-top:20px;
  margin-bottom:px;

}

.save{
  padding:8px;
  border:0px solid white;
  border-radius:10px;
  margin:6px 15px 0px 15px;
  color:white;
  font-size:1.2em;
  font-weight:500;
  text-align:center;
}

.littleCircle {
 padding:20px;
 text-align:center;

}

.btn{
  color:#23609f;
  border: 1px solid #23609f;
  border-radius:5px;

}
.btn:hover{
  color:white;
  background-color:tomato;
  border: 1px solid tomato;
}
.gallery-overlay h5{
  text-align:center;
  margin-top:13px;
  color:#52b2a0;
  font-size:1.2em;
  font-weight:600;
}

/* Hero */

.hero{
    margin-top:-20px;
    width:100%;
    height:188px;
    background-color:  ;
}
.hero h1{
  text-align:center;
  margin-top:50px;
  color:#23609f;
  font-size:2.3em;

}

.hero h2{
  margin-top:20px;
  color: #9f2360;
  font-size:1.2em;
  font-weight:500;
}


input::placeholder {
  color: black;
  font-size:1.3em;
  Text-align:left;
  font-weight:500;
}
::-webkit-input-placeholder { /* Chrome */
  color: #9f2360;
  transition: opacity 250ms ease-in-out;
}
:focus::-webkit-input-placeholder {
  opacity: 0.1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #9f2360;
  transition: opacity 250ms ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #9f2360;
  opacity: 1;

}
:focus::-moz-placeholder {
  opacity: 0.5;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #9f2360;
  opacity: 1;

}
:focus:-moz-placeholder {
  opacity: 0.5;
}

input, select, textarea{
    color:black;
    font-weight:600;
}

textarea:focus, input:focus {
    color: black;
    font-weight:600;
}


@media only screen and (max-width: 465px) {
.hero{
    margin-top:-20px;
    width:100%;
    height:288px;
}
.awesomplete {

  margin-top:5px;
  width:220px;
}

input::placeholder {
  font-size:1.2em;
  Text-align:center;
  font-weight:500;
  line-height: .8em;
}

}

/* Student Discounts featured brands */
.TUN-student-discount-events-container {
  width: 90%;
  margin:auto;
  max-width:1250px;
  margin-top:88px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}
.TUN-student-discount-event {
  background: white;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  margin-bottom: 18px;
  width:200px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: relative;
  overflow: hidden;
}
.TUN-student-discount-event-image {
  padding: 0px;
  width:200px;
  height:115px;
  overflow:hidden;
  align:middle;
  border-bottom: 8px solid #23609f;
}

.TUN-student-discount-event-title {
  padding: 0px;
  background: white;
  text-decoration: none;
  color: black;
}

.TUN-student-discount-event-title h3{
  color:#23609f;
  font-size: 1.2em;
  margin-top:3px;
  margin-bottom:0px;
  padding: 0px 5px 0px;

}

.TUN-student-discount-event-title h4{
  color: tomato;
  margin-top:18px;
  font-size:1em;
}

.token {
  border-radius: 50%;
  margin-top:-30px;
  z-index: 2;
  border: 4px solid white;
}

.TUN-student-discount-coupon-container {
  width: 100%;
  margin:auto;
  max-width:1050px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.TUN-student-discount-coupon {
  background: white;
  font-weight: bold;
  text-align: center;
  padding:20px;
}

.TUN-student-discount-coupon-image {
 height: 73px;
 width: 154px;
 background:white;
 text-align:center;
 border: 2px solid black;
}

.TUN-student-discount-coupon-title {
  background: white;
  text-decoration: none;
  color: black;
  text-align:center;
  line-height:.3em;
  padding-bottom:1px;
  margin-bottom:15px;
  margin-top:-2px;
  border: 2px solid black;

}
.TUN-student-discount-coupon-title h5{
  color:#23609f;
  font-size: 1em;
}
.TUN-student-discount-coupon-title p{
  padding-top:8px;
  font-size:.8em;
}

.coupon-box p{
 padding: 8px 5px 10px;
 display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 95%;
  height: 112px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.2;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 465px) {

.TUN-student-discount-events-container {
  width: 100%;}

.TUN-student-discount-event {
  margin: 0px 35px 25px!important;
}

.coupon-text-box h2 {
  padding: 10px 5px;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 95%;
  max-height: 122px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  margin-bottom:5px;
  font-size: 16px;
  line-height: 1.3;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

}

 .happy_box {
  width:90%;
  margin:auto;
}

.happy_box ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.happy_box ul li a {
  display: block;
  border: solid #C6538C 1px;
  color: #C6538C;
  margin: 0.5rem;
  padding: 0.5em;
}
.happy_box ul li a:hover {
  color: white;
  background-color: #C6538C;
}

.happy_terms{
  padding-top:20px;
  margin:18px 0px 2px;
  text-align:center;
 }

 @media only screen and (min-width: 466px) {
  .TUN-student-discount-event {
     margin: 15px 9px;
  }
}


body{
  background-color: #f9f9f9
}
.mobile_sidebar{

  display:none;}

#happy_container{
  background-color:#f9f9f9;
  z-index: 12;
  overflow: visible;
  position: relative;
  max-width:1900px;
  margin:auto;
  padding-top:10px;
   overflow:hidden;
}
#happy_sidebar{
 margin:10px;
 padding:1px;
 background-color:#f9f9f9;
  overflow:hidden;
  max-height:100%;
}
#righty{
  overflow:hidden;
}
#feed1{

  overflow:hidden;

  }

#feed > li {
  position: relative;
  padding:  0px 25px 0px 0px;
  color: black;
  line-height:1;
  list-style: none;
  background: #f9f9f9;
  margin: 88px 0px;

  overflow:hidden;
  font-size:13px;

 
}

#feed2 > li {
  position: relative;
  padding:  0px 25px 0px 0px;
  color: black;
  line-height:1;
  list-style: none;
  background: #f9f9f9;
  margin: 88px 0px;

  overflow:hidden;
  font-size:13px;
}

#feed > h1{
  font-weight:600;
  }
#feed2 > h1{
  font-weight:600;
  }
.smart {
  text-align:center;
  font-size:19px;
  margin-top:6px;

}

li a {
  color:black;
  text-decoration: none;
  font-weight: 500;
  font-size:1em;
  padding:0px;
}
  .sexy{
  padding: 1px 8px 1px 4px;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 112px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.2;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#feed1 > li {
  overflow: hidden;
   width: 100%;
  float:left;
  margin:20px 6px 50px 6px;
  overflow: hidden;
  padding:6px;
   box-shadow: 1px 5px 3px #888888;
  color: black;
  line-height:1.4;
  list-style: none;
  background:white;
  border-radius: 1px;

  overflow:hidden;
  
  width:calc(33% + 69px)   ;
  max-width:269px;
}
#feed1 i {
  color:green;
  font-size:.9em;
  padding-left:6px;
  font-weight:500;
}
 #feed1 > li:hover {
  box-shadow:5px 10px 8px #888888;

  }


.nice{

  max-width:1200px;
  margin: 20px auto;

}
.nice h1{
  margin:-30px 0px;
  padding:20px;
  font-weight:600;


}
  .sexy2{
  padding: 8px 8px 12px 4px;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 95%;
  height: 302px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 16px;
  color:black;
  font-weight:500;
  line-height: 1.2;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}
#banner {
  height: 678px;
  width: 288px;
  background: #23609f;
  overflow: hidden;
  border: solid 1px rgba(0, 0, 0, 0.2);
}
#banner h1{
  color:white;
  font-weight:500;
}
#banner a {
  height: 100%;
  width: 288px;
  display: block;
  position: relative;
  overflow: hidden;
  animation: 1s fadein ease-in-out;
  animation-fill-mode: forwards;
}

#product {
  overflow:hidden;
  margin: 0px auto 0 auto;
  display: block;
  z-index: 10;
  width: 100%;
  height:518px;

  position: relative;
  opacity: 0;
  animation: 1s growin ease-in-out 1s;
  animation-fill-mode: forwards;

}
#button {
  color: #fff;
  padding: 8px 15px 8px 15px;
  font-family: "Roboto Slab";
  font-weight: 700;
  font-size: 18px;
  background: black;
  display: inline-block;
  margin: 10px 0 0 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  opacity: 0;
  animation: 1s fadein ease-in-out 2s;
  animation-fill-mode: forwards;
}
#sale {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 10;
}
#sale-text {
  color: #fff;
  font-family: "Satisfy";
  font-size: 26px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  opacity: 0;
  animation: 1s fadein ease-in-out 1.5s;
  animation-fill-mode: forwards;
}
#badge {
  box-sizing: border-box;
  color: #fff;
  padding: 10px 0 0 0;
  font-weight: 800;
  font-family: "Roboto Slab";
  font-size: 21px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: green;
  display: inline-block;
  border-radius: 50%;
  transform: rotate(345deg);
  animation: 1s fadein ease-in-out;
  -webkit-transition-delay: 6s;
  transition-delay: 6s;
  position: relative;
  margin-left:268px;
  opacity: 0;
  transform: rotate(0deg);
  top: 0px;
  right: 0px;
  z-index: 10;
  animation: 1s rollin ease-in-out 2.5s;
  animation-fill-mode: forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes roty {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rollin {
  0% {
    opacity: 0;
    transform: rotate(0deg);
    top: 0px;
    right: 0px;
  }
  100% {
    opacity: 1;
    transform: rotate(345deg);
    top: 40px;
    right: 40px;
  }
}
@keyframes growin {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media only screen and (min-width: 1400px) {
#feed1 > li {
  overflow: hidden;
   width: 100%;
  float:left;
  margin:calc(2.5%);
  max-width:288px;
   padding:16px;
}
   #feed1{

  height:;
  overflow:hidden;

  }
}
@media only screen and (min-width: 1600px) {
#feed1 > li {
  overflow: hidden;
   width: 100%;
  float:left;
  margin:4%;
  max-width:318px;
  padding:20px;
}
#feed> li{
  font-size:.9em;
  }
  #feed1{
    height:;
    overflow: hidden;
  }
  #happy_banner {
    display:;
}


}
@media only screen and (min-width: 1680px) {
#feed1 > li {
  overflow: hidden;
   width: 100%;
  float:left;
  margin:3%;
  max-width:242px;
  padding:8px;
}
  #feed> li{
  font-size:.9em;
  margin-top: 18px;
  }
#feed2> li {
  margin: 8px;
  }

  #feed> li {
  margin: 8px;
  }
}
@media only screen and (min-width: 1820px) {
#feed1 > li {
  overflow: hidden;
  width: 100%;
  float:left;
  margin:2%;
  max-width:288px;
  padding:15px;
  margin-top:69px;
}
  #feed{
    height:px;
    overflow: hidden;
    padding-top:23px;
  }
    .flip-box {
  height:69px;
}
}
@media only screen and (max-width: 1279px) {

  #happy_sidebar{
    display:none;
  }
  #righty{
    display:none;
  }

  .wrap{
    width:90%;
    margin-left:5%;
  }
  .mobile_sidebar {
   display:inline-block;
  position: fixed;
  width: 15%;
  height: 100%;
  background: #9f2360;
  font-size: .8em;
    top:0;
    z-index:-1;
}
.mobile_nav {
  position: relative;
  margin: 150px 15px 0 -38px;
  text-align: left;
  top: 30%;
 }
.mobile_nav ul {
  list-style: none;
}
.mobile_nav ul li {
  position: relative;
  margin: 30px; 10px;
}
.mobile_nav ul li a {

  text-decoration:none;
  color: white;
  display: block;
  font-weight:500;
}
  .mobile_nav ul li a:hover{
    color:black;
  }

#happy_container {
  position: relative;
  width: 85%;
  float: right;
  height:100%;
}
}
@media only screen and (max-width: 768px) {

  .wrap{
    margin:0 auto;
    min-width:700px;
}
   .mobile_sidebar {
   width: 20%;
  }
  #happy_container {
    width:80%;
    height:100%;
  }
  #feed1 > li {
  overflow: hidden;
   width:232px;
   padding:6px;
   margin:10px 28px 15px -26px;
}
}
@media only screen and (max-width: 600px) {

  .wrap{
   margin:0 auto;
    min-width:300px;
}
   .mobile_sidebar {
   width: 25%;
  }
  #happy_container {
    width:75%;
    height:100%;
  }

  #feed1 > li {
   width:232px;
   padding:6px;
   margin:10px 28px 15px -11px;
}
    .mobile_sidebar {
  font-size: .8em;
}
  .mobile_nav {
    top:20%;
  }
}

#ypt_wrapper {
  width: 100%;
  background: #23609f;
  color: #52b2a0;
  overflow: hidden;
  max-width: 100%;
   box-shadow: 0px 8px 13px rgba(0,0,0,0.5);

  margin-top:1em;
  padding:0px;
  margin:0 auto;

}
#ypt_thumbs {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 20%;
  background: #000;
  margin: 0;
  padding: 0;
  height: 0;
}
#ypt_thumbs li {
  list-style: none;
  margin: 0;
  position: relative;
  font-size: 0;
}
#ypt_thumbs li img{
  width: 100%;
}
#ypt_thumbs li p {
  font-family: arial;
  font-size: 10px;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 5%;
  margin: 0;
}
#ypt_thumbs li:hover p {
  display: block;
  cursor: pointer;
}
#ypt_thumbs .ypt-now-playing p {
  display: block;
}
#ypt_thumbs .ypt-now-playing > span::after {
  content: "\25b6  Now playing"; /* A traingle pointing right */
  margin-top: -1em;
  display: block;
  width: 100%;
  padding: 5%;
  background: rgba(0, 0, 0, 0.6);
  color: fff;
  position: absolute;
  bottom: 0;
  font-size: 10px;
}
#ypt_wrapper .video {
  position: relative;
  width: 80%;
  /*height: 0;*/
  padding-bottom: 48.4%;
  float: left;
}
#ypt_wrapper .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float:left;
}
@media only screen and (max-width : 400px) {
  #ypt_thumbs {
    display: none;
  }
  #ypt_wrapper .video {
    width: 100%;
    padding-bottom: 56.25%;
  }
}

#happy_button {
  text-transform: uppercase;
letter-spacing: 1px;
color: #fff;
background: #9f2360;
border: 0;
  border-radius: 2px;
padding: 1em 2em;
  cursor: pointer;
}

#happy_button:hover {
  background: #A52A2A;
}
.happy_camper{

  padding:10%;
}


.happy_scholarship_search {
  background-color:white;
  height:688px;
  width:262px;

  border: 1px solid #23609f;
  margin-top:0px;
}

.happy_scholarship_search h1{
  padding: 20px 10px;
  background-color:#23609f;
  font-weight:500;
  font-size:1.2em;
  color:white;
  margin-top:0px;

}
.happy_scholarship_search h4{
  color:black;
  font-weight:500;
  font-style:italic;
  margin-top:5px;
}
form {
  max-width: 262px;
  padding:15px;
  margin: 1px auto 0 auto;
  font-family: roboto;
  font-weight: 200;
  font-size: 25px;
  line-height: 25px;
  color: white;

}
form .input-container {
  border-bottom: 2px dashed black;
  background-color:yellow;
  color: black;
  padding: 6px;
  margin-left: -6px;
  margin-right: -6px;
  display: inline-block;
  position: relative;

}
form .input-container.no-overflow {
  max-width: 100%;
}
form .input-container.no-overflow .input {
  max-width: 100%;
}
form .input-container.no-overflow .input input {
  max-width: 100%;
}
form .input-container:hover {
  border-bottom: 5px dashed #004f4a;
  color: black;
  cursor: pointer;
}
form .input-container.active {
  z-index: 5000;
  border-bottom: 5px dashed  #004f4a;
  color: black;
  cursor: default;
}
form .input-container.active:before {
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
form .input-container.active .input {
  visibility: visible;
  opacity: 1;
}
form .input-container .newOption {
  padding: 6px 46px 6px 6px;
  background: white;
  position: relative;
}
form .input-container .newOption:hover {
  background: #ff202f;
  color: white;
}
form .input-container .newOption:hover:after {
  color: white !important;
}
form .input-container .newOption.selected:after {
  content: '\f00c';
  font-family: FontAwesome;
  color: #ff202f;
  display: block;
  top: 0;
  right: 0;
  height: 72px;
  width: 46px;
  font-size: 30px;
  text-align: center;
  line-height: 72px;
  position: absolute;
}
form .input-container .placeholder {
  position: relative;
  z-index: 1;
}
form .input-container .input {
  display: block;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
}
form input[type="text"], form select[type="text"] {
  border: none;
  outline: none;
  margin: 0;
  padding: 6px;
  font-weight: 200;
  font-size: 40px;
  line-height: 60px;
  display: block;
}
form input.hidden, form select.hidden {
  position: absolute;
  left: -5000px;
}
form button {
  display: block;
  background: #23609f;
  border: none;
  padding: 10px 55px 10px 20px;
  font-size: 30px;
  font-weight: 200;
  margin: 40px 0 0 0;
  position: relative;
  color:white;
}
form button i {
  transition: 0s 0s ease-in-out;

}
form button:after {
  content: '\f105';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  width: 55px;
  font-family: FontAwesome;
  line-height: 55px;
  text-align: center;
  color: #ff202f;
}
form button:hover {
  box-shadow: inset 350px 0 0 #52b2a0;
  color: black;
  cursor: pointer;
  font-weight:520;
}
form button:hover:after {
  color: white;
}
.bottom_scholarship_search{
  margin-top:88px;
  padding:15px;
  text-align:center;

;

}
#happy_banner{
 margin:0 auto;
 padding:1px 0px 20px 0px;
}
#happy_banner img{
  width:100%;
}


/* added new styles */

.sidebar ul {
  padding: 0px;
}

#feed2 {
  margin-top: 3.5em;
}

#feed2 h1,
#feed h1 {
  text-align: left;
  font-size: 1.25em;
  position: relative;
  margin-bottom: 40px;
  margin-left: 10px;
}

#feed2 h1:after,
#feed h1:after {
    position: absolute;
    content: "";
    border-bottom: 2.2px solid #61657f;
    width: 50px;
    left: 9px ;
    bottom: 0px;
}


#feed2 li,
#feed li {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin: 25px 34px 35px 20px;
}

#feed2 .sexy,
#feed .sexy {
  padding: 0px;
  margin-bottom: 10px;
  height: 130px;
}

#feed2 li a,
#feed li a {
  display: flex;
  flex-direction: column-reverse;
  font-size: 1.15em;
  line-height: 1.15em;
}

#happy_sidebar {
    margin: 35px 0 20px 25px;
}

.wrap {
  overflow: hidden;
  margin: 10px 0px;
/*   position: relative; */
}

#feed1 {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-evenly;
   margin-top: 50px;
}

#feed1 li {
    display: flex;
    flex-direction: column;
    padding: 15px;
    margin: 20px 15px 20px 0;
    min-height: 503px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

#feed1 li:hover {
  box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, 0.3);
}

#feed1 li a {
  display: flex;
  flex-direction: column-reverse;

}

#feed1 .sexy2 {
  padding: 0px;
  max-width: 100%;
  color: #5a5a5a;
  font-size: 15px;
  height: 283px;
}

#feed1 li a i {
  padding-top: 18px;
  padding-left: 0;
  font-size: 13.5px;
  color: grey;
}

#feed1 div:first-child a {
  color: #174f67;
}

#feed1 .sexy2 img {
  margin-bottom: 10px;
  margin-top: 10px;

}

#feed1 .smart {
  margin-top: 0;
  font-size: 14px;
  text-align: left;
}

.smart a {
  display: inline!important;
  color: green;
}

.smart i {
   margin-left: 8px;
   color: green!important;
}

.nice h1 {
  padding: 25px 0 10px;
  position: relative;
}

.nice h1:after {
    position: absolute;
    content: "";
    border-bottom: 3px solid #2260a0;
    width: 100px;
    left: 0;
    right: 0;
    bottom: 0px;
    top: 0;
    margin: 0 auto;
    padding-bottom: 30px;
}

.happy_camper {
    padding: 33px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 30px;
}

.happy_camper #button {
    width: 200px;
    background-color: #3F51B5;
    align-self: center;
    margin-top: 30px;
    border: none;
}

.happy_camper #button:hover {
  cursor: pointer;
}

#resources {
    display: none;
}

@media only screen and (max-width: 600px){
  #happy_container {
      width: 100%;
  }

  .happy_camper {
    margin: 20px;
    padding: 0;
  }

}

.mobile_sidebar {
    display: none;
}

@media only screen and (max-width: 768px){
.mobile_sidebar {
    width: 150px;
}
}

@media only screen and (max-width: 1279px){
.mobile_sidebar {
    display: none;
    position: absolute;
    width: 150px;
    height: 200%;
    background: #009688;
    z-index: 100;
    top: 66px;
}

  .mobile_nav {
    position: relative;
    margin: 0;
    text-align: left;
    top: 0;
  }

  .mobile_nav ul {
    padding: 50px 0;
  }

  #resources {
    display: block;
  }

  .times-close {
    position: absolute;
    top: 4px;
    right: 12px;
  }

  .times-close:hover,
  #resources:hover {
    cursor: pointer;
  }

  #resources {
    padding: 8px 12px;
    font-size: .8125rem;
    border: none;
    border-radius: .25rem;
    letter-spacing: .125rem;
    outline: none;

    border: 2px solid #000;
    background-color: #fff;
    margin-left: 25px;
    margin-bottom: 35px;
  }

  #resources i {
    margin-right: 6px;
  }

  .wrap {
    width: 100%;
  }

  #feed1 li {
    width: 100%;
  }

  #feed1 {
    padding-left: 10px;
  }

  #happy_container {
    width: 100%;
  }

}

@media only screen and (min-width: 601px) {
  #feed1 {
    margin-left: 10px;
  }
}

.savings_hack_container
{
    width:100%;
max-width:2100px;
padding-top:69px;
  margin:auto;
}

.savings_hack_container h1{
  text-align:center
}
#feed3> li {
  overflow: hidden; 
   width: 100%; 
  float:left;
  margin:20px 5px;  
  box-shadow: 1px 3px 2px #888888;
  color: black;
  line-height:1.4;
  list-style: none;
  background:white;
  border-radius: 1px;

  overflow:hidden;

  max-width:318px;
}
#feed3 .img:{
 width: -webkit-fill-available;
    height: inherit;    
}
#feed3 i {
  color:green;
  font-size:.6em;
  padding-left:6px;
  font-weight:500;
}
 #feed3 > li:hover {
  box-shadow:5px 10px 8px #888888;

  background-color:white;
  }
#feed3> li a {
  color:black;
  text-decoration: none;
 
  font-size:1.2em;
}
.guide{  
  min-height:78px;
}

.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;

}

	.flip-container:hover .flipper,  
  .flip-container.hover .flipper {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 290px;
	height: 488px;
    float:left;
    margin:10px ;
}

.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
    -o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}


.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

.front {
	
	z-index: 2;
}

.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	background: #f8f8f8;
}

.front .name {
	font-size: 1.8em;
	display: inline-block;
  background: rgba(35, 96, 159, 0.9);
	color: #f8f8f8;
	font-family: Courier;
  max-width: 255px;
  min-width: 200px;
  text-align: center;
	padding: 15px 2px;
	border-radius: 5px;
	bottom: 60px;
	position: absolute;
	text-shadow: 0.1em 0.1em 0.05em #333;
  left: 10%;
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
	transform: rotate(-20deg);
}


.back-title {

	color: white;
  background-color:#52b2a0;
	position: absolute;
	bottom: 0px;
  left:0;
  right:0;
	text-align: center;
	font-family: Lato;
	font-size: 1.3em;
  margin:1px 20px;
  padding:10px;
}

.back p {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 ;
  font-family: arial;
  line-height: 2em;
}

@media only screen and (max-width: 1600px) {
 .savings_hack_container
  {max-width:100%;} 
}
@media only screen and (max-width: 1400px) {
.flip-container, .front, .back {
	width: 250px;}
.happy_box ul li a {
 font-size:.9em;   
}
}

@media only screen and (max-width: 800px) {
 .savings_hack_container
  {
   max-width:400px;
   margin-left:20px;
  }
  .flip-container, .front, .back {
	width: 290px;}
	
  
 .front {
    display:none;
}	
	
.back{
    	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
  -o-backface-visibility: visible;
	backface-visibility: visible;
		-webkit-transform: none;
	-moz-transform: none;
  -o-transform: none;
	transform: none;
border:1px solid #52b2a0;
}	

	
.back-title {
    bottom:420px;
    font-size:1em;
}
.happy_box ul li a {
 font-size:1em;  }
 
.happy_box ul {
 margin-top:80px; }
	
	
  #feed3> li {
    width:180%;
  }
}

.featured_coupon { 
  float:left;
  margin:10px;  
  box-shadow: 1px 5px 3px #888888;
  background:white;
  transition:all 0.2s;
  overflow:hidden;
  height:388px;
  width:220px;

}
 .featured_coupon:hover {
  box-shadow:5px 10px 8px #888888;
  transition: box-shadow 0.3s ease-in-out;
  background-color:#fffcc1;
  }

.featured_coupon_texty{
  text-align:center;
  padding-top:16px;
   margin-bottom:0;

}
.featured_coupon_texty, p{
  text-align:center;
  margin-top:0;

}
.featured_coupon_texty, h2{
  text-align:center;
  font-weight:500;
  font-size:.9em;
}
.saver{
  text-align:center;
  color:#23609f;
  font-weight:500;
}
.save_circle{
  z-index:1;
  position: absolute;
  line-height:1.5;
  text-align:center;
  margin-left:98px;;
  margin-top:-15px;
	border-radius: 50%;
	width: 23px;
	height: 23px; 
  color:white;
  background-color:#23609f;
}
.beer_pong{
      float:left; 
      max-width:156px;
      padding:15px;
}

#beer_pong > img {
  width: 136px;
  height : 136px;
  max-height: 100%;
  max-width: 100%;
  border-radius:5px;
}
.flip_cup{
  float:left;
  padding:0px;
  width: calc(100% - 200px);
  margin: 2px;
  max-height:155px;
  overflow:hidden;
   text-overflow: ellipsis;
}

.flip_cup h2 {
  font-weight:500;
  font-size:1.1em;
  text-align:left;
  padding:10px;
}

@media only screen and (max-width: 600px) {
  .flip_cup{
    max-width:100%;
    width:calc(100% - 200px);
    padding: 3px 0px;
    margin:auto;
  }
  .flip_cup h2 { 
   font-size:1em;   
  }
}

@media only screen and (max-width: 400px) {
  .flip_cup{
    max-width:100%;
    width:calc(100% - 190px);
    padding: 1px 0px;
    margin:auto;
     overflow:hidden;
  }
 .flip_cup h2 { 
   text-align:left;
   padding-right:0;
   padding-bottom:10px;
   font-size:.9em;

  }  
  .beer_pong{
      float:left; 
      padding:16px 8px;
}
}

#target {
  background:white;
  width:150px;
  height:20px;
  padding:5px;
  display:none;
  margin:auto;
}

.Hide
{
  display:none;
}

.single {
    Background-color:#f9f9f9;
    width:91%;
    padding:5px;
    padding-top:2px;
    border-radius:5px;
    overflow: auto;
}
.single li{
    Background-color:#e0e4e5;
    margin:10px;
    width: 95%;
    display: flex;
    flex-direction: column;
    min-height:225px;
    max-height: auto;
    border-radius: 3px;
    overflow: hidden;
    float:left;
    border-radius:5px;
}

.single img{
 min-width: 100%;
 min-height: 100%;
} 

.single p{
font-size:1em;
font-weight:600;
color:black;
text-align:left;
Padding:10px 15px;  
}
 
.double {
    Background-color:#f9f9f9;
    width:100%;
    padding:5px;
    padding-top:2px;
    border-radius:5px;
    overflow: auto;
}
.double li{
    Background-color:#e0e4e5;
    margin:8px;
    width: 42%;
    display: flex;
    flex-direction: column;
    max-height: auto;
    min-height:298px;
    border-radius: 3px;
    overflow: hidden;
    float:left;
    border-radius:5px;
}

.double img{
 min-width: 100%;
 min-height: 100%;
} 

.double p{
font-size:1em;
font-weight:600;
color:black;
text-align:left;
Padding:10px 15px;  
}

.heade{
    text-decoration:underline;
}


