:root {
    --focus-outline: none;
    --content-left: 2rem;
    --content-top: -10rem;
    --gcds-container-border: none;
}

.layout-container, .content-header {
    background: #fff !important;
    padding: 0;
    margin: 0 !important;
    width: 100%;
}

 .menu--main UL.menu {
    list-style: none;
    overflow: hidden;
    display: inline;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

UL.menu LI {
    float: right;
    margin-right: 2.75em;
    list-style: none;
}


UL.menu LI A, UL.links A {
    display: block;
    text-align: center;
    text-decoration: none;
    vertical-align: bottom;
    margin-top: auto;
}
LI.menu-item A:focus {
    background: none;
    color: #3d898c;
}


.path-frontpage .field--name-title, .page-node-type-page .field--name-title {
    display: none;
    color: #000;
}

.page-node-type-flexible-page A,.page-node-type-flexible-page A:visited  {
    text-decoration: none;
    font-weight: bold;
}
.path-frontpage figcaption {
    font-size: 3em;
    font-weight: bold;
    position: relative;
    top: -390px;
    text-align: center;
    width: 100%;
    background: rgba(200, 200, 200, 0.75);
    padding: 1em 0 1em 0;
}
.path-frontpage .page-content  {
  /*  padding: 1em 2em 1em 2em; */
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
}

.about-top {

    width: auto;
    margin-left: 10rem;
    margin-right: 10rem;
    font-size: 1.15em;
    text-align: justify;
    text-justify: auto;
    padding-right: 0;
}

.about-top P {
    max-width: 300rem;
}

.layout--threecol-section { width: 100%; }

#block-pharmaplex-io-v1-site-branding { text-align: center; }

.content-under-cta-row {

    background-color: #eee;


    /*margin-left: 10%;*/
    /*margin-right: 10%;*/

    padding: 1.5rem 2.5rem 1.5rem 2.5rem;
    text-align: justify;
    text-justify: auto;
    /*border: solid thin #aaa;*/
    /*border-radius: 15px;*/

}

H1.page-title {
    display: none;
}

.content-under-cta-row P {
    width: 92%;
    max-width: 92%;
}


.block-inline-blockhomepage-hero-image P {
    font-size: 1.15em;
    width: 96%;
}

.content-under-cta-row  P {
    margin-left: 1.5em;
    margin-right: 2.6em;
    font-size: 1.15em;

}

.get-started, .copyright {
    width: 100%;
    text-align: center;
    font-size: 1.15em;
}

.copyright P {
    max-width: 100%;
}

.get-started { margin-top: 1.6em;}
.copyright { margin-top: 2em; font-size: 0.75em; margin-bottom: 3em; }

.webform-submission-contact-form INPUT {
    min-width: 100%;
}

.webform-submission-contact-form LABEL {
    font-size: 1.35em;
}

.text-message P STRONG {

    font-size: 1.35em;
    width: 100%;
    display: block;
    text-align: center;
}

.platform-description {
    font-size: 1.5em;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #3d898c;
    margin-bottom: 1em;
}

H3.platform-description {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    padding-left: 11rem;
    padding-right: 11rem;
}

P.fullwidth {
    background: #eee;
    padding: 1em 0 1em 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    padding-left: 11rem;
    padding-right: 11rem;
}

.platform-features-custom {
    font-size: 1em;
    font-weight: normal;
    /*padding-left: 17%;*/
    /*padding-right: 17%;*/
    width: 100%;
    text-align: center;
    max-width: 100%;
}

A, A:visited { color: #3d898c; }


UL.features-list {

    padding-left: 10%;
    padding-right: 10%;
}

.contact-text-header {
    margin-left: 15%;
    margin-right: 15%;
    width: 100%;
    text-align: justify;
    text-justify: auto;
}

.page-node-type-flexible-page .block-webform {
    margin-left: 15%;
    margin-right: 15%;
    max-width: 70%;
}

.block-webform INPUT, .block-webform TEXTAREA {
    border-radius: 5px;
    padding: 18px;
}

.block-webform .form-submit {
    background: #3d898c;
    color: #fff;
    border-radius: 10px;
    padding: 25px 18px 25px 18px;

    font-size: 1.35em;
    font-weight: bold;
}


.about-page-cta-block {
    margin-top: 2em;
}

.captcha__title {
    display: none;
}

.captcha__description {
    display: none;
}

A.site-logo:focus {
    outline: none !important;
    background-color: rgba(0, 0, 0, 0);
}

a[href]:focus {
    outline: none !important;
    border: none;
    background-color: rgba(0, 0, 0, 0) !important;
}

.homepage-card {
    background: #eee;
    border: solid thin #aaa;
    min-height: 15rem;
    height: 100%;
    padding: 1rem;
    padding-bottom: 2rem;
    font-size: 1em;
    box-shadow: 0px 5px 5px rgba(10, 111, 180, 0.15);
    border-radius: 5px;

}


/* Extra small devices (max-width: 400px) */
@media screen and (min-width: 400px) and (max-width: 575px) {

    UL.menu  {
        padding-bottom: 4rem !important;
    }



    .block-system-branding-block {
        margin-top: 2rem;
    }

    .block-system-branding-block IMG {
        height: 150px !important;
        width: auto;
    }

    .path-frontpage .page-content {

    }

    .layout-container, .content-header {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    P.fullwidth {
        padding-left: 1rem;
        padding-right: 1rem;
        width: 100%;
        margin: 0;
        font-size: 1rem;
        margin-bottom: 1rem;

    }


    H3.platform-description {
        padding-left: 0;
        padding-right: 0;
    }

     .layout__region--first, .layout__region--second, .layout__region--third{

        width: 100%;
        min-width: 100%;
        clear: both;
        padding: 0;
        display: block;
    }

     .content-under-cta-row {
         padding: 0;
         margin: 0;
     }

    .content-under-cta-row P {
        width: 100%;
        margin: 0;
        padding: 1rem;
        max-width: 100%;
        font-size: 1rem;

    }

    .about-top {
        margin: 0;
        padding: 1rem;
    }

    .platform-description {
        font-size: 1.15em;
        margin: 0;
        padding: 1rem;
    }

    .get-started {
        padding: 1rem;
    }

    .contact-text-header {
        margin: 0;
        padding: 1rem;

    }

}
