@import url('https://fonts.googleapis.com/css?family=Lato');

.specless-targeted a.specless-exit,
.specless-targeted a.specless-exit:hover,
.specless-targeted a.specless-exit:active,
.specless-targeted a.specless-exit:focus,
.specless-targeted a.specless-exit:visited {
    text-decoration: none !important;
}

.sp-native-vw {
  position: relative;
  overflow: auto;
  width: 100%;
}
.sp-native-vw .sp-native-frame {
  width: auto;
  padding: 19px 15px;
  color: #1a1a1a;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  overflow: auto;
}
.sp-native-vw .sp-native-img-wrapper {
  float: right;
  padding-bottom: 180px;
  width: 40%;
  margin-left: 15px;
  position: relative;
  overflow: hidden;
}
.sp-native-vw .sp-native-img-wrapper div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}

.sp-native-vw .sp-native-sponsor-wrapper-text {
  display: none;
}

.sp-native-vw .sp-native-content-wrapper {
  font-family: "Graphik Web", HelveticaNeueBold, HelveticaNeue-Bold, "Helvetica Neue Bold", HelveticaBold, Helvetica-Bold, "Helvetica Bold", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  max-width: 60%;
}
.sp-no-sponsor .sp-native-vw .sp-native-sponsor-wrapper {
    display: none;
}
.sp-native-vw .sp-native-sponsor-wrapper {
    text-align: left;
    height: 32px;
    font-family: Lato;
    text-transform: uppercase;
    font-size: 9px;
    margin: 0 0 8px 0;
    font-weight: 700;
    color: #777;
    letter-spacing: 0.07rem;
    line-height: 1.25;
}

.sp-native-vw .sp-native-sponsor-wrapper img {
  vertical-align: middle;
  padding-left: 8px;
  max-width: 100px;
  max-height: 35px;
  display: inline-block;
  margin: 0;
}
.sp-no-logo .sp-native-vw .sp-native-sponsor-wrapper img {
    display: none;
}

.sp-no-logo .sp-native-vw .sp-native-sponsor-wrapper img {
    display: none;
}

.sp-native-vw .sp-native-sponsor-name {
    display: none;
    color: #191919;
    background-image: linear-gradient(to right,#E7EE00 0,#E7EE00 100%);
}

.sp-no-logo .sp-native-vw .sp-native-sponsor-wrapper .sp-native-sponsor-name {
    display: inline;
}

/* Text */
.sp-native-vw h1, .sp-native-vw p.native-headline {
    font-family: Lato, "Graphik Semibold", HelveticaNeueBold, HelveticaNeue-Bold, "Helvetica Neue Bold", HelveticaBold, Helvetica-Bold, "Helvetica Bold", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin: 0 0 5px 0;
    color: #191919;
    text-decoration: underline;
    text-decoration-color: #10CEDF;
    -webkit-text-decoration-color: #10CEDF;
    font-weight: 400 !important;
}

.sp-native-vw h1:hover, , .sp-native-vw p.native-headline:hover {
  text-decoration: none;
}

.sp-native-vw p {
    font-family: Georgia, Merriweather,Times,"Times New Roman",serif; 
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 5px 0 !important;
    text-align: left;
    color: #191919;
}

.sp-native-vw .sp-native-learn {
    text-transform: uppercase;
    float: left;
    color: #30849D;
    letter-spacing: 1.5px;
    font: 12px bold;
    font-family: Lato; 
      /*"Graphik Web", HelveticaNeueBold, HelveticaNeue-Bold, "Helvetica Neue Bold", HelveticaBold, Helvetica-Bold, "Helvetica Bold", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-weight: 700;
    line-height: 7px;
    margin-top: 5px;
}

.sp-native-vw .sp-native-learn svg {
    display: none;
}

.sp-native-vw  .sp-native-learn:after {
    content: "\203A";
    font-size: 19px;
}

.sp-native-vw .sp-native-learn:hover{
  color: #10cedf;
}


.sp-native-vw a {
  text-decoration: none;
  color: inherit;
}
.sp-native-vw a:visited {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 850px){
  .sp-native-vw .sp-native-sponsor-wrapper img{
    max-width: 130px;
  }
}

@media only screen and (max-width: 450px) {
    .sp-native-vw {
        margin:20px 0;
    }
    .sp-native-vw .sp-native-frame {
        position: relative;
    }
    .sp-native-vw .sp-native-img-wrapper {
        margin: 0;
        padding: 0;
        position: absolute;
        width: 45%;
        height: 100%;
        top: 0;
        right: 0;
    }
    .sp-native-vw .sp-native-img-wrapper {
        margin: 0;
        padding: 0;
        position: absolute;
        width: 45%;
        height: 100%;
        top: 0;
        right: 0;
    }
    .sp-native-vw .sp-native-content-wrapper {
        width: 52%;
        padding-right: 3px;
    }
    .sp-native-vw .sp-native-sponsor-wrapper {
        font-size: 11px;
        line-height: 1.5;
        height: auto;
        min-height: 28px;
    }
    .sp-native-vw .sp-native-sponsor-wrapper .sp-native-sponsor-logo {
        display: none;
    }
    .sp-native-vw .sp-native-sponsor-wrapper .sp-native-sponsor-name {
        display: inline-block;
        line-height: 1;
        padding: 2px;
    }
    .sp-native-vw .sp-native-sponsor-wrapper img {
        vertical-align: middle;
        padding-left:0;
        max-height: 16px;
        display: inline;
    }
    .sp-native-vw p {
        display: none;
    }
    .sp-native-vw h1, .sp-native-vw p.native-headline {
        margin-bottom: 10px;
        display: block;
    }
    .sp-native-vw .sp-native-learn {
        line-height: 12px;
    }
}
@media only screen and (max-width: 375px) {
    .sp-native-vw .sp-native-content-wrapper {
        width: 55%;
    }
    .sp-native-vw .sp-native-sponsor-wrapper{
        font-size: 9px;
    }
    .sp-native-vw .sp-native-sponsor-wrapper img {
        vertical-align: middle;
        max-width: 120px;
    }
}

.sp-cobrand {
    margin-bottom: 7.5px;
    font-family: Lato;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 700;
    color: #777;
    letter-spacing: 0.07rem;
}

.sp-cobrand .sp-cobrand-vertical {
    display: inline-block;
    height: 15px;
    margin-left: 2px;
    vertical-align: sub;
}

.sp-cobrand .sp-cobrand-vertical img {
    height: 100% !important;
    width: auto !important;
    margin: 0 !important;
}

.sp-cobranded .native-headline {
    margin-bottom: 12px !important;
}

.sp-cobranded .sp-native-sponsor-wrapper {
    height: 24px;    
}

.sp-cobranded .sp-native-sponsor-logo {
    max-height: 20px !important;
}