﻿

body {
    color: #707070;
    font-family: Lato,sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
    font-size: 15px;
    line-height: 1.4;
}

html {
    font-size: 16px;
    line-height: 1.15;
}

body, .utility-link, .cancel-link {
    font-family: Lato,sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
    line-height: 1.4;
    color: #545454;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.smokesignal-form-body {
    padding: 40px;
}

.m-0 {
    /*background: #0063be;
    color: #fff;*/
    font-family: Lato,sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
    padding: .475rem 0.9375rem;
    /*margin-bottom: 0rem;*/
    font-weight: 900;
    text-transform: uppercase;
    margin-left: -1rem;
    /*margin-right: -1rem;*/
}

a {
    color: #1379C7;
    text-decoration: none;
    -webkit-transition: color 150ms ease;
    transition: color 150ms ease;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    transition: color 150ms ease;
    font-size: 0.9rem;
}

.btn.btn-primary {
    background-color: transparent;
    color: #1e4870;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    border-color: #1e4870;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-family: "Montserrat", Lato,sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    line-height: 1;
    outline: none;
    padding: 0.7em 0.7em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.btn:hover {
    background-color: #1e4870;
    color: #fff;
    outline: none;
}

h1, .h1, .page-title, h2, #gform_wrapper_24 .gform_title, .modal-headline, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #1e4870;
    font-family: Lato,sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
    font-weight: bold;
    margin: 0 0 0.7em;
}

 header.header {
        background: #21436b;
    }

@media(min-width:30em) {
    .smokesignal-form {
        max-width: 455px;
    }

   
}


@media (max-width: 30em) {



    header div.container.text-center {
        padding-top: 2.5rem;
    }

        header div.container.text-center img {
            width: 90%;
        }

    div.title-wrapper {
        display: none;
    }

    body {
        margin: 0px;
    }
}
