/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * 443greenwich.com
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2013
 */

@font-face {
    font-family: 'BrownRegular';
    src: url('fonts/lineto-brown-regular.eot');
    src: url('fonts/lineto-brown-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/lineto-brown-regular.woff') format('woff'),
         url('fonts/lineto-brown-regular.ttf') format('truetype'),
         url('fonts/lineto-brown-regular.svg#BrownRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrownItalic';
    src: url('fonts/lineto-brown-italic.eot');
    src: url('fonts/lineto-brown-italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/lineto-brown-italic.woff') format('woff'),
         url('fonts/lineto-brown-italic.ttf') format('truetype'),
         url('fonts/lineto-brown-italic.svg#BrownItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrownBold';
    src: url('fonts/lineto-brown-bold.eot');
    src: url('fonts/lineto-brown-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/lineto-brown-bold.woff') format('woff'),
         url('fonts/lineto-brown-bold.ttf') format('truetype'),
         url('fonts/lineto-brown-bold.svg#BrownBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrownBoldItalic';
    src: url('fonts/lineto-brown-bolditalic.eot');
    src: url('fonts/lineto-brown-bolditalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/lineto-brown-bolditalic.woff') format('woff'),
         url('fonts/lineto-brown-bolditalic.ttf') format('truetype'),
         url('fonts/lineto-brown-bolditalic.svg#BrownBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrownLight';
    src: url('fonts/lineto-brown-light.eot');
    src: url('fonts/lineto-brown-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/lineto-brown-light.woff') format('woff'),
         url('fonts/lineto-brown-light.ttf') format('truetype'),
         url('fonts/lineto-brown-light.svg#BrownLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* base
-------------------------------------------------------------------------------*/

html,
button,
input,
select,
textarea {
    color: #402a2e;
}
body {
	font-family: "BrownRegular", sans-serif;
	font-size: 1em;
    line-height: 1.4;
    width: 100%;
    height: 100%;
}

/* links */

a {
	color: #402a2e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* horizontal rule */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/* image spacing */

img {
    vertical-align: middle;
}

/* remove default spacing */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* allow only vertical resizing on textareas */

textarea {
    resize: vertical;
}

/* headings */

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

/* primary
-------------------------------------------------------------------------------*/

#entry,
#form,
#form-mobile {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff !important;
}
#entry {
    z-index: 100;
}
#form,
#form-mobile {
    z-index: 99;
}
/* entry */

#entry .logo {
    position: absolute;
    width: 261px;
    height: 345px;
    top: 50%;
    left: 50%;
    margin: -173px 0 0 -131px;
}

/* form */

#form .form-frame {
    position: absolute;
    width: 480px;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -240px;
    background: #f5f3ef;
}
#form .form-frame .form-logo {
    display: block;
    width: 90px;
    height: 91px;
    margin: 30px auto;
}
#form .form-frame h2 {
    font-family: "BrownBold", sans-serif;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    letter-spacing: 5px;
    margin: 0 auto 28px auto;
}
#form .form-frame h3 {
    font-family: "BrownBold", sans-serif;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    letter-spacing: 3px;
    margin: 0 auto 12px auto;
}
#form .form-frame .complete-form {
    font-size: 10px;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    margin: 28px auto 12px auto;
}
#form .form-frame fieldset {
    display: block;
    width: 334px;
    margin: 0 auto;
}
#form .form-frame fieldset input[type="text"],
#form .form-frame fieldset input[type="email"],
#form .form-frame fieldset input[type="tel"] {
    display: block;
    width: 324px;
    height: 24px;
    padding: 0 5px;
    margin: 10px auto;
    border: 0;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    background: #ffffff;
    color: #999;
    -webkit-box-shadow: 2px 2px 4px rgba(206, 195, 186, .7);
    -moz-box-shadow: 2px 2px 4px rgba(206, 195, 186, .7);
    -0-box-shadow: 2px 2px 4px rgba(206, 195, 186, .7);
    box-shadow: 2px 2px 4px rgba(206, 195, 186, .7);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -0-border-radius: 0;
    border-radius: 0;
}
#form .form-frame .required-and-submit {
    width: 334px;
    margin: 0 auto;
}
#form .form-frame .required-and-submit label {
    font-size: 12px;
    letter-spacing: 1px;
    color: #999;
}
#form .form-frame .required-and-submit input[type="submit"] {
    display: inline-block;
    width: 90px;
    height: 24px;
    font-family: "BrownBold", sans-serif;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 4px;
    text-align: center;
    background: #402a2e;
    color: #fff;
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-shadow: 2px 2px 4px rgba(206, 195, 186, .7);
    -moz-box-shadow: 2px 2px 4px rgba(206, 195, 186, .7);
    -0-box-shadow: 2px 2px 4px rgba(206, 195, 186, .7);
    box-shadow: 2px 2px 4px rgba(206, 195, 186, .7);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -0-border-radius: 0;
    border-radius: 0;
}
#form .form-frame .sales {
    width: 334px;
    margin: 12px auto;
}
#form .form-frame .sales span {
    display: block;
    font-family: "BrownBold", sans-serif;
    font-size: 9px;
    line-height: 15px;
    letter-spacing: 2px;
    text-align: center;
}
#form .form-frame .legal {
    width: 435px;
    margin: 0 auto;
    font-size: 8px;
    line-height: 11px;
    text-align: center;
    color: #9f9496;
}
#form .form-frame .equal-logo {
    display: block;
    width: 23px;
    height: 16px;
    margin: 8px auto;
}

