/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
/*
 * A better looking default horizontal rule
 */
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
/*
 * Remove default fieldset styles.
 */
/*
 * Allow only vertical resizing of textareas.
 */
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
/*
 * Hide visually and from screen readers, but maintain layout
 */
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/* Style adjustments for viewports that meet the condition */
/* Style adjustments for high resolution devices */
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
/*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
/*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
@import url("https://fonts.googleapis.com/css?family=Abel|Open+Sans:400,600,700");
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/* Hides select dropdown on IE and Firefox */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  select::-ms-expand {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

@media (max-width: 991px) {
  ::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    /* make scrollbar transparent */ } }

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  overflow: initial;
  padding-right: 0px !important;
  margin-right: 0px; }
  @media screen and (max-width: 768px) {
    body {
      width: 100%; } }

a {
  color: #0199E2; }

h1, h2, h3, h4 {
  font-family: 'Abel', sans-serif !important; }

-moz-selection, selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.hidden {
  display: none !important; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit; }

.invisible {
  visibility: hidden; }

.clearfix:before {
  content: " ";
  display: table; }

.clearfix:after {
  content: " ";
  display: table;
  clear: both; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
    *:before, *:after {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important; }
  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }
    a[href]:after {
      content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid; }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  p {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid; } }

.carousel-fade .carousel-item {
  transform: none;
  perspective: none;
  opacity: 1;
  transition: opacity .3s .2ms; }
  .carousel-fade .carousel-item.active {
    opacity: 1; }

.tab-content {
  background: #A3CDFF;
  padding-top: 20px; }

@media (max-width: 640px) {
  .navbar {
    min-width: 360px;
    flex-direction: row !important; }
    .navbar .col-3 {
      max-width: 30% !important; } }

.error-404 {
  text-align: center; }

.sticky-bar {
  padding-top: 20px;
  padding-bottom: 15px; }

.nav-color {
  background: #002B3B;
  z-index: 9999 !important; }

#nav-menu {
  z-index: 9999; }
  @media screen and (min-width: 1024px) {
    #nav-menu {
      border-top: 1px solid #335561; } }
  @media (max-width: 812px) {
    #nav-menu {
      overflow-x: hidden;
      overflow-y: scroll;
      max-height: 300px; } }
  @media screen and (max-width: 768px) {
    #nav-menu {
      max-height: 600px; } }

