﻿/*#region Waves*/

.auto-background:nth-child(even) .auto-wave{
    fill: #ffffff;
}

.auto-background:nth-child(odd) .auto-wave {
    fill: #f3f3f3;
}

.secondary-wave-svg-accent {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.wave-accent {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 0;
}

.top-left-wave-accent {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transform: translateY(-0.5px);
    overflow: visible;
}

    .top-left-wave-accent path {
        transform: translateX(-1px);
    }

.bottom-left-wave-accent {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    transform: translateY(0.5px);
    overflow: visible;
    z-index: 10;
}

    .bottom-left-wave-accent path {
        transform: translateY(1.5px);
    }

.top-right-wave-accent {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    transform: translateY(-1px);
    overflow: visible;
}

    .top-right-wave-accent path {
        transform: translateX(1px);
    }

.bottom-right-wave-accent {
    position: absolute;
    right: 0;
    bottom: -1px;
    z-index: 0;
    transform: translateZ(0) rotateX(180deg);
    overflow: visible;
}

.mobile-wave {
    visibility: hidden;
}

@media (max-width:767px) {
    .desktop-wave {
        visibility: hidden;
    }

    .mobile-wave {
        visibility: visible;
    }

    .mobile-wave {
        width: 40% !important;
    }
}

@media (max-width: 576px)
{
    .mobile-wave
    {
        width: 60% !important;
    }
}

/*#endregion*/

/*#region Circle Icons*/
.circle-icon {
    padding: 15px 10px 15px 10px;
    height: 54px;
    width: 54px;
    display: block !important;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    text-align: center;
    font-size: 0.9em;
}

    .circle-icon.light-blue {
        background-color: rgba(0, 173, 215, 0.15) !important;
    }

    .circle-icon.light-green {
        background-color: rgba(193, 216, 47, 0.15);
    }

    .circle-icon.green {
        background-color: rgba(85, 165, 28, 0.15);
    }

    .circle-icon.red {
        background-color: rgba(244, 67, 54, 0.15) !important;
    }

    .circle-icon.blue {
        background-color: rgba(0, 87, 146, 0.15) !important;
    }

    .circle-icon.orange {
        background-color: rgba(242, 174, 0, 0.15) !important;
    }

    .circle-icon.white {
        background-color: rgba(255, 255, 255, 0.15);
    }

    .circle-icon.gray {
        background-color: rgba(234, 234, 234, 0.15);
    }

    /*#endregion*/

/*#region Borders*/
.blue-border-bottom {
    border-bottom: 1px solid #005792;
}

.light-blue-border-bottom {
    border-bottom: 1px solid #00add7;
}

.light-green-border-bottom {
    border-bottom: 1px solid #bcd331;
}

/*#endregion*/

/*#region Color Line and Bar Graph*/

.color-line {
    height: 1px;
}

    .color-line:not(.bar-graph) {
        width: 20%;
        max-width: 100px;
    }

.color-line-container {
    opacity: 0;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.color-line.bar-graph {
    height: 25px;
    border-radius: 20px;
    display: inline-block;
    padding: 0px;
    position: relative;
    will-change: transform;
    overflow: hidden;
}

    .color-line.bar-graph .pull-right {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }

    .color-line.bar-graph .pull-left {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
    }

    .bar-graph-container {
        width: 100%;
        position: relative;
    }

    .bar-graph > p {
        position: absolute;
        left: 0;
    }

    .bar-graph > b {
        position: absolute;
        right: 0;
    }

    .bar-graph > p,
    .bar-graph > b {
        margin: 0px 5px 0 5px;
    }

    .bar-graph-parent-container {
        margin-bottom: 2px;
        display: inline-flex;
    }

    .bar-graph-label {
        margin-top: 10px;
    }
/*#endregion*/

/*#region Quote Accent*/
.quote-accent {
    font-size: 275px;
    position: relative;
    opacity: 0.35;
    z-index: 0;
}

    .quote-accent.left {
        top: 0;
        left: 0;
    }

    .quote-accent.right {
        top: 0;
    }

@media(min-width: 1041px) and (max-width: 1400px) {
    .quote-wrapper-container {
        flex: 100%;
        max-width: 100%;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .quote-accent {
        font-size: 200px;
    }
}

@media (min-width:768px) and (max-width:1024px) {

    .quote-accent {
        font-size: 275px;
    }
}

@media (max-width:767px) {
    .quote-accent.left {
        top: 0;
        left: 25%;
    }

    .quote-accent.right {
        top: 0;
        left: 25%;
    }

    .quote-accent {
        font-size: 150px;
    }
}
/*#endregion*/

/*#region Quote List*/

.quote-list {
    list-style: none;
    text-align: center;
    margin: 0px;
    padding: 0px 15px 0px 15px;
    display: table-cell;
    vertical-align: middle;
}

    .quote-list > li {
        margin-bottom: 0px;
        font-size: 1.7em;
        line-height: 37px;
        display: none;
        color: #005792;
        font-weight: 600;
    }

        .quote-list > li:first-child {
            display: inline-block;
        }

.quote-container:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f10d";
    font-size: 100px;
    color: #005792;
    opacity: 0.15;
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
}

.quote-container:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f10e";
    font-size: 100px;
    color: #005792;
    opacity: 0.15;
    display: block;
    position: absolute;
    bottom: 0;
    right: 30px;
}

/*#endregion Quote List*/

/*#region Images*/

#mobileAccentPhoto {
    visibility: hidden;
}

#desktopAccentPhoto {
    visibility: visible;
}

#shieldAccent {
    height: 400px;
    width: auto;
    position: absolute;
    bottom: 0;
    right: 30px;
    z-index: 0;
    opacity: .3;
}

@media (max-width:767px) {
    #mobileAccentPhoto {
        visibility: visible;
    }

    #desktopAccentPhoto {
        visibility: hidden;
    }
}

/*#endregion*/

/*#region Progress Circle*/

.progress-circle {
    position: relative;
    height: 90px;
    width: 90px;
    margin: 0 auto 10px auto;
    display: flex;
    align-items: center;
    text-align: center;
}

.circle-label {
    margin: 0px;
    width: 90px;
}

.progress-circle canvas{
    position: absolute;
}

    .progress-circle.lg {
        height: 190px;
        width: 190px;
        margin-bottom: 0px;
    }

.ml-auto .progress-circle.lg {
    margin: 0 0 0 auto;
}

.mr-auto .progress-circle.lg {
    margin: 0 auto 0 0;
}

.circle-label-large {
    margin: 0px;
    width: 190px;
    font-size: 45px;
}

@media (max-width: 767px) {
    .circle-stat-parent {
        display: flex;
        align-items: center;
        margin-bottom: 50px;
    }

    .progress-circle {
        margin: 0px 15px 0px 0px !important;
    }

    .circle-stat-parent p {
        text-align: left;
        margin-bottom: 0px;
        font-size: 16px;
    }
}

    /*#endregion*/