
a, p {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
ul, li {
    padding: 0;
    margin: 0;
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html {
    font-size: 100%;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    scroll-behavior: smooth;
}

body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
}

a,
button {
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
}

img,
video {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}

h1 {
    font-size: 3.125rem !important;
}
h2 {
    font-size: 2.5rem;
    padding-bottom: 10px;
}
h3 {
    font-size: 1.875rem;
    line-height: 2.5rem;
}
h4 {
    font-size: 1.5rem;
    line-height: 2.125rem;
}
h5 {
    font-size: 22px;
}
p {
    font-size: 16px;
    line-height: 24px;
}




.padding_tb {
    padding: 5rem 0;
}
.sidebar {
    padding: 5rem 0;
}

.sidebar .sidebar_links {
    background-color: #e5e5e5;
    padding: 20px;
}
.sidebar .sidebar_links a {
    display: block;
    padding: 10px;
    background-color: white;
    margin-bottom: 15px;
    color: black;
    transition: .3s;
}

.sidebar .sidebar_links button {
    display: block;
    padding: 10px;
    background-color: white;
    margin-bottom: 15px;
    color: black;
    transition: .3s;
    width: 100%;
    text-align: left;
}


.form_section form input[type="text"], .form_section form input[type="password"], .form_section form input[type="email"], .form_section form select, .form_section form textarea, .form_section form input[type="tel"] {
    width: 100%;
    padding: 5px;
    border-bottom: 2px solid #F0F0F0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    display: block;
    transition: .3s;
}
    .form_section form input:focus[type="text"], .form_section form input:focus[type="tel"], .form_section form input[type="password"]:focus, .form_section form input[type="email"]:focus, .form_section form select:focus, .form_section form textarea:focus {
        outline: none;
        /*box-shadow: 0 -2px 0 #80a701 inset;*/
        border-bottom: 2px solid #0b4ea0;
        /*background-color:#F0F0F0;*/
        transition: 1s;
    }
.form_section form .box {
    border: 1px solid silver;
    padding: 20px 20px 30px 20px;
    margin-bottom: 10px;
}
.form_section {
    box-shadow: 0 0 10px #808080;
    padding: 30px 30px;
}







footer {
    background-color: white;
    padding: 5rem 0 2rem 0;
}
footer .elements {
    text-align: center;
    margin: auto;
}
footer .elements img {
    width: 250px;
    margin: auto;
}
footer .elements .links a {
    color: black;
    margin: 20px;
    display: inline-block;
}
footer .elements .links a:hover {
    color: #00a7b1;
}
    footer .elements .social_links a {
        display: inline-block;
        background-color: #00a7b1;
        color: black;
        width: 40px;
        line-height: 40px;
        text-align: center;
        margin: 20px 10px;
        transition: .3s;
        border-radius: 3px;
    }
footer .elements .social_links a:hover {
    background-color: white;
    color: #00a7b1;
}
footer .elements hr {
    background-color: silver;
}
footer .copyright {
    text-align: center;
    color: black;
}
footer p {
    color: white;
}
footer .employment_disclosure {
    margin: 2rem 0 1.5rem 0;
    color: gray;
    font-size:14px;
    line-height:1.4em;
}

.jobs .content_box {
    color: black;
    display: block;
    padding: 1rem;
}

.jobs .content_box:hover {
    background-color: #eaeaea;
}
.job_view .row:first-child {
    align-items: center;
}
.job_view ul li{
	list-style-type:square;
	margin-bottom:10px;
	margin-left:18px;
}
table.employment_history{
	width:100%;
}
table.employment_history td{
	padding:1rem;
}
table.employment_history th{
	padding:1rem;
	background-color:#00a7b1;
	color:white;
}
table.employment_history tr:nth-child(even){
	background-color:#f0f0f0;
}
table.employment_history tr:nth-child(odd){
	background-color:#e8feff;
}



@media(max-width:992px) {
    html {
        font-size: 75% !important;
    }
}

@media(max-width:767px) {
    .logo_section .d_flex {
        flex-direction: column;
        align-items: flex-start;
    }
    .jobs .content_box {
        width: 100%;
        margin: 0 auto;
    }
}

.account_menu{
    border: 1px solid silver;
    padding: 20px 20px 30px 20px;
    box-shadow: 0 0 10px #808080;
}
.account_menu a {
    display: block;
    padding: 5px 0;
    color: #505050;
}