@media (max-width: 412px) {
  #nav-menu {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 476px; } }

@media (max-width: 320px) {
  #nav-menu {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 376px; } }

@media (min-width: 990px) {
  .nav-color {
    border-bottom: 1px solid #335561; } }

.sticky-bar .home {
  margin-left: -8px;
  margin-top: 3px; }

@media (min-width: 992px) {
  .sticky-bar .home {
    min-width: 225px; } }

@media (min-width: 576px) and (max-width: 760px) {
  .sticky-bar .home {
    min-width: 195px; } }

@media (max-width: 760px) {
  .sticky-bar .home {
    margin-top: 4px;
    margin-left: -37px; } }

.home-link {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  vertical-align: -webkit-baseline-middle; }
  .home-link:hover, .home-link:focus {
    text-decoration: none;
    color: #fff; }

@media (max-width: 575px) {
  .home-link {
    display: none; } }

@media (min-width: 990px) {
  .home-icon {
    padding-right: 15px;
    padding-left: 15px; } }

.search-icon {
  position: absolute;
  -webkit-appearance: none !important; }

@media (min-width: 990px) {
  .search-icon {
    left: 214px;
    right: 0px; } }

@media (max-width: 989px) {
  .search-icon {
    left: 195px;
    right: 0px; } }

@media (max-width: 768px) {
  .search-icon {
    left: 159px;
    right: 0px; } }

@media (max-width: 640px) {
  .search-icon {
    left: 156px;
    right: 0px; } }

@media (min-width: 543px) and (max-width: 575px) {
  .search-icon {
    left: 182px;
    right: 0px; } }

@media (max-width: 480px) {
  .search-icon {
    left: 129px;
    right: 0px; } }

#nav-menu {
  background: #002B3B;
  margin-top: -6px; }

@media (max-width: 812px) {
  #nav-menu {
    margin-left: 134px;
    z-index: 99;
    position: absolute;
    padding-bottom: 20px; }
    #nav-menu h2 {
      font-size: 27px;
      padding-top: 20px; } }

.nav-search.form-control {
  border-radius: 22px;
  max-height: 36px; }

@media (min-width: 990px) {
  .nav-search.form-control {
    min-width: 239px;
    padding: 6px 22px; } }

@media (max-width: 768px) {
  .nav-search.form-control {
    min-width: 190px;
    margin-left: -35px; } }

.state.form-control {
  border-radius: 22px;
  min-width: 117px;
  max-height: 36px;
  max-width: 121px;
  padding: 8px 20px; }

@media (max-width: 991px) {
  .state.form-control {
    max-width: 175px; } }

.location.form-control {
  border-radius: 22px;
  max-width: 203px;
  max-height: 36px;
  padding: 8px 20px; }

@media (max-width: 760px) {
  .location.form-control {
    min-width: 175px; } }

.state.form-control,
.location.form-control {
  background-image: linear-gradient(45deg, transparent 50%, #049ede 50%), linear-gradient(135deg, #049ede 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px,
 5px 5px,
 1px 1.5em;
  background-repeat: no-repeat; }

.navbar-inverse .navbar-toggler-icon {
  background-image: url(img/burger-icon.png) !important;
  width: 2.0em !important; }

.title-site {
  background: #fff; }
  .title-site .title {
    font-size: 25px; }
    .title-site .title .color-text {
      color: #68BAE9; }
  .title-site .logo {
    float: right; }

@media (max-width: 760px) {
  .title-site .title {
    font-size: 18px; } }

.filter {
  background: #F5F7F6; }
  .filter .filter-state {
    color: #002b3a;
    font-weight: 700;
    font-size: 15px;
    line-height: 36px; }
  .filter .filter-location {
    color: #002b3a;
    font-weight: 700;
    font-size: 15px;
    line-height: 36px; }
  .filter .form-group {
    margin-bottom: 0px !important; }

@media (max-width: 991px) {
  .filter .form-group {
    margin-left: 10px;
    max-width: 170px; } }

@media (min-width: 990px) {
  .top-menu {
    padding-top: 30px;
    padding-bottom: 50px; } }

@media (max-width: 760px) {
  .top-menu {
    text-align: left; }
    .top-menu .spacing {
      padding-left: 10px; } }

@media screen and (max-width: 1024px) {
  .top-menu {
    padding-bottom: 20px; } }

.top-menu .menu-title {
  color: #fff; }

.top-menu p {
  margin-bottom: 0px;
  min-width: 170px; }

.top-menu .province {
  color: #fff;
  font-size: 14px;
  padding-top: 30px;
  font-weight: 600; }
  .top-menu .province p {
    margin-bottom: 1px; }

.top-menu .locations {
  font-size: 14px; }
  .top-menu .locations a {
    color: #0199E2;
    letter-spacing: -0.02rem; }

.line-text {
  background: #002B3B;
  border-radius: 53%;
  color: #fff;
  padding: 7px 7px;
  line-height: 33px;
  font-size: 14px; }

.main-view {
  background: #A3CDFF;
  padding-top: 30px;
  padding-bottom: 90px; }

@media (max-width: 760px) {
  .main-view {
    padding-bottom: 0px; } }

#map-view {
  width: 100%;
  height: 680px;
  margin-top: -50px;
  margin-bottom: -90px; }

.icon-tab {
  padding-left: 10px; }

.nav-item {
  padding-left: 6px; }

@media (max-width: 991px) {
  .nav-item {
    padding-left: 13px; } }

.nav-pills .nav-link {
  border-radius: 1.25em !important;
  padding: 5px 22px;
  background: #002B3B;
  color: #77848C;
  float: right;
  min-width: 142px;
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap; }
  .nav-pills .nav-link.active, .nav-pills .nav-link:hover {
    background: #0186BE !important;
    color: #fff; }

.nav-map .nav-link:hover img {
  content: url("img/map-view.png"); }

.nav-list .nav-link:hover img {
  content: url("img/list-view-white.png"); }

.nav-map .nav-link.active img {
  content: url("img/map-view.png"); }

.nav-list .nav-link.active img {
  content: url("img/list-view-white.png"); }

.nav-map .nav-link img {
  content: url("img/map-inactive.png"); }

.nav-list .nav-link img {
  content: url("img/list-inactive.png"); }

/*Fix missing image on firefox*/
.nav-map .nav-link:hover img:after {
  content: url("img/map-view.png");
  line-height: 0;
  vertical-align: bottom; }

.nav-list .nav-link:hover img:after {
  content: url("img/list-view-white.png"); }

.nav-map .nav-link.active img:after {
  content: url("img/map-view.png");
  line-height: 0;
  vertical-align: bottom; }

.nav-list .nav-link.active img:after {
  content: url("img/list-view-white.png"); }

.nav-map .nav-link img:after {
  content: url("img/map-view.png");
  line-height: 0;
  vertical-align: bottom;
  content: url("img/map-inactive.png");
  line-height: 0;
  vertical-align: bottom; }

.nav-list .nav-link img:after {
  content: url("img/list-inactive.png"); }

.modal-news {
  left: 0px !important;
  margin-top: 10px !important; }
  .modal-news .weather-navi {
    background: #029DDF !important; }
  .modal-news .arrow_box {
    max-width: 293px;
    left: -1px;
    min-width: 280px; }
  .modal-news .weather-widget p {
    font-size: 25px; }
  .modal-news .toggle-icon img {
    padding-bottom: 0px !important; }
  .modal-news #modal-weather-menu > div.row.weather-row > div.col-6.col-md-12.col-lg-1.weather-navi.weather-content-mobile > div > a, .modal-news #modal-weather-menu > div.row.weather-row > div:nth-child(2) > div > a {
    left: 55px !important; }

@media (max-width: 760px) {
  .modal-news .weather-widget img {
    padding-top: 10px;
    max-width: 42px; } }

@media (max-width: 758px) {
  .modal-news .weather-content {
    margin-top: 0px;
    max-width: 293.5px;
    left: 13.5px; } }

@media (max-width: 360px) {
  .modal-news .weather-navi {
    max-width: 147px !important;
    left: 14px; } }

.news .navbar-toggler {
  background: none !important; }

.news .toggle-icon {
  margin-left: 5px; }
  .news .toggle-icon img {
    padding-left: 0px;
    padding-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 5px;
    max-width: 30px;
    content: url("img/minus.png"); }

.news .collapsed .toggle-icon img {
  content: url("img/plus.png"); }

@media (min-width: 990px) {
  .news {
    margin-top: -99px; } }

@media (max-width: 760px) {
  .news .col-md-3 {
    padding: 0px !important; } }

@media (max-width: 565px) {
  .news {
    margin-top: 60px;
    max-width: 330px; } }

.weather-widget {
  background-image: url(img/weather-warning.png);
  background-size: cover;
  min-width: 280px;
  max-width: 688px;
  max-height: 125px;
  min-height: 70px;
  line-height: 70px;
  z-index: 99; }
  @media screen and (max-width: 812px) {
    .weather-widget {
      margin-left: auto;
      margin-right: auto; } }
  .weather-widget img {
    padding-top: 20px; }
  .weather-widget p {
    color: #fff;
    font-size: 29px;
    font-family: 'Abel' , sans-serif; }

@media (max-width: 760px) {
  .weather-widget img {
    padding-top: 24px;
    float: left;
    padding-left: 16px;
    margin-right: -60px;
    max-width: 43px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .weather-widget {
    min-width: 243px; } }

@media (min-width: 992px) {
  .weather-widget {
    min-height: 125px; } }

@media (max-width: 760px) {
  .weather-widget {
    min-width: 100%; } }

@media (max-width: 575px) {
  .weather-widget {
    top: 30px; } }

.arrow_box {
  position: relative; }
  .arrow_box:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(59, 80, 109, 0);
    border-left-color: #3B506D;
    border-width: 8px;
    margin-top: -8px; }

@media (max-width: 991px) {
  .arrow_box:after {
    display: none; } }

@media (max-width: 990px) {
  .arrow_box:after {
    display: none; } }

.weather-content {
  background: #029DDF;
  max-height: 125px; }
  .weather-content P {
    color: #fff;
    font-size: 14px; }
  .weather-content a {
    color: black; }
    .weather-content a:hover {
      color: black; }
  .weather-content .carousel {
    margin-top: 14px;
    margin-bottom: 0; }

@media (max-width: 991px) {
  #weather-menu{
    padding:0px 15px;
    margin-left:auto;
    margin-right:auto;
  }
  .weather-content .carousel{
    margin-top:0px;
  }
  .weather-content {
    max-height: initial;
    max-width: 688px !important;
    margin-top: -17px;
    padding:0px 15px; } 
    .weather-row{
      padding:0px 15px;
      }
  #content > section > div > div > div.col-12.col-md-12.col-lg-3{
    margin-left:auto;
    margin-right: auto;
    }
    .weather-widget{
      max-width:689px;
    }
  }
  

@media (max-width: 760px) {
  .weather-content {
    max-height: 300px;
    margin-top: -30px;
    padding:0px 15px; } 
    .weather-row{
      padding:0px 15px;
    }
    #content > section > div > div > div.col-12.col-md-12.col-lg-3{
      max-width:718px;
    }

  }

  @media (max-width:640px){
    .weather-content{
      margin-top:-30px;
    } 
  }

  @media (max-width:568px){
    .weather-content{
      margin-top:0px;
    }
  }

  @media (max-width:480px){
    #weather-menu{
      padding:0px;
    }
    .weather-content{
      padding:0px;
      margin-top: 0px;
    }
}

@media (max-width: 812px) {
  .weather-content-main {
    display: none; } }

@media (min-width: 992px) {
  .weather-content-mobile, .extend {
    display: none; } }

.extend .navbar-toggler,
.extend .navbar-toggler.collapsed {
  position: absolute;
  bottom: 7px;
  height: 50px;
  right: -5px; }

.weather-img {
  margin-left: 20px;
  margin-top: 19px; }

@media (max-width: 760px) {
  .weather-province {
    text-align: left;
    margin-left: 20px;
    margin-top: 20px; } }

@media (min-width: 1200px) {
  .weather-desc {
    min-width: 524.156px; } }

@media (min-width:813px) and (max-width:991px){
  .weather-content-main{
      display:none !important;
  }
}

@media (max-width: 760px) {
  .weather-desc {
    text-align: left;
    margin-left: 20px; } }

@media (max-width: 991px) {
  .weather-navis {
    margin-left: 16px; } }

.weather-navi {
  background: #029DDF;
  border-left: 1px solid #33AFE3;
  border-right: 1px solid #33AFE3; }

@media (min-width: 992px) {
  .weather-navi {
    min-height: 125px !important; } }

@media (max-width: 991px) {
  .weather-navi {
    min-height: 100px !important;
    max-width: 344px !important;
    border-top: 1px solid #33AFE3 !important; } }

@media (max-width: 760px) {
  .weather-navi {
    min-height: 93px !important; } }

@media (max-width: 565px) {
  .weather-navi {
    max-width: 165.5px !important; } }

@media (max-width: 360px) {
  .weather-navi {
    min-height: 93px !important;
    max-width: 165.5px !important;
     } }

@media (max-width: 768px) {
  body > section.news > div > div > div.col-12.col-md-12 {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

.carousel-control-prev {
  left: 41px !important;
  opacity: .9 !important; }

@media (max-width: 991px) {
  .carousel-control-prev {
    left: 145px !important;
    bottom: 19px !important; } }

@media (max-width: 760px) {
  .carousel-control-prev {
    left: 112px !important;
    bottom: 19px !important; } }

@media (max-width: 565px) {
  .carousel-control-prev {
    left: 70px !important;
    bottom: 19px !important; } }

.carousel-control-next {
  opacity: .9 !important; }

@media (max-width: 760px) {
  body > section.news > div > div > div:nth-child(4) > div > div {
    right: 22% !important; } }

.carousel-caption {
  bottom: -14px !important;
  color: #6EB7E2 !important;
  font-size: 11px; }

@media (max-width: 991px) {
  #camera-carousel > div.carousel-inner > div.carousel-item.active > div > div.row > div.col-2.hide.left-border > div > div {
    left: 10%;
    top: 31%; } }

@media (min-width: 370px) {
  #camera-carousel > div.carousel-inner > div.carousel-item.active > div > div.row > div:nth-child(4) > div > div {
    left: -72px !important; } }

@media (min-width: 990px) {
  footer {
    padding-top: 80px;
    padding-bottom: 80px; } }

footer .province {
  font-weight: 600;
  font-size: 14px;
  padding-top: 10px; }

footer .locations a {
  color: #0199E2;
  font-size: 14px;
  letter-spacing: -0.02rem; }

footer .bottom-menu p {
  margin-bottom: 0px; }

footer .bottom-line {
  border-bottom: 1px solid #ccd4d6; }

footer .gov-logo, footer .footer-desc {
  padding-top: 30px; }
  footer .gov-logo p, footer .footer-desc p {
    font-size: 14px; }
    @media screen and (max-width: 780px) {
      footer .gov-logo p, footer .footer-desc p {
        font-size: 12px; } }

@media (max-width: 760px) {
  footer .bottom-menu {
    text-align: left;
    padding-top: 40px;
    padding-bottom: 20px; } }

@media (min-width: 990px) {
  footer .spacing {
    padding-bottom: 20px; } }

@media (max-width: 760px) {
  footer .footer-desc {
    text-align: left;
    padding-bottom: 30px; } }

@media (min-width: 990px) {
  #list-view {
    padding-bottom: 30px; } }

@media (min-width: 990px) {
  #list-view {
    padding-bottom: 30px; } }

.list-img {
  cursor: pointer; }

@media (max-width: 991px) {
  .list-img img {
    width: 100%; } }

.list-box {
  margin-bottom: 20px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1); }

.list-name h2 {
  font-size: 26px;
  background: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.list-state {
  text-align: left;
  background: #002B3B;
  border-right: 1px solid #133B4A; }

.state-name {
  font-size: 14px;
  color: #029dde;
  font-weight: 600;
  margin-bottom: 1px; }

.province-name {
  color: #fff;
  font-weight: 600;
  font-size: 14px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .province-name {
    font-size: 13px; } }

.list-link {
  background: #002B3B;
  font-weight: 600;
  font-size: 14px; }
  .list-link a {
    color: #fff;
    text-decoration: none; }
    .list-link a:hover, .list-link a:focus {
      color: #68BAE9; }
  .list-link img {
    padding-left: 10px;
    margin-top: -5px;
    cursor: pointer; }

@media (min-width: 992px) and (max-width: 1199px) {
  .list-link {
    font-size: 13px; } }

.pad-right {
  padding-right: 0px !important; }

.pad-left {
  padding-left: 0px !important; }

.show-more {
  margin-top: 20px; }
  .show-more .btn {
    background: #0186BE;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 20px 20px;
    margin-bottom: 40px; }
  .show-more a {
    color: #fff;
    font-size: 16px;
    font-weight: 600; }
    .show-more a:active, .show-more a:hover {
      color: #fff; }

@media (max-width: 768px) {
  .show-more {
    margin-top: 20px;
    margin-bottom: 20px; } }

.row > .column {
  padding: 0 8px; }

.row:after {
  content: "";
  display: table;
  clear: both; }

.column {
  float: left;
  width: 25%; }

/* The Modal (background) */
.modal {
  display: none;
  position: fixed !important;
  z-index: 9998 !important;
  padding-top: 10px;
  top: 10px !important;
  width: 100%;
  height: 117%;
  overflow-x: hidden !important; }
  .modal .weather-navi {
    background: none; }

@media (max-width: 991px) {
  .modal, #airport-carousel {
    left: 0px;
    width: 100%;
    height: 103%; }
  .modal .carousel-caption p, #airport-carousel .carousel-caption p {
    color: black;
    font-weight: 500; } }

@media (max-width: 760px) {
  .modal, #airport-carousel {
    max-height: 600px; }
  .modal {
    padding-top: 10px !important;
    max-height: 100%;
    overflow-y: scroll !important;
    padding-bottom: 100px; } }

@media (max-width: 490px) {
  .modal {
    padding-top: 15px !important; } }

@media (max-width: 360px) {
  .modal .carousel-control-prev img, .modal .carousel-control-next img {
    max-width: 26px !important; }
  #airport-carousel .carousel-control-prev img, #airport-carousel .carousel-control-next img {
    max-width: 26px !important; } }

@media (max-width: 991px) {
  #airport-carousel .carousel-control-prev, #airport-carousel .carousel-control-next {
    left: 51px !important; } }

@media (max-width: 360px) {
  .modal .carousel-control-prev, .modal .carousel-control-next {
    width: 35px;
    z-index: 99; }
  #airport-carousel .carousel-control-prev, #airport-carousel .carousel-control-next {
    width: 35px;
    z-index: 99; } }

@media (max-width: 360px) {
  .modal .col-2, #airport-carousel .col-2 {
    max-width: 9.666667%; } }

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px; }

