﻿/*----- Top-hat -----*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800); 
* {-webkit-text-size-adjust: none}
html, body {
    height: 100%;
}
.clear-block-simple {
    overflow: hidden;
}
/*----- END Top-hat -----*/

/*----- GDPR -----*/
#PrivacyText {
    text-align: center;
    font-size: 11px;
    line-height: 1.3em;
    padding-top: 5px;
}
.privacy {
    font-size: 11px;
    text-align: left;
    color: #363639;
    margin-top: 10px !important;
}
.privacy a {
    color: #363639;
    text-decoration: underline;
}
/*----- END GDPR -----*/

/*----- Type -----*/
body, p, li, ul, label {
    color: #333333;
    font-family: 'Open Sans', Segoe UI, Helvetica, Arial, sans-serif !important;
    font-weight: normal;
    line-height: 1.5em;
    padding: 0px;
}
h1, h2, h3, h4, h5, h6, button {
    color: #ffffff;
    font-family: 'Open Sans', Segoe UI, Helvetica, Arial, sans-serif !important;
    font-weight: normal;
    text-align: center;
    line-height: 1.2em;
    margin: 0px;
    padding: 0px;
}
h1 {
    font-size: 64px;
    color: #ffffff;
    line-height: 1.1em;
    font-weight: bold;
    letter-spacing: -0.07em;
}
h2 {
    font-size: 28px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    padding-top: 5px;
    letter-spacing: -0.04em;
}
h3 {
    font-size: 24px;
    color: #ffffff;
}
h4 {
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 5px;
}
p {
    font-size: 16px;
}
a {
    color: #1d9de0;
    text-decoration: none;
}
a:hover {
    color: #1d9de0;
    text-decoration: underline;
}
#bodyId, body {
    font-family: 'Open Sans', Segoe UI, Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background: #292929;
}
.blue-preheader {
    color: #d6e2f9 !important;
    text-align: center;
}
.body-paragraph {
    text-align: left;
    font-size: 18px;
}
.pref-description-text {
    font-size: 32px;
    color: #222;
    line-height: 1.1em;
    font-weight: lighter;
    letter-spacing: -0.07em;
}
.DescriptionText {
    max-width: 800px;
    font-size: 18px;
    text-align: left;
    margin: 0 auto;
}
/*----- END Type -----*/

/*----- Forms -----*/
#Form {
    text-align: center;
    margin: 0 auto;
    max-width: 400px;
}
#FormText {
    text-align: center;
    font-size: 12px;
    line-height: 1.4em;
}
input, select {
    height: 3.1875rem !important;
}
textarea {
    height: 6.375rem !important;
}
input, select, textarea {
    border: 2px solid #BDBDBD;
    padding: 0 0 0 0.5em;
    font-size: 18px !important;
    letter-spacing: -0.025em;
    line-height: 1.5em;
    border-radius: 3px;
    font-family: 'Open Sans', Segoe UI, Helvetica, Arial, sans-serif !important;
    background: #fff;
    color: #333333;
}
label {
    margin-left: 1.5em !important;
    margin: 0.5em;
    margin-top: -0.1em !important;
    margin-bottom: 0.1em !important;
    font-style: normal !important;
    font-size: 18px !important;
    line-height: 1.500em !important;
    font-family: 'Open Sans', Segoe UI, Helvetica, Arial, sans-serif !important;
    letter-spacing: -0.025em;
    font-weight: normal;
    color: #333333;
}
.mktoCheckboxList > label {
    font-size: 16px !important;
    line-height: 1.4em !important;
}
.mktoForm .mktoRequiredField label.mktoLabel {
    font-weight: normal !important;
}
.mktoAsterix {
    display: none !important;
}
div#Form, #BodyText, #DescriptionText {
    position: relative;
} 
.mktoLabel.mktoHasWidth {
    margin-left: 0px !important;
}
fieldset.mktoFormCol {
    padding: 10px !important;
}
.mktoForm fieldset legend {
    margin: 0em !important;
    font-size: 22px;
    font-family: 'Open Sans', Segoe UI, Helvetica, Arial, sans-serif !important;
}
    /*----- Form Button -----*/
    button {
        border-radius: 28px;
        font-size: 18px;
        line-height: 1.5em;
        text-decoration: none;
        padding: 10px 25px !important;
        display: inline-block;
        line-height: 1.4em !important;
        border: 2px solid #96E65C !important;
        background-color: #3FAD48 !important;
        background: #3FAD48 !important;
        background-image: none;
        color: #ffffff;
        width: 100%;
        -webkit-appearance: none;
    }
    button:hover {
        background-color: #96e65c !important;
        border: 2px solid #96e65c !important;
        transition: all 0.15s ease;
    }
    button.secondary {
        border: 2px solid #3ad9e8;
        background-color: #1d9de0;
        color: #ffffff;
    }
    button.secondary:hover {
        background-color: #3ad9e8 !important;
        border: 2px solid #3ad9e8 !important;
        transition: all 0.15s ease;
    }
    button.tertiary {
        border: 2px solid #1D9DE0;
        background-color: transparent;
        color: #1D9DE0;
    }
    button.tertiary:hover {
        background-color: #1D9DE0 !important;
        border: 2px solid #1D9DE0 !important;
        color: #ffffff !important;
        transition: all 0.15s ease;
    }
    .mktoButton {
        font-size: 18px !important;
        margin-left: 10px !important;
    }
    .mktoButtonRow {
        width: 100%;
    }
    .mktoButtonWrap {
        margin-left: 0px !important;
    }
    /*----- END Form Button -----*/
