﻿#introsc:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  z-index: 1;  
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);	
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );    
}

#introsc {
  background-image: url("https://www.hilltimes.com/wp-content/uploads/2020/04/airplane-hero-scaled.jpg");
  background-position: center;
  background-size: cover;	
	position:relative; 
	width:100%; 
	min-height:600px;
	height:100%;  
}

#introsc .content {
	position:absolute;
	bottom:70px;
	left:0;
	right:0;
	margin:0 auto;
	height:auto;
	padding:17px;
	box-sizing:border-box;
	z-index:10;
	max-width:700px;
	width:100%;
}

#introsc h1 {
	font-size:42px;
	line-height:1.14;
	width:100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color:#fff;
  text-align:center;
  margin-bottom:20px;
  letter-spacing: -.2px;
}

#introsc p {
	font-size:17px;
	line-height:1.17;
	width:100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color:#fff;
  text-align:center;
  max-width:490px;
  font-weight:500;
  margin:0 auto;
}

#introsc .pcredits {
	font-size:10px;
	max-width:610px;
	width:100%;
	margin:0 auto;
	text-align:center;
	color:#fff;
	line-height:1.33;
	font-weight:500;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	margin-top:10px;
}


/* ---------------- */


#intro-sc-promo:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  z-index: 1;  
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );    
}

#intro-sc-promo {
  background-image: url("https://www.hilltimes.com/wp-content/uploads/2020/05/sc-promo-background-01-scaled.jpg");
  background-position: center;
  background-size: cover; 
  position:relative; 
  width:100%; 
  min-height:655px;
}

#intro-sc-promo .sc-promo-content {
  position:absolute;
  bottom:172px;
  left:0;
  margin:0 auto;
  height:auto;
  padding:17px;
  box-sizing:border-box;
  z-index:10;
  max-width:600px;
  width:100%;
  margin-left: 54px;
}

#intro-sc-promo h1 {
  font-size:42px;
  line-height:1.14;
  width:100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: white;
  text-align:left;
  margin-bottom:20px;
  letter-spacing: -.2px;
}

#intro-sc-promo p {
  font-size:17px;
  line-height:1.17;
  width:100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: white;
  text-align:left;
  font-weight:500;
  margin:0 auto;
}


/* ---------------- */


/* ---------------- */



#intro-sc-adv:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 82%;
  left: 0;
  bottom: 0;
  z-index: 1;  
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );    
}

#intro-sc-adv {
  background-image: url("https://www.hilltimes.com/wp-content/uploads/2020/05/sc-advertising-promo-back-1-scaled.jpg");
  background-position: center;
  background-size: cover; 
  position:relative; 
  width:100%; 
  min-height:655px;
}

#intro-sc-adv .sc-promo-content {
  position:absolute;
  bottom:101px;
  right:0;
  margin:0 auto;
  height:auto;
  padding:17px;
  box-sizing:border-box;
  z-index:10;
  max-width:513px;
  width:100%;
  margin-right: 192px;
}

#intro-sc-adv h1 {
  font-size:42px;
  line-height:1.14;
  width:100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: white;
  text-align:left;
  margin-bottom:20px;
  letter-spacing: -.2px;
}

#intro-sc-adv p {
  font-size:17px;
  line-height:1.17;
  width:100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: white;
  text-align:left;
  font-weight:500;
  margin:0 auto;
}


/* ---------------- */





.share-button {
  width: 64%;
  height: 80px;
  background: #dfe6e9;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: .3s linear;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}
.share-button:hover{
  transform: scale(1.1);
}
.share-button span{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #3944ec;
  color: #f1f1f1;
  text-align: center;
  line-height: 80px;
  z-index: 999;
  transition: .6s linear;
  border-radius: 40px;
 
}
.share-button:hover span{
  transform: translateX(-100%);
  transition-delay: .3s;
}
.share-button a {
  flex: 1;
  font-size: 26px;
  color: #2d3436;
  text-align: center;
  transform: translateX(-100%);
  opacity: 0;
  transition: .3s linear;
}
.share-button:hover a {
  opacity: 1;
  transform: translateX(0);
}
.share-button a:nth-of-type(1){
  transition-delay: 1s;
}
.share-button a:nth-of-type(2){
  transition-delay: .8s;
}
.share-button a:nth-of-type(3){
  transition-delay: .6s;
}
.share-button a:nth-of-type(4){
  transition-delay: .4s;
}

/* ---------------- */

.btn-sc-adv {
  background-color: #2471a3;
  color: white;
  margin-top: 25px;
}

.btn-sc-adv:hover {
  background-color: #2846dd;
  color: white;
}

/* ---------------- */




.footer-sc {
  background-color:#283747;
  color:#fff;
  width:100%;
  height:auto;
  padding:50px 40px;
  box-sizing:border-box;
  display:table;
  font-family:'Merriweather', serif;
  margin-top: 35px;
}

.footer-sc a {
color: white;
}


/* ---------------- */


#intro2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  z-index: 1;  
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );    
}

