/* =============================================== */
/* ====================== header ================= */
/* =============================================== */
header {
	position:relative;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:56px;
}
 @media only screen and (min-width: 768px) {
header {
 padding-top:20px;
 padding-bottom:20px;
}
}
 @media only screen and (min-width: 992px) {
header {
padding-top:30px;
 padding-bottom:30px;
}
}
 @media only screen and (min-width: 1400px) {
header {
padding-top:36px;
 padding-bottom:36px;
}
}
 @media only screen and (max-width: 767px) {
 header .container-wide {
 width:97%;
 max-width:97%;
}
}
/* header elements */
header .logo img {
	max-width:191px;
}
 @media only screen and (min-width: 768px) {
header .logo img {
 width:100%;
 max-width:281px;
}
}
header .custom-logo-link:focus {
	/*outline:none;*/
}
.header-tools {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align:left;
}
.header-tools img {
	width:32px;
	height:auto;
}


@media only screen and (min-width: 992px) {
.header-tools img {
	width:38px;
	height:auto;
}

}

.header-tools .btn {
	padding:0;
}
header .toggle-wrapper {
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	width:56px;
	height:100%;
	color:#FFFFFF;
	background-color:#E89F23;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top:20px;
}
 @media only screen and (min-width: 768px) {
header .toggle-wrapper {
 width:75px;
 height:100%;
 align-items: center;
 padding-top:0;
}
}
/* main menu navigation */
.topmenu {
	display: none;
}
@media only screen and (min-width: 768px) {
.topmenu {
display:block;
text-align:right;
}
 .topmenu ul {
 font-size:15px;
 color:#433D6B;
 font-weight:400;
 margin:0;
 padding:0;
 list-style:none;
 position: relative;
}
 .topmenu ul.menu {
 margin-top:10px;
 -js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 align-items: flex-start;
 justify-content: flex-end;
}
}
.topmenu ul li {
	display:inline;
	margin-left:1.5rem;
}


 @media only screen and (min-width: 768px) {
 .topmenu ul {
 font-size:22px;
}
}
 @media only screen and (min-width: 1200px) {
 .topmenu ul {
 font-size:28px;
}
}
 @media only screen and (min-width: 1500px) {
 .topmenu ul li {
margin-left:1.5rem;
}
}
.topmenu ul li a:link, .topmenu ul li a:visited {
	color:#433D6B;
	text-decoration:none;
	transition: none;
}
.topmenu ul li a:hover, .topmenu ul li.current_page_item a {
	color:#E89F23;
	text-decoration:  none;
}

.topmenu ul li a:focus-visible {
	color:#E89F23;
	
}
/* ==============    MENU OVERLAY =========== */
.nav-button {
	height:48px;
}
.close {
	opacity:1;
}
 .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):focus-visible, .close:not(:disabled):not(.disabled):hover {
 opacity:1;
}
.button-lines {
	background-color:transparent;
	border: none;
	cursor: pointer;
	display: inline-block;
	padding: 0.5rem;
	padding-top:0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position:relative;
}
.lines {
	display: inline-block;
	height: 3px;
	width: 28px;
	position: relative;
	background-color:#FFF;
}
.lines:after, .lines:before {
	background-color:#FFF;
	display: inline-block;
	height: 3px;
	width: 28px;
	content: "";
	left: 0;
	position: absolute;
}
 @media only screen and (min-width: 768px) {
.lines {
 height: 4px;
 width: 38px;
}
.lines:after, .lines:before {
 background-color:#FFF;
 display: inline-block;
 height: 4px;
 width: 38px;
 content: "";
 left: 0;
 position: absolute;
}
}
.lines:after:hover, .lines:before:hover {
 background: #FFF;
}
/* hamburger button */

.lines:after {
 top: .6rem;
}
.lines:before {
 top: -.6rem;
}
 @media only screen and (min-width: 768px) {
 .lines:after {
 top: .8rem;
}
.lines:before {
 top: -.8rem;
}
}
.button-lines-x .lines {
	transition: background 0.3s ease;
}
.button-lines-x .lines:after, .button-lines-x .lines:before {
	transform-origin: 50% 50% 0;
	transition: top 0.3s 0.4s ease, transform 0.3s ease;
}
.button-lines-x.active .lines {
	background: transparent;
}
.button-lines-x.active .lines:after, .button-lines-x.active .lines:before {
	top: 0;
	transition: top 0.3s ease, transform 0.3s 0.3s ease;
}
.button-lines-x.active .lines:after {
	transform: rotate3d(0, 0, 1, 45deg);
}
.button-lines-x.active .lines:before {
	transform: rotate3d(0, 0, 1, -45deg);
}
/* The side navigation menu */

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	overflow-x: hidden;
	padding-top: 60px;
	transition: 0.5s;
}
.nav-wrapper {
	background-color:#433D6B;
	padding-top: 24px;
	padding-bottom: 24px;
	right: 0;
	top: 0;
}
 @media only screen and (min-width: 768px) {
 .nav-wrapper {
 padding-top: 24px;
}
}


 @media only screen and (max-width: 767px) {

#Sidenav.opennav {
	width:75% !important;
}

}


