@font-face {
    font-family: 'fort';
    src: url('https://assets.wearemarketing.com/fonts/Fort-Thin.eot');
    src: url('https://assets.wearemarketing.com/fonts/Fort-Thin.eot?#iefix') format('embedded-opentype'),
        url('https://assets.wearemarketing.com/fonts/Fort-Thin.woff2') format('woff2'),
        url('https://assets.wearemarketing.com/fonts/Fort-Thin.woff') format('woff'),
        url('https://assets.wearemarketing.com/fonts/Fort-Thin.ttf') format('truetype'),
        url('https://assets.wearemarketing.com/fonts/Fort-Thin.svg#Fort-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'fort';
    src: url('https://assets.wearemarketing.com/fonts/Fort-Light.eot');
    src: url('https://assets.wearemarketing.com/fonts/Fort-Light.eot?#iefix') format('embedded-opentype'),
        url('https://assets.wearemarketing.com/fonts/Fort-Light.woff2') format('woff2'),
        url('https://assets.wearemarketing.com/fonts/Fort-Light.woff') format('woff'),
        url('https://assets.wearemarketing.com/fonts/Fort-Light.ttf') format('truetype'),
        url('https://assets.wearemarketing.com/fonts/Fort-Light.svg#Fort-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'fort';
    src: url('https://assets.wearemarketing.com/fonts/Fort-Medium.eot');
    src: url('https://assets.wearemarketing.com/fonts/Fort-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://assets.wearemarketing.com/fonts/Fort-Medium.woff2') format('woff2'),
        url('https://assets.wearemarketing.com/fonts/Fort-Medium.woff') format('woff'),
        url('https://assets.wearemarketing.com/fonts/Fort-Medium.ttf') format('truetype'),
        url('https://assets.wearemarketing.com/fonts/Fort-Medium.svg#Fort-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'fort';
    src: url('https://assets.wearemarketing.com/fonts/Fort-Bold.eot');
    src: url('https://assets.wearemarketing.com/fonts/Fort-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://assets.wearemarketing.com/fonts/Fort-Bold.woff2') format('woff2'),
        url('https://assets.wearemarketing.com/fonts/Fort-Bold.woff') format('woff'),
        url('https://assets.wearemarketing.com/fonts/Fort-Bold.ttf') format('truetype'),
        url('https://assets.wearemarketing.com/fonts/Fort-Bold.svg#Fort-Bold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'canela';
    src: url('https://assets.wearemarketing.com/fonts/Canela-Light.eot');
    src: url('https://assets.wearemarketing.com/fonts/Canela-Light.eot?#iefix') format('embedded-opentype'),
        url('https://assets.wearemarketing.com/fonts/Canela-Light.woff2') format('woff2'),
        url('https://assets.wearemarketing.com/fonts/Canela-Light.woff') format('woff'),
        url('https://assets.wearemarketing.com/fonts/Canela-Light.ttf') format('truetype'),
        url('https://assets.wearemarketing.com/fonts/Canela-Light.svg#Canela-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'canela';
    src: url('https://assets.wearemarketing.com/fonts/Canela-Bold.eot');
    src: url('https://assets.wearemarketing.com/fonts/Canela-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://assets.wearemarketing.com/fonts/Canela-Bold.woff2') format('woff2'),
        url('https://assets.wearemarketing.com/fonts/Canela-Bold.woff') format('woff'),
        url('https://assets.wearemarketing.com/fonts/Canela-Bold.ttf') format('truetype'),
        url('https://assets.wearemarketing.com/fonts/Canela-Bold.svg#Canela-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'canela';
    src: url('https://assets.wearemarketing.com/fonts/Canela-Black.eot');
    src: url('https://assets.wearemarketing.com/fonts/Canela-Black.eot?#iefix') format('embedded-opentype'),
        url('https://assets.wearemarketing.com/fonts/Canela-Black.woff2') format('woff2'),
        url('https://assets.wearemarketing.com/fonts/Canela-Black.woff') format('woff'),
        url('https://assets.wearemarketing.com/fonts/Canela-Black.ttf') format('truetype'),
        url('https://assets.wearemarketing.com/fonts/Canela-Black.svg#Canela-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

*, *:before, *:after {
    box-sizing: border-box;
}

.field-label {
    display: block;
    margin-top: 15px;
    color: #BDBDBD;
    text-align: left;
    font-family: "fort";
    font-size: 13px;
    font-weight: 300;
}

.web .field-label {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .4px;
    color: #757575;;
}

.clear {
    clear: both;
}

.form-field {
    margin-bottom: 10px;
}

.form-field.first_name {
    width: 48%;
    float: left;
}

.form-field.last_name {
    width: 48%;
    float: right;
}

.form-field.full-width {
    width: 100%;
    float: none;
}

.solution-field-form {
    width: 49%;
    display: inline-block;
}

.solution-field-form.name {
    float: left;
}

.solution-field-form.lastname {
    float: right;
    clear: right;
}

input,
textarea,
select {
    color: #1F1F1F;
    font-size: 15px;
    font-weight: normal;
    min-height: 40px;
    max-width: 100%;
    line-height: 15px;
    display: inline;
    border: none;
    width: 100%;
    font-family: 'fort', sans-serif;
    padding: 5px 0 0 10px;
    background: #F5F5F5;
    font-weight: 500;
}

textarea {
    max-height: 130px;
    height: 130px;
    margin-top: 6px;
    padding: 10px;
    border: none;
    resize: none;
}

.small-textarea textarea {
   max-height: 35px;
   height: auto;
}


input[type=checkbox] {
    display: inline;
    width: auto;
    height: auto;
    min-height: auto;
}

select {
  height: 25px;
  -webkit-appearance: none;
}

.submit {
    text-align: center;
}

.submit input[type=submit] {
    position: relative;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.33;
    padding: 1.4em 2em;
    display: block;
    background-color: #FF0033;
    border-color: #FF0033;
    font-family: "fort", sans-serif;
    color: #fff;
    -moz-user-select: none;
    background-image: none;
    cursor: pointer;
    font-weight: 300;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 1px;
    vertical-align: middle;
    white-space: nowrap;
    text-shadow: none;
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.3s ease;
}

.submit input[type=submit].newsletter {
    width: 100%;
}

.submit input[type=submit]:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #ff0033 transparent transparent;
}

.submit input[type=submit]:hover {
    color: #FF0033;
    background: #FFF;
    border: 1px solid #FF0033;
}

.privacy {
    padding: 0;
    margin-left: 5px;
    border-color: #cccccc;
    color: #757575;
    text-transform: capitalize;
    font-family: "fort", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: .4px;
}

.privacy a {
    color: #1F1F1F;
    text-decoration: none;
}

.popup .privacy {
    color: #AAAAAA;
}

.popup .privacy a {
    color: #AAAAAA;
    text-decoration: underline;
}

.error {
    color: crimson;
    display: block;
    text-align: left;
    font-family: "Futura Bold", sans-serif;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 10px;
}

.thank-you {
    color: #ffffff;
}

.blog-popup--iframe .thank-you {
    color: #ffffff;
}

.container-newsletter .thank-you {
    color: #000000;
}


.submit ~ p {
    padding: 0;
    margin-left: 5px;
    border-color: #cccccc;
    color: #1F1F1F;
    font-weight: normal;
    text-transform: capitalize;
    font-family: "fort", sans-serif;
    font-size: 12px;
    font-weight: 300;
}
