/* CSS for 2019 General Landing Pages */

@charset "UTF-8";

html {
    background-color: transparent;
}

body {
    background-color: #d5d5d5;
/*    background-image: url(../images/enovate_medical_page_bg.jpg);*/
    color: #5e5eff; /* Not sure why this was originally blue */
    color: #808080;
    font-family: Dinot, Arial, Helvetica, sans-serif;
    background-size: 100% auto;
}

.nomargin {
    margin: 0 !important;
}

.padding20 {
    padding: 20px !important;
}

#lpage_gen {
/*    background-color: #f0f0f0;*/
}

.gen_wrapper {
    background-color: #d5d5d5;
}

#main_wrapper {
    background-color: transparent !important;
}

.main {
    background-color: #FFF;
    padding: 30px;
}

.container.header {
    padding-bottom: 20px;
}

.gen_header {
    border-bottom: 1px solid #FFF;
    padding: 16px;
    background-color: #969696;
}

.gen_header .d-flex {
    display: block !important;
    width: 100%;
}

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

.nopadding {
    padding: 0 !important;
}

.largetext p {
    font-size:150%; 
}

h1 {
    font-weight: bold;
}

p, h1, h2 {
/*    border: 1px solid transparent;*/
/*        padding: 12px;*/
    margin: 10px 0;
    line-height: 0.9em;
    color: #808080 !important;
}

p {
    font-size: 24px;
    line-height: 1.1em;
}


p.border, div.border {
    border: 1px solid #FFF;
    padding: 10px;
}
p.border {
    padding: 10px;
}
div.border {
    padding: 0 10px;
}

div.border p {
    margin: 8px 0;
    padding: 0 !important;
}

a {
    color: #add9ff;
}
.showspecs {
    margin-top: 12px;
}

.showspecs p {
    margin: 4px 0 0;
}

.logo {
    max-width: 140px;
    margin: 2% 0 4%;
}

.hl_m {
    display: block;
}

.hl_d {
    display: none;
}

.post5548 p {
    font-size: 36px;
    text-align: center;
}

.pright {
    padding-right: 35px;
}

.pleft {
    padding-left: 35px;
}

iframe {
    border: none;
}

/* CDA Landing Page */

.post5715 h1 {
    color: #f38957 !important;
}

.post5715 h2 {
    color: #f38957 !important;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: bold;
}

.post5715 .row {
    margin: 0;
}

.post5715 .container, .post5715 .row, .post5715 .row div {
/*    padding: 0;    */
}

.post5715 .buckets div {
/*    background-color: antiquewhite;*/
    border-left: #FFF 15px solid;
    padding-bottom: 15px;
    padding-top: 15px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f1f2f2+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f1f2f2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f2f2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#f1f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f2f2',GradientType=0 ); /* IE6-9 */    
}

.post5715 .buckets div:first-child {
    border-left: none;
}

.post5715 .row.bullets {
    margin-right: -15px;
    margin-top: 18px;
}

.post5715 .bullets img {
    width: 100%;
    height: auto;
}

/*
.post5715 li {
    list-style-type: none;    
}

.post5715 li:before {
    font-family: 'FontAwesome';
    content: 'f105';
    color: #f38957;
}
*/

.post5715 .buckets img {
    display: block;
    height: 100px;
    width: auto;    
    margin: 0 auto;    
}

.post5715 .cta h2, .post5715 .cta p {
    font-size: 150% !important;
}

.post5715 .cta h2 {
    text-transform: capitalize !important;
}

.post5715 hr {
    border: none;
    background-color: #65B2E8;
    height: 4px;
    margin: 20px -30px 30px;
}

.post5715 .testimonial {
    background-color: #65b2e8;
    color: #FFF !important;
    margin: 20px -30px 30px;
    padding: 30px;
    text-align: center;
    font-family: Dinot, Arial, Helvetica, sans-serif;
}

.post5715 .testimonial p {
    color: #FFF !important;
}

.post5715 .testimonial strong {
    font-size: 150%;
    margin-bottom: 30px;
    line-height: 1;
}

iframe.pardot_cda {
/*    background-color: aquamarine;*/
    width: 100%;
} 

.pform {
    background-color: #f1f2f2;
    padding: 10px 20px 20px 23px;
}


@media (min-width: 768px) {
    .syf_header {
        text-align: center;
    }
    .syf_header .d-flex {
        display: flex !important;
    }

    .logo {        
        margin: 1% 0 0;
    }

    .hl_m {
        display: none;
    }

    .hl_d {
        display: block;
    }

    p, h1, h2 {
/*
        padding: 12px;
        margin: 0;
*/
    }
    
    h1 {
        padding-bottom: 0;
        font-size: 60px !important;
        color: #f38957 !important;
    }
    
    h2 {
        font-size: 36px !important;
    }

    .showspecs {
        margin-top: 10px;
    }

    .showspecs p {
        padding: 4px 12px 0;
    }
    
    .post5548 p {
        font-size: 26px;
    }
    
    .post5548 a {
        text-align: center;
    }

}

@media (min-width: 992px) {
    .post5548 p {
        font-size: 36px;
    }
}