.lpeRegForm input {
    behavior: url("/rs/smartsheet/images/PIE.htc");
}
/*----- END Forms -----*/

/*----- Layout -----*/
div#outerWrapDiv {
    position: relative;
    width: 100%;
    display: block;
    background: #fff;
}
div#innerWrapDiv {
    display: block !important;
    margin: 0 auto;
    position: relative;
    background: transparent;
    padding: 0px;
    text-align: left;
    width: 100%;
    max-width: 1225px;
    min-height: 100%;
    height: auto;
    display: block;
}
#innerWrapDiv>#content-wrap {
    margin: 0 auto 40px auto;
}
#lpeCDiv_1762 {
    max-width: 560px !important;
}
img {
    border: none; 
}
.space {
    height: 25px;
    display: block;
    clear: both;
}
.speaker-image {
    display: inline-block;
    padding: 10px !important;
}
.mktoImg p {
    text-align: center;
    font-size: 14px;
}
div[class^="lpeCDiv"] {
    margin: 0 auto;
    width: 370px;
}
/*----- END Layout -----*/

/*----- Navigation bar -----*/
.fa-phone {
    transform: rotate(110deg);
} 
.fa-envelope, .fa-phone {
    font-size: 1.1em;
    margin: 0 0 0 0;
    display: inline-block;
}
.logo-bar-menu {
    background: #0e2947;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    clear: both;
    height: 60px;
    max-height: 70px;
    padding-bottom: 9px;
}
.body-content {
    width: 100%;
    min-height: 300px;
    position: relative;
    display: block;
    clear: both;
}
.content-width {
    display: block;
    clear: both;
    position: relative;
    padding: 40px 20px 80px;
    width: auto;
    max-width: 1185px;
    margin: 0 auto;
}
.hero > .content-width {
    padding: 80px 20px;
}
.wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 1225px;
}
#main-nav {
    float: right;
    padding: 15px;
    margin-top: -4em;
}
#main-nav ul {
    list-style: none;
    color: #FFFFFF;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
ul li.nav {
    list-style: none !important;
    list-style-image: none !important;
    list-style-type: none !important;
    position: relative;
    padding: 0;
    line-height: 40px;
    float: left;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
#main-nav ul li a {
    border-right: 1px solid #97999c;
    font-family: 'Open Sans', Segoe UI, Helvetica, Arial, sans-serif;
    font-size: 0.875em;
    color: #97999c;
    font-weight: 700;
    padding: 0.5em 1em;
    text-decoration: none;
    vertical-align :baseline;
    text-decoration: none;
    font-size: 14px;
}
#main-nav ul .nav-link a:hover {
    color: #ffffff !important;
    text-decoration: none;
    transition: all 0.2s ease;
}
#logo {
    padding: 16px 15px 8px;
    position: relative;
    width: 12em;
    max-width: none;
}
#login-button {
    border: 2px solid #49b4d4 !important;
    border-radius: 28px;
    font-size: 14px;
    font-family: 'Open Sans', Segoe UI, Helvetica, Arial, sans-serif;
    color: #49b4d4 !important;
    text-decoration: none;
    padding: 12px 26px !important;
    line-height: 1.4em;
    margin-left: 20px;
}
#login-button:hover {
    background-color: #49b4d4 !important;
    border: 2px solid #49b4d4 !important;
    color: #072640 !important;
    text-decoration: none;
    transition: all 0.2s ease;
}
/*----- END Navigation bar -----*/

/*----- Body -----*/
.mktoContent { /*Adds margin to the body of the page*/
    margin: 0 0px 0 0px;
}
.clearall {
    width: 100%;
    clear: both;
}
#bodyWrap {
    width: 100%;
    height: 100%;
    display: table;
    min-height: 100%;
<!--margin-bottom: -180px;-->
}
/*----- END Body -----*/

/*----- Footer -----*/
#footer, .push {
    height: 180px;
    display: inline;
}
.footer-wrap {
    padding: 30px 20px;
}
#footer {
    display: block;
    clear: both;
    background-color: #292929;
    border-top: 2em solid #1b1b1b;
}
#footer a:hover {
    text-decoration: underline !important;
}
#footer .contact a, #footer .contact {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}   
#footer ul, #footer li {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px;
    list-style-image: none !important;
    list-style-type: none !important;
    position: relative;
}
#footer ul {
    float: left;
    text-align: left;
    width: 180px;
}
#footer ul.menu-column-uses{
    margin-top: 10px !important;
}
#copyright {
    color: #888888;
    text-align: center;
    font-size: 12px;
}
/*----- END Footer -----*/

/*----- Mobile styles -----*/
    @media screen and (max-width: 620px) {
        #main-nav {
            display: none !important;
        }
    }
    @media only screen and (max-width: 800px) {
        h1 {
            font-size: 55px !important;
        }
        h2 {
            font-size: 24px !important;
        }
    }
    @media only screen and (max-width: 780px) {
        .DescriptionText {
            text-align: center !important;
        }
    }
    @media only screen and (max-width: 650px) {
        h1 {
            font-size: 45px !important;
        }
        h2 {
            font-size: 24px !important;
        }
        h3 {
            font-size: 20px !important;
        }
    }
    @media only screen and (max-width: 450px) {
        button {
            width: 100% !important;
        }
    }
    @media only screen and (max-width: 415px) {
        #Form {
            width: auto !important;
        }
    }
    @media only screen and (max-width: 385px) {
        h1 {
            font-size: 35px !important;
        }
        h2 {
            font-size: 25px !important;
        }
        h3 {
            font-size: 17px !important;
        }
        h4 {
            font-size: 13px !important;
        }
    }
/*----- END Mobile styles -----*/