#blockNav {
    display: none;
}

#nav {
    min-height: 100vh !important;
}

/* Config
    mobile heading height: 120vw
    brand-colour: #bccf04
*/

/* utilities */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

/* overrides */
#pagecopy {
    max-width: none;
    padding: 0;
    background-color: transparent;
}

#pagecopy .two-cols div.column {
    float: none;
    width: auto;
}

.tmplHOMEPAGE #pagecopy .image img {
    display: none;
}

.tmplHOMEPAGE #pagecopy .image {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#header {
    height: auto;
}

#welcome {
    background-color: rgba(255, 255, 255, 0.8);
}

#wrapper {
    background: none;
}

#content {
    max-width: none;
}

#nav {
    overflow-x: hidden;
    overflow-y: scroll;
}

@media (min-width: 960px) {
    #section {
        margin-top: -30px;
    }
}

@media (max-width:960px) {
    #nav {
        min-height: 0 !important;
    }

}

.two-cols,
.three-cols {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1230px;
    box-sizing: border-box;
}

.two-cols .column,
.three-cols .column {
    flex: 1 0 ;
    margin-bottom: 15px;
}

.two-cols .column .navitem,
.three-cols .column .navitem {
    position: relative;
    background-color: transparent !important;
}

.two-cols .column .image,
.three-cols .column .image {
    display: block;
}

.two-cols .column img,
.three-cols .column img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.two-cols .column .summary,
.three-cols .column .summary {
    display: none;
}

@media (min-width: 768px) {
    .two-cols,
    .three-cols {
        display: flex;
        flex-wrap: wrap;
        
    }

    .two-cols .column,
    .three-cols .column {
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    .two-cols .column {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .three-cols .column {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

.column h2,
.one-col .usestitle h1,
.one-col .usestitle h2 a,
.one-col .usestext {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.one-col {
    height: 600px;
    position: relative;
    background-color: #000;
    margin-bottom: 27px;
}

.one-col .usesimage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity: 0.8;
    overflow: hidden;
}

.one-col .usesimage .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.one-col .usestitle {
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 100%;
}

.one-col .usestitle h1,
.one-col .usestitle h2 {
    position: absolute;
    top: 38%;
    left: 0;
    -webkit-animation: 0.5s 0.5s fade backwards ease-out;
    animation: 0.5s 0.5s fade backwards ease-out;
}

.one-col .usestitle h1,
.one-col .usestitle h2 a {
    font-size: 2.25rem;
    line-height: 1.1;
    text-transform: uppercase;
    color: #000;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1rem;
    display: block;
    position: relative;
}

.one-col .usestitle h1 {
    position: absolute;
}

.one-col .usestitle h2 a:after {
    content: 'Find out more';
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    background-color: #000;
    padding: 0.5rem 1rem;
    align-self: flex-start;
    transition: background-color 0.4s;
    position: absolute;
    top: 100%;
    left: 0;
}

.one-col .usestitle h2 a:hover,
.one-col .usestitle h2 a:active {
    text-decoration: none;
}

.one-col .usestitle h2 a:hover:after,
.one-col .usestitle h2 a:active:after {
    background-color: #0082a4;
    text-decoration: none;
}

.one-col .usestext {
    position: absolute;
    bottom: 100px;
    left: calc(50% - 150px);
    width: 300px;
    -webkit-animation: 0.5s 0.75s fade backwards ease-out;
    animation: 0.5s 0.75s fade backwards ease-out;
}

.one-col .usestext ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.one-col .usestext li {
    float: left;
    text-align: center;
}

.one-col .usestext li:nth-child(1) { width: 31.4189%; }
.one-col .usestext li:nth-child(2) { width: 41.8919%; }
.one-col .usestext li:nth-child(3) { width: 26.6892%; }
.one-col .usestext li:nth-child(4) { width: 31.4189%; }
.one-col .usestext li:nth-child(5) { width: 24.6622%; }
.one-col .usestext li:nth-child(6) { width: 43.9189%; }

.one-col .usestext li a {
    font-size: 1rem;
    line-height: 1.25;
    display: block;
    color: #fff;
    background-color: #000;
    margin: 0 1px 1px 0;
    padding: 1rem;
    transition: background-color 0.4s;
}

.one-col .usestext li a:hover,
.one-col .usestext li a:active {
    background-color: #0082a4;
    text-decoration: none;
}

.one-col .usesright {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

.one-col .usesright {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
}

.one-col .usesright .image {
    width: 40px;
    height: 35px;
    cursor: pointer;
}

.one-col .usesright p {
    margin: 0;
}

.one-col .usesright .left {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5);
    margin-right: 0.625rem;
    padding: 0.75rem 1rem;
    border-radius: 0.25rem;
    max-width: 15em;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.4s, opacity 0.4s;
}

.one-col .usesright .left.show {
    visibility: visible;
    opacity: 1;
}

.column .navitem {
    overflow: hidden;
}

.column .navitem {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    position: relative;
}

.column h2 a:hover,
.column h2 a:active {
    text-decoration: none;
}

.column .image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: transform 0.4s;
}

.column .image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    transition: background-color 0.4s;
}

.column .navitem:hover .image {
    transform: scale3d(1.2, 1.2, 1);
}

.column .navitem:hover .image:after {
    background-color: rgba(0, 0, 0, 0.4);
}

.column h2 a {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.75);
    display: inline-block;
    position: relative;
    padding: 1rem 2rem;
    text-transform: uppercase;
    text-align: center;
    transition: background-color 0.4s;
}

.column .navitem:hover h2 a {
    background-color: #0082a4;
    text-decoration: none;
}

@media (min-width: 600px) {
    .one-col .usestext {
        width: 612px;
        left: calc(50% - 306px);
    }

    .one-col .usestext ul {
        display: flex;
        justify-content: center;
    }

    .one-col .usestext li:nth-child(1),
    .one-col .usestext li:nth-child(2),
    .one-col .usestext li:nth-child(3),
    .one-col .usestext li:nth-child(4),
    .one-col .usestext li:nth-child(5),
    .one-col .usestext li:nth-child(6) {
        width: auto;
    }

    .one-col .usestext li a {
        margin: 0;
        padding: 1rem 1.75rem;
    }
}

@media (min-width: 768px) {
    .one-col {
        margin-bottom: 30px;
    }

    .one-col .usestext {
        width: 730px;
        left: calc(50% - 365px);
    }

    .one-col .usestext li a {
        font-size: 1.25rem;
        line-height: 1.2;
        margin: 0;
        padding: 1.125rem 2rem;
    }
}

@media (min-width: 1200px) {
    .one-col {
        height: 880px;
    }

    .banner__content {
        left: auto;
        top: 45%;
    }

    .one-col .usestitle h1,
    .one-col .usestitle h2 a {
        font-size: 50px;
    }

    .column h2 a {
        font-size: 30px;
    }
}


@-webkit-keyframes fade {
  from {
    transform: translate3d(0, 1.5rem, 0);
    opacity: 0
  }

}

@keyframes fade {
  from {
    transform: translate3d(0, 1.5rem, 0);
    opacity: 0
  }

}