/* The Close Button */
.close {
  color: white !important;
  position: absolute;
  top: 19px;
  right: 0px;
  font-size: 38px !important;
  font-weight: bold !important;
  border-top-left-radius: 268px;
  border-bottom-left-radius: 269px;
  border-top-right-radius: 25px;
  padding-left: 15px;
  padding-right: 9px;
  background: #0186BF;
  opacity: 1 !important; }
  .close:hover, .close:focus {
    color: white !important;
    opacity: 1 !important; }
  .close img {
    padding-bottom: 5px;
    padding-right: 5px; }

@media (max-width: 800px) {
  .close {
    top: 5px; } }

@media (max-width: 578px) {
  .close {
    top: 7px;
    padding-left: 5px; } }

@media (min-width: 1000px) and (max-width: 1200px) {
  .close {
    padding-left: 7px; } }

.mySlides {
  display: none; }

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px; }

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8); }

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0; }

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white; }

img.demo {
  opacity: 0.6; }

.active, .demo:hover {
  opacity: 1; }

img.hover-shadow {
  transition: 0.3s; }

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.white-area {
  background: #fff;
  padding: 0px; }

@media (min-width: 361px) and (max-width: 991px) {
  .white-area .row {
    margin-left: 0px !important;
    margin-right: 0px !important; } }

.modal .logo, #airport-carousel .logo {
  max-width: 135px;
  margin-top: 10px;
  margin-left: 20px; }

#airport-carousel .list-name {
  padding-top: 10px;
  /* Wt the fish is this?
  min-width: 132.5px;
  */
  margin-left: -15px;
  /* push the text to appear closer to the logo */ }

.modal .list-name h2, #airport-carousel .list-name h2 {
  font-size: 30px; }

.modal .list-state, .modal .current-time, .modal .camera-angle {
  background: none;
  border-right: none;
  padding-top: 20px;
  padding-left: 0px;
  padding-bottom: 15px;
  padding-right: 0px; }

#airport-carousel .list-state, #airport-carousel .current-time, #airport-carousel .camera-angle {
  background: none;
  border-right: none;
  padding-top: 20px;
  padding-left: 0px;
  padding-bottom: 15px;
  padding-right: 0px;
  min-width: 137px; }

.modal .list-state p, .modal .current-time p, .modal .camera-angle p {
  font-size: 11px;
  color: #029dde;
  margin-bottom: 0px;
  font-weight: 500; }

#airport-carousel .list-state p, #airport-carousel .current-time p, #airport-carousel .camera-angle p {
  font-size: 11px;
  color: #029dde;
  margin-bottom: 0px;
  font-weight: 500; }

.modal .list-state .province-name, .modal .list-state .date {
  color: #002b3a;
  font-size: 14px;
  font-weight: 500; }

#airport-carousel .list-state .province-name, #airport-carousel .list-state .date {
  color: #002b3a;
  font-size: 14px;
  font-weight: 500; }

.modal .current-time .province-name, .modal .current-time .date {
  color: #002b3a;
  font-size: 14px;
  font-weight: 500; }

#airport-carousel .current-time .province-name, #airport-carousel .current-time .date {
  color: #002b3a;
  font-size: 14px;
  font-weight: 500; }

.modal .camera-angle .province-name, .modal .camera-angle .date {
  color: #002b3a;
  font-size: 14px;
  font-weight: 500; }

#airport-carousel .camera-angle .province-name, #airport-carousel .camera-angle .date {
  color: #002b3a;
  font-size: 14px;
  font-weight: 500; }

.modal .main-image, #airport-carousel .main-image {
  background: rgba(0, 43, 59, 0.9); }

.modal .main-image img, #airport-carousel .main-image img {
  width: 100%; }

.modal .weather-navi, #airport-carousel .weather-navi {
  border-left: none;
  border-right: none; }

.modal .weather-navi .carousel-caption p, #airport-carousel .weather-navi .carousel-caption p {
  color: #4C606B;
  font-size: 12px; }

.modal .carousel-indicators, #airport-carousel .carousel-indicators {
  margin-left: 0px;
  margin-right: 0px;
  display: -webkit-inline-box;
  bottom: -69px;
  line-height: 3;
  background: none; }

.modal .carousel-indicators .active, #airport-carousel .carousel-indicators .active {
  background: inherit; }

.modal .carousel-indicators .active img, #airport-carousel .carousel-indicators .active img {
  filter: brightness(100%); }

.modal .carousel-indicators .active .underline, #airport-carousel .carousel-indicators .active .underline {
  border-bottom: 1px solid #039CDF; }

.modal .carousel-indicators img, #airport-carousel .carousel-indicators img {
  filter: brightness(50%);
  margin-right: 10px;
  padding-right: 5px; }

