p {
    margin-bottom: 10px !important;
}

.form-control, .form-select {
    font-size: 15px;
    border-radius: 0;
    border: 1px solid #ced6d5;
}

h1 {
    font-family: 'Montserrat-Medium';
    font-size: 48px;
    color: #0A362D;
    line-height: 1.2em;
}

h2 {
    font-size: 32px;
    font-family: 'Montserrat-Medium';
    color: #0A362D;
    line-height: 1.2em;
}

h3 {
    font-size: 23px;
    font-family: 'Montserrat-Medium';
    color: #0A362D;
    line-height: 1.2em;
}

body {
    font-family: 'Open Sans Regular';
    font-size: 15px;
    line-height: 1.4em;
}

header {
    text-align: center;
}

header .btn {
    height: 40px;
    color: #646363;
}

header a {
    font-size: 17px;
    font-family: 'Montserrat-Medium';
}

footer {
    width: 100%;
    min-height: 75px;
    background-color: #0A362D;
    text-align: center;
    color: #ffffff;
    font-family: 'Open Sans Regular';
}

table {
    border: 1px solid #CCCCCC;
}

tr {
    height: 60px !important;
    vertical-align: middle;
}

.table > :not(caption) > * > * {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.color-green {
    color: #49A993;
}

.color-grey {
    color: #646363;
}

.bg-green {
    background-color: #439F88;
}

.bg-light-green {
    background-color: #E3EEEA;
}

.bg-grey {
    background-color: #F2F2F2;
}

.required::after {
    content: " *";
    color: red;
}

.btn {
    border-radius: 0;
    font-family: 'Montserrat-Medium';
    font-size: 17px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    color: #0A362D;
    height: 45px;
    border: 1px solid #49A993;
    background: transparent;
    align-content: center;
    text-wrap: nowrap;
}

.btn:hover {
    border: 1px solid #49A993;
}

.link,
.link:hover {
    text-decoration: underline;
    color: #000000;
}

.link-no-decoration {
    text-decoration: none;
}

.link-grey,
.link-grey:hover {
    color: #646363;
}

.link-white,
.link-white:hover {
    color: #ffffff;
}

.link-green,
.link-green:hover {
    color: #0A362D;
}

.fs-18 {
    font-size: 18px;
}

.homepage-banner {
    background-image: url("/static/images/homepage-banner.7ce00afd5df2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    align-content: center;
    padding-top: 110px;
    padding-bottom: 110px;
}

.homepage-banner .btn {
    color: #FFFFFF;
}

@media (min-width: 992px) {
    .bg-hexagon {
        background-image: url("/static/images/hexagon-bg.836f44df1a7d.webp");
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: -800px;
        background-position-y: 350px;
    }

    .navbar-collapse {
        flex-grow: initial;
        flex-basis: auto;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .divider {
        display: none;
    }
}

@media (max-width: 992px) {
    .dropdown-menu {
        border: 0;
        height: auto !important;
    }

    .dropdown-menu ul {
        width: 88dvw;
        border: 0 !important;
        margin-left: 0px !important;
    }

    .dropdown-menu ul.show {
        display: inherit !important;
    }

    .dropdown-menu ul li {
        padding: 5px 0;
    }

    .dropdown-menu ul li:first-of-type {
        padding-top: 20px;
    }

    .dropdown-menu ul li:last-child {
        padding-bottom: 20px;
    }

    .divider {
        display: block;
        width: 100%;
    }
}

.container {
    --bs-gutter-x: 40px;
}

.dropdown-menu {
    border: 0;
    height: 50px;
}

.dropdown-menu ul {
    background-color: #efefef;
    margin-top: 13px;
    margin-left: -46px;
    border-radius: 0;
    text-align: left;
    list-style: none;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: 0;
    padding: 0;
    z-index: 0;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.bg-header {
    min-height: 260px;
    background-image: url("/static/images/top-header-banner.2f9657ef9051.webp");
    background-repeat: no-repeat;
    background-size: cover;
    align-content: center;
}

ul {
    list-style-type: square;
    line-height: 26px;
}

ol {
    line-height: 26px;
}

ul.clock {
    padding: 0;
    line-height: 30px;
    
}

ul.clock li {
    list-style: none;
    background: url("/static/icons/clock.8087a2af568a.jpg");
    background-repeat: no-repeat;
    padding-left: 35px;
    background-position-y: 4px;
}

.my-80 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.gap-5 {
    gap: 40px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ms-20 {
    margin-left: 20px !important;
}

.me-20 {
    margin-right: 20px !important;
}

.me-10 {
    margin-right: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.fw-bold {
    font-family: "Open Sans SemiBold";
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.lh-14 {
    line-height: 1.4 !important;
}

#id_search, .id_search {
    background-image: url("/static/icons/search.21f6631bbf9f.svg");
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: center;
    padding-left: 39px;
}

.accordion {
    --bs-accordion-body-padding-y: 0rem;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #FFFFFF;
    box-shadow: none;
}

.accordion-search {
    font-size: 15px;
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    --bs-offcanvas-height: 90vh;
}

.pointer {
    cursor: pointer;
}

.green-circle {
    width: 32px !important;
    height: 32px !important;
    background-color: #3C8A83;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-family: 'Open Sans Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.accordion-header-custom {
    background-color: #f2f2f2;
}

.accordion-header-custom .green-circle {
    background-color: #919191;
}

.accordion-header-custom .accordion-button {
    background-color: #f2f2f2;
}

#set-up-reminders .accordion-button {
    --bs-accordion-btn-icon: none;
    --bs-accordion-btn-active-icon: none;
}

ul.tick {
    padding-left: 17px;
    line-height: 26px;
}

ul.tick li {
    list-style: none;
    background: url("/static/icons/small-tick.522bac05e91c.svg");
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position-y: 9px;
}