/* Position and style the close button (top right corner) */
.sidenav .closebtn {
	position: absolute;
	top: 60px;
	right: 18px;
}
.sidenav .header-tools button {
	border: none;
	background-color:transparent;
	padding:0;
}
.sidenav .header-tools button img {
	width:100%;
	height:auto;
}
/* menu open and close buttons */

.close {
	opacity:1;
	position:relative;
}
 .close:not(:disabled):not(.disabled):focus,  .close:not(:disabled):not(.disabled):focus-visible, .close:not(:disabled):not(.disabled):hover {
 opacity:1;
}
/* overlay content */
.overlay-content {
	position: relative;
	width: 100%;
	height:90%;
	margin-top:10%;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	display: flex;
	align-items: center;
}
.menu-overlay ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1;
	vertical-align: middle;
	letter-spacing: normal;
	text-align:   left;
	color:#FFF;
}
 @media only screen and (min-width: 768px) {
 .menu-overlay ul {
 text-align:  left;
 padding-left:10%;
}
}
.menu-overlay ul li {
	font-size: 24px;
	display: block;
	padding:0;
	margin:0;
	vertical-align: middle;
	line-height:100%;
}
 @media only screen and (min-width: 768px) {
.menu-overlay ul li {
 font-size: 24px;
 display: block;
 padding:0;
 margin:0;
 vertical-align: middle;
 line-height:100%;
}
}
 @media only screen and (min-width: 1200px) {
.menu-overlay ul li {
 font-size: 28px;
}
}
.menu-overlay ul li a, .menu-overlay ul li a:visited {
	display: inline-block;
	line-height:125%;
	color:#FFF;
	margin:0;
	padding-bottom:10px;
	border:none;
	text-decoration:none;
}
.menu-overlay ul li a.active, .menu-overlay ul li a:hover, .menu-overlay ul li a:focus, .menu-overlay ul li a:focus-visible {
	color: #FFF;
	text-decoration:underline;
}
/* mobile navigation */
.mobilemenu ul li a, .mobilemenu ul li a:visited {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
 letter-spacing: .065rem;
	color:#FFF;
	display:block;
	width:100%;
	text-decoration:none;
	padding:8px;
	padding-left:15px;
	margin-bottom:12px;
}
.mobilemenu .dropdown.show a.dropdown-toggle::after {
 content:"";
 display:block;
 width:100%;
 margin:0;
 padding-top:8px;
 vertical-align:inherit;
 border:none;
}
.mobilemenu ul li a:hover, .mobilemenu ul li a:focus, .mobilemenu ul li a:focus-visible {
	color: #FFF;
	background-color:#1560b2;
	outline:none;
}
/* mobile drop downs */

.mobilemenu ul.dropdown-menu {
	margin-left:0;
	position:relative !important;
	min-width: 100%;
	padding: 0;
	border:none;
	border-radius: 0;
}
.mobilemenu ul.dropdown-menu.show {
	transform:translate3d(0px, 0px, 0px) !important;
}
.mobilemenu ul.dropdown-menu li a, .mobilemenu ul.dropdown-menu li a:visited {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
 letter-spacing: .065rem;
	color:#FFF;
	display:block;
	width:100%;
	text-decoration:none;
	padding-left:20px;
	padding-bottom:8px;
	margin-bottom:3px;
	position:relative;
	border:none;
}
.mobilemenu ul.dropdown-menu li a:hover, .mobilemenu ul.dropdown-menu li a:focus {
	color: #FFF;
	border:none;
	outline:none;
}
.mobilemenu ul.dropdown-menu li a:before {
	content:'';
}
 .mobilemenu ul.dropdown-menu li a:hover::before, .mobilemenu ul.dropdown-menu li a:focus::before {
 content:'';
 position:absolute;
 width:20px;
 height:20px;
 top:0;
 left:0;
 background-size:15px;
}
/* ============== takeover search ==============  */
/* Large Search Overlay */
.overlay {
	width: 100%;
	height: 0;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	overflow-x: hidden;
	transition: 0.5s;
	z-index: 10000;
}
.overlay .close-btn {
	position: absolute;
	top: 20px;
	right: 25px;
}
.search-area {
	width: 100%;
	height: 100%;
	position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #433D6B;
}
.search-area .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
@media only screen and (max-width: 767px) {
 .container.search-area {
 padding-left: 15px;
 padding-right: 15px;
}
}
.search-area .close-btn .btn {
	border: 1px solid #FFF;
	background-color: transparent;
	width: 38px;
	height: 38px;
	text-align: center;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	padding: 0;
}

