a {
	color:#073061;
}
:root {
  --bs-body-font-size: 1.125rem;
}
.bg-img {
	top:0;
	left:0;
	z-index: -1;
	height:100vh;
	width:100vw;
	object-fit:cover;
	/*filter:brightness(.3);*/
}
.bg-nav {
	background-color:rgba(255,255,255,.75);
}
.bg-blue {
	background-color:#3f221e;
}
.blue {
	color:#073061;
}
.txt-shadow {
	text-shadow: 2px 2px 4px rgba(0,0,0,.75);
}
h1 {
	font-family:'Oswald';
}
h2.arrow {
	position:relative;
	display:inline;
	margin-bottom:1rem;
  font-size: 32px;
  font-family: "Oswald";
  color: rgb(0, 42, 92);
  font-weight: bold;
  line-height: 1.2;
	text-transform: uppercase;

}
.arrow::after {
	display: block;
        content: "";
        position: absolute;
        width: 69px;
        height: 103px;
        background: url("../images/headline-arrow.png") center center no-repeat;
        right: -31px;
        top: -25px;
}
#nav-wrap {
    border-bottom: 2px solid #7ac142;
}
.navbar {
	border-bottom:2px solid #7ac142;
}
.topnav_ul {
		font-family:'Oswald';
	}
.navbar-brand {
	padding-bottom:0;
}
.phone {
	color:#073061;
	font-family:'Oswald';
	font-weight:bold;
}
.hm-box {
  font-family: "Oswald";
  color: rgb(0, 42, 92);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
.hm-box a 
{text-decoration:none;
	color:#073061;
}
.btn {
	border-radius:0;
}
.btn-custom { 
  color: #ffffff; 
  background-color: #568B2D; 
  border-color: #5FA02C; 
	font-weight:bold;
} 
.btn-custom:hover, 
.btn-custom:focus, 
.btn-custom:active, 
.btn-custom.active, 
.open .dropdown-toggle.btn-custom { 
  color: #ffffff; 
  background-color: #5fa02c; 
  border-color: #5FA02C; 
} 
 
.btn-custom:active, 
.btn-custom.active, 
.open .dropdown-toggle.btn-custom { 
  background-image: none; 
} 
 
.btn-custom.disabled, 
.btn-custom[disabled], 
fieldset[disabled] .btn-custom, 
.btn-custom.disabled:hover, 
.btn-custom[disabled]:hover, 
fieldset[disabled] .btn-custom:hover, 
.btn-custom.disabled:focus, 
.btn-custom[disabled]:focus, 
fieldset[disabled] .btn-custom:focus, 
.btn-custom.disabled:active, 
.btn-custom[disabled]:active, 
fieldset[disabled] .btn-custom:active, 
.btn-custom.disabled.active, 
.btn-custom[disabled].active, 
fieldset[disabled] .btn-custom.active { 
  background-color: #7AC142; 
  border-color: #5FA02C; 
} 
 
.btn-custom .badge { 
  color: #7AC142; 
  background-color: #ffffff; 
}
#homepage-header {

	background-color:#3f221e;
}

