@charset "UTF-8";

/************************************************************************

                       Laserlike Web Search Demo
                       
/************************************************************************/

html {
    
}

a.hidden {
    display: block;
    width: 20px;
    height: 20px;
    background: red;
    cursor: default;
    position: fixed;
    bottom: 0;
    right: 0;
}

body {
    background: #fafafa;
    color: #333;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    margin: 0px;
    padding: 2.5% 5% 5% 5%;
}

form {
    margin: 0px;
    padding: 0px;
}   

body.noResults header {
    position: absolute;
    width: 100%;
    max-width: 600px;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -170px;
}

body.noResults.showExplainer header {
    margin-top: -230px;
}

body.results {
    padding-top: 4%;
}

small.resultBreak {
    color: #6c7c8f;
    text-align: left;
    display: block;
    margin: 5% 0% 2% 0%;
}


strong {
    font-weight: 600;
}

.searchTools {
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 6%;
    padding-top: 3%;
}

.searchTools a {
    display: inline-block;
    color: #65748c;
    text-decoration: none;
    font-size: 13px;
    padding: 8px 0px 8px 0px;
    margin: 0px 9px -1px 9px;
}

.searchTools a.selected {
    color: #333;
    border-bottom: 1px solid #333;
}

.searchTools a:hover {
    color: #007AFF;
}

.searchTools a.selected:hover {
    color: #333;
}

.searchTools .sort {
    display: block;
    float: right;
    text-align: right;
} 

.searchTools .filter {
    display: block;
    float: left;
    text-align: left;
}   

.searchTools .sort a {
    margin-right: 0px;
}

.searchTools .filter a {
    margin-left: 0px;
}

.explainer {
    display: none;
    text-align: center;
}

.showExplainer .explainer {
    display: block;
    margin-top: 8%;
}

.explainer p {
    margin: auto;
    max-width: 450px;
    color: #868f9c;
    font-size: 14px;
    line-height: 22px;
    padding-top: 4.5%;
} 

p.aboutSearch  {
    text-align: center;
    margin: auto;
    max-width: 450px;
    color: #868f9c;
    font-size: 15px;
    line-height: 22px;
    padding-top: 4%;
    display:none;
}   

.explainer .interests {
    padding-bottom: 1%;
}

span.break {
    display: inline-block;
    width: 50px;
    height: 1px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    display: none;
}

.finePrint {
    position: fixed;
    bottom: 3%;
    left: 2%;
}

.results .finePrint,
.results .otherLinks {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    display: inline-block;
}

.otherLinks {
    position: fixed;
    bottom: 3%;
    right: 2%;
}

.results .footer {
    display: block;
    text-align: center;
    padding-top: 5%;
}

.finePrint a, 
.otherLinks a {
    text-decoration: none;
    color: #999;
    font-size: 12px;
    padding: 0px 2px 0px 2px;
}

