﻿@font-face {
    font-family: "Karbon";
    src: url("../fonts/karbon/Karbon-Semibold.woff2") format("woff2"),url("../fonts/karbon/Karbon-Semibold.woff") format("woff"),url("../fonts/karbon/Karbon-Semibold.otf") format("opentype");
    font-weight: 600
}

@font-face {
    font-family: "Karbon";
    src: url("../fonts/karbon/Karbon-Regular.woff2") format("woff2"),url("../fonts/karbon/Karbon-Regular.woff") format("woff"),url("../fonts/karbon/Karbon-Regular.otf") format("opentype");
    font-weight: 400
}

@font-face {
    font-family: "Karbon Semibold";
    src: url("../fonts/karbon/Karbon-Semibold.woff2") format("woff2"),url("../fonts/karbon/Karbon-Semibold.woff") format("woff"),url("../fonts/karbon/Karbon-Semibold.otf") format("opentype");
    font-weight: 600
}

h1 {
    font-family: "Karbon Semibold",tahoma;
    line-height: 1;
    color: #42777e
}

h2, h3 {
    font-family: "Vollkorn",georgia;
    line-height: 1;
    color: #003c4b
}

h4, h5 {
    font-family: "Karbon Semibold",tahoma;
    line-height: 1
}

h6, p, .p, body, li {
    font-family: "Karbon",tahoma
}

    h6 strong, h6 b, p strong, p b, .p strong, .p b, body strong, body b, li strong, li b {
        font-family: "Karbon Semibold",tahoma
    }

body, h4, h5, p, .p, li {
    color: #003c4b
}

.required {
    color: red;
}

@media (max-width: 767px) {
    body, h4, h5, p, .p, li {
        color: #0b212c
    }
}

body, p, .p, li {
    font-size: 22px;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased
}

    p a, .p a, li a {
        font-family: "Karbon Semibold",tahoma
    }

    p:last-child, .p:last-child {
        /*margin-bottom: 0*/
        margin-bottom: 5px;
    }

h1 {
    font-size: 35px;
    margin: 10px 0
}

h2 {
    font-size: 55px;
    margin: 15px 0;
}

h3 {
    font-size: 50px
}

h4 {
    font-size: 30px;
    text-transform: uppercase
}

h5 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 15px 0;
}

h6 {
    font-size: 18px
}

.small {
    font-size: 16px
}

.hint-text {
    font-size: 16px;
    font-style: italic;
}

.color-reverse {
    color: white
}

    .color-reverse h1, .color-reverse h2, .color-reverse h3, .color-reverse h4, .color-reverse h5, .color-reverse h6, .color-reverse p, .color-reverse .p, .color-reverse body, .color-reverse li {
        color: white
    }

a {
    color: #d86227;
    transition: all 0.3s ease
}

    a:visited {
        color: #d86227
    }

    a:hover, a:active {
        color: #ac4e1e
    }

blockquote, .blockquote h2, .blockquote h3 {
    position: relative
}

    blockquote:before, .blockquote h2:before, .blockquote h3:before {
        content: "“"
    }

@media (min-width: 768px) {
    blockquote:before, .blockquote h2:before, .blockquote h3:before {
        position: absolute;
        left: -34px
    }
}

blockquote:after, .blockquote h2:after, .blockquote h3:after {
    content: "”"
}

@media (max-width: 991px) {
    body, p, .p, li {
        font-size: 21px
    }

    h1 {
        font-size: 29px
    }

    h2 {
        font-size: 45px
    }

    h3 {
        font-size: 49px
    }

    h4 {
        font-size: 29px
    }

    h5 {
        font-size: 21px
    }

    h6 {
        font-size: 16px
    }

    .small {
        font-size: 14px
    }

    .hint-text {
        font-size: 14px;
        font-style: italic;
    }
}

@media (max-width: 767px) {
    body, p, .p, li {
        font-size: 20px
    }

    h1 {
        font-size: 28px
    }

    h2 {
        font-size: 40px
    }

    h3 {
        font-size: 46px
    }

    h4 {
        font-size: 28px
    }

    h5 {
        font-size: 20px
    }

    h6 {
        font-size: 16px
    }

    .small {
        font-size: 14px
    }

    .hint-text {
        font-size: 14px;
        font-style: italic;
    }
}

header {
    margin-bottom: 30px;
    padding: 18px
}

@media (min-width: 768px) {
    header {
        padding: 28px;
        margin-bottom: 50px
    }
}

header .logo {
    height: 62px;
    width: auto
}

form {
    max-width: 100%;
    accent-color: #003c4b
}

fieldset {
    margin: 30px 0
}

