body 
{
    background-color:#eeeeee;
    font-family: 'Open Sans', sans-serif;
}

a {
    color:#125CA6;
}

a:hover {
    color:#0f4c8a;
}

.clear {
    clear:both;
}

h1 {
  font-family: "nimbus-sans-condensed", sans-serif;
  font-size:65px;
  font-weight:700;
  font-style:normal;
  color:#000;
}

p {
  font-family: "pt-serif",sans-serif;
  font-size:16px;
  font-weight:400;
}

table td p {
	font-size: 16px;
    line-height: 1.42857143;
    color: #333;
	font-family: 'Open Sans', sans-serif;
}

.san-serif {
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    font-weight:400;
}

ul, ol {
  font-family: "pt-serif",sans-serif;
  font-size:16px;
  font-weight:400;

  overflow: hidden;
}

.web-article-body {
    font-family: "pt-serif",sans-serif;
    font-size:16px;
    font-weight:400;
}

.article-content { 
    margin-top:16px;
    margin-bottom:16px;
}

.main-nav ul {
    overflow:visible;
}

.author-date {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    margin-bottom:15px;
    /*font-style:italic;*/
}

.no-large-title {
    height:20px;
}

.no-pad {
    padding:0px;
}

.bg-white {
    background-color:#fff;
}

.margin-row {
    margin-bottom:20px;
}

.link-row {
    padding-bottom:20px;
    padding-top:20px;
    border-bottom:1px solid #bbb;
}

.large-title {
    text-transform:uppercase;
    color:#fff;
    background-color:#e71520;
    border-left:10px solid #a61313;
    margin-bottom:20px;
    margin-top:15px;
    position:relative;
    height:100px;
    overflow:hidden;
}

.large-title div {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    position:absolute;
    font-family:"nimbus-sans-condensed", sans-serif;
    font-weight:700;
    color:#c61419;
    font-size:150px;
    z-index:1;
    left:30px;
    line-height:100px;

    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
}

.large-title h1 span {
    font-weight:700;
    letter-spacing:0px;
}

.large-title h1 {
    top:20px;
    left:30px;
    position:absolute;
    z-index:5;
    color:#fff;
    font-weight:400;
    font-size:52px;
    letter-spacing:-2px;
    margin:0;
}

.fletter {
  float: left;
  display: block;
  margin: 24px .1em 14px 0;
  color: #c42528;
  font-weight: normal!important;
  font-size: 130px;
  line-height: 60px;
}

.web-article-img {
    margin-bottom:10px;
    width:auto;
    border-radius:15px;
    
}

.img-and-caption {
    text-align:center;
}

.img-and-caption p, .img-and-caption img {
    max-width:550px;
    margin-left:auto;
	margin-right:auto;
}


.article-entry_social a {
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase;
  line-height: 35px !important;
  height: 35px;
  display: inline-block;
}

.article-entry_social a:hover
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.article-entry_top-social
{
    margin-bottom:20px;
}

 .social-facebook
{
    background-color:#325a97;
    padding-right:10px;

}
    
.social-facebook span
{
    display:inline-block;
    width:35px;
    height:35px;
    background-image:url('/images/article-sprites.png');
    background-position:0px 0px;
    float:left;
}
    
.social-twitter
{
    background-color:#00aced;
    padding-right:10px;
        
}
    
.social-twitter span
{
    display:inline-block;
    width:35px;
    height:35px;
    background-image:url('/images/article-sprites.png');
    background-position:-35px 0px;
    float:left;
}
    
.social-linkedin
{
    background-color:#1c87bd;
    color:#fff;
    text-transform:uppercase;
    padding-right:10px;
        
}
.social-linkedin span
{
    display:inline-block;
    width:35px;
    height:35px;
    background-image:url('/images/article-sprites.png');
    background-position:-70px 0px;
    float:left;
}
    
.social-email
{
    background-color:#211e1e;
    color:#fff;
    text-transform:uppercase;
    padding-right:10px;
        
}

.social-email span
{
    display:inline-block;
    width:35px;
    height:35px;
    background-image:url('/images/article-sprites.png');
    background-position:-105px 0px;
    float:left;
}


