/* Default Buttons */

.btn,
a.btn {
    position: relative;
    white-space: normal;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: none;
    font-size: 20px;
    line-height: 24px;
    padding: 13px 24px 15px 24px;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
    overflow: hidden;
    text-decoration: none !important;
    border-width: 2px;
    text-wrap: balance;
    text-align: left;
}

@media (min-width: 992px) and (max-width: 1599.98px) {
    .hero-carousel a.btn {
        max-width: 80%;
    }
}

div.btn a {
    text-decoration: none !important;
}

a.btn {
    /*  flex-direction: row;*/
}

.btn:hover,
a.btn:hover {
    cursor: pointer;
}

.focusable:focus,
.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(122, 0, 60, 0.3);
    box-shadow: 0 0 0 0.2rem rgba(122, 0, 60, 0.3);
}

/* Button Primary */

.btn-primary,
a.btn-primary {
    color: #fff;
    background-color: #7a003c;
    border-color: #7a003c;
    transition: none;
}

.btn-primary:hover,
a.btn-primary:hover {
    background-color: #fdbf57;
    border-color: #fdbf57;
    color: #000;
    /*box-shadow: 0 6px 12px rgba(0, 0, 0, .2);*/
}

.gold a.btn-primary:hover {
    border-color: #000000;
}



.btn-info,
a.btn-info {
    color: #fff;
    background-color: #7a003c;
    border-color: #7a003c;
}

.btn-info:hover,
a.btn-info:hover {

    background-color: #fdbf57;
    border-color: #fdbf57;
    color: #000;
    /*box-shadow: 0 6px 12px rgba(0, 0, 0, .2);*/
}

.btn-info-focus {
    outline: 2px solid rgb(14, 98, 201) !important;
    /* Dark blue focus ring */
    border-radius: 5px !important;
    /* Rounded corners */
    outline-offset: 2px !important;
    /* Space between the element and the outline */
}

.card a.btn-info.btn-arrow:hover {
    background-color: transparent;
    border-color: transparent;
    color: #7a003c;
}

.card a.btn-info.btn-arrow:hover::after {
    background-color: #fdbf57;
    color: #000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 320 512'%3E%3Cpath d='M285.5 273L91.1 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.7-22.7c-9.4-9.4-9.4-24.5 0-33.9L188.5 256 34.5 101.3c-9.3-9.4-9.3-24.5 0-33.9l22.7-22.7c9.4-9.4 24.6-9.4 33.9 0L285.5 239c9.4 9.4 9.4 24.6 0 33.9z'/%3E%3C/svg%3E");

}

form.wpforms-form button[type=submit] {
    position: relative;
    white-space: normal;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: none;
    font-size: 20px;
    line-height: 24px;
    padding: 13px 24px 15px 24px;
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
    overflow: hidden;
    text-decoration: none !important;
    border-width: 2px;
    color: #fff;
    background-color: #7a003c;
    border-color: #7a003c;
}

form.wpforms-form button[type=submit]:hover {
    background-color: #fdbf57;
    border-color: #fdbf57;
    color: #000;
    /*box-shadow: 0 6px 12px rgba(0, 0, 0, .2);*/
}


/* Button Secondary  */

.btn-secondary,
a.btn-secondary {
    color: #7a003c;
    background-color: #ffffff;
    border-color: #7a003c;
    transition: none;
}

.btn-secondary:hover,
a.btn-secondary:hover {
    color: #ffffff;
    background-color: #7a003c;
    border-color: #7a003c;
    /*box-shadow: 0 6px 12px rgba(0, 0, 0, .2);*/
}

.maroon a.btn-secondary:hover {
    border-color: #fff;
}


.banner-carousel a.btn-secondary:hover {
    background-color: #fdbf57;
    border-color: #fdbf57;
    color: #000;
}

/* Button Info */

