@charset "UTF-8";
.h6 .small {
  color: #4e4d4a;
}
.text-muted {
  color: #4e4d4a;
}
abbr[title], abbr[data-original-title] {
  border-bottom: 1px dotted #4e4d4a;
}
blockquote footer, blockquote small, blockquote .small {
  color: #4e4d4a;
}
.form-control::-moz-placeholder {
  color: #4e4d4a;
}
.form-control:-ms-input-placeholder {
  color: #4e4d4a;
}
.form-control::-webkit-input-placeholder {
  color: #4e4d4a;
}
.btn-warning {
  background-color: #e96e50;
}
.btn-warning .badge {
  color: #e96e50;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #4e4d4a;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #4e4d4a;
}
.dropdown-header {
  color: #4e4d4a;
}
.nav > li.disabled > a {
  color: #4e4d4a;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #4e4d4a;
}
.navbar-inverse .navbar-brand {
  color: #4e4d4a;
}
.navbar-inverse .navbar-text {
  color: #4e4d4a;
}
.navbar-inverse .navbar-nav > li > a {
  color: #4e4d4a;
}
.navbar-inverse .navbar-link {
  color: #4e4d4a;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #4e4d4a;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #4e4d4a;
}
.label-default {
  background-color: #4e4d4a;
}
.label-warning {
  background-color: #e96e50;
}
.badge {
  background-color: #4e4d4a;
}
.progress-bar-warning {
  background-color: #e96e50;
}
.modal-content {
  border: 1px solid #4e4d4a;
}
.popover.top > .arrow {
  border-top-color: #4e4d4a;
}
.popover.right > .arrow {
  border-right-color: #4e4d4a;
}
.popover.bottom > .arrow {
  border-bottom-color: #4e4d4a;
}
.popover.left > .arrow {
  border-left-color: #4e4d4a;
}
/*------------------------------------------------------------------
Project:	Mosaic
Version:	1.2
Created: 		20/01/2014
Last change:	27/02/2014
-------------------------------------------------------------------*/
/* ===== Body Style Toggle ===== */
.style-toggle-body .colors {
  margin: 0;
}
.style-toggle-body .colors > li {
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.style-toggle-body .colors > .green {
  background-color: #94BA65;
}
.style-toggle-body .colors > .blue {
  background-color: #2790B0;
}
.style-toggle-body .colors > .orange {
  background-color: #e96e50;
}
.style-toggle-body .colors > .red {
  background-color: #E35E54;
}
/* ===== Link and Font Colors ===== */
.body-green a, .body-green .text-color {
  color: #94BA65;
}
.body-blue a, .body-blue .text-color {
  color: #2790B0;
}
.body-orange a, .body-orange .text-color {
  color: #e96e50;
}
.body-red a, .body-red .text-color {
  color: #E35E54;
}
/* ===== Border Colors ===== */
.body-green .border-color {
  border-color: #94BA65;
}
.body-blue .border-color {
  border-color: #2790B0;
}
.body-orange .border-color {
  border-color: #e96e50;
}
.body-red .border-color {
  border-color: #E35E54;
}
/* ===== Background Colors ===== */
.body-green .bg-color {
  background-color: #94BA65;
}
.body-blue .bg-color {
  background-color: #2790B0;
}
.body-orange .bg-color {
  background-color: #e96e50;
}
.body-red .bg-color {
  background-color: #E35E54;
}
.body-green .bg-hover-color:hover, .body-green .open > .bg-hover-color {
  background-color: #94BA65 !important;
}
.body-blue .bg-hover-color:hover, .body-blue .open > .bg-hover-color {
  background-color: #2790B0 !important;
}
.body-orange .bg-hover-color:hover, .body-orange .open > .bg-hover-color {
  background-color: #e96e50 !important;
}
.body-red .bg-hover-color:hover, .body-red .open > .bg-hover-color {
  background-color: #E35E54 !important;
}
.body-green .dropdown-menu > .active > a, .body-green .dropdown-menu > .active > a:hover, .body-green .dropdown-menu > .active > a:focus {
  background-color: #94BA65;
}
.body-blue .dropdown-menu > .active > a, .body-blue .dropdown-menu > .active > a:hover, .body-blue .dropdown-menu > .active > a:focus {
  background-color: #2790B0;
}
.body-orange .dropdown-menu > .active > a, .body-orange .dropdown-menu > .active > a:hover, .body-orange .dropdown-menu > .active > a:focus {
  background-color: #e96e50;
}
.body-red .dropdown-menu > .active > a, .body-red .dropdown-menu > .active > a:hover, .body-red .dropdown-menu > .active > a:focus {
  background-color: #E35E54;
}
/* ===== Buttons Colors ===== */
.btn-color, .btn-color:hover, .btn-green, .btn-green:hover, .btn-blue, .btn-blue:hover, .btn-orange, .btn-orange:hover, .btn-red, .btn-red:hover {
  color: #fff !important;
  -webkit-transition: background-color 300ms, border-color 300ms;
  transition: background-color 300ms, border-color 300ms;
}
/* Button Green */
.body-green .btn-color, .btn-green {
  background-color: #94BA65;
  border-color: #749B46;
}
.body-green .btn-color:hover, .body-green .btn-color:focus, .body-green .btn-color:active, .btn-green:hover, .btn-green:focus, .btn-green:active {
  background-color: #749B46;
  border-color: #5F7F39;
}
/* Button Blue */
.body-blue .btn-color, .btn-blue {
  background-color: #2790B0;
  border-color: #217B97;
}
.body-blue .btn-color:hover, .body-blue .btn-color:focus, .body-blue .btn-color:active, .btn-blue:hover, .btn-blue:focus, .btn-blue:active {
  background-color: #217B97;
  border-color: #1A6075;
}
/* Button Orange */
.body-orange .btn-color, .btn-orange {
  background-color: #e96e50;
  border-color: #c1593f;
}
.body-orange .btn-color:hover, .body-orange .btn-color:focus, .body-orange .btn-color:active, .btn-orange:hover, .btn-orange:focus, .btn-orange:active {
  background-color: #c1593f;
  border-color: #9E511A;
}
/* Button Orange */
.body-red .btn-color, .btn-red {
  background-color: #E35E54;
  border-color: #E0493E;
}
.body-red .btn-color:hover, .body-red .btn-color:focus, .body-red .btn-color:active, .btn-red:hover, .btn-red:focus, .btn-red:active {
  background-color: #E0493E;
  border-color: #DD382C;
}
/* ===== Page Not Found ===== */
.body-green .not-found-p, .body-green .alt-p, .body-green .color-jumbotron {
  background: #94BA65;
  background-image: -webkit-radial-gradient(#A6C680, #749B46);
  background-image: radial-gradient(#A6C680, #749B46);
}
.body-blue .not-found-p, .body-blue .alt-p, .body-blue .color-jumbotron {
  background: #2790B0;
  background-image: -webkit-radial-gradient(#79C9E2, #2790B0);
  background-image: radial-gradient(#79C9E2, #2790B0);
}
.body-orange .not-found-p, .body-orange .alt-p, .body-orange .color-jumbotron {
  background: #e96e50;
  background-image: -webkit-radial-gradient(#E28D50, #e96e50);
  background-image: radial-gradient(#E28D50, #e96e50);
}
.body-red .not-found-p, .body-red .alt-p, .body-red .color-jumbotron {
  background: #E35E54;
  background-image: -webkit-radial-gradient(#EE9C96, #E35E54);
  background-image: radial-gradient(#EE9C96, #E35E54);
}
/*------------------------------------------------------------------
Project:	Mosaic
Version:	1.2
Created: 		20/01/2014
Last change:	27/02/2014
-------------------------------------------------------------------*/
/* ===== General ===== */
html, body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  color: #505050;
}
/* ===== Typography ===== */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Oswald", sans-serif;
}
/* ===== Sticky Footer ===== */
.wrapper {
  min-height: 100%;
  height: auto !important;
  /* for older versions of IE */
  height: 100%;
  margin-bottom: -348px;
  /* footer height + margin */
  padding-top: 20px;
  /* margin */
  padding-bottom: 348px;
  /* footer height + margin */
}
/* ===== Mini Navbar ===== */
.mini-navbar {
  width: 100%;
  height: 40px;
  font-size: 0.9em;
  z-index: 9999;
  position: relative;
}
.mini-navbar .hidden-sm {
  display: inline-block !important;
}
.mini-navbar .phone {
  display: inline-block;
  padding: 10px;
}
.mini-navbar a {
  display: inline-block;
  padding: 10px 10px 11px 10px;
  -webkit-transition: background 500ms;
  transition: background 500ms;
}
.mini-navbar a.first-child {
  margin-left: -25px;
  /* To align with logo and container */
}
.mini-navbar a:hover {
  text-decoration: none;
}
/* Mini Navbar Dark */
.mini-navbar-dark {
  background: #353432;
  color: #ecf0f1;
  border-bottom: 1px solid #666;
}
.mini-navbar-dark a {
  color: #ecf0f1;
}
.mini-navbar-dark a:hover {
  background: #242424;
}
/* Mini Navbar White */
.mini-navbar-white {
  background: #fff;
  color: #505050;
  border-bottom: 1px solid #ecf0f1;
}
.mini-navbar-white a {
  color: #505050;
}
.mini-navbar-white a:hover {
  background: #f5f5f5;
}
/* Search Form */
.mini-navbar form {
  width: 250px;
}
.mini-navbar form .form-control {
  height: 26px;
  margin: 7px 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mini-navbar form button {
  height: 26px;
  margin: 7px 0;
  padding: 2px 7px;
  background: #ecf0f1;
}
.mini-navbar-dark form .form-control {
  background: #484848;
  color: #ccc;
}
.mini-navbar-white form .form-control {
  background: #fff;
  border: 1px solid #dedede;
  color: #505050;
}
/* ===== Navbar ===== */
.navbar-static-top {
  right: 0;
  left: 0;
}
/* Navbar gets a bit higher */
.navbar {
  min-height: 75px;
  margin-bottom: 0 !important;
}
.navbar-form {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}
.navbar-brand {
  padding: 25px 15px;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
}
.navbar-brand > span {
  font-size: 14px;
}
.navbar-btn {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}
.navbar-text {
  margin-top: 27.5px;
  margin-bottom: 27.5px;
}
.navbar-toggle {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}
/* Navbar Dark */
.navbar-dark {
  background-color: #4E4D4A;
  border: 0;
}
.navbar-dark .navbar-brand {
  color: #ecf0f1;
  text-shadow: 1px 1px 2px #333;
}
.navbar-dark .navbar-brand > span {
  color: #ccc;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-text {
  color: #ecf0f1;
}
.navbar-dark .navbar-nav > li > a {
  color: #ecf0f1;
  background: transparent;
  -webkit-transition: background 500ms;
  transition: background 500ms;
}
/* .navbar-dark .navbar-nav > li > a:hover,
.navbar-dark .navbar-nav > li > a:focus {
	color: #FFF;
} */
.navbar-dark .navbar-nav > .active > a, .navbar-dark .navbar-nav > .active > a:hover, .navbar-dark .navbar-nav > .active > a:focus {
  color: #FFF;
  background-color: #353432;
}
.navbar-dark .navbar-nav > .disabled > a, .navbar-dark .navbar-nav > .disabled > a:hover, .navbar-dark .navbar-nav > .disabled > a:focus {
  color: #bdc3c7;
}
.navbar-dark .navbar-toggle {
  border-color: transparent;
  background: transparent;
}
.navbar-dark .navbar-toggle:hover, .navbar-dark .navbar-toggle:focus {
  background-color: #353432;
}
.navbar-dark .navbar-toggle .icon-bar {
  background-color: #ecf0f1;
}
.navbar-dark .navbar-toggle:hover .icon-bar, .navbar-dark .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.navbar-dark .navbar-collapse, .navbar-dark .navbar-form {
  border-color: #353432;
}
.navbar-dark .navbar-nav > .open > a, .navbar-dark .navbar-nav > .open > a:hover, .navbar-dark .navbar-nav > .open > a:focus {
  color: #FFF;
}
.navbar-nav > .open > a:after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  z-index: 9999;
  bottom: -5px;
  left: 50%;
  margin-left: -10px;
  font-size: 36px;
}
.navbar-dark .navbar-nav > .open > a:after {
  color: #353432;
}
.navbar-white .navbar-nav > .open > a:after {
  color: #fff;
}
.navbar-dark .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}
.navbar-dark .navbar-nav > .dropdown > a .caret {
  border-top-color: #ecf0f1;
  border-bottom-color: #ecf0f1;
}
.navbar-dark .navbar-nav > .open > a .caret, .navbar-dark .navbar-nav > .open > a:hover .caret, .navbar-dark .navbar-nav > .open > a:focus .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}
/* Navbar Dark Dropdown Menu */
.navbar-dark .navbar-nav > li > .dropdown-menu {
  background-color: #353432;
  border: 1px solid #353432;
  border-top: 1px solid #666;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-dark .dropdown-menu > li > a {
  padding: 7px 20px;
  border-bottom: 1px solid #666;
  color: #fff;
}
.navbar-dark .dropdown-menu > li > a:hover, .navbar-dark .dropdown-menu > li > a:focus {
  color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.navbar-dark .dropdown-menu > li:last-child > a {
  border-bottom: 0;
}
.navbar-dark .navbar-link {
  color: #ecf0f1;
}
.navbar-dark .navbar-link:hover {
  color: #FFF;
}
/* Navbar Dark Mobile */
/* Navbar White */
.navbar-white {
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 16px 0 rgba(50, 50, 50, 0.3);
  box-shadow: 0 0 16px 0 rgba(50, 50, 50, 0.3);
}
.navbar-white .navbar-brand {
  color: #505050;
}
.navbar-white .navbar-brand > span {
  color: #ccc;
}
.navbar-white .navbar-brand:hover, .navbar-white .navbar-brand:focus {
  color: #111;
}
.navbar-white .navbar-text {
  color: #505050;
}
.navbar-white .navbar-nav > li > a {
  color: #505050;
  background: transparent;
  -webkit-transition: background 500ms;
  transition: background 500ms;
}
/* .navbar-white .navbar-nav > li > a:hover,
.navbar-white .navbar-nav > li > a:focus {
	color: #fff;
} */
.nav-hover-fix:hover {
  color: #fff !important;
}
.navbar-white .navbar-nav > .active > a, .navbar-white .navbar-nav > .active > a:hover, .navbar-white .navbar-nav > .active > a:focus {
  color: #111;
  background: #f5f5f5;
}
.navbar-white .navbar-nav > .disabled > a, .navbar-white .navbar-nav > .disabled > a:hover, .navbar-white .navbar-nav > .disabled > a:focus {
  color: #ccc;
}
.navbar-white .navbar-toggle {
  border-color: transparent;
  background: transparent;
}
.navbar-white .navbar-toggle:hover, .navbar-white .navbar-toggle:focus {
  background-color: #f5f5f5;
}
.navbar-white .navbar-toggle .icon-bar {
  background-color: #505050;
}
.navbar-white .navbar-toggle:hover .icon-bar, .navbar-white .navbar-toggle:focus .icon-bar {
  background-color: #111;
}
.navbar-white .navbar-collapse, .navbar-white .navbar-form {
  border-color: #ccc;
}
.navbar-white .navbar-nav > .open > a, .navbar-white .navbar-nav > .open > a:hover, .navbar-white .navbar-nav > .open > a:focus {
  color: #fff;
}
.navbar-white .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-white .navbar-nav > .dropdown > a .caret {
  border-top-color: #505050;
  border-bottom-color: #505050;
}
.navbar-white .navbar-nav > .open > a .caret, .navbar-white .navbar-nav > .open > a:hover .caret, .navbar-white .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
/* Navbar White Dropdown Menu */
.navbar-white .navbar-nav > li > .dropdown-menu {
  background-color: #fff;
  border: 1px solid #ecf0f1;
  border-top: 1px solid #f5f5f5;
}
.navbar-white .dropdown-menu > li > a {
  padding: 7px 20px;
  border-bottom: 1px solid #ecf0f1;
  color: #505050;
}
.navbar-white .dropdown-menu > li > a:hover, .navbar-white .dropdown-menu > li > a:focus {
  color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.navbar-white .dropdown-menu > li:last-child > a {
  border-bottom: 0;
}
.navbar-white .navbar-link {
  color: #505050;
}
.navbar-white .navbar-link:hover {
  color: #505050;
}
/* Navbar White Mobile */
/* ===== Style Toggle ===== */
.style-toggle-btn {
  position: absolute;
  z-index: 50505055;
  top: -3px;
  left: -46px;
  color: #FFF;
  background: #4E4D4A;
  padding: 12px;
  font-size: 18px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  cursor: pointer;
}
.style-toggle-btn.fa-angle-double-right {
  padding: 12px 17px 12px 16px;
}
.style-toggle {
  position: fixed;
  z-index: 50505055;
  top: 150px;
  right: -180px;
  max-width: 180px;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
  background: #fff;
  border: 3px solid #666;
  border-right: 0;
  color: #505050;
  -webkit-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
}
.style-toggle-show {
  right: 0;
}
.style-toggle-header {
  padding: 10px;
  color: #fff;
  background: #666;
}
.style-toggle-body {
  padding: 10px;
}
/* ===== Back to Top link ===== */
.backtotop {
  background: #666;
  padding: 10px 15px;
  font-size: 18px;
  color: #FFF;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}
.backtotop:hover {
  background: #4E4D4A;
}
/* ===== Footer ===== */
footer {
  padding: 20px 0;
  margin-top: 50px;
}
footer h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #4E4D4A;
  margin-bottom: 20px;
}
footer h3 > span {
  padding: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* Footer Dark */
.footer-dark {
  background: #353432;
  color: #ecf0f1;
}
.footer-dark hr {
  border-top: 1px solid #4E4D4A;
}
/* Footer White */
.footer-white {
  background: #fff;
  border-top: 1px solid #dedede;
  color: #4e4d4a;
}
.footer-white h3 {
  border-color: #eee;
}
/* Social Links */
.social > ul, .social > ul > li {
  margin: 0;
  padding: 0;
}
.social li > a {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: 0 2px 2px 0;
  -webkit-border-radius: 34px;
  border-radius: 34px;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  background: #fff;
  color: #4E4D4A;
  transition: background 500ms, color 500ms;
  -webkit-transition: background 500ms, color 500ms;
}
.social li:hover > a {
  color: #fff;
}
.social li > a.rss:hover {
  background: #ff9900;
}
.social li > a.facebook:hover {
  background: #3B5998;
}
.social li > a.twitter:hover {
  background: #1dcaff;
}
.social li > a.plus:hover {
  background: #dd4b39;
}
.social li > a.vk:hover {
  background: #3f628a;
}
.social li > a.pinterest:hover {
  background: #c92026;
}
.social li > a.vimeo:hover {
  background: #446d82;
}
.social li > a.github:hover {
  background: #657e8c;
}
.social li > a.linkedin:hover {
  background: #0c7bb3;
}
.social li > a.dropbox:hover {
  background: #4fa3e3;
}
.social li > a.youtube:hover {
  background: #ed413e;
}
/* Footer White Social Links */
.footer-white .social li > a {
  border: 1px solid #ccc;
}
.footer-white .social li > a:hover {
  border: 1px solid transparent;
}
/* ===== Jumbotron ===== */
.main-slideshow {
  position: relative;
  margin-top: -20px;
}
.jumbotron.first {
  background: url(../themes/openweather_b2b/assets/img/slide-1.jpg) no-repeat center center;
  background-size: cover;
}
.jumbotron.second {
  background: url(../themes/openweather_b2b/assets/img/slide-2.jpg) no-repeat center center;
  background-size: cover;
}
.jumbotron.third {
  background: url(../themes/openweather_b2b/assets/img/slide-3.jpg) no-repeat center center;
  background-size: cover;
}
.jumbotron.forth {
  background: url(../themes/openweather_b2b/assets/img/slide-4.jpg) no-repeat center center;
  background-size: cover;
}
.jumbotron.fifth {
  background: url(../themes/openweather_b2b/assets/img/slide-5.jpg) no-repeat center center;
  background-size: cover;
}
.jumbotron.sixth {
  background: url(../themes/openweather_b2b/assets/img/slide-6.jpg) no-repeat center center;
  background-size: cover;
}
.jumbotron.seventh {
  background: url(../themes/openweather_b2b/assets/img/slide-7.jpg) no-repeat center center;
  background-size: cover;
}
.jumbotron.eighth {
  background-size: cover;
  padding-left: 0;
}
@media (max-width: 768px) {
  .jumbotron.eighth {
    background: #3c5a8f url(../themes/openweather_b2b/assets/img/slide-8-768.jpg) no-repeat center center;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .jumbotron.eighth {
    background: #3c5a8f url(../themes/openweather_b2b/assets/img/slide-8-1024.jpg) no-repeat center center;
  }
}
@media (min-width: 1025px) and (max-width: 1376px) {
  .jumbotron.eighth {
    background: #3c5a8f url(../themes/openweather_b2b/assets/img/slide-8-1376.jpg) no-repeat center center;
  }
}
@media (min-width: 1377px) and (max-width: 1920px) {
  .jumbotron.eighth {
    background: #3c5a8f url(../themes/openweather_b2b/assets/img/slide-8-1920.jpg) no-repeat center center;
  }
}
@media (min-width: 1921px) {
  .jumbotron.eighth {
    background: #3c5a8f url(../themes/openweather_b2b/assets/img/slide-8-large.jpg) no-repeat center center;
  }
}
/* 1.5 dpr */
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 768px), (min-resolution: 144dpi) and (max-width: 768px) {
  .jumbotron.eighth {
    background: #3c5a8f url(../themes/openweather_b2b/assets/img/slide-8-768x2.jpg) no-repeat center center;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 769px) and (max-width: 1024px), (min-resolution: 144dpi) and (min-width: 769px) and (max-width: 1024px) {
  .jumbotron.eighth {
    background: #3c5a8f url(../themes/openweather_b2b/assets/img/slide-8-1024x2.jpg) no-repeat center center;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1025px) and (max-width: 1376px), (min-resolution: 144dpi) and (min-width: 1025px) and (max-width: 1376px) {
  .jumbotron.eighth {
    background: #3c5a8f url(../themes/openweather_b2b/assets/img/slide-8-1376x2.jpg) no-repeat center center;
  }
}
.jumbotron {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #FFF;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.jumbotron h1 {
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.jumbotron.first img {
  width: 90%;
  margin: 50px auto 0;
}
.jumbotron.second img {
  position: absolute;
  bottom: -600px;
  left: 50%;
  margin-left: -300px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  transition: bottom 0.3s;
  -webkit-transition: bottom 0.3s;
}
.jumbotron.second img:hover {
  bottom: -590px;
}
.jumbotron.third .video {
  width: 80%;
  margin: 50px auto 0 auto;
}
.jumbotron.forth img {
  width: 90%;
  margin: 50px auto 0;
}
.jumbotron.fifth img {
  width: 90%;
  margin: 50px auto 0;
}
.jumbotron.sixth img {
  width: 90%;
  margin: 50px auto 0;
}
.jumbotron.seventh img {
  width: 90%;
  margin: 50px auto 0;
}
.jumbotron.first h1, .jumbotron.third h1 {
  margin-top: 50px;
}
.jumbotron .lead {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.jumbotron .btn {
  font-size: 18px;
  padding: 15px 30px;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* Slideshow controls */
a.slideshow-arrow {
  position: absolute;
  display: block;
  height: 100px;
  width: 50px;
  top: 50%;
  margin-top: -60px;
  background: transparent;
  color: transparent;
  font-size: 32px;
  font-weight: 300;
  line-height: 100px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 500ms, color 500ms;
  transition: background 500ms, color 500ms;
}
.main-slideshow:hover a.slideshow-arrow {
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
}
a.slideshow-arrow:hover, a.slideshow-arrow:active {
  text-decoration: none;
}
a.slideshow-arrow-prev {
  left: 0;
  right: auto;
  padding-right: 5px;
}
a.slideshow-arrow-next {
  right: 0;
  left: auto;
  padding-left: 5px;
}
/* ===== Intro Text ===== */
.intro .btn {
  margin-top: 20px;
}
/* ===== Services ===== */
.services {
  margin-top: 30px;
  margin-bottom: 60px;
}
.services-item i {
  float: left;
  margin: 20px 15px 0 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.services-item-desc {
  overflow: hidden;
}
/* Portfolio */
.portfolio {
  margin-bottom: 30px;
}
.portfolio-item > a {
  position: relative;
  display: block;
  overflow: hidden;
}
.portfolio-item > a > img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.portfolio-item > a > .mask {
  position: absolute;
  bottom: -40px;
  width: 100%;
  padding: 10px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  background: #4E4D4A;
  color: #fff;
  -webkit-transition: bottom 500ms;
  transition: bottom 500ms;
}
.col-sm-3 > .portfolio-item > a > .mask, .col-md-3 > .portfolio-item > a > .mask, .col-lg-3 > .portfolio-item > a > .mask {
  font-size: 0.9em;
}
.portfolio-item > a:hover > .mask {
  bottom: 0;
}
.portfolio-desc {
  padding: 0 5px;
  margin-bottom: 20px;
}
.portfolio-desc > h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}
/* ===== Features ===== */
.features.last {
  margin-bottom: 50px;
}
.divider {
  border-bottom: 1px solid #eee;
  margin: 20px 0 40px;
}
.features h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 50px;
}
.features p {
  line-height: 1.7;
}
.features img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.features .border-bottom {
  border-bottom: 1px solid #dedede;
}
/* ===== Block Block ===== */
.recent-blogs {
  margin-bottom: 20px;
}
.recent-blog {
  margin-bottom: 20px;
}
.recent-blog img {
  height: 70px;
  width: 70px;
  float: left;
  margin-right: 20px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
}
.recent-blog-desc {
  overflow: hidden;
}
.recent-blog-desc h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 0;
}
.recent-blog-desc p {
  line-height: 1.7;
}
/* ===== About Us Page ===== */
.about-us-p img {
  max-width: 40%;
  margin: 0 20px 20px 0;
}
/* Our Team */
.team-member {
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
}
.team-member:hover {
  border-color: #ddd;
}
.team-member > img {
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* ===== Blog Page ===== */
.blog-p img.author {
  float: left;
  height: 70px;
  width: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  margin-right: 20px;
}
.blog-p-body {
  overflow: hidden;
}
.blog-p-body p {
  line-height: 1.7;
}
.blog-p-body .flex-video {
  margin: 20px 0;
}
.blog-p-body img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 20px 0;
}
.blog-p-search {
  margin-bottom: 40px;
}
.blog-p-social {
  list-style-type: none;
  margin: 0 0 40px 0;
  padding: 0;
}
.blog-p-social > li {
  padding: 0;
  border-bottom: 1px solid #eee;
}
.blog-p-social > li a {
  display: block;
  padding: 10px 0;
}
.blog-p-social > li i {
  margin-right: 10px;
}
.blog-p-popular {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.blog-p-popular > li {
  margin-bottom: 10px;
}
/* ===== Comments ===== */
.comments {
  margin: 20px 0;
}
.cmt {
  margin-bottom: 15px;
}
.cmt > img {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin: 0 10px 0 0;
}
.cmt > .cmt-block {
  overflow: hidden;
}
.cmt > .cmt-block > .cmt-body {
  margin-top: 5px;
}
.cmt > .cmt-block textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* ===== Coming Soon ===== */
.coming-soon-p {
  padding: 100px 0;
  background: url(../themes/openweather_b2b/assets/img/bg-1.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
}
.coming-soon-p h1 {
  font-size: 50px;
  text-shadow: 1px 1px 2px #505050;
}
.coming-soon-p .lead {
  margin: 40px 0 50px;
  text-shadow: 1px 1px 2px #505050;
}
.coming-soon-p form .form-control, .color-jumbotron form .form-control {
  /* Same form for the shop jumbotron */
  height: 45px;
  width: 300px;
  padding: 12px 24px;
  -webkit-border-radius: 45px 0 0 45px;
  border-radius: 45px 0 0 45px;
  font-size: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.coming-soon-p form button, .color-jumbotron form button {
  height: 45px;
  -webkit-border-radius: 0 45px 45px 0;
  border-radius: 0 45px 45px 0;
  margin-left: -4px;
}
.is-countdown {
  margin-top: 50px;
  margin-bottom: 100px;
  font-size: 32px;
  text-shadow: 1px 1px 2px #505050;
  font-family: "Oswald", sans-serif;
}
.countdown-rtl {
  direction: rtl;
}
.countdown-row {
  clear: both;
  width: 100%;
  padding: 0px 2px;
  text-align: center;
}
.countdown-show1 .countdown-section {
  width: 98%;
}
.countdown-show2 .countdown-section {
  width: 48%;
}
.countdown-show3 .countdown-section {
  width: 32.5%;
}
.countdown-show4 .countdown-section {
  width: 24.5%;
}
.countdown-show5 .countdown-section {
  width: 19.5%;
}
.countdown-show6 .countdown-section {
  width: 16.25%;
}
.countdown-show7 .countdown-section {
  width: 14%;
}
.countdown-section {
  display: block;
  float: left;
  font-size: 75%;
  text-align: center;
}
.countdown-amount {
  font-size: 200%;
}
.countdown-period {
  display: block;
}
.countdown-descr {
  display: block;
  width: 100%;
}
/* ===== Contact Us ===== */
.map {
  overflow: hidden;
}
/* ===== Portfolio List ===== */
.glr-list-p > li:first-child {
  padding-left: 5px !important;
}
.glr-list-p > li {
  margin-bottom: 10px;
}
.glr-list-p > li.clearfix {
  display: none;
}
/* ===== Portfolio Item ===== */
.port-slideshow-p {
  position: relative;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 30px;
}
/* Slideshow controls */
a.port-arrow-p {
  position: absolute;
  display: block;
  height: 100px;
  width: 50px;
  top: 50%;
  margin-top: -50px;
  background: transparent;
  color: transparent;
  font-size: 32px;
  font-weight: 300;
  line-height: 100px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 500ms, color 500ms;
  transition: background 500ms, color 500ms;
}
.port-slideshow-p:hover a.port-arrow-p {
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
}
a.port-arrow-p:hover, a.port-arrow-p:active {
  text-decoration: none;
}
a.port-arrow-prev {
  left: 0;
  right: auto;
  padding-right: 5px;
}
a.port-arrow-next {
  right: 0;
  left: auto;
  padding-left: 5px;
}
/* !Slideshow controls */
.port-item-p h3 {
  line-height: 1.5;
}
.port-item-p p {
  line-height: 1.7;
}
/* ===== Pricing Table ===== */
.pricing-p .item {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: margin-top 500ms;
  transition: margin-top 500ms;
}
.pricing-p .item:hover {
  margin-top: -10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.pricing-p .head {
  position: relative;
  margin-bottom: 50px;
  padding: 30px 10px 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.pricing-p .head h4 {
  color: #FFF;
  text-transform: uppercase;
}
.pricing-p .head .arrow {
  position: absolute;
  bottom: -30px;
  left: 0;
  height: 30px;
  width: 100%;
  border-top-width: 30px;
  border-top-style: solid;
  border-right: 99px solid white;
  border-left: 99px solid white;
}
.pricing-p .sceleton h5 {
  font-size: 30px;
}
.pricing-p .sceleton span {
  font-size: 24px;
}
.pricing-p .sceleton ul {
  margin: 0 0 10px;
  padding: 0;
}
.pricing-p .sceleton li {
  list-style-type: none;
  padding: 10px 0;
  border-top: 1px dotted #ccc;
}
.pricing-p .sceleton li:hover {
  border-top: 1px solid #ccc;
  background: #eee;
  cursor: pointer;
}
/* ===== Services Page ===== */
.services-p {
  margin: 10px 0;
}
/* ===== Sign In & Sign Up ===== */
.sign-form {
  padding: 30px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.sign-form .popover {
  min-width: 200px;
}
.popover-title {
  font-family: "Roboto", sans-serif !important;
  background: transparent;
  font-weight: bold;
}
/* ===== 404 Not Found ===== */
.not-found-p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.not-found-p .text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -43px;
  margin-left: -98px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.not-found-p h1 {
  margin-top: 0;
}
.not-found-p h2 {
  font-size: 22px;
  margin-top: 0;
}
/* ===== Theme FAQ ===== */
.theme-faq-p p {
  line-height: 1.7;
}
/* ===== Help Center ===== */
/* .panel-title {
	font-family: 'Roboto', sans-serif;
}
.faq-cats-p ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.faq-cats-p ul li:first-child {
	margin: 0 0 15px 0;
}
.faq-cats-p ul li {
	margin: 15px 0 15px 0;
}
.faq-cats-p ul li i{
	vertical-align: middle;
	margin-right: 15px;
	color: #c0c0c0;
}
.faq-cats-p ul li:hover i{
	color: #00B4FF;
} */
/* ===== Shop ===== */
.color-jumbotron {
  margin-top: -20px;
  margin-bottom: 30px;
  padding: 50px 0;
  color: white;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.color-jumbotron form {
  margin-top: 50px;
}
.shop-product {
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.shop-product:hover {
  border-color: #ddd;
}
.shop-product img {
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.shop-product a {
  color: #515151;
}
.shop-product.featured:before {
  content: "Featured";
  position: absolute;
  top: 0;
  right: 15px;
  padding: 3px 8px;
  -webkit-border-radius: 0 3px 0 3px;
  border-radius: 0 3px 0 3px;
  background: #E35E54;
  color: white;
}
.shop-product.featured .price .old {
  color: red;
  text-decoration: line-through;
}
.shop-product.featured .price .new {
  font-weight: bold;
}
.shop-category {
  font-weight: bold;
  padding-bottom: 20px;
  padding-left: 15px;
  margin-bottom: 20px;
  margin-top: 30px;
  border-bottom: 1px solid #eee;
}
.shop-search {
  margin-bottom: 20px;
}
/* Shop Item */
.shop-item .product-img {
  padding: 10px;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #eee;
}
.shop-item .product-img img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.5;
}
.shop-item .product-img img:hover {
  opacity: 1;
}
.shop-item .product-img img.main {
  margin-bottom: 5px;
  opacity: 1;
}
.shop-item .product-img .row {
  padding: 0 12px;
}
.shop-item .product-img .col-xs-4 {
  padding-left: 2px;
  padding-right: 2px;
}
.rating {
  display: inline-block;
  margin-left: 0px;
}
.rating li {
  margin: 0;
  padding: 0;
  color: #F7C41F;
  font-size: 14px;
}
.shop-item .reviews {
  font-size: 12px;
  margin-left: 10px;
}
.shop-item .price-block {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px;
  background: #eee;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.shop-item .price-block .form-control {
  display: inline-block;
  width: 60px;
}
.shop-item .price-block .price {
  margin-right: 10px;
  vertical-align: middle;
  font-size: 20px;
}
/* Shopping Cart */
.shopping-cart table > thead > tr > th {
  border-bottom-width: 1px;
}
.shopping-cart table > tbody > tr > td {
  vertical-align: middle;
}
.shopping-cart table img {
  float: left;
  width: 100px;
  margin: 0 10px 10px 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.shopping-cart table .item {
  overflow: hidden;
}
.shopping-cart .form-control {
  width: 60px;
}
.shopping-cart .checkout {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.shopping-cart .checkout > li {
  margin: 10px 0;
}
/* ===== Alt Pages ===== */
.alt-p {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 100px;
}
.alt-p .logo a {
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  text-decoration: none;
}
/* ===== Help Center ===== */
.help-cats-p {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.help-cats-p > li > a {
  display: block;
  padding: 5px 0;
  color: #4e4d4a;
  -webkit-transition: padding-left 500ms;
  transition: padding-left 500ms;
}
.help-cats-p > li > a:hover {
  color: #505050;
  padding-left: 7px;
}
.help-questions-p {
  padding-left: 0;
  margin-left: 20px;
}
.help-questions-p > li > a {
  display: block;
  padding: 5px 0;
  color: #505050;
}
/* ===== User Profile ====== */
.user-avatar {
  position: relative;
  background: #fff;
  margin-bottom: 30px;
}
.user-avatar:before, .user-avatar:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.user-avatar:after {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.user-social {
  margin-top: 15px;
}
.user-social li > a {
  background: #bdc3c7;
  color: #fff;
}
.user-cart > h4 {
  margin-bottom: 20px;
}
.user-info {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
}
.user-info > li {
  padding: 3px 0;
}
.olPopupCloseBox {
  background: url("//openweathermap.org/img/glyphicons-halflings.png") no-repeat scroll 0% 0% transparent !important;
  background-position: -48px -96px !important;
}
.olPopup {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 4px;
}
p.weather_title {
  font-size: medium;
  font-weight: bold;
  color: black;
}
weather_title_link {
  text-decoration: underline;
  color: red !important;
}
div.weather_block {
  float: left;
}
div.small_temp_block {
  display: block;
  width: 30px;
  overflow: visible;
}
div.big_temp {
  display: block;
  font-size: 30px;
  padding-top: 6px;
}
div.small_temp, div.small_temp_grey {
  float: left;
  text-align: center;
  font-size: small;
}
div.small_val, div.small_val_grey {
  display: block;
  clear: left;
  font-size: x-small;
  /*padding: 0pt 3pt;*/
}
div.small_val2, div.small_val2_grey {
  display: block;
  clear: left;
}
div.small_temp_grey, div.small_val_grey, div.small_val2_grey {
  color: gray;
}
img.weather_image {
  float: left;
  border: medium none;
  width: 50px;
  height: 45px;
  background: repeat scroll 0% 0% transparent;
}
img.station_image {
  float: left;
  border: medium none;
  width: 25px;
  height: 25px;
  background: scroll 0% 0% transparent;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 8px;
}
div.cur_weather_block, div.temp_block {
  float: left;
}
.vote-plus {
  width: 11px;
  height: 15px;
  float: right;
  background: url("/img/icons_vote_posts.gif") no-repeat;
  background-position: 0px 0px;
}
.vote-minus {
  width: 11px;
  height: 15px;
  float: right;
  background: url("/img/icons_vote_posts.gif") no-repeat;
  background-position: -12px 0px;
}
/* ------------------------------------------
CSS TOGGLE SWITCHES (Ionu? Colceriu)
Licensed under Unlicense
https://github.com/ghinda/css-toggle-switch
------------------------------------------ */
/* Hide by default */
.switch .slide-button, .toggle p span {
  display: none;
}
/* Toggle Switches */
/* We can't test for a specific feature,
 * so we only target browsers with support for media queries.
 */
/*------------------------------------------------------------------
Project:	Mosaic
Version:	1.2
Created: 		20/01/2014
Last change:	27/02/2014
-------------------------------------------------------------------*/
/* ===== Helper Classes ===== */
.primary-font {
  font-family: "Roboto", sans-serif;
}
.first-child {
  margin-top: 0 !important;
}
.delay-1 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.delay-2 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.delay-3 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.tab-1 {
  margin-right: 15px;
}
.tab-2 {
  margin-right: 30px;
}
.tab-3 {
  margin-right: 45px;
}
.tab-3 {
  margin-right: 60px;
}
hr.arrow-down {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
hr.arrow-down:after {
  content: url(../themes/openweather_b2b/assets/img/arrow.png);
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -5px;
}
/* ===== Buttons ===== */
.btn {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* ===== Headlines ===== */
.headline {
  padding-bottom: 1px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  line-height: 50px;
}
.headline span {
  padding-bottom: 4px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
h3.headline span {
  padding-bottom: 8px;
}
/* ===== Breadcrumbs ===== */
.topic {
  margin-top: -20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.topic h3 {
  display: inline-block;
  padding: 20px 0 20px;
  margin: 0 0 -1px 0;
  font-size: 20px;
}
/* ===== Responsive Video =====*/
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe, .flex-video object, .flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ===== Pagination ===== */
.body-green .pagination > .active > a, .body-green .pagination > .active > span, .body-green .pagination > .active > a:hover, .body-green .pagination > .active > span:hover, .body-green .pagination > .active > a:focus, .body-green .pagination > .active > span:focus {
  background-color: #94BA65;
  border-color: #94BA65;
}
.body-blue .pagination > .active > a, .body-blue .pagination > .active > span, .body-blue .pagination > .active > a:hover, .body-blue .pagination > .active > span:hover, .body-blue .pagination > .active > a:focus, .body-blue .pagination > .active > span:focus {
  background-color: #2790B0;
  border-color: #2790B0;
}
.body-red .pagination > .active > a, .body-red .pagination > .active > span, .body-red .pagination > .active > a:hover, .body-red .pagination > .active > span:hover, .body-red .pagination > .active > a:focus, .body-red .pagination > .active > span:focus {
  background-color: #E35E54;
  border-color: #E35E54;
}
.body-orange .pagination > .active > a, .body-orange .pagination > .active > span, .body-orange .pagination > .active > a:hover, .body-orange .pagination > .active > span:hover, .body-orange .pagination > .active > a:focus, .body-orange .pagination > .active > span:focus {
  background-color: #e96e50;
  border-color: #e96e50;
}
.pagination > li > a, .pagination > li > span {
  color: #4e4d4a;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #666;
}
/* ===== Panels ===== */
/* 1. Panel Green */
.panel-green {
  border-color: #94BA65;
}
.panel-green > .panel-heading {
  color: #fff;
  background-color: #94BA65;
  border-color: #94BA65;
}
.panel-green > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #94BA65;
}
.panel-green > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #94BA65;
}
.panel-green > .panel-footer {
  background-color: #94BA65;
  border-top: 1px solid #94BA65;
}
/* 2. Panel Blue */
.panel-blue {
  border-color: #2790B0;
}
.panel-blue > .panel-heading {
  color: #fff;
  background-color: #2790B0;
  border-color: #2790B0;
}
.panel-blue > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #2790B0;
}
.panel-blue > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #2790B0;
}
.panel-blue > .panel-footer {
  background-color: #2790B0;
  border-top: 1px solid #2790B0;
}
/* 3. Panel Red */
.panel-red {
  border-color: #E35E54;
}
.panel-red > .panel-heading {
  color: #fff;
  background-color: #E35E54;
  border-color: #E35E54;
}
.panel-red > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #E35E54;
}
.panel-red > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #E35E54;
}
.panel-red > .panel-footer {
  background-color: #E35E54;
  border-top: 1px solid #E35E54;
}
/* 4. Panel Orange */
.panel-orange {
  border-color: #e96e50;
}
.panel-orange > .panel-heading {
  color: #fff;
  background-color: #e96e50;
  border-color: #e96e50;
}
.panel-orange > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e96e50;
}
.panel-orange > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #e96e50;
}
.panel-orange > .panel-footer {
  background-color: #e96e50;
  border-top: 1px solid #e96e50;
}
/* ===== Info Boards ==== */
.info-board {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.info-board h4 {
  margin-top: 0;
  font-family: "Roboto", sans-serif;
}
.info-board p:last-child {
  margin-bottom: 0;
}
/* 1. Info board green */
.info-board-green {
  background-color: #F5F9F1;
  border-color: #94BA65;
}
/* 2. Info board blue */
.info-board-blue {
  background-color: #EEF8FB;
  border-color: #2790B0;
}
/* 3. Info board orange */
.info-board-orange {
  background-color: #FCF4ED;
  border-color: #e96e50;
}
/* 4. Info board red */
.info-board-red {
  background-color: #FCEEED;
  border-color: #E35E54;
}
/* ===== Navs ===== */
/* 1. Nav tabs */
.nav-tabs {
  margin-bottom: 15px;
}
.nav-tabs > li > a {
  border-bottom: 1px solid #dedede;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
  color: #4e4d4a;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}
.nav-tabs > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #fff;
  border-color: #fff #fff #dedede;
  color: #515151;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #515151;
  cursor: default;
  background-color: #fff;
  border: 1px solid transparent;
}
.body-green .nav-tabs > li.active > a, .body-green .nav-tabs > li.active > a:hover, .body-green .nav-tabs > li.active > a:focus {
  border-bottom-color: #94BA65;
}
.body-blue .nav-tabs > li.active > a, .body-blue .nav-tabs > li.active > a:hover, .body-blue .nav-tabs > li.active > a:focus {
  border-bottom-color: #2790B0;
}
.body-orange .nav-tabs > li.active > a, .body-orange .nav-tabs > li.active > a:hover, .body-orange .nav-tabs > li.active > a:focus {
  border-bottom-color: #e96e50;
}
.body-red .nav-tabs > li.active > a, .body-red .nav-tabs > li.active > a:hover, .body-red .nav-tabs > li.active > a:focus {
  border-bottom-color: #E35E54;
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid transparent;
}
/* 2. Nav pills */
.nav-pills {
  margin-bottom: 15px;
}
.nav-pills > li > a {
  color: #515151;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
.nav-pills > li > a {
  background-color: #f5f5f5;
}
.body-green .nav-pills > li.active > a, .body-green .nav-pills > li.active > a:hover, .body-green .nav-pills > li.active > a:focus {
  background-color: #94BA65;
}
.body-blue .nav-pills > li.active > a, .body-blue .nav-pills > li.active > a:hover, .body-blue .nav-pills > li.active > a:focus {
  background-color: #2790B0;
}
.body-orange .nav-pills > li.active > a, .body-orange .nav-pills > li.active > a:hover, .body-orange .nav-pills > li.active > a:focus {
  background-color: #e96e50;
}
.body-red .nav-pills > li.active > a, .body-red .nav-pills > li.active > a:hover, .body-red .nav-pills > li.active > a:focus {
  background-color: #E35E54;
}
.nav.nav-pills > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #f0f0f0;
}
.nav-pills-green > li.active > a, .nav-pills-green > li.active > a:hover, .nav-pills-green > li.active > a:focus {
  background-color: #94BA65 !important;
}
.nav-pills-blue > li.active > a, .nav-pills-blue > li.active > a:hover, .nav-pills-blue > li.active > a:focus {
  background-color: #2790B0 !important;
}
.nav-pills-red > li.active > a, .nav-pills-red > li.active > a:hover, .nav-pills-red > li.active > a:focus {
  background-color: #E35E54 !important;
}
.nav-pills-orange > li.active > a, .nav-pills-orange > li.active > a:hover, .nav-pills-orange > li.active > a:focus {
  background-color: #e96e50 !important;
}
/* ===== Sidebar ===== */
.bs-sidebar {
  margin-bottom: 50px;
}
.bs-sidebar.affix {
  position: static;
}
/* Show and affix the side nav for ui elements when space allows it */
/* required styles */
.leaflet-map-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-pane, .leaflet-tile-container, .leaflet-overlay-pane, .leaflet-shadow-pane, .leaflet-marker-pane, .leaflet-popup-pane, .leaflet-overlay-pane svg, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-marker-icon, .leaflet-marker-shadow {
  display: block;
}
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
  max-width: none !important;
}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}
.leaflet-tile {
  -webkit-filter: inherit;
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-tile-pane {
  z-index: 2;
}
.leaflet-objects-pane {
  z-index: 3;
}
.leaflet-overlay-pane {
  z-index: 4;
}
.leaflet-shadow-pane {
  z-index: 5;
}
.leaflet-marker-pane {
  z-index: 6;
}
.leaflet-popup-pane {
  z-index: 7;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default #VML);
  display: inline-block;
  position: absolute;
}
/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
}
.leaflet-top, .leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile, .leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-tile-loaded, .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile, .leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
/* cursors */
.leaflet-clickable {
  cursor: pointer;
}
.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.leaflet-popup-pane, .leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-container, .leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* general toolbar styles */
.leaflet-bar {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.leaflet-bar a, .leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a, .leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
/* zoom control */
.leaflet-control-zoom-in, .leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}
.leaflet-control-zoom-out {
  font-size: 20px;
}
.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}
/* layers control */
.leaflet-control-layers {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url(../themes/openweather_b2b/assets/scss/img/layers.png);
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../themes/openweather_b2b/assets/scss/img/layers-2x.png);
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.leaflet-control-attribution, .leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}
.leaflet-popup-content p {
  margin: 18px 0;
}
.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: white;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #4e4d4a;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #4e4d4a;
}
/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.tab-content .nav-tabs {
  border-bottom: 0;
}
.tab-content .nav-tabs > li:first-child > a {
  border-bottom: 0;
}
.leaflet-control-layers-toggle {
  background-image: url(../themes/openweather_b2b/assets/scss/img/layers.png) !important;
}
.map {
  display: block;
}
.map--hidden {
  display: none;
}
.daily-list__today {
  background-color: #eeeeee;
}
.daily-list__today-label {
  color: #4e4d4a;
}
.weather-graphic {
  min-width: 650px;
}
.weather-graphic__table {
  font: 400 14px / 1.3 "Roboto", Arial, sans-serif;
  color: #505050;
  padding-left: 8px;
}
.weather-graphic__link--active {
  border-bottom: 1px solid #e96e50 !important;
}
.weather-graphic__header {
  padding: 10px 0;
  margin-top: 0;
  clear: both;
}
.weather-graphic__hourly-list {
  max-height: 600px;
  overflow: auto;
  clear: both;
}
.weather-graphic__line {
  -webkit-transition: 1s;
  transition: 1s;
}
.weather-graphic__tabs {
  display: inline-block;
  vertical-align: top;
}
.scale-of-measurement {
  padding-left: 13px;
}
.scale-of-measurement__item {
  display: inline-block;
  vertical-align: top;
  padding-right: 5px;
  text-align: center;
}
.scale-of-measurement__item:last-child {
  padding-right: 0;
}
.scale-of-measurement__item--active {
  background-color: #eeeeee;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .mini-navbar .hidden-sm {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
    font-weight: 500;
  }
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .container {
    width: 750px;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .form-horizontal .control-label {
    text-align: right;
  }
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
  .navbar {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .navbar-header {
    float: left;
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-static-top {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .navbar-fixed-top, .navbar-fixed-bottom {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  .navbar-nav > li > a {
    padding-top: 27.5px;
    padding-bottom: 27.5px;
  }
}
@media (min-width: 992px) {
  /* Widen the fixed sidebar */
  .container {
    width: 970px;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .modal-lg {
    width: 900px;
  }
  .bs-sidebar .nav > .active > ul {
    display: block;
  }
  .bs-sidebar.affix, .bs-sidebar.affix-bottom {
    width: 213px;
  }
  .bs-sidebar.affix {
    position: fixed;
    /* Undo the static from mobile first approach */
    top: 110px;
  }
  .bs-sidebar.affix-bottom {
    position: absolute;
    /* Undo the static from mobile first approach */
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* Widen the fixed sidebar again */
  .container {
    width: 1170px;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
  .hidden-lg {
    display: none !important;
  }
  .container {
    width: 1000px !important;
  }
  .bs-sidebar.affix-bottom, .bs-sidebar.affix {
    width: 220px;
  }
}
@media (max-width: 767px) {
  /* .navbar-white .navbar-nav > li > a:hover,
	.navbar-white .navbar-nav > li > a:focus {
		color: #fff;
	} */
  /* Adjusting for mobile */
  /* Adjusting for mobile */
  /* Adjusting for mobile */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #4e4d4a;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
  .hidden-xs {
    display: none !important;
  }
  .navbar-brand > span {
    display: none;
  }
  .navbar-dark .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #353432;
  }
  .navbar-dark .navbar-nav .open .dropdown-menu > li > a {
    color: #ecf0f1;
    padding: 10px 20px;
    border: 0;
  }
  .navbar-dark .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-dark .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
  }
  .navbar-dark .navbar-nav .open .dropdown-menu > .active > a, .navbar-dark .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-dark .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
  }
  .navbar-dark .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-dark .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-dark .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #bdc3c7;
    background-color: transparent;
  }
  .navbar-dark .navbar-nav > li > a:hover, .navbar-dark .navbar-nav > li > a:focus {
    color: #FFF;
  }
  .navbar-dark .navbar-nav > .open > a, .navbar-dark .navbar-nav > .open > a:hover, .navbar-dark .navbar-nav > .open > a:focus {
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 0;
  }
  .navbar-white .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #ecf0f1;
  }
  .navbar-white .navbar-nav .open .dropdown-menu > li > a {
    color: #505050;
    padding: 10px 20px;
    border: 0;
  }
  .navbar-white .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-white .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
  }
  .navbar-white .navbar-nav .open .dropdown-menu > .active > a, .navbar-white .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-white .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #505050;
    background-color: transparent;
  }
  .navbar-white .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-white .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-white .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  .navbar-white .navbar-nav > .open > a, .navbar-white .navbar-nav > .open > a:hover, .navbar-white .navbar-nav > .open > a:focus {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 0;
  }
  .jumbotron.first h1, .jumbotron.third h1 {
    margin-top: 20px;
  }
  .features h3 {
    margin-top: 30px;
  }
  .features h3.first-child {
    margin-top: 0;
  }
  .features.last {
    margin-bottom: 0;
  }
  .coming-soon-p {
    padding: 30px 0;
  }
  .coming-soon-p form .form-control, .color-jumbotron form .form-control {
    -webkit-border-radius: 45px;
    border-radius: 45px;
    width: 100%;
  }
  .coming-soon-p form button, .color-jumbotron form button {
    display: block;
    width: 100%;
    -webkit-border-radius: 45px;
    border-radius: 45px;
  }
  .pricing-p .head {
    padding: 20px;
    margin-bottom: 20px;
  }
  .pricing-p .head .arrow {
    border: 0;
  }
  .pricing-p .item {
    margin: 20px 0;
  }
  .pricing-p .item:hover {
    margin: 20px 0;
  }
  .shopping-cart table img {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .shopping-cart table .item {
    overflow: visible;
  }
  .alt-p {
    padding-top: 50px;
  }
  .first-child-m {
    margin-top: 20px;
  }
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #4e4d4a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  /* Adjusting for large devices */
  .pricing-p .head .arrow {
    border-right-width: 95px;
    border-left-width: 95px;
  }
}
@media (max-width: 992px) {
  /* Adjusting for small devices */
  .pricing-p .head .arrow {
    border-right-width: 68px;
    border-left-width: 68px;
    border-top-width: 20px;
  }
}
@media only screen {
  /* Checkbox
	 */
  /* Position the label over all the elements, except the slide-button
	 * Clicking anywhere on the label will change the switch-state
	 */
  /* Don't hide the input from screen-readers and keyboard access
	 */
  /* Radio Switch
	 */
  /* Switch with 3 items */
  /* Switch with 4 items */
  /* Switch with 5 items */
  /* Shared */
  /* Outline the toggles when the inputs are focused */
  /* Bugfix for older Webkit, including mobile Webkit. Adapted from:
	 * http://css-tricks.com/webkit-sibling-bug/
	 */
  /* Standalone Themes */
  /* Candy Theme
	 * Based on the "Sort Switches / Toggles (PSD)" by Ormal Clarck
	 * http://www.premiumpixels.com/freebies/sort-switches-toggles-psd/
	 */
  /* Android Theme
	 * Based on Holo
	 */
  /* Selected ON toggle */
  /* iOS Theme
	 * Similar to iOS but more accessible
	 */
  /* Selected ON toggle */
  .toggle {
    position: relative;
    padding: 0;
    margin-left: 100px;
  }
  .toggle label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
  }
  .toggle input {
    position: absolute;
    opacity: 0;
    z-index: 5;
  }
  .toggle p {
    position: absolute;
    left: -100px;
    width: 100%;
    margin: 0;
    padding-right: 100px;
    text-align: left;
  }
  .toggle p span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 100px;
    text-align: center;
  }
  .toggle p span:last-child {
    left: 50%;
  }
  .toggle .slide-button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    display: block;
    width: 50%;
    height: 100%;
    padding: 0;
  }
  .switch {
    position: relative;
    padding: 0;
  }
  .switch input {
    position: absolute;
    opacity: 0;
  }
  .switch label {
    position: relative;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    text-align: center;
  }
  .switch .slide-button {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
  }
  .switch input:last-of-type:checked ~ .slide-button {
    left: 50%;
  }
  .switch.switch-three label, .switch.switch-three .slide-button {
    width: 33.3%;
  }
  .switch.switch-three input:checked:nth-of-type(2) ~ .slide-button {
    left: 33.3%;
  }
  .switch.switch-three input:checked:last-of-type ~ .slide-button {
    left: 66.6%;
  }
  .switch.switch-four label, .switch.switch-four .slide-button {
    width: 25%;
  }
  .switch.switch-four input:checked:nth-of-type(2) ~ .slide-button {
    left: 25%;
  }
  .switch.switch-four input:checked:nth-of-type(3) ~ .slide-button {
    left: 50%;
  }
  .switch.switch-four input:checked:last-of-type ~ .slide-button {
    left: 75%;
  }
  .switch.switch-five label, .switch.switch-five .slide-button {
    width: 20%;
  }
  .switch.switch-five input:checked:nth-of-type(2) ~ .slide-button {
    left: 20%;
  }
  .switch.switch-five input:checked:nth-of-type(3) ~ .slide-button {
    left: 40%;
  }
  .switch.switch-five input:checked:nth-of-type(4) ~ .slide-button {
    left: 60%;
  }
  .switch.switch-five input:checked:last-of-type ~ .slide-button {
    left: 80%;
  }
  .toggle, .switch {
    display: block;
    height: 30px;
  }
  .switch *, .toggle * {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .switch .slide-button, .toggle .slide-button {
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .toggle label, .toggle p, .switch label {
    line-height: 30px;
    vertical-align: middle;
  }
  .toggle input:checked ~ .slide-button {
    right: 50%;
  }
  .toggle input:focus ~ .slide-button, .switch input:focus + label {
    outline: 1px dotted #888;
  }
  .switch, .toggle {
    -webkit-animation: bugfix infinite 1s;
  }
  @-webkit-keyframes bugfix {
    from {
      position: relative;
    }
    to {
      position: relative;
    }
  }
  .candy {
    background-color: #2d3035;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #191b1e;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3), 0 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3), 0 1px 0px rgba(255, 255, 255, 0.2);
  }
  .candy input:checked + label {
    color: #333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  }
  .candy .slide-button {
    border: 1px solid #333;
    background-color: #70c66b;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), transparent);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(transparent));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.2), transparent);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.45);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.45);
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .candy p {
    color: #333;
    text-shadow: none;
  }
  .candy span {
    color: #fff;
  }
  .candy.blue .slide-button {
    background-color: #38a3d4;
  }
  .candy.yellow .slide-button {
    background-color: #f5e560;
  }
  .android {
    background-color: #b6b6b6;
    color: #fff;
  }
  .android.toggle {
    border: 2px solid #b6b6b6;
  }
  .android.switch {
    overflow: hidden;
  }
  .android.switch .slide-button {
    background-color: #279fca;
    -webkit-transform: skew(20deg) translateX(10px);
    -ms-transform: skew(20deg) translateX(10px);
    transform: skew(20deg);
  }
  .android.toggle .slide-button {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #848484;
  }
  .android.toggle input:first-of-type:checked ~ .slide-button {
    background-color: #279fca;
  }
  .android.switch input:first-of-type:checked ~ .slide-button {
    -webkit-transform: skew(20deg) translateX(-10px);
    -ms-transform: skew(20deg) translateX(-10px);
    transform: skew(20deg) translateX(-10px);
  }
  .android p {
    color: #333;
  }
  .android span {
    color: #fff;
  }
  .android.switch, .android span {
    text-transform: uppercase;
  }
  .ios {
    background: -webkit-linear-gradient(top, #cfcfcf, #efefef 50%, #f9f9f9 50%, #fefefe);
    background: -webkit-gradient(linear, left top, left bottom, from(#cfcfcf), color-stop(50%, #efefef), color-stop(50%, #f9f9f9), color-stop(50%, #fefefe));
    background: linear-gradient(top, #cfcfcf, #efefef 50%, #f9f9f9 50%, #fefefe);
    -webkit-box-shadow: inset 0 2px 2px #b6b6b6, inset 3px 0 3px #b6b6b6;
    box-shadow: inset 0 2px 2px #b6b6b6, inset 3px 0 3px #b6b6b6;
    border: 1px solid #efefef;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #7f7f7f;
    font: bold 14px sans-serif;
    text-align: center;
    text-shadow: none;
  }
  .ios.toggle .slide-button {
    border: 1px solid #919191;
    background: -webkit-linear-gradient(top, #cdcdcd, #fbfbfb);
    background: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#fbfbfb));
    background: linear-gradient(top, #cdcdcd, #fbfbfb);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #f0f0f0;
    box-shadow: inset 0 1px 0 #f0f0f0;
  }
  .ios.toggle input:first-of-type:checked ~ p span:first-child, .ios.switch input:checked + label {
    color: #fff;
    text-shadow: 0 -1px 0 #1b3b6f;
  }
  .ios.toggle input:first-of-type:checked ~ .slide-button, .ios.switch .slide-button {
    background: -webkit-linear-gradient(top, #3672dc, #4085ec 50%, #4d8fef 50%, #76adfc);
    background: -webkit-gradient(linear, left top, left bottom, from(#3672dc), color-stop(50%, #4085ec), color-stop(50%, #4d8fef), color-stop(50%, #76adfc));
    background: linear-gradient(top, #3672dc, #4085ec 50%, #4d8fef 50%, #76adfc);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #1654b5;
    text-align: center;
    color: #fff;
    font: bold 14px sans-serif;
    text-shadow: 0 -1px 0 #1b3b6f;
  }
  .ios.toggle p span {
    color: #7f7f7f;
  }
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  background-image: url(../themes/openweather_b2b/assets/scss/img/layers-2x.png) !important;
}
.stick-footer-panel {
  position: fixed;
  display: flex;
  align-items: center;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  min-height: 45px;
  background-color: rgba(53, 52, 50, 0.9);
  text-align: center;
  color: #ffffff;
  z-index: 1000;
}
.stick-footer-panel--hidden {
  display: none;
}
.stick-footer-panel__container {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
}
.stick-footer-panel__description {
  display: block;
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  text-align: left;
  margin-bottom: 10px;
}
.stick-footer-panel__link {
  box-sizing: border-box;
  min-width: 140px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #e96e50;
  color: #e96e50;
  text-decoration: none;
  font-size: inherit;
  margin-right: 15px;
  padding: 5px 10px;
  text-align: center;
}
.stick-footer-panel__link:last-child {
  margin-right: initial;
}
.stick-footer-panel__link:hover {
  text-decoration: none;
  background-color: #e96e50;
  border-color: white;
  color: white;
}
.stick-footer-panel__link:active {
  text-decoration: none;
  background-color: #e96e50;
  border-color: white;
  color: white;
}
.stick-footer-panel__link:focus {
  text-decoration: none;
  background-color: #e96e50;
  border-color: white;
  color: white;
}
.stick-footer-panel__link--allow {
  white-space: nowrap;
}
.stick-footer-panel__btn-container {
  display: flex;
  justify-content: flex-start;
}
html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
html {
  scroll-padding-top: 64px;
}
.backtotop {
  background: #666;
  padding: 10px 15px;
  font-size: 18px;
  color: #fff;
  border-radius: 3px;
  transition: background-color 0.1s ease-in-out;
}
body {
  font-family: Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #48484A;
  font-size: 15px;
}
body.orange {
  font-size: 15px !important;
}
body a {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Space Grotesk", Arial, sans-serif !important;
}
.h1-break {
  margin-bottom: 35px;
}
.h2-break {
  margin-bottom: 25px;
}
h3 {
  font-weight: bold;
  margin-top: 3rem;
  font-size: 24px;
}
h4 {
  font-weight: bold;
}
p {
  font-size: 15px;
  font-weight: 200;
  line-height: 1.4;
  margin: revert;
}
li {
  padding-left: 5px;
  padding-right: 5px;
}
.wrapper {
  padding-top: 0;
}
.container {
  padding-bottom: 10px;
}
.where-to {
  text-align: left;
}
.main-section {
  display: none;
}
.main-section-desktop {
  display: none;
  flex-direction: row;
}
.lead {
  text-align: justify;
}
.section.page-content {
  position: relative;
}
/* landing */
.text-container {
  max-width: 400px;
}
.tablet-plus {
  display: none;
}
.desktop-only {
  display: none;
}
.mobile-only {
  display: block;
  max-width: 95%;
}
.orange-text {
  color: #EB6E4B;
}
.grey-background {
  background-color: #F2F2F2;
}
.orange-background {
  background-color: #EB6E4B;
}
.section {
  width: 100%;
  display: grid;
  justify-items: center;
  min-height: 250px;
}
.section a {
  color: inherit;
}
.section h1 {
  font-size: 35px;
  font-weight: revert;
}
.section h2 {
  font-size: 25px;
  font-weight: revert;
}
.section-content {
  width: 100%;
  max-width: 100%;
  padding: 24pt 0;
}
.section-heading {
  width: 100%;
}
.mobile-padding {
  padding-left: 8pt;
  padding-right: 8pt;
}
/* logos */
.logos {
  margin: 0 auto;
  height: 60px;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.logos img {
  height: 60px;
  display: inline-block;
  padding-left: 970px;
  animation: logoScroll 50s linear infinite;
}
.logos2 img {
  animation-delay: 25s;
}
.section-content.mobile-padding.logos-scroll {
  position: relative;
  min-height: 60px;
}
.section.grey-background.logos-background, .section.logos-background.logos-background-white {
  min-height: 130px;
}
@keyframes logoScroll {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-5350px, 0);
  }
}
.stretch-left {
  align-self: stretch;
  margin: -32pt -8pt;
}
.stretch-left {
  margin-left: -250px;
}
.where-to h2.orange-text {
  text-align: center;
}
.black-background {
  background-color: #38383a;
}
.below {
  margin-bottom: 0px;
}
.topic {
  margin-top: 0;
}
.my-5 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}
.white-block {
  display: inline-block;
  background-color: #ffffff;
  padding: 20px;
}
.responsive {
  width: 100%;
  height: auto;
}
.weather {
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
.headline {
  padding-bottom: 1px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  line-height: 50px;
}
.short {
  min-height: 50px;
}
.section.short.orange-background, .section.short.grey-background, .section.short.black-background {
  min-height: 190px;
}
.grid-container.technology-features, .grid-container.wind-forecast-features {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 15px;
}
.mobile_badge {
  height: 40pt;
}
#nav-website form:before {
  background-image: none !important;
}
#nav-website input[type=submit] {
  display: none;
}
/* // about us page styles */
.current-img.gherkin {
  background: url("/themes/openweather_b2b/assets/img/about_us/OpenWeatherOffice_London.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
}
.current-img div {
  padding-top: 24pt;
  padding-bottom: 24pt;
}
.foundation {
  color: #78CBBF;
}
.sustainibility-button {
  margin-bottom: 30px;
}
.where-to.about-us {
  background: url("/themes/openweather_b2b/assets/img/london_aboutus.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.feature-img.img-aling {
  padding-left: 60px;
}
.promo-contacts {
  text-align: center;
}
.where-to.our-partners {
  background: url("/themes/openweather_b2b/assets/img/partners/partners-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.partners-banner-content {
  padding-top: 150px;
  padding-bottom: 150px;
}
.partners-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
/* sustainability page styles */
.sustainability-banner {
  background: url("/themes/openweather_b2b/assets/img/sustainability-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.sustainability-banner-text {
  margin-bottom: 180px;
  margin-top: 20px;
}
.white-text-promo {
  width: 53%;
  display: block;
  color: white;
}
.text-center {
  text-align: justify;
}
.grid-container.sustainability-grey {
  grid-gap: 0;
  padding-bottom: 0;
}
.products-sustainability-header {
  font-size: 30px;
  font-weight: bold;
  padding-top: 20px;
}
.half-section-right.sustainability-img, .half-section-left.sustainability-img {
  position: static;
}
.net-zero {
  background: url("/themes/openweather_b2b/assets/img/ow-carbon-neutral-2.png") no-repeat;
  background-size: cover;
  background-position: center;
  position: static;
}
.our-products-img {
  background: url("/themes/openweather_b2b/assets/img/sus-products.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: static;
}
.certificate-features {
  display: flex;
  justify-content: space-around;
  gap: 30px;
}
.carbon-neutral-img {
  max-width: 600px;
  max-height: 600px;
  width: 100%;
}
.orange {
  color: #ffffff !important;
  background-color: #e96e50;
  border: 1px solid #e96e50;
}
.intro {
  padding-bottom: 30px;
}
.carbon-neutral {
  margin-bottom: 30px;
}
.community-education {
  padding-bottom: 30px;
}
.culture-first-img {
  background: url("/themes/openweather_b2b/assets/img/sus-culture.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: static;
}
.products-sustainability-subheader {
  text-align: center;
}
.culture-second-img {
  background: url("/themes/openweather_b2b/assets/img/net-zero-picture.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: static;
}
.request-intitation {
  color: white;
}
.talk-to-us {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ow-btn.round.btn-black.big {
  font-size: 18px;
}
.explore-btn {
  margin-bottom: 30px;
}
.where-to.find-us {
  background: url("/themes/openweather_b2b/assets/img/about_us/london-office.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.find-banner-content {
  padding-top: 150px;
  padding-bottom: 130px;
}
.london-office {
  align-content: center;
}
/* // stats */
.stats {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
  min-width: 107px;
}
.stats > div {
  width: 60px;
  height: 60px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffffff;
}
.stats > div > img {
  width: 30px;
  height: auto;
}
.stats > h2, .stats > h3 {
  margin-top: 2pt;
  margin-bottom: 2pt;
}
.stats > p {
  margin-bottom: 0;
  margin-top: 0;
}
.stats p:first-child {
  font-size: 70px;
}
/* // agro */
.agro-img {
  background: url("/themes/openweather_b2b/assets/img/landing/agro-field.jpg") no-repeat;
  background-size: cover;
}
.agro-img div {
  padding-top: 24pt;
  padding-bottom: 24pt;
}
/* // weather map */
.weather-map-img {
  background: url("/themes/openweather_b2b/assets/img/precip_map_main.png") no-repeat;
  background-size: cover;
}
/* buttons */
.ow-btn {
  display: inline-block;
  padding: 6pt 8pt;
  white-space: nowrap;
  border: 1px solid;
  margin-bottom: 16pt;
}
.ow-btn:hover {
  text-decoration: none;
}
.ow-btn:focus {
  text-decoration: none;
  outline: none;
}
.ow-btn.round.btn-black {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 3px;
  margin-bottom: 5px;
}
.round {
  border-radius: 16pt;
}
.transparent {
  background-color: transparent;
}
.white {
  color: #ffffff;
  border-color: #ffffff;
}
.white:hover {
  background-color: #ffffff;
  color: #48484a;
}
.btn-black {
  color: #48484a !important;
  border-color: #48484a;
}
.btn-black:hover {
  background-color: #48484a;
  color: #ffffff !important;
}
a.btn_like, button.btn-orange, button.container-custom-card__btn-search, button.container-custom-card__btn, button.container-custom-card__btn--brown, button.btn-orange.owm-block-mainpage__btn {
  background-color: #EB6E4B;
  border-radius: 16pt;
  border: 1px solid #EB6E4B;
  padding: 6pt 8pt;
  color: #ffffff;
  margin: 12pt 16pt;
  white-space: nowrap;
  display: inline-block;
}
a.btn_like:hover, button.btn-orange:hover, button.container-custom-card__btn-search:hover, button.container-custom-card__btn:hover, button.container-custom-card__btn--brown:hover {
  background-color: #f86a47;
  border-color: #f86a47;
  text-decoration: none;
}
a.btn_like:focus, button.btn-orange:focus, button.container-custom-card__btn-search:focus, button.container-custom-card__btn:focus, button.container-custom-card__btn--brown:focus {
  background-color: rgba(235, 110, 75, 0.85);
  border: 1px solid rgba(235, 110, 75, 0.85);
  outline: none;
}
a.btn_like_transparent {
  border: 1px solid #EB6E4B;
  background-color: #ffffff;
  border-radius: 16pt;
  padding: 6pt 8pt;
  color: #EB6E4B;
  text-decoration: none;
  margin: 12pt 16pt;
  white-space: nowrap;
  display: inline-block;
}
.btn_like_transparent:hover {
  text-decoration: none;
  background-color: #f86a47;
  border-color: #f86a47;
}
.btn_like_transparent:focus {
  outline: none;
}
.btn_block.orange.round {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 3px;
  margin-bottom: 5px;
  font-size: 15px;
  width: fit-content;
}
.btn_block.transparent.round {
  font-size: 16px;
  width: fit-content;
}
.btn_block.black.round {
  font-size: 15px;
}
.btn_block {
  padding: 2pt 6pt;
  line-height: 1.5;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  font-size: 12px;
}
.btn_block:hover {
  text-decoration: none;
}
.btn_block:focus {
  text-decoration: none;
  outline: none;
}
/* // careers page style */
.where-to.careers-banner {
  background: url("/themes/openweather_b2b/assets/img/career1.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.careers-slogan {
  font-weight: 400;
}
.section-content.grid-container.grid-1.banner-inner {
  margin-top: 0;
  padding: 0;
}
.where-to.openweather-internships-banner {
  background: url("/themes/openweather_b2b/assets/img/internships/internship-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.internship-slogan {
  font-size: 29px !important;
}
.banner-content.internships-banner-content {
  padding-top: 130px;
  padding-bottom: 130px;
}
.text-block.top-border {
  border-top: 3px solid #E96E50;
  padding-top: 20px;
}
.internship-icons h3 {
  margin-top: 0;
}
.it-internship-img {
  background: url("/themes/openweather_b2b/assets/img/internships/it-development.jpg") no-repeat;
  background-size: cover;
}
.business-internship-img {
  background: url("/themes/openweather_b2b/assets/img/internships/business.jpg") no-repeat;
  background-size: cover;
}
.research-internship-img {
  background: url("/themes/openweather_b2b/assets/img/internships/careers-research.jpg") no-repeat;
  background-size: cover;
}
.sales-internship-img {
  background: url("/themes/openweather_b2b/assets/img/internships/sales.jpg") no-repeat;
  background-size: cover;
}
h2.reviews-header {
  font-size: 30px;
}
.intern-info {
  display: flex;
  gap: 15px;
  align-items: baseline;
}
.intern-organization {
  display: flex;
  align-items: center;
  justify-content: center;
}
.where-to.security-banner {
  background: url("/themes/openweather_b2b/assets/img/security_banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.security-slogan {
  font-weight: 400;
}
.security-subheaders {
  font-weight: 400;
}
/* // request block styles */
.speak-text {
  font-size: 45px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
.speak-text.sustainability-request, .speak-text.career-request {
  line-height: 1;
}
/* // styles for elements */
.left-indent {
  padding-left: 20px;
}
.customer {
  text-align: right;
}
.justify-text {
  text-align: justify;
}
/* // subheaders styles */
.industries-page-subheader, .products-page-subheader, .success-stories-subheader, .technology-page-subheader {
  margin-top: 0;
  font-size: 30px !important;
}
.technology-page-subheader {
  margin-top: 0;
  font-size: 25px !important;
}
/* // product features section styles */
.section.orange-background.features-background {
  font-size: 16px;
  font-weight: 600;
  min-height: 50px;
}
/* // .documentation styles  */
.documentation .api {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8pt;
  margin-bottom: 16pt;
  background-color: #F2F2F2;
}
.documentation .api.example {
  background-color: #F2F2F2;
  border: none;
}
.documentation .api code {
  background-color: transparent;
  border: none;
  overflow-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  font-family: monospace;
  font-size: 100%;
  flex-basis: 85%;
}
.documentation .content {
  font-family: monospace;
  position: relative;
  padding: 8pt;
  display: block;
  border-radius: 4pt;
  border: 1px solid #F2F2F2;
  margin-bottom: 24pt;
}
.documentation img.copy-img {
  position: relative;
  width: 16pt;
  cursor: pointer;
}
.api .tools {
  flex-basis: 15%;
  align-items: center;
  max-width: 65px;
  display: flex;
  justify-content: flex-end;
}
.tooltip-docs {
  display: none;
  position: absolute;
  left: 50%;
  top: -35px;
  margin-left: -24px;
  padding: 2pt;
  border-radius: 4pt;
  background-color: #ffffff;
  border: 1px solid #ececed;
  width: 48px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 14px;
  text-align: center;
}
.tooltip-docs::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border-width: 7px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
.tooltip-docs::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #ececed;
  border-width: 8px;
  margin-left: -8px;
}
button.tooltip-btn {
  position: relative;
  text-align: center;
  border: none;
  background-color: transparent;
  border-radius: 4pt;
  max-width: 24pt;
  padding: 2pt;
}
.documentation .content button.tooltip-btn {
  position: absolute;
  top: 8pt;
  right: 8pt;
  /*background-color: #f2f2f2;*/
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s linear;
}
.documentation .content:hover button.tooltip-btn {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s linear;
}
button.tooltip-btn img {
  max-width: 100%;
}
button.tooltip-btn:hover {
  background-color: rgba(0, 0, 0, 0.07);
  background-color: #DCDCE3;
}
button.tooltip-btn:focus {
  /* background-color: #FFFFFF; */
  outline: none;
}
button.tooltip-btn:hover .tooltip-docs {
  display: block;
}
.banner-content {
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 50px;
}
.map-section {
  background: url("/themes/openweather_b2b/assets/img/about_us/map_mobile.png") no-repeat;
  background-size: auto 100%;
  background-color: #f2f2f2;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 24pt;
  margin-bottom: 24pt;
}
.map-section.technology {
  background: url("/themes/openweather_b2b/assets/img/about_us/map_desktop.png") no-repeat;
  background-size: auto 100%;
  background-color: #f2f2f2;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 24pt;
  margin-bottom: 24pt;
}
.map-section.no-img {
  background: url("/themes/openweather_b2b/assets/img/about_us/map_mobile.png") no-repeat;
  background-size: auto 100%;
}
.banner-section {
  background: url("/themes/openweather_b2b/assets/img/about_us/map_mobile.png") no-repeat;
  background-size: cover;
  background-color: #f2f2f2;
}
.agro-img {
  background: url("/themes/openweather_b2b/assets/img/landing/agro-field.jpg") no-repeat;
  background-size: cover;
}
.agro-img div {
  padding-top: 24pt;
  padding-bottom: 24pt;
}
.where-to.forecast-banner {
  background: url("/themes/openweather_b2b/assets/img/forecast-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.where-to.meteorological-banner {
  background: url("/themes/openweather_b2b/assets/img/meteorological-reports/meteorological-reports-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.where-to.main-banner {
  background: url("/themes/openweather_b2b/assets/img/technologies-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-content.main-banner-content, .banner-content.techology-banner-content {
  gap: 25px;
}
.fire-index-banner-inner {
  padding-top: 60px;
}
.section-slogan {
  font-size: 24px;
  font-weight: 400;
}
.where-to.enterpise-banner {
  background: url("/themes/openweather_b2b/assets/img/enterprise_banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.table-img {
  background: url("/themes/openweather_b2b/assets/img/fire_index_side.jpg") no-repeat;
  background-size: cover;
}
.fire-img {
  background: url("/themes/openweather_b2b/assets/img/green_future.jpg") no-repeat;
  background-size: cover;
}
.where-to.fire-index-banner {
  background: url("/themes/openweather_b2b/assets/img/fire_index_main.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 0;
  padding-top: 0;
  font-weight: 400;
}
.where-to.industries-banner {
  background: url("/themes/openweather_b2b/assets/img/industry-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.where-to.history-banner {
  background: url("/themes/openweather_b2b/assets/img/history-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-slogan {
  font-weight: 400;
  text-align: justify;
  font-size: 24px;
  color: white;
}
/* // table one-call */
.table-one-call {
  border-collapse: collapse;
}
.table-one-call th {
  color: #78CBBF;
  text-align: left;
}
.table-one-call td {
  border-bottom: 1px solid #EB6E4B;
}
.table-one-call td, .table-one-call th {
  padding: 2pt 0;
}
.table-one-call td:first-child {
  width: 200px;
}
/* api icons styles */
.grid-container.api-icons {
  display: flex;
  gap: 10px;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.grid-container.api-icons.industries-icons {
  flex-wrap: nowrap;
  gap: 5px;
  justify-content: space-between;
}
.grid-container.technology-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: baseline;
}
.grid-container.wind-forecast-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: baseline;
}
/* info board */
.transparent {
  color: #e96e50;
  background-color: #fff;
  border: 1px solid #e96e50;
}
.transparent:hover, .transparent:focus {
  color: #f86a47;
  background-color: #fff;
  border-color: #f86a47;
}
.transparent-2 {
  color: #e96e50 !important;
  background-color: #fff;
  border: 1px solid #f2f2f2;
}
.transparent-2:hover, .transparent-2:focus {
  color: #6f6f70 !important;
  background-color: #f2f2f2;
}
.orange {
  color: #ffffff !important;
  background-color: #e96e50;
  border: 1px solid #e96e50;
}
.orange:hover, .orange:focus {
  background-color: #f86a47;
  border: 1px solid #f86a47;
}
.black, .light-grey:hover, .light-grey:focus {
  color: #6f6f70 !important;
  background-color: #ffffff;
  border: 1px solid #6f6f70;
}
.grey {
  color: #ffffff !important;
  background-color: #6f6f70;
  border: 1px solid #6f6f70;
}
.light-grey, .black:hover, .black:focus, .grey:hover, .grey:focus {
  color: #6f6f70 !important;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
}
.blue, .blue-transparent:hover {
  color: #ffffff !important;
  background-color: #78CBBF !important;
  border: 1px solid #78CBBF !important;
}
.blue-transparent {
  color: #ffffff !important;
  background-color: transparent;
  border: 1px solid #78CBBF;
}
.blue:hover, .blue:focus {
  background-color: #85dbce !important;
  border: 1px solid #85dbce !important;
}
.round {
  border-radius: 16pt;
}
/* // documentation styles */
.doc-container {
  display: grid;
  grid-gap: 32pt;
  max-width: 970px;
  margin: 0 auto;
  padding: 8pt;
  grid-template-columns: minmax(0, 1fr);
}
.doc-container > div:nth-child(2) {
  overflow-x: auto;
}
.doc-container > div:nth-child(2) p, .doc-container > div:nth-child(2) h2, .doc-container > div:nth-child(2) h3 {
  margin-top: 0;
}
.documentation nav {
  font-family: "Space Grotesk", Arial, sans-serif;
  background-color: #ffffff;
  z-index: 1;
}
.documentation nav > ul {
  padding-left: 0;
}
.documentation nav ul {
  list-style: none;
}
.documentation .sub-header {
  font-weight: bold;
  padding: 8pt;
  display: block;
  border-bottom: 1px solid #48484a;
}
.documentation section {
  padding-top: 64pt;
  margin-top: -48pt;
  padding-bottom: 16pt;
}
.documentation section:not(:last-child) {
  border-bottom: 1px solid #F2F2F2;
}
.documentation pre {
  white-space: pre-wrap;
  margin: 0;
  color: #48484a;
  font-size: 14px;
  background: none;
  border: none;
}
/* // tables */
.material-table {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 24pt;
}
.material-table tr:hover {
  background-color: #F5F5F5;
}
.material-table th, .material-table td {
  padding: 8pt 4pt;
  text-align: left;
}
.material-table th {
  line-height: 110%;
  border-top: none;
  position: sticky;
  top: 62px;
  background-color: #FFFFFF;
  font-weight: 600;
  box-shadow: 0 1px #48484A;
  vertical-align: bottom;
}
.material-table td {
  vertical-align: top;
  font-weight: 300;
  border-top: 1px solid #F2F2F2;
}
.break-words {
  word-break: break-word;
}
.nowrap {
  white-space: nowrap !important;
}
/* // table.align-buttons-to-bottom {
//     position: relative;
//     border-collapse: separate;
//     border-spacing: 0;
// } */
table.align-buttons-to-bottom tr th {
  background: white;
  /* // position: sticky;
    // top: 60px; */
  min-width: 90px;
  vertical-align: top;
  text-align: center;
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
}
table.align-buttons-to-bottom td {
  border-top: none !important;
  border-bottom: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
}
table.align-buttons-to-bottom th:first-child, table.align-buttons-to-bottom td:first-child {
  border-left: 1px solid #ddd !important;
}
/* // table.align-buttons-to-bottom tr th a.btn_block {
//     position: absolute;
//     left: 50%;
//     bottom: 4pt;
//     width: 90px;
//     margin-left: -45px;
// }

// table.align-buttons-to-bottom .before-buttons {
//     margin-bottom: 50pt;
// } */
.anchor_el {
  padding-top: 48pt;
  margin-top: -48pt;
}
.owm-block-mainpage__card {
  padding: 4pt;
}
dl {
  list-style-type: disc;
  margin-left: 2em;
}
:not(dd) > dl {
  margin-top: 1em;
  margin-bottom: 2em;
}
dt {
  display: inline;
}
dt:not(:first-of-type)::before {
  content: "\a";
  white-space: pre;
}
dd {
  display: inline;
}
dd::before {
  content: "⇒ ";
  white-space: pre;
}
.break-cells tr td:first-child, .break-cells tr td:nth-child(2) {
  word-break: break-word;
}
/* grid */
.grid-container {
  display: grid;
  grid-gap: 32pt;
}
.grid-4-to-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-5-to-1 {
  grid-template-columns: repeat(5, 1fr);
  align-items: flex-start;
}
.grid-5-7 {
  display: grid;
  grid-gap: 8pt;
  grid-template-columns: minmax(0, 1fr);
}
.grid-5-7 h3 {
  margin-top: 0;
}
.feature-img {
  max-width: 100%;
  max-height: 230px;
}
.half-section-right, .half-section-left {
  min-height: 200px;
}
.half-section-left {
  margin-top: -24pt;
}
.half-section-right {
  margin-bottom: -24pt;
}
.text-block {
  padding: 4pt 16pt;
}
.orange-side {
  border-left: 1px solid #EB6E4B;
}
.white-text {
  color: #ffffff !important;
}
.product-boxes div {
  padding: 35px 12px 12px;
  text-align: center;
  position: relative;
  margin-top: 30px;
  background-color: #f2f2f2;
}
.product-boxes div img {
  height: 60px;
  width: 60px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -30px;
}
/* openweather products page styles */
.current-img {
  background: url("/themes/openweather_b2b/assets/img/forecast-banner.jpg") no-repeat;
  background-size: cover;
}
.history-img {
  background: url("/themes/openweather_b2b/assets/img/history-banner.jpg") no-repeat;
  background-size: cover;
}
.history-img div {
  padding-top: 24pt;
  padding-bottom: 24pt;
}
.alerts-img {
  background: url("/themes/openweather_b2b/assets/img/alerts-banner.jpg") no-repeat;
  background-size: cover;
}
.alerts-img div {
  padding-top: 24pt;
  padding-bottom: 24pt;
}
.energy-img {
  background: url("/themes/openweather_b2b/assets/img/solar-banner.jpg") no-repeat;
  background-size: cover;
}
.energy-img div {
  padding-top: 24pt;
  padding-bottom: 24pt;
}
.fire-img {
  background: url("/themes/openweather_b2b/assets/img/fire_index_main.jpg") no-repeat;
  background-size: cover;
}
.fire-img div {
  padding-top: 24pt;
  padding-bottom: 24pt;
}
.road-img {
  background: url("/themes/openweather_b2b/assets/img/road-risk.jpg") no-repeat;
  background-size: cover;
}
.road-img div {
  padding-top: 24pt;
  padding-bottom: 24pt;
}
.dashboard-product-img {
  background: url("/themes/openweather_b2b/assets/img/dashboard/dashboard-product.jpg") no-repeat;
  background-size: cover;
  background-position: top;
}
.meteo-img {
  background: url("/themes/openweather_b2b/assets/img/meteo/meteo-product.jpg") no-repeat;
  background-size: cover;
}
.where-to {
  background: url("/themes/openweather_b2b/assets/img/technologies-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.where-to.products-banner {
  background: url("/themes/openweather_b2b/assets/img/products-banner1.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.where-to.solar-banner {
  background: url("/themes/openweather_b2b/assets/img/solar_energy.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 0;
  padding-bottom: 0;
}
.where-to.alerts-banner {
  background: url("/themes/openweather_b2b/assets/img/alerts-banner11.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.where-to.solar-panel-banner {
  background: url("/themes/openweather_b2b/assets/img/panel_prediction2.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 0;
  padding-bottom: 0;
}
.solar1-img {
  background: url("/themes/openweather_b2b/assets/img/solar_energy1.jpg") no-repeat;
  background-size: cover;
}
.solar2-img {
  background: url("/themes/openweather_b2b/assets/img/solar_energy2.jpg") no-repeat;
  background-size: cover;
}
.where-to.solar-irradiance-banner {
  background: url("/themes/openweather_b2b/assets/img/solar_irrad_main1.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 0;
  padding-bottom: 0;
}
.btn_block.transparent.round.solar-btn {
  padding: 8px 20px;
}
.white-text.banner-slogan.solar-banner-slogan {
  width: 70%;
  display: block;
}
.solar-subheader {
  margin-top: 0;
}
.solar-price {
  font-size: 24px;
}
.banner-slogan.solar-panel-slogan {
  width: 80%;
  display: block;
}
.where-to.technology-banner {
  background: url("/themes/openweather_b2b/assets/img/tech-mainbanner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.meet-model {
  margin-top: 0;
}
.big-text {
  font-size: 64px;
}
.meduim-text {
  font-size: 28px;
  font-weight: bold;
}
.collections-header {
  max-width: 600px;
  text-align: center;
  font-size: 45px !important;
}
.section-content.grid-container.grid-1.deker {
  margin-top: 0;
  padding: 0;
}
.raster1-img {
  background: url("/themes/openweather_b2b/assets/img/tech1.jpg") no-repeat;
  background-size: cover;
}
.raster2-img {
  background: url("/themes/openweather_b2b/assets/img/tech3.jpg") no-repeat;
  background-size: cover;
}
.raster3-img {
  background: url("/themes/openweather_b2b/assets/img/tech2.jpg") no-repeat;
  background-size: cover;
}
.where-to.renewable-banner {
  background: url("/themes/openweather_b2b/assets/img/renewable/renewable-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.renewable-banner-content {
  padding-top: 130px;
  padding-bottom: 130px;
}
.renewable-content {
  margin: 0;
}
.stats div img.renewable-icons {
  width: 60px;
  height: 60px;
  border: 2px solid white;
  border-radius: 80%;
  background-color: #eb6e4b;
}
.stats div img.renewable-icons.weather-icon {
  border: 0.5px solid white;
  height: 57px;
  width: 60px;
}
.renewable-solar-img {
  background: url("/themes/openweather_b2b/assets/img/renewable/solar-renewable.jpg") no-repeat;
  background-size: cover;
}
.renewable-wind-img {
  background: url("/themes/openweather_b2b/assets/img/renewable/wind-renewable.jpg") no-repeat;
  background-size: cover;
}
.renewable-weather-img {
  background: url("/themes/openweather_b2b/assets/img/forecast-banner.jpg") no-repeat;
  background-size: cover;
}
.renewable-farm-img {
  background: url("/themes/openweather_b2b/assets/img/renewable/farm-renewable.jpg") no-repeat;
  background-size: cover;
}
.renewable-history-img {
  background: url("/themes/openweather_b2b/assets/img/renewable/case-history.jpg") no-repeat;
  background-size: cover;
}
.renewable-grid-img {
  background: url("/themes/openweather_b2b/assets/img/industries/energy/energy-1.jpg") no-repeat;
  background-size: cover;
}
/* // openweather-alerts page styles */
.where-to.openweather-alerts-banner {
  background: url("/themes/openweather_b2b/assets/img/openweather-alerts-banner.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
}
.how-works {
  margin-bottom: 30px;
}
.half-section-right.alerts-types-img {
  position: static;
}
.alerts-how {
  display: flex;
  justify-content: space-around;
}
.steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 33%;
  gap: 10px;
  padding: 10px;
}
.step-description {
  border: 1px solid #eb6e4b;
  padding: 10px;
  border-radius: 15px;
}
.step-description p {
  text-align: center;
}
.btn_block.orange.round.explore-btn {
  margin-bottom: 30px;
}
.alerts-types-img {
  background: url("/themes/openweather_b2b/assets/img/types.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.alerts-construction-img {
  background: url("/themes/openweather_b2b/assets/img/construction.jpg") no-repeat;
  background-size: cover;
}
.alerts-grid-img {
  background: url("/themes/openweather_b2b/assets/img/grid.jpg") no-repeat;
  background-size: cover;
}
/* // end styles */
.where-to.maps-collection-banner {
  background: url("/themes/openweather_b2b/assets/img/maps-banner1.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.section-content.grid-container.grid-1-2.mobile-padding.main-page-info {
  align-items: center;
}
.products-collections-header {
  text-align: center;
}
.section-content.grid-container.industries-list {
  justify-items: center;
}
.subscribe-logos img {
  padding: 15px;
}
/* // pricing page styles */
.pricing-page-subheaders {
  text-align: center;
}
.col-sm-6.pricing-detailes {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.table.align-buttons-to-bottom {
  box-shadow: 1px 1px 23px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 23px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 23px 0px rgba(0, 0, 0, 0.15);
}
/* // styles for info block with discounts

// #price_pro::after,
// #price_ent::after {
//     content: "";
//     position: absolute;
//     background: url('/themes/openweather_b2b/assets/img/info_icon.svg') no-repeat;
//     background-size: 15px 15px;
//     width: 15px;
//     height: 15px;
//     cursor: help;
//     margin-left: 3px;
// }

// .info-block-container {
//     position: relative;
// }

// .info-block {
//     display: none;
//     position: absolute;
//     border: none;
//     background-color: #f2f2f2;
//     border-radius: 0;
//     width: 200px;
//     bottom: 15px;
//     right: 10px;
//     z-index: 100;
//     text-align: left;
//     padding-left: 10px;
//     padding-right: 5px;
// }

// .info-block-container:hover .info-block,
// .info-block:hover {
//     display: block;
// } */
th.main-pricing-info {
  vertical-align: bottom !important;
  width: 30%;
}
.tariffs {
  text-align: center;
  width: 23%;
}
.price-table-subheader {
  text-align: center;
}
.pricing-page-subheader {
  font-size: 24px;
}
.before-buttons {
  font-size: 18px;
}
.before-buttons.by-request {
  font-weight: bold;
}
.special-product-name a {
  font-size: 18px;
}
th.special-products-section {
  text-align: center;
  width: 70%;
}
td.solar-pricing {
  text-align: center;
  width: 32%;
  vertical-align: middle !important;
}
td.solar-products-detailes {
  width: 38%;
  vertical-align: middle !important;
}
.ow-btn.round.btn-orange.small-btn, .small-text {
  font-size: 12px;
}
td.pricing-info {
  text-align: center;
  width: 30%;
  vertical-align: middle;
}
.learn-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 15px;
}
/* // meteorology page styles */
.meteorology-banner {
  background: url("/themes/openweather_b2b/assets/img/meteo/banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.meteorology-content {
  padding-top: 120px;
  padding-bottom: 100px;
}
.how-to {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.meteo-features-img {
  background: url("/themes/openweather_b2b/assets/img/meteo/meteo1.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.consultation-img {
  background: url("/themes/openweather_b2b/assets/img/meteo/meteo2.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.section-content.meteo {
  text-align: center;
}
.position-center {
  text-align: center;
}
.report-card {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
  flex-direction: column;
  color: #ffffff;
  align-items: center;
  text-align: center;
  min-height: 295px;
}
.report-card img {
  width: 90px;
  height: auto;
}
.reports-link {
  background-color: white;
  border-radius: 8px;
  color: black !important;
  padding: 6px;
}
/* // styles for meteo reports page */
.meteo-reports-banner {
  background: url("/themes/openweather_b2b/assets/img/meteo/reports/industrial-reports-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.meteo-reports-banner-content {
  padding-top: 120px;
  padding-bottom: 100px;
}
.reports {
  padding-top: 30px;
}
.report-categories {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  padding: 0;
}
.reports-filters-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
  list-style: none;
  text-transform: uppercase;
  font-weight: 800;
}
.reports-filters-items a:hover {
  color: #e96e50;
}
.section-content.report-section {
  display: none;
}
.section-content.report-section.active {
  display: block;
}
.meteo-report-card {
  display: flex;
  width: 100%;
  /* // justify-content: space-between; */
  align-items: center;
  gap: 15px;
  padding-bottom: 20px;
}
.meteo-report-card img {
  min-width: 300px;
  max-width: 300px;
  height: 170px;
}
.openModal.btn_block.orange.round {
  background-color: #e96e50;
  color: white;
  margin-top: 0;
}
.pagination.reports-pagination {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.pagination.reports-pagination button {
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #4e4d4a;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-number-ellipsis {
  padding: 8.5px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #4e4d4a;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination.reports-pagination button:hover {
  background-color: #eee;
}
.pagination.reports-pagination button.reports-active {
  background-color: #e96e50;
  color: white;
}
/* // styles for modal pdf window */
.openModal {
  background-color: white;
  border-radius: 8px;
  color: black;
  padding: 5px;
  margin-bottom: 10px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: -10%;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  height: 80%;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* questions */
.question {
  border-bottom: 1px solid #ced4da;
}
.question-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8pt;
  margin-bottom: 8pt;
  cursor: pointer;
}
.question .question-heading:after {
  display: inline-block;
  content: "";
  background: url("/themes/openweather_docs/assets/img/owm_icons/icon_plus_bold_grey.png");
  background-size: 12pt 12pt;
  height: 12pt;
  width: 12pt;
  cursor: pointer;
}
.question .question-content {
  margin-top: 8pt;
  padding-left: 16pt;
  border-left: 1px solid #EB6E4B;
  display: none;
}
.question.visible {
  border-bottom: none;
}
.question.visible .question-heading {
  font-weight: 600;
}
.question.visible .question-content {
  display: block;
}
.subheading {
  text-decoration: underline;
}
/* different pages styles */
.price-read {
  margin-bottom: 40px;
}
.btn_block {
  margin-top: 15px;
  margin-bottom: 15px;
}
.blue_block {
  max-width: 100%;
  background-color: #f5fbfa;
  background-size: cover;
  height: auto;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
}
.subscribe {
  margin-bottom: 50px;
}
.policy-list {
  font-weight: 400;
}
.error, .not-found {
  margin-bottom: 80px;
  padding-top: 20px;
}
.ow-btn {
  margin-bottom: 16pt;
}
/* industries page styles */
.banner-img {
  background: url("/themes/openweather_b2b/assets/img/advertising_pic.jpg") no-repeat;
  background-size: cover;
}
.banner-img div {
  padding-top: 24pt;
  padding-bottom: 24pt;
}
.agriculture-img {
  background: url("/themes/openweather_b2b/assets/img/agriculture-banner.jpg") no-repeat;
  background-size: cover;
}
.agriculture-img div {
  padding-top: 24pt;
  padding-bottom: 24pt;
}
.health-img {
  background: url("/themes/openweather_b2b/assets/img/health-for-industries.jpg") no-repeat;
  background-size: cover;
}
.emergency-img {
  background: url("/themes/openweather_b2b/assets/img/industries/emergency/industries-emergengy.jpg") no-repeat;
  background-size: cover;
}
/* // energy industry page styles */
.energy-banner {
  background: url("/themes/openweather_b2b/assets/img/industries/energy/energy-landing-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.energy-banner-content {
  padding-top: 150px;
  padding-bottom: 150px;
}
.energy-landing-img {
  background: url("/themes/openweather_b2b/assets/img/industries/energy/energy-1.jpg") no-repeat;
  background-size: cover;
}
.energy-landing-second-img {
  background: url("/themes/openweather_b2b/assets/img/industries/energy/energy-2.jpg") no-repeat;
  background-size: cover;
}
.product-boxes div img.landing-img {
  border-radius: 0%;
}
.products-list-header {
  margin-top: -30px;
  padding-bottom: 20px;
}
/* // retail landing page styles */
.retail-banner {
  background: url("/themes/openweather_b2b/assets/img/industries/retail/retail-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.retail-banner-content {
  padding-top: 150px;
  padding-bottom: 150px;
}
.retail-landing-img {
  background: url("/themes/openweather_b2b/assets/img/industries/retail/landing-retail1.jpg") no-repeat;
  background-size: cover;
}
.retail-landing-second-img {
  background: url("/themes/openweather_b2b/assets/img/industries/retail/landing-retail2.jpg") no-repeat;
  background-size: cover;
}
/* // insurance landing page styles */
.where-to.insurance-banner {
  background: url("/themes/openweather_b2b/assets/img/industries/insurance/insurance-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.insurance-banner-content {
  padding-top: 150px;
  padding-bottom: 150px;
}
.insurance-landing-img {
  background: url("/themes/openweather_b2b/assets/img/industries/insurance/insurance-landing1.jpg") no-repeat;
  background-size: cover;
}
.insurance-landing-second-img {
  background: url("/themes/openweather_b2b/assets/img/industries/insurance/insurance-landing2.jpg") no-repeat;
  background-size: cover;
}
/* // logistics landing page styles */
.where-to.logistics-banner {
  background: url("/themes/openweather_b2b/assets/img/industries/logistics/banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.api-icons.logistics-icons {
  align-items: baseline;
}
.logistics-landing-img {
  background: url("/themes/openweather_b2b/assets/img/industries/logistics/logistics1.jpg") no-repeat;
  background-size: cover;
}
.logistics-landing-second-img {
  background: url("/themes/openweather_b2b/assets/img/industries/logistics/logistics-2.jpg") no-repeat;
  background-size: cover;
}
/* // agriculture landing page styles */
.where-to.agriculture-banner {
  background: url("/themes/openweather_b2b/assets/img/industries/agriculture/banner-agro.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.logistics-banner-content, .agriculture-banner-content {
  padding-top: 150px;
  padding-bottom: 150px;
}
.agriculture-landing-img {
  background: url("/themes/openweather_b2b/assets/img/industries/agriculture/agro1.jpg") no-repeat;
  background-size: cover;
}
.agriculture-landing-second-img {
  background: url("/themes/openweather_b2b/assets/img/industries/agriculture/agro2.jpg") no-repeat;
  background-size: cover;
}
/* // advertising landing page styles */
.where-to.advertising-banner {
  background: url("/themes/openweather_b2b/assets/img/industries/advertising/advertising-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.advertising-banner-content {
  padding-top: 150px;
  padding-bottom: 150px;
}
.advertising-landing-img {
  background: url("/themes/openweather_b2b/assets/img/industries/advertising/advertising1.jpg") no-repeat;
  background-size: cover;
}
.advertising-landing-second-img {
  background: url("/themes/openweather_b2b/assets/img/industries/advertising/blog2.jpeg") no-repeat;
  background-size: cover;
}
.health-banner {
  background: url("/themes/openweather_b2b/assets/img/industries/health/health-landing-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.industry-facts {
  justify-content: space-between;
}
.health-banner-content {
  padding-top: 150px;
  padding-bottom: 150px;
}
.health-landing-img {
  background: url("/themes/openweather_b2b/assets/img/industries/health/health-landing1.jpg") no-repeat;
  background-size: cover;
}
.health-landing-second-img {
  background: url("/themes/openweather_b2b/assets/img/industries/health/health-landing2.jpg") no-repeat;
  background-size: cover;
}
.emergency-banner {
  background: url("/themes/openweather_b2b/assets/img/industries/emergency/emergency-banner.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
}
.emergency-banner-content {
  padding-top: 150px;
  padding-bottom: 150px;
}
.emergency-landing-img {
  background: url("/themes/openweather_b2b/assets/img/industries/emergency/emergency-landing1.jpg") no-repeat;
  background-size: cover;
}
.emergency-landing-second-img {
  background: url("/themes/openweather_b2b/assets/img/industries/emergency/emergency-landing2.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.slider {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.slide-left, .slide-right {
  border: none;
  color: #eb6e4b;
  font-size: 30px;
  background: none;
}
.blog-cards {
  display: flex;
  overflow: hidden;
  justify-content: space-around;
  width: 100%;
  min-height: 260px;
}
.blog-card {
  padding: 10px;
}
.blog-card img {
  width: 300px;
  height: 170px;
}
/* products main page styles */
.energy-img.products-energy {
  background: url("/themes/openweather_b2b/assets/img/energy_pic.jpg") no-repeat;
  background-size: cover;
}
.energy-img div {
  padding-top: 24pt;
  padding-bottom: 24pt;
}
.road-img {
  background: url("/themes/openweather_b2b/assets/img/roadrisk_pic.jpg") no-repeat;
  background-size: cover;
}
.road-img div {
  padding-top: 24pt;
  padding-bottom: 24pt;
}
.retail-img {
  background: url("/themes/openweather_b2b/assets/img/retail_pic.jpg") no-repeat;
  background-size: cover;
}
.retail-img div {
  padding-top: 24pt;
  padding-bottom: 24pt;
}
.insurance-img {
  background: url("/themes/openweather_b2b/assets/img/insurance_pic.jpg") no-repeat;
  background-size: cover;
}
.insurance-img div {
  padding-top: 24pt;
  padding-bottom: 24pt;
}
.fat {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 3px;
  margin-bottom: 5px;
}
.ow-btn {
  margin-bottom: 16pt;
}
.two-buttons {
  display: flex;
  align-items: baseline;
  gap: 15px;
}
.col-sm-12.pricing {
  margin-bottom: 0;
}
/* // road-risk page styles */
.where-to.road-risk {
  background: url("/themes/openweather_b2b/assets/img/road-risk.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.road-img {
  background: url("/themes/openweather_b2b/assets/img/roadrisk_pic.jpg") no-repeat;
  background-size: cover;
}
.road-img div {
  padding-top: 24pt;
  padding-bottom: 24pt;
}
/* old landing pages styles */
.text-center.old-style {
  text-align: center;
}
.documentation img {
  width: 100%;
}
.grid-5-7 h3 {
  margin-top: 0;
}
/* 
dashboard page styles */
.container.dashboard {
  padding-left: 10px;
  padding-right: 10px;
}
.responsive {
  width: 100%;
  height: auto;
}
.h1-break {
  margin-bottom: 35px;
}
.h2-break {
  margin-bottom: 25px;
}
.headline {
  padding-bottom: 1px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  line-height: 50px;
}
.below {
  margin-bottom: 0px;
}
li {
  padding-left: 5px;
  padding-right: 5px;
}
.col-sm-12.blog {
  padding-top: 20px;
  margin-bottom: 40px;
}
.lead.position-center {
  text-align: center;
}
.post {
  margin-bottom: 60px;
}
ul.pagination li.active {
  position: sticky;
  z-index: 1;
}
/* cookies banner styles */
.gdpr-banner {
  background-color: #48484a;
}
.gdpr-banner__message {
  font-size: 15px;
}
.gdpr-banner__button--opt-out {
  background-color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 3px;
  margin-bottom: 5px;
  border-radius: 16pt;
  width: fit-content;
}
.gdpr-banner__button--opt-in {
  background-color: #e96e50;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 3px;
  margin-bottom: 5px;
  font-size: 15px;
  width: fit-content;
  border-radius: 16pt;
}
/* cookies page styles */
.gdpr-cookie-manager__consent_expiry {
  font-size: 15px !important;
  margin-bottom: 35px;
  border-left: 1px solid #e3e3e3;
  border-right: none;
  border-bottom: 1px solid #e3e3e3;
  border-top: none;
}
.gdpr-cookie-manager__groups > ul > li:nth-child(4) {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.gdpr-cookie-manager__submit-button {
  background-color: #e96e50 !important;
  color: white !important;
  font-size: 15px;
  width: fit-content !important;
  border-radius: 16pt !important;
}
.col-sm-12.cookies-form {
  margin-bottom: 70px;
}
.accuracy-img {
  text-align: center;
}
.accuracy-data-img {
  margin: 0 0 0px 0px;
  border: left;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.34);
}
.quality-metrics {
  max-width: 600px;
  margin: auto;
}
/* // customer stories page style */
.where-to.customer-stories {
  background: url("/themes/openweather_b2b/assets/img/customer_stories/banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.customer-stories-slogan {
  min-height: fit-content;
  padding-bottom: 2rem;
}
.banner-content.customer-stories {
  padding-top: 90px;
  padding-bottom: 100px;
}
.renewables-img {
  background: url("/themes/openweather_b2b/assets/img/customer_stories/renewables.jpg") no-repeat;
  background-size: cover;
}
.terega-img {
  background: url("/themes/openweather_b2b/assets/img/customer_stories/terega.jpg") no-repeat;
  background-size: cover;
}
.hilti-img {
  background: url("/themes/openweather_b2b/assets/img/customer_stories/hilti.jpg") no-repeat;
  background-size: cover;
}
.advertising-img {
  background: url("/themes/openweather_b2b/assets/img/customer_stories/adv.jpg") no-repeat;
  background-size: cover;
}
.agro-img {
  background: url("/themes/openweather_b2b/assets/img/customer_stories/agro_app.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.education-img {
  background: url("/themes/openweather_b2b/assets/img/customer_stories/education.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.weather-img {
  background: url("/themes/openweather_b2b/assets/img/customer_stories/weather.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.aviation-img {
  background: url("/themes/openweather_b2b/assets/img/customer_stories/avia.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.instituto-img {
  background: url("/themes/openweather_b2b/assets/img/customer_stories/instituto.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.fossil-img {
  background: url("/themes/openweather_b2b/assets/img/customer_stories/fossil-group.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.simon-img {
  background: url("/themes/openweather_b2b/assets/img/customer_stories/simon_university.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.attempo-img {
  background: url("/themes/openweather_b2b/assets/img/attempo.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
/* // our initiative page styles */
.our-initiatives-banner {
  background: url("/themes/openweather_b2b/assets/img/partners/initiatives_main_banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 170px 0px;
}
.black-text {
  color: black;
}
.speak-text-initiatives {
  font-size: 40px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
.stats.initiative-stats > div {
  width: 60px;
  height: 60px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid white;
}
.stats.initiative-stats img {
  width: 30px;
  height: auto;
}
.stats.initiative-stats p {
  margin-top: -5px;
}
.indicator-number {
  font-size: 45px;
  font-weight: bold;
}
.initiative-btn {
  margin-bottom: 30px;
}
.product-boxes.initiative-boxes div img {
  height: 95px;
  width: 95px;
  top: -45px;
}
/* // openweather dashboard page styles */
.where-to.dashboard-banner {
  background: url("/themes/openweather_b2b/assets/img/dashboard/banner-2.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.about-meteorologist {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0;
}
.meteo-photo {
  display: flex;
  align-items: center;
}
.about-meteorologist img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
}
.more-about-meteorologist {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}
.meteorologist-title {
  margin-bottom: 0;
}
.two-buttons.dashboard-buttons {
  display: flex;
  gap: 15px;
  align-items: center;
}
.btn_block.orange.round.dashboard-btn {
  margin-bottom: 0;
}
.white-btn {
  background-color: white;
  color: #EB6E4B !important;
  text-decoration: none !important;
  width: fit-content;
  padding: 8px 20px;
  border-radius: 19px;
  height: 40px;
  margin-top: 15px;
}
.white-btn:hover {
  background-color: #48484a;
  color: white !important;
}
.dashboard-slogan {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dashboard-features-img {
  background: url("/themes/openweather_b2b/assets/img/dashboard/bulletin-page.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.consultation-features-img {
  background: url("/themes/openweather_b2b/assets/img/meteo/meteo1.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.overview-features-img {
  background: url("/themes/openweather_b2b/assets/img/dashboard/map1.png") no-repeat;
  background-size: cover;
  background-position: right;
}
.alerts-features-img {
  background: url("/themes/openweather_b2b/assets/img/dashboard/dashboard-landing2.jpg") no-repeat;
  background-size: cover;
  background-position: top;
}
/* // challenge page styles */
.where-to.challenge-banner {
  background: url("/themes/openweather_b2b/assets/img/challenge/crown.jpg") no-repeat;
  background-size: contain;
  background-position: center;
}
.challenge-banner-content {
  padding-top: 215px;
  text-align: center;
}
.winner-card {
  display: flex;
  flex-direction: column;
  padding: 20px 40px 40px 40px;
  border-radius: 15px;
  position: relative;
  margin-bottom: 20px;
}
.first-place {
  background-color: #FCE5D8;
}
.second-place {
  background-color: #d6f1eb;
}
.third-place {
  background-color: #e6e6e7;
}
.winner-card-header {
  display: flex;
  justify-content: center;
}
.green-text {
  color: #0F9982;
}
.grety-text {
  color: #808080;
}
.winner-name {
  display: flex;
  gap: 15px;
}
.winner-img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}
.two-winners {
  display: flex;
  gap: 15px;
  align-items: center;
}
.place {
  position: absolute;
  top: -2%;
  right: 5%;
}
.challenge-slogan {
  font-size: 45px;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .pagination > li {
    display: contents;
  }
  .btn_block.transparent.round {
    font-size: 14px;
    width: fit-content;
    padding: 2pt 6pt;
  }
  .grid-container.api-icons {
    justify-content: space-around;
  }
  .grid-container.api-icons.industries-icons {
    flex-wrap: wrap;
  }
  .grid-container.technology-features {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    gap: 15px !important;
    justify-content: center;
    margin-bottom: 20px;
  }
  .accuracy-data-img {
    max-width: 350px;
  }
  .section-content.mobile-padding.logos-scroll {
    padding-left: 0;
    padding-right: 0;
  }
  .net-zero, .our-products-img, .culture-first-img, .culture-second-img {
    display: none;
  }
  .map-section {
    background: url("/themes/openweather_b2b/assets/img/about_us/map_mobile.png") no-repeat;
    background-size: auto 100%;
    background-color: #f2f2f2;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 24pt;
    margin-bottom: 24pt;
  }
  .big-text {
    font-size: 50px;
  }
  .map-section.technology {
    background: url("/themes/openweather_b2b/assets/img/about_us/map_mobile.png") no-repeat;
    background-size: auto 100%;
  }
  ul.pagination li.active span {
    position: sticky;
    z-index: 1;
  }
  .reports-filters-items {
    flex-direction: column;
  }
  .meteo-report-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .about-meteorologist {
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
  }
  .about-meteorologist img {
    width: 200px;
    height: 200px;
  }
  .two-winners {
    flex-direction: column;
    align-items: baseline;
  }
  .alerts-how {
    flex-direction: column;
  }
  .partners-logos img {
    width: 350px;
    height: 50px;
  }
  .grid-5-to-1 {
    grid-template-columns: 1fr !important;
  }
}
@media screen and (max-width: 480px) {
  .grid-container.wind-forecast-features {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    gap: 15px !important;
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media (min-width: 500px) {
  .partners-logos img {
    width: 450px;
    height: 70px;
  }
}
@media screen and (min-width: 600px) {
  /* // .info-block {
    //     right: 5px;
    // } */
  .tablet-plus {
    display: block;
  }
  .grid-1-1-tablet {
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (min-width: 768px) {
  .marquee img {
    display: inline-block;
    max-height: 40pt;
    max-width: 88pt;
  }
  .main-section {
    display: grid;
  }
  .main-section-desktop {
    display: flex;
  }
  .stretch-left {
    margin-left: -250px;
  }
  .map-section {
    background: url("/themes/openweather_b2b/assets/img/about_us/map_desktop.png") no-repeat;
    background-size: auto 100%;
    background-color: #f2f2f2;
    min-height: 300px;
  }
  html {
    scroll-padding-top: 64px;
  }
  .mobile_badge {
    height: 40pt;
  }
  .grid-1-1 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .mobile-padding {
    padding-left: 8pt;
    padding-right: 8pt;
  }
  .partners-logos img {
    width: 600px;
    height: 70px;
  }
}
@media screen and (min-width: 768px) {
  .section h1 {
    font-size: 45px;
  }
  .section2 img {
    width: 90%;
  }
  .section2 > div > div {
    position: absolute;
    right: 0;
    left: auto;
    top: 15%;
  }
  .section2 > div {
    background: none;
  }
  .blocks div {
    width: 30%;
    margin: 30px 2%;
  }
  .blocks div:first-child {
    margin-left: 0;
  }
  .blocks div:last-child {
    margin-right: 0;
  }
  .col_50 {
    width: 50%;
  }
  .col_60 {
    width: 60%;
  }
  .desktop-only {
    display: flex;
  }
  .mobile-only {
    display: none;
  }
  .section5 .text-container {
    padding: 0 0 0 32pt;
    text-align: left;
  }
  .section5 > div {
    flex-direction: row;
  }
  .where-to-buttons hr {
    display: none;
  }
  .section7 .left {
    width: 400px;
    margin-left: auto;
    margin-right: 0;
  }
  .grid-1-1 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .grid-1-2 {
    grid-template-columns: 1fr 2fr;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  }
  .grid-2-3 {
    grid-template-columns: 2fr 3fr;
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  }
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
  .grid-3-2 {
    grid-template-columns: 3fr 2fr;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  }
  .grid-4-to-2 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
  .grid-5-7 {
    grid-template-columns: 5fr 7fr;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  }
  .grid-reverse > div:first-child {
    order: 2;
  }
  .half-section-right, .half-section-left {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
  }
  .half-section-right {
    left: 50%;
    right: 0;
  }
  .half-section-left {
    right: 50%;
    left: 0;
  }
  .product-boxes div {
    max-width: 280px;
  }
  .material-table th, .material-table td {
    padding: 8pt;
    text-align: left;
  }
  .grid-container.api-icons.product-icons {
    grid-gap: 25px;
    justify-content: space-around;
  }
}
@media screen and (min-width: 900px) {
  .section-content {
    max-width: 900px;
  }
  .section-heading {
    max-width: 900px;
  }
  .partners-logos img {
    width: auto;
    height: 100px;
  }
}
@media screen and (min-width: 930px) {
  .section5 .image-container {
    width: 50%;
  }
  .section5 .image-container-sibling {
    width: 50%;
    align-self: center;
  }
  .section5 h2 {
    margin-top: 16pt;
    margin-bottom: 16pt;
  }
  .grid-container.api-icons.product-icons {
    grid-gap: 15px;
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 970px) {
  /* // .info-block {
    //     right: -150px;
    // }

    // .dashboard-features-img {
    //     background: url("/themes/openweather_b2b/assets/img/dashboard/image.png") round;
    // } */
  .doc-container {
    grid-template-columns: 2fr 1fr;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    padding: 0;
  }
  .doc-container > div:first-child {
    order: 2;
  }
  .lead {
    margin-top: 0;
    font-size: 18px;
    font-weight: 200;
  }
  .documentation nav {
    position: sticky;
    position: -webkit-sticky;
    top: 80px;
    right: 0;
    max-height: calc(100% - 70px);
    max-height: -moz-calc(100% - 70px);
    max-height: -webkit-calc(100% - 70px);
    overflow: auto;
  }
}
.where-to.direction-forecast-service-banner {
  background: url("/themes/openweather_b2b/assets/img/direction-forecast-service-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 0;
  padding-bottom: 0;
}
.direction-forecast-service-1-img {
  background: url("/themes/openweather_b2b/assets/img/direction-forecast-service-1-img.jpg") no-repeat;
  background-size: cover;
}
.direction-forecast-service-2-img {
  background: url("/themes/openweather_b2b/assets/img/direction-forecast-service-2-img.jpg") no-repeat;
  background-size: cover;
}
.direction-forecast-service-3-img {
  background: url("/themes/openweather_b2b/assets/img/direction-forecast-service-3-img.jpg") no-repeat;
  background-size: cover;
}
.meteorological-reports-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.meteorological-reports-img-wrapper img {
  width: 80%;
}
.book-report-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .meteorological-reports-content {
    padding: 0 8pt;
  }
  .meteorological-reports-img-wrapper img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .meteorological-reports-img-wrapper {
    display: none;
  }
  .grid-5-to-1 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.breadcrumb-title {
  display: inline-block;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 30px;
}
.breadcrumb {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  list-style-type: none;
  margin: 0 !important;
  font: 400 14px / 1.42 "Open Sans", Arial, sans-serif;
  color: #333333;
  padding: 25px 0;
  margin-bottom: 20px;
  background: transparent;
}
.breadcrumb__item:before {
  content: "/ ";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb__item:first-of-type {
  padding-left: 0;
}
.breadcrumb__item:first-of-type:before {
  content: "";
}
.breadcrumb__link {
  font: 400 13px / 1.42 "Open Sans", Arial, sans-serif;
  color: #2babcf;
  text-decoration: none;
}
.breadcrumb__link:hover {
  text-decoration: underline;
}
.breadcrumb li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  white-space: nowrap;
}
.breadcrumb li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb .active {
  color: #4e4d4a;
}
.breadcrumb__leaf {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
  color: #4e4d4a;
}
/* new header */
#nav-website {
  line-height: 1.5;
  position: fixed;
  height: 60pt;
  top: 0;
  width: 100%;
  margin: 0;
  background-color: #48484a;
  color: #f2f2f2;
  padding: 8pt;
  z-index: 100;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Space Grotesk", Arial, sans-serif;
}
#nav-website form:before {
  background-image: none !important;
}
.nav-styles {
  height: 60pt;
  width: 100%;
  visibility: hidden;
}
#nav-website .user-li {
  width: 56pt;
  margin-right: 4pt;
}
#nav-website #mobile-menu {
  font-size: 14px;
  display: none;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-evenly;
  background-color: #48484a;
  padding-bottom: 30px;
}
#nav-website #mobile-menu li {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 8pt;
  color: #f2f2f2;
  list-style: none;
  cursor: pointer;
}
#nav-website #mobile-menu li:hover {
  color: #fff;
}
#nav-website #mobile-menu li a {
  color: #f2f2f2;
}
#nav-website #mobile-menu li a:hover {
  color: #fff;
  text-decoration: none;
}
#nav-website #mobile-menu li.user {
  display: flex;
  align-items: center;
}
#nav-website #mobile-menu li.user :before {
  display: inline-block;
  content: "";
  background: url("/themes/openweather_b2b/assets/img/owm_icons/icon_user.png") no-repeat;
  background-size: 10pt 10pt;
  height: 10pt;
  width: 10pt;
  cursor: pointer;
  margin-right: 2pt;
  vertical-align: middle;
}
#nav-website.visible {
  height: 100vh;
}
#nav-website.visible #mobile-menu {
  display: flex;
}
#nav-website ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#nav-website form {
  display: flex;
  align-items: center;
}
#nav-website form:before {
  display: inline-block;
  content: "";
  background-image: url("/themes/openweather_b2b/assets/img/owm_icons/icon_search.svg");
  background-repeat: no-repeat;
  height: 12pt;
  width: 12pt;
  cursor: pointer;
  margin-bottom: -2pt;
}
#nav-website form input {
  border-radius: 0;
  border: none;
  background-color: #48484a;
  color: #f2f2f2;
  caret-color: #f2f2f2;
  margin-left: 4pt;
  font-size: 14px;
  width: 150px;
}
#nav-website form input:focus {
  outline: none;
  border-bottom: 1px solid #f2f2f2;
  background-color: #48484a;
}
#nav-website form input:-webkit-autofill, #nav-website form input :-webkit-autofill:focus {
  background-color: #48484a !important;
  -webkit-box-shadow: 0 0 0 50px #48484a inset;
  -webkit-text-fill-color: #f2f2f2;
}
#nav-website .marketplace {
  border-radius: 16pt;
  padding: 6pt 8pt;
  background-color: rgba(242, 242, 242, 0.4);
}
#nav-website .marketplace:hover, #nav-website .marketplace:focus {
  background-color: rgba(242, 242, 242, 0.6);
  text-decoration: none;
}
#nav-website #first-level-nav {
  align-self: flex-start;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#nav-website #first-level-nav li.logo img {
  width: 70pt;
  height: 30pt;
}
#nav-website #desktop-menu {
  display: none;
}
@media screen and (min-width: 1025px) {
  #nav-website {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 8pt 32pt;
  }
  #nav-website #first-level-nav #hamburger {
    display: none;
  }
  #nav-website.visible {
    height: 48pt;
  }
  #nav-website.visible #mobile-menu {
    display: none;
  }
  #nav-website #mobile-menu {
    display: none;
  }
  #nav-website #desktop-menu {
    margin-left: 24pt;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    font-size: 1.1vw;
  }
  #nav-website #desktop-menu > ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-self: center;
  }
  #nav-website #desktop-menu > ul > li {
    text-align: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding: 0 8pt;
  }
  #nav-website #desktop-menu > ul > li:first-child {
    padding-left: 0;
  }
  #nav-website #desktop-menu > ul > li:last-child {
    padding-right: 0;
  }
  #nav-website #desktop-menu > ul > li a {
    color: #f2f2f2;
    white-space: nowrap;
  }
  #nav-website #desktop-menu > ul > li a:hover, #nav-website #desktop-menu > ul > li a:focus {
    color: #fff;
    text-decoration: none;
  }
  #nav-website #desktop-menu > ul > li.with-dropdown {
    position: relative;
  }
  #nav-website #desktop-menu > ul > li.with-dropdown > div {
    color: #f2f2f2;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
  }
  #nav-website #desktop-menu > ul > li.with-dropdown > div .inner-user-container {
    display: inline-block;
    max-width: 40pt;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  #nav-website #desktop-menu > ul > li.with-dropdown > div:after {
    display: inline-block;
    content: "";
    background: url("/themes/openweather_b2b/assets/img/owm_icons/icon_down_white.svg");
    background-size: 10pt 10pt;
    height: 10pt;
    width: 10pt;
    cursor: pointer;
    margin-top: 2pt;
  }
  #nav-website #desktop-menu > ul > li.with-dropdown ul.dropdown-menu {
    position: absolute;
    top: 30px;
    font-size: 14px;
    left: 50%;
    transform: translate(-50%, 0);
    border: none;
    padding: 8pt;
    z-index: 99;
    display: block;
    background-color: #fff;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
    border-radius: 8pt;
    visibility: hidden;
    min-width: 112pt !important;
    width: 112pt !important;
  }
  #nav-website #desktop-menu > ul > li.with-dropdown ul.dropdown-menu.dropdown-visible {
    visibility: visible;
  }
  #nav-website #desktop-menu > ul > li.with-dropdown ul.dropdown-menu:before {
    content: "";
    position: absolute;
    right: 20pt;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
  }
  #nav-website #desktop-menu > ul > li.with-dropdown ul.dropdown-menu li {
    text-align: left;
    padding: 0 4pt;
  }
  #nav-website #desktop-menu > ul > li.with-dropdown ul.dropdown-menu li a {
    padding: 4pt 8pt;
    color: #48484a;
  }
  #nav-website #desktop-menu > ul > li.with-dropdown ul.dropdown-menu li a:hover {
    border-radius: 4pt;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1200px) {
  #nav-website #desktop-menu {
    margin-left: 48pt;
  }
  #nav-website #desktop-menu > ul > li {
    padding: 0 8pt;
  }
}
@media screen and (min-width: 1600px) {
  #nav-website {
    justify-content: center;
  }
  #nav-website #first-level-nav {
    max-width: 1440px;
  }
  #nav-website #first-level-nav #desktop-menu {
    font-size: 16px;
  }
}
/* footer */
#footer-website {
  position: relative;
  background-color: #F2F2F2;
  padding: 32pt 8pt;
  margin-top: 0;
  font-size: 14px;
  line-height: 20pt;
}
#footer-website a {
  color: #48484A;
  text-decoration: none;
}
#footer-website .horizontal-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#footer-website .horizontal-section span {
  margin-bottom: 16pt;
}
#footer-website .horizontal-section .social {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 500px;
  justify-content: space-between;
}
#footer-website .horizontal-section .social a img {
  width: auto;
  height: 12pt;
}
#footer-website .horizontal-section .social a:first-child {
  padding-left: 0;
}
#footer-website .horizontal-section .social a:last-child {
  padding-right: 0;
}
#footer-website .horizontal-section .footer-section {
  vertical-align: top;
  border-bottom: 1px solid #ced4da;
}
#footer-website .horizontal-section .footer-section .section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8pt;
  font-weight: 600;
  margin-bottom: 1rem;
}
#footer-website .horizontal-section .footer-section .section-heading:after {
  display: inline-block;
  content: "";
  background: url("/themes/openweather_b2b/assets/img/owm_icons/icon_down_black.svg");
  height: 12pt;
  width: 12pt;
  cursor: pointer;
}
#footer-website .horizontal-section .footer-section .section-content {
  margin-top: 8pt;
  display: none;
  padding: 0;
}
#footer-website .horizontal-section .footer-section .section-content ul {
  list-style-type: none;
  padding: 0;
}
#footer-website .horizontal-section .footer-section.visible .section-heading:after {
  transform: rotate(180deg);
}
#footer-website .horizontal-section .footer-section.visible .section-content {
  display: block;
}
#footer-website .horizontal-section .footer-section.not-foldable {
  border-bottom: none;
}
#footer-website .horizontal-section .footer-section.not-foldable .section-heading:after {
  content: none;
}
#footer-website .horizontal-section .footer-section.not-foldable .section-content {
  display: block;
}
#footer-website .horizontal-section .footer-section.not-foldable .section-content.logo-blocks {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: space-evenly;
}
#footer-website .my-5 p {
  margin: 0;
}
#footer-website .appstore-link {
  margin-left: -10px;
}
#footer-website .appstore-img, #footer-website .google-play-img {
  height: 60px;
}
#footer-website .appstore-img {
  padding: 10px;
}
#footer-website.horizontal-section.my-5 {
  align-items: start;
}
#footer-website .horizontal-section.include-logo .footer-section.logo-lcci {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 1025px) {
  .horizontal-section.include-logo {
    display: flex;
    flex-direction: column-reverse !important;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  #footer-website {
    padding-left: 32pt;
    padding-right: 32pt;
  }
  #footer-website .horizontal-section {
    flex-direction: row;
    margin: 16pt 0;
  }
  #footer-website .horizontal-section:last-child {
    align-items: flex-start;
  }
  #footer-website .horizontal-section span {
    margin-bottom: 0;
  }
  #footer-website .horizontal-section .footer-section {
    width: 33%;
    border-bottom: none;
  }
  #footer-website .horizontal-section .footer-section .section-heading {
    border: none;
    margin-top: 0;
  }
  #footer-website .horizontal-section .footer-section .section-heading:after {
    content: none;
  }
  #footer-website .horizontal-section .footer-section .section-heading p {
    margin-bottom: 0;
  }
  #footer-website .horizontal-section .footer-section .section-heading .icon {
    display: none;
  }
  #footer-website .horizontal-section .footer-section .section-content {
    display: block;
  }
  #footer-website .horizontal-section .footer-section.not-foldable .section-heading p {
    display: block;
  }
}
@media screen and (min-width: 1320px) {
  /*  #footer-website {
      padding-left: 32pt;
      padding-right: 32pt;
  } */
  #footer-website .horizontal-section .footer-section.not-foldable .section-content.logo-blocks {
    flex-direction: row;
  }
}
@media screen and (min-width: 1600px) {
  #footer-website {
    display: flex;
    justify-content: center;
  }
  #footer-website .inner-footer-container {
    width: 1440px;
  }
}
.open-weather-model .section-content {
  padding: 0;
}
.forecasting-model-banner {
  position: relative;
  width: 100%;
  height: 80vh;
  background: url("/themes/openweather_b2b/assets/img/hyper-local-forecasting-model/forecasting-model-banner.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 3;
}
.top-logo {
  position: absolute;
  top: 100px;
  right: 10px;
  width: 200px;
  z-index: 4;
}
.orange-logo-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  max-width: 500px;
}
.logo-bg-orange {
  width: 100%;
  height: auto;
  display: block;
}
.overview-image-wrapper {
  background: url("/themes/openweather_b2b/assets/img/hyper-local-forecasting-model/overview-bg.jpg") no-repeat;
  background-size: cover;
}
.overview-text-wrapper {
  margin-top: 50px;
}
.forecasting-model-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
.forecasting-model-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #F26C4F;
  margin-top: 10px;
}
.icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #48484a;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
}
.icon-wrapper img {
  width: 60%;
  height: auto;
}
.watch-icon {
  width: 48px;
  height: 48px;
}
.features-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}
.feature-item {
  display: flex;
  align-items: flex-start;
  width: calc(50% - 30px);
  gap: 15px;
}
.feature-item p {
  margin: 0;
  font-size: 15px;
  color: #333;
}
@media (max-width: 1160px) {
  .top-logo {
    top: 30px;
  }
}
@media (max-width: 1024px) {
  .overview-inner {
    margin-right: -20%;
  }
  .aquamarine-logo-wrapper {
    width: 60%;
  }
  .logo-bg-aquamarine {
    height: 70%;
  }
  .features-container {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .overview-inner {
    margin-right: 0;
  }
  .overview-top-wrapper {
    flex-direction: row;
  }
  .aquamarine-logo-wrapper {
    display: none;
  }
}
@media (max-width: 480px) {
  .forecasting-model-banner {
    height: 90vh;
  }
  .features-container {
    flex-direction: column;
    gap: 25px;
  }
  .overview-section {
    margin-top: 50px;
    padding: 0 10px;
  }
  .overview-text-wrapper {
    margin-top: 0;
  }
  .overview-image-wrapper {
    display: none;
  }
  .feature-item {
    width: 100%;
  }
}
.process-section {
  margin-top: 50px;
}
.processing-diagram-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .processing-diagram-wrapper img {
    width: 90%;
  }
}
.midle-range-section {
  display: flex;
  flex-direction: column;
}
.midle-range-banner-wrapper {
  position: relative;
  overflow: hidden;
  height: 60vh;
}
.midle-range-banner {
  width: 100%;
  height: 80%;
  background: url("/themes/openweather_b2b/assets/img/hyper-local-forecasting-model/midle-range-banner.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
.green-pill-shape {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 320px;
  height: 130px;
  background-color: #6dd3c6;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  z-index: 2;
}
.white-bubble-shape {
  position: absolute;
  right: 10%;
  bottom: -10px;
  width: 230px;
  height: 60px;
  background-color: white;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  z-index: 3;
}
.midle-range-list {
  display: flex;
  padding: 0;
}
.midle-range-list-item {
  list-style: none;
  padding: 0;
}
@media (max-width: 1024px) {
  .green-pill-shape {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .green-pill-shape {
    height: 80px;
  }
  .white-bubble-shape {
    display: none;
  }
  .midle-range-list {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 480px) {
  .midle-range-section {
    margin: 0;
  }
  .green-pill-shape {
    width: 60%;
  }
}
.delivery-section {
  display: flex;
  justify-content: space-between;
}
.forecasting-model-text-block {
  width: 60%;
  text-align: left;
  margin-bottom: 40px;
}
.graphic-block {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin-top: 5%;
}
.deliver-info-img {
  width: 100%;
}
@media (max-width: 768px) {
  .delivery-section {
    width: 100%;
    flex-direction: column;
    align-items: end;
  }
  .forecasting-model-text-block {
    width: 100%;
    margin-bottom: 0;
  }
}
.data-storage-section {
  position: relative;
  height: auto;
  background: url("/themes/openweather_b2b/assets/img/hyper-local-forecasting-model/deker-bg.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.data-storage-logo-wrapper {
  position: absolute;
  top: 60px;
  left: 0;
  width: 255px;
  z-index: 2;
}
.logo-box {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: white;
  padding: 20px 40px;
  border-radius: 0 100px 100px 0;
  display: inline-block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.logo-box img {
  height: 60px;
  vertical-align: middle;
}
.data-storage-text {
  margin-top: 200px;
  margin-bottom: 50px;
  padding-left: 30px;
  width: 70%;
}
@media (max-width: 480px) {
  .data-storage-section {
    margin: 0;
  }
  .data-storage-text {
    padding: 0 10px !important;
    width: 100%;
  }
}
