 @import url('https://fonts.googleapis.com/css?family=Lato:400,400i,900');
      
    * { 
        margin: 0;
        padding: 0px;
        font-family: 'Lato',Arial,sans-serif;
        -webkit-text-size-adjust: 100%;
    } 
      
    body { 
        margin: 0; 
        color: #333745;
        -webkit-font-smoothing: antialiased;
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: 'Lato',Arial,sans-serif;
    }

    h1 {
        font-weight: 900;
        font-size: 47px;
    }

    h2 {
        font-size: 36px;
    }

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

    h3 {
        font-size: 24px;
    }

    h5 {
        font-weight: 400;
        margin-top: 40px;
    }

    p { 
        padding: 0; 
        margin-bottom: 12px; 
        font-family: 'Lato',Arial,sans-serif;
        font-weight: 400;
        font-size: 18px; 
        line-height: 28px;
        color: #526278; 
        margin-top: 10px; 
    }

    html,
    body {
        height: 100%;
    }

    .btn {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        border: none;
        padding: 18px 48px;
        color: #fff;
        font-size: 18px;
        font-family: 'Lato', Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 900;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
    }

    .btn-header {
        background: #f9851e;
        border-bottom: 3px solid #de6f34;
        color: #ffffff;
        cursor: pointer;
    }

    .btn-header:hover {
        background: #DE6F34;
        border-bottom: 3px solid #c0571f;
    }

    .btn-orange {
        background: #FF8B45;
        border-bottom: 3px solid #DE6F34;
        color: #ffffff;
        cursor: pointer;
    }

    .btn-orange:hover {
        background: #de6f34;
        border-color: #c0571f;
    }

    #header {
        width: 100%;
        padding: 24px 0 48px 0;
        box-sizing: border-box;
        text-align: center;
        background-image: url('../images/detailpage_bg.png');
        background-color: #fff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
    }

    #header .container {
        text-align: center;
    }

    #header .twoup_flex {
        align-items: center;
    }

    #header .logo {
        margin-bottom: 48px;
       /* width: 220px;*/
        height: auto;
    }

    #header h1 {
        color: #ffffff;
        margin-bottom: 24px;
    }

    #header .forty__block img {
        max-width: 100%;
        height: auto;
    }

    #mainContent {
        padding: 48px 0;
        background: #f7f9f9;
    }

    #mainContent h2 {
        color: #007abd;
    }

    #mainContent p, #mainContent ul {
        font-size: 18px;
        line-height: 28px;
    }

    #mainContent ul {
        margin-left: 48px;
    }

    #mainContent li {
        margin-bottom: 12px;
    }

    #mainContent img {
        max-width: 100%;
        height: auto;
    }

    #mainContent .sixty__block {
        padding-right: 48px;
    }

    #aboutWordstream {
        text-align: center;
        background: #fff;
        border-top: 1px solid #dbdce1;
        border-bottom: 1px solid #dbdce1;
        padding: 48px 0;
    }

    #aboutWordstream h3, #premierPartner h3 {
        color: #f9851e;
        font-size: 36px;
    }

    #aboutWordstream .logosContainer {
        padding: 24px 0 0 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    #aboutWordstream .logosContainer img {
        max-width: 100%;
        height: auto;
        margin: 12px 18px 12px 0;
    }

    #aboutWordstream .logosContainer img:last-child {
        margin-right: 0;
    }

    .icon-right {
        margin-right: 18px;
    }

    #aboutWordstream h5 {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 12px;
    }

    #secondaryCTA {
        text-align: center;
        color: #fff;
        background: #007abd;
        padding: 48px 0;
    }

    #secondaryCTA p {
        color: #fff;
    }

    #premierPartner {
        background: #f7f9f9;
        text-align: center;
        padding: 48px 0;
        border-bottom: 1px solid #dbdce1;
    }

    #testimonials {
        background: #f7f9f9;
        text-align: center;
        padding: 48px 0;
    }

    .testimonial_block {
        padding: 0 24px;
        text-align: left;
    }

    .star {
        width: 20px;
        height: auto;
    }

    .testimonial_block:nth-child(2) {
        border-left: 1px solid #dbdce1;
        border-right: 1px solid #dbdce1;
    }

    .testimonialText, .testimonialText p {
        font-family: 'Lato', Arial, sans-serif;
        font-size: 18px;
        color: #526278;
        letter-spacing: 0;
        line-height: 30px;
        font-style: italic;
        text-align: left;
    }

    .testimonialAuthor, .testimonialAuthor p {
        text-align: left;
        font-family: 'Lato', Arial, sans-serif;
        font-size: 16px;
        color: #526278;
        font-weight: 900;
    }

    #footer {
        text-align: center;
        background: #f7f9f9;
        padding: 40px 0;
        width: 100%;
        float: left;
    }
    #footerNumber a{
        text-decoration: none;
        color: #58585a;
        font-size: 16px;
    }
    #footerNumber a i{
        font-size: 14px;
    }
    #footerNumber a:hover{
        color: #f99f1e;
    }

    #footer, #footer p {
        font-size: 16px;
    }

    #footerLinks, #footerLinks p {
        font-size: 14px;
    }

    #footerLinks a {
        text-decoration: underline;
        color: #333745;
    }

    #footerLinks a:hover {
        color: #33acce;
    }

    #footerLogo {
        width: 180px;
        height: auto;
    }

    .container {
        max-width: 1068px;
        margin: 0 auto;
    }

    .oneup_flex {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
        justify-content: space-between;
        align-items: flex-start;
    }

    .oneup_flex__block {
        width: 100%;
    }

    .twoup_flex {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
        justify-content: space-between;
        align-items: flex-start;
    }

    .thirty__block, .sixty__block, .forty__block {      
        box-sizing: border-box;
        float: left;
    }

    .thirty__block {
        width: 33%;
    }

    .sixty__block {
        width: 60%;
    }

    .forty__block {
        width: 40%;
    }

    .group:after {
      content: "";
      display: table;
      clear: both;
    }

    /* FORM STYLES */

    #formHeader {
        text-align: center;
    }

    #formHeader h3 {
        font-size: 24px;
        font-weight: 400;
        color:#f9851e;
    }

    .mktoForm {
        box-sizing: border-box !important;
    }

    .mktoForm .mktoFormRow:nth-child(2) {
        margin-right: 1% !important;
    }

    .mktoForm .mktoFormRow:nth-child(3) {
        margin-left: 1% !important;
    }

    .mktoForm .mktoFormRow:nth-child(2), .mktoForm .mktoFormRow:nth-child(3) {
        width: 48% !important;
        clear: none !important;
        float: left !important;
    }

    .mktoForm .mktoFormRow:nth-child(4) {
        clear: both !important;
    }

    .mktoForm form {
        width: 100% !important;
    }

    .mktoForm .mktoOffest, .mktoForm .mktoGutter {
        display: none !important;
    }

    .mktoForm .mktoRequiredField .mktoAsterix {
        display: inline-block !important;
    }

    .mktoForm .mktoAsterix {
        float: none !important;
        padding-left: 0 !important;
    }

    .mktoForm .mktoLabel {
        display: block;
        float: none !important;
        width: auto !important;
        font-family: 'Lato', Arial, sans-serif !important;
        font-weight: 900 !important;
        color: #333745 !important;
        margin-bottom: 3px !important;
        font-size: 14px !important;
    }

    .mktoForm .mktoFormCol, .mktoForm .mktoFieldWrap {
        width: 100% !important;
    }

    .mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
        padding: 9px 12px !important;
        background: #FFFFFF !important;
        border: 1px solid #DBDCE1 !important;
        border-radius: 6px !important;
        font-family: 'Lato', Arial, sans-serif !important;
        -moz-border-radius: 6px !important;
        -webkit-border-radius: 6px !important;
        width: 100% !important;
        box-sizing: border-box;
    }

    .mktoForm .mktoFormCol {
        margin-bottom: 10px !important;
    }

    .mktoForm .mktoButtonWrap .mktoButton {
        background-image: none !important;
        width: 100% !important;
        text-transform: uppercase !important;
        font-weight: 900 !important;
        font-size: 16px !important;
        border-radius: 6px !important;
        -moz-border-radius: 6px !important;
        -webkit-border-radius: 6px !important;
        box-sizing: border-box !important;
        padding: 18px 24px !important;
        border: none !important;
        font-family: 'Lato', Arial, sans-serif !important;
        margin-top: 5px !important;
        background-color: #ff8b45 !important;
        border-bottom: 3px solid #de6f34 !important;
        color: #ffffff !important;
        text-shadow: none !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        cursor: pointer;
    }

    .mktoForm .mktoButtonWrap .mktoButton:hover {     
        background-color: #DE6F34 !important;
        border-bottom: 3px solid #c0571f !important;
    }

    .mktoButtonWrap .mktoSimple, .mktoForm span {
        margin-left: 0 !important;
    }
    .mktoButtonRow {
        width: 100% !important;
    }
    /* Rectangle: */ 
    .form_container {   
        padding: 18px;
        box-sizing: border-box;
        background: #ffffff;
        border-top: 3px solid #f9851e;
        box-shadow: 0 0 4px 0 rgba(0,0,0,0.19);
        -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.19);
        -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.19);
        box-sizing: border-box;
    }
    .social_icon{
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        text-align: center;
        list-style: none;
    }
    .social_icon li{
        display: inline-block;
        list-style: none;
        margin: 0 5px 0 0;
        padding: 0;
    }
    .social_icon li a{
        width: 30px;
        height: 30px;
        border-radius: 100%;
        line-height: 30px;
        overflow: hidden;
        display: block;
        background-color: #58585a;
        color: #fff;
        font-size: 14px;
    }
    .social_icon li a:hover{
        color: #fff;
        background-color: #f9851e;
    }
    .mobile_view{
        display: none;
    }
    .desktop_view{
        display: block;
    }
    #mainContent .webinar_info{
        margin: 0;
        padding: 0;
        list-style: none;
    }
    #mainContent .webinar_info li{
        margin: 0 0 3px 0;
        font-size: 16px;
        padding: 5px 0;
        border-bottom: 1px #f5f5f5 solid;
    }
    #mainContent .webinar_info li:last-of-type{
        border-bottom: 0;
    }
    #mainContent .webinar_info li i{
        margin-right: 8px;
    }
    /* MEDIA QUERIES */
    @media screen and (max-width: 1168px) {
        .container {
            width: 90%;
        }
    }
    @media screen and (max-width: 768px) {
        #header .twoup_flex {
            display: block;
        }
        #header .sixty__block {
            width: 100%;
            float: none;
            text-align: center;
        }
        #header .forty__block {
            width: 100%;
            float: none;
            text-align: center;
            margin-top: 36px;
        }
        #header .container {
            min-height: auto;
        }
        #mainContent .twoup_flex {
            display: block;
        }
        #mainContent .sixty__block {
            width: 100%;
            float: none;
            padding-right: 0;
        }
        #mainContent .forty__block {
            width: 100%;
        }
        .form_container {
            width: 100%;
            margin: 36px auto 0;
        }
        .thirty__block {
            width: 100%;
            float: none;
        }
        .testimonial_block {
            padding: 24px 0;
        }
        .testimonial_block:nth-child(2) {
            border-top: 1px solid #dbdce1;
            border-bottom: 1px solid #dbdce1;
            border-left:none;
            border-right:none;
        }
    }
    @media screen and (max-width: 640px) {
        #header .forty__block {
            display: none;
        }
        .mobile_view{
        display: block;
    }
    .desktop_view{
        display: none;
    }
    }