@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@charset "UTF-8";

@font-face {
  font-family: "startpage";
  src:url("../fonts/startpage.eot");
  src:url("../fonts/startpage.eot?#iefix") format("embedded-opentype"),
    url("../fonts/startpage.woff") format("woff"),
    url("../fonts/startpage.ttf") format("truetype"),
    url("../fonts/startpage.svg#startpage") format("svg");
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: "iconvault";
  src: url("../fonts/iconvault_forecastfont.eot");
  src: url("../fonts/iconvault_forecastfont.eot?#iefix") format("embedded-opentype"),
  url("../fonts/iconvault_forecastfont.woff") format("woff"),
  url("../fonts/iconvault_forecastfont.ttf") format("truetype"),
  url("../fonts/iconvault_forecastfont.svg#iconvault") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "startpage" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "startpage" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "\61";
}
.icon-close:before {
  content: "\62";
}
.icon-hamburger:before {
  content: "\63";
}
.icon-list:before {
  content: "\64";
}
.icon-logo-icon:before {
  content: "\65";
}
.icon-location:before {
  content: "\66";
}
.icon-out:before {
  content: "\67";
}
.icon-play:before {
  content: "\68";
}
.icon-search:before {
  content: "\69";
}
.icon-start:before {
  content: "\6a";
}
.icon-thumbs-down:before {
  content: "\6b";
}
.icon-thumbs-up:before {
  content: "\6c";
}
.icon-video:before {
  content: "\6d";
}
.icon-weather:before {
  content: "\6e";
}
.icon-view:before {
  content: "\6f";
}

.w-night:before,
.w-sunny:before,
.w-frosty:before,
.w-windysnow:before,
.w-showers:before,
.w-basecloud:before,
.w-cloud:before,
.w-rainy:before,
.w-mist:before,
.w-windysnowcloud:before,
.w-drizzle:before,
.w-snowy:before,
.w-sleet:before,
.w-moon:before,
.w-windyrain:before,
.w-hail:before,
.w-sunset:before,
.w-windyraincloud:before,
.w-sunrise:before,
.w-sun:before,
.w-thunder:before,
.w-windy:before {
  font-family: "iconvault";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}



[class^="w-"],
[class*=" w-"] {
  font-family: 'iconvault';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 4.5em;

}

/* -----BaseCloud----- */

.basecloud:before  {
  font-family: 'iconvault';
  font-size: 4.5em;
  content: '\f105';
  position:absolute;
  color:rgb(204, 204, 204);
}



/* -----windyraincloud----- */

.windyraincloud:before  {
  font-family: 'iconvault';
  font-size: 4.5em;
  content: '\f111';
  position:absolute;
  color:rgb(204, 204, 204);
}

/* -----Windysnowcloud----- */

.windysnowcloud:before  {
  font-family: 'iconvault';
  font-size: 4.5em;
  content: '\f109';
  position:absolute;
  color:rgb(204, 204, 204);
}

/* -----Basethundercloud----- */

.basethundercloud:before  {
  font-family: 'iconvault';
  font-size: 4.5em;
  content: '\f105';
  position:absolute;
  color:#000;

}


/* -----Thunder----- */

.w-thunder::before  {
  content: "\f114";
  position:absolute;
  color:rgb(255, 165, 0);
}

/* -----Sunny----- */

.w-sunny::after {
  content: "\f101";
  color:rgb(255, 165, 0);
  position: absolute;
}


/* -----Drizzle----- */

.w-drizzle::before  {
  content: "\f10a";
  color: #82b2e4;
  position: absolute;
}

/* -----Hail----- */

.w-hail::before {
  content: "\f10f";
  position:absolute;
  color:rgb(204, 204, 204);}

/* -----Showers----- */

.w-showers::before  {
  content: "\f104";
  position:absolute;
  color:#82b2e4;
}

/* -----Rainy----- */

.w-rainy::before {
  content: "\f107";
  position:absolute;
  color:#4681c3;
}

/* -----Snowy----- */