/* success */

#form .form-frame .success {
    padding: 48px 0;
}
#form .form-frame .success h1 {
    font-family: "BrownBold", sans-serif;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    letter-spacing: 5px;
    margin: 0 auto 28px auto;
}
#form .form-frame .success span {
    display: block;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 auto 0 auto;
}

#form-mobile {
    display: none;
}

/* tablet (landscape)
-------------------------------------------------------------------------------*/

@media only screen and (min-width: 960px) and (max-width: 1279px) {}

/* tablet (portrait)
-------------------------------------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* mobile (portrait)
-------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
    #form {
        display: none;
    }
    #form-mobile {
        display: block;
    }
    #entry .logo {
        position: absolute;
        width: 140px;
        height: 185px;
        top: 50%;
        left: 50%;
        margin: -115px 0 0 -70px;
    }
	#form-mobile .form-frame {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: #f5f3ef;
    }
    #form-mobile .form-frame .form-logo {
        display: block;
        width: 68px;
        height: 69px;
        margin: 35px auto;
    }
    #form-mobile .form-frame h2 {
        font-family: "BrownBold", sans-serif;
        font-size: 14px;
        line-height: 1;
        text-align: center;
        letter-spacing: 5px;
        margin: 0 auto 30px auto;
    }
    #form-mobile .form-frame h3 {
        font-family: "BrownBold", sans-serif;
        font-size: 10px;
        line-height: 1;
        text-align: center;
        letter-spacing: 3px;
        margin: 0 auto 10px auto;
    }
    #form-mobile .form-frame .sales {
        width: 280px;
        margin: 25px auto 10px auto;
    }
    #form-mobile .form-frame .sales span {
        display: block;
        width: 280px;
        font-family: "BrownBold", sans-serif;
        font-size: 11px;
        line-height: 18px;
        letter-spacing: 2px;
        text-align: center;
        margin: 0 auto 10px auto;
    }
    #form-mobile .form-frame .complete-form {
        width: 220px;
        margin: 15px auto 15px auto;
    }
    #form-mobile .form-frame .complete-form span {
        display: block;
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 1px;
        text-align: center;
    }
    #form-mobile .form-frame .complete-form .down {
        display: block;
        width: 31px;
        height: 17px;
        margin: 10px auto;
    }
    #form-mobile .form-frame fieldset {
        display: block;
        width: 280px;
        margin: 0 auto;
    }
    #form-mobile .form-frame fieldset input[type="text"],
    #form-mobile .form-frame fieldset input[type="email"],
    #form-mobile .form-frame fieldset input[type="tel"] {
        display: block;
        width: 270px;
        height: 33px;
        padding: 0 5px;
        margin: 25px auto;
        border: 0;
        font-size: 12px;
        line-height: 33px;
        letter-spacing: 1px;
        background: #ffffff;
        color: #999;
        -webkit-box-shadow: 2px 2px 4px rgba(206, 195, 186, .7);
        -moz-box-shadow: 2px 2px 4px rgba(206, 195, 186, .7);
        -0-box-shadow: 2px 2px 4px rgba(206, 195, 186, .7);
        box-shadow: 2px 2px 4px rgba(206, 195, 186, .7);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -0-border-radius: 0;
        border-radius: 0;
    }
    #form-mobile .form-frame .required-and-submit {
        width: 280px;
        margin: 0 auto 25px auto;
    }
    #form-mobile .form-frame .required-and-submit label {
        font-size: 12px;
        letter-spacing: 1px;
        color: #999;
    }
    #form-mobile .form-frame .required-and-submit input[type="submit"] {
        display: inline-block;
        width: 90px;
        height: 33px;
        font-family: "BrownBold", sans-serif;
        font-size: 12px;
        line-height: 33px;
        letter-spacing: 4px;
        text-align: center;
        background: #402a2e;
        color: #fff;
        margin: 0;
        padding: 0;
        border: 0;
        -webkit-box-shadow: 2px 2px 4px rgba(206, 195, 186, .7);
        -moz-box-shadow: 2px 2px 4px rgba(206, 195, 186, .7);
        -0-box-shadow: 2px 2px 4px rgba(206, 195, 186, .7);
        box-shadow: 2px 2px 4px rgba(206, 195, 186, .7);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -0-border-radius: 0;
        border-radius: 0;
    }
    #form-mobile .form-frame .legal {
        width: 280px;
        margin: 0 auto;
        font-size: 9px;
        line-height: 13px;
        text-align: center;
        color: #9f9496;
    }
    #form-mobile .form-frame .equal-logo {
        display: block;
        width: 23px;
        height: 16px;
        margin: 8px auto;
    }

    /* success */

    #form-mobile .success-frame {
        position: absolute;
        width: 230px;
        height: 230px;
        top: 50%;
        left: 50%;
        background: #f5f3ef;
        margin: -115px 0 0 -115px;*/
    }
    #form-mobile .success-frame .form-logo {
        display: block;
        width: 80px;
        height: 81px;
        margin: 35px auto;
    }
    #form-mobile .success-frame h1 {
        font-family: "BrownBold", sans-serif;
        font-size: 14px;
        line-height: 1;
        text-align: center;
        letter-spacing: 5px;
        margin: 0 auto 20px auto;
    }
    #form-mobile .success-frame span {
        display: block;
        font-size: 11px;
        line-height: 1;
        text-align: center;
        margin: 0 auto 0 auto;
    }
}