#intro2 {
  background-image: url("https://www.hilltimes.com/wp-content/themes/hilltimes-master/images/kinder-morgan-03.jpg");
  background-position: center;
  background-size: cover; 
  position:relative; 
  width:100%; 
  min-height:600px;
  height:100%;  
}

#intro2 .content {
  position:absolute;
  bottom:70px;
  left:0;
  right:0;
  margin:0 auto;
  height:auto;
  padding:17px;
  box-sizing:border-box;
  z-index:10;
  max-width:700px;
  width:100%;
}

#intro2 h1 {
  font-size:42px;
  line-height:1.14;
  width:100%;
  font-family: 'Merriweather', serif;
  font-weight: bold;
  color:#fff;
  text-align:center;
  margin-bottom:20px;
}

#intro2 p {
  font-size:17px;
  line-height:1.17;
  width:100%;
  font-family: 'Merriweather', serif;
  font-weight: bold;
  color:#fff;
  text-align:center;
  max-width:490px;
  font-weight:500;
  margin:0 auto;
}

#intro2 .pcredits {
  font-size:10px;
  max-width:610px;
  width:100%;
  margin:0 auto;
  text-align:center;
  color:#fff;
  line-height:1.33;
  font-weight:500;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  margin-top:10px;
}


/* ---------------- */


#video {
  position: relative;
  padding: 40px 30px 30px 30px;
  background-color:#14131d;
}

#video .content {
  width:100%;
  max-width:845px;
  margin:0 auto;  
}

#video h1 {
  font-size:42px;
  line-height:1.14;
  width:100%;
  font-family: 'Merriweather', serif;
  font-weight: bold;
  color:#fff;
  text-align:center;
  margin-bottom:20px;
}
  
#video p {
  font-size:17px;
  line-height:1.17;
  width:100%;
  font-family: 'Merriweather', serif;
  font-weight: bold;
  color:#fff;
  text-align:center;
  max-width:490px;
  font-weight:500;
  margin:0 auto;
}


/* ---------------- */


/* ---------------- */


#sc-feature-story {
  padding: 60px 88px 60px 88px;
  background-color:#14131d;
  float: left;
}

#sc-feature-story .content {
  width:85%;
  max-width:845px;
  margin:0 auto;  
}

#sc-feature-story .content img {
  max-width:100%;
  margin-bottom: 0px;  
}

#sc-feature-story h1 {
  font-size:24px;
  line-height:1.18;
  width:100%;
  font-family: 'Open Sans', serif;
  font-weight: bold;
  color:#fff;
  text-align:left;
  margin-bottom:20px;
}
  
#sc-feature-story p {
  font-size:14px;
  line-height:1.17;
  width:100%;
  font-family: 'Open Sans', serif;
  font-weight: bold;
  color:#fff;
  text-align:left;
  max-width:490px;
  font-weight:500;
  margin:0 auto;
}


/* ---------------- */


#sc-feature-story-pt2 {
  padding: 60px 50px 60px 50px;
  background-color:white;
  float: left;
}

#sc-feature-story-pt2 .content {
  width:100%;
  max-width:845px;
  margin:0 auto;  
}

#sc-feature-story-pt2 .content img {
  max-width:100%;
}

#sc-feature-story-pt2 h1 {
  font-size:18px;
  line-height:1.11;
  width:100%;
  font-family: 'Open Sans', serif;
  font-weight: bold;
  color:black;
  text-align:left;
  margin-bottom:10px;
  margin-top: 10px;
}
  
#sc-feature-story-pt2 p {
  font-size:12px;
  line-height:1.11;
  width:100%;
  font-family: 'Open Sans', serif;
  color:black;
  text-align:left;
  max-width:490px;
  font-weight:500;
  margin:0 auto;
}

/* ---------------- */


#sc-adv-container {
  padding: 60px 78px 60px 78px;
  background-color:white;
  float: left;
}

#sc-adv-container .content {
 }

#sc-adv-container .content img {
  max-width:100%;
}

