

/* Logo */ 
.q_logo_vertical {
padding-top: 20px;
}

/* Menu */ 
nav.vertical_menu>ul>li>a {
font-family: serif;
text-transform: none !important;
font-weight: 300 !important;
font-size: 18px !important;
line-height: 35px !important;
color: #222869 !Important;
}
nav.vertical_menu>ul>li>a:hover {
color: #999999 !important;
text-decoration: underline !important;
}

/* Slide */ 
.carousel-inner h2 {
font-weight: 300 !important;
}

/* Accordion */
.q_accordion_holder.accordion h5.ui-accordion-header {
text-transform: none !important;
font-weight: 300 !important;
font-size: 16px !important;
color: #222869;
}
.accordion_mark_icon {
border: 2px solid #222869; 
border-radius: 3px;
}

/* Form */
.formRow {
	width: 100%;
	height: 40px;
	padding-bottom: 20px;
}

.formRowfat {
	width: 100%;
	height: 100px;
	padding-bottom: 10px;
}

input {
	width: 100%;
	height: 40px;
	border: #222839 solid 1px;
        border-radius: 3px;
}

input[type="radio" ]{
width:20px!important;
 vertical-align: middle;
}

input[placeholder], textarea[placeholder] {
	padding-left: 10px;
}

.yellow select {
	width: 103%;
	height: 40px;
        color:#666666;
        border: 1px solid #222869;
}

textarea {
	width: 100%;
	height: 90px;
	border: #222869 solid 1px;
}

.recaptcha_only_if_privacy {
	float: right;
	text-align: right;
	display: none;
}
.white-text {
	color: #ffffff;
}
.white-text a {
	color: #ffffff;
	text-decoration: underline;
}
.white-text h1, .white-text h2, .white-text h3, .white-text h4 , .white-text h5{
	color: #ffffff;
}
.yellow input {
	width: 100%;
	height: 40px;
        color:#666666;
}
.yellow textarea {
	width: 100%;
	height: 90px;
        color:#666666;
}
.yellow input[type="submit"] {
	width: auto;
}

.qbutton.green:hover {
	color: #8C8C8E!important;
}

#Submit .qbutton {
color: #ffffff !important;
}

h1, h1 a {
	font-family: serif;
	line-height: 55px;
	font-weight: 200 !important;
	background-color: #222869;
        color: #ffffff !important;
        text-transform: none !important;
	margin-left: -10px;
	padding: 6px 10px!important;
	display: inline;
}
/* calc rules*/

.flash-calcs {
	width: 800px;
}

@media screen and (max-width: 600px) {
.flash-calcs {
	display: none;
}
}

.space {
	padding-top: 30px;
	width: 100%;
}

/* google map rule */
.wpb_gmaps_widget .wpb_wrapper {
	padding: 0px!important;
}

.hlites a{
padding:5px 10px;
line-height:35px;
background-color:#FFEB00;
color:#000000;
}

.hlites a:hover{
padding:5px 10px;
line-height:35px;
background-color:#000000;
color:#FFEB00;
}

p { padding-bottom: 15px; }

