﻿@charset "utf-8";
/* CSS Document */

/* new css */ sup {
    vertical-align: super;
    font-size: 10px;
    font-weight: bold;
    color: gray;
}

.articles-links {
    width: 100%;
}

.whitepapers-links {
    width: 100%;
}

li {   
    padding-bottom: 15px !important;
}
ul {   
    padding-bottom: 20px !important;
}


.news-article {
    margin: 0 !important;
    padding: 0 !important;
    height: 300px;
    border-bottom: solid 2px #D8D8D8;
    margin-bottom: 20px;
    width: 100%;
}

    .news-article img {
        width: 280px;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
    }

.news-whitepaper {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 40px;
    border-bottom: solid 2px #59c0bf;
    margin-bottom: 20px;
    padding: 0px;
    width: 100%;
}

.teal-img-bar {
    height: 15px;
    background-color: rgba(91,191,191, .7);
    width: 100%;
    position: relative;
    z-index: 999;
}

.whitepaper-img {
    width: 100%;
}

.whitepaper-img-div {
    margin-top: -15px;
    margin-bottom: 15px;
}

.article-content {
    margin-bottom: 10px;
}

.article-headline {
    margin-bottom: 0px;
    margin-top: -10px;
}

.article-subhead {
    font-weight: bold;
}

.article-body {
    height: 140px;
    overflow: hidden;
}

.article-readmore {
    font-size: smaller;
    font-weight: bold;
}

.readmore {
}

    .readmore:hover {
        color: teal !important;       
    }

.article-bottomline {
    width: 100%;
    height: 2px;
    background-color: #D8D8D8;
    position: absolute;
    bottom: 0px;
    width: 95%;
    left: 15px;
}

