﻿.test {
  background: green;
}
@media only screen and (min-width: 992px) {
  .test {
    background: blue !important;
  }
}
@media (min-width: md) {
  .test {
    background: blue !important;
  }
}

.test {
  background: green;
}
@media only screen and (min-width: 992px) {
  .test {
    background: blue !important;
  }
}
@media (min-width: md) {
  .test {
    background: blue !important;
  }
}

.btn-blue {
  background-color: #0073a6;
  color: #fff;
  box-shadow: none !important;
}
.btn-blue:active, .btn-blue:focus, .btn-blue:hover {
  background-color: #0085c0 !important;
  box-shadow: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.space-xxs {
  width: 100%;
  margin: 5px;
}

.space-xs {
  width: 100%;
  margin: 10px;
}

.space-sm {
  width: 100%;
  margin: 20px;
}

.space-md {
  width: 100%;
  margin: 30px;
}

.space-lg {
  width: 100%;
  margin: 40px;
}

.space-xl {
  width: 100%;
  margin: 50px;
}

.form-select:disabled {
  cursor: not-allowed;
}

.aspnetValidator {
  color: #ff3333 !important;
  font-weight: bold;
}

.ErrorHighlighted {
  border: solid 1px red;
}

#navComponet .nav-top {
  background-color: #eeeeee;
}
#navComponet .nav-top a {
  color: #0073a6;
  text-decoration: underline steelblue;
  margin-bottom: 5px;
}
#navComponet .nav-top a.btn-blue {
  color: #fff;
  text-decoration: none;
  margin-bottom: 0px;
}
#navComponet .zip-input {
  max-width: 130px !important;
}
#navComponet .top-nav-links {
  display: inline-block;
  width: 800px;
  border: 1px solid red;
}
#navComponet .questions-call-us-container {
  border-right: 1px solid #000;
}
#navComponet .questions-call-us {
  display: block;
  font-size: 14px;
  line-height: 1;
}
#navComponet .call-us-link {
  display: block;
  text-decoration: none;
}
#navComponet .navbar-toggler:focus {
  outline: 1px solid;
  box-shadow: none;
}
#navComponet .navbar-toggler-icon {
  border: none !important;
}
#navComponet .navbar-toggler-icon i {
  font-size: 28px;
  color: #494951;
}
#navComponet .nav-bottom {
  background-color: #eeeeee;
}
@media only screen and (min-width: 992px) {
  #navComponet .nav-bottom {
    background-color: #0073a6;
  }
}
@media (min-width: md) {
  #navComponet .nav-bottom {
    background-color: #0073a6;
  }
}
#navComponet .nav-bottom .navbar-collapse {
  margin: 0 -15px -15px -15px;
}
@media only screen and (min-width: 992px) {
  #navComponet .nav-bottom .navbar-collapse {
    margin: initial;
  }
}
@media (min-width: md) {
  #navComponet .nav-bottom .navbar-collapse {
    margin: initial;
  }
}
#navComponet .nav-bottom .nav-item {
  background-color: #fff;
  color: #777;
}
@media only screen and (min-width: 992px) {
  #navComponet .nav-bottom .nav-item {
    border-top: none;
    background-color: #0073a6;
  }
}
@media (min-width: md) {
  #navComponet .nav-bottom .nav-item {
    border-top: none;
    background-color: #0073a6;
  }
}
#navComponet .nav-bottom .nav-item a {
  padding: 15px 0;
  color: #777;
  text-align: center;
  border-top: 1px solid #cbcbcb;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  #navComponet .nav-bottom .nav-item a {
    text-align: left;
    color: #fff;
    border-top: none;
    padding: 5px 15px;
  }
}
@media (min-width: md) {
  #navComponet .nav-bottom .nav-item a {
    text-align: left;
    color: #fff;
    border-top: none;
    padding: 5px 15px;
  }
}
#navComponet .nav-bottom .dropdown-menu {
  padding: 0;
  margin: 0;
}
#navComponet .nav-bottom .dropdown-menu a {
  color: #777;
}
#navComponet .nav-bottom .toggle-l.show {
  color: #fff;
  background-color: #000;
}
@media only screen and (min-width: 992px) {
  #navComponet .nav-bottom .toggle-l.show {
    background-color: inherit;
  }
}
@media (min-width: md) {
  #navComponet .nav-bottom .toggle-l.show {
    background-color: inherit;
  }
}
#navComponet .btn-call {
  background-color: #AC2228;
  border-radius: 50px;
  line-height: 15px;
  text-align: center;
  color: #fff !important;
}
#navComponet .btn-call a {
  color: #fff !important;
  text-decoration: none;
}
#navComponet .btn-outline-secondary {
  border-left: solid 1px #fff;
}