.p-lg {
    font-size:20px;
}

.mt0 {
    margin-top:0px;
}

.mr0 {
    margin-right:0px;
}

.pr0 {
    padding-right:0px;
}

.mb10 {
    margin-bottom:10px;
}

.mb20 {
    margin-bottom:20px;
}

.p10 {
    padding:10px;
}

.p20 {
    padding:20px;
}

.img-responsive {
    width:100%;
    max-width:none\9;
}

.image-align-left {
    float:left;
    margin-right:15px;
    margin-bottom:15px;
}

.image-align-left img {
    margin-bottom:5px !important;
}

.img-caption {
    font-family:'Open Sans', sans-serif;
    text-align:center;
    font-size:12px;
}

.image-align-center {
    width:100%;
    text-align:center;
    margin-bottom:15px;
}

.image-align-center img {
    margin-bottom:5px !important;
    display:inline;
}

.image-align-right {
    float:right;
    margin-left:15px;
    margin-bottom:15px;
}

.image-align-right img {
    margin-bottom:5px !important;
}


.top-ad-bar
{
   background-color: #e71520;
   border-bottom:5px solid #fff;
   background-image:url('/images/mp-ad-bg.png');
   background-repeat:no-repeat;
   background-position:right;
}

.top-account-bar {
    background-color:#222222;
    font-weight:300;
    min-height:30px;
}

.mp-subtitle {
    color:#fff;
    float:left;
    text-transform:uppercase;
    line-height:20px;
}

.nav-logo {
    margin-top:20px;
    margin-bottom:20px;
}

.logo {
    float:left;
}

.logo-link > img:hover {
    opacity:0.6;
}

.breadcrumb {
    margin-bottom:0px;
    background-color:#fff;
    font-size:12px;
    font-family:'Open Sans', sans-serif;
}

.mb20 {
    margin-bottom:20px;
}

/*----- top ad bar----*/
.top-ad-bar-padding{padding:10px; }
.weather-widget{display:inline; }
.leaderboard{ display:block; }
.leaderboard img{width:100%; max-width:728px;}

.ad-container { /*display:none;*/ }

@media (max-width: 992px) {
  .weather-widget{display:none;}
}