.modal .carousel-indicators p, #airport-carousel .carousel-indicators p {
  color: #fff;
  margin-bottom: 0px;
  background: none;
  font-family: 'Proxima Nova', Georgia, sans-serif;
  font-size: 20px;
  text-align: center; }

.modal .camera-list-item, #airport-carousel .camera-list-item {
  cursor: pointer;
  max-width: 192px; }

@media (max-width: 760px) {
  .modal .carousel-indicators, #airport-carousel .carousel-indicators {
    left: 6px; } }

@media (min-width: 1200px) {
  .modal .list-state, .modal .current-time, .modal .camera-angle {
    padding-bottom: 20px; }
  #airport-carousel .list-state, #airport-carousel .current-time, #airport-carousel .camera-angle {
    padding-bottom: 20px; } }

@media (max-width: 760px) {
  .modal .list-state, .modal .current-time, .modal .camera-angle {
    padding-bottom: 0px; }
  #airport-carousel .list-state, #airport-carousel .current-time, #airport-carousel .camera-angle {
    padding-bottom: 0px; } }

@media (max-width: 760px) {
  .modal .list-state, #airport-carousel .list-state {
    padding-left: 15px; } }

@media (max-width: 360px) {
  .modal .logo {
    margin-top: 14px;
    margin-left: 0px; }
    .modal .logo img {
      max-width: 76px; } }

@media (max-width: 992px) {
  .modal .list-name h2, #airport-carousel .list-name h2 {
    font-size: 22px; } }

@media (max-width: 800px) {
  .modal .list-name h2, #airport-carousel .list-name h2 {
    font-size: 18px; } }

@media (max-width: 750px) {
  .modal .list-name h2, #airport-carousel .list-name h2 {
    font-size: 18px; } }

@media (max-width: 480px) {
  .modal .list-name h2, #airport-carousel .list-name h2 {
    font-size: 13px; } }

@media (max-width: 779px) {
  .modal .list-state p, .modal .current-time p, .modal .camera-angle p {
    font-size: 12px !important; }
  #airport-carousel .list-state p, #airport-carousel .current-time p, #airport-carousel .camera-angle p {
    font-size: 12px !important; } }

@media (max-width: 360px) {
  .modal .list-state .province-name, .modal .list-state .date {
    font-size: 9px !important; }
  #airport-carousel .list-state .province-name, #airport-carousel .list-state .date {
    font-size: 9px !important; } }

@media (max-width: 360px) {
  .modal .list-state .state-name, #airport-carousel .list-state .state-name {
    font-size: 11px !important; } }

@media (min-width: 400px) and (max-width: 991px) {
  .modal .list-state p, #airport-carousel .list-state p {
    text-align: center; } }

@media (max-width: 360px) {
  .modal .current-time .province-name, .modal .current-time .date {
    font-size: 9px !important; }
  #airport-carousel .current-time .province-name, #airport-carousel .current-time .date {
    font-size: 9px !important; } }

@media (max-width: 360px) {
  .modal .current-time .title, #airport-carousel .current-time .title {
    font-size: 11px !important; } }

@media (max-width: 360px) {
  .modal .current-time, #airport-carousel .current-time {
    text-align: left; } }

@media (max-width: 360px) {
  .modal .camera-angle .province-name, .modal .camera-angle .date {
    font-size: 9px !important; }
  #airport-carousel .camera-angle .province-name, #airport-carousel .camera-angle .date {
    font-size: 9px !important; } }

@media (max-width: 360px) {
  .modal .camera-angle .title, #airport-carousel .camera-angle .title {
    font-size: 11px !important; } }

@media (max-width: 360px) {
  .modal .camera-angle, #airport-carousel .camera-angle {
    text-align: left; } }

@media (max-width: 779px) {
  .modal .main-image img, #airport-carousel .main-image img {
    width: 100%; } }

@media (max-width: 360px) {
  .modal .main-image img, #airport-carousel .main-image img {
    width: 100%;
    margin-left: 0px; } }

@media (max-width: 360px) {
  .modal .x-pad, #airport-carousel .x-pad {
    padding: 0 !important; } }

@media (max-width: 360px) {
  .modal .carousel-indicators img, #airport-carousel .carousel-indicators img {
    max-width: 151px; } }

@media (max-width: 480px) {
  .modal .carousel-indicators, #airport-carousel .carousel-indicators {
    flex-wrap: wrap; } }

@media (max-width: 1199px) {
  .modal .carousel-indicators, #airport-carousel .carousel-indicators {
    position: relative;
    bottom: -15px;
    display: flex; } }

@media (max-width: 720px) {
  #airport-carousel .camera-list-item {
    max-width: 200px;
    margin-right: 20px; } }

@media (max-width: 466px) {
  .modal .camera-list-item, #airport-carousel .camera-list-item {
    max-width: 199px; } }

@media (max-width: 360px) {
  .modal .camera-list-item, #airport-carousel .camera-list-item {
    max-width: 139px; }
  .modal .camera-list-item .underline, #airport-carousel .camera-list-item .underline {
    font-size: 15px; } }

@media (min-width: 990px) {
  .modal .weather-navi {
    max-height: 135px;
    background: none; } }

span.bold {
  font-weight: bold; }

.left-border {
  border-left: 1px solid #ccd4d6; }

@media (max-width: 991px) {
  #camera-carousel > div.carousel-inner > div.carousel-item.active > div > div.row > div:nth-child(5) {
    border: none;
    padding-left: 0px; } }

@media (max-width: 1200px) {
  .bottom-border {
    border-bottom: 1px solid #ccd4d6; } }

@media (max-width: 720px) {
  .bottom-border {
    border-bottom: 1px solid #ccd4d6; } }

@media (min-width: 1200px) {
  .bottom-border {
    max-width: 330px !important; } }

@media (max-width: 720px) {
  .top-border {
    border-top: 1px solid #ccd4d6;
    margin-top: -1px; } }

@media (max-width: 1200px) {
  .top-border {
    border-top: 1px solid #ccd4d6;
    margin-top: -1px; } }

@media (max-width: 991px) {
  .flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: inline-flex;
    text-align: center; }
    .flexbox .first {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      border-top: 1px solid #ccd7de; }
    .flexbox .logo {
      float: none; } }

@media (min-width: 992px) {
  .hide {
    display: none; } }

@media (max-width: 991px) {
  .hide-main {
    display: none; } }

@media (max-width: 720px) {
  .flex {
    display: inline-flex !important; } }

.align-nav {
  top: 39px !important; }

@media (max-width: 991px) {
  .modal-caption {
    bottom: -35px;
    font-size: 10px;
    left: -26%; } }

@media (max-width: 779px) {
  .modal-caption {
    display: initial;
    bottom: -37px;
    font-size: 10px;
    left: -26%; } }

@media (max-width: 760px) {
  .modal-caption {
    font-size: 10px;
    color: #41555E;
    font-weight: 700;
    bottom: 0px;
    top: 15px;
    display: initial;
    left: 10%; } }

.filter select {
  -webkit-appearance: none; }

.select-btn-location {
  max-width: 12px;
  position: absolute;
  right: 0px;
  left: 265px;
  bottom: 6px; }

@media (max-width: 1199px) {
  .select-btn-location {
    left: 190px; } }

@media (min-width: 761px) and (max-width: 991px) {
  .select-btn-location {
    left: 299px; } }

@media (max-width: 760px) {
  .select-btn-location {
    left: 302px; } }

@media (min-width: 992px) {
  ul.nav.nav-pills {
    padding-left: 32px; } }

@media (min-width: 361px) {
  .divider-left {
    display: none; } }

@media (max-width: 360px) {
  .divider-left .left-line {
    border-bottom: 1px solid #CFD9DB;
    min-width: 161px;
    position: absolute;
    bottom: 36px;
    left: 2px;
    display: block; } }

@media (min-width: 361px) {
  .divider-right {
    display: none; } }

@media (max-width: 360px) {
  .divider-right .right-line {
    border-bottom: 1px solid #CFD9DB;
    min-width: 161px;
    position: absolute;
    bottom: 36px;
    right: 0px;
    display: initial; } }

.modal-dialog {
  max-width: initial !important;
  margin: initial !important; }

@media (max-width: 760px) {
  .modal-dialog {
    margin-left: -20px !important;
    margin-right: -20px !important; } }

@media (min-width: 992px) {
  .modal-dialog {
    margin-left: 220px !important;
    margin-right: 220px !important; } }

.modal-body {
  padding: 0 !important;
  max-height: calc(100vh - 210px); }

.modal-backdrop {
  background: rgba(0, 43, 59, 0.9) !important; }
  .modal-backdrop.show {
    opacity: 1 !important; }

.modal-content {
  background-color: rgba(255, 255, 255, 0) !important;
  border: none !important;
  max-height: 900px !important; }

.modal-open {
  overflow: initial !important; }

.modal-footer {
  border: none !important;
  margin-top: 170px !important;
  padding: 0px !important; }

@media (min-width: 365px) {
  .modal-footer {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .filter-contain {
    max-width: 157px !important; } }

@media (max-width: 400px) {
  .sticky-bar .col-2.col-sm-2.col-md-1.col-lg-1 {
    min-width: 83px !important; } }

@media (min-width: 481px) and (max-width: 581px) {
  #camera-carousel > div.carousel-inner > div.carousel-item.active > div > div.row > div:nth-child(4) > div > div {
    top: 23px !important; } }

@media (min-width: 502px) and (max-width: 579px) {
  #camera-carousel > div.carousel-inner > div.carousel-item.active > div > div.row > div:nth-child(4) > div > div {
    top: 17px !important; } }

@media (min-width: 580px) and (max-width: 767px) {
  .modal .carousel-control-prev {
    left: 33px; }
  .modal .carousel-control-next {
    left: -4px; }
  #camera-carousel > div.carousel-inner > div.carousel-item.active > div > div.row > div:nth-child(4) > div > div {
    top: 16.5px !important; } }

@media (min-width: 768px) and (max-width: 801px) {
  .control-prev-icon img, .control-next-icon img {
    max-width: 30px; }
  #camera-carousel > div.carousel-inner > div.carousel-item.active > div > div.row > div:nth-child(4) > div > div {
    top: 20px; } }

@media (min-width: 802px) and (max-width: 991px) {
  #camera-carousel > div.carousel-inner > div.carousel-item.active > div > div.row > div:nth-child(4) > div > div {
    top: 33px; }
  #camera-carousel > div.carousel-inner > div.carousel-item.active > div > div.row > div.col-2.hide.left-border > div > div {
    top: 40%; } }

