body, html {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background-color: #FFFFFF;
}
html {
    scroll-behavior: smooth;
}
.clear {
    clear: both;
}
@font-face {
    font-family: 'ralewaymedium';
    src: url('raleway-medium-webfont.woff2') format('woff2'),
         url('raleway-medium-webfont.woff') format('woff'),
         url('raleway-medium.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}
a {
    color: #005e9e;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#burger-menu {
    position: fixed;
    top: -200px;
    width: 100%;
    background-color: #B5C3C4;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#burger-menu.show {
    top: 104px;
}
#burger-menu a {
    text-decoration: none;
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #005e9e;
    letter-spacing: 0.1em;
    text-align: center;
    margin-left: 25px;
    padding-top: 25px;
    padding-bottom: 20px;
}
.header {
    background-image: url('/header-4075.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
    border-bottom: 1px solid #005e9e;
}
#top-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#top-nav.small {
    background-color: #B5C3C4;
}
#top-nav .content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
#top-nav .content img {
    width: 20%;
    max-width: 417px;
    min-width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#top-nav.small .content img {
    width: 10%;
}
#top-nav .content .burger {
    display: none;
    position: absolute;
    cursor: pointer;
    top: 46px;
    right: 0;
    width: 55px;
    height: 50px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#top-nav .content .burger.show {
    top: 36px;
}
#top-nav .content .burger div {
    height: 7px;
    width: 100%;
    margin-bottom: 7px;
    background-color: #005e9e;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#top-nav .content .burger.show div:first-child {
    transform: rotate(45deg);
    margin-top: 28px;
}
#top-nav .content .burger.show div:nth-child(2n) {
    opacity: 0;
}
#top-nav .content .burger.show div:last-child {
    transform: rotate(-45deg);
    margin-top: -28px;
}
#top-nav .content .menu {
    position: absolute;
    top: 48px;
    right: 0;
    width: 70%;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#top-nav .content .menu a {
    text-decoration: none;
    color: #005e9e;
    letter-spacing: 0.05em;
    margin-left: 25px;
    padding-top: 25px;
    padding-bottom: 20px;
}
h1, h2 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 30px;
}
#content {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
.wrapper {
    width: 550px;
    margin: auto;
}
.contact-form form > div {
    margin-bottom: 15px;
}
.contact-form form label {
    display: inline-block;
    width: 150px;
}
.contact-form form input, .contact-form form textarea {
    border: 1px solid #000000;
    width: 250px;
    padding: 6px;
    font-weight: 12px;
}
.contact-form form textarea {
    height: 70px;
}
.contact-form form .textarea {
    position: relative;
}
.contact-form form .textarea label {
    position: absolute;
    top:5px;
    left:0;
}
.contact-form form .textarea textarea {
    margin-left: 155px;
}
.contact-form form input[type=submit] {
    width:auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 155px;
}
.contact-form form input:focus,
.contact-form form select:focus,
.contact-form form textarea:focus,
.contact-form form button:focus {
    outline: none;
}
.contact-form form .error {
    display: block;
    color:#FF0000;
    margin-top: 5px;
    margin-left: 155px;
}
.icons {
    padding-top: 15px;
}
.icons .avi {
    max-height: 120px;
    margin-right: 20px;
}
.icons .safe4shore {
    max-height: 120px;
}
.footer {
    font-family: 'ralewaymedium';
    line-height: 1.4;
    background-color: #005e9e;
    padding-bottom: 30px;
}
.footer .wave {
    background-color: #FFFFFF;
    margin-top: 30px;
}
.footer .wave img {
    width: 100%;
    height: 20%;
}
.footer .wave .wrapper {
    background-color: #005e9e;
    margin-top: -15px;
    padding-bottom: 100px;
    width: 100%;
}
.footer .wave .wrapper .content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    color: #FFFFFF;
}
.footer .wave .wrapper .content img {
    width: 32px;
    height: 32px;
}
.footer .wave .wrapper .content .pos {
    position: absolute;
    width: 100%;
    top: -45px;
}
.footer .wave .wrapper .content .pos p {
    margin-top: 0;
}
.footer .wave .wrapper .content .pos .left {
    float: left;
    width: 50%;
}
.footer .wave .wrapper .content .pos .right {
    float: left;
    width: 50%;
    text-align: right;
    margin-top: -46px;
}
.footer .wave .wrapper .content .pos .right .link {
    float: right;
}
.footer .wave .wrapper .content .pos .right .link a {
    display: inline-block;
    position: relative;
    color: #FFFFFF;
    margin-left: 30px;
    text-decoration: none;
    height: 32px;
    padding-left: 33px;
}
.footer .wave .wrapper .content .pos .right .link a img {
    position: absolute;
    top: -6px;
    left: 0;
}
.footer .wave .wrapper .content .pos .right .link.contact a {
    padding-left: 29px;
}
.footer .wave .wrapper .content .pos .right .link.site-notice a {
    padding-left: 37px;
}
.footer .wave .wrapper .content .pos .right .link.data-protection {
    padding-top: 15px;
}
.footer .wave .wrapper .content .pos .right .link.contact {
    padding-top: 30px;
}
/*.footer .content {
    margin-top: -10px;
    background-color: #005e9e;
    padding-bottom: 40px;
    color: #FFFFFF;
    z-index: 9;
}
.footer .content .wrapper {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
.footer .content .wrapper .left {
    float: left;
    width: 50%;
}
.footer .content .wrapper .right {
    float: left;
    width: 50%;
    text-align: right;
}
.footer .content .wrapper p {
    
}
.footer .content .wrapper .right a {
    color: #FFFFFF;
    margin-left: 15px;
}*/
.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{-webkit-transition:transform 1s ease;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{-webkit-transform:translateY(0);transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{-webkit-transform:translateY(0);transform:translateY(0)}.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}


@media screen and (max-width:1080px) {
    .header {
        height: 300px;
    }
    .footer {
        padding-bottom: 60px;
    }
    .footer .wave .wrapper .content .pos .left {
        padding-top: 30px;
    }
    .footer .wave .wrapper .content .pos .right {
        margin-top: -32px;
    }
    .footer .wave .wrapper .content .pos .right .link {
        float: none;
    }
    .footer .wave .wrapper .content .pos .right .link.data-protection {
        padding-top: 0;
        padding-right: 10px;
    }
    .footer .wave .wrapper .content .pos .right .link.contact {
        padding-top: 0;
        padding-right: 105px;
    }
}

@media screen and (max-width:800px) {
    #top-nav {
        background-color: #B5C3C4;
    }
    #top-nav .content .burger {
        display: block;
    }
    #top-nav .content .menu {
        display: none;
    }
    /*#top-nav .content .menu {
        position: fixed;
        top: -130px;
        width: 100%;
        background-color: #B5C3C4;
    }
    #top-nav .content .menu a {
        display: block;
        padding-right: 40px;
    }
    #top-nav .content .menu.show {
        top: 104px;
    }*/
    .footer {
        padding-bottom: 80px;
    }
    .footer .wave .wrapper .content .pos .left {
        padding-top: 50px;
    }
    .footer .wave .wrapper .content .pos .right {
        margin-top: 0;
    }
}
@media screen and (max-width:580px) {
    /*.icons {
        padding-top: 15px;
    }
    .icons .avi {
        max-height: 120px;
        margin-right: 20px;
    }*/
    .icons .avi, .icons .safe4shore {
        max-height: 90px;
    }
    .footer {
        padding-bottom: 290px;
    }
    .footer .wave .wrapper .content .pos .left {
        float: none;
        width: 100%;
    }
    .footer .wave .wrapper .content .pos .right {
        float: none;
        width: 100%;
        padding-top: 30px;
    }
    .footer .wave .wrapper .content .pos .right .link {
        text-align: left;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .footer .wave .wrapper .content .pos .right .link a {
        margin-left: 0;
    }
    .footer .wave .wrapper .content .pos .right .link.data-protection a, .footer .wave .wrapper .content .pos .right .link.contact a {
        padding-left: 38px;
        margin-bottom: 15px;
    }
}