.w-snowy::before  {
  content: "\f10b";
  position:absolute;
  color:#acd3f3;
}

/* -----Frosty----- */

.w-frosty::before {
  content: "\f102";
  position:absolute;
  color:#85d8f7;
}

/* -----Windy----- */

.w-windy::before  {
  content: "\f115";
  position:absolute;
  color:rgb(204, 204, 204);
}

/* -----WindyRain----- */

.w-windyrain::before {
  content: "\f10e";
  position:absolute;
  color:#acd3f3;
}

/* -----WindySnow----- */

.w-windysnow::before {
  content: "\f103";
  position:absolute;
  color:#acd3f3;
}

/* -----Sleet----- */

.w-sleet::before  {
  content: "\f10c";
  position:absolute;
  color:#acd3f3;
}

/* -----Moon----- */

.w-moon::after {
  content: "\f10d";
  color:rgb(255, 165, 0);
  position: absolute;
}

/* -----Night----- */

.w-night::after {
  content: "\f100";
  position:absolute;
  color:rgb(255, 165, 0);
}


/* -----Sun----- */

.w-sun::after {
  content: "\f113";
  color:rgb(255, 165, 0);
  position: absolute;
}

/* -----Cloud----- */

.w-cloud::after {
  content: "\f106";
  color:rgb(204, 204, 204);
  position: absolute;
}


/* -----Sunrise----- */

.w-sunrise:before  {
  content: '\f112';
  color:rgb(255, 165, 0);
  position: absolute;
}

/* -----Sunset----- */

.w-sunset:before  {
  content: '\f110';
  color:#f96f23;
  position: absolute;
}

/* -----Mist----- */

.w-mist:before  {
  content: '\f108';
  color:rgb(204, 204, 204);
  position: absolute;
}@import "fonts.css";
html, body {
  height: 100%;
}
/* Reset */
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

body {
    background: white;
    color: rgba(0,0,0,.87);
    font-family: Roboto, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}
img.responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}
#startWrapper,
body.homepage,
.related-section {
    background: #f6f6f6;
}
#startWrapper header {
    background: #f6f6f6;
}
.startpage-container {
    width: 100%;
    overflow: hidden;
}
/* General Styles */
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.flex-mid {
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
}
.f-right {
    float: right;
}
.f-left {
    float: left;
}
/* Titles */
.sc-title {
    font-weight: 700;
    font-size: 13px;
    color: #333;
    line-height: 16px;
    padding: 23px 15px 15px;
    margin: 0;
    text-transform: uppercase;
}
.news-list .sc-title:first-child {
    padding-top: 5px;
}
.key-title {
    font-size: 20px;
    font-weight: 400;
    padding: 0 15px 15px;
}
/* Form Elements */
.form-input {
    font-size: 14px;
    color: #222;
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 38px;
    padding: 6px 15px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid white;
}
.form-input:focus {
    outline: none;
}
.weather-module .form-input:focus {
    border-color: #ccc;
}
/* Header */
header .logo {
    width: 25px;
    height: 25px;
    text-align: center;
}
body.homepage header .logo {
    background: white;
}
header {
    padding: 15px 15px 0;
    top: 0;
    left: 0;
    right: 0;

    height: 60px;
    box-sizing: border-box;
    z-index: 981;
}
header .tap-area {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 1;
    padding: 4px;
    font-size: 18px;
}
header .tap-area .icon-hamburger {
    color: #ccc;
}
header .paths .level {
    padding-left: 8px;
}
header .paths .level i {
    margin-right: 4px;
}
header .paths .level a {
    color: #222;
    text-decoration: none;
}
header .level-start {
    font-weight: 700;
}
.search-container {
    padding: 8px 15px;
    position: relative;
    margin-top: 10px;
}

.search-container .form-group {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    border-radius: 2px;
    position: relative;
}

.search-container .form-input {
    padding-right: 40px;
}
.search-container .search-trigger {
    position: absolute;
    left: 12px;
    top: 9px;
    z-index: 980;
    font-size: 23px;
    color: #187ff7;
    width: 20px;
}

