﻿@import url("http://cdn2.hubspot.net/hub/449704/file-2367356135-css/stylesheets/fonts.css");



html, body, h1, h2, h3, h4, h5, h6, p, img {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    background-image: url(http://cdn2.hubspot.net/hub/449704/file-2368657192-png/Images/Landing_Pages/header-colorbar.png);
    background-repeat: repeat-x;
    background-color: #ededed;
    height: 100%;
}

.clear {
    clear: both;
}

.column-left {
    display: inline-block;
    float: left;
}

.column {
    display: inline;
    float: left;
}

.column-right {
    display: inline-block;
    float: right;
}

.row {
    display: block;
}

.addSpaceVertical20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.noSpaceVertical {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.fullWidth {
    width: 100%;
}

.fullWidthWithPadding {
    width: calc((100% - 60px)) !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.maxWidth {
    max-width: 1182px;
}

.maxContentWidth {
    max-width: 1061px;
}

.twoThirdsWidth {
    width: calc((100% - 120px) * .60) !important;
}

.twoThirdsWidthWithVertSep {
    width: calc((100% - 224px) * .70) !important;
}

.oneThirdWidth {
    width: calc((100% - 120px) * .40) !important;
}

.oneThirdWidthWithVertSep {
    width: calc((100% - 224px) * .30) !important;
}

.centered {
    margin: 0 auto;
}

#starBkgrnd {
    background-image: url(http://cdn2.hubspot.net/hub/449704/file-2367393639-png/Images/star-bg.png);
    background-repeat: repeat-x;
    background-position: -280px bottom;
    padding-bottom: 30px;
    background-color: #f8f8f8;
}

#headerBkgrnd {
    background-color: white;
}

#header {
    margin-top: 4px;
    padding: 10px;
    background-color: #ffffff;
}

#headerInfoWrapper {
    display: table;
}

    #headerInfoWrapper .imageWrapper {
        display: table-cell;
        vertical-align: middle;
    }

    #headerInfoWrapper .phone {
        font-family: 'Proxima-Nova-Light';
        font-size: 23px;
        color: #979396;
        vertical-align: middle;
        margin: 30px 7px;
    }

#Wrapper {
    position: relative;
    width: 100%;
}

#leftMargin {
    width: calc((100% - 1061px)/2);
    position: relative;
    height: 100%;
    left: 0;
    bottom: 0;
}

    #leftMargin img {
        float: left;
        vertical-align: bottom;
    }

#rightMargin {
    width: calc((100% - 1061px)/2);
    position: relative;
    height: 100%;
    right: 0;
    bottom: 0;
}



    #rightMargin img {
        float: right;
        vertical-align: bottom;
    }


#headlineWrapper {
}

    #headlineWrapper .imageWrapper {
        margin: 0 auto;
        max-width: 1061px;
        height: 339px;
    }

    #headlineWrapper #headlineContent {
        width: 525px;
        background-color: rgba(0, 0, 0, .25);
        color: #f8f8f8;
        padding: 20px;
        margin-top: -250px;
        position: relative;
        z-index: 2;
    }

        #headlineWrapper #headlineContent .headline1 {
            font-family: 'Oswald-Light';
            font-size: 40px;
            text-transform: uppercase;
            font-weight: normal;
            line-height: 43px;
            margin-bottom: 12px;
        }

    #headlineWrapper .headline2 {
        font-family: 'Proxima-Nova-Light';
        font-size: 34px;
        text-transform: uppercase;
        color: #064873;
        font-weight: normal;
        line-height: 43px;
        margin-bottom: 12px;
        text-align: center;
        padding-top: 67px;
    }

    #headlineWrapper #headlineContent .headlineCopy {
        font-family: 'ProximaNovaA-Regular';
        font-size: 16px;
        line-height: 19px;
    }


#contentWrapper {
    background-color: #f8f8f8;
    font-family: 'ProximaNovaA-Regular';
    font-size: 16px;
    color: #1d1e1c;
}

    #contentWrapper #mainContent {
        width: 1061px;
        display: inline-block;
        float: none;
    }


#copyWrapper {
    padding: 30px;
    width: calc((100% - 224px)/2);
}