#sc-adv-container h1 {
  font-size:36px;
  line-height:1.18;
  width:86%;
  font-family: 'Open Sans', serif;
  font-weight: normal;
  color: black;
  text-align:left;
  margin-left: 70px;
  padding-right: 70px;
  margin-top: 10%;
}

#sc-adv-container p {
  font-size:14px;
  line-height:1.17;
  width:72%;
  font-family: 'Open Sans', serif;
  font-weight: normal;
  color: black;
  text-align:left;
  margin-left: 70px;
  padding-right: 70px;
}


/* ---------------- */


#sc-adv-container-dark {
  padding: 60px 78px 60px 78px;
  background-color:#283747;
  float: left;
}

#sc-adv-container-dark .content {
 }

#sc-adv-container-dark .content img {
  max-width:100%;
}

#sc-adv-container-dark h1 {
  font-size:36px;
  line-height:1.18;
  width:86%;
  font-family: 'Open Sans', serif;
  font-weight: normal;
  color: white;
  text-align:left;
  margin-left: 70px;
  padding-right: 70px;
  margin-top: 10%;
}

#sc-adv-container-dark p {
  font-size:14px;
  line-height:1.17;
  width:72%;
  font-family: 'Open Sans', serif;
  font-weight: normal;
  color: white;
  text-align:left;
  margin-left: 70px;
  padding-right: 70px;
}


/* ---------------- */



/* -------------------------------------------- */
/* --------  SC Custom Media Queries  -------- */
/* -------------------------------------------- */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){

  #sc-adv-container {

  }

  #sc-adv-container .content {

  }

  #sc-adv-container .content img {
    max-width:100%;
  }

  #sc-adv-container h1 {
    font-size:28px;
    width:84%;
    margin-left: 70px;
    padding-right: 70px;
    margin-top: 10%;
  }

  #sc-adv-container-dark h1 {
    font-size:28px;
    width:84%;
    margin-left: 70px;
    padding-right: 70px;
    margin-top: 10%;
  }

  #sc-adv-container p {
    width:84%;
  }

  #sc-adv-container-dark p {
    width:84%;
  }


  }

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){

  #intro-sc-adv:after {
   
  }

  #intro-sc-adv {

  }

  #intro-sc-adv .sc-promo-content {

  }

  #intro-sc-adv h1 {

  }

  #intro-sc-adv p {

  }

  #sc-adv-container {
    padding: 60px 78px 60px 78px;
    background-color:white;
    float: left;
  }

  #sc-adv-container .content {
   }

  #sc-adv-container .content img {
    max-width:100%;
  }

  #sc-adv-container h1 {
    font-size:36px;
    width:100%;
    text-align:left;
    margin-left: 0px;
    padding-right: 0px;
    margin-top: 0;
  }

  #sc-adv-container-dark h1 {
    font-size:36px;
    width:100%;
    text-align:left;
    margin-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
  }

  #sc-adv-container p {
    font-size:14px;
    width:100%;
    margin-left: 0px;
    padding-right: 0px;
    margin-top: 14px;
    margin-bottom: 20px;
  }

  #sc-adv-container-dark p {
    font-size:14px;
    width:100%;
    margin-left: 0px;
    padding-right: 0px;
    margin-top: 14px;
    margin-bottom: 20px;
  }


  }

/* Medium-Small Devices, Desktops */
@media only screen and (max-width : 991px){

  #sc-adv-container {

  }

  #sc-adv-container .content {

  }

  #sc-adv-container .content img {
  }

  #sc-adv-container h1 {

  }

  #sc-adv-container p {

  }

  }

@media screen and (max-width: 48em) {

  #sc-adv-container {

  }

  #sc-adv-container .content {

  }

  #sc-adv-container .content img {
  }

  #sc-adv-container h1 {

  }

  #sc-adv-container p {

  }

  }
  
/* Small Devices, Tablets */
@media only screen and (max-width : 768px){

  #sc-adv-container {

  }

  #sc-adv-container .content {

  }

  #sc-adv-container .content img {
  }

  #sc-adv-container h1 {

  }

  #sc-adv-container p {

  }

  }

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){
  #sc-adv-container {
    padding: 48px 20px 48px 20px;
  }
  #sc-adv-container-dark {
    padding: 48px 20px 48px 20px;
  }
  }

/* Custom, iPhone Retina */
@media only screen and (max-width : 380px){

  } 


/* -------------------------------------------- */
/* --------  SC Custom Media Queries END  -------- */
/* -------------------------------------------- */




