﻿.login-link {
    margin-right: 12px;
}

.feature-blurb-home
{
    height: 640px;
}

a.btn.learn-more
{
    width: 190px;
    position: absolute;
    bottom: 12px;
    left: calc(50% - 95px);
}

a.btn.btn--secondary.learn-more:hover {
    background: #fefefe;
    border-color: #fefefe;
}

a.btn.btn--secondary.learn-more > span.btn__text
{
    color: black;
}

a.btn.btn--secondary.btn--demo:hover {
    background: #fefefe;
    border-color: #fefefe;
}

a.btn.btn--secondary.btn--demo > span.btn__text {
    color: black;
}

.splash-logo-container {
    background: #ffffff;
    margin-bottom: 12px;
    padding: 6px 6px 12px 6px;
    border-radius: 2px;
}

.prev-logo {
    height: 34.396px;
    width: 171.979px;
}

.macra-feature {
    height: 425px;
}

@media only screen and (max-width: 1336px) {
    .feature-svg-complete {
        display: none;
    }

    .feature-svg-partial {
        display: none;
    }

    .feature-svg-row {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .feature-svg-col {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 8px;
    }

    .feature-svg-item-upper {
        margin-bottom: 36px;
    }

    .feature-svg-item-lower {
        margin-bottom: 36px;
    }
}

@media only screen and (min-width: 1336px) and (max-width: 1720px) {
    .feature-svg-complete {
        display: none;
    }

    .feature-svg-right {
        width: 431px;
    }

    .feature-svg-left {
        width: 432px;
    }

    .feature-svg-row {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .feature-svg-col {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 8px;
    }

    .feature-svg-item-upper {
        height: 580px;
        width: 65vw;
    }

    .feature-svg-item-lower {
        height: 400px;
        width: 65vw;
    }
}

@media only screen and (min-width: 1720px) {
    .feature-svg {
        width: 860px;
    }

    .feature-svg-partial {
        display: none;
    }

    .feature-svg-row {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .feature-svg-col {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 8px;
    }

    .feature-svg-item-upper {
        height: 580px;
        width: 400px;
    }

    .feature-svg-item-lower {
        height: 465px;
        width: 400px;
    }
}

path#upperRightPath:not(.inactive), path#upperLeftPath:not(.inactive), path#bottomRightPath:not(.inactive), path#bottomLeftPath:not(.inactive),
path#left_upperRightPath:not(.inactive), path#left_upperLeftPath:not(.inactive), path#left_bottomRightPath:not(.inactive), path#left_bottomLeftPath:not(.inactive),
path#right_upperRightPath:not(.inactive), path#right_upperLeftPath:not(.inactive), path#right_bottomRightPath:not(.inactive), path#right_bottomLeftPath:not(.inactive) {
    display: none;
}

path#upperRightPath.active, path#upperLeftPath.active, path#bottomRightPath.active, path#bottomLeftPath.active,
path#left_upperRightPath.active, path#left_upperLeftPath.active, path#left_bottomRightPath.active, path#left_bottomLeftPath.active,
path#right_upperRightPath.active, path#right_upperLeftPath.active, path#right_bottomRightPath.active, path#right_bottomLeftPath.active {
    display: initial;
    stroke-dasharray: 926 928;
    stroke-dashoffset: 927;
    animation: svg_path_draw 300ms linear 200ms forwards;
}

path#upperRightPath.inactive, path#upperLeftPath.inactive, path#bottomRightPath.inactive, path#bottomLeftPath.inactive,
path#left_upperRightPath.inactive, path#left_upperLeftPath.inactive, path#left_bottomRightPath.inactive, path#left_bottomLeftPath.inactive,
path#right_upperRightPath.inactive, path#right_upperLeftPath.inactive, path#right_bottomRightPath.inactive, path#right_bottomLeftPath.inactive {
    animation: svg_path_fade 250ms ease-in;
    stroke-opacity: 0;
}

#path1, #path2, #path3, #path4,
#left_path1, #left_path2, #left_path3, #left_path4,
#right_path1, #right_path2, #right_path3, #right_path4 {
    transition: stroke-width 0.2s ease-in;
    stroke-width: 0;
    stroke: #485FAB;
}

#path1.active, #path2.active, #path3.active, #path4.active,
#left_path1.active, #left_path2.active, #left_path3.active, #left_path4.active,
#right_path1.active, #right_path2.active, #right_path3.active, #right_path4.active {
    stroke-width: 12;
    transition: stroke-width 0.2s ease-out;
}

@keyframes svg_path_draw
{
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes svg_path_fade {
    0% {
        stroke-opacity: 1;
    }

    100% {
        stroke-opacity: 0;
    }
}

.inner-text {
    color: #545454; 
    text-align: justify;
    min-height: 290px;
}

.why-piechart {
    overflow: hidden;
    position: relative;
    margin: 0px auto;
}

.wp-section
{
    margin-bottom: 6.25em;
}

.wp-paragraph-start {
    margin-top: 12px;
}

.wp-process-container {
    position: relative;
    overflow: hidden;
}

.wp-process-container:before {
    content: '';
    width: 2px;
    height: 40000px;
    position: absolute;
    top: 0;
    border-right: 1px dashed #425cbb;
    opacity: .3;
    left: 164px;
    margin-left: -1px;
    z-index: 0;
}

div.video-play-icon--sm.modal-trigger.video-play-icon-on-white {
    background-color: #425cbb;
    border-color: #425cbb;
}

div.video-play-icon--sm.modal-trigger.video-play-icon-on-white::before {
    border-color: transparent transparent transparent #fff;
}

.comic-slide {
    height: 100%;
    background-color: #fff;
}

.comic-image {
    width: 50%;
}

.comic-text {
    width: 50%;
    padding-top: 18px;
    padding-right: 18px;
}

.comic-text-sm {
    padding: 18px;
}

.comic-title {
    display: inline-block;
    margin-bottom: 1.2em;
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
}

.comic-desc {
    display: inline-block;
    margin-bottom: 1.2em;
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

@media only screen and (max-width: 775px) {
    .comic-title {
        font-size: 24px;
        line-height: 28px;
    }

    .comic-desc {
        font-size: 14px;
        line-height: 22px;
    }
}

@media only screen and (min-width: 1440px) {
    .comic-title {
        font-size: 36px;
        line-height: 42px;
    }

    .comic-desc {
        font-size: 24px;
        line-height: 30px;
    }
}

.lightbox-zoom-img {
    width: 100%;
    transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    -moz-transition: background-color .5s;
}

.lightbox-zoom-img:hover {
    background-color: rgba(0,0,0,0.6);
}