@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
html {
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-size: 0.875em;
  line-height: 24px;
  background-color: #fff;
  color: #333333;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

dd {
margin-left: 0;
}

h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
  margin: 0 0 24px 0;
}
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i, p i {
  padding-right: 8px;
}

h1 {
  font-size: 1.8571em;
  line-height: 36px;
  color: #be122f;
}

h2 {
  color: #666;
  font-size: 1.5714em;
  line-height: 30px;
}

h3 {
  font-size: 1.2857em;
  line-height: 30px;
}

h4 {
  font-size: 1.1428em;
  line-height: 24px;
  margin: 0;
}

small {
  font-size: 0.8125em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a, li a {
  color: #333333;
  border-bottom: 1px solid #333333;
  text-decoration: none;
}
h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus, p a:hover, p a:focus, li a:hover, li a:focus {
  color: #be122f;
  border-color: #be122f;
  text-decoration: none;
}

img.full-width, .article-content img {
  width: 100%!important;
  height: auto!important;
}

.btnsearch
{
display:inline-block!important;

}

.btn {
  display: block;
  border: 0;
  padding: 12px;
}
.btn:hover {
  border: 0;
}
.btn i {
  padding-right: 8px;
}
.btn.white {
  background: #fff;
  color: #be122f;
}
.btn.white:hover {
  background: #be122f;
  color: #fff;
}
.btn.grey {
  background: #999999;
  color: #fff;
}
.btn.grey:hover {
  background: #be122f;
  color: #fff;
}
.btn.red {
  background: #be122f;
  color: #fff;
}
.btn.red:hover {
  background: #a71029;
  color: #fff;
}
.btn.blue {
  background: #2c4e77;
  color: #fff;
}
.btn.blue:hover {
  background: #254264;
  color: #fff;
}

.btn-backto {
  background: #FFFFFF;
  color: #254264;
  border: 1px solid #CC0000;
}
.btn-backto:hover {
  background: #254264;
  color: #fff;
}

.marginless {
  margin: 0;
}

.form-control {
  border-radius: 0;
}

ol, ul {
  margin: 0 0 24px 0;
  padding: 0 0 0 24px;
}
ol li, ul li {
  margin-bottom: 12px;
}

nav ul, nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li, nav ol li {
  margin: 0;
}

hr {
  background: url(img/hr-wave.png) repeat-x 0 0;
  height: 3px;
  border: 0;
}

img {

 
}

.fa-ul {
  margin: 0 0 48px 1.7em;
}
.fa-ul .fa-check {
  color: #90ae55;
}

.centred {
  text-align: center;
}

/* STRUCTURE =================================== */
.wrapper {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

/* HEADER =================================== */

.brand .social
{
  display:none;
}

.header-ad-space
{
display:none;
}

.supernanny-brand {
  position: absolute;
  top: -72px;
  z-index: 99;
}

.supernanny-brand img {
  max-height: 115px;
} 
@media (min-width: 780px) {

.supernanny-brand {
  top: -101px;
}

.supernanny-brand img {
  max-height: 150px;
} 

.brand .social
{
  display: block;
  float:right;
  color: #FFF;
  font-size: 175%;
  padding-top: 5px;
}

.brand .social a
{
  margin-left: 15px;
  color: #FFF;
}

.brand .social a:hover
{
  
  color: #f9f6ee;
}

}




.main-nav-trigger {
  position: absolute;
  z-index: 9;
  right: 15px;
  top: -50px;
  width: 43px;
  height: 43px;
  display: block;
  line-height: 43px;
  text-align: center;
  border-radius: 3px;
  background: #254264;
  color: #FFF;
}
.main-nav-trigger:hover {
  background: #9b161b;
  color: #fff;
}

.main-nav {
  
  display: none;
 
}

.main-nav li a
{
display: block;
padding: 6px;
background: #254264;
color: #FFF;
font-size: 1.2em;
}

.main-nav .search-form {
  position: relative;
margin-top: 5px;
}

.main-nav .search-form a {
  position: absolute;
  right: 10px;
  top: 9px;
  color: #2c4e77;
  cursor: pointer;
}

.main-nav .search-form a:hover {
 text-decoration: none;
}

.main-nav .search-form .btn {
  position: absolute;
  right: -20px;
  top: 0;
  color: #2c4e77;
  height: 34px;
}

.site-header {
  margin-bottom: 0;
  position: relative;
}



.brand {
  height: 36px;
  background: #be122f;
  position: relative;
  margin-top: 72px;
}

@media (min-width: 640px) {
    .brand {
  
  margin-top: 0;
}
}

.breadcrumbs {
  background: #f4f7fb;
}
.breadcrumbs .crumbs {
  padding: 12px 0;
  color: #999999;
  font-size: 0.8125em;
}
.breadcrumbs .crumbs a {
  color: #999999;
  border-color: #999999;
}
.breadcrumbs .crumbs a:hover {
  border-color: #333333;
  color: #333333;
}

/* FOOTER =================================== */
.footer {
  background: #f9f6ee;
  margin-top: 24px;
  padding: 48px 0 24px 0;
}
.footer h3 {
  color: #be122f;
}
.footer h4 {
  color: #333333;
  font-weight: 600;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
  min-height: 75px;
}
.footer ul li {
  margin: 0;
}
.footer ul a {
  border: 0;
  color: #999999;
}
.footer ul a:hover {
  color: #be122f;
}
.footer .more {
  font-weight: 600;
  border-bottom: 1px solid #999999;
  color: #999999;
}
.footer .more:hover {
  text-decoration: none;
  color: #be122f;
  border-color: #be122f;
}

.legal .twitter-blue
{
color:#00acee!important;
}


.legal .youtube-red
{
color:#ff0000!important;
}

.legal {
  margin: 48px auto;
}
.legal p {
  color: #be122f;
  margin: 0;
}
.legal p a {
  border: 0;
  color: #be122f;
}
.legal p a:hover {
  border-bottom: 1px solid #be122f;
}
.legal ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.legal ul li {
  display: inline-block;
  margin: 0 12px 0 0;
}
.legal ul li a {
  border: 0;
  color: #999999;
}
.legal ul li a:hover {
  border-bottom: 1px solid #333333;
  color: #333333;
}

/* SIDEBAR =================================== */
.twitter-widget {
 display:none;
  
}

.popular-advice-widget
{
  padding-left:20px;
}

.popular-advice-widget,
.article-grid {
  background: #f9f6ee;
}
.popular-advice-widget ul,
.article-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.popular-advice-widget li,
.article-grid li {
  margin-bottom: 24px;
}
.popular-advice-widget a,
.article-grid a {
  display: block;
  color: #333333;
  border: 0;
}
.popular-advice-widget a small,
.article-grid a small {
  color: #999999;
}
.popular-advice-widget a span.read-more,
.article-grid a span.read-more {
  color: #be122f;
}
.popular-advice-widget a h3,
.article-grid a h3 {
  color: #2c4e77;
  margin: 0;
  line-height: 24px;
}
.popular-advice-widget a p,
.article-grid a p {
  margin: 0;
}
.popular-advice-widget a:hover,
.article-grid a:hover {
  color: #333333;
}
.popular-advice-widget a:hover h3,
.article-grid a:hover h3 {
  color: #be122f;
}
.popular-advice-widget a:hover span.read-more,
.article-grid a:hover span.read-more {
  border-bottom: 1px solid #be122f;
}

.twitter-widget {
  background: #f4f7fb;
}
.twitter-widget iframe {
  margin-bottom: 12px;
}

.widget-title {
  background: #be122f;
  color: #fff;
  padding: 12px 12px 12px 30px;
  margin-left: -30px;
}

/* ADS =================================== */
.mpu {
  margin-bottom: 24px;
  text-align: center;
}

.leaderboard {
  background: #f4f7fb;
  padding: 24px;
  text-align: center;
  margin: 0 0 0 0;
  display: block;
}
.leaderboard a {
  display: block;
}

/* HOME  */

.owl-carousel{
  display:block;
}
#home .owl-carousel .slide
{
  height: 200px;
  margin:0 15px;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#advice .owl-carousel .slide
{
  height: 200px;
  margin:0 0;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.text-slide-wrapper h4
{
  display: none;

}

.carousel-wrapper
{
  margin-bottom: 20px;
  position: relative;
}

#home .text-slide-wrapper
{
    position: absolute;
    bottom: 0;
    display:block;
    margin: 0 20px;
    padding: 10px 0 10px 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(27, 30, 29, 0) 0%, rgba(27, 30, 29, 0.8) 50%, #1b1e1d 100%);
    background: -webkit-linear-gradient(top, rgba(27, 30, 29, 0) 0%, rgba(27, 30, 29, 0.8) 50%, #1b1e1d 100%);
    background: linear-gradient(to bottom, rgba(27, 30, 29, 0) 0%, rgba(27, 30, 29, 0.8) 50%, #1b1e1d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001b1e1d', endColorstr='#1b1e1d',GradientType=0 );
}

#advice .text-slide-wrapper
{
    position: absolute;
    bottom: 0;
    display:block;
    margin: 0 10px 0 0;
    padding: 10px 0 10px 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(27, 30, 29, 0) 0%, rgba(27, 30, 29, 0.8) 50%, #1b1e1d 100%);
    background: -webkit-linear-gradient(top, rgba(27, 30, 29, 0) 0%, rgba(27, 30, 29, 0.8) 50%, #1b1e1d 100%);
    background: linear-gradient(to bottom, rgba(27, 30, 29, 0) 0%, rgba(27, 30, 29, 0.8) 50%, #1b1e1d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001b1e1d', endColorstr='#1b1e1d',GradientType=0 );
}


.text-slide-wrapper h3
{
 
  margin: 0;
  padding:0 10px;
  color:#FFF!important;
  border:0!important;
}



.text-slide-wrapper a
{
  color:#FFF!important;
  text-decoration: none!important;
  border:0!important;
}


/* MEDIA QUERIES =================================== */
/* Meddevices (large desktops, 1200px and up) */
@media (min-width: 720px)
{
/* owl-carousel=================================== */


#home .owl-carousel .slide
{
  height: 350px;
 
}

#advice .owl-carousel .slide
{
  height: 300px;
}

.text-slide-wrapper h4
{
  display: block;
  margin: 0 0 5px 0;
  padding:0 10px;
  color:#FFF!important;

}

.text-slide-wrapper h4 p
{
  margin: 0;
  padding:0;
}


}


@media (min-width: 180px) {
  .mpu {
  display:none;
}

.mpumobile {
  display:block;
}

}

@media (min-width: 400px) {
  .mpu {
  display:block;
}

.mpumobile {
  display:none;
}


}


.mobileheader
{
    display:none;
margin-bottom: 75px;
text-align:center;
}

/* cookie bar */
#cookie-bar {background:#111111; min-height:24px; line-height:24px; color:#eeeeee; text-align:center; padding:6px 0; z-index:9999; opacity: 0.8; display:none;}
#cookie-bar.fixed {position:fixed; bottom:0; left:0; width:100%;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#007700;}
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#990000;}
#cookie-bar .cb-policy:hover {background:#bb0000;}




/* HOME =================================== */

.inputpanel {
    padding: 10px;
    position: relative;
    text-align: left;
    background-color: #be122f;
    margin: 5px 0 25px 0;
}

 .inputpanel input {
    border-radius: 3px;
    padding: 10px 10px 10px 40px;
    width: 100%;
    color: #444;
}

 .inputpanel i {
    color: red;
    position: absolute;
    z-index: 3;
    top: 25px;
    left: 20px;
}

.home-welcome {
  margin-bottom: 10px;
  
  position: relative;
  margin-top: 5px;
}
.home-welcome h1 {
  position: relative;
  z-index: 2;
      font-size: 1.2857em;
    line-height: 30px;
    color:#333333;
}
.home-welcome figure {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}

 h1.home-intro
{
  font-size: 1.2857em;
  color: #333;
  line-height:30px;
}



.reading-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.reading-list li figure
{

   background-size: cover;
  background-position: center center;
  min-height: 115px;
}

.reading-list li figure img
{
  width:100%;
}


.reading-list li {
  padding-bottom: 11px;
  margin-bottom: 12px;
  border-bottom: 1px solid #dddddd;
      background: #EFEFEF;
}

.reading-list li div {
margin: 0 10px;
padding: 10px;
}




.reading-list li:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}
.reading-list h3 {
  margin: 0;
  font-weight: bold;
}

.reading-list h4 {
 display:none;
  color: #be122f;
}
.reading-list p {
  margin: 0;
  color: #333333;
}
.reading-list a:hover h3 {
  color: #be122f;
}



.reward-charts-cta {
  background: url(img/chart-bg.jpg) no-repeat center 96px #f4f7fb;
  padding: 24px;
  margin:20px 0;
  position: relative;
  height: 552px;
}
.reward-charts-cta p {
  margin: 12px 0;
}
.reward-charts-cta .cta {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: #2c4e77;
  border-radius: 3px;
  padding: 48px 12px 12px 12px;
  text-align: center;
  color: #fff;
}
.reward-charts-cta .cta img {
  position: absolute;
  left: 50%;
  margin-left: -74px;
  top: -48px;
}

figure.column-image img
{
  width: 100%;
  height: auto;
  border-bottom: 4px solid #be122f;
  margin-bottom: 5px;
}

@media (min-width: 768px) {

  .reward-charts-cta {

  margin-top: -24px;
  
}
  
}

.vids-header {
  margin-bottom: 24px;
}
.vids-header h2 {
  margin: 0;
  line-height: 44px;
}
.vids-header .btn i {
  padding-right: 8px;
}

.vid {
  margin-bottom: 24px;
  display: block;
    min-height: 270px;
}

.vid img
{
width: 100%;
}

.tvshow .vid
{
min-height: 150px!important;
}

.tvshow
{
margin-top: 20px;
}

.vid .vid-thumb {
  margin-bottom: 12px;
}
.vid p {
  margin: 0;
  color: #2c4e77;
 color: #333333;
 font-size: 0.9em;
}
.vid p small {
  color: #999999;
  font-weight: 400;
}
.vid p small span {
  margin-left: 12px;
}
.vid:hover {
  text-decoration: none;
}
.vid:hover p {
  border: 0;
  color: #be122f;
}

.newsletter-signup {
  border-radius: 3px;
  background:  #EAEDF1;
  color: #fff;
  padding: 24px;
  margin-bottom: 72px;
  overflow:hidden;
}
.newsletter-signup h3 {
  margin: 0;
  color: #be122f

}
.newsletter-signup p {
  margin-bottom: 12px;
}

.sidebar .newsletter-signup {
  border-radius: 3px;
  background-image: none;
  margin-bottom: 24px;
}
.sidebar .newsletter-signup h3 {
  margin-bottom: 24px;
}

.has-error .form-control {
background-color:#FFCACF;
color: #CC0000;
}

.news-signup-form .btn {
  display: inline-block;
  padding: 7px 24px;
  background: #be122f;
  color: #fff;
}
.news-signup-form .btn:hover {
  background: #a71029;
}

.app-ad {
  background: #fef5f6;
  padding: 24px;
  margin-top: -24px;
  position: relative;
  margin-bottom: 24px;
}
.

/* CATEGORY =================================== */
.subnav h4 {
  color: #be122f;
}
.subnav ul {
  margin-top: 3.8px;
}
.subnav ul li {
  border-top: 1px solid #dddddd;
}
.subnav ul a {
  display: block;
  padding: 3.8px 0;
  border: 0;
}

.search-bar {
  background: #be122f;
  padding: 12px 12px 12px 18px;
  color: #fff;
  overflow: hidden;
}
.search-bar p {
  font-size: 15px;
  margin: 5px;
  line-height: 14px;
}

.search-bar-form {
 
}
.search-bar-form .form-control {
 
}
.search-bar-form .form-group {
  margin: 0;
  position: relative;
}
.search-bar-form .form-group i {
  position: absolute;
  right: 14px;
  top: 13px;
  color: #2c4e77;
  font-size: 18px;
  cursor: pointer;
}
.search-bar-form .form-control.search {
  padding-left: 12px;
  border-radius: 0;
  border: 0;
}

.article-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
  margin-left: -15px;
  margin-right: -15px;
}
.article-grid a {
  
}
.article-grid a span.read-more {
  color: #be122f;
}
.article-grid a span.date {
  color: #999999;
  display: block;
  background: #f3edde;
  padding: 6px 24px;
}
.article-grid h3 {
  color: #2c4e77;
  margin: 0;
  line-height: 140%;
}

.article-grid h4 {
  margin: 0;
  color:#be122f;
}
.article-grid a p {
  margin: 0;
}
.article-grid .article-summary:hover {
  border-top: 1px solid #be122f;
  border-bottom: 5px solid #be122f;
  background: #fff;
  color: #333333;
}

.article-grid a:hover {
  color: #333333;
}

.article-grid h3 a:hover{
  color: #be122f;
}
.article-grid  span.read-more a:hover{
  border-bottom: 1px solid #be122f;
}
.article-grid a:hover span.date {
  background: #fef5f6;
}
.article-grid .article-summary {
  padding: 10px 24px 0 24px;
  min-height: 100px;
  background: #f9f6ee;
  border: 1px solid #f9f6ee;
  border-bottom: 5px solid #f3edde;
}



.article-grid .article-summary p{

  display:none;
  
}



.article-filtering {
  padding: 12px;
  background: #f4f7fb;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 24px;
}

.article-grid .ratings .fa-star
{
color: #be122f;
}

.filter-options {
  float: left;
}
.filter-options .form-control,
.filter-options label {
  float: left;
}
.filter-options .sort-options {
  width: 200px;
  margin-right: 12px;
}
.filter-options label {
  font-weight: normal;
  margin: 0;
  line-height: 30px;
  font-size: 12px;
}
.filter-options .per-page {
  width: 70px;
  margin-left: 8px;
}

.pagination {
  margin: 0;
  float: right;
}

.pagination > li > a:hover {
  border-color: #dddddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  border-color: #2c4e77;
  background: #2c4e77;
}

/* Widgets */
.shop-widget {
  background: #f4f7fb;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.shop-widget h3 {
  color: #be122f;
  padding: 24px 24px 0 24px;
}
.shop-widget p {
  padding: 0 24px;
}
.shop-widget img {
  margin-bottom: 12px;
}
.shop-widget .buttons {
  padding: 0 24px;
  overflow: hidden;
}
.shop-widget .buttons a.red {
  float: left;
  width: 48%;
}
.shop-widget .buttons a.blue {
  float: right;
  width: 48%;
}

.sidebar .app-ad {
  background: #fef5f6;
  padding: 24px;
  margin: 0 0 24px 0;
  position: relative;
}


.sidebar .app-ad figure {
  text-align:center;
  padding: 15px 0;
}

.sidebar .app-ad figure img {
  max-width:75%;
  
}

.sidebar .app-ad figure p {
  margin-top: 10px;
  
}

.sidebar .app-ad figure p img {
  max-width: 115px;
  margin-bottom: 10px;
  
}


/* ARTICLE =================================== 
.article-sharing {
  float: left;
  width: 10%;
}
*/
.article-content {
  
}
.article-content h1 {
  margin: 0;
}
.article-content ul {
  margin: 36px 0;
  padding: 0 0 0 20px;
}
.article-content ul li {
  list-style-image: url(img/list.jpg);
  margin: 12px 0;
}
.article-content .skyscraper {
  float: right;
  margin: 0 0 24px 36px;
}

.article-content .imageleft
{
float:left;
padding: 20px;
}

figure.item-pic
{
  min-height:380px;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  margin-bottom: 20px;
}

figure.video-holder
{
  min-height:150px;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  margin-bottom: 20px;
}

figure.item-pic span
{
  position: absolute;
  bottom: 10px;
  display: inline-block;
  background:black;
  opacity: 0.5;
  color:white;
}

.vids-header .col-xs-3 {
  text-align: right;
}

.header-link {
  border-bottom: 1px solid #999999;
  color: #999999;
  line-height: 44px;
  text-align: right;
}
.header-link:hover {
  text-decoration: none;
  color: #be122f;
  border-color: #be122f;
}

/* REWARD CHARTS =================================== */
.chart-options {
  margin-bottom: 48px;
  border-radius: 3px;
  padding: 48px 0 24px 0;
}

/* SHOP =================================== */
.shop-filters {
  margin-bottom: 48px;
}
.shop-filters a {
  border: 0;
}
.shop-filters .shop-active-category {
  color: #be122f;
  border-bottom: 1px solid #be122f;
}

.shop-product {
  margin-bottom: 48px;
}
.shop-product h4 a {
  border: 0;
  color: #2c4e77;
}
.shop-product h4 a:hover {
  color: #be122f;
  border-bottom: 1px solid #be122f;
}

.shop-price {
  margin-right: 12px;
  color: #be122f;
  font-weight: bold;
}

/* APPS =================================== */
.app-ad-container {
  overflow: hidden;
  background: #fef5f6;
  border-radius: 3px;
  padding: 48px;
  position: relative;
}
.app-ad-container ul {
  margin-bottom: 48px;
}
.app-ad-container figure {
  width: 320px;
  margin-left: 48px;
  float: right;
}

/* EPISODES =================================== */
.category-nav-list ul li {
  padding: 6px 0;
  border-top: 1px solid #dddddd;
}
.category-nav-list ul li:first-child {
  border: 0;
  padding-top: 0;
}
.category-nav-list ul li a {
  border: 0;
}
.category-nav-list ul li.current-category a {
  color: #be122f;
}

.the-video {
  margin-bottom: 24px;
}

.video-header {
  margin-bottom: 24px;
}
.video-header h1 {
  margin-bottom: 12px;
}
.video-header p {
  margin: 0;
  color: #999999;
}
.video-header p span {
  margin-left: 12px;
}
.videobtn
{
position: absolute;
right: 1px;
top: 0;
}

/* Blog  */



.bloggers figure
{
text-align:center;
}

.blog-owner
{
margin: 10px 10px 0 0;
}

figure .blog-owner
{

width: 75%;
height: auto;
}

/* Archives */
.episodes .episode
{
padding: 0 0 10px 0;
}

.episodes .episode a
{
color: #2c4e77;
}

.episodes dl
{
margin-left: 0;
}

.episodes dd
{
padding-left: 20px;
} 

.episodes dt
{
padding: 10px 0 0 20px;
border-top: 1px solid #CCCCCC;
background-color:#FFFFFF;
}

@media (max-width: 768px) {
.site-navigation.main-navigation.use-sticky-menu.sticky {display:none;}



}

/* MEDIA QUERIES =================================== */
/* Phone devices */
@media (min-width: 300px) {
.search-bar {
  margin: 10px;
}

hr
{
  margin: 20px 0;
}



}


/* MEDIA QUERIES =================================== */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .main-nav-trigger {
    display: none;
  }
  
  .mobileheader
  {
  display:none;
  }
  
  .header-ad-space
{
display:block;
}
  
  .header-ad-space {
  background: #f9f6ee;
  padding: 24px 0;
  text-align: right;
  min-height: 120px;
}
  
  .main-nav li.current_page a,
.main-nav li.current_page a:hover,
.main-nav li.current_page a:focus {
  background: #fff;
  color: #be122f;
}

.has-breadcrumbs .main-nav li.current_page a {
  background: #f4f7fb;
}

.ui-widget {
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif!important;
}

.main-nav {
  background: #EFEFEF;
  overflow: hidden;
  display:block;
}

.main-nav ul {
  border-right: 1px solid #254264;
  float: left;
  overflow: hidden;
}
.main-nav ul li {
  float: left;
  border-left: 1px solid #254264;
}
.main-nav ul li a {
  display: block;
  padding: 12px 8px!important;
  color: #333;
  border: 0;
  font-size: 1em!important;
  width: 100%;
  background: none;
}

.main-nav ul li a:hover {
  background: #FFF;
}
.main-nav .search-form {
  float: right;
  position: relative;
}
.main-nav .search-form .form-group {
  margin: 0;
}

.main-nav .search-form .form-control.search {
  padding-right: 0;
  border-radius: 0;
  border: 0;
  width: 120px;
}

.is-sticky .main-nav {
  left: 0;
  right: 0;
  z-index: 98;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.home-welcome figure {
  display: block;
}



.twitter-widget,
.popular-advice-widget {
  padding: 24px;
  margin-bottom: 24px;
  display:block;
}



.search-bar {
  margin: 12px 0 48px 0;
}


.search-bar p {
  font-size: 18px;
  float: left;
  width: 20%;
  margin: 0;
  line-height: 42px;
}


.search-bar-form {
  float: left;
  width: 80%;
}


.article-grid li figure
{
  background-image: url(img/sleeping.jpg);
   background-size: cover;
  background-position: top center;
  min-height: 135px;
}

.article-grid li figure img
{
  width: 100%;
  height:auto;
}

.article-grid .article-summary {
  min-height: 245px;
  background:#EFEFEF;
}

.article-grid .article-summary p{

  display:block;
  
}

.article-grid.bloggers .article-summary {

  min-height:400px;
  
}

hr
{
  margin: 24px 0 48px 0;
}
  
  }
  
  @media (min-width: 940px) {

    
  
  .main-nav ul li a {
  padding: 12px 10px!important;
  font-size: 1.2em!important;

}
.main-nav .search-form .form-control.search {
  width: 170px;
}



  }

/* MEDIA QUERIES =================================== */
/* Meddevices (large desktops, 1200px and up) */
@media (min-width: 1170px) {
  .main-nav .search-form .form-control.search {
  padding-right: 30px;
  width: 100%;
  border-radius: 0;
  border: 0;
}

.article-grid.bloggers .article-summary {

  min-height:550px;
  
}

.article-grid .article-summary {
  min-height: 240px;
}

.main-nav ul li a {
  padding: 12px 18px!important;
  font-size: 1.2857em!important;}
}


/* MEDIA QUERIES =================================== */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1250px) {
 

  .reward-charts-cta {
    height: 384px;
  }

  .news-signup-form .form-group {
    width: 280px;
  }

  .sidebar .news-signup-form .form-group {
    width: 100%;
  }
  .sidebar .news-signup-form .form-control {
    margin-bottom: 6px;
  }

  .app-ad-content {
    width: 60%;
  }
  

}


.chart-panel img
{
max-width:100%;
}

#divcmpemail
{
color: #555555;
}