.x-pad.col-md-12, .x-pad.col-lg-12 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

#airport-carousel {
  background: #002B3B;
  min-height: 850px;
  margin-bottom: -50px; }
  #airport-carousel .weather-navi {
    background: none; }
  #airport-carousel .close {
    display: none; }
  #airport-carousel .main-image {
    margin-left: 0px !important; }
  #airport-carousel .logo, #airport-carousel .list-state {
    margin-left: 10px; }

@media (max-width: 991px) {
  #airport-carousel {
    margin-bottom: -20px;
    min-height: 700px; } }

@media (max-width: 480px) {
  #airport-carousel .list-name h2 {
    font-size: 18px; } }

@media (min-width: 768px) {
  .show.feed {
    display: none !important; } }

@media (min-width: 1200px) {
  #content > section.filter > div {
    width: 1150px !important; } }

.weather-desc {
  color: #fff;
  font-size: 15px; }
  .weather-desc h1, .weather-desc h2, .weather-desc h3, .weather-desc h4, .weather-desc p, .weather-desc ul, .weather-desc li, .weather-desc img {
    display: none !important; }

.rss-vic, .rss-sa, .rss-nsw, .rss-qn, .rss-nt {
  font-size: 15px; }

.rss-vic a, .rss-sa a, .rss-nsw a, .rss-qn a, .rss-nt a {
  text-decoration: none;
  color: white; }

.rss-vic a:hover, .rss-sa a:hover, .rss-nsw a:hover, .rss-qn a:hover, .rss-nt a:hover {
  text-decoration: none;
  color: white;
  cursor: default; }

.wprss-feed-meta, .weather-desc .nav-links {
  display: none; }

.rss-more {
  color: #fff;
  font-size: 15px; }
  .rss-more a {
    font-size: 15px; }

/*# sourceMappingURL=main.css.map */
/*# sourceMappingURL=main.css.map */
/*# sourceMappingURL=main.css.map */
form.search-form .input-group {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
  max-width: 243px; }
  form.search-form .input-group input {
    height: 34px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 0; }
    form.search-form .input-group input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #002b3a;
      font-family: "Open Sans", sans-serif;
      font-family: 400;
      font-size: 14px; }
    form.search-form .input-group input::-moz-placeholder {
      /* Firefox 19+ */
      color: #002b3a;
      font-family: "Open Sans", sans-serif;
      font-family: 400;
      font-size: 14px; }
    form.search-form .input-group input:-ms-input-placeholder {
      /* IE 10+ */
      color: #002b3a;
      font-family: "Open Sans", sans-serif;
      font-family: 400;
      font-size: 14px; }
    form.search-form .input-group input:-moz-placeholder {
      /* Firefox 18- */
      color: #002b3a;
      font-family: "Open Sans", sans-serif;
      font-family: 400;
      font-size: 14px; }
  form.search-form .input-group .input-group-append {
    height: 34px;
    padding-right: 18px;
    padding-left: 1px;
    background-color: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    align-items: center;
    margin-left: -1px; }
    form.search-form .input-group .input-group-append button {
      height: 25px;
      width: 25px;
      padding: 0;
      border: 0;
      background: transparent; }

