/* You can add global styles to this file, and also import other style files */
button {
    margin-right: 3px;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1600px;
    }
}

.toast-error .toast-header {
    background-color: #dc3545;
    color: #ffffff;
}

.toast-warning .toast-header {
    background-color: #ffc107;
    color: #ffffff;
}

.k-checkbox {
    display: inline-block !important;
    color: #008190;
}

    .k-checkbox:checked, .k-checkbox.k-checked {
        border-color: #008190;
        color: white;
        background-color: #008190;
    }

.k-tabstrip-content {
    border-style: none;
}

.k-grid {
    margin-bottom: 10px;
}

    .k-grid a {
        text-decoration: underline;
    }




.k-button-solid-base.k-selected {
    background-color: #008190;
    border-color: #008190;
}



h1 {
    font-size: 1.5rem;
}

fieldset {
    margin-bottom: 5px;
}

.smol {
    font-size: .75em;
}

.k-pdf-viewer-pages .k-icon-xxxl,
.k-pdf-viewer-pages .k-upload {
    display: none;
}

/* Blazor Connection Styles */
#components-reconnect-modal {
    display: none;
}

    #components-reconnect-modal.components-reconnect-show,
    #components-reconnect-modal.components-reconnect-failed,
    #components-reconnect-modal.components-reconnect-rejected {
        display: block;
        background-color: white;
        padding: 2rem;
        border-radius: 0.5rem;
        text-align: center;
        box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
        margin: 50px 50px;
        position: fixed;
        top: 0;
        z-index: 10001;
    }

/* Site */
body {
    background: #FFF;
    font-size: 16px;
    color: #555555;
    font-family: century-gothic, sans-serif;
}

.logoTagline {
    color: #555555;
    font-style: italic;
    font-size: 1rem;
    font-weight: bold;
}

.logo a {
    text-decoration: none;
}

.logo img {
    max-width: 300px;
}

.mainNavContainer a {
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    color: #008190;
}

.mainNavContainer li {
    display: inline-block;
    margin: 0;
    line-height: 1.5;
}

.mainNavContainer #menu-mainnav > li > a {
    padding: 10px;
    display: block;
    font-weight: 700;
    font-size: 1rem;
}

.mainNavContainer #menu-mainnav > li > a:hover {
     background: #008190;
    color: #FFF;
}

.mainNavContainer #menu-mainnav > li.magentaMenuItemText > a:hover {
    background: #ae3965;
}

.headerSocial {
    font-size: 20px;
}

.topNavContainer li {
    display: inline-block;
    margin: 0;
}

.topNavContainer ul {
    margin: unset;
    padding: unset;
}

.mainNavWrapper {
    padding: 30px 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #333333;
    /*     font-family: century-gothic, sans-serif; */
    font-style: normal;
    font-weight: regular;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 36px;
    font-weight: 700 line-height: 40px;
    color: #008190;
    padding-bottom: 15px;
}

h2 {
    font-size: 28px;
    line-height: 32px;
    color: #C02B65;
}

h3 {
    font-size: 22px;
    line-height: 25px;
}

h4 {
    font-size: 19px;
    line-height: 23px;
}

h5 {
    font-size: 17px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 21px;
}

p {
    margin: 0 0 20px 0;
    font-size: 1rem;
    color: #555555;
    line-height: 1.5;
    /* 	font-family: century-gothic, sans-serif; */
}

p img {
    margin: 0;
}

.footerWrapper > .container {
    border-top: 4px solid #faa700;
}

a.footerSubscribeBtn {
    color: #FFF;
    background: #008190;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 15px;
    font-weight: bold;
    border-radius: 5px;
}

    a.footerSubscribeBtn:hover {
        color: #ebab21 !important;
    }

.footerContactWrapper a:hover {
    color: #ac3964;
}

.footerContactWrapper p:not(.lead) {
    font-size: 14px;
    margin: 0 0 10px 0;
}


.footerContactWrapper a {
    color: #003342;
}

/* Defaults
================================================== */
img {
    max-width: 100%;
    height: auto;
}