:root {
    font-size: 16px;
    --cyan: #4A8080;
    --cyan-dark: #004154;
    --cyan-hover: rgb(114,168,168);
    --yellow: #DEDC00;
    --yellow-hover: #abaa00;
    --green: #86BC25;
    --green-hover: #6a9818;
    --cyan-grey: #90AD8E;
    --cyan-light: #E4EBE3;
    --grey-line: #B0B0B0;
    --font-text: 'Roboto', sans-serif;
    --font-header: 'Rokkitt', serif;
    --font-size-h2: 2.25rem;
    --font-size-h3: 1.75rem;
    --font-small: .875rem;
    --font-xsmall: .75rem;
    --font-large: clamp(1.5rem, 3vw, 3.25rem);
    --font-xlarge: clamp(2rem, 5vw, 4rem);
    --font-xxlarge: clamp(3rem, 5vw, 5rem);
}

.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}


* {
    font-family: var(--font-text);
}

body, p, label, li {
    font-size: 1.125rem;
    color: #2b2b2b;
}

@media (min-width: 1600px) {
    body, p, label, li {
        font-size: 1.25rem;
    }
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-family: var(--font-header);
    font-weight: 600;
    color: var(--cyan-dark) !important;
}

h1, h1 a, h1 span {
    font-size: clamp(2.5rem, 4vw, 4rem) !important;
}

h2, h2 a, h2 span {
    font-size: var(--font-size-h2);
}

@media (max-width: 475px) {
    .uc_text_block h1, h1 a, h1 span,
    h2, h2 a, h2 span,
    div.fw-text-banner .banner_title h2,
    div.uc_banner_block .banner_subtitle p {
        font-size: var(--font-size-h3) !important;
    }
}

.uc_text_block h1, 
.uc_text_block h2, 
.uc_text_block h3, 
.uc_text_block h4, 
.uc_text_block h5, 
.uc_text_block h6 {
    margin-bottom: 1.5rem;
}

.uc_text_block h1 span {
    font-size: initial !important;
}

/* Buttons */
a {
    color: var(--cyan);
}

.btn-u, .btn-u.btn-u-sea-shop {
    background-color: var(--yellow);
    color: var(--cyan-dark) !important;
    font-weight: 700;
    font-size: var(--font-text);
    font-size: 1.25rem;
}

.btn-u.btn-green {
    background-color: var(--green);
    color: #fff !important;
}

.btn-u:hover, .btn-u.btn-u-sea-shop.hover {
    background-color: var(--yellow-hover) !important;
}

.btn-u.btn-green:hover {
    background-color: var(--green-hover) !important;
    color: #fff !important;
}

.btn-u {
    border-radius: 30px !important;
}


.uc_cookies .cookie-bar-btns input.btn-u {
    line-height: 35px !important;
}

@media (max-width: 767px) {
    .btn-u {
        height: 40px;
        line-height: 40px;
        padding: 0 30px;
    }
}

@media (min-width: 768px) {
    .btn-u {
        height: 50px;
        line-height: 50px;
        padding: 0 30px;
    }
}

/* Layout corrections */
.fw-header-row {
    margin: 0;
}

.using-fw-banner #pnl_wrapper {
    margin-top: 0
}

.row-breakout.block_breakout > .uc_banner_block.col-md-12 {
    padding: 0;
}

.row-breakout.block_breakout > .uc_banner_block.col-md-12 .static-banner  {
    background-size: cover;
}

.row-breakout.block_breakout .uc_text_block.bg-color {
    margin: 0;
    width: 100% !important;
}

