.grecaptcha-badge {
  bottom: 5% !important;
}

.node-container {
    display: flex;
/*    background: #f9b233; */
    background: #ee8806;
    color: white;
    width: 100%;
    border-radius: 10px;
    font-size: larger;
    font-weight: 600;
}

.column {
    flex: 25%;
    padding: 1px;
    background: white;
    border: 1px solid aliceblue;
    border-radius: 8px;
    margin: 2px;
}

.codes-search {
  background: #ee8806;
  border-radius: 10px;
  margin-left: 10px;
  font-weight: 600;
/*  outline: 2px solid gray;
  outline-offset: -5px; */
  color: white;
}

.waspa-codes {
    float:right !important;
    margin-right: 10px;
    width: 200px;
    z-index:-200;
}

@media (max-width: 1020px){
.waspa-codes {
/*    width: 33%; */
    top:400px;
}}

.contact {
  float: right;
  margin-top: -26px;
  font-weight: 700;
}

@media (max-width: 1020px) {
h2 {
  margin-top: 2px;
}}

.fineprint {
  font-size: 10px;
  margin-top:60px;
}

.covid-19 {
  position: relative;
  bottom: 10px;
  float: left;
  margin-bottom: 20px;
  z-index: -5;
}

@media (min-width: 768px) {
.dnc-small {
  margin-top: 10px;
  float: right;
  padding: 5px;
  margin-right: 10px;
  border: 1px solid #ee8c3b;;
  border-radius: 8px;
}}

@media (max-width:768px) {
.dnc {
  margin-top: 10px;
  float: right;
  padding: 0 5px 0 5px;
  margin-right: 10px;
  border: 1px solid #ee8c3b;;
  border-radius: 8px;
  font-size: small;
}}

@media (max-width: 480px) {
.dnc-small {
  display: none;
}}

@media (min-width: 767px) {
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  float: right;
}}

@media (max-width: 767px) {
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border: none;
  width: 100%;
  background: #ee8806;
  height: 75px;
  float: left;
  margin-top: -8px;
}}

.orange-line {
  margin-top: 0;
  border-bottom: 1px solid #f9b233;
}
	
body {
  font-weight: 400;
  letter-spacing: 1px;
}

.navbar-nav {
  float: right; 
  top: 0;
  margin-top: -5px;
}

.indenter {margin-left: 2em; }
.button-right {
  float: right;
}

.button-left {
  float: left;
}

@media (max-width: 805px){
input[type=submit] {
  height: 40px; width: 48%!important;
}}

.navbar-brand {
  margin-left: 100px !important;
  margin-top: 16px;
}

@media (max-width: 768px) {
.navbar-brand {
  float: left;
  margin-left: 10px!important;
}}

.well {
  min-height: 250px; 
  margin: 0 10px 10px 10px;
  padding: 0 19px 19px 19px;
}

.logo {
  height: 100px; 
  margin: 11px 0 14px 0;
} 

@media (min-width: 768px) {
.navbar-nav > li > a {
  padding-bottom: 0;
}}

.btn-scale { 
  width: 100%; 
  font-size: 90%;
}

.btn-primary {
  background-color: #ee8806!important;
  border: none !important;
}

@media (min-width: 768px){
form {
  width:650px;
  display: inline-block;
}}

@media (min-width: 768px){
.col-sm-8 {
  width: 80%;
}}

@media (min-width: 768px){
.col-sm-2 {
  width: 10%;
}}

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

input[type=tel] {
  -webkit-appearance: none; -moz-appearance: none;
  margin: 0;
  width:302px;
  height: 40px;
  line-height: 40px; font-size: 17px;
  border: 1px solid #bbb;
  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius:5px;
}

input[type=submit] {
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  font-weight: bold;
  text-align: center;
  height: 40px; width: 302px;
  border: 0 solid #bbb;
  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
} 

.navbar {
  background: linear-gradient(to bottom, #f9b233, #ee8806);
  z-index: 100000;
  max-height: 40px;
}

@media (min-width: 768px) {
.navbar {
  height: 20px;
}}

.navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:focus, .navbar .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #274e90; }

.navbar .navbar-nav>li>a {
  color: #fff!important; 
}

.navbar-inverse .navbar-toggle {
  border: none;
}

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row {
  height: 400px;
}

/* Set transparent background and 100% height */
.sidenav {
  padding-top: 20px;
  background-color: transparent;
  height: 100%;
}
    
.footer {
  background-color: #000 ;
  box-shadow: 0 -1.5rem 3rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  color: #ee8806; 
  font-size: 11px;
  vertical-align: bottom;
  position:fixed; bottom:0;
  width:100%;
  padding-top: 11px;
}

@media (max-width: 390px) {
.footer {
  font-size: 8px;
}}
    
/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
.sidenav {
  height: auto;
  padding: 15px;
}}

input:invalid + span:after {
  content: '✖';
  color: #f00;
  padding-left: 5px;
}

input:valid + span:after {
  content: '✓';
  color: #26b72b;
  padding-left: 5px;
}
