


#header_integration{
	background:#0f3a4d;
	width:970px;
	height:100px;
	margin: -10px 0 0 -10px;
	padding: 0;
        color:white;
	}

#header_integration {height:110px;}


#header_integration .span-12:first-of-type {border-right: 1px solid #274e5f; height:110px;}
#header_integration  img {float:left; position:absolute; top:0, left:0;}
#header_integration h4 {color:white; font-size: 1.4em;}
#header_integration .heading {color:white; font-size: 1.7em; font-weight: 900;}
#header_integration .center {text-align:center;}
#header_integration ul {list-style-type: none; margin: 0 0px 0 0px;}
#header_integration ul li{float:right; font-size:10px; clear:both;}
#header_integration ul a{ color: white; text-decoration: underline;}

.button.blue {
        background: none repeat scroll 0 0 #59B2FE;
    border: 1px solid #1E728C;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    margin: 10px 0 0 0;
    padding: 8px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.15s ease-in-out 0s;
    width: 100px;

    }

    .button.radius {
    border-radius: 3px 3px 3px 3px;
}

.button:hover, .button:focus {
    background-color: #2284A1;
    color: white;
}
.button:active {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}