/*
.btn-info,
a.btn-info,
.btn-light,
a.btn-light {
    color: #222 !important;
    background-color: #fff;
    border-color: #dbdbdd;
}

.btn-info a {
    color: #222 !important;
    background-color: transparent;
    border-color: #dbdbdd;
}

.btn-info:hover,
a.btn-info:hover,
.btn-light:hover,
a.btn-light:hover {
    color: #222;
    background-color: #dbdbdd;
    border-color: #CDCDD0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
}

div.btn-info:hover a {
    color: #222;
    background-color: transparent !important;
}
*/



/* Button Link */

.btn-link,
a.btn-link {
    position: relative;
    white-space: normal;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: none;
    font-size: 18px;
    line-height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;

    padding: 0px;
    background-color: transparent;
    border-color: transparent;
    color: #000000;
    box-shadow: none;
    transition: all 0.5s ease;

}

.btn-link:hover,
a.btn-link:hover {
    /*
    color: #5e6a71;
    background-color: transparent;
    border-color: transparent;
    */
}




/* Button Outline */

.btn-outline,
a.btn-outline {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-outline:hover,
a.btn-outline:hover {
    color: #222 !important;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
}


/* Button Info Outline */

.btn-info-outline,
a.btn-info-outline {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-info-outline:hover,
a.btn-info-outline:hover {
    color: #222;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
}


/* Button Search */

.btn-search,
a.btn-search {
    text-align: left;
    padding-right: 30px;
}

.btn-search::after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    right: 9px;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center center;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='b7ff402d-2e47-497f-ba2c-3db55e7b97ef' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='25px' height='25px' viewBox='-1 -1 30 30'%3E %3Ccircle style='fill:none;stroke:%23222222;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;' cx='10.8' cy='10.8' r='10'/%3E%3Cline style='fill:none;stroke:%23222222;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;' x1='17.8' y1='17.8' x2='24.8' y2='24.8'/%3E%3C/svg%3E");
    background-color: transparent;
}

.btn-search.btn-lg::after {
    top: 6px;
}


/* Button Arrow */

.btn-arrow,
a.btn-arrow {
    text-align: left;
    padding-right: 36px;
}

.btn-arrow::after {
    content: '';
    display: block;
    transition: all 0.5s ease;
    margin-left: 8px;

    width: 24px;
    background-size: 40%;
    background-color: #7a003c;
    height: 24px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 55% center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 320 512'%3E%3Cpath d='M285.5 273L91.1 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.7-22.7c-9.4-9.4-9.4-24.5 0-33.9L188.5 256 34.5 101.3c-9.3-9.4-9.3-24.5 0-33.9l22.7-22.7c9.4-9.4 24.6-9.4 33.9 0L285.5 239c9.4 9.4 9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
}


.btn-arrow:hover::after {
    background-color: #fdbf57;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 320 512'%3E%3Cpath d='M285.5 273L91.1 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.7-22.7c-9.4-9.4-9.4-24.5 0-33.9L188.5 256 34.5 101.3c-9.3-9.4-9.3-24.5 0-33.9l22.7-22.7c9.4-9.4 24.6-9.4 33.9 0L285.5 239c9.4 9.4 9.4 24.6 0 33.9z'/%3E%3C/svg%3E");

}

.btn-info.btn-arrow,
.btn-primary.btn-arrow {
    transition: all 0.5s ease;
    padding-right: 48px;
}

.btn-info.btn-arrow::after,
.btn-primary.btn-arrow::after {
    transition: all 0.5s ease;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 14px;
    height: 100%;
    width: 30px;
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFFFFF' class='bi bi-arrow-right-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
}

.btn-info.btn-arrow:hover::after,
.btn-primary.btn-arrow:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000000' class='bi bi-arrow-right-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");

}


/* Card Link */