h1 {
    margin: auto;
    padding: 0px;
    width: 200px;
    height: 42px;
    background-image: url(https://storage.googleapis.com/laserlike_web_static/lsearch_v2/_lib/img/laserlike_logo_blue.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.noResults h1,
.noResults h1 a {
    width: 302px;
    height: 65px;
}

h1 a {
    display: block;
    width: 200px;
    height: 40px;
}   

h1 span {
    display: none;
}

.spacer {
    display: block;
    margin: auto;
    width: 100%;
    padding-top: 1%;
    min-height: 20px;
}

body.noResults .spacer {
    min-height: 40px;
}

header input {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 600px;
    height: 55px;
    font-size: 18px;
    text-align: left;
    padding: 0px 15px 0px 43px;
    border-radius: 8px;
    box-sizing: border-box;
    border: none;
    -webkit-appearance: none;
    box-shadow: 0px 2px 4px rgba(58,83,111,.3);
    transition-property: box-shadow;
    transition-duration: .3s;
    color: #333;
    z-index: 0;
    background-image: url(https://storage.googleapis.com/laserlike_web_static/lsearch_v2/_lib/img/search3.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 16px 18px;
}

header input::placeholder {
    color: #a6b1c1;
}

header input:focus {
    outline: none;
    text-align: left;
    padding-left: 43px;
    box-shadow: 0px 4px 7px rgba(58,83,111,.3);
}

header input:focus::placeholder {
    color: #fff;
}

header .assist {
    position: absolute;
    background: #fff;
    width: 100%;
    max-width: 600px;
    left: 50%;
    margin-top: -5px;
    margin-left: -300px;
    box-shadow: 0px 7px 7px rgba(58,83,111,.3);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: 1px solid #d9e1f2;
    display: none;
    z-index: 2000;
}

header .assist.visible {
    display: block;
}

header .assist a {
    display: block;
    padding: 7px 15px 7px 43px;
    text-decoration: none;
    color: #6c7c8f;
}

header .assist a:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-bottom: 10px;
}

header .assist a:first-child {
    padding-top: 10px;
}

header .assist a:hover,
header .assist a:focus {
    color: #007AFF;
    background: #fafafa;
    border: none;
    outline: none;
}

body.noResults main {
    display: none;
}

main {
    width: 100%;
    max-width: 600px;
    margin: auto;
    padding-top: 1%;
    display: block;
}

article {
    display: block;
    background: #FFF;
    box-shadow: 0px 3px 7px rgba(58,83,111,.2);
    border-radius: 8px;
    margin-bottom: 20px;
    transition-property: box-shadow;
    transition-duration: .3s;
    padding: 0% 0% 3% 0%;
    overflow: hidden;
}

article.recommendedSites {
    box-shadow: none;
    background: none;
    padding: 0% 0% 4% 0%;
    text-align: left;
}

article .relatedContent {
    padding: 3% 3% 2% 3%;
    margin-top: 3%;
    background: #fafafa;
    border-top: 1px solid rgba(0,0,0,.05);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
    -webkit-backface-visibility: hidden;
    margin-bottom: -3%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

article.recommendedSites .relatedContent {
    margin-top: 0%;
    box-shadow: none;
    border-top: none;
    padding: 0%;
}

article:hover {
    box-shadow: 0px 4px 12px rgba(58,83,111,.4);
}

article.recommendedSites:hover {
    box-shadow: none;
}

article .image {
    display: block;
    width: 100%;
    height: 330px;
    background: #444;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-size: cover;
    background-color: #c6c8d0;
}

article .image .videoIcon {
    display: block;
    width: 100%;
    height: 330px;
    background-image: url(https://storage.googleapis.com/laserlike_web_static/lsearch_v2/_lib/img/videoPlayIcon@2x.png);
    opacity: .9;
    background-repeat: no-repeat;
    background-size: 90px 90px;
    background-position: center center;
    transition-property: opacity;
    transition-duration: .3s;
}

article:hover .image .videoIcon {
    opacity: 1;
}

article.compact .image .videoIcon {
    height: 90px;
    background-size: 42px 42px;
}

article .image a {
    display: block;
    width: 100%;
    height: 330px;
}

article.compact {
    padding: 3% 0% 3% 0%;
}

article.compact .image,
article .relatedContent article.compact .image {
    width: 140px;
    height: 90px;
    border-radius: 4px;
    margin-left: 3%;
    float: right;
    margin-right: 3%;
}

article.tweet .image,
article.reddit .image {
    width: 90px;
    height: 60px;
    border-radius: 4px;
    float: right;
    margin: 1.5% 3% 1% 3%;
}

article.tweet .image a,
article .relatedContent article.tweet .image a,
article .relatedContent article.reddit .image a {
    width: 90px;
    height: 60px;
}

article .image label {
    background: rgba(255,255,255,.75);
    color: rgba(0,0,0,.6);
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    border-radius: 20px;
    margin: 14px 0px 0px 14px;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
}

article .image label.duration {
    background: rgba(0,0,0,.7);
    color: rgba(255,255,255,.9);
    float: right;
    margin: -40px 14px 0px 0px;
}

article.compact .image label.duration {
    margin: -25px 4px 0px 0px;
    padding: 3px 7px 4px 7px;
    font-size: 11px;
}

article.compact .image a {
    display: block;
    width: 140px;
    height: 90px;
    text-decoration: none;
}

article.tweet .avatar {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    background-size: cover;
    border-radius: 40px;
    margin: 3% 2% 0% 3%;
    background-color: #edf1f1;
    box-shadow: inset 0px 0px 1px rgba(0,0,0,.3);
}

article.tweet .avatar a {
    display: block;
    width: 40px;
    height: 40px;
}
    
article.tweet .logo {
    display: block;
    width: 23px;
    height: 19px;
    float: right;
    margin: 3% 3% 0% 0%;
} 

article.reddit .logo {
    display: block;
    width: 25px;
    height: 21px;
    float: right;
    margin: 3% 2.75% 0% 0%;
}   

article.tweet .logo img {
    width: 23px;
    height: 19px;
}

article.reddit .logo img {
    width: 25px;
    height: 21px;
}

article small,
article .relatedContent article small {
    color: #6c7c8f;
    font-size: 15px;
    margin: 0px;
    padding: 2.5% 3% 1.5% 3%;
    display: block;
}

article.compact small,
article .relatedContent article small {
    padding: 0% 3% 1% 3%;
    font-size: 13px;
}

article.tweet small,
article .relatedContent article.tweet small {
    padding: 3% 0% 0% 0%;
}

article.recommendedSites small {
    padding: 0% 0% 2% 0%;
    font-size: 13px;
}

article small a,
article.tweet .relatedContent article p small a {
    color: #6c7c8f;
    text-decoration: none;
}

article small a:hover ,
article.tweet .relatedContent article p small a:hover {
    color: #007AFF;
    text-decoration: underline;
}

article.tweet small {
    font-size: 13px;
}

article.reddit small,
article .relatedContent article.reddit small {
    font-size: 13px;
    line-height: 18px;
    padding: 2.5% 3% 1% 3%;
}

article h2,
article .relatedContent article.tweet h2,
article .relatedContent article.reddit h2,
article .relatedContent article.compact h2 {
    font-size: 19px;
    line-height: 24px;
    margin: 0px;
    padding: 0% 3% 0% 3%;
    font-weight: 600;
    overflow: visible;
    white-space: normal;
}

article.compact h2,
article .relatedContent article.reddit h2,
article .relatedContent article.compact h2 {
    font-size: 16px;
    line-height: 20px;
}

article .relatedContent article.reddit h2,
article .relatedContent article.reddit h2 a,
article .relatedContent article.compact h2,
article .relatedContent article.compact h2 a {
    overflow: auto;
    text-overflow: default;
    white-space: normal;
}      

article.tweet h2,
article.reddit .relatedContent article.tweet h2,
article.compact .relatedContent article.tweet h2,
article .relatedContent article.tweet h2 {
    font-size: 16px;  
    padding-left: 0%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

article.reddit h2 {
    font-size: 16px;
    line-height: 20px;
}

article.tweet h2 a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

article.tweet h2 em {
    font-weight: normal;
    font-style: normal;
    color: #6c7c8f;
}

article h2 a {
    color: #333;
    text-decoration: none;
    display: block;
}

article h2 a:hover {
    color: #007AFF;
    text-decoration: underline;
}   

article.tweet h2 a:hover em {
    color: #007AFF;
}

article.tweet .subLink,
article.reddit .subLink {
    box-shadow: inset 0px 0px 2px rgba(2, 70, 108, 0.5);
    display: block;
    clear: both;
    border-radius: 4px;
    margin: 1.5% 3% 1% 3%;
}

article.tweet .subLink h4,
article.reddit .subLink h4 {
    font-size: 14px;
    line-height: 21px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 1% 0% 0% 2.5%;
    padding-top: 1.5%;
}

article.tweet .subLink h4 a,
article.reddit .subLink h4 a {
    text-decoration: none;
    color: #3f4862;
}

article.tweet .subLink h5,
article.reddit .subLink h5 {
    color: #6c7c8f;
    font-size: 12px;
    font-weight: normal;
    margin: 1% 1% 0% 2.5%;
    padding-bottom: 2%;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

article.tweet .subLink .image,
article.reddit .subLink .image {
    margin: 0% 0% 0% 2%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

article li {
    font-size: 15px;
    line-height: 21px;
    list-style-type: none;
    margin: 2% 3% 0% 6.5%;
}

li:before{
   content: '';
   display: inline-block;
   height: 15px;
   width: 3.5%;
   margin-left: -3.5%;
   margin-bottom: -4px;
   background-image: url(https://storage.googleapis.com/laserlike_web_static/lsearch_v2/_lib/img/quote@2x.png);
   background-size: 12px 9px;
   background-repeat: no-repeat;
}

article .coverageList {
    margin-top: 2.5%;
}

article .coverageList li {
    margin: 0% 3% 0% 3%;
    border-top: 1px solid #e7eaeb;
}

article .coverageList li.list_doc {
    background-image: url(https://storage.googleapis.com/laserlike_web_static/lsearch_v2/_lib/img/article_icon_light@2x.png);
    background-repeat: no-repeat;
    background-size: 15px 13px;
    background-position: 0px 10px;
    padding-left: 25px;
}

article .coverageList li.list_tweet {
    background-image: url(https://storage.googleapis.com/laserlike_web_static/lsearch_v2/_lib/img/twitter_logo_light@2x.png);
    background-repeat: no-repeat;
    background-size: 16px 13px;
    background-position: 0px 11px;
    padding-left: 25px;
}

article .coverageList li.list_reddit {
    background-image: url(https://storage.googleapis.com/laserlike_web_static/lsearch_v2/_lib/img/reddit_logo_light@2x.png);
    background-repeat: no-repeat;
    background-size: 18px 15px;
    background-position: -1px 9px;
    padding-left: 25px;
}

article .coverageList li.list_video {
    background-image: url(https://storage.googleapis.com/laserlike_web_static/lsearch_v2/_lib/img/video_icon_light@2x.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 0px 10px;
    padding-left: 25px;
}

article .coverageList li:last-child {
    margin-bottom: -7px;
}   

article .coverageList li:before {
    content: none;
}

.coverageList .title {
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.coverageList .title a {
    padding: 7px 0px 0px 0px;
    color: #333;
    text-decoration: none;
    display: block;
}

.coverageList .title a:hover {
    color: #007AFF;
    text-decoration: underline;
}

.coverageList .source {
    font-size: 12px;
    display: block;
    color: #6c7c8f;
    padding-bottom: 7px;
}

article p {
    color: #3f4862;
    font-size: 17px;
    line-height: 24px;
    display: block;
    margin: 0px;
    padding: .5% 3% .5% 3%;
}

article.compact p,
article .relatedContent article p {
    padding: .25% 3% 0% 3%;
    font-size: 15px;
    line-height: 21px;
}

article.tweet p,
article .relatedContent article.tweet p {
    font-size: 15px;
    line-height: 21px;
    padding: 1% 3% .5% 3%;
}

article.tweet p a {
    text-decoration: none;
    color: #3f4862;
}

article.reddit p,
article .relatedContent article.reddit p {
    padding: 0% 0% 0% 2.5%;
    margin: 1.5% 4% 0% 3%;
    border-left: 1px solid #c1d4df;
    font-size: 15px;
    line-height: 21px;
}

article.reddit article p {
    border-left: none;
    margin: 0px;
}

article.reddit p small,
article .relatedContent article.reddit p small {
    margin: 0%;
    padding: 0% 0% .5% 0%;
}

article.reddit p small strong {
    font-size: 10px;
    text-transform: uppercase;
}

article p.url a {
    text-decoration: none;
    color: #6c7c8f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

article p.url {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

article .metadata {
    padding: 1% 3% 0% 3%;
    margin-top: 0%;
    margin-bottom: -3px;
    font-size: 11px;
    color: #6c7c8f;
    text-transform: uppercase;
}

article .metadata {
    float: left;
}

article a.exploreRelated {
    font-size: 13px;
    color: #007AFF !important;
    margin: 2% 3% 0% 3%;
    display: inline-block;
    text-decoration: none;
    background-image: url(https://storage.googleapis.com/laserlike_web_static/lsearch_v2/_lib/img/openArrow@2x.png);
    background-repeat: no-repeat;
    background-size: 7px 5px;
    background-position: right 6px;
    padding: 0px 11px 0px 0px;
    min-width: 75px;
}

article a.exploreRelated.open {
    background-image: url(https://storage.googleapis.com/laserlike_web_static/lsearch_v2/_lib/img/closeArrow@2x.png);
    min-width: 80px;
}

article .relatedContent .interests a,
.explainer .interests a  {
    color: #65748c;
    background: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    border-radius: 20px;
    padding: 4px 13px 5px 27px;
    box-shadow: 0px 3px 7px rgba(58,83,111,.2);
    margin: 0px 10px 10px 0px;
    background-image: url(https://storage.googleapis.com/laserlike_web_static/lsearch_v2/_lib/img/search3.png);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: 8px 6px;
}

article .relatedContent .interests a.siteLink,
.explainer .interests a.siteLink {
    background-image: url(https://storage.googleapis.com/laserlike_web_static/lsearch_v2/_lib/img/siteLink@2x.png);
    background-size: 10px 10px;
    background-position: 10px 7px;
}

article .relatedContent .interests a:hover,
.explainer .interests a:hover {
    color: #007AFF;
}

article.tweet .sourceLink {
    float: right;
    font-size: 12px;
    color: #6c7c8f;
    padding: 1% 3% 0% 3%;
    text-decoration: none;
}

article .metadata a {
    font-size: 12px;
    text-transform: none;
    text-decoration: none;
    color: #6c7c8f;
    border-radius: 6px;
    padding: 3px 6px 0px 0px;
    margin-right: 5px;
    display: inline-block; 
}

article .metadata a {
    padding: 3px 6px 0px 0px;
}

article .metadata a:hover,
article a.sourceLink:hover,
article.tweet .subLink h4 a:hover {
    color: #007AFF;
    text-decoration: underline;
}

article.tweet p a:hover {
    text-decoration: underline;
}

article a:visited,
article.tweet .subLink h4 a:visited,
article a:visited:hover,
article.tweet .subLink h4 a:visited:hover,
.coverageList .title a:visited:hover,
.coverageList .title a:visited  {
    color: #65748c;
}

article p.url a,
article p.url a:hover,
article p.url a:visited, {
    color: #3f4862;
}

.clearer {
    clear:both;
}  

/* INTERSITIAL */

.inter-body {
  padding: 0;
}

.inter-header {
  padding: 23px 20px 19px;
  border-bottom: 1px solid #bbb;
  margin-bottom: 10px;
}

.inter-header-div {
  max-width: 950px;
  margin: 0px auto;
}

.inter-header-left {
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.inter-section-logo {
  display: flex;
  text-align: left;
  -webkit-box-align: center;
  align-items: center;
}

.inter-section-logo h1 {
  margin: 0;
  width: 150px;
  height: 40px;
}

.inter-section-logo p {
  margin: 5px 0 0 0;
  font-size: 16px;
}

.inter-download-section {
  display: flex;
  flex: 1 1 0%;
  justify-content: flex-end
}

.inter-download-btn {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center
}

.inter-download-btn a {
  text-decoration: none;
  min-width: 120px;
  height: 37px;
  display: flex;
  color: rgb(31, 36, 43);
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: white;
  border-radius: 4px;
  padding: 0px 10px;
  flex: 1 1 0%;
  max-width: 130px;
  padding: 0px 10px;
  border-color: rgba(170, 170, 170, 0.3);
  border-width: 1.5px;
  font-weight: 600;
  font-size: 14px;
  border-style: solid
}

.inter-download-btn img {
  display: none;
}

.inter-download {
  padding-right: 15px;
  white-space: nowrap;
}

.tagline,
.tagline-desktop,
.tagline-mobile {
  text-align: center;
  color: #73859A;
  font-weight: 400;
  font-size: 16px;
  display: block;
}

.tagline-mobile {
  display: none;
}

.download-box {
  border-radius: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 25px;
  text-align: center;
  color: #73859A;
}

.download-box h2 {
  font-size: 26px;
}

.download-box p {
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
}

.download-box a {
  border-radius: 35px;
  padding: 15px 20px;
  background: #73859A;
  color: white;
  display: inline-block;
  margin: 5px 0;
  min-width: 210px;
  text-decoration: none;
}


/* ANIMATION */

.relatedContent {
    transition-property: max-height;
    transition-duration: 13s;
}


/* RESPONSIVE STYLES */ 

@media screen and (max-width: 1500px) {
    article.tweet h2,
    article .relatedContent article.tweet h2,
    article.compact .relatedContent article.tweet h2,
    article.reddit .relatedContent article.tweet h2 {
        font-size: 14px;
        line-height: 19px;
        margin-top: 3px;
    }
    article.compact small,
    article small {
        font-size: 12px;
    }
    article.compact h2,
    article.reddit h2,
    article .relatedContent article.compact h2,
    article .relatedContent article.reddit h2 {
        font-size: 14px;
        line-height: 19px;
    }
    article h2 {
        font-size: 16px;
        line-height: 21px;
    }
    article.compact p,
    article p,
    article .relatedContent article.compact p {
        font-size: 14px;
        line-height: 19px;
    }
    article.reddit p,
    article .relatedContent article.reddit p {
        font-size: 14px;
        line-height: 19px;
    }
    article.tweet .subLink h4 {
        font-size: 12px;
    }
    article.tweet p,
    article .relatedContent article.tweet p {
        font-size: 14px;
        line-height: 19px;
    }
    article.tweet .avatar {
        margin-right: 1.5%;
    }
    article.tweet .avatar,
    article.tweet .avatar a {
        width: 37px;
        height: 37px;
    }
    article li {
        font-size: 14px;
        line-height: 19px;
    }
    .coverageList .title {
        font-size: 12px;
    }

}

@media screen and (max-width: 700px) {
    body.noResults header {
        width: 90%;
        max-width: 600px;
        left: auto;
        margin: 0% 0% 0% 0%;
        top: 50%;
        margin-top: -120px;
    }
    body.noResults header .assist {
        left: auto;
        margin-left: auto;
        width: 100%;
    }
}

@media screen and (max-width: 665px) {
    header .assist {
        left: auto;
        margin-left: auto;
        width: 90%;
    }
}

@media (max-height: 500px) {    
    body.noResults header {
        top: auto;
        margin-top: 50px;
    }
    body.noResults.showExplainer header {
        top: auto;
        margin-top: 10px;
        margin-left: 5%;
        margin-bottom: 12%;
        position: relative;
    }
    .noResults h1,
    .noResults h1 a,
    .noResults.showExplainer h1,
    .noResults.showExplainer h1 a {
        width: 170px;
        height: 37px;
    }
    body.noResults .spacer {
        min-height: 0px;
    }
    .noResults .finePrint {
        padding-right: 10px;
    }
    .noResults .footer {
        position: absolute;
        display: block;
        width: 95%;
        bottom: 2%;
        text-align: center;
    }
    .noResults .finePrint,
    .noResults .otherLinks {
        position: relative;
        bottom: auto;
        left: auto;
        display: inline-block;
        text-align: center;
    }
    .showExplainer.noResults .finePrint,
    .showExplainer.noResults .otherLinks {
        position: relative;
        bottom: auto;
        left: auto;
        display: inline-block;
    }
    .showExplainer.noResults .footer {
        position: relative;
        display: block;
        width: auto;
        bottom: auto;
        text-align: center;
    }

}

@media (max-width: 500px) {
    body.noResults header {
        margin-left: 2.5%;
    }
    body.noResults.showExplainer header {
        top: auto;
        margin-top: 17%;
        margin-left: 5%;
        margin-bottom: 12%;
        position: relative;
    }
    .noResults.showExplainer h1 {
        padding-bottom: 0%;
    }
    body.results {
        margin-top: 3%;
    }
    .explainer .interests {
        padding-bottom: 0%;
        padding-top: 7%;
    }
    .showExplainer .explainer {
        margin-top: 12%;
    }
    .results .spacer {
        padding: 0px;
    }
    body.noResults .spacer {
        min-height: 0px;
    }
    .footer {
        display: block;
        text-align: center;
        padding-top: 6%;
    }
    body {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
    header .assist {
        width: 95%;
    }
    header .assist a {
        padding: 8px 15px 8px 43px;
    }
    header .assist a:last-child {
        padding-bottom: 15px;
    }
    header .assist a:first-child {
        padding-top: 15px;
    }
    article.recommendedSites {
        text-align: center;
    }
    .searchTools {
        margin-top: 0%;
        border-bottom: none;
    }
    .searchTools .sort,
    .searchTools .filter {
        float: none;
        text-align: center;
    }
    .searchTools .sort a,
    .searchTools .filter a {
        margin: 5px 4px 5px 4px;
        padding: 0px 0px 3px 0px;
    }
    small.resultBreak {
        margin: 6% 0% 3.5% 0%;
        font-size: 12px;
        text-align: center;
    }
    article .image {
        height: 240px;
    }
    article .image .videoIcon {
        height: 200px;
        background-size: 60px 60px;
    }
    article.compact .image,
    article .relatedContent article.compact .image {
        width: 90px;
        height: 60px;
        margin-right: 4%;
        margin-bottom: 2%;
    }
    article.compact .image a,
    article .relatedContent article.compact .image a {
        width: 90px;
        height: 60px;
    }
    article.compact .image .videoIcon {
        width: 90px;
        height: 60px;
        background-size: 30px 30px;
    }
    article.compact .image label.duration {
        margin: -17px 2px 0px 0px;
        border-radius: 3px;
        font-size: 10px;
        padding: 1px 3px 1px 3px;
    }
    h1, 
    h1 a {
        width: 150px;
        height: 33px;
    }
    .noResults h1,
    .noResults h1 a,
    .noResults.showExplainer h1,
    .noResults.showExplainer h1 a {
        width: 250px;
        height: 54px;
    }
    article,
    article article {
        margin-bottom: 10px;
        padding-bottom: 4%;
    }
    article.compact {
        padding: 4% 0% 4% 0%;
    }
    article.tweet {
        padding: 1% 0% 4% 0%;
    }
    article.reddit {
        padding: 1% 0% 5% 0%;
    }
    article .image {
        height: 200px;
    }
    article.tweet .image,
    article.tweet .image a,
    article .relatedContent article.tweet .image a  {
        width: 70px;
        height: 47px;
    }
    article.tweet .avatar {
        margin-left: 4%;
        margin-right: 2%;
    }
    article.tweet .logo {
        margin: 2.5% 4% 0% 0%;
    }
    article.reddit .logo {
        margin: 3% 4% 0% 0%;
        width: 21px;
        height: 17px;
    }
    article.reddit .logo img {
        width: 21px;
        height: 17px;
    }
    article.tweet .logo,
    article.tweet .logo img {
        width: 17px;
        height: 14px;
    }
    article.tweet .avatar,
    article.tweet .avatar a {
        width: 30px;
        height: 30px;
    }
    article.tweet h2,
    article .relatedContent article.tweet h2,
    article.compact .relatedContent article.tweet h2,
    article.reddit .relatedContent article.tweet h2 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 0px;
    }
    article.reddit small,
    article .relatedContent article.reddit small {
        padding: 2.5% 4% .5% 4%;
    }
    article.compact small,
    article small {
        font-size: 13px;
        padding-left: 4%;
        padding-right: 4%;
        padding: 2.5% 4% .5% 4%;
    }
    article.compact small,
    article .relatedContent article.compact small {
        padding: 0% 4% .5% 4%;
    }
    article.recommendedSites small {
        padding: 0% 0% 4% 0%;
    }
    article.compact h2,
    article.reddit h2,
    article .relatedContent article h2,
    article .relatedContent article.compact h2,
    article .relatedContent article.reddit h2 {
        font-size: 13px;
        line-height: 18px;
        padding-left: 4%;
        padding-right: 4%;
    }
    article h2 {
        font-size: 15px;
        line-height: 20px;
        padding-left: 4%;
        padding-right: 4%;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    article.compact p,
    article p,
    article .relatedContent article.compact p {
        font-size: 13px;
        line-height: 18px;
        padding-left: 4%;
        padding-right: 4%;
    }
    article.reddit p,
    article .relatedContent article.reddit p {
        margin: 2% 4% 0% 4%;
        padding-left: 4%;
        padding-right: 3%;
        font-size: 13px;
        line-height: 18px;
    }
    article.reddit p small a {
        display: inline-block;
        max-width: 200px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    article.tweet .image {
        margin: 2.5% 4% 1% 3%;
    }
    article.tweet .subLink {
        margin: 2% 4% 1.5% 4%;
    }
    article.tweet .subLink h4 {
        font-size: 11px;
        margin: 1.5% 0% 0% 4.5%;
    }
    article.tweet .subLink h5 {
        margin: 0% 0% 0% 4.5%;
    }
    article.tweet p,
    article .relatedContent article.tweet p {
        font-size: 13px;
        line-height: 18px;
        padding-left: 4%;
        padding-right: 4%;
        margin-top: 0%;
    }
    article.tweet .metadata {
        padding: 1% 0% 0% 4%;
    }
    article .metadata a {
        margin-right: 2px;
    }
    article .metadata a:last-child {
        padding-right: 0px;
        margin-right: 0px;
    }
    article.tweet .sourceLink {
        padding: 1% 4% 0% 0%;
        margin-top: 3px;
    }
    article a.exploreRelated {
        padding-left: 1%;
    }
    article li {
        font-size: 13px;
        line-height: 18px;
        margin: 2% 4% 0% 10%;
    }
    
    li:before {
       width: 20px;
       margin-left: -20px;
       margin-bottom: -4px;
    }
    
    article .coverageList li {
        margin: 0% 4% 0% 4%;    
    }
    
    article .coverageList li .title {
        font-size: 12px;
        font-weight: 500;
        clear: both;
    }
    article .coverageList li .title a {
       padding: 7px 0px 0px 0px;
    }

    article .coverageList li .source {
        display: block;
        float: none;
        text-align: left;
        padding: 0px 0px 7px 0px;
        font-size: 12px;
        white-space: nowrap;
        word-wrap: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 400;
    }
    .noResults .finePrint {
        padding-right: 10px;
    }
    .noResults .footer {
        position: absolute;
        display: block;
        width: 95%;
        bottom: 2%;
        text-align: center;
    }
    .noResults .finePrint,
    .noResults .otherLinks {
        position: relative;
        bottom: auto;
        left: auto;
        display: inline-block;
        text-align: center;
    }
    .showExplainer.noResults .finePrint,
    .showExplainer.noResults .otherLinks {
        position: relative;
        bottom: auto;
        left: auto;
        display: inline-block;
    }
    .showExplainer.noResults .footer {
        position: relative;
        display: block;
        width: auto;
        bottom: auto;
        text-align: center;
    }

    /* INTERSITIAL */

    .inter-header-div {
        max-width: 100%;
        margin: 0;
    }
    .inter-section-logo h1 {
        width: 110px;
        height: 25px;
    }
    .inter-section-logo p {
        font-size: 13px;
    }
    .tagline-mobile {
        display: block;
    }
    .tagline-desktop {
        display: none;
    }
    .inter-download-btn img {
        height: 20px;
        margin: 8.5px;
        display: block;
    }
    .download-box h2 {
        font-size: 20px;
    }
    .download-box p {
        font-size: 14px;
        line-height: 20px;
        font-weight: 300;
    }
}