﻿@font-face {
    font-family: 'boilerplate';
    src: url('../../../fonts/boilerplate.eot?qwvjrf');
    src: url('../../../fonts/boilerplate.eot?#iefixqwvjrf') format('embedded-opentype'), url('../../../fonts/boilerplate.ttf?qwvjrf') format('truetype'), url('../../../fonts/boilerplate.woff?qwvjrf') format('woff'), url('../../../fonts/boilerplate.svg?qwvjrf#boilerplate') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Franklin Gothic Heavy';
    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';
    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-size: 16px;
    font-family: 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
    line-height: 1.5;
    color: #2d2d2d;
    background-color: transparent;
    font-weight: 300;
}

.mktoForm * {
    font-family: 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
 }


.mktoForm .mktoButtonWrap.mktoRound .mktoButton, .mktoForm .mktoButtonWrap.mktoRound .mktoButton:active, 
.mktoForm .mktoButtonWrap.mktoInset .mktoButton, .mktoForm .mktoButtonWrap.mktoInset .mktoButton:active
{
        background-color: #BF2026;
        background-image: none;
        color: #FFFFFF;
        border: 1px solid #BF2026;
        font-weight: 300;
        transition: 0.3s ease-out;
        border-radius:0px;
}


.mktoForm .mktoButtonWrap.mktoRound .mktoButton:hover, .mktoForm .mktoButtonWrap.mktoInset .mktoButton:hover {
    background-color: #dd353b;
    border-color: #dd353b;
}