body {
    min-height: 100vh;
    margin: 0px;
    display: flex;
    flex-flow: column;
}

body.background-image {
    background: url("../images/bg.jpg") no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*background-position: 0 56px;*/
}

main {
    margin-bottom: 100px;
}

div.content-wrapper {
    padding-top: 7%;
}

div.container {
    max-width: 1140px;
    position: relative;
    margin: 0px auto;
    display: block;
}

div.container.narrow {
    max-width: 900px;
}

input.full-slider {
    width: 100%;
    max-width: 270px;
}

input.full-slider:focus, input.full_slider:focus {
	outline-color: #000;
}

div.ticks {
    width: 100%;
    max-width: 270px;
    font-size: 10pt;
    margin-left: 1px;
    display: flex;
    padding: 7.5px;
    justify-content: space-between;
}

span.tick {
    width: 1px;
    height: 10px;
    background: #aaa;
    line-height: 3.00em;
    position: relative;
    margin-top: -12px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

div.option {
    padding: 5px 0px;
}

div.option.smaller {
    padding: 2px 0px;
}

.close {
padding: .4rem .5rem!important;
margin: 0rem 0rem 0rem auto!important;
}

.btn:focus, .close:focus {
border-color: #FFF;
box-shadow: 0 0 0 2px rgba(0, 0, 0, .8);
cursor: pointer !important;
}

/* Global Tab Focus */
*:focus {
outline-color: #FFF;
outline-style: dotted;
outline-width: 1px;
overflow: visible;
}

button#dropdownMenuButton {
    margin-left: 10px;
}

.font-weight-bold {
    margin: 5px 0px;
}

h1 {
    margin: 20px 0px;
}

nav {
    z-index: 10;
}

a.nav-link {
    color: #0000e2;
    margin: 0px 10px;
}

a.nav-link:hover {
    text-decoration: underline;
}

a.nav-link.home:hover {
    background: white !important;
    color: black !important;
    text-decoration: none;
}

a.skip-to-content-link {
    background-color: #fff;
    border: 1px solid #555;
    border-radius: 3px;
    color: #007185;
    line-height: 0;

    /* background: #e77e23; */
    height: 30px;
    left: 45%;
    padding: 16px;
    position: absolute;
    z-index: 11;
    transform: translateY(-100%);
    transition: transform 0.3s;
}

a.skip-to-content-link:focus,
a.skip-to-content-link:active {
    transform: translateY(0%);
}

a.back-to-top-link {
    background-color: #fff;
    border: 1px solid #555;
    border-radius: 3px;
    color: #007185;
    line-height: 0;
    /* height: 30px; */
    left: 45%;
    bottom: 0;
    padding: 16px;
    position: absolute;
    /* z-index: ; */
    transform: translateY(100%);
    transition: transform 0.3s;
    /* visibility:hidden; */
}

a.back-to-top-link:focus {
    transform: translateY(0%);
    visibility: visible;
}

footer {
    color: white;
    padding-top: 0px;
    min-height: 60px;
}

footer .container {
    width: 100%;
    max-width: 100%;
}

footer .nav-link {
    width: auto;
    color: rgb(219, 219, 219);
    display: inline-block;
}

footer .nav-link:hover {
    color: rgb(240, 240, 240);
}

footer .nav-link.active {
    font-weight: bold;
    color: rgb(255, 255, 255);
}

#activeItem .nav-link {
    color: rgb(240, 240, 240);
    font-weight: bold;
}

.navbar {
    width: 100%;
}

.navbar .navbar-nav {
    width: 100%;
}

.navbar .nav-item {
    width: 25%;
    border-right: 1px solid #777;
    text-align: center;
    display: inline-block;
    font-size: 1.14rem;
}

.navbar .nav-item:last-child {
    border-right: none;
}

.navbar ul li.active {
    font-weight: bold;
}

img {
    max-width: 100%;
}

div.modal button.close:focus {
    outline: none !important;
}

.centered {
    margin: 0px auto;
    display: block;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.black-links {
color: #000;
text-decoration: underline;
}

.black-links:hover {
color: #000;
text-decoration: none;
}

.black-links:focus {
color: #000;
outline-color: #000;
}

.blue-links {
color: #0060c8;
text-decoration: underline;
}

.blue-links:hover {
color: #003c7c;
text-decoration: none;
}

.blue-links:focus {
color: #0060c8;
outline-color: #000;

}

.btn-default.btn-outline-dark {
	color: #0060c8 !important;
	background-color: #eee;
}

.btn-outline-dark:hover {
	color: #FFF !important;
	background-color: #343a40;
}

.dropdown-item {
color: #212529;
background-color: transparent;
}

.dropdown-item:focus, .dropdown-item:hover {
color: #000;
background-color: #ccc;
outline-color: #000;
}

main a.nav-link.home {
    color: white !important;
}

.visually-hidden {
    /* top: 0;
    left: -2px;
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden; */
    font-size: 0px;
    display: none;
}

@media (max-width: 767px) {
    .text-block {
        width: 100%;
    }
}

@media (max-width: 400px) {
footer .nav-link {
	font-size: 14px;
	margin: 0px 0px;
	padding: .5rem .8rem;
	}
}




@media (max-width: 1000px) {
    .navbar .nav-item {
        width: 100%;
        border-right: none;
        text-align: inherit;
        display: block;
        font-size: 1rem;
    }

    .navbar .nav-item:last-child {
        border-right: none;
    }

    .navbar .nav-item.active {
        font-weight: bold;
    }
}

.para-spacing {
    padding-bottom: 2rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: #D79CBA !important;
}

.navbar-dark .navbar-nav .active>.nav-link {
    color: #fff !important;
}