label {
    color: #a3afb3;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    transition: all 0.3s ease
}

    label.animate {
        max-height: 0
    }

        label.animate.show {
            max-height: 40px
        }

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=number], input[type=search], input[type=url], select, textarea {
    max-width: 100%;
    width: 100%;
    margin-bottom: 7px;
    border-radius: 21px;
    border: 1px #a3afb3 solid;
    padding: 12px 25px 8px;
    background-color: transparent;
    color: #a3afb3;
    font-size: 19px;
    font-family: "Karbon",tahoma;
    outline: none
}

    input[type=text]:last-child, input[type=password]:last-child, input[type=email]:last-child, input[type=tel]:last-child, input[type=date]:last-child, input[type=month]:last-child, input[type=week]:last-child, input[type=time]:last-child, input[type=number]:last-child, input[type=search]:last-child, input[type=url]:last-child, select:last-child, textarea:last-child {
        margin-bottom: 0
    }

.radio-group, .check-group {
    margin-bottom: 20px
}

    .radio-group label, .check-group label {
        margin: 5px 0
    }

input[type="radio"], input[type="checkbox"] {
    display: inline-grid;
    place-content: center;
    appearance: none;
    width: 30px;
    height: 30px;
    margin-right: 3px;
    border: 1px #a3afb3 solid;
    border-radius: 8px;
    background-color: #fff;
    color: #003c4b
}

    input[type="radio"]::before, input[type="checkbox"]::before {
        content: "";
        width: 15px;
        height: 15px;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        background-image: url("../images/tick.svg");
        background-size: contain
    }

    input[type="radio"]:checked::before, input[type="checkbox"]:checked::before {
        transform: scale(1)
    }

input[type="checkbox"] {
    position: relative;
    top: 1px
}

input[type="radio"] {
    border-radius: 50%
}

    input[type="radio"]::before {
        border-radius: 50%;
        width: 8px;
        height: 8px;
        box-shadow: inset 10px 10px #42777e;
        background-image: none
    }

select, .button, button, input[type=select] {
    max-width: 100%;
    -webkit-appearance: none;
    border: 2px transparent solid;
    border-radius: 50px;
    padding: 12px 25px 8px;
    background-color: #d86227;
    color: white;
    font-size: 19px;
    transition: all 0.3s ease
}

    select:hover, select:active, select:focus, .button:hover, .button:active, .button:focus, button:hover, button:active, button:focus, input[type=select]:hover, input[type=select]:active, input[type=select]:focus {
        border: 2px #d86227 solid;
        background-color: white;
        color: #d86227
    }

    select[readonly] {
        background-color: beige;
    }

        select[readonly] option {
            background-color: beige;
        }

.button, button {
    font-family: "Karbon Semibold",tahoma;
    padding-left: 35px;
    padding-right: 35px
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=number], input[type=search], input[type=url] {
    width: 100%;
    border-radius: 50px;
    font-family: "Karbon",tahoma;
    color: #003c4b;
    background-color: white
}

    input[type=text]:disabled, input[type=radio]:disabled, select:disabled, input[type=checkbox]:disabled {
        background-color: beige;
    }

    input[type=text]:read-only {
        background-color: beige;
    }

@media (max-width: 991px) {
    input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=number], input[type=search], input[type=url] {
        color: #0b212c
    }
}

textarea {
    min-height: 150px;
    margin-bottom: 20px;
    font-family: "Karbon",tahoma;
    color: #003c4b
}

@media (max-width: 991px) {
    textarea {
        color: #0b212c
    }
}

select {
    width: 100%;
    padding-right: 50px;
    position: relative;
    display: block;
    border: 1px #a3afb3 solid;
    background: white url("../images/arrow-down-blue.svg") calc(100% - 20px) center no-repeat;
    background-size: 14px;
    color: #003c4b
}

@media (max-width: 991px) {
    select {
        color: #0b212c
    }
}

select:hover, select:active, select:focus, select:focus-visible, select:focus-within {
    border: 1px #a3afb3 solid;
    color: #003c4b
}

@media (max-width: 991px) {
    select:hover, select:active, select:focus, select:focus-visible, select:focus-within {
        color: #0b212c
    }
}

select:focus-visible {
    outline: none
}

#page-home input {
    width: 265px;
    margin-right: 10px
}

@media (min-width: 768px) {
    #page-home .kiaora {
        margin: 80px 0 120px 0
    }
}

#page-home .hero-home {
    padding: 2%
}

@media (min-width: 768px) {
    #page-home .hero-home {
        position: absolute;
        top: 100px;
        max-height: calc(100vh - 140px);
        width: 50%;
        right: 0;
        padding: 1.1%
    }
}

body {
    margin: 0
}

img {
    object-fit: contain;
    max-width: 100%
}

.content {
    position: relative;
    min-height: 100vh;
    overflow: hidden
}

@media (min-width: 768px) {
    .content {
        padding-bottom: 20px
    }
}

.container {
    margin-top: 30px;
    margin-bottom: 30px
}

.bg-blue-lightest {
    background-color: #cbebea
}

hr {
    border-top-color: #003c4b
}

footer {
    background-color: #0b212c;
    padding: 15px
}

    footer p {
        color: #7f9da5
    }

@media (min-width: 768px) {
    footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }
}