/*
.card .card-link {
    transition: all 0.5s ease;
    color: #222;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    display: inline-block;
    z-index: 1;
}

.card .card-link::after {
    transition: all 0.2s ease;
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-left: 18px;
    margin-bottom: -2px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='b7ff402d-2e47-497f-ba2c-3db55e7b97ef' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='9' fill='%237a003c'/%3E%3Cpath fill='none' stroke='%23ffffff' stroke-miterlimit='10' d='M11.7 7.7L9 10.4 6.3 7.7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px;
    transform: rotate(-90deg);
}

.card .card-link:not(:last-child) {
    margin-right: 12px;
}

.card .card-link:hover::after {
    right: -6px;
}

.thumbnail-cards .card .card-link,
.dynamic-content .card .card-link,
.card .card-link {
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.125;
}
*/


/* Circle Card Links */

.card .btn-info {
    /*font-size: 20px;*/
    font-size: 18px;
    line-height: 24px;
    padding: 0px;
    background-color: transparent;
    border-color: transparent;
    color: #000000;
    box-shadow: none;
    transition: all 0.5s ease;
}

.card .btn-info {
    padding-right: 32px;
}

.card .btn-info::after {
    content: '';
    display: block;
    transition: all 0.5s ease;
    width: 24px;
    background-size: 40%;
    right: 0;
    position: absolute;
    background-color: #7a003c;
    height: 24px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 55% center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 320 512'%3E%3Cpath d='M285.5 273L91.1 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.7-22.7c-9.4-9.4-9.4-24.5 0-33.9L188.5 256 34.5 101.3c-9.3-9.4-9.3-24.5 0-33.9l22.7-22.7c9.4-9.4 24.6-9.4 33.9 0L285.5 239c9.4 9.4 9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.card-hover:hover .btn-info {
    color: #ffffff;
    background-color: transparent;
    border-color: transparent;
}

.card-hover:hover .btn-info::after {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237a003c' viewBox='0 0 320 512'%3E%3Cpath d='M285.5 273L91.1 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.7-22.7c-9.4-9.4-9.4-24.5 0-33.9L188.5 256 34.5 101.3c-9.3-9.4-9.3-24.5 0-33.9l22.7-22.7c9.4-9.4 24.6-9.4 33.9 0L285.5 239c9.4 9.4 9.4 24.6 0 33.9z'/%3E%3C/svg%3E");

}

.card a.btn-info:hover {
    background-color: transparent;
    border-color: transparent;
    color: #7a003c;
}

.card a.btn-info:hover::after {
    background-color: #fdbf57;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 320 512'%3E%3Cpath d='M285.5 273L91.1 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.7-22.7c-9.4-9.4-9.4-24.5 0-33.9L188.5 256 34.5 101.3c-9.3-9.4-9.3-24.5 0-33.9l22.7-22.7c9.4-9.4 24.6-9.4 33.9 0L285.5 239c9.4 9.4 9.4 24.6 0 33.9z'/%3E%3C/svg%3E");

}

.card .dropup .dropdown-toggle:after {
    transform: rotate(270deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 320 512'%3E%3Cpath d='M285.5 273L91.1 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.7-22.7c-9.4-9.4-9.4-24.5 0-33.9L188.5 256 34.5 101.3c-9.3-9.4-9.3-24.5 0-33.9l22.7-22.7c9.4-9.4 24.6-9.4 33.9 0L285.5 239c9.4 9.4 9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
}

.card-hover:hover .dropup .dropdown-toggle:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237a003c' viewBox='0 0 320 512'%3E%3Cpath d='M285.5 273L91.1 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.7-22.7c-9.4-9.4-9.4-24.5 0-33.9L188.5 256 34.5 101.3c-9.3-9.4-9.3-24.5 0-33.9l22.7-22.7c9.4-9.4 24.6-9.4 33.9 0L285.5 239c9.4 9.4 9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
}

.card .dropup .dropdown-toggle:hover::after {
    transform: rotate(270deg);
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237a003c' viewBox='0 0 320 512'%3E%3Cpath d='M285.5 273L91.1 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.7-22.7c-9.4-9.4-9.4-24.5 0-33.9L188.5 256 34.5 101.3c-9.3-9.4-9.3-24.5 0-33.9l22.7-22.7c9.4-9.4 24.6-9.4 33.9 0L285.5 239c9.4 9.4 9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
}

.card .dropup .dropdown-toggle:focus::after {
    transform: rotate(270deg);
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237a003c' viewBox='0 0 320 512'%3E%3Cpath d='M285.5 273L91.1 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.7-22.7c-9.4-9.4-9.4-24.5 0-33.9L188.5 256 34.5 101.3c-9.3-9.4-9.3-24.5 0-33.9l22.7-22.7c9.4-9.4 24.6-9.4 33.9 0L285.5 239c9.4 9.4 9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
}

.card-hover:hover .card-footer p {
    color: #fff;
}

/*  Circle Card Link (Bolded) */
.card .btn.btn-primary.btn-lg {
    padding-right: 48px;
    transition: all 0.5s ease;
}

.card .btn.btn-primary.btn-lg {
    transition: all 0.5s ease;
    font-size: 16px;
    line-height: 1.25;
    padding: 10px 36px 10px 16px;
    border-radius: 6px;
    text-align: left;
}

.card .btn.btn-primary.btn-lg::after {
    transition: all 0.5s ease;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 14px;
    height: 100%;
    width: 30px;
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFFFFF' class='bi bi-arrow-right-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
}

.card .btn.btn-primary.btn-lg::after {
    right: 6px;
    width: 25px;
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFFFFF' class='bi bi-arrow-right-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
}

.card-hover:hover span.btn-lg {
    color: #222;
    background-color: #fdbf57;
    border-color: #fdbf57;
}

.card-hover:hover .btn.btn-primary.btn-lg::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000000' class='bi bi-arrow-right-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");

}