.vertSepWrapper {
    width: 44px;
    height: 100%;
    display: inline-block;
    float: left;
    padding: 30px;
}

    .vertSepWrapper .line {
        margin: 0 auto;
        width: 4px;
        background-image: url(http://cdn2.hubspot.net/hub/449704/file-2367393649-png/Images/vertical-separator-lines.png);
        height: 60px;
    }

.horzontalSepWrapper .line {
    margin: 0 auto;
    background-image: url(http://cdn2.hubspot.net/hub/449704/file-2368657142-png/Images/horizontal-separator-lines.png);
    background-position: center;
    height: 43px;
    width: calc((100% - 60px) / 2);
    background-repeat: repeat-x;
}


#formWrapper {
    padding: 30px;
    width: calc((100% - 224px)/2);
}

#copyWrapper .subhHeadline {
    font-family: 'ProximaNovaA-Regular';
    font-weight: normal;
    font-size: 24px;
    color: #074773;
    margin-bottom: 12px;
}

#copyWrapper p {
    font-family: 'ProximaNovaA-Regular';
}

#copyWrapper ul {
    list-style-image: url(http://cdn2.hubspot.net/hub/449704/file-2366349135-png/Images/bullet.png);
}

    #copyWrapper ul li {
        padding: 5px 0;
    }



#formWrapper .actions {
    text-align: center;
    margin: 7px 0;
}

#formWrapper input {
    margin: 7px 0;
}

    #formWrapper input[type=text] {
        border: 1px solid grey;
        height: 30px;
        width: 100%;
        padding: 0px 5px;
        font-family: 'ProximaNovaA-Regular';
        font-size: 14px;
        color: #1d1e1c;
    }

        #formWrapper input[type=text]:focus {
            border: 1px solid #0f6983;
        }

    #formWrapper input[type=email] {
        border: 1px solid grey;
        height: 30px;
        width: 100%;
        padding: 0px 5px;
        font-family: 'ProximaNovaA-Regular';
        font-size: 14px;
        color: #1d1e1c;
    }

        #formWrapper input[type=email]:focus {
            border: 1px solid #0f6983;
        }


    #formWrapper input[type=submit] {
        border: 1px solid #0f6983;
        font-family: 'Proxima-Nova-Light';
        color: #0f6983;
        background-color: #f8f8f8;
        cursor: pointer;
        width: 130px;
        height: 35px;
        font-size: 16px;
        text-transform: uppercase;
        margin: 0 auto;
    }

        #formWrapper input[type=submit]:hover {
            color: #f8f8f8;
            background-color: #0f6983;
        }

#footerWrapper {
    background-color: #ededed;
    border-top: 1px solid #d4d4d4;
    color: #979396;
    padding: 30px 10px;
    font-family: 'Proxima-Nova-Light';
    font-size: 14px;
    width: calc(100% - 20px);
}

    #footerWrapper .column-left#footer-legal {
        margin: 29px 0 0 15px;
    }

    #footerWrapper #socialMedia {
        margin: 20px 0 0 0;
    }

        #footerWrapper #socialMedia img {
            cursor: pointer;
        }


    #footerWrapper a {
        text-decoration: none;
        color: inherit;
    }

.mediaWrapper h2 {
    font-weight: normal;
    font-family: 'ProximaNovaA-Regular';
    font-size: 24px;
    color: #074773;
}

.mediaWrapper #media {
    margin: 10px 0;
}

@media only screen and (min-width: 0px) and (max-width: 1061px) {

    #headlineWrapper .imageWrapper {
        width: 100%;
        max-width: inherit;
        overflow: hidden;
    }

        #headlineWrapper .imageWrapper img {
        }
}

@media only screen and (min-width: 0px) and (max-width: 950px) {

    #formWrapper {
        width: 100%;
        max-width: inherit;
        overflow: hidden;
        box-sizing: border-box;
    }

    #copyWrapper {
        width: 100%;
        max-width: inherit;
        overflow: hidden;
        box-sizing: border-box;
    }

    .vertSepWrapper {
        display: none;
    }

    #headlineWrapper .imageWrapper img {
        display: none;
    }

    #headlineWrapper .imageWrapper {
        height: auto;
    }

    #headlineContent {
        margin-top: 0 !important;
        width: 100% !important;
        box-sizing: border-box;
    }

    #contentWrapper .column-left {
        box-sizing: border-box;
        width: 100% !important;
    }

    #contentWrapper .column-right {
        box-sizing: border-box;
        width: 100% !important;
    }

    .mediaWrapper {
        text-align: center;
        margin: 40px 0;
    }
}
