﻿html, body, form {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

* {
    box-sizing: border-box;
    font-size: 0px;
    border: none;
}

.header {
    width: 100%;
    height: 50px;
    background-color: #FFF;
    border-bottom: 1px solid #CCC;
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
}

.logo {
    width: 179px;
    height: 50px;
    background: url(/images/logo.png) no-repeat center center;
    text-decoration: none;
    border: none !important;
    margin: 0px 20px;
    display: inline-block;
}

.linkedin {
    width: 50px;
    height: 50px;
    text-decoration: none;
    border: none !important;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
}

    .linkedin img {
        width: 30px;
        height: 30px;
    }

.header-button {
    position: absolute;
    top: 0px;
    right: 20px;
    text-decoration: none;
}

.page-wrap {
    width: 100%;
    padding: 10px 3%;
    max-width: 2000px;
    margin: 0 auto;
    margin-top: 50px;
    background: url(/images/cap3backgroundcombo2.png) no-repeat center center fixed;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.circles {
    /*background: url(/images/cap3circles.png) no-repeat left center fixed; 
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;*/
    /*width: 100%; height: 100%;*/
    position: fixed;
    z-index: -1;
    /*height: 800px;*/
}

.half-page {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.logo-section {
    width: 500px;
    max-width: 100%;
    margin: 5px auto;
    position: relative;
    padding-bottom: 50px;
    text-align: right;
}

.instrument-small {
    display: none;
}

.product-logo {
    width: 100%;
    height: auto;
}

.subtitle {
    font-size: 14pt;
    font-family: 'Lato', sans-serif;
    color: rgb(169,44,133);
    padding-top: 10px;
}

.info-section {
    width: 500px;
    max-width: 100%;
    margin: 5px auto;
    position: relative;
    padding-bottom: 20px;
}

.info-image {
    width: 80px;
    height: auto;
    position: absolute;
    top: 5px;
    left: 0px;
}

.info-text {
    width: 100%;
    padding-left: 100px;
}

    .info-text * {
        font-size: 14pt;
        font-family: 'Lato', sans-serif;
        color: #333;
        padding-bottom: 4px;
    }

.info-text-header {
    font-size: 28pt;
    font-family: 'Lato', sans-serif;
    padding-bottom: 5px;
}

.lets-talk-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.lets-talk-header {
    font-size: 28pt;
    font-family: 'Lato', sans-serif;
    padding-bottom: 10px;
    text-align: center;
}

.textbox-row {
    width: 700px;
    max-width: 100%;
    border: 1px solid #000;
    margin: 5px auto;
}

.textbox-label {
    font-family: 'Lato', sans-serif;
    font-size: 13pt;
    color: rgb(169,44,133);
    height: 35px;
    vertical-align: top;
    display: inline-block;
    padding: 7px 5px;
    font-weight: bold;
    position: absolute;
    border-right: 1px solid #EEE;
    width: 100px;
    background-color: #FFF;
}

.textbox {
    font-family: 'Lato', sans-serif;
    font-size: 13pt;
    color: #333;
    height: 35px;
    vertical-align: top;
    /*padding: 8px 0px;*/
    width: 100%;
    padding-left: 105px;
}

.textbox-label-message {
    height: 150px;
}

.textbox-message {
    height: 150px;
}

.textbox-required {
    background-color: #FF0000;
    color: #FFF;
    border: none;
}

.error-message {
    font-family: 'Lato', sans-serif;
    font-size: 13pt;
    color: #FF0000;
    height: 35px;
    vertical-align: top;
    display: block;
    padding: 9px 5px;
    font-weight: bold;
}

.button-row {
    text-align: center;
    border: none;
}

.button {
    font-family: 'Lato', sans-serif;
    font-size: 13pt;
    font-weight: bold;
    height: 35px;
    background-color: rgb(169,44,133);
    color: #FFF;
    padding: 7px 15px;
    border-radius: 2px;
    margin: 5px auto;
}

.thank-you-message {
    font-family: 'Lato', sans-serif;
    font-size: 28pt;
    color: rgb(169,44,133);
    height: 35px;
    vertical-align: top;
    display: block;
    padding: 9px 5px;
    font-weight: bold;
    display: inline-block;
    height: 200px;
}

@media screen and (max-width: 1100px) {
    .half-page {
        width: 100%;
    }

    .half-page-instrument {
        display: none;
    }

    .page-wrap {
        background: url(/images/cap3background.png) no-repeat center center fixed;
    }

    .logo-section {
        padding-bottom: 120px;
    }

    .instrument-small {
        display: inline-block;
        width: 50%;
        position: absolute;
        top: 0px;
        left: -5%;
    }

    .product-logo {
        width: 55%;
        padding-top: 50px;
    }

    .subtitle {
        float: right;
        width: 280px;
    }
}

@media screen and (max-width: 700px) {
    /*.product-logo{width:80%;}*/
    .subtitle {
        font-size: 12pt;
        width: 60%;
    }

    .info-text-header {
        font-size: 24pt;
    }

    .info-image {
        width: 60px;
    }

    .info-text {
        padding-left: 80px;
    }

    .textbox-row {
        border: none;
    }

    .textbox-label {
        display: block;
        position: relative;
        width: 100px;
        border: none;
        height: 25px;
        padding: 2px 0px 0px 0px;
        background-color: transparent;
    }

    .textbox {
        border: 1px solid #000;
        padding: 0px 5px;
        font-size: 13pt;
    }

    .textbox-message {
        padding: 5px;
    }

    .textbox-required {
        background-color: transparent;
        color: #FF0000;
    }

    .thank-you-message {
        font-size: 18pt;
    }
}


.ie9andup .textbox-row {
    border: none;
    width: 500px;
}

.ie9andup .textbox-label {
    display: block;
    position: relative;
    width: 100px;
    border: none;
    height: 20px;
    padding: 2px 0px 0px 0px;
    background-color: transparent;
}

.ie9andup .textbox {
    border: 1px solid #000;
    padding: 0px 0px 0px 5px;
    height: auto;
    font-size: 13pt;
}

.ie9andup .dropdown {
    padding: initial;
}

.ie9andup .textbox-message {
    padding: 0px 0px 0px 5px;
}

.ie9andup .textbox-required {
    background-color: transparent;
    color: #FF0000;
}


.ie8 .half-page {
    width: 100%;
}

.ie8 .half-page-instrument {
    display: none;
}

.ie8 .page-wrap {
    background: url(/images/cap3background.png) no-repeat center center fixed;
}

.ie8 .logo-section {
    padding-bottom: 120px;
}

.ie8 .instrument-small {
    display: inline-block;
    width: 50%;
    position: absolute;
    top: 0px;
    left: -5%;
}

.ie8 .product-logo {
    width: 55%;
    padding-top: 50px;
}

.ie8 .subtitle {
    float: right;
    width: 280px;
}

.ie8 .textbox-row {
    border: none;
    width: 500px;
}

.ie8 .textbox-label {
    display: block;
    position: relative;
    width: 100px;
    border: none;
    height: 20px;
    padding: 2px 0px 0px 0px;
    background-color: transparent;
}

.ie8 .textbox {
    border: 1px solid #000;
    padding: 0px 0px 0px 5px;
    height: auto;
    font-size: 13pt;
}

.ie8 .textbox-message {
    padding: 0px 0px 0px 5px;
}

.ie8 .textbox-required {
    background-color: transparent;
    color: #FF0000;
}


.ie7 .half-page {
    width: 100%;
}

.ie7 .half-page-instrument {
    display: none;
}

.ie7 .page-wrap {
    background: url(/images/cap3background.png) no-repeat center center fixed;
}

.ie7 .logo-section {
    padding-bottom: 70px;
}

.ie7 .instrument-small {
    display: inline-block;
    width: 50%;
    position: absolute;
    top: 0px;
    left: -5%;
}

.ie7 .product-logo {
    width: 55%;
    padding-top: 50px;
}

.ie7 .subtitle {
    float: right;
    width: 280px;
}

.ie7 .info-section {
    width: 400px;
}

.ie7 .textbox-row {
    border: none;
    width: 500px;
}

.ie7 .textbox-label {
    display: block;
    position: relative;
    width: 100px;
    border: none;
    height: 20px;
    padding: 2px 0px 0px 0px;
    background-color: transparent;
}

.ie7 .textbox {
    border: 1px solid #000;
    padding: 0px 5px;
    height: auto;
    font-size:13pt;
}

.ie7 .textbox-message {
    padding: 5px;
}

.ie7 .textbox-required {
    background-color: transparent;
    color: #FF0000;
}

.ie7 .button {
    height: auto;
}

.textbox * {
    font-size: 13pt;
}