#menu_item_id_271444 {
    background-color: #0275d8;
}

#menu_item_id_271444 a {
    color: #fff;
}
.hirlevel .a{
    font-weight: 400;
    font-size: 36px;
}
.myButton {
	background-color:#0274d8;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:16px;
	font-weight:bold;
	padding:14px 18px;
	text-decoration:none;
	text-shadow:0px 0px 0px #154682;
}
.myButton:hover {
	background-color:#0061a7;
}
.myButton:active {
	position:relative;
	top:1px;
}
.footer_menu .footer_contact {
    width:100%;}

.footer_menu:nth-child(4).footer_contact {display:none;}
.footer_menu {float:none; display:inline-block;}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
	text-align: center;
	font-size: 16px !important;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 31%;
}
.span_2_of_3 {
	width: 31%;
}
.span_1_of_3 {
	width: 31%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { margin: 1% 0 1% 0%;}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}