/* mobile (landscape)
-------------------------------------------------------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #form-mobile .form-frame {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: #f5f3ef;
    }
    #form-mobile .form-frame .form-logo {
        display: block;
        width: 45px;
        height: 45px;
        margin: 20px auto;
    }
    #form-mobile .form-frame h2 {
        font-family: "BrownBold", sans-serif;
        font-size: 14px;
        line-height: 1;
        text-align: center;
        letter-spacing: 5px;
        margin: 0 auto 20px auto;
    }
    #form-mobile .form-frame h3 {
        font-family: "BrownBold", sans-serif;
        font-size: 10px;
        line-height: 1;
        text-align: center;
        letter-spacing: 3px;
        margin: 0 auto 10px auto;
    }
    #form-mobile .form-frame .sales {
        width: 420px;
        margin: 15px auto 15px auto;
    }
    #form-mobile .form-frame .sales span {
        display: block;
        width: 210px;
        font-family: "BrownBold", sans-serif;
        font-size: 11px;
        line-height: 18px;
        letter-spacing: 2px;
        text-align: center;
        margin: 0 auto 0 auto;
    }
    #form-mobile .form-frame .complete-form {
        width: 420px;
        margin: 15px auto 15px auto;
    }
    #form-mobile .form-frame .complete-form span {
        display: block;
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 1px;
        text-align: center;
    }
    #form-mobile .form-frame .complete-form .down {
        display: block;
        width: 31px;
        height: 17px;
        margin: 10px auto;
    }
    #form-mobile .form-frame fieldset {
        display: block;
        width: 280px;
        margin: 0 auto;
    }
    #form-mobile .form-frame fieldset input[type="text"],
    #form-mobile .form-frame fieldset input[type="email"],
    #form-mobile .form-frame fieldset input[type="tel"] {
        display: block;
        width: 270px;
        height: 33px;
        padding: 0 5px;
        margin: 25px auto;
        border: 0;
        font-size: 12px;
        line-height: 33px;
        letter-spacing: 1px;
        background: #ffffff;
        color: #999;
        -webkit-box-shadow: 2px 2px 4px rgba(206, 195, 186, .7);
        -moz-box-shadow: 2px 2px 4px rgba(206, 195, 186, .7);
        -0-box-shadow: 2px 2px 4px rgba(206, 195, 186, .7);
        box-shadow: 2px 2px 4px rgba(206, 195, 186, .7);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -0-border-radius: 0;
        border-radius: 0;
    }
    #form-mobile .form-frame .required-and-submit {
        width: 280px;
        margin: 0 auto 25px auto;
    }
    #form-mobile .form-frame .required-and-submit label {
        font-size: 12px;
        letter-spacing: 1px;
        color: #999;
    }
    #form-mobile .form-frame .required-and-submit input[type="submit"] {
        display: inline-block;
        width: 90px;
        height: 33px;
        font-family: "BrownBold", sans-serif;
        font-size: 12px;
        line-height: 33px;
        letter-spacing: 4px;
        text-align: center;
        background: #402a2e;
        color: #fff;
        margin: 0;
        padding: 0;
        border: 0;
        -webkit-box-shadow: 2px 2px 4px rgba(206, 195, 186, .7);
        -moz-box-shadow: 2px 2px 4px rgba(206, 195, 186, .7);
        -0-box-shadow: 2px 2px 4px rgba(206, 195, 186, .7);
        box-shadow: 2px 2px 4px rgba(206, 195, 186, .7);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -0-border-radius: 0;
        border-radius: 0;
    }
    #form-mobile .form-frame .legal {
        width: 420px;
        margin: 0 auto;
        font-size: 9px;
        line-height: 13px;
        text-align: center;
        color: #9f9496;
    }
    #form-mobile .form-frame .equal-logo {
        display: block;
        width: 23px;
        height: 16px;
        margin: 8px auto;
    }

    /* success */

    #form-mobile .success-frame {
        position: absolute;
        width: 230px;
        height: 200px;
        top: 50%;
        left: 50%;
        background: #f5f3ef;
        margin: -100px 0 0 -115px;*/
    }
    #form-mobile .success-frame .form-logo {
        display: block;
        width: 80px;
        height: 81px;
        margin: 25px auto;
    }
    #form-mobile .success-frame h1 {
        font-family: "BrownBold", sans-serif;
        font-size: 14px;
        line-height: 1;
        text-align: center;
        letter-spacing: 5px;
        margin: 0 auto 20px auto;
    }
    #form-mobile .success-frame span {
        display: block;
        font-size: 11px;
        line-height: 1;
        text-align: center;
        margin: 0 auto 0 auto;
    }
}

/* helper
-------------------------------------------------------------------------------*/

.error { color: #ff0000 !important;}
.hidden { display: none !important; visibility: hidden; }
.invisible { visibility: hidden; }
.float-left { float: left; }
.float-right { float: right; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix:before,.clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }