.navbar-nav .nav-link {
    border: none;
}

.button1:hover{
    background-color : #0073AE33 !important;
    /* border-color: var(--portalThemeColor1) !important; */
}
.button2:hover{
    background-color: #3b751133 !important;
    border-color: var(--portalThemeColor4) !important;
}

.navbar-toggler {
    background-color: #ffffff !important;
}
#certNavBar > ul > li > a:hover{
    color: var(--portalThemeColor4); /* hover green on cert detail nav bars*/
}
.mw-card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #DDDDDD;
    border-radius: 10px !important;
    opacity: 1;
    padding: 25px;
}

.mw-card-title {
    text-align: left;
    font: normal normal normal 20px/28px Myriad Pro;
    letter-spacing: 0px;
    color: #555555;
    opacity: 1;
}

.mw-card-subtitle {
    text-align: left;
    font: normal normal normal 16px/20px Myriad Pro;
    color: #555555;
    opacity: 1;
    font-weight: bold;
}

.mw-card-value {
    text-align: left;
    font: normal normal normal 20px/28px Myriad Pro;
    letter-spacing: 0px;
    color: #555555;
    opacity: 1;
    word-wrap: break-word;
    word-break: break-word;
}

.mw-label-heading {
    text-align: left;
    font: normal normal bold 15px/21px Myriad Pro;
    letter-spacing: 0px;
    color: #555555;
    opacity: 1;
}

.mw-link {
    text-align: left;
    font: normal normal bold 15px/21px Myriad Pro;
    letter-spacing: 0px;
    color: #3b7511;
    opacity: 1;
}

.mw-carousel-image {
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.mw-horizontal-spacer {
    height: 0px;
    width: 100%;
    border: 1px solid #DDDDDD;
    opacity: 1;
}

.mw-horizontal-spacer-dark {
    height: 0px;
    width: 100%;
    border: 1px solid #555555;
    opacity: 1;
}


.mw-vertical-spacer {
    height: 100%;
    width: 0px;
    border: 1px solid #DDDDDD;
    opacity: 1;
}

.mw-footer-title {
    text-align: left;
    font: normal normal bold 20px/28px Myriad Pro;
    letter-spacing: 0px;
    color: #555555;
    opacity: 1;
}

.mw-footer-text {
    text-align: left;
    font: normal normal normal 20px/28px Myriad Pro;
    letter-spacing: 0px;
    color: #555555;
    opacity: 1;
}
/* use no-link-icon class to stop icon from being placed */
a[target="_blank"]:not(.no-link-icon)::after{ 
    content: '\F1C5';
    font-family: "bootstrap-icons";
    margin-left: 5px;
    font-size: .8em;
    color: black;
    font-weight: bold;
}

.bs-arrow-after::after{
    content: '\F138';
    font-family: "bootstrap-icons";
    font-size: 1em;
    margin-left: 5px;
}
.bs-arrow-before::before{
    content: '\F12F';
    font-family: "bootstrap-icons";
    font-size: 1em;
    margin-right: 5px;
}
.mw-arrow-right-after::after {
    display: inline-flex;
    margin-left: .255em;
    vertical-align: .3em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}

.mw-arrow-left-before::before {
    display: inline-flex;
    margin-left: .255em;
    vertical-align: .3em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
    border-left: 0;
}

.mw-cert-detail-nav-bar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mw-cert-detail-nav-link {
    text-align: center;
    font-family: Myriad Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(85, 85, 85, 1);
}

.mw-cert-detail-title {
    margin-top: 10px;
    text-align: left;
    font-family: Myriad Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: rgba(85, 85, 85, 1);
}

.mw-cert-detail-subtitle {
    text-align: left;
    font-family: Myriad Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(85, 85, 85, 1);
}

.mw-cert-detail-input {
    text-align: left;
    font-family: Myriad Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(85, 85, 85, 1);
    width: 100%;
}

.mw-cert-detail-selected {
    color: #3b7511;
}

.mw-transaction-form > *:not(:first-child) {
    /* 
        The immediate children of the element with class mw-transaction-form are pages on the transactions.
        Only one should be visible at a time.
    */
    display: none;
}


.mw-progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    text-align: center;
}

.mw-progressbar li {
    list-style-type: none;
    color: rgba(85, 85, 85, 1);
    ;
    /* text-transform: uppercase; */
    font-size: 16px;
    width: 25%;
    float: left;
    position: relative;
    /* letter-spacing: 1px; */
}

.mw-progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: white;
    background: rgba(85, 85, 85, 1);
    ;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
.mw-progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: rgba(85, 85, 85, 1);
    ;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
    /*put it behind the numbers*/
}

.mw-progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

.mw-text-primary-color {
    color: #006990;
}

.mw-table-wrapper {
    display: flex;
    flex-direction: row;
}

@media(max-width:767px) {
    .mw-table-wrapper {
        flex-direction: column;
    }
}

.mw-table {
    border: 1px solid #000000;
}

.mw-table>thead>tr>th {
    height: 120px;
    display: table-cell;
    text-align: center;
    border-bottom: 1px solid #000000;
    font-size: 20px;
    vertical-align: middle;
}

.mw-table>tbody>tr>td {
    width: 50%;
    text-align: right;
    padding: 16px 24px 16px 16px;
    font-size: 18px;
    border-bottom: none;
}

.mw-table>tbody>tr>th {
    width: 50%;
    text-align: center;
    padding: 16px;
    font-size: 18px;
    border-bottom: none;
}

.mw-table-row-header {
    border-bottom: 1px solid #000000;
    vertical-align: middle;
}

.mw-table-row-header>td,
th {
    text-align: left;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
.mw-progressbar li.active:before,
.mw-progressbar li.active:after {
    background: #3b7511;
    color: white;
}

.mw-loading-overlay {
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 40%;
    left: 0px;
}

@media print {
    body {
        visibility: hidden;
    }

    #section-to-print {
        visibility: visible;
        position: absolute;
        left: 0;
        top: 0;
    }
}

label {
    font-weight: normal;
}


/* Use Myraid Pro for everything. Not a default font. Included via MyraidPro.css*/
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p,
.a {
    font-family: "Myriad Pro" !important;
}

html {
    font-size: calc(1em + .2vw);
}

/* Stylize default buttons with non standard styles*/
.btn-primary {
    border-color: #006990 !important
}

.btn-primary:hover {
    border-color: #50c8e8 !important
}

.btn-default {
    border-color: #ffffff !important
}

.btn-default:hover {
    border-color: #b3d88c !important
}
.dropdown-colors{
        color: var(--portalThemeColor3) !important;
        background-color: white !important; 
        box-shadow: none !important;
    }
.form-control::placeholder {
    color: #555555 !important;
    /* this resolves color conflict b/w form control and placeholder text css rules*/
}

.mw-carousel-layout-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 70%; /* force width to be 70% (100% - margin-left and margin-right), even on large screens */
    margin-right: 15%;
    margin-left: 15%;
    position: absolute;
    top: 0%;
}

.mw-carousel-layout-right {
    width: 50%;
    margin-left: auto;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
    padding: 15px;
}

.mw-carousel-layout-left {
    width: 50%;
    margin-right: auto;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
    padding: 15px;
}

@media (max-width: 768px) {
    .mw-carousel-layout-left, .mw-carousel-layout-right {
        width: 100%;
        /* Full width for very small screens */
        align-self: center;
        /* Center the column on very small screens */
    }
}

#loadingModal{
    z-index: 9998!important; /* putting loading spinner in front of everythings else, even other modals */
}
.modal{
    z-index: 9997!important;
}
.mw-tiny-text{
    color: #555555;
    font-weight: 400;
    font-size: 15px;
    font-style: italic;
}
.mw-light-gray-text{
    color: #767676 !important;
}
.pdf-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.pdf-container {
    width: 80%;
    height: 80%;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.pdf-close-overlay-btn{
    top:24px;
    right: 24px;
    position:absolute;
    border-radius: 15px;
}
.solid-button-secondary{
    color: #ffffff;
    border-radius: 5px;
    font-family: Arial;
    font-weight: 600;
    font-size: 14px;
    border-color: #3b7511;
    padding: 6px 20px;
    width: fit-content;
    border-style: solid;
    border-width: 1.6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #3b7511;
}
.solid-button-secondary:hover{
    background-color: #2f5e0f;
    color: #ffffff;
}
.solid-button-secondary:focus{
    background-color: #2f5e0f;
    color: #ffffff;
}
.solid-button-primary{
    color: #ffffff;
    border-radius: 5px;
    font-family: Arial;
    font-weight: 600;
    font-size: 14px;
    border-color: #006990;
    padding: 6px 20px;
    width: fit-content;
    border-style: solid;
    border-width: 1.6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #006990;
}
.solid-button-primary:hover{
    background-color: #ffffff;
    color: #006990;
}
.solid-button-primary:focus{
    background-color: #ffffff;
    color: #006990;
}
.solid-button-warning{
    color: #ffffff;
    border-radius: 5px;
    font-family: Arial;
    font-weight: 600;
    font-size: 14px;
    border-color: #DC3545;
    padding: 6px 20px;
    width: fit-content;
    border-style: solid;
    border-width: 1.6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #DC3545;
}
.solid-button-warning:hover{
    background-color: #ffffff;
    color: #DC3545;
}
.solid-button-warning:hover{
    background-color: #ffffff;
    color: #DC3545;
}
/* override default btn-close style because of power pages weirdness making it invisible */
.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;

}