
.container {
	width: 100%;
	max-width: 1020px;
	padding: 0 20px;
}

div#djslider241 {
    max-height: 500px !important;
}

/* Header */

header#t3-mainnav {
	background: #0067a2;
}
body .navbar-default .navbar-nav > li {
	margin-left: 0;
	margin-right: 20px;
}
body .navbar-default .navbar-nav > li > a, body .navbar-default .navbar-nav > li > span {
	line-height: 36px;
}
/*
.navbar-header, .navbar-header * {
width: 100%;
}
*/
.navbar-header .logo-image > a {
	max-width: 220px;
	max-height: none;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* Footer */
body .t3-footer {
	background: #0067a2;
	color: #fff;
}
body #t3-footer * {
	color: #fff;
}
body #t3-footer #t3-footer input {
	color: #000;
}
body .t3-footer-sl .t3-module {
	background: transparent;

}

body #t3-footer #Mod251, body #t3-footer #Mod111 {
	border-bottom: 1px solid #07b;
	max-width: 50%;
}

.acysubbuttons input {
	background: #e09b0f;
	color: #fff !important;
	font-weight: bold;
}
.t3-footer-sl > div {
	display: flex;
	flex-wrap: wrap;
}

.t3-footer-sl > div > div {
	width: 100%;
	max-width: 33.33%;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.t3-footer-sl #Mod122, .t3-footer-sl #Mod111 {
	width: 100%;
	max-width: 50%;
	padding-bottom: 30px;
	
}
footer .acymailing_form > p {
	max-width: 50%;
	float: left;
	padding-right: 15px;
	margin: 10px 0;
}
.t3-footer-sl .t3-module ul > li > a {
	color: #666666;
	padding: 6px 0;
	background: transparent;
}
body #t3-footer .acymailing_form input {
	color: #000;
}


li.Innovator-dis-class-menu a.mega-group-title {
    white-space: normal !important;
}

.mega-dropdown-inner ul li a {
    font-size: 13px !important;
}

li.title-upper-case a.mega-group-title, li.title-upper-case-2 a.mega-group-title,li.title-upper-case-3 a.mega-group-title{

text-transform: uppercase;

}



div#Mod117 {
    margin-top: 70px;
}
div#Mod118 {
    margin-top: 110px;
}



@media only screen and (min-width: 992px) {
	body .page-masthead .row-feature {
		padding: 60px 0 !important;
	}

.head-search {
    top: 7px  !important;
    max-width: 250px !important;
}

.head-search .search .fa-search {
    color: #bbe6ff;
    background: #fff;
    z-index: 1;
    display: inline-block;
    width: auto;
    padding: 12px;
    left: auto;
    right: 0;
}
.head-search .form-control {
    height: 30px !important;
    padding: 5px 45px 5px 10px !important;
    margin: 0 !important;
    width: 100% !important;
    background: #c0d7eb !important;
}
.head-search .search {
    position: relative;
}
.head-search button.button.btn.btn-primary {
    font-size: 0;
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    height: 31px;
}
.head-search .search i.fa.fa-search {
    display: none !important;
}
.head-search .search button.button.btn.btn-primary::before {
    content: "s";
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 14px;
}

}

/* rsform */

#userForm {
	max-width: 600px;
	padding: 50px 25px;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	border-radius: 10px;
	margin: 30px auto;
}

#userForm h2 {
	text-align: center;
	padding-bottom: 20px;
}
#userForm .formRow .formControlLabel {
	display: none;
}
#userForm .formHorizontal .formControls {
	margin-left: 0;
}
.formResponsive .formHorizontal .formControls input, .formResponsive .formHorizontal .formControls textarea {
	width: 100% !important;
	margin: 0;
	border: 1px solid rgba(0,0,0,0.15);
	box-shadow: none;
	height: 40px;
	padding: 10px 20px;
	box-sizing: border-box;
	line-height: 20px;
	border-radius: 5px;
}
.formResponsive .formHorizontal .formControls textarea {
	min-height: 100px;
}


body #t3-footer .acym_module_form input[type="text"], body #t3-footer .acym_module_form input[type="email"] {
	background: rgba(255,255,255,0.1);
	border-color: rgba(255,255,255,0.2);
	border-radius: 4px;
}
body #t3-footer .acym_module_form input::placeholder {
	color: rgba(255,255,255,0.5);
}
.t3-footer-sl .t3-module .acym_form .onefield {
	display: inline-block;
	margin: 10px 5px 10px 0;
}
body #t3-footer div.acym_module_success {
	background: rgba(255,255,255,0.3);
}

.onefield:hover .acym__field__error__block__active {
	display: block;
	background: rgba(255,255,255,0.1);
	border-color: rgba(255,255,255,0.2);
}

@media only screen and (max-width: 767px){
	#t3-footer .container.hidden-xs {
		display: block !important;
	}
	body .t3-footer-sl .t3-module {
		max-width: 100% !important;
		border-bottom: none !important;
	}
	.head-search button.button.btn.btn-primary {
	    display:none;
	}
	.page-masthead .row-feature {
	    padding:0;
	}
	body .navbar-default .navbar-nav > li > a, body .navbar-default .navbar-nav > li > span {
	    line-height:normal;
	}
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span {
	    display:block;
	    padding:10px 20px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 20px 10px 30px;
    }
}

h2.accordion-header {
    font-size:26px;
}