/*body {
	overflow-x:hidden;
}*/


/*Color*/
.module-grey {
    color: #272827;
}

.module-lightgrey {
    color: #A8A9A9;
}

.module-black {
    color: black;
}

.module-blue {
    color: #066c79;
}

.module-lightblue {
    color: #4499A5;
}

.module-white,
.module-white a {
    color: white !important;
}
.module-custom-width {
    max-width: 77%;
}
.module-order-now:hover {
    font-weight: bold;
    text-decoration: none;
}

.module-blue-gradient {
    background-image: linear-gradient(to right, #077088, #53b9bb);
}

.module-purple-gradient {
    background-image: linear-gradient(to right, #6a256b, #d2526d);
}

.module-green-gradient {
    background-image: linear-gradient(to right, #84b841, #a2d260);
}

.module-pink-gradient {
    background-image: linear-gradient(to right, #d51a6e, #ef4d95);
}

.module-yellow-gradient {
    background-image: linear-gradient(to right, #c4d527, #e3f15d);
}

.module-lightpink-gradient {
    background-image: linear-gradient(to right, #e18698, #f4a3b3);
}

.module-lightblue-gradient {
    background-image: linear-gradient(to right, #6acbc9, #90e4e2);
}

.module-grey-gradient {
    background-image: linear-gradient(to right, #f2f2f2, #f2f2f2);
}

.module-orange-gradient {
    background-image: linear-gradient(to right, #e7571b, #ef911f);
}

.module-orange-gradient img {
    margin-top: -5px;
}

.module-orange-stripe {
    background-image: url("/Content/resources/COVID-header-stripes.png");
}

.module-accordion-green-gradient {
    background-image: url(/Content/resources/plus-off.png), linear-gradient(to right, #84b841, #a2d260);
}

.module-accordion-blue-gradient {
    background-image: url(/Content/resources/plus-off.png), linear-gradient(to right, #077088, #53b9bb);
}

.module-accordion-purple-gradient {
    background-image: url(/Content/resources/plus-off.png), linear-gradient(to right, #6a256b, #d2526d);
}

.module-accordion-pink-gradient {
    background-image: url(/Content/resources/plus-off.png), linear-gradient(to right, #d51a6e, #ef4d95);
}

.module-accordion-yellow-gradient {
    background-image: url(/Content/resources/plus-off.png), linear-gradient(to right, #c4d527, #e3f15d);
}

.module-accordion-lightpink-gradient {
    background-image: url(/Content/resources/plus-off.png), linear-gradient(to right, #e18698, #f4a3b3);
}

.module-accordion-lightblue-gradient {
    background-image: url(/Content/resources/plus-off.png), linear-gradient(to right, #6acbc9, #90e4e2);
}

.module-accordion-green-gradient,
.module-accordion-blue-gradient,
.module-accordion-purple-gradient,
.module-accordion-pink-gradient,
.module-accordion-yellow-gradient,
.module-accordion-lightpink-gradient,
.module-accordion-lightblue-gradient {
    background-repeat: no-repeat;
    background-position: 17px, 0px;
    padding-left: 50px !important;
}

    .module-accordion-green-gradient:hover {
        background-image: url(/Content/resources/plus-off.png), linear-gradient(to right, #a2d260, #84b841);
    }

    .module-accordion-blue-gradient:hover {
        background-image: url(/Content/resources/plus-off.png), linear-gradient(to right, #53b9bb, #077088);
    }

    .module-accordion-purple-gradient:hover {
        background-image: url(/Content/resources/plus-off.png), linear-gradient(to right, #d2526d, #6a256b);
    }

    .module-accordion-pink-gradient:hover {
        background-image: url(/Content/resources/plus-off.png), linear-gradient(to right, #ef4d95, #d51a6e);
    }

    .module-accordion-yellow-gradient:hover {
        background-image: url(/Content/resources/plus-off.png), linear-gradient(to right, #e3f15d, #c4d527);
    }

    .module-accordion-lightpink-gradient:hover {
        background-image: url(/Content/resources/plus-off.png), linear-gradient(to right, #f4a3b3, #e18698);
    }

    .module-accordion-lightblue-gradient:hover {
        background-image: url(/Content/resources/plus-off.png), linear-gradient(to right, #90e4e2, #6acbc9);
    }

    .module-accordion-green-gradient.active {
        background-position: 18px, 0px;
        background-image: url(/Content/resources/minus-off.png), linear-gradient(to right, #84b841, #a2d260);
    }

    .module-accordion-blue-gradient.active {
        background-position: 18px, 0px;
        background-image: url(/Content/resources/minus-off.png), linear-gradient(to right, #077088, #53b9bb);
    }

    .module-accordion-purple-gradient.active {
        background-position: 18px, 0px;
        background-image: url(/Content/resources/minus-off.png), linear-gradient(to right, #6a256b, #d2526d);
    }

    .module-accordion-pink-gradient.active {
        background-position: 18px, 0px;
        background-image: url(/Content/resources/minus-off.png), linear-gradient(to right, #d51a6e, #ef4d95);
    }

    .module-accordion-yellow-gradient.active {
        background-position: 18px, 0px;
        background-image: url(/Content/resources/minus-off.png), linear-gradient(to right, #c4d527, #e3f15d);
    }

    .module-accordion-lightpink-gradient.active {
        background-position: 18px, 0px;
        background-image: url(/Content/resources/minus-off.png), linear-gradient(to right, #e18698, #f4a3b3);
    }

    .module-accordion-lightblue-gradient.active {
        background-position: 18px, 0px;
        background-image: url(/Content/resources/minus-off.png), linear-gradient(to right, #6acbc9, #90e4e2);
    }
/*Page*/
body {
    margin: 0;
}

.module-body {
    margin: 0;
}

    .module-body img {
        max-width: 100%;
    }

    .module-body svg {
        margin-bottom: 30px;
    }

    .module-body li {
        list-style: url('/Content/resources/arrow-bullet.png');
        margin-left: 17px;
    }

    .module-body .module-links-block a:hover {
        color: #ea7035 !important;
    }



.module-indent-22{ padding-left: 22px;}
.module-no-left-padding { padding-left: 0 !important;}
.module-footer-ref {font-size: 12px;}

.module-number-list {
    padding-left: 0;
}
.module-body .module-number-list li {
        list-style: auto;
}
.module-body .module-number-list li {
        margin-bottom: 10px;
}
.module-number-list li::marker {
    color: #4499A5;
}

.module-body .module-number-list-space li {
    margin-bottom: 25px;
}

.module-number-list-bold li::marker {
    font-weight: bold;
}

.module-page-width {
    display: block;
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 40px;
}

.module-small-page-width {
    display: block;
    margin: 0 auto;
    max-width: 980px;
    padding: 0 40px;
}

.module-centered {
    display: block;
    margin: 0 auto;
}

.module-centered-text {
    text-align: center;
}

.module-row {
    display: flex;
    align-items: center;
}

.module-col {
    width: 50%;
}
.module-col2 {
    width: 48%;
}
.module-col-top {
    margin-top: -90px;
}
.module-col-top-image {
    margin-top: 20px;
}
.module-col-top2 {
    margin-top: -60px;
}
.module-col-wide {
    width: 92%;
}
.module-col-wide-full {
    width: 100%;
}

.module-big-banner {
    padding: 80px 0 100px;
}
.module-small-banner {
    padding: 50px 0 50px;
    margin: 1px 0;
}

.module-small-banner-content {
    max-width: 45%;
}

.module-col-3 {
    width: 30%;
}

.module-col-4 {
    width: 16%;
}
.module-col-4 img {
    width: 72%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
    .module-col-4 h5 {
        three-columns height: 0;
    }

.module-col-5{
    width: 19%;
    display: grid;
    grid-template-rows: 87px 185px 200px 125px;
    margin-bottom: 40px;
}

.module-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.module-dotborder-left {
    border-left: 2px dashed #e7e7e8;
}

.module-dotborder-right {
    border-right: 2px dashed #e7e7e8;
}

.module-block-space-bottom {
    margin-bottom: 100px;
}

.module-block-space-bottom-75 {
    margin-bottom: 75px;
}

.module-block-space-bottom-125 {
    margin-bottom: 125px;
}

.module-block-space-bottom-150 {
    margin-bottom: 150px;
}

.module-block-space-bottom-175 {
    margin-bottom: 175px;
}

.module-block-space-bottom-200 {
    margin-bottom: 200px;
}

.module-block-space-bottom-40b {
    margin-bottom: 40px;
}

.module-block-space-bottom-40 {
    margin-top: 40px;
}
.module-block-space-top {
    margin-top: 80px;
}

.module-block-space-top-40 {
    margin-top: 40px;
}

.module-block-space-top-25 {
    margin-top: 25px;
}

/*Text*/
.module-main-title {
    max-width: 1000px;
    font-family: Arial;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

.module-big-title {
    font-family: Arial;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 40px;
}

.module-title {
    font-family: Arial;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
}

.module-subtitle {
    margin-left: 109px;
    margin-top: -16px;
    font-weight: bold;
    font-style: italic;
    font-size: 21px;
}
.module-subtitle-main {
    font-weight: bold;
    font-style: italic;
    font-size: 21px;
}

.module-small-title {
    font-family: Arial;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
}

.module-title-subhead {
    font-family: Arial;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
    width: 100%;
}

.module-title-subhead2 {
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
    width: 100%;
}

.module-subtitle-text {
    font-weight: bold;
    font-size: 22px;
}

.module-small-banner .module-small-title {
    margin: 0 0 5px 0;
}

.module-text,
.module-text a {
    font-family: Arial;
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 0;
    text-decoration: none;
    padding-left: 0;
}

.module-small-banner .module-text {
    margin: 0 0 20px 0 !important;
    line-height: 44px;
}

.module-small-text {
    font-family: Arial;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.module-one-column-text {
    line-height: 37px;
    font-size: 26px;
}

.module-col-3 .module-small-text,
.module-col-5 .module-small-text {
    padding: 0 35px;
}

.module-role {
    font-family: Arial;
    font-size: 17px;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 0;
}

.module-text-center,
.module-small-banner-content .module-text,
.module-small-banner-content .module-small-title,
.module-small-banner-content .module-role {
    text-align: center;
}

.module-collab-block .module-small-title {
    margin-top: 40px;
}

.module-italic {
    font-style: italic;
}

.module-bold {
    font-weight: bold;
}

.module-uppercase {
    text-transform: uppercase;
}

.module-decoration-none {
    text-decoration: none !important;
}
/*Buttons*/
.module-blue-button, .podcast-module-blue-button {
    background: #b8d9de;
    border-radius: 50px;
    padding: 10px 30px;
    margin: 40px auto;
    color: white;
    font-family: Arial;
    font-size: 20px;
    text-decoration: none;
    display: block;
    max-width: 150px;
    text-align: center;
}

.podcast-module-blue-button {
    color: #00788A;
    background-color: #B7D8DD;
    border: 2px solid #B7D8DD;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 10px 24px;
}
.accuracy .podcast-module-blue-button {
    margin-bottom: 10px;
}
.module-blue-button:hover {
    background-color: #489da8;
    color: #fff;
    text-decoration: none;
}


.podcast-module-blue-button:hover {
    text-decoration: none;
    color: #FFFFFF !important;
    background-color: #73B2BC;
    border-color: #73B2BC;
}

.module-orange-button {
    background-image: linear-gradient(to right, #e7602c, #ef9d35);
    border-radius: 50px;
    padding: 10px 30px;
    margin: 40px auto;
    color: white;
    font-family: Arial;
    font-size: 20px;
    text-decoration: none;
    display: block;
    width: max-content;
    text-align: center;
}

    .module-orange-button:hover {
        background-image: linear-gradient(to right, #ef9d35, #e7602c);
    }

.module-text-button {
    text-align: center;
    display: block;
    margin: -90px auto 190px auto;
    width: 191px;
}

.module-text-button:hover {
    color: #4499A5 !important;
}

.module-whiteborder-button {
    background: transparent;
    border: 2px solid white;
    border-radius: 50px;
    padding: 10px 30px;
    margin: 40px 0;
    color: white;
    font-family: Arial;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.module-whiteborder-button:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.module-autowidth-button {
    max-width: initial;
    padding: 17px 60px;
    font-weight: 700;
}
/*Image*/
.module-icon {
    margin: 0 0 30px 0;
}

.module-col-3 img {
    margin-bottom: 50px;
}

/*Accordion*/
.module-accordion {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin-bottom: 15px;
}

    .module-accordion.active, .module-accordion:hover {
        background-color: #ccc;
    }

.module-panel {
    display: none;
    background-color: white;
    overflow: hidden;
    padding: 20px 0;
}

    .module-panel a {
        color: #066c79;
    }

.module-accordion-content {
    background-image: url(/Content/resources/plus-off.png);
    background-repeat: no-repeat;
    background-position-y: 3px;
    padding-left: 30px;
}

.module-accordion.active .module-accordion-content {
    background-image: url(/Content/resources/minus-off.png);
    background-position-y: 12px;
}
/*Block*/
.module-collab-block {
    margin-top: 150px;
    margin-bottom: 200px;
}

.module-five-block {
    margin-top: 150px;
    margin-bottom: 150px;
}

.module-customercase-block {
    margin-top: 150px;
    margin-bottom: 150px;
}

.module-links-block {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 200px 0 130px 0;
}

    .module-links-block.module-row {
        flex-wrap: nowrap;
    }

    .module-links-block .module-col {
        padding: 0 0 0 160px;
    }

.module-blue-bar-inputs {
    display: flex;
}

    .module-blue-bar-inputs li {
        background-color: #edfdfd;
        padding: 10px 30px;
        margin-left: 0;
        list-style: none;
    }

        .module-blue-bar-inputs li:hover {
            background-color: #def8f8;
        }

    .module-blue-bar-inputs .module-blue-gradient a {
        color: white;
    }

    .module-blue-bar-inputs li a {
        color: black;
    }

.module-li-bluedot {
    list-style: url(/Content/resources/bullet.jpg) !important;
    margin-left: 0 !important;
    margin-top: 30px;
}

.module-li-bluedot2 {
    list-style: url(/Content/resources/bullet.jpg) !important;
    margin-left: 0 !important;
    margin-top: 10px;
    margin-bottom: 5px !important;
}

.module-text-bluedot {
    display: flex;
    align-items: start;
    width: 100%;
    margin-top: 30px;
}

.module-text-bluedot-altpad {
    margin-top: 20px;
}


.module-text-bluedot img {
    margin-right: 20px;
    margin-top: 6px;
    min-width: min-content;
}

.module-text-bluedot a {
    color: #066c79;
    text-decoration: none;
    font-style: normal;
    margin-left: 5px;
    border-bottom: 2px solid #066c79;
}

.module-panel .module-text-bluedot img {
    margin-left: 31px;
}

.module-block-blog a {
    color: #066c79;
    text-decoration: none;
    font-style: normal;
    border-bottom: 2px solid #066c79;
}

    .module-block-blog a:hover,
    .module-li-bluedot a:hover,
    .module-text-bluedot a:hover {
        color: #4499A5;
        border-bottom: 2px solid #4499A5;
    }

.module-text-image,
.module-title-image {
    display: flex;
    align-items: start;
    width: 100%;
}

.module-title-image img {
    margin-right: 30px;
    min-width: min-content;
}

.module-text-image img {
    margin-right: 15px;
    min-width: min-content;
}

.module-block-blog-title .module-title {
    margin-bottom: 9px;
}

.module-flex {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
}

    .module-flex img {
        align-self: center;
    }

.module-articles {
    padding: 0;
    margin: 23px 0;
    width: 100%;
}

.module-article {
    list-style: none !important;
    padding: 14px 30px;
    margin: 0 !important;
}

.module-lightblue-border-top {
    border-top: 2px solid #c5e7e7;
}

.module-lightblue-border-bottom {
    border-bottom: 2px solid #c5e7e7;
}

.module-lightblue-border-top .module-title {
    margin-top: 30px;
}

.module-tab {
    margin: 30px 0 0 0;
}

    .module-tab ul {
        padding: 0;
        margin: 0;
    }

    .module-tab a {
        color: black;
        border-bottom: none;
        text-decoration: underline;
    }

        .module-tab a:hover {
            border-bottom: none;
        }

.module-tab-grid {
    display: grid;
    grid-template-columns: 50% 28% auto;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    grid-column-gap: 20px;
}

.module-tab-grid-two-col {
    grid-template-columns: 77% auto;
}

.module-end-page img {
    margin-top: 180px;
    width: 600px;
}

.module-end-page .module-main-title {
    max-width: 50%;
}

.module-link-img {
    height: 50px;
    width: 200px;
    padding: 57px 0 0 6px;
    /*padding: 80px 0 0 6px;*/
}

.module-link-img .module-link {
    margin: 11px auto;
    width: 80%;
    display: block;
    border-top: 2px solid white;
    padding-top: 7px;
}

.module-link-img a:hover {
    color: black !important;
}

.module-purple-gradient .module-row{
    flex-wrap: nowrap;
}

.module-table thead {
    /*background-image: linear-gradient(to right, #077088, #53b9bb);*/
    background-color: #00788a;
}

.module-table th {
   color: #FFFFFF;
}

.module-table tbody tr:nth-child(even) {
    background-color: #EEEEEE;
}
/*Responsive*/
@media only screen and (max-width: 1300px) {
    .module-text-button {
        margin: -140px auto 190px auto;
    }
    .module-row-5-col{
        justify-content: center;
    }
    .module-col-5 {
        width: 30%;
        display: grid;
        grid-template-rows: 70px 185px 140px 125px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1120px) {
    .module-links-block .module-text,
    .module-links-block .module-text a {
        font-size: 20px;
    }

    .module-links-block .module-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1000px) {
    .module-row {
        flex-direction: column;
        align-items: center;
    }

    .module-right-first {
        flex-direction: column-reverse;
    }

        .module-right-first img {
            margin: 0 0 20px 0;
        }

    .module-flex.module-row img {
        margin: 30px 0 20px 0;
    }

    .module-row > .module-text-bluedot,
    .module-col {
        width: 83%;
        margin: 0 0 40px;
    }

    .module-col-3,
    .module-col-5,
    .module-small-banner-content {
        width: 80%;
    }

    .module-col-5{
        display: grid;
        grid-template-areas:
                           'left right'
                           'left rightbis'
                           'left rightter';
        grid-template-rows: auto;
        margin-bottom: 0;
    }

    .module-col-5 svg {
        grid-area: left;
        width: 100px;
        height: 100px;
    }

    .module-big-title {
        text-align: center;
    }

    .module-col-5 .module-small-title {
        grid-area: right;
        text-align: left;
        padding: 0 35px;
        margin-bottom: 10px;
    }

    .module-col-5 .module-small-text {
        grid-area: rightbis;
        text-align: left;
    }

    .module-col-5 a {
        grid-area: rightter;
        margin-left: 15px;
        margin-right: 40px;
        margin-top: 20px;
    }

    .module-col-5 a.module-blue-button {
        margin-left: 30px;
    }

    .module-small-banner-content {
        max-width: 80%;
    }

    .module-dotborder-right,
    .module-dotborder-left {
        border: none;
    }

    .module-links-block {
        background-image: url(/Content/resources/mobile-BG-products-services.png) !important;
        padding: 130px 0 210px 0;
    }

    .module-our-products {
        width: 50%;
        margin: 0 80px 40px 0;
    }

    .module-our-services {
        margin: 25px 20px 40px auto;
        width: 50%;
    }

    .module-links-block .module-col {
        padding: 25px 0 0 0px;
    }

    .module-links-block .module-text,
    .module-links-block .module-text a {
        font-size: 20px;
    }

    .module-links-block .module-title {
        font-size: 30px;
    }

    /*.module-text-button {
        display: none;
    }*/

    .module-text-button {
        margin: -125px 250px 190px auto;
        width: 130px;
    }

    .module-block-blog a {
        text-decoration: underline;
        border-bottom: none;
    }

    .module-block-blog a:hover {
        text-decoration: underline;
        border-bottom: none;
    }

    opp-page .module-col1 {
        width: 83%;
    }
}

@media only screen and (max-width: 880px){
    .module-text-button {
        margin: -155px 	155px 190px auto;
        width: 140px;
    }
    .module-col-top2 {
        margin-top: 0;
    }
}


@media only screen and (max-width: 760px) {
    .module-links-block {
        background-size: cover;
    }

    .module-coverbg {
        padding: 0 !important;
    }

    .module-text, .module-text a {
        font-size: 19px;
    }

    .module-small-text {
        font-size: 17px;
        padding: 0;
        /*padding: 0 0 0 15px;*/
    }

    .module-main-title {
        font-size: 40px;
    }

    .module-col-5 .module-small-title,
    .module-small-title {
        font-size: 28px;
        padding: 0 0 0 15px;
    }

    .module-col-5 .module-small-text{
        padding: 0 0 0 15px;
    }
    .module-col-5 a.module-blue-button {
        margin-left: 15px;
    }

    .module-col-5 svg {
        width: 70px;
        height: 70px;
    }

    .module-orange-button,
    .module-blue-button,
    .podcast-module-blue-button {
        font-size: 17px;
    }

    .module-col-3, .module-col-5, .module-small-banner-content {
        width: 100%;
    }

    .module-page-width,
    .module-small-page-width {
        padding: 0 15px;
    }

    .module-text-button {
        margin: -115px 	155px 190px auto;
        width: 115px;
    }
}

@media only screen and (max-width: 690px){
    .module-text-button {
        margin: -115px 	90px 190px auto;
    }
}

#mdx-er-svg-mobile {
    display:none;
}
@media only screen and (max-width: 665px) {
    #mdx-er-svg {
        display:none;
    }
    #mdx-er-svg-mobile {
        display:block;

    }

    #mdx-er-svg-mobile.module-row {
        display: flex;
        flex-direction: initial;
        width: 100%;
    }

    #mdx-er-svg-mobile .module-col-4 {
        width: 50%;
    }

    #mdx-er-svg-mobile .module-col-4 img {
        width: 90%;
       
    }

    h5, h6, .module-small-text, .module-col-4 {
        width: 84% !important;
    }

    .module-row-mobile {
        display: contents;
    }
}

@media only screen and (max-width: 590px){
    .module-links-block {
        background-image: url(/Content/resources/mobile-bg-products-services_720.png) !important;
        padding: 130px 0 210px 0;
    }

    .module-table-overflow {
        overflow-y: auto;
    }
}

@media only screen and (max-width: 515px){
    .module-text-button {
        margin: -130px 30px 190px auto;
    }
}

@media only screen and (max-width: 380px) {
    .module-our-products {
        width: 75%;
        margin: 0 30px 40px 0;
    }

    .module-our-services {
        width: 75%;
    }
}

/* Module Workflow */

.module-workflow {
    text-align: center;
}

.module-workflow-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
    flex-wrap: wrap;
    padding: 0;
}

.module-workflow-nav li {
    list-style: none;
    background: #def8f8;
    padding: 10px 30px;
    border-radius: 50px;
    width: 280px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 25px;
}



.module-workflow-nav-content-pill4 {
    background-position: 200px !important;
    width: 228px !important;
    min-height: 56px;
}
.module-workflow-nav-pill4 li {
    width: 218px !important;
}
.module-hide-text {
    color: transparent;
    visibility: hidden;
}



.module-workflow-nav li:hover {
    background-image: linear-gradient(to right, #077088, #53b9bb);
}

.module-workflow-nav li:hover a, .module-pill-on a {
    color: white;
    display: inline-block;
}

.opp-button-grid2b .module-workflow-nav li:hover a, .module-pill-on a {
    display: flex;
}

.opp-button-grid4 .module-workflow-nav li:hover a, .module-pill-on a {
    color: white;
    display: flex;
}

.module-workflow-nav-content {
    background-image: url(/Content/resources/arrow-down-OFF.png);
    background-repeat: no-repeat;
    background-position: 266px;
    width: 300px;
}

.module-workflow-nav li:hover .module-workflow-nav-content, .module-pill-on .module-workflow-nav-content {
    background-image: url(/Content/resources/arrow-down-ON.png);
}

.module-pill-on {
    background-image: linear-gradient(to right, #077088, #53b9bb) !important;
}

.module-workflow svg {
    height: auto !important;
    width: 100%;
}

.module-diagram {
    overflow: hidden;
    position: relative;
}

    .module-diagram .text-overlay {
        width: 100%;
        position: absolute;
        z-index: 10;
        text-align: left;
        height: 100%;
    }

        .module-diagram .text-overlay a,
        .module-diagram .text-overlay a span {
            color: #FFF;
        }

        .module-diagram .text-overlay ul,
        .module-diagram .text-overlay ul li {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .module-diagram .text-overlay [class^="col"] {
            width: 33%;
            height: 100%;
            float: left;
        }

            .module-diagram .text-overlay [class^="col"] li {
                height: 50%;
                font-size: 2em;
                color: #FFF;
                font-family: Arial, sans-serif;
                font-weight: bold;
            }


                .module-diagram .text-overlay [class^="col"] li a {
                    text-decoration: none;
                }

            .module-diagram .text-overlay [class^="col"] span.title {
                padding-top: 6%;
                display: inline-block;
            }

    .module-diagram svg {
        position: relative;
        z-index: 1;
    }

    .module-diagram .col1 .top .title {
        width: 75%;
        margin-left: 30%;
    }

    .module-diagram .col1 .bottom .title {
        margin-left: 45%;
    }

    .module-diagram .col2 .top .title {
        width: 60%;
        margin-left: 25%;
        text-align: center;
        padding-top: 14% !important;
    }

    .module-diagram .col3 .top .title {
        padding-top: 25% !important;
        /*padding-top: 14% !important;
        width: 50%;
        text-align: center;
        margin-left: 23px;*/
    }

    .module-diagram .col2 .bottom .title {
        margin-left: 23%;
        width: 50%;
        text-align: center;
    }

    .module-diagram .col3 .bottom .title {
        width: 60%;
        margin-left: 20%;
    }

.module-spacer{
    font-size:0;
}
.module-center {
    text-align: center;
}
.module-center-auto {
    text-align: center;
    margin:auto;
}
.module-center-auto-full {
    text-align: center;
    margin: auto;
    width:100%;
}

.custom-banner {
    background-image: url("/content/images/mdx/explore_quality_components.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.custom-banner2 {
    background-image: url("/content/images/mdx/available_resources.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.custom-banner .module-text-bluedot a,
.custom-banner2 .module-text-bluedot a {
    border-bottom: 2px solid rgba(255, 255, 255, .3);
}

.custom-banner .module-text-bluedot a:hover,
.custom-banner2 .module-text-bluedot a:hover {
    border-bottom: 2px solid rgba(255, 255, 255, .6);
}

.mdx-section6 {
    margin-left: 160px;
}

h6 {
    font-family: Arial;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
    width: 100%;
}
svg #Group_587 a:hover {
    fill: #4499A5;
}
svg #Group_587 {
    font-size: 19px;
}

.module-wrap {
    width: 65%;
}
.module-wrap a {
    margin-left: 0;
}

@media(max-width: 910px) {
    .module-wrap {
        width: 100%;
    } 
}

@media(max-width: 1350px) {
    .module-diagram .text-overlay [class^="col"] li {
        font-size: 1.75em;
    }

    .module-diagram .col1 .top .title {
        width: 70%;
    }

    
}

@media(max-width: 1200px) {
    .module-diagram .text-overlay [class^="col"] li {
        font-size: 1.5em;
    }
}

@media(max-width: 1040px) {
    .module-diagram .text-overlay [class^="col"] li {
        font-size: 1.2em;
    }

    .mdx-section3-m {
        margin-bottom: 25px;
    }

    .module-col-4 h5 {
        height: initial;
    }
    .mdx-section6 {
        margin-left: 0;
    }

    svg #Group_587 {
        font-size: 25px;
    }
}


@media(max-width: 1026px) {
    .module-col-4 {
        width: 35%;
    }
}
@media(max-width: 1010px) {
    .module-col-4 {
        width: 80%;
    }
}

@media(max-width: 860px) {
    .module-diagram .text-overlay [class^="col"] li {
        font-size: 1em;
    }

    .module-autowidth-button {
        max-width: 45%;
    }

    .module-col-4 {
        width: 60%;
    }

    svg #Group_587 {
        font-size: 29px;
    }
}

@media(max-width: 670px) {
    .module-diagram .text-overlay [class^="col"] li {
        font-size: .75em;
        /*font-size: .55em;
        height: 45%;*/
    }

    .module-diagram .col1 .top .title {
        width: 60%;
    }

    .module-diagram .col2 .top .title {
        width: 55%;
        margin-left: 27%;
    }

    .module-diagram .col3 .bottom .title {
        width: 65%;
    }

    .module-diagram .col1 .bottom .title {
        margin-left: 52%;
    }

    .module-tab-grid {
        grid-template-columns: 34% 20% auto;
        box-sizing: border-box;
        grid-column-gap: 20px;
    }

    .module-tab-grid .module-small-text {
        font-size: 15px;
    }


}

.text-overlay li .hover-trigger, .playcursor {
    cursor: pointer;
}

svg path[class^="col"].off {
    fill: url('#grayupgradient');
    transition: .2s ease all;
}

svg #cell3.off {
    fill: url('#graydowngradient');
    transition: .2s ease all;
}

#cell1.on {
    fill: #8cc345;
}

#cell2.on {
    fill: #d0e03e;
}

#cell3.on {
    fill: #e53c85;
}

#cell4.on {
    fill: #ec96a7;
}

#cell5.on {
    fill: #0f8396;
}

#cell6.on {
    fill: #7fdcda;
}

@keyframes bluey {
    0% {
        fill: url('#bluegradient');
    }

    100% {
        fill: url('#bluelightgradient');
    }
}


.rhtcpcr-five-round-logo .rhtcpcr-round-logo p {
    text-shadow: 1px 1px #000;
}

.pt_icon{
    height: 91px;
    width: 88px;
    min-width: auto !important;
    margin-right: 20px !important;
}

.nounderline {
    text-decoration: none !important;
    border-bottom: none !important;
}

.module-tab-resources a {
    color: #027089 !important;
    text-decoration: none !important;
   
}

.module-tab-resources-padding {
    margin-top: 5px;
}
.module-variant-icon {
    width: 95px !important;
    margin-top: 58px;
    height: auto;
    min-width: auto !important;
    margin-right: 20px !important;
}

.module-left{ float: left;}

.module-five-columns {
    padding-top: 30px;
    padding-bottom: 84px;
    max-width: 1306px;
    margin: 0 auto;
    width: 1282px;
}
.module-three-columns,
.module-four-columns {
    padding-top: 80px;
    padding-bottom: 0;
}

.module-four-columns {
  margin: auto;
  width:75%;
}


.module-col-sm-4 {
    width: 22%;
}

.module-col-sm-3, 
.modle-col-sm-3 {
    width: 30%;
}

.module-col-image, 
.modle-col-image {
    width: auto !important;
}


/*.module-five-columns .block::after {
    width: 2px;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    right: -3px;
}
.module-five-columns .block {
    width: 20%;
    float: left;
    font-size: 0.875em;
    line-height: 1.2857em;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}*/

.module-col-5-custom {
    width: 14%;
    grid-template-rows: 150px auto;
    margin-bottom: 0;
}

.module-why-choose-row {
    width: 100%;
    margin-top: 85px;
}

@media only screen and (max-width: 770px) {
    .module-col-sm-3, 
    .modle-col-sm-3 {
        width: 100%;
    }
    .three-columns .block {
        padding-top: 0;
    }
    .three-columns .block .img-wrap {
        height: 137px;
    }
    .three-columns .block .text-wrap {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 770px) {
    .module-col-sm-4,
    .modle-col-sm-4 {
        width: 100%;
    }

    .four-columns .block {
        padding-top: 0;
    }

        .four-columns .block .img-wrap {
            height: 137px;
        }

        .four-columns .block .text-wrap {
            padding-bottom: 50px;
        }
}

@media only screen and (max-width: 1000px) {
    .module-col-5 {
        grid-template-areas: initial;
    }

    .module-col-5-custom {
        width: 100%;
    }
}

.module-width{
    width:100%;
}
.module-button-spacer {
    margin-right: 15px;
}
.module-line-height-24 {
    line-height: 24px;
}

#opp-page .module-col-wide {
    width: 100%;
}

#opp-page .module-workflow-nav-content {
    background-image: url(/Content/images/icons/arrow-right-off.png);
}


#opp-page .module-workflow-nav li:hover .module-workflow-nav-content, 
#opp-page .module-pill-on .module-workflow-nav-content {
    background-image: url(/Content/images/icons/arrow-right-on.png);
}

#opp-page .module-autowidth-button {
    padding: 17px 25px;
}

#opp-page .module-col1 {
    width: 66%;
}

#opp-page .module-col2 {
    width: 30%;
}

#opp-page .module-small-page-width {
    max-width: 1000px;
}


/*2 col pill grid*/
#opp-page .opp-button-grid2 .module-workflow-nav li,
.opp-button-grid2b .module-workflow-nav li {
    width: 410px;
}

#opp-page .opp-button-grid2 .module-workflow-nav-content,
.opp-button-grid2b .module-workflow-nav-content {
    background-position-y: center;
    background-position-x: 368px;
    width: 410px;
    display: flex;
    min-height: 56px;
    /*position: relative;
    background-image: none;*/
}

/*h3 col pill grid*/
#opp-page .opp-button-grid3 .module-workflow-nav {
    justify-content: normal;
}

.opp-button-grid4 .module-workflow-nav {
    justify-content: center;
}

#opp-page .opp-button-grid3 .module-workflow-nav li,
.opp-button-grid4 .module-workflow-nav li {
    min-height: 56px;
    width: 256px;
}

#opp-page .opp-button-grid3 .module-workflow-nav-content,
.opp-button-grid4 .module-workflow-nav-content {
    background-position-y: center;
    background-position-x: 240px;
    min-height: 56px;
    display: flex;
}

#opp-page .opp-button-grid3 .module-text, .module-text a,
#opp-page .opp-button-grid2 .module-text, .module-text a,
.opp-button-grid2b .module-text, .module-text a,
.opp-button-grid4 .module-text, .module-text a {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 23px;
}

.opp-new {
    position: relative;
    left: 221px;
    top: -47px;
    height: 0;
}

#opp-page .expanded-site-col1 {
    /*width: 69%;*/
    width: 65%;
}

#opp-page .expanded-site-col2 {
    /* width: 31%;*/
    width: 27%;
    padding-right: 39px;
}

.hero-module {
    background-repeat: no-repeat;
    height: 44vw;
    background-size: cover;
    width: 99vw;
    background-position: center center;
}

.hero-module-height {
    height: 37vw;
}

#opp-page .hero {
    background-image: url(/content/opp/hero-oligos.jpg);
    background-repeat: no-repeat;
    height: 44vw;
    background-size: cover;
    width: 99vw;
    background-position: center center;
}

#opp-page .module-blueline1 {
    margin-top: 8px;
}

#opp-page .module-three-columns-spacer {
    margin-left:85px;
    margin-right:85px;
}

#opp-iframe {
    border: 0;
    width: 100%;
    height: 1400px
}

.module-two-columns {
    padding-top: 80px;
    padding-bottom: 0;
    width:68%;
}



.module-icon-name-bottom {
    /*  padding: 0 50px;
    box-sizing: border-box !important;
    margin-bottom: 30px;*/

    margin-top: 30px;
    text-align: center;
}

.module-intro-text {
    width: 751px;
    font-size: 21px;
}

#module-goto-top {
    top: 90%;
   /* width: 147px;*/
}
#module-goto-top a.opener{
    padding-left: 13px;
    font-size: 22px;
    padding-top: 19px;
}

/*#module-goto-top .slide a {
    font-size: 21px;
    padding-top: 21px;
}*/
@media only screen and (max-width: 1000px) {
    #module-goto-top {
        top: 90%;
       /* width: 96px;*/
    }

    #module-goto-top a.opener {
        padding-left: 14px;
        font-size: inherit;
        padding-top: 11px;
    }

   /* #module-goto-top .slide a {
        font-size: 15px;
        padding-top: 13px;
    }*/

    .module-two-columns {
        width: 93%;
    }


    #opp-page .module-blueline1{
        margin-top:-26px;
    }

    #opp-page .module-row.opp-button-grid2,
    .module-row.opp-button-grid2b {
        display: block !important;
    }

    #opp-page .module-three-columns-spacer {
        margin-left: -20px;
        margin-right: 0;
    }

    /*2 col pill grid*/
    #opp-page .opp-button-grid2 .module-workflow-nav li,
    .opp-button-grid2b .module-workflow-nav li {
        width: 270px;
    }

    #opp-page .opp-button-grid2 .module-workflow-nav-content,
    .opp-button-grid2b .module-workflow-nav-content {
        background-position-y: center;
        background-position-x: 265px;
        display: flex;
        min-height: 56px;
        /*position: relative;
         background-image: none;*/
    }

    #opp-page .opp-button-grid3 .module-text,
    .opp-button-grid4 .module-text,
    .module-text a,
    #opp-page .opp-button-grid2 .module-text,
    .opp-button-grid2b .module-text,
    .module-text a {
        font-size: 17px;
        width: 280px;
    }

    .opp-button-grid2b .module-text{
        width: 295px;
    }

    #opp-page .module-col1 {
        width: 80%;
    }

    #opp-page .module-autowidth-button {
        max-width: 80%;
    }

    #opp-page .expanded-site-col1 {
        width: 83%;
        margin-bottom:30px;
    }

    #opp-page .expanded-site-col2 {
        width: 83%;
        padding-right: 0;
    }


    #opp-page .module-orange-button {
        margin-bottom: 10px;
        width: 100%;
    }

    #opp-page .section2-buttons {
        width:80%;
    }


    #opp-page .section1,
    #opp-page .section3 {
        display: table;
        width: 80%;
    }

    #opp-page .section1 div,
    #opp-page .section3 div {
        /* width: 100%;*/
        float: none
    }

    #opp-page .section1 .module-col1,
    #opp-page .section3 .module-col1 {
        display: table-footer-group;
    }

    #opp-page .section1 .module-col2,
    #opp-page .section3 .module-col2 {
        /* display: table-header-group;*/
        display: inline-block;
        width: 100%;
    }

    #opp-page .section1 .module-col2 p,
    #opp-page .section3 .module-col2 p {
        margin: auto;
        text-align: center;
    }
    #opp-page .section1 .module-col2 img,
    #opp-page .section3 .module-col2 img {
        width: 34%
    }

    #opp-page .module-blue-gradient.module-big-banner.module-block-space-bottom-150,
    #opp-page .module-blue-gradient.module-big-banner.module-block-space-bottom-200,
    #opp-page .module-grey-gradient.module-big-banner.module-block-space-bottom-200 {
        margin-bottom: 100px;
    }


    
    #opp-page .hero,
    .hero-module {
        height: 66vw;
    }

    #opp-page .hero-block {
        margin-bottom:75px !important;
    }

    #opp-page .module-row > .module-text-bluedot, .module-col {
        width: 83%;
        margin: 0 0 0 0;
    }

    #opp-page .module-col-wide {
        width: 83%;
    }

    #opp-page .opp-choice-wrapper {
        margin-bottom: 0;
    }

}

@media only screen and (max-width: 600px) {
    #opp-iframe {
        height: 850px
    }
}

