@import url("modules/accordion.css");

/* Global Styles */
hr {
    margin: 60px 0;
}
.graphic-full {
    margin-top: 40px;
    margin-bottom: 20px;
    max-width: 100%;
}
.form {
    background: #faf7f2;
    padding: 3rem 2rem 0 2rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}
.btn-primary {
    background-color: #00629b;
    color: #fff;
    font-family: inherit;
    transition: 0.3s;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius: 8px;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    line-height: 1.5;
    user-select: none;
    font-size: 0.9375em;
    text-transform: uppercase;
    min-width: 200px;
    margin-bottom: 1em;
    letter-spacing: 0.08em;
    font-weight: 700;
    padding: 0.8em 1.5em;
}
.btn-primary:hover {
    background-color: #182b49;
}
.text-link {
    color: #00629b;
    border-bottom: 1px #00629B solid;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: bold;
}
.text-link:hover {
    color: #182b49;
}
.main-section ul li,
.main-section ol li,
.section-wrapper ul li,
.section-wrapper ol li {
    margin-bottom: 10px;
}
.main-section ul li ul,
.main-section ul li ol,
.main-section ol li ul,
.main-section ol li ol {
    margin-top: 10px;
}
.main-section. p img {
    margin: 10px 0;
}
.no-margin {
    margin: 0 !important;
}
.mt-1 {
    margin-top: 1rem !important;
}
.mt-2 {
    margin-top: 2rem !important;
}
.mt-3 {
    margin-top: 3rem !important;
}
.mt-4 {
    margin-top: 4rem !important;
}
.mt-5 {
    margin-top: 5rem !important;
}
.mb-1 {
    margin-bottom: 1rem !important;
}
.mb-2 {
    margin-bottom: 2rem !important;
}
.mb-3 {
    margin-bottom: 3rem !important;
}
.mb-4 {
    margin-bottom: 4rem !important;
}
.mb-5 {
    margin-bottom: 5rem !important;
}
.section-wrapper {
    padding: 2em 2em 0 2em;
}
.section-wrapper.sand-bg {
    background-color: #f5f0e6;
    padding: 40px !important;
    margin: 60px 0;
}
@media screen and (min-width: 770px) and (max-width: 991px ) {
    .section-wrapper {
        padding: 2em 0;
    }
}
@media screen and (min-width: 1250px ) {
    .section-wrapper {
        padding: 2em 1em 0 1em;
    }
}