/* New Rectangle Card Link */

.card .nav-link.nav-link-sm {
    transition: all 0.5s ease;
    /*font-size: 20px;*/
    font-size: 18px;
    line-height: 24px;
    padding: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    position: relative;
    color: #222;
}

.card .card-img-background .nav-link.nav-link-sm {
    color: #fff;
}

.card .nav-link.nav-link-sm:after {
    transition: all 0.5s ease;
    content: '';
    display: block;
    margin-left: 12px;
    transition: all 0.5s ease;
    width: 24px;
    background-size: 40%;
    background-color: #7a003c;
    height: 24px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 60% center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 320 512'%3E%3Cpath d='M285.5 273L91.1 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.7-22.7c-9.4-9.4-9.4-24.5 0-33.9L188.5 256 34.5 101.3c-9.3-9.4-9.3-24.5 0-33.9l22.7-22.7c9.4-9.4 24.6-9.4 33.9 0L285.5 239c9.4 9.4 9.4 24.6 0 33.9z'/%3E%3C/svg%3E");

}

.card-hover:hover .nav-link.nav-link-sm:after {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237a003c' viewBox='0 0 320 512'%3E%3Cpath d='M285.5 273L91.1 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.7-22.7c-9.4-9.4-9.4-24.5 0-33.9L188.5 256 34.5 101.3c-9.3-9.4-9.3-24.5 0-33.9l22.7-22.7c9.4-9.4 24.6-9.4 33.9 0L285.5 239c9.4 9.4 9.4 24.6 0 33.9z'/%3E%3C/svg%3E");

}

aside .card .nav-link.nav-link-sm:after {
    position: absolute;
    right: 24px;

}

aside .card .nav-link.nav-link-sm {
    padding: 24px 60px 24px 24px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    line-height: 20px;
    color: #000;

}

aside .card li:last-child .nav-link.nav-link-sm {
    border-bottom: none;

}

aside .card .nav-link.nav-link-sm:hover {
    background-color: #7a003c;
    color: #fff;
}

