body{
    font-family: 'Open Sans', sans-serif;
}

/*Basic css for all*/
h1, h2, h3, h4, h5, h6{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
    color: #003a72;
}
h2 {
    font-size: 26px;
}
p{
    font-family: 'Open Sans', sans-serif;
}
button > i{
    margin-right: 5px;
    font-weight: 400;
}
a > i{
    margin-right: 5px;
}

.no-padding{
   padding: 0;
}
.no-margin{
    margin: 0;
}
.add-padding{
    padding: 0 15px;
}


/*End Basic*/

/*Header*/
header{
    border-top: 15px solid #EBEDF6;
    background-color: #FFF;
    margin-bottom: 2px;
    padding: 30px 0;
}
header .btn-vlg {
    margin-top: 35px;
}
a.telephone{
    color: #014587;
    margin-top: 40px;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}
a.telephone:hover{
    color: black;
}
.btn-vlg {
    background-color: #780232;
    color: white;
    border: none;
    font-size: 17px;
    font-weight: bold;
    height: 35px;
}
.btn-vlg i{
    float: left;
    margin-top: 4px;
}
.btn-vlg:hover,
.btn-vlg:focus{
    background-color: #EBEDF6;
    color: #780232;
    border: 4px solid #780232;
    padding: 2px 8px;
}
/*End Header*/

/*Navbar*/
#navigator{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 13pt;
    padding: 0;
    background-color: #014587;
    border: none;
    color: white;
}
#navigator li{
    border-right: solid 1px #003A72;
}
#navigator li:first-child{
    border-left: solid 1px #003A72;
}
#navigator a{
    padding: 20px;
    color: white;
}
#navigator li:hover,
#navigator li.active,
#navigator li.active a{
    background-color: #003a72;
}
#navigator button{
    background-color: #003a72;
}
.navbar-brand{
    padding: 0;
}
.navbar-brand img{
    position: relative;
    z-index: 999;
    -moz-box-shadow:    2px 2px 4px 1px #000000;
    -webkit-box-shadow: 2px 2px 4px 1px #000000;
    box-shadow:         2px 2px 4px 1px #000000;
}
/*End Navbar*/

/*Breadcrumbs*/
#breadcrumbs{
    color: #014587;
    height: 50px;
    text-decoration: underline;
}
#breadcrumbs-nav{
    line-height: 50px;

}
ul#breadcrumb {
    list-style: none;
    padding: 0;
    margin: 15px 5px 0;
}
ul#breadcrumb li {
    float: left;
    position: relative;
}
ul#breadcrumb li a {
    color: #014587;
    margin-right: 10px;
    padding-left: 15px;
    float: left;
}
ul#breadcrumb li a.current {
    color: #1e4482;
    text-decoration: underline;
}
ul#breadcrumb li i {
    color: #1e4482;
    position: absolute;
    left: 0;
    top: 3px;
}
#breadcrumb a{
    color: #1e4482;
}

#breadcrumbs a.back{
    float: right;
    margin-top: 10px;
}

#breadcrumbs a.back {
    color: #780232;
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
}
#breadcrumbs a.back i{
    float: left;
    margin-top: 4px;
}
#breadcrumbs a.back:hover,
#breadcrumbs a.back:focus{
}

/*End breadcrumbs*/
/*Widgets*/
.widget{
    padding: 15px 15px 5px;
    margin-bottom: 30px;
    font-size: 15px;
}
.widget a {
    color: white;
    display: block;
    font-size: 17px;
    margin-bottom: 19px;
}
.widget h3{
    margin-top: 0;
}
.widget a:hover {
    color: white;
}
.widget.darkblue{
    background-color: #014488;
    color: white;
}
.widget.darkblue h3{
    color: white;
}
.widget.lightblue{
    background-color: #00A2DB;
    color: white;
}
.widget.lightblue h3{
    color: white;
}
.widget.white{
    color: #014488;
}
.widget.gray{
    background-color: #F2F3F9;
    color: #004B8D;
}
.widget.red{
    background-color: #780231;
    color: white;
}

.widget.video{
    padding: 15px 0 5px;
}
/*End Widgets*/
/*Footer*/
footer{
    margin-top: 60px;
    padding-top: 60px;
    width: 100%;
    background-color: #014587;
    color: white;
}
footer p{
    font-size: 18px;
}
footer h3{
    margin: 0 0 30px;
    font-size: 26px;
}
#call{
    text-align: center;
}
#call a{
    display: inline-block;
    background-color: #780231;
    border: 3px solid #780231;
    padding: 20px 0;
    width: 100%;
    margin-bottom: 15px;
    color: white;
    font-size: 25px;
}
#call a:hover{
    background-color: #EBEDF6;
    color: #780231;
    text-decoration: none;
}
footer h3{
    color: white;
}
footer .form-checkbox > input[type="checkbox"], input[type="text"], input[type="email"]{
    color: #014587;
}
.formCheckbox > input[type="checkbox"]{
    width: 25px;
    height: 25px;
}
.form-checkbox > p{
    width: 100px;
    display: inline-block;
    vertical-align: top;
    margin: 7px 0 0 8px;
    color: black;
    font-weight: 500;
}
#footer-name::-webkit-input-placeholder, 
#footer-email::-webkit-input-placeholder {
    color: #004B8D;
}
#footer-name:-moz-placeholder, 
#footer-email:-moz-placeholder {
    color: #004B8D;
}
#footer-name::-moz-placeholder, 
#footer-email::-moz-placeholder{
    color: #004B8D;
}
#footer-name:-ms-input-placeholder, 
#footer-email:-ms-input-placeholder {
    color: #004B8D;
}
.checklist-button{
    margin-top: 5px;
}
.footer-checkbox{
    margin: 5px 0;
    vertical-align: top;
}
.footer-checkbox p{
    font-size: 12px;
    width: auto;
    color: white;
}
.footer-button{
    float: left;
}
#footer-bottom{
    width: 100%;
    height: 151px;
    margin-top: -30px;
    background: url('images/footer/footerimg.jpg') top center;
}
#footer-logo{
    margin-top: 60px;
}
#footer-text{
    text-align: right;
    margin-top: 50px;
}
#footer-text a{
    color: white;
}
/*End Footer*/


/*
    Customers
*/
#customers .customer .image.person div{
    background: url('images/partner/partner.png') no-repeat top left;
    height: 120px;
    background-size: contain;
}
#customers .customer{
    margin: 15px 0 30px;
}
#customers .customer h2{
    margin-top: 0;
}
#customers .customer .text{
    height: 200px;
}
#areas .area{
    margin: 15px 0 30px;
}
#areas .area h2{
    margin-top: 0;
}
#areas .area .image div{
    background-repeat: no-repeat;
    background-position: top center;
    height: 120px;
    background-size: contain;
}
#areas .area .image.blue div{
    background-image:url('images/area/area1.png');
}
#areas .area .image.light-blue div{
    background-image:url('images/area/area2.png');
}
#areas .area .image.red div{
    background-image:url('images/area/area3.png');
}



img.left{
    float: left;
    width: 40%;
    margin: 0 15px 15px 0;
}
img.fullwidth{
    width: 100%;
    margin: 15px 0;
}
img.right{
    float: right;
    width: 40%;
    margin: 0 0 15px 15px;
}


.item{
    margin-top: 30px;
}

/*
    Html
*/
.html{
}

#slider .item{
    margin-top: 0;
}
