.justify-content-center { justify-content: center !important; }
header img {
    max-height: 60px;
    padding: 5px 0;
}
.wp-block-quote {
	padding: 1px 0px 1px 20px;
    margin: 10px 0;
    border-left: solid 5px #c41e3a;
}
.background-box { padding: 20px; }
.background-box .cta-button { padding-bottom: 16px !important; }
.cta-button.bgc-red { background-color: #c41e3a; box-shadow: 0 6px 0 0 #8a1426; }
.cta-button.bgc-blue { background-color: #4a4a9f; box-shadow: 0 6px 0 0 #303066; }

.page-id-300 {
	main { background-color: #4a587e; }
	footer { margin-top: 0; }
}

[data-pagetype="thankyou"] ol li { padding-bottom: 1rem; }

@media screen and (max-width: 1450px) and (min-width: 701px) {
	.page-id-25 .wp-block-cover { justify-content: end; padding-right: 5vw; }
}
.d-none {
    display: none !important;
}
.cro-modal-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(42, 55, 91, .8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    transition: ease-in;
}
.cro-blur {
    filter: blur(5px);
}
.cro-modal-loader-window {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    background-color: #fff;
    border-radius: 40px;
    padding: 20px 40px;
    color: #5c5d6d;
    transition: ease-in;
}

.cro-modal-loader-window h3 {
    text-align: center;
    color: #2d344f;
    font-size: 24px;
}

.cro-modal-loader-window p {
    font-size: 16px;
    text-align: center;
}

.cro-modal-loader-window p span {
    color: #5c5d6d;
}

p.cro-btn-type {
    background-color: #e8f5e9;
    padding: 10px 20px;
    border-radius: 20px;
}

.cro-modal-loader-window hr {
    color: #fafafa !important;
    width: 100%;
    opacity: 0.3;
    display: block;
}

.cro-green-color, p.cro-btn-type {
    color: #19b658;
}

.cro-loader-holder {
    width: 100%;
    height: 10px;
    border-radius: 10px;
    background: no-repeat #efefef;
}

.cro-loader-bar {
    height: 10px;
    border-radius: 10px;
    background-color: #19b658;
    animation: loader-bar 3s 1 ease-in-out;
}

.cta-button.header {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 5px;
    padding: 8px 10px;
}

@keyframes loader-bar {
    0% { width: 0; }
    100% { width: 100%; }
}

.picker-items {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5px;
}

.picker-items a {
    background: #ff9248;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: bold;
    margin: 2px;
    padding: 10px;
    text-align: center;
    width: calc(12.5% - 4px);
    border-radius: 4px;
    display: flex;
    align-content: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    box-shadow: 0 3px 0 0 #7f4924;
    transition: all 0.3s ease;
}

.picker-items a:hover {
    box-shadow: 0 0 0 0 #7f4924;
    transform: translateY(3px);
}

.before-a-picker-box {
    margin-top: 40px;
    background-color: #FBE5D6;
    border: 2px solid #625A55;
    padding: 15px;
}

.before-a-picker-box p {
    text-align: center;
    color: #625A55;
    margin: 0;
}

.cro-ul {
    padding: 0;
    list-style-type: none;
    position: relative;
}

.cro-ul li {
    position: relative;
    padding-left: 40px;
    display: inline-block;
    margin: 0;
    margin-bottom: 10px;
    box-sizing: border-box;
    width: 100%;
}

.cro-ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background-color: #F17836;
    border-radius: 50%;
    content: "";
}

@media screen and (max-width: 781px) {
    .cro-modal-loader-window {
        width: 90%;
        padding: 20px;
    }

    .cta-button.header {
        font-size: 14px;
        padding: 6px 10px;
        white-space: nowrap;
        margin-bottom: 4px;
        margin-left: 10px;
    }

    .picker-items a {
        width: calc(25% - 4px);
    }
}