aside .card .nav-link.nav-link-sm:hover::after {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237a003c' viewBox='0 0 320 512'%3E%3Cpath d='M285.5 273L91.1 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.7-22.7c-9.4-9.4-9.4-24.5 0-33.9L188.5 256 34.5 101.3c-9.3-9.4-9.3-24.5 0-33.9l22.7-22.7c9.4-9.4 24.6-9.4 33.9 0L285.5 239c9.4 9.4 9.4 24.6 0 33.9z'/%3E%3C/svg%3E");

}

/*  Rectangle Card Link (Bolded) */

.card .nav-link:not(.nav-link-sm) {
    transition: all 0.5s ease;
    position: relative;
    white-space: normal;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: none;
    font-size: 16px;
    line-height: 1.25;
    padding: 12px 36px 12px 16px;
    border-radius: 4px;
    color: #fff;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
    overflow: hidden;
    text-decoration: none !important;
    border-width: 2px solid #7a004c;
    background-color: #7a003c;
    margin: 24px;
    height: auto !important;
    text-align: left;
}


.card .nav-link:not(.nav-link-sm):after {
    transition: all 0.5s ease;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 14px;
    height: 100%;
    width: 30px;
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFFFFF' class='bi bi-arrow-right-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
}

.card .nav-link:not(.nav-link-sm):after {
    right: 6px;
    width: 25px;
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFFFFF' class='bi bi-arrow-right-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
}


.card-hover:hover .nav-link:not(.nav-link-sm) {
    color: #000000 !important;
    background-color: #fdbf57;
    border-color: #fdbf57;
}

.card-hover:hover .nav-link:not(.nav-link-sm)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000000' class='bi bi-arrow-right-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");

}

/*Modal Buttons*/
.modal .btn.btn-primary,
.modal .btn.btn-secondary {
    transition: all 0.5s ease;
    font-size: 16px;
    line-height: 1.25;
    padding: 10px 16px 10px 16px;
    border-radius: 6px;
    text-align: left;
}

/* Rectangle Card Link

.card .nav-link {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.card .nav-link {

    color: #7a003c;
    border-bottom: 1px solid #dbdbdd;
    padding: 24px;
    position: relative;
    padding-right: 60px;
    transition: all 0.3s ease-out;
}

.card .nav-link {
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.125;
  padding: 21px 48px 24px 24px;
}
.card .card-link {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}


.card .nav-item.active .nav-link,
.card .nav-link.active {
    background: #aeb4b8;
    color: #222;
    padding-left: 60px;
    padding-right: 24px;
}

.card .nav-item.active .nav-link:hover,
.card .nav-link.active:hover {
    background: #aeb4b8;
    color: #222;
    cursor: default;
}

.card .nav-link:hover {
    background-color: #7a003c;
    color: #fff
}

.card .nav-link:hover .card-subtitle {
    color: #fff
}

.card .nav-item:last-child:not(:only-of-type) .nav-link {
    border-bottom: none;
}

.card .nav-link-sm {
    font-size: 17px;
    margin-bottom: 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
    color: #222;
    letter-spacing: 1px;
}




.card .nav-link-sm small {
    color: #5e6a71;
    transition: 0.3s all ease-out;
}

.card .nav-link:hover small {
    color: #fff;
}

.card .nav-link:hover::after {
    right: 18px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='b7ff402d-2e47-497f-ba2c-3db55e7b97ef' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='9' fill='%23ffffff'/%3E%3Cpath fill='none' stroke='%237a003c' stroke-miterlimit='10' d='M11.7 7.7L9 10.4 6.3 7.7'/%3E%3C/svg%3E");
}

.card .nav-item.active .nav-link::after {
    right: auto;
    left: 24px;
    transform: rotate(90deg);
}

.card .nav-item.active .nav-link:hover::after {
    left: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='b7ff402d-2e47-497f-ba2c-3db55e7b97ef' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='9' fill='%237a003c'/%3E%3Cpath fill='none' stroke='%23ffffff' stroke-miterlimit='10' d='M11.7 7.7L9 10.4 6.3 7.7'/%3E%3C/svg%3E");
}




.card .nav-link.nav-link-sm {
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  padding: 26px 48px 26px 24px;
}


*/
/* Arrow Right Icon */





