body {
    padding-top: 85px;
    font-family: OpenSans,Helvetica,Arial,sans-serif;
    background-color: #ffffff;
}

.site-header {
    background: #FFFFFF;
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
    padding: 32px 28px;
    position: fixed;
    height: 120px;
    width: 100%;
    z-index: 10;

}

.main-navigation a {
    display: block;
    text-decoration: none;
    line-height: 85px !important;
    font-size: 16.2px;
    color: #008CBA;
    letter-spacing: 1px;
    padding: 0 15px !important;
}

.main-navigation li:hover>a, .main-navigation li:active{
    color:#0078a0 !important;
    background: #FFFFFF !important;
}

.page-heading {
    text-align: center;
    margin-top:40px;
    font-family:Aller,Helvetica,Arial,sans-serif;
    color: #00577d;
    padding-bottom:40px;
    height:307px;
    margin-bottom:18px;
    color:#FFFFFF;
    padding-top:110px;
}

.site-branding {
    background: url('{!URLFOR($Resource.MotorleaseResources,'motorlease-resources/header-logo.png')}') no-repeat left;
    background-image: url('{!URLFOR($Resource.MotorleaseResources,'motorlease-resources/header-logo.png')}'),none;
    float: left;
    height: 52px;
    width: 300px;
}

.img-vehicle {
    background: url('{!URLFOR($Resource.MotorleaseResources,'motorlease-resources/motorlease-cars-1920x307.jpg')}') no-repeat left;
}

.img-road {
    background: url('{!URLFOR($Resource.MotorleaseResources,'motorlease-resources/motorlease-winding-road-1920x307.jpg')}') no-repeat left;
}

.page-heading>h1 {
    font-size:76px !important;
    font-weight:bold;
}

@media (min-width: 768px){
    .circle-tile {
        margin-bottom: 30px;
    }
}

.circle-tile {
    margin-bottom: 15px;
    text-align: center;
}

.circle-tile-heading {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto -40px;
    border: 3px solid rgba(255,255,255,0.3);
    border-radius: 100%;
    color: #fff;
    transition: all ease-in-out .3s;
}

/* -- Background Helper Classes */

/* Use these to cuztomize the background color of a div. These are used along with tiles, or any other div you want to customize. */

.dark-blue {
    background-color: #34495e;
}

.green {
    background-color: #16a085;
}

.blue {
    background-color: #2980b9;
}

.orange {
    background-color: #f39c12;
}

.red {
    background-color: #e74c3c;
}

.purple {
    background-color: #8e44ad;
}

.dark-gray {
    background-color: #7f8c8d;
}

.gray {
    background-color: #95a5a6;
}

.light-gray {
    background-color: #bdc3c7;
}

.yellow {
    background-color: #f1c40f;
}

/* -- Text Color Helper Classes */

.text-dark-blue {
    color: #34495e;
}

.text-green {
    color: #16a085;
}

.text-blue {
    color: #2980b9;
}

.text-orange {
    color: #f39c12;
}

.text-red {
    color: #e74c3c;
}

.text-purple {
    color: #8e44ad;
}

.text-faded {
    color: rgba(255,255,255,0.7);
}

.circle-tile-heading .fa {
    line-height: 80px;
}

.circle-tile-content {
    padding-top: 50px;
}

.circle-tile-description {
    text-transform: uppercase;
    padding-left:5px;
    padding-right:5px;
    min-height:40px;
    vertical-align: middle;
}

.text-faded {
    color: rgba(255,255,255,0.7);
}

.circle-tile-number {
    padding: 5px 0 15px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}

.circle-tile-footer {
    display: block;
    padding: 5px;
    color: rgba(255,255,255,0.5);
    background-color: rgba(0,0,0,0.1);
    transition: all ease-in-out .3s;
}

.circle-tile-footer:hover {
    text-decoration: none;
    color: rgba(255,255,255,0.5);
    background-color: rgba(0,0,0,0.2);
}
.form-external {
    background: rgb(0, 87, 125);
    color:#ffffff;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
    border-radius: 5px;
    font-weight: 300;
    margin: 0 auto;
    max-width: 1040px;
    padding: 25px;
    position: relative;
    z-index: 2;
}

.link-external, .link-external:hover, .link-external:visited {
    color:#ffffff;
}

.btn-external-active {
    background: rgb(0, 161, 225);
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 50px;
    padding: 0px 20px 0px 20px;
    letter-spacing: 1.39px;
}