@font-face {
    font-family: 'Franklin Gothic Heavy';
    a name to be used later src: url('../fonts/Franklin Gothic Heavy Regular.ttf'), url('../Franklin Gothic Heavy Regular.eot#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'Franklin Gothic Book';
    a name to be used later src: url('../fonts/Franklin Gothic Book Regular.ttf'), url('../fonts/Franklin Gothic Book Regular.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: "ITC Franklin Gothic";
    src: url("../fonts/00faf685-e292-40f6-8318-fce19d0576b1.eot?#iefix");
    src: url("../fonts/00faf685-e292-40f6-8318-fce19d0576b1.eot?#iefix") format("eot"), url("../fonts/35d6841f-a247-4989-95f3-b023bab7c876.woff2") format("woff2"), url("../fonts/e0c48fbf-6e3e-4d4a-8443-7905cf3d47f4.woff") format("woff"), url("../fonts/52a8cfe0-c0a3-4424-80ae-baf160636666.ttf") format("truetype"), url("../fonts/df864b94-3d8a-4e16-9ec8-ed159a688ca5.svg#df864b94-3d8a-4e16-9ec8-ed159a688ca5") format("svg");
    font-weight: 300;
}

body {
    font-family: 'ITC Franklin Gothic', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

input[type=text], input[type=tel], input[type=email] {
    display: block;
    width: 250px;
    height: 34px;
    background-image: none;
    outline: none;
    font-size: 16px;
    line-height: 18px;
    border: 1px solid #2D2D2D;
    border-radius: 0;
    color: #000;
    background-color: #ffffff;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-appearance: none;
    padding: 6px 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input[type=checkbox] {
    position: relative;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0;
    content: "";
    border: 1px solid #2d2d2d;
    display: inline-block;
    width: 24px;
    height: 16px;
    margin-right: 15px;
    vertical-align: middle;
    font-size: 24px;
    background-color: #FFF;
}

select {
    border-radius: 0;
    border: 1px solid #2D2D2D;
    background-color: #ffffff;
    box-sizing: border-box;
    font-size: 16px;
    height: 34px;
    line-height: 18px;
    padding: 6px 12px;
    text-indent: .01em;
    vertical-align: baseline;
    width: 250px;
    background: #FFFFFF url(../images/select-bg.svg) no-repeat 93% 50%;
    background-size: 13px;
    font-family: 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
    color: #8B8B8B;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

    select::-ms-expand {
        display: none;
    }

button {
    background-color: #bf2026;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 10px 40px;
    display: inline-block;
    text-transform: uppercase;
    border-color: #bf2026;
    border: 1px solid #bf2026;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    line-height: 14px;
    background-image: none;
    font-family: ITC Franklin Gothic, Helvetica, Arial, sans-serif;
}

    button:hover, button:focus, button:active {
        background-color: #dd353b;
        color: #fff;
        border-color: #dd353b;
    }

/*Overrides*/
.sapCpWidgetMandatoryMissing {
    background-color: #fff;
}