/*
 .btn-info,
a.btn-info {
    color: #fff;
    background-color: #7a003c;
    border-color: #7a003c;
}

.btn-info:hover,
a.btn-info:hover {
    background-color: #fdbf57;
    border-color: #fdbf57;
    color:#000;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
} /*


/*
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='ButtonArrow' xmlns='http://www.w3.org/2000/svg' width='13' height='6.7' viewBox='0 0 13 6.7'%3E%3Cline style='fill:none;stroke:%23FFFFFF;stroke-linecap:round;stroke-miterlimit:10;stroke-width:0.8;' x1='0.5' y1='3.3' x2='12.2' y2='3.3'/%3E%3Cpolyline style='fill:none;stroke:%23FFFFFF;stroke-linecap:round;stroke-miterlimit:10;stroke-width:0.8;' points='9.4,0.5 12.2,3.3 9.4,6.2 '/%3E%3C/svg%3E");
*/

/*
.btn-secondary.btn-arrow::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='ButtonArrow' xmlns='http://www.w3.org/2000/svg' width='13' height='6.7' viewBox='0 0 13 6.7'%3E%3Cline style='fill:none;stroke:%23222222;stroke-linecap:round;stroke-miterlimit:10;stroke-width:0.8;' x1='0.5' y1='3.3' x2='12.2' y2='3.3'/%3E%3Cpolyline style='fill:none;stroke:%23222222;stroke-linecap:round;stroke-miterlimit:10;stroke-width:0.8;' points='9.4,0.5 12.2,3.3 9.4,6.2 '/%3E%3C/svg%3E");
    background-color: transparent;
}
*/

/*
.btn-info.btn-arrow::after,
.btn-light.btn-arrow::after {
    right: 0;
    background-color: #7a003c;
    background-size: 36px;
    background-position: -1px center;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='ButtonArrow' xmlns='http://www.w3.org/2000/svg' width='13' height='6.7' viewBox='0 0 13 6.7'%3E%3Cline style='fill:%23FFFFFF;stroke:%23FFFFFF;stroke-linecap:round;stroke-miterlimit:10;stroke-width:0.625;' x1='6.5' y1='3.3' x2='11.5' y2='3.3'/%3E%3Cpolyline style='fill:none;stroke:%23FFFFFF;stroke-linecap:round;stroke-miterlimit:10;stroke-width:0.625;' points='9.4,0.5 12.2,3.3 9.4,6.2 '/%3E%3C/svg%3E");
}
*/

/*
.btn-info.btn-arrow:hover::after,
.btn-light.btn-arrow:hover::after {
    background-color: #5e6a71;
}
*/

