﻿/*#cpt-body {
    padding-top: 0 !important;
}*/

#component-page h2 {
    margin-top: 15px;
    margin-bottom: 5px;
}

#component-page h3 {
    margin-top: 30px !important;
    margin-bottom: 5px;
}

#component-page ul {
    list-style-type: disc;
    margin-left: 30px;
}

#component-page ol {
    list-style-type: decimal;
    margin-left: 30px;
}

#component-page .large-cta-button {
    color: white;
    padding: 7px 30px;
    background: linear-gradient(to left, #0054b1 0%, #0099d8 51%, #0bcce5 100%);
    margin-top: 30px;
    border-radius: 25px;
    background-size: 200% auto;
    transition: 0.6s;
}

    #component-page .large-cta-button:hover {
        background-position: right center;
        text-decoration: none;
    }

ul {
    list-style-type: none;
    padding-left: 0;
}

#component-page .mktoFieldWrap label {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    margin: 0px 0 5px;
}

#component-page form, #component-page mktoFormRow {
    width: 100%;
    display: inline-block;
}

#component-page .mktoFieldDescriptor, #component-page .mktoFieldWrap {
    width: 100%;
}

#component-page select.mktoField {
    border-radius: 25px;
    padding: 1px 2px;
    padding-left: 20px;
    border: none;
    background-color: rgb(234, 236, 238);
    line-height: 48px;
    height: 48px;
}

#component-page textarea.mktoField {
    border-radius: 25px;
    min-height: 135px;
    padding: 1px 2px;
    padding-left: 20px;
    border: none;
    background-color: rgb(234, 236, 238);
    line-height: 48px;
}

#component-page input {
    width: 100%;
    padding: 1px 2px;
    line-height: 48px !important;
    background-color: rgb(234, 236, 238);
    border-radius: 25px;
    padding-left: 20px;
    min-height: 48px;
    border: none;
}



    #component-page input:focus {
        border: 1px solid #0099D8;
    }

#component-page .mktoFieldWrap {
    padding: 0 !important;
}

#component-page .mktoFormCol {
    padding-top: 2px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

#component-page .mktoButtonRow button {
    background: linear-gradient(to left, #0054b1 0%, #0099d8 51%, #0bcce5 100%);
    background-size: 200% auto;
    transition: 0.6s;
    padding: 7px 30px;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-top: 10px;
}

    #component-page .mktoButtonRow button:hover {
        background-position: right center;
        text-decoration: none;
    }


@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    h1 {
        font-size: 36px;
        line-height: 48px;
    }
}



#component-page .dataTables_wrapper a {
    color: #0099D8;
}
