.px-standard-template {
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
}

.px-standard-template * {
    outline: none;
}

.px-standard-template .container {
    width: 100%;
    max-width: 699px;
    height: auto;
    margin: 0 auto;
    padding: 0 25px;
    /*overflow: hidden;*/
}
@media (max-width: 460px) {
    .px-standard-template .container {
        padding: 0 15px;
    }
}

.stage-1-wrapper {
    margin-bottom: 12px;
}

.stage-1 {
    border: 1px solid #d9d9d9;
    padding: 25px 30px 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0071b9;
    cursor: pointer;
    position: relative;

    margin: 8px 10px;
}

.stage-1:hover,
.stage-1.active {
    border: 1px solid #d9d9d9;
    background-color: #0071b9;
    color: #ffffff;
}


.stage-1 .icon {
    padding: 0 25px;
    height: 110px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
@media (max-width: 680px) {
    .stage-1 .icon {
        padding: 0;
    }
}
@media (max-width: 460px) {
    .stage-1 .icon {
        height: auto;
        min-height: 85px;
        max-height: 85px;
    }
}
.stage-1 .icon img {
    max-width: 100%;
    height: auto;
    max-height: 105px;
}
@media (max-width: 460px) {
    .stage-1 .icon img {
        max-height: 85px;
    }
}
.stage-1 .icon img.white {
    display: none;
}
.stage-1:hover .icon img.blue,
.stage-1.active .icon img.blue {
    display: none;
}
.stage-1:hover .icon img.white,
.stage-1.active .icon img.white {
    display: block;
}

.stage-1 .text {
    text-align: center;
    padding: 0 30px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 12px;
    height: 3em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (max-width: 460px) {
    .stage-1 .text {
        text-align: center;
        padding: 0;
        position: static;
        width: 100%;
        left: 0;
        margin-top: 10px;
        height: 4em;
    }
}

.stage-1 .text span {
    display: inline-block;
    width: 100%;
}

.stage-2-wrapper {
    margin: 0 0 20px 0;
}

.stage-2 {
    display: none;
}
.stage-2.show {
    display: flex;
}
@media (max-width: 580px) {
    .stage-2.show {
        display: block;
        margin: 0 10px;
    }
}

.stage-2 .item {
    border: 1px solid #d9d9d9;
    padding: 10px 30px;
    color: #0071b9;
    flex-grow: 1;
    margin: 0 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 5em;
    cursor: pointer;
    width: 33.3%;
    max-width: 33.3%;
}
@media (max-width: 580px) {
    .stage-2 .item {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
        height: 3.5em;
    }
}
.stage-2 .item:hover,
.stage-2 .item.active {
    background-color: #0071b9;
    color: #ffffff;
}


.stage-3-wrapper {
    margin: 0 10px;
}

.stage-3-content-wrapper {
    border: 1px solid #d9d9d9;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (max-width: 580px) {
    .stage-3-content-wrapper {
        padding: 20px 30px;
    }
}

.stage-3 {
    display: none;
    max-width: 100%;
    height: 100%;
}
.stage-3.active {
    display: block;
}
.stage-3 > div {
	margin-bottom: 30px;
}
.stage-3 > div:last-child {
	margin-bottom: 0px;
}

.pulse {
    animation-name: pulse;
    animation-duration: 2.5s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    }
    50% {
        box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    }
    100% {
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    }
}
@keyframes pulse {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    }
    50% {
        box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    }
    100% {
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    }
}
@media (max-width: 460px) {
    .stage-1 {
        padding: 25px 20px 0px 20px;
    }
}
.active.pulse {
    animation: none;
    box-shadow: none;
}









/* Dummy Content Styling */


.px-standard-template .mb-30 {
    margin-bottom: 30px;
}

.px-standard-template .fs-09 {
    font-size: 0.9em;
}

.px-standard-template .plr-60 {
    padding-left: 60px;
    padding-right: 60px;
}
@media (max-width: 580px) {
    .px-standard-template .plr-60 {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 460px) {
    .px-standard-template .plr-60 {
        padding-left: 0;
        padding-right: 0;
    }
}

.px-standard-template .headline {
    color: #0071b9;
}

.px-standard-template .text-center {
    text-align: center;
}

.px-standard-template .row {
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}
.px-standard-template .row .col-6 {
    width: 50%;
    float: left;
    padding: 0 10px;
}
@media (max-width: 580px) {
    .px-standard-template .row .col-6 {
        width: 100%;
        float: none;
        padding: 0;
    }
}

.px-standard-template .row .col1 ul {
    float: right;
}

.px-standard-template ul {
    font-size: 0.9em;
    list-style: none;
    padding: 0 30px;
    width: 95%;
}
@media (max-width: 580px) {
    .px-standard-template ul {
        font-size: 0.9em;
        list-style: none;
        padding: 0 10px;
        width: 100%;
    }
}

.px-standard-template ul li {
    list-style: none;
    margin-left: 0;
   /* line-height: 1.3em; */
    position: relative;
}
.px-standard-template ul li:last-child {
    padding-bottom: 0;
}
.px-standard-template ul li:before {
    content: '\f054';
    font: normal normal normal 14px/1 FontAwesome;
    color: #0071B9;
    top: 3px;
    margin-left: -1.25em;
    position: absolute;
}

.px-standard-template a.btn {
    display: inline-block;
    outline: 0;
    background-color: #0071b9;
    padding: 7px 30px;
    font-size: .875rem;
    line-height: 1.375rem;
    color: #fff;
    border-radius: 8px;
    -webkit-appearance: none;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    border: 2px solid #0071b9;
    cursor: pointer;
    text-align: center;
}

.px-standard-template a.btn:hover {
    background-color: #265d7f;
    border-color: #265d7f;
}

.px-standard-template .image {

}
.px-standard-template .image img {
    max-width: 100%;
    height: auto;
}