/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07/12/2018, 10:38:18 AM
    Author     : duncanc
*/

.id-call-to-action-wrapper {
    position: relative;
}

.id-call-to-action-wrapper .id-cta-background-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


@media screen and (min-width: 992px) {
    .id-call-to-action-wrapper .id-cta-background-image {
        background-attachment: fixed;
    }
}

article .container.id-cta-inner {
    width: auto;
}


.btn-global-cta .fa{
    
        float: left;
    margin-right: 10px;
    margin-top: 2px;
    
}

.btn-global-cta .fa:before{
    color: inherit;
}