.header {
  background: #002B3B; }
  .header .home {
    text-align: left;
    margin: 0; }
    .header .home img.home-icon {
      padding: 0; }
      @media screen and (max-width: 768px) {
        .header .home img.home-icon {
          width: 47px;
          height: 42px; } }
    .header .home span {
      margin-left: 10px; }
      @media screen and (max-width: 768px) {
        .header .home span {
          display: none; } }
  .header button:focus, .header button:active {
    outline: none; }
  @media screen and (max-width: 1024px) {
    .header button.navbar-toggler {
      padding: 0; } }
  .header button.navbar-toggler span {
    width: 40px;
    height: 2px;
    background-color: #029dde;
    display: block; }
    @media screen and (max-width: 1024px) {
      .header button.navbar-toggler span {
        width: 29px; } }
    .header button.navbar-toggler span + span {
      margin-top: 10px; }

@media screen and (max-width: 1023px) {
  section.title-site .container {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%; } }

section.title-site .logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  section.title-site .logo-wrapper .logo {
    padding: 0; }
    section.title-site .logo-wrapper .logo img {
      max-height: 78px; }
  section.title-site .logo-wrapper .title h1 {
    margin: 0;
    font-size: 36px;
    padding: 0 15px; }
    @media screen and (min-width: 768px) {
      section.title-site .logo-wrapper .title h1 {
        font-size: 46px;
        padding: 0; } }
    @media screen and (min-width: 1024px) {
      section.title-site .logo-wrapper .title h1 {
        font-size: 56px; } }
  @media screen and (min-width: 1024px) {
    section.title-site .logo-wrapper {
      height: 138px; } }
  @media screen and (max-width: 1023px) {
    section.title-site .logo-wrapper {
      flex-wrap: wrap;
      justify-content: center; }
      section.title-site .logo-wrapper .logo {
        flex-basis: 100%;
        order: -1;
        padding-top: 30px;
        padding-bottom: 30px; }
      section.title-site .logo-wrapper .title {
        flex-basis: 100%;
        border-top: 1px solid #ccd7de;
        padding-top: 40px;
        padding-bottom: 40px; } }

section.filter .filter-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  @media screen and (max-width: 812px) {
    section.filter .filter-main-wrapper {
      flex-wrap: wrap;
      justify-content: center; } }
  section.filter .filter-main-wrapper .filter-wrapper {
    max-width: 523px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 2px solid #fff; }
    @media screen and (max-width: 812px) {
      section.filter .filter-main-wrapper .filter-wrapper {
        margin-top: 20px;
        border-left: 0;
        width: 100%;
        max-width: 100%;
        position: relative; }
        section.filter .filter-main-wrapper .filter-wrapper ul {
          display: flex;
          justify-content: center; } }
    @media screen and (max-width: 812px) and (max-width: 480px) {
      section.filter .filter-main-wrapper .filter-wrapper ul {
        justify-content: space-around; }
        section.filter .filter-main-wrapper .filter-wrapper ul li {
          padding-left: 0; } }
    @media screen and (max-width: 812px) {
        section.filter .filter-main-wrapper .filter-wrapper:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          border-top: 1px solid #fff; } }
    section.filter .filter-main-wrapper .filter-wrapper ul li a {
      display: flex;
      align-items: center;
      justify-content: space-between; }
  section.filter .filter-main-wrapper .select-wrapper, section.filter .filter-main-wrapper .filter-wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  @media screen and (max-width: 812px) {
    section.filter .filter-main-wrapper .select-wrapper {
      padding-top: 20px; } }
  @media screen and (max-width: 480px) {
    section.filter .filter-main-wrapper .select-wrapper {
      flex-wrap: wrap; } }
  @media screen and (max-width: 480px) {
    section.filter .filter-main-wrapper .select-wrapper .filter-wrapper-inner {
      flex-basis: 100%;
      justify-content: space-between;
      padding-left: 15px;
      padding-right: 15px;
      overflow-x: hidden; }
      section.filter .filter-main-wrapper .select-wrapper .filter-wrapper-inner + .filter-wrapper-inner {
        padding-top: 20px !important; }
      section.filter .filter-main-wrapper .select-wrapper .filter-wrapper-inner .filter-state, section.filter .filter-main-wrapper .select-wrapper .filter-wrapper-inner .filter-location {
        flex: 1;
        text-align: left; } }
  @media screen and (max-width: 480px) and (min-width: 1024px) {
    section.filter .filter-main-wrapper .select-wrapper .filter-wrapper-inner form {
      flex-grow: 1; } }
  @media screen and (max-width: 480px) {
      section.filter .filter-main-wrapper .select-wrapper .filter-wrapper-inner form .form-group.select {
        max-width: 175px; }
        section.filter .filter-main-wrapper .select-wrapper .filter-wrapper-inner form .form-group.select .form-control {
          margin-left: auto !important; } }
  section.filter .filter-main-wrapper .select-wrapper .filter-wrapper-inner:nth-child(2) {
    padding: 0 20px; }
    section.filter .filter-main-wrapper .select-wrapper .filter-wrapper-inner:nth-child(2) .line {
      margin: 0; }
      @media screen and (max-width: 480px) {
        section.filter .filter-main-wrapper .select-wrapper .filter-wrapper-inner:nth-child(2) .line {
          width: 100%;
          position: relative;
          z-index: 1; }
          section.filter .filter-main-wrapper .select-wrapper .filter-wrapper-inner:nth-child(2) .line:before {
            content: '';
            position: absolute;
            bottom: 15px;
            left: 0;
            right: 0;
            border-bottom: 1px solid #d0d9db;
            z-index: -1; } }

section.filter form {
  margin-left: 15px; }
  section.filter form .form-group, section.filter form select {
    max-width: 100%; }
  section.filter form .form-group {
    margin-left: 0;
    position: relative; }
    @media screen and (max-width: 480px) {
      section.filter form .form-group.select:after {
        font-size: 10px; } }
    @media screen and (min-width: 1024px) {
      section.filter form .form-group {
        max-width: 123px; } }

@media screen and (max-width: 812px) {
  section.float-below-map .weather-navis {
    display: none; } }

section.float-below-map .weather-navis .weather-navi.weather-content-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

section.float-below-map #weather-menu .weather-row .weather-navi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  section.float-below-map #weather-menu .weather-row .weather-navi p {
    margin-top: 10px; }

@media screen and (max-width: 480px) {
  #myModal.modal {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

#camera-carousel {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  #camera-carousel .wrapper {
    background-color: #fff;
    display: flex;
    justify-content: center;
    position: relative; }
    @media screen and (min-width: 1024px) {
      #camera-carousel .wrapper {
        height: 90px;
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 812px) {
      #camera-carousel .wrapper {
        flex-wrap: wrap; } }
    @media screen and (max-width: 480px) {
      #camera-carousel .wrapper {
        margin-left: 0;
        margin-right: 0; } }
    #camera-carousel .wrapper .upper,
    #camera-carousel .wrapper .lower {
      flex-basis: 50%;
      display: flex;
      justify-content: flex-start; }
      @media screen and (max-width: 812px) {
        #camera-carousel .wrapper .upper,
        #camera-carousel .wrapper .lower {
          flex-basis: 100%; } }
    #camera-carousel .wrapper .upper {
      position: relative; }
      #camera-carousel .wrapper .upper .upper-inner:nth-child(1), #camera-carousel .wrapper .upper .upper-inner:nth-child(2), #camera-carousel .wrapper .upper .upper-inner:nth-child(3) {
        display: flex;
        align-items: center; }
      @media screen and (max-width: 812px) {
        #camera-carousel .wrapper .upper .upper-inner {
          flex: 1;
          justify-content: center; } }
      @media screen and (min-width: 1024px) {
        #camera-carousel .wrapper .upper .upper-inner:nth-child(1) {
          width: 165px;
          margin-left: 34px; } }
      @media screen and (max-width: 480px) {
        #camera-carousel .wrapper .upper .upper-inner:nth-child(1) {
          justify-content: flex-start; } }
      #camera-carousel .wrapper .upper .upper-inner:nth-child(1) .logo {
        margin: 0;
        max-width: 127px; }
        @media screen and (max-width: 480px) {
          #camera-carousel .wrapper .upper .upper-inner:nth-child(1) .logo {
            max-width: 75px;
            padding-left: 5px; } }
      #camera-carousel .wrapper .upper .upper-inner:nth-child(2) .list-name h2 {
        font-family: "Abel", sans-serif;
        font-size: 24px;
        padding: 0; }
        @media screen and (max-width: 812px) {
          #camera-carousel .wrapper .upper .upper-inner:nth-child(2) .list-name h2 {
            font-size: 16px;
            text-align: left; } }
      @media screen and (min-width: 1024px) {
        #camera-carousel .wrapper .upper .upper-inner:nth-child(2) {
          margin-left: 28px; } }
      @media screen and (max-width: 812px) {
        #camera-carousel .wrapper .upper .upper-inner:nth-child(2) {
          justify-content: flex-start; } }
      #camera-carousel .wrapper .upper .upper-inner:last-child {
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-left: 1px solid #d4dbdd; }
        @media screen and (min-width: 1024px) {
          #camera-carousel .wrapper .upper .upper-inner:last-child {
            display: none; } }
        @media screen and (max-width: 480px) {
          #camera-carousel .wrapper .upper .upper-inner:last-child {
            align-items: flex-start;
            padding-top: 10px; } }
        @media screen and (max-width: 320px) {
          #camera-carousel .wrapper .upper .upper-inner:last-child .controls-wrapper:first-child {
            margin-right: -10px; } }
        #camera-carousel .wrapper .upper .upper-inner:last-child .controls-wrapper {
          padding-right: 0; }
          #camera-carousel .wrapper .upper .upper-inner:last-child .controls-wrapper:last-child {
            padding-right: 30px; }
            @media screen and (max-width: 375px) {
              #camera-carousel .wrapper .upper .upper-inner:last-child .controls-wrapper:last-child {
                padding-right: 25px; } }
          @media screen and (max-width: 375px) {
            #camera-carousel .wrapper .upper .upper-inner:last-child .controls-wrapper img {
              max-width: 20px !important; } }
          #camera-carousel .wrapper .upper .upper-inner:last-child .controls-wrapper a {
            font-family: "Open Sans", sans-serif;
            font-weight: 400; }
            #camera-carousel .wrapper .upper .upper-inner:last-child .controls-wrapper a span {
              position: relative;
              display: flex;
              justify-content: center;
              flex-direction: column-reverse;
              color: rgba(0, 0, 0, 0.7);
              font-size: 10px;
              text-align: center; }
              #camera-carousel .wrapper .upper .upper-inner:last-child .controls-wrapper a span:before {
                padding-top: 0px; }
              #camera-carousel .wrapper .upper .upper-inner:last-child .controls-wrapper a span.left:before {
                content: 'PREV'; }
              #camera-carousel .wrapper .upper .upper-inner:last-child .controls-wrapper a span.right:before {
                content: 'NEXT'; }
            #camera-carousel .wrapper .upper .upper-inner:last-child .controls-wrapper a:hover, #camera-carousel .wrapper .upper .upper-inner:last-child .controls-wrapper a:active, #camera-carousel .wrapper .upper .upper-inner:last-child .controls-wrapper a:focus {
              text-decoration: none; }
    #camera-carousel .wrapper .lower {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 812px) {
        #camera-carousel .wrapper .lower {
          border-top: 1px solid #d4dbdd;
          width: 100%;
          margin-right: 1px; } }
      #camera-carousel .wrapper .lower .lower-inner {
        height: 63px;
        display: flex;
        align-items: center;
        border-left: 1px solid #d4dbdd;
        height: 100%;
        padding-left: 27px;
        padding-right: 20px; }
        @media screen and (max-width: 812px) {
          #camera-carousel .wrapper .lower .lower-inner {
            flex: 1;
            flex-grow: 1;
            text-align: left;
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 5px;
            padding-bottom: 5px; } }
        @media screen and (max-width: 480px) {
          #camera-carousel .wrapper .lower .lower-inner {
            align-items: flex-start;
            padding-left: 5px;
            padding-right: 5px; }
            #camera-carousel .wrapper .lower .lower-inner:last-child {
              width: 131px; } }
      #camera-carousel .wrapper .lower .list-state,
      #camera-carousel .wrapper .lower .current-time,
      #camera-carousel .wrapper .lower .camera-angle {
        /*align-self:flex-start;*/
        padding: 0;
        display: inline-flex;
        flex-wrap: wrap;
        flex-direction: column; }
        #camera-carousel .wrapper .lower .list-state p,
        #camera-carousel .wrapper .lower .current-time p,
        #camera-carousel .wrapper .lower .camera-angle p {
          text-align: left;
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          font-size: 12px; }
          #camera-carousel .wrapper .lower .list-state p.province-name, #camera-carousel .wrapper .lower .list-state p.date,
          #camera-carousel .wrapper .lower .current-time p.province-name,
          #camera-carousel .wrapper .lower .current-time p.date,
          #camera-carousel .wrapper .lower .camera-angle p.province-name,
          #camera-carousel .wrapper .lower .camera-angle p.date {
            font-weight: 600;
            font-size: 16px; }
        @media screen and (max-width: 768px) {
          #camera-carousel .wrapper .lower .list-state,
          #camera-carousel .wrapper .lower .current-time,
          #camera-carousel .wrapper .lower .camera-angle {
            padding-top: 15px;
            padding-bottom: 15px; } }
        @media screen and (max-width: 480px) {
          #camera-carousel .wrapper .lower .list-state,
          #camera-carousel .wrapper .lower .current-time,
          #camera-carousel .wrapper .lower .camera-angle {
            padding-top: 5px;
            padding-bottom: 5px; } }
        @media screen and (max-width: 375px) {
          #camera-carousel .wrapper .lower .list-state,
          #camera-carousel .wrapper .lower .current-time,
          #camera-carousel .wrapper .lower .camera-angle {
            padding-top: 0px;
            padding-bottom: 0px; } }
    #camera-carousel .wrapper span.close {
      z-index: 10000000;
      display: flex;
      align-items: center;
      justify-content: center;
      left: unset;
      max-width: 36px;
      max-height: 34px;
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 812px) {
        #camera-carousel .wrapper span.close {
          top: 9px; } }
      #camera-carousel .wrapper span.close img {
        padding: 0 !important; }
      @media screen and (max-width: 480px) {
        #camera-carousel .wrapper span.close {
          max-width: 22px;
          max-height: 24px;
          padding-left: 10px; }
          #camera-carousel .wrapper span.close img {
            max-width: 10px;
            max-height: 10px; } }
  #camera-carousel .carousel-inner {
    position: relative; }
    @media screen and (max-width: 1440px) {
      #camera-carousel .carousel-inner {
        max-height: 580px; } }
    @media screen and (max-width: 1280px) {
      #camera-carousel .carousel-inner {
        max-height: 480px; } }
    @media screen and (max-width: 1024px) {
      #camera-carousel .carousel-inner {
        max-height: 410px; } }
  #camera-carousel .main-wrapper {
    padding: 0 15px; }
    #camera-carousel .main-wrapper .camera-thumbnails {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 30px; }
      @media screen and (max-width: 1024px) {
        #camera-carousel .main-wrapper .camera-thumbnails {
          padding-top: 15px; } }
      #camera-carousel .main-wrapper .camera-thumbnails .carousel-control-next, #camera-carousel .main-wrapper .camera-thumbnails .carousel-control-prev {
        position: unset !important; }
      #camera-carousel .main-wrapper .camera-thumbnails .weather-navi {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        display: none; }
        @media screen and (min-width: 1024px) {
          #camera-carousel .main-wrapper .camera-thumbnails .weather-navi {
            padding-left: 50px;
            padding-right: 50px;
            display: block; } }
        #camera-carousel .main-wrapper .camera-thumbnails .weather-navi .carousel-caption {
          position: unset !important; }
          #camera-carousel .main-wrapper .camera-thumbnails .weather-navi .carousel-caption p {
            margin-bottom: 0; }
        #camera-carousel .main-wrapper .camera-thumbnails .weather-navi a {
          font-family: "Open Sans", sans-serif;
          font-weight: 400; }
          #camera-carousel .main-wrapper .camera-thumbnails .weather-navi a span {
            position: relative;
            display: flex;
            justify-content: center;
            flex-direction: column-reverse;
            color: rgba(255, 255, 255, 0.3);
            font-size: 12px;
            text-align: center; }
            #camera-carousel .main-wrapper .camera-thumbnails .weather-navi a span:before {
              padding-top: 10px; }
            #camera-carousel .main-wrapper .camera-thumbnails .weather-navi a span.left:before {
              content: 'PREV'; }
            #camera-carousel .main-wrapper .camera-thumbnails .weather-navi a span.right:before {
              content: 'NEXT'; }
          #camera-carousel .main-wrapper .camera-thumbnails .weather-navi a:hover, #camera-carousel .main-wrapper .camera-thumbnails .weather-navi a:active, #camera-carousel .main-wrapper .camera-thumbnails .weather-navi a:focus {
            text-decoration: none; }
      #camera-carousel .main-wrapper .camera-thumbnails .thumbnails .carousel-indicators {
        position: unset !important; }

