@import url('https://fonts.googleapis.com/css?family=DM+Serif+Display|Poppins&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    width: 100%;
    height: 100%;
}
th {
    width: 300px;
    text-align: left;
    font: 16px/40px 'Poppins', sans-serif;
    color: #004e7d;
}
td {
    width: 300px;
    text-align: left;
    font: 14px/25px 'Poppins', sans-serif;
    color: #252525;    
}
hr {
    border: none;
    background-color: #777575;
    color: #777575;
    height: 1px;
}
.wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
header {
    background-color: #004e7d;
    width: 100%;
    -webkit-box-shadow: 0px 6px 16px -2px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 6px 16px -2px rgba(0,0,0,0.20);
    box-shadow: 0px 6px 16px -2px rgba(0,0,0,0.20);
}
h1{
    color: #fff;
    display: inline-block;
    font: 34px/36px 'DM Serif Display', sans-serif;
    text-transform: capitalize;
}
h2{
    color: #d97f2d;
    display: inline-block;
    font: 20px/40px 'Poppins', sans-serif;
    text-transform: capitalize;
}
.title {
    width: 85%;
    float: right;
    padding-top: 60px;
    clear: both;
    padding-left: 25%;
}
.logo {
    width: 130px;
    padding-top: 4px;
}
.form-container {
    padding: 30px;
    -webkit-box-shadow: 0px 6px 16px -2px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 6px 16px -2px rgba(0,0,0,0.20);
    box-shadow: 0px 6px 16px -2px rgba(0,0,0,0.20);
    width: 45%;
    max-width: 550px;
    margin: 4% auto;
    border-radius: 6px;
}
#id_EnteredBy, label[for="EnteredBy"] {
    position: absolute;
    display: none
  }
input[type=text],select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0 13px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 6px;
}
select {
   height: 42px;
   font-size: 16px;
   color: #252525;
}
input[type=submit] {
    width: 50%;
    padding: 12px 20px;
    margin: 20px auto 10px;
    display: block;
    border: 1px solid #ccc;
    border-radius: 6px; 
    background-color: #d97f2d;
    color: #fff;
    border-color: #d97f2d;
    font: 16px/18px 'Poppins', sans-serif;
    text-transform: uppercase;
}
input[type=submit]:hover {
    background-color: #004e7d;
    border-color: #004e7d;
    cursor: pointer;
}
label {
    font: 16px/20px 'Poppins', sans-serif;
    color: #252525;
}
textarea:focus, input:focus, select:focus {
    outline: none;
}
.contact-type label {
    color: #d97f2d;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.contact-type {
    background-color: #e2e0e0;
    margin: -30px -30px 20px;
    padding: 20px;
    border-radius: 6px 6px 0 0;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #ccc;
    overflow: hidden;
    text-align: center;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    color: #353535;
    text-decoration: none;
    font: 15px/23px 'Poppins', sans-serif;
    padding: 14px 16px;
    display: inline-block;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: #d97f2d;
    color: #fff;
  }
  
  /* Add a color to the active/current link */
  .topnav a.active {
    background-color: #d97f2d;
    color: white;
  }
  .search_results {
    -webkit-box-shadow: 0px 6px 16px -2px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 6px 16px -2px rgba(0,0,0,0.20);
    box-shadow: 0px 6px 16px -2px rgba(0,0,0,0.20);
    width: 100%;
    max-width: 1200px;
    margin: 4% auto;
    border-radius: 6px;
    padding: 25px;
}
li {
    list-style-type: none;
    color: #353535;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* 403 Styling
========================================================================== */
.hero-403 {
	background-color: #0071bb;
	margin: 0 auto;
	padding: 0;
	text-align: center;
    height: 1000px;
	width: 100%;
}
.hero-403 h2 {
	font-size: 2rem;
	line-height: 4rem;
	padding-top: 3rem;
    color: #fff;
    text-transform: uppercase;
}
.title-403 {
	margin: 0 auto;
}
.cyber {
	width: 500px;
	margin: 0 auto 0;
	display: block;
}
.copy {
	max-width: 350px;
	width: 100%;
	margin: 0 auto 1rem;
	font-size: 1rem;
	color: #fff;
}
