/* -----------------------
Base styles
------------------------*/
body { 
    font-family: 'Public Sans'; 
    font-size: 16px;
    overflow-x:visible;
}

h1 {
    font-family: 'Public Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
}
h2 {
    font-family: 'Public Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
}
h3 {
    font-family: 'Public Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
}
h4 {
    font-family: 'Public Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
}
h5 {
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
}
h6 {
    font-family: 'Public Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

p {
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    clear: left;
}

.breadcrumb {
    background-color: #f3f3f3 !important;
    color: black;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem .25rem;
    border-radius: .25rem;
    list-style: none;
    margin-bottom: .5rem;
}

.breadcrumb a:hover, .breadcrumb li a:hover {
    color: #0056b3 !important;
    text-decoration: underline !important;
}

.breadcrumb li a, .breadcrumb li a:visited {
    color: black;
    line-height: 1.2;
 }

.breadcrumb-item.active a {
    color: #1b1b1b !important;
}

.breadcrumb-item.active {
    color: #1b1b1b !important;
    font-weight:600;
}

.content
{
	background-color: #fff;
	margin: 0 .5em;
}

.contact-footer {
    text-align: center;
    padding: 30px 0;
    clear: both;
}

.RegularLabels {
    color: #274863 !important;
    text-decoration: none;
    background-color: transparent;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.embeddedWrapperContainer {
    padding-top: 10px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em;
    border-top: 0;
    overflow: auto;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: .5em !important;
    margin-left: .5em !important;
}