@media screen and (max-width: 812px) and (orientation: landscape) {
  #camera-carousel .main-wrapper {
    padding: 0 5px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    #camera-carousel .main-wrapper .upper-wrapper {
      flex-basis: 76%; }
      #camera-carousel .main-wrapper .upper-wrapper .wrapper {
        flex-wrap: wrap; }
        #camera-carousel .main-wrapper .upper-wrapper .wrapper .upper {
          flex-basis: 100% !important; }
          #camera-carousel .main-wrapper .upper-wrapper .wrapper .upper .upper-inner {
            padding: 5px 0 !important; }
            #camera-carousel .main-wrapper .upper-wrapper .wrapper .upper .upper-inner .logo {
              max-width: 98px !important;
              margin-right: auto;
              margin-left: 15px; }
            #camera-carousel .main-wrapper .upper-wrapper .wrapper .upper .upper-inner .controls-wrapper span img {
              max-width: 25px; }
            #camera-carousel .main-wrapper .upper-wrapper .wrapper .upper .upper-inner .controls-wrapper:last-child {
              padding-right: 49px; }
        #camera-carousel .main-wrapper .upper-wrapper .wrapper .lower {
          height: 48px;
          flex-basis: 100% !important; }
          #camera-carousel .main-wrapper .upper-wrapper .wrapper .lower .lower-inner p {
            font-size: 11px !important; }
      #camera-carousel .main-wrapper .upper-wrapper .carousel-inner {
        max-height: 260px !important; } }
      @media screen and (max-width: 812px) and (orientation: landscape) and (max-width: 667px) {
        #camera-carousel .main-wrapper .upper-wrapper .carousel-inner {
          max-height: 250px !important; } }
      @media screen and (max-width: 812px) and (orientation: landscape) and (max-width: 568px) {
        #camera-carousel .main-wrapper .upper-wrapper .carousel-inner {
          max-height: 190px !important; } }

@media screen and (max-width: 812px) and (orientation: landscape) {
    #camera-carousel .main-wrapper .camera-thumbnails {
      padding-top: 0;
      flex-basis: 22%; }
      #camera-carousel .main-wrapper .camera-thumbnails .carousel-indicators {
        flex-wrap: wrap; }
        #camera-carousel .main-wrapper .camera-thumbnails .carousel-indicators img {
          margin-right: 0 !important;
          padding-right: 0 !important; }
        #camera-carousel .main-wrapper .camera-thumbnails .carousel-indicators p {
          font-size: 12px;
          line-height: normal; }
      #camera-carousel .main-wrapper .camera-thumbnails .thumbnails .camera-list-item {
        position: relative; }
        #camera-carousel .main-wrapper .camera-thumbnails .thumbnails .camera-list-item p {
          position: absolute;
          bottom: 7px;
          text-align: center;
          width: 100%; }
        #camera-carousel .main-wrapper .camera-thumbnails .thumbnails .camera-list-item + .camera-list-item {
          margin-top: 4px !important; } }
  #camera-carousel .carousel-indicators {
    justify-content: space-between !important; }
    @media screen and (max-width: 375px) {
      #camera-carousel .carousel-indicators {
        bottom: -10px; } }
    #camera-carousel .carousel-indicators .camera-list-item {
      margin: 0 !important; }
      @media screen and (max-width: 480px) {
        #camera-carousel .carousel-indicators .camera-list-item {
          flex-basis: 48%; }
          #camera-carousel .carousel-indicators .camera-list-item img {
            max-width: 100%; } }
      @media screen and (max-width: 320px) {
        #camera-carousel .carousel-indicators .camera-list-item {
          margin-bottom: 10px;
          flex-basis: unset; }
          #camera-carousel .carousel-indicators .camera-list-item p {
            margin-top: 0; }
            #camera-carousel .carousel-indicators .camera-list-item p span {
              font-size: 12px; }
          #camera-carousel .carousel-indicators .camera-list-item img {
            max-width: 129px; } }