/*
.btn-link.btn-arrow {
    padding-right: 36px !important;
}

.btn-link.btn-arrow::after {
    transition: all 0.2s ease;
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='b7ff402d-2e47-497f-ba2c-3db55e7b97ef' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='9' fill='%237a003c'/%3E%3Cpath fill='none' stroke='%23ffffff' stroke-miterlimit='10' d='M11.7 7.7L9 10.4 6.3 7.7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px;
    transform: rotate(-90deg);
}

.btn-link.btn-arrow:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='b7ff402d-2e47-497f-ba2c-3db55e7b97ef' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='9' fill='%235e6a71'/%3E%3Cpath fill='none' stroke='%23ffffff' stroke-miterlimit='10' d='M11.7 7.7L9 10.4 6.3 7.7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px;
    transform: rotate(-90deg);
}

.btn-outline.btn-arrow:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='ButtonArrow' xmlns='http://www.w3.org/2000/svg' width='13' height='6.7' viewBox='0 0 13 6.7'%3E%3Cline style='fill:none;stroke:%23222222;stroke-linecap:round;stroke-miterlimit:10;stroke-width:0.8;' x1='0.5' y1='3.3' x2='12.2' y2='3.3'/%3E%3Cpolyline style='fill:none;stroke:%23222222;stroke-linecap:round;stroke-miterlimit:10;stroke-width:0.8;' points='9.4,0.5 12.2,3.3 9.4,6.2 '/%3E%3C/svg%3E");
    background-color: transparent;
}

.btn-info.btn-outline.btn-arrow::after {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='ButtonArrow' xmlns='http://www.w3.org/2000/svg' width='13' height='6.7' viewBox='0 0 13 6.7'%3E%3Cline style='fill:%23FFFFFF;stroke:%23222222;stroke-linecap:round;stroke-miterlimit:10;stroke-width:0.625;' x1='6.5' y1='3.3' x2='11.5' y2='3.3'/%3E%3Cpolyline style='fill:none;stroke:%23222222;stroke-linecap:round;stroke-miterlimit:10;stroke-width:0.625;' points='9.4,0.5 12.2,3.3 9.4,6.2 '/%3E%3C/svg%3E");
}
*/


/* Button Small */

.btn-sm,
a.btn-sm {
    font-size: 12px;
    padding: 4px 18px;
    line-height: 13px;
    height: 36px;
    border-radius: 18px;
}

.btn-info.btn-arrow.btn-sm::after {
    background-position: -8px center;
}

.btn-arrow.btn-sm,
a.btn-arrow.btn-sm {
    padding-right: 54px;
}

.btn-arrow.btn-sm::after {
    width: 36px;
    height: 36px;
}

.btn-link.btn-arrow.btn-sm::after {
    width: 18px;
    height: 18px;
}


/* Button Large */

.btn-lg,
a.btn-lg {}

.btn-arrow.btn-lg::after {
    /*
    width: 60px;
    height: 60px;
    */
}

.btn-arrow.btn-lg,
a.btn-arrow.btn-lg {
    /*padding-right: 72px;*/
}

.btn-link.btn-arrow.btn-lg::after {
    width: 18px;
    height: 18px;
}

.btn-info.btn-arrow.btn-lg::after {
    background-position: 4px center;
}


/* Drop Down Buttons*/

.dropdown-toggle::after {
    position: relative;
    content: '';
    right: 0;
    top: 0;
    display: block;
    width: 12px;
    height: 18px;
    vertical-align: bottom;
    margin-left: 24px;
    border: none;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center center;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='DropdownArrow' xmlns='http://www.w3.org/2000/svg' width='26' height='14.4' viewBox='0 0 26 14.4'%3E%3Cpolyline style='fill:none;stroke:%23FFFFFF;stroke-width:4;stroke-linecap:round;stroke-miterlimit:10;' points='25,1 13,13 1,1 '/%3E%3C/svg%3E");
}

.dropdown-toggle.btn-secondary::after,
.dropdown-toggle.btn-info::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='DropdownArrow' xmlns='http://www.w3.org/2000/svg' width='26' height='14.4' viewBox='0 0 26 14.4'%3E%3Cpolyline style='fill:none;stroke:%23222222;stroke-width:4;stroke-linecap:round;stroke-miterlimit:10;' points='25,1 13,13 1,1 '/%3E%3C/svg%3E");
}

.dropdown-toggle.btn-secondary:hover::after,
.dropdown-toggle.btn-info:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='DropdownArrow' xmlns='http://www.w3.org/2000/svg' width='26' height='14.4' viewBox='0 0 26 14.4'%3E%3Cpolyline style='fill:none;stroke:%23222222;stroke-width:4;stroke-linecap:round;stroke-miterlimit:10;' points='25,1 13,13 1,1 '/%3E%3C/svg%3E");
}

