/* UNIVERSAL STYLES */

.content {
    max-width: none !important;
}

a, a:hover {
    text-decoration: none !important;
    font-weight: bold;
}
.placeIndicator {
     display: none !important;
}

/* FIXED NAV*/

#Main-menu {
  position: fixed;
  width: 100%
}

.mobile-search-btn {
   display: none !important
}

.Alert {
    display: none;
}

.Submenu {
    opacity: 0;
}

/* ADDITIONAL .chev-btn STYLES */

.chev-btn {
    font-weight: bold;
    color: #007396 !important;
}

/* MAIN CONTENT STYLES */

.Accordion-block {
    padding: 50px 100px;
}

@media screen and (max-width: 991px) {
    .Accordion-block {
        padding: 20px 15px !important;
        margin: 0;
    }
}

.headerImage img {
    border-radius: 24px;
    margin-bottom: 25px;
}

.Accordion-block.dark h2 {
    color :#CB6015;
}

.EPiServerForms {
    margin-top: 0;
}

.card {
    background: #f7f7f6;
    padding: 20px;
    margin-bottom: 25px;
    background-color: #f1f0ef;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

/* INFO CARD TABLE STYLES */

div.responsive-table {
    margin-bottom: 0 !important;
}

.card table {
    min-width: 0 !important;
    border: none;
}

.card table tbody tr {
    background-color: transparent !important;
}

.card table tbody tr td:first-child {
    padding: 0 7.5px 0 0;
    border: 0;
    vertical-align: top;
}

.card table tbody tr td:last-child {
    padding: 0 0 0 7.5px;
}

.card h3 {
    margin-bottom: 7.5px;
}

.card ul {
    margin-bottom: 5px;
    padding-left: 20px
}

.card li {
    font-size: 0.875rem;
}


/* BUTTON CARDS */

.Accordion-block .row {
    clear: both;
}

.Accordion-block a.btnCard {
    background-color: #003B5B;
    display: block;
    border-radius: 15px;
    transition: 0.3s;
    max-width: 500px;
    margin: 0 auto 20px;
}

.Accordion-block a.btnCard:hover {
    background-color: #4a4a4a;
}

.Accordion-block .btnCard span.btnImg img {
    border-radius: 15px 15px 0 0;
    margin-bottom: 0;
}

.Accordion-block .btnCard span.cardBtn{
    font-size: 14px;
    font-size: 1rem;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    line-height: 19px;
    line-height: 1.1875rem;
    text-align: center;
    transition: 0.3s all;
    text-decoration: none !important;
    margin: 0 auto;
    padding: 13px 20px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff !important;
    width: 100%;
    display: inline-block;
    text-decoration: none;
}

.Accordion-block .btnCard span.cardBtn:hover {
    color: #fff;
}

.Accordion.blue-scheme {
    border-radius: 15px;
}