@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

/* -- General -- */

body {
  background-color: #eeeeee;
  background-repeat: repeat-y;
  background: -webkit-gradient(linear, left top, right top, from(#f3f3f3), to(#dedede));
  background: -webkit-linear-gradient(left, #f3f3f3, #eeeeee);
  background: -moz-linear-gradient(left, #f3f3f3, #eeeeee);
  background: -ms-linear-gradient(left, #f3f3f3, #eeeeee);
  background: -o-linear-gradient(left, #f3f3f3, #eeeeee);
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, .story-head, .single-story-head {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.15;
}
h1, h2 {
  margin-bottom: 20px;
}
.story-head, .single-story-head {
  font-size: 1.4em;
}
aside h1 {
  font-size: 1.7em;
}
aside h2 {
  font-size: 1.5em;
}
aside h3 {
  font-size: 1.3em;
}
aside h4 {
  font-size: 1.2em;
}
aside h5 {
  font-size: 1.0em;
}
aside h6 {
  font-size: 0.85em;
}
aside .story-head, aside .single-story-head {
  font-size: 1.1em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a.story-head, .story-head a, a.single-story-head, .single-story-head a {
  color: black !important;
}
img.photo,
.photo img {
  max-width: 100%;
}
.label {
  display: inherit;
  padding: 0;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
  white-space: inherit;
  vertical-align: inherit;
  border-radius: 0;
}
.kicker, .overline, .label {
  color: #888;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 7px;
}

/* -- Header -- */

@media (min-width: 768px) {
  section.header {
    margin-top: 15px;
  }
}
section.header .top-row {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 12px;
  font-size: 0.85em;
  color: #aaa;
}
section.header .top-row nav a {
  color: #444;
}
section.header .wx-col {
  margin-top: 15px;
}
section.header .wx-col .conditions {
  padding-left: 8px;
  font-size: 0.73em;
}
section.header .wx-col .temp {
  color: #aaa;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: -1px;
}
section.header .nameplate-container {
  margin-bottom: 0;
  padding-bottom: 0;
}
section.header .search-col {
  position: relative;
  margin-top: 10px;
}
section.header .search-col .search-icon {
  position: absolute;
  right: 0;
  top: 0px;
  right: 6px;
  font-size: 1.3em;
}
section.header .search-col .advanced {
  font-size: 80%;
  margin-top: 6px;
}


/* --- Bootstrap nav expand on hover --- */

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

/* --- Bootstrap nav colors --- */

/* navbar */
.timtest {
    background-color: red;
}

.dropdown a.inline-dropdown {
  display: inline-block;
}

.navbar-default {
    background-color: #2b2868;
    border-radius: 0;
    border: none;
}
.navbar-default.centered {
    text-align: center;
}
/* Title */
.navbar-default .navbar-brand {
    color: white;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5E5E5E;
}
.navbar-default.centered .navbar-nav {
  display: inline-block;
  float: unset;
  margin: 0 auto -5px auto;
}
/* Link */
.navbar-default .navbar-nav > li > a {
    color: white;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #666;
    background: white;
}
@media (max-width: 767px) {
  .navbar-default.centered .navbar-nav {
    display: block;
  }
  .navbar-default.centered {
    text-align: left;
  }
  .navbar-default .navbar-nav > li > a:focus {
      color: white;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: white;
    color: #666;
  }

  .sr-except-xs {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li > a {
    padding: 7px 15px;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #2b2868;
    color: white;
  }
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    
}
/* Dropdown */
.navbar-default .dropdown-menu {
     background-color: white;
     color: #666;
     border: none;
}
.navbar-default.centered .dropdown-menu {
  text-align: left;
}
.navbar-default .dropdown-menu a {
  color: #666;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
}
.dropdown-menu>li>a {
 color:green;
 white-space:nowrap
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
 color: #218fc6;
 background-color:#f5f5f5;
}
/* Caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: white;
    border-bottom-color: white;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > .dropdown > a:hover .caret,
  .navbar-default .navbar-nav > .dropdown > a:focus .caret {
      border-top-color: #666;
      border-bottom-color: #666;
  }
  .navbar-default .navbar-nav > .open > a .caret,
  .navbar-default .navbar-nav > .open > a:hover .caret,
  .navbar-default .navbar-nav > .open > a:focus .caret {
      border-top-color: #666;
      border-bottom-color: #666;
  }
}
  
/* Mobile version */
.navbar-default .navbar-toggle {
    border: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: inherit;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
          color: white;
    }
}

/* Mobile access */
.container.pk-layer.mobile-access {
  margin-top: -20px;
  border-bottom: 1px solid #e3e3e3;
}
.container.pk-layer.mobile-access .btn.btn-primary {
  color: #ffffff;
}

/* -- Pancakes -- */

.reverse-bar-label {
  background-color: #2b2868;
  color: white;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4em;
  padding: 4px 0;
}
.when {
  font-size: 75%;
  font-weight: 400;
  color: #999;
  margin-bottom: 7px;
}
.box-link {
  font-size: 105%;
}

/* -- Footer -- */

footer {
  background-color: #2b2868;
  color: white;
  padding-top: 15px;
  padding-bottom: 10px;
}
footer a,
footer a:hover {
  color: white;
}
footer .nameplate-col img {
  max-width: 80%;
  max-height: 80px;
}
footer .nameplate-col p {
  margin-top: 10px;
  font-size: 90%;
}
.copyright-container {
  background-color: black;
  font-size: 80%;
  color: #ccc;
}
.copyright-container a,
.copyright-container a:hover {
  color: #ccc;
}
footer .kicker {
  color: white !important;
}

@media screen and (max-width: 768px){
  .cq-creative img {
    max-width: 100%;
    height: auto;
  }
  footer .col-sm-12.nameplate-col.photo,
  footer .col-sm-12.nameplate-col.photo p {
    text-align: center;
  }
  .container.pk-layer.copyright-container .copyright,
  .container.pk-layer.copyright-container .powered.text-right {
    text-align: center;
  }
  .container.pk-layer.copyright-container .copyright {
    margin-bottom: 7px;
  }
}