.container.white-area {
  padding: 0; }
  @media screen and (max-width: 480px) {
    .container.white-area {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .container.white-area .forward:last-child {
      padding-right: 30px; } }
  .container.white-area .x-pad {
    padding: 0; }
  .container.white-area .main-image {
    margin-left: 0; }

.col-md-4.left-border .row {
  height: 100%; }

.controls-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%; }
  .controls-wrapper .controls a {
    position: relative !important; }

@media screen and (max-width: 480px) {
  .modal .camera-angle {
    min-width: 100%; } }

.pad-left .list-link {
  border-bottom-right-radius: 3px; }

.pad-right .list-state {
  border-bottom-left-radius: 3px;
  text-align: left;
  padding-left: 30px; }

@media screen and (min-width: 1024px) {
  #airport-list {
    margin-top: -10px !important; } }

.link-footer-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 28px;
  flex-direction: column; }
  @media screen and (max-width: 480px) {
	.link-footer-wrapper{
	 max-height:600px !important; } }  
  @media screen and (max-width: 812px) {
    .link-footer-wrapper {
      max-height: 320px; } }
  @media screen and (max-width: 480px) {
    .link-footer-wrapper {
      max-height: 450px; } }
  @media screen and (min-width: 813px), screen\0 {
    .link-footer-wrapper {
      height: 230px; } }
  @media screen and (min-width: 813px), screen\9 {
    .link-footer-wrapper {
      height: 230px; } }
  @media screen and (min-width: 480px), screen\0 {
    .link-footer-wrapper {
      height: 320px; } }
  @media screen and (min-width: 480px), screen\9 {
    .link-footer-wrapper {
      height: 320px; } }
  @media screen\0 {
    .link-footer-wrapper {
      height: 230px; } }
  @media screen\9 {
    .link-footer-wrapper {
      height: 230px; } }
  .link-footer-wrapper .link-wrapper {
    max-width: 142px;
    width: 100%;
    display: inline-block;
    flex-basis: 16%; }
    @media screen\0 {
      .link-footer-wrapper .link-wrapper {
        flex-basis: 100%; } }
    @media screen\9 {
      .link-footer-wrapper .link-wrapper {
        flex-basis: 100%; } }
    @media screen and (max-width: 768px) {
      .link-footer-wrapper .link-wrapper p {
        text-align: left; } }
    .link-footer-wrapper .link-wrapper p a {
      font-size: 14px; }

.modal .carousel-indicators img:hover, #airport-carousel .carousel-indicators img:hover {
  filter: brightness(100%) !important; }

/* EXTRA FIXES and TWEAK */
/* Stop the body element from scrolling if the nav is active */
@media screen and (max-width: 480px) {
  html.nav-active body {
    overflow: hidden; }
  body.modal-open {
    overflow: hidden !important; } }

.show-more .btn:hover,
.show-more .btn:focus {
  color: #fff !important; }

/* Responsive Tweak
Notes : should have build the site mobile first, but too late to change now */
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .modal .lower p.title,
  .modal .lower p.state-name {
    font-size: 10px !important; }
  .modal .camera-list-item,
  #airport-carousel .camera-list-item {
    max-width: 49%;
    margin-bottom: 20px;
    margin-right: 0;
    padding-right: 0; }
    .modal .camera-list-item p,
    #airport-carousel .camera-list-item p {
      font-size: 15px;
      line-height: 20px;
      margin-top: 5px; }
    .modal .camera-list-item img,
    #airport-carousel .camera-list-item img {
      margin: 0;
      padding: 0; }
    .modal .camera-list-item:nth-child(1), .modal .camera-list-item:nth-child(3),
    #airport-carousel .camera-list-item:nth-child(1),
    #airport-carousel .camera-list-item:nth-child(3) {
      margin-right: 2%; }
  #camera-carousel .container {
    padding: 0 !important; }
  .modal .carousel-indicators,
  #airport-carousel .carousel-indicators {
    left: 0; }
  .modal,
  #airport-carousel {
    max-height: 100%; }
  .weather-rss .col-12 {
    padding: 0; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .modal .lower p.title,
  .modal .lower p.state-name {
    font-size: 10px !important; }
  #airport-carousel .list-name {
    padding-top: 10px;
    margin-left: -10px; } }

@media screen and (min-width: 1024px) {
  .dont-scroll {
    position: fixed;
    top: 0;
    margin-top: 0 !important;
    padding-top: 0 !important; } }

.map-marker-info-content {
  position: relative !important;
  background: #092c39 !important; }

.map-marker-info-content:after {
  right: 100% !important;
  top: 50% !important;
  left: -14% !important;
  border: solid transparent !important;
  content: " " !important;
  height: 0 !important;
  width: 0 !important;
  position: absolute !important;
  pointer-events: none !important;
  border-color: transparent !important;
  border-right-color: #092c39 !important;
  border-width: 8px !important;
  margin-top: -8px !important; }

.sticky-top {
  position: relative; }
  .sticky-top .search-form #ui-id-1.ui-menu {
    position: absolute !important;
    background-color: #fff !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding-left: 0 !important;
    list-style: none !important;
    max-width: 243px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border: 1px solid #eee !important;
    margin-right: 25px !important; }
    .sticky-top .search-form #ui-id-1.ui-menu li {
      padding: 5px 0 !important;
      padding-left: 5px !important; }

.list-box-footer {
  display: flex;
  align-items: center;
  background-color: #002B3B;
  width: 100%;
  height: 65px; }
  .list-box-footer .list-state, .list-box-footer .list-link {
    flex: 1;
    padding-left: 15px; }
    @media screen and (max-width: 320px) {
      .list-box-footer .list-state, .list-box-footer .list-link {
        padding-left: 10px; } }
  .list-box-footer .list-link {
    display: flex;
    align-items: center;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.2); }
  .list-box-footer .list-state p {
    margin-bottom: 0; }

@media screen and (max-width: 812px) {
  .container {
    width: 100% !important; } }

#search-input {
  background-color: #fff; }

#weather-carousel .carousel-weather-wrapper {
  display: flex; }
  #weather-carousel .carousel-weather-wrapper .weather-img img {
    margin-left: 15px; }
  #weather-carousel .carousel-weather-wrapper .weather-details {
    margin-left: 20px; }

@media screen\0 {
  /*Fix missing image on IE*/
  .nav-map .nav-link:hover img {
    background: url("img/map-view.png") no-repeat;
    background-position: center;
    vertical-align: bottom; }
  .nav-list .nav-link:hover img {
    background: url("img/list-view-white.png") no-repeat;
    background-position: center; }
  .nav-map .nav-link.active img {
    background: url("img/map-view.png") no-repeat;
    vertical-align: bottom;
    background-position: center; }
  .nav-list .nav-link.active img {
    background: url("img/list-view-white.png") no-repeat;
    background-position: center; }
  .nav-map .nav-link img {
    background: url("img/map-view.png") no-repeat;
    vertical-align: bottom;
    background: url("img/map-inactive.png") no-repeat;
    vertical-align: bottom;
    background-position: center; }
  .nav-list .nav-link img {
    background: url("img/list-inactive.png") no-repeat;
    background-position: center; } }

@media screen\0 {
  #camera-carousel .carousel-indicators {
    margin-left: 17% !important;
    bottom: -38px;
    margin-right: 100px; } }

#weather-carousel .carousel-item {
  opacity: 0 !important;
  transition: all .3s; }
  #weather-carousel .carousel-item.active {
    opacity: 1 !important; }

@media screen\0 {
  #search-input {
    padding-bottom: 26px; } }

#submit-reset {
    color: #029dde;
    font-weight: bold;
    font-size: 20px;
    padding-right: 2px;
}

#submit-reset:hover {
  cursor: pointer;
}
@media(min-width:489px) and (max-width:589px){
  span.bold{
    font-size:17px;
  }
}

@media (min-width:1023px) and (max-width:1899px) and (max-height:1000px){
  .modal .main-image img{
    max-height:515px;
  }

  .wrapper{
    height:60px !important;
  }

  #camera-carousel .wrapper span.close{
    top:5px;
  }

  #camera-carousel .main-wrapper .camera-thumbnails{
    padding-top:10px;
  }

  #camera-carousel .carousel-item{
    margin:auto;
    max-width:878px;
  }

}