.article-navboxes {
    font-family: "Roboto","Helvetica Neue", Helvetica, Arial, "sans-serif";
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

.article-navbox {
    width: 33%;
    float: left;
    border: solid #9a9a9a 2px !important;
}

.anb-1 {
    border-right: solid #9a9a9a 1px !important;
}

.anb-2 {
    border-left: solid #9a9a9a 1px !important;
    border-right: solid #9a9a9a 1px !important;
}

.anb-3 {
    border-left: solid #9a9a9a 1px !important;
}

.thumb-wpa {
    width: 21%;
    float: left;
    text-align: left;
    margin: 2%;
    margin-top: 50px;
}

.wpa-content {
    margin-left: 0px;
    margin-right: 0px;
    line-height: 120%;
}

    .wpa-content img {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 10px;
    }

.wpa-describer-line {
    margin-top: 0px;
    font-weight: bold;
    color: gray;
    margin-bottom: 20px;
    font-size: 16px;
    margin-left: 25px;
    width: 25%;
    float: left;
}

.wpa-describer-thumb {
    width: 100%;
    margin-left: 0px;
}

.wpa-contact-line {
    margin-right: 0px;
    margin-top: 0px;
    font-weight: bold;
    margin-bottom: 20px;
    color: gray;
    font-size: 16px;
    float: right;
    text-align: right;
    width: 60%;
    margin-right: 25px;
}

    .wpa-contact-line a {
        color: gray;
        margin-left: 25px;
        white-space: nowrap;
    }

        .wpa-contact-line a:hover {
            color: gray !important;
        }

.wpa-txt {
    padding-left: 5px;
}

.thmb-title {
    font-weight: bold;
    color: #59c0bf;
    font-size: 21px;
    margin-bottom: 5px;
}

.thmb-sub {
    font-weight: bold;
    color: gray;
    font-size: 18px;
    margin-bottom: 20px;
}

.thmb-body {
    color: gray;
    font-weight: normal;
    font-size: 16px;
    height: 60px;
    overflow: hidden;
}



.wpa-pullquote {
    color: purple;
    font-weight: bold;
    background-color: #E8E8E8;
    padding: 25px;
    padding-left: 35px;
    border-left: 4px solid purple;
    margin-bottom: 25px;
}

.whitepaper-subhead {
    font-weight: 400;
}

.subhead-smaller {
    font-size: 21px;
}

.wpa-stat-block {
    margin-left: 25px;
}

.wpa-stats {
    font-weight: bold;
    color: gray;
}

.wpa-stat {
    font-size: larger;
    color: #59c0bf;
}

.wpa-references-block {
    margin-left: 25px;
    margin-top: 25px;
}

.news-whitepaper ul {
    list-style-type: disc;
}

.wpa-references-block ol {
    list-style-type: decimal;
    font-size: smaller;
    color: gray;
    margin-left: 15px;
}

    .wpa-references-block ol li {
        margin-bottom: 25px;
    }

        .wpa-references-block ol li a {
            font-weight: bold;
        }

.full-line {
    width: 100%;
}
summary {
    color: #59c0bf;
    font-size: 28px;
    font-weight: bold;
}

.wpa-download-big {
    color: #59c0bf;
    font-size: 28px;
    font-weight: bold;
    margin-top: 25px;
}

    .wpa-download-big a {
        color: #59c0bf !important;
    }

.wpa-back {
    margin-top: 40px;
    font-weight: bold;
    margin-bottom: 0px;
    color: gray;
    font-size: 16px;
    text-align: right;
    margin-right: 25px;
}

    .wpa-back a {
        color: gray !important;
    }

.signup-overlay {
    width: 100%;
    height: 100vh;
    background-color: rgba(255,255,255,.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
    color: gray;
    text-align: left;
    color: gray;
    padding-top: 25vh;
    font-size: 24px;
    display: block;
}

.signup-titlebox {
    width: 25%;
    margin-left: 15%;
    float: left;
    height: 100vh;
}

.signup-describer-line {
    font-size: smaller;
    font-weight: bold;
    margin-bottom: 10px;
}

.signup-title {
    font-size: 42px;
    font-weight: bold;
    line-height: 120%;
}

.signup-subhead {
    line-height: 160%;
    font-weight: bold;
    margin-bottom: 25px;
}

.signup-body {
    font-size: smaller;
}

.signup-form {
    width: 55%;
    height: 100vh;
    float: left;
    margin-right: 5%;
}

.signup-form-field {
    width: 70%;
    height: 40px;
    background-color: white;
    margin-left: auto;
    margin-right: 15%;
    margin-bottom: 25px;
    border: solid 2px gray;
    color: gray;
    padding-top: 5px;
    padding-left: 10px;
}

.submit-btn {
    width: 100px;
    height: 30px;
    background-color: teal;
    color: white;
    margin-top: 25px;
    margin-left: auto;
    margin-right: 15%;
    font-size: 18px;
    padding-top: 5px;
    text-align: center;
    font-weight: bold;
}

    .submit-btn:hover {
        opacity: .75;
    }

@media only screen and (max-width: 960px) {
    .article-body {
        height: 150px;
    }

    .article-navboxes {
        width: 100%;
        margin: 0px;
    }

    .thumb-wpa {
        width: 29%;
    }

    .wpa-contact-line {
    }

    .signup-overlay {
        padding-top: 100px;
    }

    .signup-titlebox {
        width: 75%;
        margin-left: 10%;
        margin-right: 15%;
        height: auto;
    }

    .signup-subhead {
        margin-bottom: 0px;
    }

    .signup-body {
        margin-bottom: 50px;
    }

    .signup-form {
        height: auto;
        margin-left: 10%;
        width: 55%;
        margin-right: 0px;
    }

    .signup-form-field {
        margin-left: 0px;
        width: 100%;
    }

    .submit-btn {
        margin-right: -12px;
    }
}

@media only screen and (max-width: 875px) {
    .article-navbox {
        border: solid #9a9a9a 2px !important;
        width: 99%;
    }

    .anb-1 {
        border-bottom: solid #9a9a9a 1px !important;
    }

    .anb-2 {
        border-top: solid #9a9a9a 1px !important;
        border-bottom: solid #9a9a9a 1px !important;
    }

    .anb-3 {
        border-top: solid #9a9a9a 1px !important;
    }

    .signup-form {
        height: auto;
        margin-left: 10%;
        width: 65%;
    }
}

@media only screen and (max-width: 675px) {
    .news-article {
        text-align: center;
        height: auto;
    }

        .news-article img {
            float: none;
            margin-right: auto;
            margin-left: auto;
        }

    .article-content {
        text-align: left;
    }

    .article-readmore {
        text-align: left;
    }

    .thumb-wpa {
        width: 44%;
    }

    .wpa-contact-line {
        margin-left: 0px;
        width: 100%;
        margin-right: 0px;
        text-align: left;
        float: left;
    }

    .wpa-describer-line {
        margin-left: 0px;
        width: 100%;
    }

    .wpa-contact-line a {
        margin-left: 0px;
        margin-right: 25px;
    }

    .whitepaper-body {
        margin-left: 0px;
    }

    .wpa-back {
        margin-right: 0px;
    }

    .wpa-download-big {
        font-size: 21px;
    }

    .wpa-stat-block {
        margin-left: 0px;
    }

    .wpa-references-block {
        margin-left: 0px;
    }

    .signup-form {
        width: 80%;
    }
}
