@charset "utf-8";
/* CSS Document */
@import url("https://use.typekit.net/ucd0ned.css");
html {
    scroll-behavior: smooth;
    font-size: 1rem;
}
body {
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-image: url("images/banners/travel insurance banner image.jpg");
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    color: #A20023;
}
h1, h2, h3, h4, h5 {
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
}
a {
    color: #A35B89;
    text-decoration: none;
}
a:hover {
    color: #533247;
    text-decoration: none;
}
.scrolly {
    transition: .5s;
    transition-timing-function: ease-out;
}
#stick {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 99;
}
#header {
    width: 100%;
    padding: 12px 0px 12px 0px;
    height: 84px;
    z-index: 999;
    position: absolute;
}
#header, .scrolly {
    height: 68px;
}
.logobox {
    padding: 40px 0px 0px 0px;
}
.maincontent {
    width: 100%;
    height: 60vh;
    position: relative;
    min-height: 300px;
}
.bodysection {
    padding: 90px 0px 90px 0px;
}
.herotext {
    padding: 60px 0px 0px 0px;
    margin: 0;
    position: absolute;
}
.herotext h1 {
    font-size: 1.6rem;
}
.herotext h2 {
    font-size: 4rem;
}
.strap {
    font-size: 1.2rem;
}
#cookiebox {
    display: block;
    height: auto;
    padding: 30px 90px 30px 90px;
    ;
    position: fixed;
    bottom: 0px;
    animation-name: appear;
    animation-duration: .8s;
    z-index: 999;
    background: linear-gradient(45deg, rgba(128, 0, 57, 0.8), rgba(221, 98, 74, 0.5));
    width: 100%;
    color: #fff;
}
#cookiebox a {
    color: #fff;
}
.cookietext {
    padding-top: 10px;
    float: left;
}
.cookietext a {
    text-decoration: underline;
}
.closetray {
    float: right;
}
.closebutton {
    Padding: 12px 60px 6px 60px;
    background: linear-gradient(45deg, #c3003c, #c90057);
    border-radius: 2px;
    margin-top: 4px;
    border: 0px;
    color: #ffffff;
}
#footer {
    background-image: url("images/One World Travel Insurance Corner.png");
    background-repeat: no-repeat;
    background-position: bottom 0px right 0px;
    font-size: .8rem;
    height: 300px;
}
.footerdec {
    padding-top: 40px;
    padding-left: 0px;
}
/* End Cookie Box Colours */
/* Start Privacy Page Styles */
#privacy table td {
    border: 1px #000 solid;
}
/* End Privacy Page Styles */
/* Media Queries */
@media only screen and (max-width:1024px) {
    .logobox {
        padding-left: 20px;
    }
    .herotext {
        padding-left: 20px;
    }
    .herotext h1 {
        font-size: 1.6rem;
        line-height: 1;
    }
    .herotext h2 {
        font-size: 2.6rem;
        line-height: 1;
    }
    .strap {
        font-size: 1.4rem;
        line-height: 0.2;
    }
}
@media only screen and (max-width:576px) {
    .logobox {
        padding-left: 20px;
    }
    .herotext {
        padding-left: 20px;
    }
    .herotext h1 {
        font-size: 1rem;
        color: #ffffff;
        line-height: 1;
    }
    .herotext h2 {
        font-size: 2rem;
        color: #ffffff;
        line-height: 1;
    }
    .strap {
        font-size: .9rem;
        color: #ffffff;
        line-height: 0.2;
    }
    .footerdec {
        padding: 0px 0px 0px 20px;
    }
}
@media only screen and (min-width:577px) {
    .herotext {
        padding: 0px 0px 0px 0px;
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}