#photos {
  position: relative;
  padding: 40px 30px 30px 30px;
  background-color:#f9f4ee;
}

#photos .content {
  width:100%;
  max-width:900px;
  margin:0 auto;  
}

#photos h1 {
  font-size:42px;
  line-height:1.14;
  width:100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color:#000;
  text-align:center;
  margin-bottom:20px;
}

#photos img {
max-width: 100%;
}

#photos p {
  font-size:17px;
  line-height:1.17;
  width:100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color:#000;
  text-align:center;
  max-width:660px;
  font-weight:500;
  margin:0 auto;
  margin-top:17px;
  margin-bottom:17px;
}

#photos .smaller {
  font-size:17px;
}

#photos .slide {
  display:inline-block;
  width:auto;
  height:auto;
  margin-left:17px;
  margin-right:17px;
  margin-top:0px;
  overflow:hidden;
}

#photos .slide p { 
  font-size:14px;
  margin-top:10px;
}

#photos .slide img {
  max-width:700px;
  width:100%;
  -webkit-filter: grayscale(60%); /* Safari 6.0 - 9.0 */
  filter: grayscale(60%);
  transition: all 1s linear;
  transition-delay: 0s;
  transition-delay: 4s;
  background-color: hsla(0, 0%, 0%, 0.5);
  background-blend-mode: multiply;  
}


#photos .bx-wrapper {
  background-color:#f5f5f5 !important;
  border:0px solid #f5f5f5 !important;
  -moz-box-shadow: 0 0 0px #ccc !important;
  -webkit-box-shadow: 0 0 0px #ccc !important;
  box-shadow: 0 0 0px #ccc !important;  
}

/* ---------------- */


#sc-article {
  position: relative;
  padding: 40px 30px 30px 30px;
  background-color:#fff;
}

#sc-article .content {
  width:100%;
  max-width:900px;
  margin:0 auto;  
}

#sc-article h1 {
  font-size:42px;
  line-height:1.14;
  width:100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color:#000;
  text-align:center;
  margin-bottom:20px;
  letter-spacing: -.2px;
}

#sc-article h2 {
  text-align:center;
}

#sc-article p {
  font-size:17px;
  line-height:1.8;
  width:100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color:#000;
  text-align:left;
  max-width:660px;
  font-weight:500;
  margin:0 auto;  
  margin-bottom: 20px;
}

#sc-article .evensmaller {
  font-size:16px;
  line-height:1.33;
  width:100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color:#252527;
  text-align:center;
  max-width:400px;
  font-weight:500;
  margin:0 auto;  
}

#sc-article hr {
  width:25%;
  border:0px solid #fff;
  border-top: 1px solid #9b9b9b;
  height:1px;
  margin-top:30px;
  margin-bottom:30px;
}

#sc-article .content img {
  width:100%;
  max-width:750px;
  margin:0 auto;
  margin-top:30px;
  margin-bottom:30px;
  display:block;
}



/* ---------------- */


#photos-slideshow {
  position: relative;
  padding: 40px 30px 30px 30px;
  background-color:#f9f4ee;
}

#photos-slideshow  .content {
  width:100%;
  max-width:900px;
  margin:0 auto;  
}

#photos-slideshow  h1 {
  font-size:42px;
  line-height:1.14;
  width:100%;
  font-family: 'Merriweather', serif;
  font-weight: bold;
  color:#000;
  text-align:center;
  margin-bottom:20px;
}

#photos-slideshow  p {
  font-size:17px;
  line-height:1.17;
  width:100%;
  font-family: 'Merriweather', serif;
  font-weight: bold;
  color:#000;
  text-align:center;
  max-width:660px;
  font-weight:500;
  margin:0 auto;
  margin-top:17px;
  margin-bottom:17px;
}


/* ---------------- */


#sponsored-button {
  background-color: #2e84ed;
  border-color: #2e84ed;
  color: #fff;
  margin: 0 auto;
  border: solid 1px #4D7B9F;
  border-top-color: rgb(77, 123, 159);
  border-right-color: rgb(77, 123, 159);
  border-bottom-color: rgb(77, 123, 159);
  border-left-color: rgb(77, 123, 159);
  max-width: 317px;
  height: 40px;
  border-radius: 3px;
  line-height: 40px;
  font-size: 14px;
  font-family: 'Lora', serif;
  text-transform: uppercase;
  font-weight: 700;
  display:block;
  margin-top:70px;
  text-decoration:none;
  text-align: center;
}


.twitter-timeline {
  max-width: 700px;
  align-content: center;
}


