@import url('https://fonts.googleapis.com/css?family=Montserrat:500'); html {
    font-size: 14px;
}

body {
            background: radial-gradient(#145d2f, #1d2036);
            background-size: 100vw 100vh;
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            margin: 0;
            padding: 0px;
            color: #fff;
            counter-reset: fslist;
}

h1 {
    text-align: center;
    font-size: 1.8rem;
}

.JamesBrown {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1rem;
}

.IssacHayes {
    display: grid;
    grid-template-columns: 1fr 2px 1fr 2px 1fr 1fr;
    border: 2px solid #0e8ccb;
    box-sizing: border-box;
    margin-bottom: 1rem;
    background: #4598c3;
    overflow: hidden;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0px 0px 20px 0px #000000dd;
    border-radius:  10px;
}

.BeeGees {
    position: relative;
    grid-column: span 6;
    display: grid;
    height: 6.5rem;
    align-items: center;
}

.BeeGees svg {
    position: relative;
    filter: drop-shadow(0px 1px 10px #012033);
    max-height: 85px;
    max-width: 180px;
    height: auto;
    width: auto;
    /* margin: auto; */
}

.BeeGees:after {
    counter-increment: fslist;
    content: counter(fslist) '.';
    position: absolute;
    left: .5rem;
    top: .5rem;
    color: #fff;
    z-index: 2;
}

.BeeGees:before {
    content: '';
    width: 6rem;
    height: 6rem;
    background: linear-gradient(#0e8ccc, #0365ff, #0265fd, #0465fd);
    /* border: 1px solid #0e8ccb; */
    position: absolute;
    left: -3.5rem;
    top: -3.5rem;
    transform: rotate(135deg);
    z-index: 1;
}

.split {
    background: #0e8ccb;
    display: block;
    margin: 10px 0;
}

.Abba span {
    display: block;
    line-height: 1.2
}

.preline {
    font-size: .7rem;
    color: #a3e0ff;
}

.offerbig {
    font-size: 1.8rem;
}

.offersmall {
    font-size: .9rem;
}

.Abba {
    grid-column: span 3;
    align-self: center
}

.Chic {
    display: grid;
    background: linear-gradient(to left, #0184a1, #00d4a7, #ad12e8, #d319e6);
    background-size: 300% auto;
    box-shadow: 0px 1px 4px #000000b0;
    background-position: 0px 0px;
    box-sizing: border-box;
    font-size: 1.2em;
    line-height: 1.2;
    text-align: center;
    transition: .7s;
    border-radius: 8px;
    margin:  5px;
}

.Chic:hover {
    background-position: 100% 0px;
}

.Chic a {
    display: block;
    height: 100%;
    line-height: 3.5rem;
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 2px 0px #002cff, 0px 6px 20px #00000055;
}

footer {
    margin: 10px auto;
    color: #ffffff;
    font-size: .8em;
    text-align: left;
    width: 100%;
    max-width: 1200px;
    padding: 20px;
    box-sizing: border-box;
}

.foosie {
    text-align: center;
    border-top: 1px dashed #0e87c4;
    border-bottom: 1px dashed #0e87c4;
    padding: 20px 0;
}

.foosie p {
    max-width: 800px;
    margin: 0 auto;
}

.foslinx {
    margin-top: 1rem
}

a.fos {
    text-decoration: none;
    margin: 0 10px;
    display: inline-block;
    width: calc(50% - 23px);
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em;
    background: #0e87c4;
    text-shadow: 0px 1px 0px #002cff, 0px 6px 20px #00000055;
    border-radius: 5px;
    color: #fff;
}

.container {
    margin: 15px auto;
    text-align: center;
    max-width: 700px;
    /* background: linear-gradient(to right, #4698c3, #00d4a7, #f92387, #cc0f97); */
    /* background-size: 300% auto; */
    background-position: 0px 0px;
    padding: 20px;
    box-sizing: border-box;
}

.container input {
    border-radius: 5px;
    padding: 5px;
    border: none;
    margin: 0 5px;
}

.container button {
    border-radius: 5px;
    padding: 5px 10px;
    border: none;
    background: linear-gradient(to right, #0184a1, #00d4a7, #f92387, #cc0f97);
    background-size: 300% auto;
    background-position: 100% 0px;
    color: #fff;
    font-size: 1.4rem;
    cursor: pointer;
    margin: 15px auto;
    display: block;
}

.container input[type="text"] {
    width: 150px;
}

.accept {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    font-size: .8em;
    text-align: left;
}

.col-md-6 {
    display: inline-block;
}

.BeeGees {
    grid-column: span 6;
    /* background: linear-gradient(#797577, transparent); */
}

.Abba {
    grid-column: span 3;
    margin-bottom: 1rem;
}

.sp1, .sp2 {
    display: none;
}

.Chic {
    grid-column: span 6;
}

.modal {
    display: none;
    position: fixed;
    top: 0px;
    background: rgb(0 0 0 / 85%);
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow-y: auto;
}

.discontent {
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
}

.showit {
    display: block
}

.closure {
    position: fixed;
    top: 10px;
    left: calc(100vw - 50px);
    width: 40px;
    background: #fff;
    color: #000;
    font-size: 30px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.termsblock {
    grid-column: 1 / span 8;
    background: linear-gradient(#4698c3, #0e8ccb);
    color: #fff;
    text-transform: none;
    font-size: .75rem;
    padding-top: .5rem;
}

.termsblock a {
    color: #b9dfe0;
    text-decoration: none;
}

#msg {    
    display: none;
    font-size: large;
    padding: 10px 0;
}
#msg.success {
    display: block;
    color: #67e808;
}
#msg.error {
    display: block;
    color: #bf0101;
}


@media (min-width: 481px) {
    html {
        font-size: 16px;
    }

    .BeeGees svg {
        max-height: 100px;
    }


    .Chic {
        font-size: 1.4rem;
    }

    .preline {
        font-size: .8rem;
    }

    .offerbig {
        font-size: 2.4rem;
    }

    .offersmall {
        font-size: 1.2rem;
    }
}

@media (min-width: 1100px) {
    .IssacHayes {
        grid-template-columns: 3fr 2px 4fr 2px 4fr 3fr;
    }

    .BeeGees {
        grid-column: initial;
        /* background: linear-gradient(to right, #797577, transparent); */
    }

    .Abba {
        grid-column: initial;
        margin-bottom: initial;
    }

    .sp1, .sp2 {
        display: initial;
    }

    .Chic {
        grid-column: initial;
    }

    .Chic a {
        line-height: 6.5rem;
    }
}
#wrapper {
    text-align: center;
}
ul {

    list-style: none;
    min-width: 300px;
    padding: 0;
}
ul li {
    display: inline;
    margin: 10px;
    cursor: pointer;
}
ul li a svg {
    border-radius: 50%;
    width: 50px;
    position: relative;
    overflow: hidden;
}

/* Hero Banners */
.topbanner {
    border: 2px solid #0e8ccb;
    box-sizing: border-box;
    margin-bottom: 1rem;
    background: #4598c3 url('/images/sites/nz/skycity.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 1rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    box-shadow:  inset 0 1rem 3rem 2rem #0e8ccb, 0px 0px 20px 0px #000000dd;
    border-radius:  10px;
}

.jazz span {display: block}

.tblogo {
    max-width: 240px;
    margin: 0 auto 1rem;
}

.jazz {
    margin: 0 auto 1rem;

}

.topbanner .Chic {
    margin: 0 auto;
    max-width: 280px;
}

.topbanner .Chic a {
    line-height: 3;
}