
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700');

@import "normalize.css";
@import "webflow.css";
@import "roe53.webflow.css?v=1.1.0";

@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");

#downloads-search-phrase {
    width: 100%;
    margin-bottom: 30px;
}

.section-subheading.white a {
    color: #fff;
    text-decoration: underline;
}


.amsd-dropdown-toggle:hover .amsd-dropdown-arrow-icon {
    color: #1b1549;
}

.amsd-dropdown-toggle.w--open .amsd-dropdown-arrow-icon {
    transform: rotate(-45deg);
}

.sidebar-section-title.w--open .sidebar-section-dropdown-arrow {
    transform: rotate(-180deg);
}

.learn-more-link:hover .learn-more-arrow {
    transform: translate(3px, 0px);
}

.nav-menu {
    transform: none !important;
}

.select-input-wrapper .floating-form-label {
    pointer-events: none;
}

.wf-design-mode .select-input-wrapper .floating-form-label {
    pointer-events: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    display: inline-block;
    margin-top: 0px;
    margin: 0px;
}

.text-block .heading:first-child {
    margin-top: 0px;
}

.text-block table.textbox-columns-fixed-width {
    max-width: 100%;
}

.amsd-dropdown-toggle {
    white-space: normal;
}

.dropdown-nav-link.w--open .dropdown-nav-link-arrow {
    transform: rotate(-180deg);
}

.fas {
    font-style: inherit;
    font-weight: 900;
}

.fa {
    font-weight: 400;
}

.footer-link a {
    color: inherit;
}

[data-icon] {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.w-lightbox-noscroll {
    overflow: visible;
}

.w-nav-overlay {
    height: 100vh !important;
}

/* Date Input Usability Fix */
input[type="date"] {
    moz-appearance: none;
    webkit-appearance: none;
    appearance: none;
}

/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
.form-input.date-input-wrapper:after,
input[type="date"]:after {
    font-family: "Font Awesome 6 Free";
    content: "\f073";
    font-size: 16px;
    font-weight: normal;
    font-style: inherit;
    color: #000000;
    padding: 0 5px;
    position: absolute;
    top: 15px;
    right: 12px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    pointer-events: none;
}

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
    cursor: text;
}

/* adjust increase/decrease button */
input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

/* adjust clear button */
input[type="date"]::-webkit-clear-button {
    z-index: 1;
}

/* Select input safari fix */
.input-field.select-input {
    moz-appearance: none;
    webkit-appearance: none;
    appearance: none;
    position: relative;
}

.form-input.select-input-wrapper:after {
    font-family: "Font Awesome 6 Free";
    content: "\f078";
    font-size: 14px;
    font-weight: 900;
    font-style: inherit;
    color: #666666;
    padding: 0 5px;
    position: absolute;
    top: 16px;
    right: 8px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    pointer-events: none;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.text-block .heading:first-child {
    margin-top: 0px;
}

.cms-btn:focus {
    outline: 0;
}

img.userUpload {
    height: auto !important;
}

.contact-form-success-message {
    display: block !important;
}

.content-block ul {
    overflow: hidden;
}

.responsive-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cms-btn a {
    color: inherit;
}

.w-webflow-badge {
    display: none !important;
}

/* Custom search form styles */
[data-module="cms-custom-search"] {
    padding: 0px;
    margin-top: 20px;
}

[data-module="cms-custom-search"] .form-wrapper form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 280px;
    border-bottom: none !important;
}

[data-module="cms-custom-search"] .form-wrapper form button {
    min-width: 150px;
}

[data-module="cms-custom-search"] .form-wrapper .form-item {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

[data-module="cms-custom-search"] .form-wrapper form input[type='text'] {
    display: block;
    width: 100%;
    height: 48px;
    max-width: 100%;
    margin-bottom: 0px;
    padding: 8px 12px 8px 14px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
}

[data-module="cms-custom-search"] .form-wrapper {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.cms-custom-search-result {
    margin-bottom: 0px !important;
    padding-top: 30px;
    border-bottom: none !important;
    border-top: 1px solid #ddd;
}

.cms-custom-search,
.cms-custom-search-result p,
.cms-custom-search-result-sub-title {
    font-size: 14px !important;
    font-style: inherit !important;
    color: #858484;
    word-break: break-word;
}

.cms-custom-search-result-title {
    font-size: 16px !important;
    margin-bottom: 5px !important;
}

.cms-backend.block ul,
.cms-backend.block ol {
    margin-left: 0px !important;
}

.cms-frontend {
    overflow-x: hidden;
    word-wrap: break-word;
}

.wf-design-mode .cms-frontend {
    overflow-x: unset;
}

html {
    overflow: unset;
}

.textbox-columns .cms-btn.cms-btn-outlined {
    width: 280px;
    max-width: 100%;
    font-size: 14px;
}

.sidebar * {
    white-space: normal;
}

@media (max-width: 991px) {

    .w-lightbox-left,
    .w-lightbox-right {
        background-size: 15px;
    }
}

@media (max-width: 767px) {

}

@media (max-width: 479px) {

}