.dropdown-toggle.btn-light {
    padding-right: 84px;
}

.dropdown-toggle.btn-light::after {
    position: absolute;
    content: '';
    right: 0;
    top: -1px;
    display: block;
    width: 60px;
    height: 48px;
    margin: 0;
    border: none;
    background-repeat: no-repeat;
    background-size: 66px;
    background-position: center center;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='DropdownArrow' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 84 60'%3E%3Crect y='-12' style='fill:%23fdbf57;' width='84' height='84'/%3E%3Cpolyline style='fill:none;stroke:%23222222;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;' points='49,25.3 40,34.3 31,25.3 '/%3E%3C/svg%3E");
}

.dropdown-toggle.btn-light:hover {
    background-color: #fff;
}

.dropdown-toggle.btn-light:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='DropdownArrow' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 84 60'%3E%3Crect y='-12' style='fill:%23dbdbdd;' width='84' height='84'/%3E%3Cpolyline style='fill:none;stroke:%23222222;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;' points='49,25.3 40,34.3 31,25.3 '/%3E%3C/svg%3E");
}

#siteMenu .dropdown-toggle:hover {
    cursor: pointer;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #222;
    background-color: #dbdbdd;
    border-color: #CDCDD0;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #CDCDD0;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #222;
    background-color: #dbdbdd;
    border-color: #CDCDD0;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #CDCDD0;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #5e6a71;
    border-color: #5e6a71;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #5e6a71;
}

.btn-group .btn {
    box-shadow: none;
}

.btn-group .btn:hover {
    box-shadow: none;
}

.btn-group {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
    border-radius: 24px;
}

/*all cap fixes */

/* .btn,
a.btn {
    text-transform: none;
    letter-spacing: 0.5px;
    font-size: 18px;
    line-height: 1;
}

.btn.btn-lg,
a.btn.btn-lg {
font-size: 20px;
} */

.content-area.grey a.btn-primary::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23222222' class='bi bi-arrow-right-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
}

/* link fixes for nav cards, cta link list and sidebar link list  */

section:not(.thumbnail-cards) .card .nav-link.nav-link-sm {
    padding-right: 52px;
}

.intro-cta .nav-item {
    flex: 1 1 0;
    min-width: 50%;
}

.card .nav-link.nav-link-sm:after {
    flex-shrink: 0;
}

.intro-cta .card .nav-link.nav-link-sm {
    display: flex;
    flex-direction: column;
    padding-right: 52px;
}

.intro-cta .card .nav-link.nav-link-sm:after,
section:not(.thumbnail-cards) .card .nav-link.nav-link-sm:after {
    position: absolute;
    right: 24px;
}

.intro-cta .card .nav-link.nav-link-sm:hover,
section:not(.thumbnail-cards) .card .nav-link.nav-link-sm:hover {
    background-color: #7a003c;
    color: #fff;
}

.intro-cta .card .nav-link.nav-link-sm:hover::after,
section:not(.thumbnail-cards) .card .nav-link.nav-link-sm:hover::after {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23222222' viewBox='0 0 320 512'%3E%3Cpath d='M285.5 273L91.1 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.7-22.7c-9.4-9.4-9.4-24.5 0-33.9L188.5 256 34.5 101.3c-9.3-9.4-9.3-24.5 0-33.9l22.7-22.7c9.4-9.4 24.6-9.4 33.9 0L285.5 239c9.4 9.4 9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
}

.intro-cta .card li:last-child .nav-link.nav-link-sm,
section:not(.thumbnail-cards) .card li:last-child .nav-link.nav-link-sm {
    border-bottom: none;
}

.intro-cta .card .nav-link.nav-link-sm,
section:not(.thumbnail-cards) .card .nav-link.nav-link-sm {
    border-bottom: 1px solid #ddd;
}