@media (max-width: 991px) {
    .row-breakout + .container {
        margin-top: 0 !important;
    }

    .row-breakout.block_breakout > .uc_banner_block {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .row-breakout.block_breakout .uc_text_block.bg-color {
        padding: 0 calc(50% - 360px);
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .row-breakout.block_breakout .uc_text_block.bg-color {
        padding: 0 calc(50% - 485px);
    }
}

@media (min-width: 1201px) and (max-width: 1459px) {
    .row-breakout.block_breakout .uc_text_block.bg-color {
        padding: 0 calc(50% - 570px);
    }
}

@media (min-width: 1460px) {
    .container {
        width: 1460px;
    }
    .row-breakout.block_breakout .uc_text_block.bg-color {
        padding: 0 calc(50% - 715px);
    }
}

/* Forms */
input.form-control {
    height: 42px;
}

/* Footer */
.uc_footer * {
    color: #fff !important;
    font-size: 1.125rem !important;
}

.uc_footer .footer {
    background-color: var(--cyan-dark);
}

.uc_footer.footer-correction {
    margin-top: -89px;
}

.uc_footer h2 {
    font-size: var(--font-size-h3) !important;
}

.uc_footer .footer {
    padding-top: 75px;
}

.uc_footer .footer-social img {
    width: 40px;
    height: 40px;
}

.uc_footer .footer-social ul {
    display: flex;
    flex-flow: row nowrap;
}

.uc_footer .footer-social li {
    margin-right: 15px;
}

.uc_footer .footer-logo {
    margin-top: 0;
}

.uc_footer .footer-logo img {
    max-width: 180px;
}

.uc_footer .footer-about-us ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 30px;
}

.uc_footer .footer-about-us li {
    margin-right: 12px;
}

.uc_footer .footer-about-us li:last-child {
    margin-right: 0;
}

.uc_footer .footer-about-us li a {
    padding-right: 15px;
    border-right: 1px solid #fff;
}

.uc_footer .footer-about-us li:last-child a {
    border-right: 0;
    padding-right: 0;
}

.uc_mailing_footer input {
    height: 35px !important;
    line-height: 35px !important;
    border: 0;
}

.uc_mailing_footer .uc_mailing_footer {
    display: flex;
    flex-flow: row nowrap;
    padding-top: 5px;
}

.uc_mailing_footer .uc_mailing_footer .inputbutton {
    width: auto;
    background-color: #fff !important;
    color: var(--grey-line) !important;
    font-weight: bold;
    font-size: var(--font-small);
    padding: 0 15px;
    border-radius: 0 !important;
}

.uc_mailing_footer .uc_mailing_footer .inputbutton:hover {
    background: var(--yellow) !important;
    color: var(--cyan-dark) !important;
}

.uc_mailing_footer .form-group {
    position: relative;
}

.uc_mailing_footer .form-control {
    width: 100%;
    max-width: 350px;
    color: var(--cyan-dark) !important;
}

.uc_mailing_footer .form-group::after {
    content: "";
    height: 20px;
    width: 2px;
    display: block;
    background-color: var(--grey-line) !important;
    position: absolute;
    top: 8px;
    right: 0;
}

.uc_footer .copyright {
    background-color: var(--cyan-dark);
    border-top: 1px solid rgba(255,255,255, .1);
}

@media (max-width: 767px) {
    .uc_footer.footer-correction {
        margin-top: -108px;
    }
}

@media (max-width: 991px) {
    .uc_mailing_footer {
        width: 100% !important;
    }
}

@media (min-width: 1460px) {
    .footer .row::before,
    .footer .row::after {
        display: none;
    }

    .footer .row {
        display: flex;
        flex-flow: row wrap;
    }

    .footer .row .col-md-4:last-child {
        padding-left: 150px;
    }

}

/* Handles textblocks */
.table-col2 table {
    width: 100% !important;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    border: 0;
}

.table-col2 tr {
    display: flex;
    flex-flow: row nowrap;
}

.table-col2 td {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    border: 0;
}

.table-col2 td:first-child {
    flex-shrink: 0;
}

.table-col2 ul {
    list-style: none;
}

.table-col2 li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px !important;
}

.table-col2 ul li::before {
    content: " ";
    background-color: var(--green);
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    margin: 0 5px 3px 0;
    position: absolute;
    left: 0;
    top: 15px;
}

@media (max-width: 767px) {
    .table-col2 tr {
        display: flex;
        flex-flow: column;
    }

    .table-col2 ul {
        padding-left: 0;
    }

    .table-col2 li {
        font-size: 1.125rem;
    }
}

@media (max-width: 1599px) {
    .table-col2 ul li::before {
        top: 9px;
    }
}

@media (min-width: 1600px) {
    .table-col2 li {
        font-size: var(--font-size-h3);
    }

    .table-col2 ul li::before {
        top: 18px;
    }
}

.uc_text_block.mega-text {
    text-align: center;
}

.uc_text_block.mega-text h2,
.uc_text_block.mega-text h2 span {
    font-family: var(--font-text) !important;
    font-weight: 400;
    line-height: 1.25;
    color: var(--cyan-grey) !important;
}

.uc_text_block.mega-text h2 strong span {
    font-weight: 700;
}

@media (min-width: 992px) {
    .uc_text_block.mega-text{
        padding: 0 18%;
    }

    .uc_text_block.mega-text h2,
    .uc_text_block.mega-text h2 span {
        font-size: var(--font-large) !important;
    }
}


.fw-page-header {
    min-height: 80px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    width: 100% !important;
    background-color: var(--cyan-grey);
}

.fw-page-header h1 {
    color: #fff !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

@media (min-width: 992px) {
    .fw-page-header {
        min-height: 165px;
    }
}

.max-900,
.usp-table {
    margin: 0 auto;
    max-width: 900px;
}

.usp-table table {
    border: 0;
}

.usp-table table tr {
    display: flex;
    flex-flow: row wrap;
}

.usp-table table h2 {
    margin-bottom: 0;
}

.usp-table table h2:before {
    content: "";
    background-color: var(--green);
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px !important;
    margin: 0 10px 5px -20px;
}

.usp-table table td {
    border: 0;
    width: 50%;
}

.usp-table table tr {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .usp-table table tr td {
        width: 100%;
    }

    .usp-table table h2:before {
        margin: 0 10px 5px 0;
    }
}