.bg-gray {
    background: #ffffff!important;
}

body {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',sans-serif;
    font-size: 1.0rem;
    overflow-x: hidden;
    color: #1d1d1d;
    background: #fff;
    text-rendering: optimizeLegibility;
}

h1, h2, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .5em;
    color: #648ca6;
    text-align: left;
}

h3 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .5em;
    color: #37588e;
    text-align: left;
}

.dropmenu ul li a.active, .dropmenu ul li a:focus, .dropmenu ul li a:hover {
    color: #37588e!important;
}

#header {
    font-size: .8rem;
    font-weight: 700;
    width: 100%;
    height: 4rem;
    color: #37588e;
    border-bottom: 1px solid rgba(172,179,194,.2);
    background: #fff;
}

#header a {
    color: #37588e;
}

.header-dark #header:not(.scrolled) a {
    color: #37588e!important;
}

.hero #to-start {
    font-size: 3rem;
    position: absolute;
    bottom: 10px;
    display: inline-block;
    cursor: pointer;
    color: #37588e;
}

.mobile-menu .button_container span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    cursor: pointer;
    transition: all .35s ease;
    border: none;
    background: #ffffff;
}

.treemenu li a.active, .treemenu li a:focus, .treemenu li a:hover {
    text-decoration: none;
    color: #37588e!important;
}


a {
	text-decoration: none;
	color: #37588e;
	outline: 0;
}

a:visited {
    color: #37588e;
}

a:hover {
    color: #37588e;
}

.overlay nav {
    position: relative;
    margin: 0 auto;
    text-align: center;
    background: #cccccc;
}

.form-label {
	line-height: 1.2rem;
	display: block;
	padding: .3rem 0;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',sans-serif;
}

.btn, .button {
	font-size: .8rem;
	line-height: 1.2rem;
	display: inline-block;
	height: 1.8rem;
	padding: .25rem .4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: background .2s,border .2s,box-shadow .2s,color .2s;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	color: #ffffff;
	border: .05rem solid #37588e;
	border-radius: .3rem;
	outline: 0;
	background: #37588e;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.toast.toast-success {
	border-color: #37588e;
	background: #37588e;
}