#searchInput {
    background-clip: padding-box;
    padding-left: 51px;
    padding-right: 15px;
}

#bang-selector {
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
    width: 50px;
    height: 38px;
}

#bang-dropdown {
    position: relative;
    left: 37px;
    top: 22px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #999;
}

/* ~videos Sections */
.videos-item {
    max-width: 220px;
    min-width: 220px;
    margin-right: 10px;
    position: relative;
}
div.duration {
    position: absolute;
    left: 8px;
    bottom: 53px; /* videos title + 8px */
    font-size: 11px;
    color: white;
    background: rgba(0,0,0,0.80);
    border-radius: 2px;
    line-height: 1;
    padding: 3px 4px 2px;
}
.videos-item .videos-title {
    position: absolute;
    background: white;
    height: 45px;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 8px;
    box-sizing: border-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
}
.videos-item .videos-thumb {
    min-height: 170px;
}
.videos-title .icon {
    font-size: 20px;
    margin-top: 2px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.videos-title .title {
    padding-left: 8px;
    font-size: 13px;
    line-height: 1.3;
}
.videos-slide {
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

/* News Section */
.news-item {
    background: white;
    margin-bottom: 4px;
}
.news-thumb {
    width: 40px;
    height: 40px;
    margin: 10px 5px 10px 15px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.news-thumb img {
    max-width: 40px;
    height: auto;
    display: block;
}
.news-preview .news-item {
    margin-bottom: 4px;
}
.news-preview .news-thumb {
    width: 60px;
    margin: 0;
    height: auto;
}
.news-preview .news-thumb img {
    max-width: 60px;
}
/* Extending the news-preview class for videos */

.with-videos.news-preview .news-thumb {
    width: 105px;
    margin: 0;
    height: 70px;
    max-height: 70px;
    background: black;
    position: relative;
}
.with-videos.news-preview .news-thumb .duration {
    bottom: 8px;
}
.with-videos.news-preview .news-thumb img {
    max-width: 105px;
}
.with-videos.news-preview .news-meta i {
    vertical-align: middle;
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.news-title {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
    padding-left: 10px;
    /* font-size: 11pt; */
    line-height: 1.3;
}
.news-title .news-meta {
    font-size: 11px;
    display: block;
    padding-top: 7px;
    opacity: .5;
}
.news-title .news-meta span {
    padding-left: 10px;
}
.news-go {
    padding: 8px 12px;
    text-align: right;
    font-size: 12px;
    color: #ccc;
}
.news-go .icon-out {
    margin-right: 5px;
}
.news-more {
    text-align: center;
    font-size: 13px;
    color: #999;
    padding: 6px 0 3px 0;
    line-height: 1;
}
.news-more i {
    display: block;
    margin-top: 3px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
/* Weather */
.weather-preview-module {
    padding: 0 15px;
}
.temp {
    font-size: 70px;
    font-weight: 100;
    padding: 0 15px 0 0;
}
.weather-icon {
    padding-top: 3px;
}
.weather-icon ul {
    width: 70px;
    height: 60px;
    position: relative;
    font-size: 14px;
    margin: 0 0 5px;
    padding: 0;
    list-style: none;
}
.weather-preview-module .data {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
    line-height: 1;
    font-size: 13px;
    padding-right: 10px;
}
.weather-preview-module .city {
    font-size: 20px;
    padding-bottom: 8px;
    font-weight: 700;
}
.weather-preview-module .date {
    display: inline-block;
    line-height: 1.3;
}
/* Trending Searches */
.search-item {
    padding: 8px 15px;
    background: white;
    margin-bottom: 1px;
}
.search-item .search-title {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    font-size: 15px;
}
.search-item .go {
    color: #ccc;
    padding-top: 3px;
    font-size: 16px;
}

/* Startpage Settings Dropdown */
.startpage-settings {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #D7D7D7;
    border-right: 0;
    border-top: 0;
    background: white;
    z-index: 981;
    padding: 5px 6px 8px 0px
}
.startpage-settings .close-dropdown {
    padding: 15px 15px 9px;
    font-size: 15px;
    color: #ccc;
}
.startpage-settings a {
    display: block;
    clear: both;
    padding: 14px 50px 14px 15px;
    text-decoration: none;
    line-height: 1;
    font-size: 15px;
    color: #222;
    text-align: right;
    position: relative;
    min-width: 110px;
}
.startpage-settings a i {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 19px;
    height: 42px;
    line-height: 1;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
}
.startpage-settings a i img {
    width: 17px;
    vertical-align: top;
    margin-top: 16px;
}
.startpage-settings a i img.dark-logo {
  margin-top: 0;
}
.startpage-settings .flag-icon {
    width: 17px;
    height: 13px;
    top: -1px;
}
.startpage-settings .flag-icon:before {
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    height: 13px;
    display: block;
}
.startpage-settings a i.icon-list {
    font-size: 17px;
}
.startpage-settings a i.icon-video {
    font-size: 18px;
}
.startpage-settings .selected-language {
    border-bottom: 1px solid #d7d7d7;
}
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@-webkit-keyframes spin-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes spin-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

.semi-circle-spin {
    position: relative;
    width: 35px;
    height: 35px;
    overflow: hidden;
}

.semi-circle-spin > div {
    position: absolute;
    border-width: 0px;
    border-radius: 100%;
    -webkit-animation: spin-rotate 0.6s 0s infinite linear;
    animation: spin-rotate 0.6s 0s infinite linear;
    background-image: -webkit-linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
    background-image: linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
    width: 100%;
    height: 100%;
}

.semi-circle-spin > div.pre-boot {
    background-image: -webkit-linear-gradient(transparent 0%, transparent 70%, #eee 30%, #eee 100%);
    background-image: linear-gradient(transparent 0%, transparent 70%, #eee 30%, #eee 100%);
}

.weather-icon .loader-inner {
    margin-left: 18px;
    margin-right: 32px;
    width: 20px;
    height: 20px;
}

.page-wrap {
  min-height: 100%;
  margin-bottom: -60px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.app-footer, .page-wrap:after {
  height: 60px; 
}
.app-footer {
  padding: 10px 15px 0;
  font-size: 11px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-top: 1px solid #ddd;
}
.app-footer p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.app-footer a {
  color: rgba(0,0,0,.87);
  text-decoration: none;
  margin-right: 15px;
}
.app-footer .copyright {
  opacity: .5;
}

.notice {
  position: relative;
  z-index: 100000;
  color: #fff;
	padding-top: 12px;
	/*box-shadow: 0 2px 9px 0 rgba(0,0,0,.2);*/
	background: #666;
	display: none;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: left;
  font-size: 12px;
  padding: 10px 15px;
}
/* if body showing the footnote */
body.has-note .notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.notice .first {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notice .last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notice a {
	color: #fff;
	margin-left: 2px;
  text-decoration: none;
}
.notice .agree {
  /*white-space: nowrap;*/
  /*line-height: 1;*/
  /*padding: 4px 7px 5px;*/
  font-size: 23px;
  font-weight: 300;
  /*color: #24a0ff;*/
  /*display: inline-block;*/
  /*border: 1px solid #24a0ff;*/
  /*border-radius: 3px;*/
}
.notice .close-this:hover {
	opacity: 7;
}

#flex-ad {
    margin: 0 auto;
    clear: both;
}

#flex-ad > div {
    padding-top: 15px;
}

.autocomplete-suggestions {
    z-index: 980 !important;
}

@media (min-width: 800px) {
    .weather-module {
        display: none;
    }

    .search {
        padding-top: 100px;
    }

    .quicklinks {
        padding-top: 10px;
    }
    
    .quicklinks .sc-title {
        display: none;
    }

    #quicklinks-list .card {
        background: transparent;
        cursor: pointer;
    }
    
    section {
        max-width: 700px;
        margin: auto;
    }
}.flow {
    /*margin: 0 -15px 0 -30px;*/
}
.flow-item {
    float: left;
    width: 50%;
    position: relative;
    z-index: 900;
    margin-bottom: 15px;
}
.flow-item .content {
    /*margin: 0 0 0 15px;*/
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
}  
.flow-item .image {
    position: relative;
    max-height: 138px;
    overflow: hidden;
    margin-top: -10px;
}
.flow-item .source {
    font-size: 10px;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px 10px;
}
.flow-item .source img {
    margin-right: 7px;
}
.flow-item .image .source {
    position:  absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    text-shadow: 0px 1px 1px rgba(0,0,0,1);
}
.flow-item .headline {
    font-size: 13px;
    padding: 10px 10px 0;
    line-height: 1.4;
}
.flow-item .source + .headline {
    padding-top: 0;
}
.flow-item .timeago {
    font-size: 9px;
    color: #ccc;
    line-height: 15px;
    padding-top: 5px;
}
.cards .grid { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0;
    /*margin: 0 -16px 0 -15px;*/
}
.cards .grid .card {
    width: 25%!important;
}
.square.cards .grid .card {
    width: 25%!important;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    left: -1px;
    background: white;
}
.square.cards .grid .card:before {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    bottom: -1px;
    left: 0;
    border: 1px solid #f6f6f6;
}
.cards .card .label {
    font-size: 10px;
}
.cards .card .label {
    font-size: 10px;
    opacity: .5;
    height: 24px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.square.cards .card .image {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 5px;
    width: 100%;
    padding: 5px 10px 0;
    border-radius: 4px;
    /* background: #f6f6f6;*/
    box-sizing: border-box;
}
.square.cards .card .image img {
    max-width: 32px;
    max-height: 32px;
}
.change-location {
    background: #f9f9f9;
    padding: 8px 10px;
    position: relative;
    margin-bottom: 15px;
}
.change-location .form-input {
    padding-right: 40px;
}
.change-location .location-trigger {
    position: absolute;
    right: 24px;
    top: 16px;
    z-index: 980;
    font-size: 23px;
    color: #187ff7;
}
.change-location .location-loader {
    position: absolute;
    right: 24px;
    top: 16px;
    z-index: 980;
}
#locationInput {
    background-clip: padding-box;
}
.semi-circle-spin > div.location-spinner {
    background-image: -webkit-linear-gradient(transparent 0%, transparent 70%, #187ff7 30%, #187ff7 100%);
    background-image: linear-gradient(transparent 0%, transparent 70%, #187ff7 30%, #187ff7 100%);
}
.location-loader > .semi-circle-spin {
    width: 23px;
    height: 23px;
}

.forecast-today {
    overflow: auto;
    padding: 25px 0 15px;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}
.forecast-item {
    width: 70px;
    min-width: 70px;
    background: #f9f9f9;
    margin-right: 5px;
    padding: 8px 0;
}
.forecast-item ul {
    position: relative;
    width: 35px;
    height: 40px;
}
.forecast-item ul li:first-child:before,
.forecast-item [class^="w-"],
.forecast-item [class*=" w-"] {
    font-size: 32px;
}
.forecast-item .temp {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.forecast-item .temp span {
    opacity: .4;
}
.forecast-item .moment {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.forecast-future {
    overflow: auto;
    text-align: center;
    padding-bottom: 80px;
    -webkit-overflow-scrolling: touch;
}
.forecast-future .forecast-item {
    width: 120px;
    min-width: 120px;
    margin-right: 5px;
    padding: 15px 0;
}
.forecast-future .forecast-item .moment {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
}
.forecast-future .forecast-item ul li:first-child:before,
.forecast-future .forecast-item [class^="w-"],
.forecast-future .forecast-item [class*=" w-"] {
    font-size: 54px;
}
.forecast-future .forecast-item ul {
    position: relative;
    width: 60px;
    height: 60px;
}