/* X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap*/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}
@media (max-width:767px) {
	
	#logo {
		margin-left:auto;
		margin-right:auto;
		margin-bottom:15px;
	}
	
	#logo-scrolled {
		display:none;
	}
	
	#page-wrap{
		transition:filter .3s;
	}
	#page-wrap.navactive {
		filter: blur(5px);
	}
	
	#topnav {
		transition: .3s;
		z-index: 1000;
	}
	
	#nav-wrap {
		position: fixed;
		top: 0;
		right: -100%;
		left: 100%;
		bottom: 0;
		transition: .3s;
		background: rgba(0, 0, 0, .85);
		z-index: 2000;
		padding-top: 45px;
	}
	
	.topnav_ul {
		margin: 0;
		padding: 0;
	}
	
	.topnav_ul li {
		list-style: none;
	}
	
	.topnav_ul li a {
		text-decoration:none;
		display: block;
		font-size: 19px;
		color: #fff;
		padding: 8px 15px;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		transition: .3s;
	}
	
	.topnav_ul li a:hover {
		text-decoration: none;
		background: rgba(0, 0, 0, .7);
	}
	
	#navbtn {
		display: block;
		width: 25px;
		height: 25px;
		position: absolute;
		z-index: 9000000;
		right: 15px;
		top: 15px;
		cursor: pointer;
		transition: .3s;
		border: 1px solid transparent;
        background-color: transparent;
	}
	.navactive #navbtn .bar3, .navactive #navbtn .bar1 {
		background-color:#fff;
	}
	#navbtn .bar1, #navbtn .bar2, #navbtn .bar3 {
		content: "";
		display: block;
		height: 2px;
		width: 100%;
		position: absolute;
		background: #073061;
		transition: .3s;
		outline: 1px solid #00542b;
	}
	
	#navbtn .bar1 {
		top: 3px;
	}
	
	#navbtn .bar2 {
		top: 12px;
		opacity: 1;
	}
	
	#navbtn .bar3 {
		bottom: 0px;
	}
	
	.navactive #navbtn .bar2 {
		opacity: 0;
	}
	
	.navactive #navbtn .bar1 {
		transform: rotate(45deg) translateY(8px) translateX(5px);
		outline: none;
	}
	
	.navactive #navbtn .bar3 {
		transform: rotate(-45deg) translateY(-8px) translateX(5px);
		outline: none;
	}
	
	.navactive #navbtn {
		display: block;
	}
	
	.navactive #nav-wrap {
		right: 0;
		left: 0;
	}
	
	.sub-wrap {
		display: grid;
  		grid-template-rows: 0fr;
		transition:.3s;
	}
	
	.sub-menu {
		overflow:hidden;
		/*padding-left:0;*/
	}
	
	.sub-menu a {
		padding-left:1.5rem;
	}
	
	.has-sub.hsactive .sub-wrap {
		grid-template-rows: 1fr;
	}	
    .btm-border {
		border-bottom:2px solid #7ac142;
	}
}
/*  Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
		#navbtn {
	display:none;
	}
	#logo {
		/*margin-top:-20px;
		margin-bottom:-100px;*/
	}
	
	#logo-scrolled {
		display:none;
	}
	.scrolled .nav-border {
		border-bottom:none;
	}
	.scrolled #logo {
		display:none!important;
	}
	
	.scrolled #logo-scrolled {
		display:block;
		padding-top:.5em;
		padding-bottom:.5em;
	}
	
	#topnav {
		position:absolute;
		left:0;
		top:0px;
		right:0;
		z-index:1000;
		background:rgba(255,255,255,.75);
		display:block;
		/*transform:translateY(-43px);*/
		transition:transform .2s;
	}
	
	#topnav.scrolled {
		position:fixed;
		top:0;
		transform:translateY(0);
	}

	.topnav_ul {
		margin:0;
		padding:0;
		overflow:hidden;
		display:inline-block;
		margin-top:1.5rem;

	}
	.scrolled .topnav_ul {
		margin-top:.5rem;
	}

	.nav-border {
				border-bottom:2px solid #7ac142;
		border-top:2px solid #7ac142;
	}
	
	.topnav_ul:hover {
		overflow:visible;
	}
	
	.topnav_ul>li {
		margin:0;
		padding:0;
		display:inline-block;
		list-style:none;
		position:relative;
		margin-right:11px;
	}

	.topnav_ul>li>a {
		font-weight:500;
		text-transform:uppercase;
		display:block;
		position:relative;
		font-size:17px;
		color:#002a5c;
		text-align:center;
		transition:.3s;
		padding:15px 25px;
		text-decoration:none;
	}
	
	.topnav_ul>li:last-child>a {
		padding-right:5px;
		margin-right:0!important;
	}
	
	/*.topnav_ul>li:first-child>a {
		padding-left:5px;
	}*/

	
	.topnav_ul>li:last-child:after {
		display:none!important;
	}
	
	
	.topnav_ul>li>a:hover {
		text-decoration:none;
		color:#8dd132;
	}
	
	
	.sub-wrap {
		display:block;
		position:absolute;
		top:100%;
		left:0;	
		z-index:-100;
		opacity:0;
		transition:opacity .3s;
		min-width:105%;
	}
	
	.sub-menu {
		margin:0;
		padding:0;
	}
	
	.sub-menu>li {
		display:block;
		list-style:none;
		margin:0;
		padding:0;
	}
	
	.sub-menu>li>a {
		display:block;
		padding:5px 17px;
		color:#FFF;
		background:rgba(0,0,0,.7);
		white-space: nowrap;
		text-align:left;
		text-decoration:none;
	}
	
	.sub-menu>li>a:hover {
		text-decoration:none;
		color:#8dd132;
	}
	
	.topnav_ul>li:hover>.sub-wrap {
		z-index:10000000;
		opacity:1;
	}
	
	.nav-fill {
		display:flex;
	}
	
	.nav-fill>li {
		flex: 1 1 auto;
		text-align: center;
	}

	.nav-fill>li>a{
		width: 100%;
	}

}

/*  Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.navbar {
		padding-bottom:0;
	}

}

/*  X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
.navbar-brand img {
	max-height:150px;
}
}

/*  XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
	.navbar-brand img {
	max-height:160px;
}

}
@media (min-width: 1200px) and (max-width: 1399px) {

}
/**FORM VALIDATION**/
#captcha {
    display: inline-block;
}

input.error,
select.error,
textarea.error {
    border: 1px solid red;
}

.errormsg {
    display: block;
    width: 100%;
    position: relative;
}

label.error {
    color: red !important;
    font-size: 13px !important;
    z-index: 1000;
    font-weight: normal;
    width: auto;
    position: absolute;
    top: -3px;
    left: 10px;
    background: #FFF;
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 8px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.form-wrap label.error {
    left: 50%;
    margin-left: -90px;
    text-shadow: none;
}

.form-wrap label.error#disclaimer-error {
    left: 10px !important;
    margin-left: auto !important;
    text-shadow: none;
}

label.error:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #bbb transparent;
    display: block;
    width: 0;
    top: -10px;
    bottom: auto;
    left: 20px;
    border-width: 0 10px 10px;
}

label.error:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
    top: -9px;
    bottom: auto;
    left: 21px;
    border-width: 0 9px 9px;
}