/* search form */

.search-area .form-btn input {
	font-size: 18px;
	color: #FFF;
	background-color: transparent;
	height: 60px;
}
@media only screen and (min-width: 1200px) {
 .search-area .form-btn input {
 font-size: 28px;
}
}

.search_form {
	width: 100%;
	max-width:400px;
}

.large-search .search_form {
	max-width: none;
}
.search_form .form-control {
	padding-left: 2.375rem;
	height: auto;
}
.search_form .form-control-feedback {
	position: absolute;
	z-index: 2;
	display: block;
	width: 2.375rem;
	height: 2.375rem;
	line-height: 2.375rem;
	text-align: center;
	pointer-events: none;
	color: #aaa;
}
.search_form .input-group {
	background-clip: border-box;
	font-weight: 500;
	background-color: transparent;
	border: 2px solid #5A6192;
}
.large-search .search_form .input-group {
	border: 2px solid #FFF;
}
.search_form input {
	background-color: transparent;
	background-clip: border-box;
	font-weight: 400;
	border: none;
	text-align: left;
}

.large-search .form-control {
	color: #333631;
 padding: .65rem;
	padding-left: 1rem;
	height: auto;
	font-size: 18px;
}
@media only screen and (min-width: 768px) {
 .large-search .form-control {
 font-size: 2.292vw;
}
}
.search_form .form-control::-webkit-input-placeholder {
 color: #5A6192;
 font-weight: 700;
 opacity: 1;
}
.search_form input::-webkit-input-placeholder {
 color: #5A6192;
 font-weight: 700;
}
.searchform input:-moz-placeholder {
 color: #5A6192;
 font-weight: 700;
}
.searchform input::-moz-placeholder {
 color: #5A6192;
 font-weight: 700;
}
.searchform input:-ms-input-placeholder {
 color: #5A6192;
 font-weight: 700;
}
.search-area .large-search .search_form .form-control::-webkit-input-placeholder {
 color: #FFF;
}
.search-area .searchform .search_form input::-webkit-input-placeholder {
 color: #FFF;
}
.search-area .searchform .search_form input:-moz-placeholder {
 color: #FFF;
}
.search-area .searchform .search_form input::-moz-placeholder {
 color: #FFF;
}
.search-area .searchform .search_form input:-ms-input-placeholder {
 color: #FFF;
}
.form-control {
	font-weight: 400;
	color: #575752;
	border-radius: 0;
}
.input-group-prepend .btn, .input-group-append .btn {
	position: relative;
	z-index: 0;
}
.searchform fieldset {
	float: none;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8A8C8C;
}
.searchform fieldset:last-of-type {
	margin-bottom: 0;
	padding-bottom: 10px;
	border: none;
}
.searchform fieldset.noborder {
	margin-bottom: 0;
	border: none;
}
.searchform legend {
	float: none;
}
.btn-searchsubmit, .btn-searchsubmit:visited {
	padding-top: 0.375rem;
	padding-right: 0.75rem;
	padding-bottom: 0.375rem;
	padding-left: 0.75rem;
	color: #433D6B;
}
.btn-searchsubmit, .btn-searchsubmit:visited {
	color: #433D6B;
}
.search-area .btn-searchsubmit, .search-area .btn-searchsubmit:visited {
	height: 60px;
	color: #FFF;
}
.btn-searchsubmit:hover, .btn-searchsubmit:focus {
	color: #FFF;
	background-color: #E89F23;
	text-decoration: none;
}
.search-area .btn-searchsubmit:hover, .search-area .btn-searchsubmit:focus {
	color: #FFF;
	background-color: #E89F23;
}
.btn-searchsubmit .fa {
	font-size: 28px;
}
@media only screen and (min-width: 992px) {
 .btn-searchsubmit {
 padding-top: .6rem;
 padding-right: 1.25rem;
 padding-bottom: .6rem;
 padding-left: 1.25rem;
 font-size: 22px
}
 .btn-searchsubmit .fa {
 font-size: 24px;
}
}