/*----- top alert - travel/weather----*/
.top-alert { }
.alert { text-align:center; background-color:#d5d5d5;}
.alert span {color:Red; font-weight:bold;}


/*----- account controls----*/
.account-controls {float:right;}
.account-controls a {color:#fff; text-decoration:none; font-family:'Open Sans', sans-serif; font-size:14px; }
.account-controls ul {margin:0px; padding:0px; line-height:30px;}
.account-controls ul li {display:inline-block;}
.account-controls ul li a {margin-right:10px; padding-right:10px; border-right:1px solid #fff; }
.account-controls ul li:last-child a { margin-right:0px; padding-right:0px; border-right:0px;}

.account-controls a { line-height:30px; color:#fff; }

.mobile-nav-options{display:none;}

@media (max-width: 768px) {
  .account-controls{display:none;}
  .mp-subtitle{text-align:center; font-size:12px;}
}


/*---sidr mobile account menu-----*/
.sidr-class-mobile-account{background-color:#222; color:#fff;}
.sidr-class-mobile-account a{ color:#fff !important;}
.sidr-class-mobile-account li:hover>a{-webkit-box-shadow: inset 0 0 15px 3px #424343 !important; -moz-box-shadow: inset 0 0 15px 3px #424343 !important; box-shadow: inset 0 0 15px 3px #424343 !important; color:Red !important;}

/*----- main nav----*/
.main-nav {  float:right; text-transform:uppercase; }
.main-nav a {color:#221f20; text-decoration:none;}
.main-nav ul {font-family:'Open Sans', san-serif; font-weight:300; font-size:16px;  margin:0px; padding:0px; line-height:30px;}
.main-nav ul li {display:inline-block; position: relative;}
.main-nav ul li a {
    padding-left:9px;  
    padding-right:9px;

    /*ie8 fix*/
    padding-left:5px\0;  
    padding-right:5px\0;
}
.main-nav ul li:hover ul {
     display: block;
 }

.main-nav ul li a:hover {
    opacity:0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}

.main-nav ul li ul {
    margin:0;
    float: none;
    display:none;
    position: absolute;
    background-color:#fff;
    /*bottom: 0px;*/
    left: 0px;
    white-space: nowrap;
    z-index:20;

    -webkit-box-shadow: 0px 5px 3px 0px rgba(45, 0, 0, 0.3);
    -moz-box-shadow:    0px 5px 3px 0px rgba(45, 0, 0, 0.3);
    box-shadow:         0px 5px 3px 0px rgba(45, 0, 0, 0.3);
}

.main-nav ul li ul li a {
    display:block;
    padding:10px 15px 10px 15px;
    margin:0px;
}

.main-nav ul li ul li {
    position: static;
    float: none;
    display: block;
}

.mobile-menu{display:none;}

@media (max-width: 768px) {
  .main-nav{float:right; display:none;}
  .mobile-menu{display:block;}
}

@media (min-width:769px) and (max-width: 992px) {
  .main-nav{text-align:center; float:none; margin-top:20px;}
}

@media (max-width: 1199px) {
  .main-nav{font-size:14px;}
}

/* -- search -- */

#search {
    float:none;
    width:100%;
    margin-top:15px;
}

#search input[type="text"] {
    background: url(/images/search-white.png) no-repeat 10px 8px #eee;
    border: 1px solid #BBB;
    color: #AEAEAE;
    font-size:12px;
    width: 100%;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }



/*------ current issue--------*/
.current-issue{background-color:#434343; color:#fff;  padding:10px 20px; font-weight:300; border-right:10px solid #000; margin-bottom:8px; }
.current-issue-title{line-height:20px; float:left;}
.current-issue-title span{display:block; font-size:24px; text-transform:uppercase;}
.current-issue .more{float:right; color:#fff;}
.current-issue .more a{color:#fff;}
.current-issue .more a span{ font-weight:500;}

/*------gallery / flexslider overrides------*/
.flex-control-nav{ display:none; }
.flexslider{ margin:0px; background-color:transparent; border:0px; }
.flex-prev{ opacity:1; }
.mobile-slider { display:none; }
.gallery-divider { 
    margin-bottom:20px;
}

@media (max-width: 768px) {
  .flexslider, .gallery-divider {
    display:none;
  }

  .mobile-slider {
      display:block;
  }

  .mobile-slider h4 {
      margin-top:0px;
  }

}

.gallery-divider{border-bottom:6px solid #434343; margin-top:6px;}


/*---- gallery hover captions----*/
.cap-overlay{position:absolute; top:50%; height:375px; color:#fff; background: rgba(0, 0, 0, 0.43); padding:18px; line-height: 1.4em;font-size:14px;
             filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#66000000', endColorstr='#66000000');
}

.cap-overlay h5 {margin-top:0px;}
.cap-overlay h5 a { text-transform:uppercase; color:#f9e207; font-size:18px; font-weight:bold; text-shadow: 2px 2px 1px rgba(0, 0, 0, 1); margin-top:0px; }
.hcaption{font-family:'Open Sans', sans-serif; overflow:hidden; margin-right:8px;}  
.slide-byline{font-style:italic; margin-bottom:10px; word-break: break-all;}
.btn-yellow{background-color:#f9e207; color:#000;}
.btn-yellow:hover{background-color:#f3dd0d;}
.read-more{margin-top:10px;font-family:'Open Sans', sans-serif;}

.read-more a { font-size: 13px; }

.cap-overlay .content { 
font-family: "pt-serif",sans-serif;
  font-size:16px;
  font-weight:400; }


/*----- articles----*/
.article-heading { margin-top:20px; }
.article-heading h2{font-size:24px; font-weight:300; text-transform:uppercase;float:left; line-height:30px; margin:0px; padding:0px; }
.article-heading h2 span{font-weight:400;}
.article-heading .more { float:right; line-height:30px; }
.article-heading .more a { color:#222; }
.article-heading .more a span{color:#ee1c25; font-weight:bold;}
.articles { background-color:#fff; border-top:2px solid #ee1c25; border-bottom:6px solid #727272; }

.article-thumb { float:none; margin-left:0px; margin-bottom:10px; }

.article-thumb img {border:1px solid #c0c0c0;-webkit-border-radius: 10px;-moz-border-radius: 10px;  border-radius: 10px; }

.article-excerpt {padding:20px 20px 20px 20px; border-bottom:1px solid #c0c0c0; }
.article-title a {color:#e71520; font-weight:bold; font-size:16px;}
.article-byline {color:#646d71; font-weight:300; font-size:14px; font-style:italic;}
.article-text { }
.articles .article-excerpt:last-child{ margin-bottom:0px;}

.magazine-years {
    margin-bottom:20px;
    font-size:18px;
}

.bold {
    font-weight:bold;
}

.left-ad {
    display:block;
    float:none;
    width:100%;

    text-align:center;
    padding: 20px 20px 20px 0;
    margin-bottom: 20px;
    background-color:#fff;
}

.left-ad.in-article {
    background-color:transparent;
}

.article-left {
    display:none;
}

.article-right {
    float:none;
    width:100%;
}


/*desktop left ad */

.topic-link:hover {
    opacity:0.6;
}

.topic-link {
    display:block;

    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.tag-link, .tag-link:visited {
    text-decoration:none;
    color:#fff;
    display:inline-block;
    margin-bottom:10px;
}

.tag-link span {
    padding:4px 6px;
    font-size:14px;
    border-radius:6px;
    background-color:#ee1c25;
}

.tag-link:hover, .tag-link:active, .tag-link:focus { text-decoration:none; color:#000; }

.tag-link:hover span {
    background-color:#ed1c24;
}

.tag-links {
    margin-bottom:10px;
}

/*---- magazine ----*/

.magazine-issue h3 {
    margin-top: 0px;
    font-size:20px;
}

.magazine-image-col {
    padding-right:0px;
}



/*----- news----*/
.news-heading{margin-top:20px;}
.news-heading h2{font-size:24px; font-weight:300; text-transform:uppercase; float:left; line-height:30px; margin:0px; padding:0px; }
.news-heading h2 span{font-weight:400;}
.news-heading .more{float:right; line-height:30px;}
.news-heading .more a{color:#222;}
.news-heading .more a span{color:#ee1c25; font-weight:bold;}
.news{background-color:#fff; border-top:2px solid #ee1c25; border-bottom:6px solid #727272;}
.news-title a {font-weight:bold; color:#222222;}
.news-date{font-weight:300; font-size:14px; color:#727272; font-style:italic;}
.news ul{ font-family:'Open Sans', sans-serif; font-size:16px; list-style-image:url('/images/news-bullet.png'); padding-left:30px; list-style-position:outside; margin-bottom:0px;}
.news ul li{padding:10px 0px 10px 0px; margin-bottom:10px; border-bottom:1px solid #c0c0c0; padding-right:10px;}
.news ul li:last-child{ margin-bottom:0px; border:0px; }


#news-post {
    font-family: "pt-serif",sans-serif;
  font-size: 16px;
  font-weight: 400;
}

/*----- links----*/
.links-heading{margin-top:20px;}
.links-heading h2 {font-size:24px; font-weight:300; text-transform:uppercase; float:left; line-height:30px; margin:0px; padding:0px; }
.links-heading h2 span{font-weight:400;}
.links-heading .more{float:right; line-height:30px;}
.links-heading .more a{color:#222;}
.links-heading .more a span{color:#ee1c25; font-weight:bold;}
.links{ border-top:2px solid #ee1c25; border-bottom:6px solid #727272;}
.links ul li{float:none; padding:5px 0px;}
.links ul{ list-style-image:url('/images/link-bullet.png'); padding-left:20px;  }
.links ul li a{color:#e71520;}


/*-----footer------*/
.footer{background-color:#202020; border-top:3px solid #ee1c25; margin-top:50px;}
.footer-top{border-top:3px solid #be060a; min-height:80px;}

.footer-nav ul { list-style-type:none; margin:0px; padding:0px; margin-top:30px; line-height:30px; }
.footer-nav li{display:inline-block; }
.footer-nav li a{font-family:'Open Sans', sans-serif; color:#cccccc; margin-right:10px; padding-right:10px; border-right:1px solid #cccccc; font-size:14px;}
.footer-nav li:last-child a{margin-right:0px; padding-right:0px; border-right:0px;}

.footer-bottom{ background-color:#1b1b1b; min-height:180px; color:#cccccc; }
.footer-bottom a { color:#e71520; }

.footer-social{text-align:right;}
.social-nav{ list-style-type:none; margin:0px; padding:0px; margin-top:20px; }
.social-nav li{display:inline-block; }

.social-nav a:hover img {
    opacity:0.8;
}

.footer-contact{margin-top:40px; }
.footer-nace{text-align:right; margin-top:40px;}
.footer-bottom-border{border-top:1px solid #363636;}

@media (max-width: 768px) {
  .footer-social {text-align:center; margin:20px 0px;}
  .footer-nav{text-align:center;}
  .footer-contact{text-align:center;}
  .footer-nace{text-align:center; margin-bottom:50px;}
}


.left-col {
    /*margin-top:10px;*/
}

/*-----sidebar------*/
.sidebar{/*margin-top:20px;*/}


/*----- sidebar - mpu----*/
.ad-container{background-color:#c0c0c0; text-align:center; margin-bottom:20px;}
.ad-container img{margin-left:auto; margin-right:auto;}

/*----- sidebar - more articles----*/
.article-sidebar{margin:20px 0px;}
.article-sidebar-heading h2{font-size:20px; font-weight:300; text-transform:uppercase; float:left; line-height:30px; margin:0px; padding:0px; }
.article-sidebar-heading h2 span{font-weight:400;}
.article-sidebar-content{background-color:#fff; border-top:2px solid #ee1c25; border-bottom:6px solid #727272;}
.article-sidebar-content ul{font-family:'Open Sans', sans-serif; font-size:14px; list-style-image:url('/images/news-bullet.png'); padding-left:25px; list-style-position:outside; margin-bottom:0px;}
.article-sidebar-content ul li{padding:10px 0px;}
.article-sidebar-content ul li a{color:#222222;}


/*pagination*/


.pagination ul {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
}
    
.pagination ul > li {
    display: inline;
}
    
.pagination ul > li > a,
.pagination ul > li > span {
    position: relative;
    float: left;
    padding: 2px 6px;
    line-height: 1.2;
    text-decoration: none;
    background-color: #fff;
    color: #000;
    margin-left: 3px;
    font-size: 14px;
}
    
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
    margin-left: 0;
}
    
   
.pagination ul > li > a:hover,
.pagination ul > li > span:hover,
.pagination ul > li > a:focus,
.pagination ul > li > span:focus {
    background-color: #E71520;
    color: #211e1e;
}
    
.pagination ul .active,
.pagination ul .active,
.pagination ul .active:hover,
.pagination ul .active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #000;
    cursor: default;
}
    
.pagination ul > .disabled > span,
.pagination ul > .disabled > span:hover,
.pagination ul > .disabled > span:focus,
.pagination ul > .disabled > a,
.pagination ul a[disabled=disabled],
.pagination ul a[disabled=disabled]:hover,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
    color: #666;
    background-color: #ccc;
    cursor: not-allowed;
}
    
.pagination-lg ul > li > a,
.pagination-lg ul > li > span {
    padding: 10px 16px;
    font-size: 18px;
}
    
.pagination-sm ul > li > a,
.pagination-sm ul > li > span {
    padding: 6px 12px;
    font-size: 14px;
}


.sidebar .widget-box {
    margin-left: 0;
    margin-right: 0;
}
.sidebar .widget-box_body h4 {
    font-weight: bold;
    font-size: 16px;
    margin: 18px 0 14px;
    color: #4d4d4d;
}
.sidebar .row + .widget-box { margin-top: 0; }

.sidebar .widget-box .widget-box_link {
    border-left: none;
    background: none;
    margin-top: 20px;
    margin-bottom: 5px;
}
.sidebar .widget-box .widget-box_link a {
    display: block;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    font-size: 15px;
}


.sidebar .title-bar h2{
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    float: left;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
}

.sidebar .title-bar h2 span{font-weight: 400;}

.sidebar .title-bar{height:30px;}

.widget_videos{    
    background-color: #fff;
    border-top: 2px solid #ee1c25;
    border-bottom: 6px solid #727272;
    padding:10px;}

.expertSection{padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #bbbbbb;}

.expertSection .photo-left{
    float:left;
    padding:5px;
    background-color:white;
    border:1px solid #bbbbbb;
}

.expertSection .expert-info{
    font-size:14px;
    float:left;
}

.expertSection h2{margin-top:0px !important;}

.datePublished{font-size:12px; font-style:italic;margin-bottom:10px;}

/*left and right column media queries*/

.menu-subscribe {
	display:block; 
	margin-bottom:10px;
	padding: 4px 14px;
	border: 1px solid #ccc;
	border-radius: 20px;
}


@media(max-width:767px){ 
    .left-col, .right-col {
        width:100%; display:block; float:none;
    }

    #search {
        text-align:left;
        margin-bottom:10px;
    }


}

@media(min-width:769px) {
    .article-heading { margin-top:0px; }

    .links ul li { float:left; padding:10px 0px; margin-right:30px; }
}

@media(min-width:768px){

    #search {
        width:auto;
        float:none;
        text-align:center;
        margin-bottom:-10px;
        margin-top:20px;
    }
	
	

   .article-thumb { float:right; margin-left: 20px;  }
   .article-thumb img { }

    #search input[type="text"] {
        width:175px;
    }

    #search input[type="text"]:focus {
        width: 200px;
    }
}
@media(min-width:992px){
    #search {
        float:right;
        margin-bottom:10px;
        margin-top:0px;
    }
	
	.menu-subscribe { 

		float: right;
		margin-right: 22px;
		margin-top: 0px;
		margin-bottom:0px;
	}

    .left-col {
        float:left;
        width:620px;
    }
    .right-col {
        float:right;
        width:300px;
        margin-left:20px;
    }

    .right-col {
        
    }

    .left-ad {
        display:block;
    }

    .article-left {
        display: block;
        float:left;
        width:180px;
    }

    .article-right {
        float:right;
        width:440px;
    }

    .leaderboard { display:inline; }

    .ad-container { display:block; }

}
@media(min-width:1200px){
    .left-col {
        width:820px;
    }

    .article-left{
        float:left;
        width:180px;
    }
        

    .article-right {
        float:right;
        width:640px;
    }
}

@media(min-width:520px) {

    .left-ad {
        float:left;
        width:200px;
        padding-left:20px;
        padding-right:20px;
    }

    .left-ad.in-article {
        padding-left:0px;
        padding-top:0px;
        padding-bottom:0px;
        text-align:left;
        width:180px;
    }
}

.home-by-line{
    font-size: 14px;
}

.home-whitepaper{
    font-weight: bold;
    
}

/*Special Sections Home*/
.supplements-heading {
    margin-top: 20px;
}
.supplements-heading h2 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    float: left;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
}
.supplements-heading h2>span {
    font-weight: 400;
}

.supplements{
    width: 100%;
}

.card-list li a img{
    max-width: 100%;
}

ul.card-list{
    list-style: none!important;
}
.card-title {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}
.card-list a {
    text-decoration: none !important;
    color: #000;
}
.card-img{
    padding-left: 0!important;
}
.card-img img{
    margin: 10px 0 10px 10px;
}
.card-desc {
    padding-top: 18px;
}

/*Home subscribe section*/
#HomeSubscribe .btn {
   
    margin-bottom: 10px!important;
}

.subscribe-img{
    max-width: 200px;
    margin: 10px auto;
}

@media (max-width: 880px) {
    .page-peel-ad {
        display: none;
    }
}