/* --------  PODCAST CSS  -------- */


#header {
  background: url(https://www.hilltimes.com/wp-content/uploads/2020/04/top-pod-banner2.jpg) center center;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.pod-logo img {
  position: absolute;
  top: 25px;
  left: 36px;
  width: 280px;
  height: auto;
  z-index: 1;
  transition: all .5s ease;
}


.pod-logo2 img {
  position: absolute;
  width: 575px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}






/* --------  PODCAST CSS END  -------- */



/* --------  Responsive Slideshow JOEY CSS  -------- */


.Slides {display: none}

/* Slideshow container */
.htslideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.htprev, .htnext {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.htnext {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.htprev:hover, .htnext:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.htslidetext {
  color: black;
  font-size: 15px;
  padding: 0px 12px;
  position: relative;
  width: 100%;
  text-align: left;
}


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  margin-bottom: 24px;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .htprev, .htnext,.htslidetext {font-size: 11px}
}


/* --------  Responsive Slideshow JOEY CSS END  -------- */



/* --------  MEDIA QUERIES  -------- */

/* ---------------- */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
#share-button-border {
  margin-bottom: 0px;
}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

#share-button-border {
  margin-bottom: 35px;
}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

#sc-feature-story {
  padding: 60px 0px 60px 0px;
  background-color:#14131d;
  float: left;
}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}

/* ---------------- */

/* ============================================================
  Sponsored Content Bar
============================================================ */

#sc-vert-bar {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  padding: 24px 30px 24px 30px;
  background-color:#f7f7f7;
  margin-top: 20px;
  margin-bottom: 30px;
  display: inline-block;
}

#sc-vert-bar .content5 {
	max-width: 18.5%;
	margin-left: 20px;
	text-align: center;
	float: left;
}

#sc-vert-bar .content5-1 {
	max-width: 18.5%;
	margin-left: none;
	text-align: center;
	float: left;
}

#sc-vert-bar .content4 {
	max-width: 23.6%;
	margin-left: 20px;
	text-align: center;
	float: left;
}

#sc-vert-bar .content4-1 {
	max-width: 23.6%;
	margin-left: none;
	text-align: center;
	float: left;
}

#sc-vert-bar .content3 {
	max-width: 32%;
	margin-left: 20px;
	text-align: center;
	float: left;
}

#sc-vert-bar .content3-1 {
	max-width: 32%;
	margin-left: none;
	text-align: center;
	float: left;
}

#sc-vert-bar .content2 {
	max-width: 49%;
	margin-left: 20px;
	text-align: left;
	float: left;
}

#sc-vert-bar .content2-1 {
	max-width: 49%;
	margin-left: none;
	text-align: left;
	float: left;
}


#sc-vert-bar img {
	max-width: 100%;
}

.content2 img {
	max-width: 57%!important;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}

.content2-1 img {
	max-width: 57%!important;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}

#sc-vert-bar h1 {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: -.5px;
	line-height: 22px;
	color: black;
	margin-bottom: 5px;
	margin-top: 5px;
}

#sc-vert-bar h1 a {
	color: black;
}

#sc-vert-bar h1 a:hover {
	color: #2471a3;
	text-decoration: none;
}

#sc-vert-bar h4 {
	font-size: 12px;
	line-height: 16px;
	color: black;
	margin-bottom: 5px;
}

#sc-author {
	font-size: 10px;
	text-transform: uppercase;
	line-height: 16px;
	color: black;
	margin-bottom: 5px;
}

#sc-owner {
	font-size: 12px;
	line-height: 16px;
	color: black;
	margin-bottom: 5px;
}

#sc-section-title {
	text-align: center;
	margin-bottom: 17px;	
}


#sp-mini-box {
	background: #E5EBEC;
	display: inline-block;
}

#sp-mini-box h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	margin-bottom: 10px;
	padding-top: 15px;
}

#sp-mini-box h1 a {
	color: black;
}

#sp-mini-box img {
	padding: none;
	margin: none;
	width:30%;
	float: left;
	margin-right: 15px;
}

#sp-mini-box2 {
	background: #E5EBEC;
	display: inline-block;
}

#sp-mini-box2 h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	margin-bottom: 10px;
	padding-top: 15px;
}

#sp-mini-box2 h1 a {
	color: black;
}

#sp-mini-box2 img {
	padding: none;
	margin: none;
	width:43%;
	float: left;
  margin-right: 15px;  
}

/* ============================================================
  Sponsored Content Bar — END
============================================================ */