@charset "utf-8";
/* reset */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

img {
    border: 0;
}

body { 
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background: #fff; 
    color: #333;
    margin: 0;
    padding: 0;
}

@media (min-width: 1024px) {
    body {
        font-size: 18px;
    }
}
/* typography and links */
a { 
    color: #e06b00;
    text-decoration: none;
}
p  { 
    color: #545454;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    clear: both;
    display: block;
    list-style: none;
    margin-bottom: 1em;
    overflow: hidden;
}
/* headings */
h1, h2, h3, h4, h5 {
    font-weight: 700;
}

h2 {
    font-size: 1.2em;
}

nav {    
    overflow: hidden;
    border-top: 5px solid #ff6a00;
    background: #1d1d1d;
    z-index: 10;
    width: 100%;
}

.active-nav {
    color: #ff6a00 !important;
}

@media (min-width: 780px) {
    nav {
        position: fixed;
        background-color: transparent;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(70, 70, 70, 0));
        max-width: 1350px;
        margin: 0 auto;
        right: 0;
        left: 0;
    }    
}

@media (min-width: 780px) {
    ul.custom-list.col-list {
        display: inline-block;
        width: 49%;
    }    
}


.custom-list li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #e06b00;
    margin: -4px 10px 0 10px;
    border-radius: 50%;
}

.primary-navigation ul {
    display: none;
    float: right;
}

@media (min-width: 780px) {
    .primary-navigation ul {
        display: block;
    }
}

.home-logo {
    text-align: center;
}

@media (min-width: 780px) {
    .home-logo {
        float: left;
        text-align: left;
    }
}

.primary-navigation ul {
    border-top: 1px solid #e06b00;
    clear: both;
    display: block;
    text-align: center;
    width: 100%;
}

@media (min-width: 780px) {
    .primary-navigation ul {
        border-top: none;
        clear: none;
        float: right;
        text-align: left;
        width: auto;
    }
}

.primary-navigation ul li {
    display: inline-block;
    font-size: 16px;
    margin: 0;
}

@media (min-width: 700px) {
    .primary-navigation ul li {
        font-size: 20px;
    }
}

.primary-navigation ul li a {
    color: #fff;
    display: inline-block;
    padding: 14px 5px;
    text-decoration: underline;
}

@media (min-width: 700px) {
    .primary-navigation ul li a {
        padding: 20px;
    }
}

.primary-navigation ul li a:hover {
    text-decoration: underline;
}

.home-logo h1 {
    margin: 18px;
}

.home-canvas {
    position: relative;
    max-height: 650px;
    overflow: hidden;
}

.home-canvas img {
    width: 100%;
}

.canvas-text {
    background: #ffffff5e;
    bottom: 0;
    font-size: 25px;
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

@media (min-width: 700px) {
    .canvas-text {
        bottom: 40px;
        left: 40px;
        max-width: 460px;
        top: auto;
    }
}

.canvas-text h2 {
    margin-top: 0;
}

.canvas-text p {
    margin-bottom: 0;
    color: black;
}

.page-wrap {
    margin: 20px auto;
    max-width: 1350px;
    padding: 0 20px;
}

h2.header-accent {
    font-size: 30px;
    border-bottom: 2px solid #e2e2e2;
    display: block;
    padding-bottom: 10px;
    text-align: center;
    margin: 40px 0;
    font-weight: 500;
}

.home-banner {
    margin: 70px 0;
    position: relative;
}

@media (min-width: 850px) {
    .home-banner {
        max-height: 500px;
        overflow: hidden;    
    }
}

@media (min-width: 850px) {
    .banner-text { 
        color: #fff;    
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 70px;
    }

    .inner-banner-text {
        background: #00000099;
        color: #fff;
        padding: 25px;
    }
}

.featurette-media {
    background-size: cover;
    height: 250px;
    background-position: 0 -70px;
    background-repeat: no-repeat;
}

@media (min-width: 850px) {
    .featurette-media {
        height: 150px;
        background-position: 0 0;
    }    
}

.featurette-media.key-rule-one {
    background-image: url('images/key-rules-1.jpg');
}

.featurette-media.key-rule-two {
    background-image: url('images/key-rules-2.jpg');
}

.featurette-media.key-rule-three {
    background-image: url('images/key-rules-3.jpg');
}

.featurette-block {
    border-bottom: 1px solid #eaeaea;
    clear: both;
    margin: 40px 0;
    overflow: hidden;
    padding-bottom: 40px;
}

.featurette-block:last-child {
    border-bottom: none;
}

@media (min-width: 850px) {
    .featurette-text h3 {
        margin-top: 0;
    }
    
    .featurette-media {
        float: left;
        margin-right: 2%;
        width: 25%;
    }
}

.page-break {
    background: #e9edef;
    padding: 35px 0;
    margin: 100px 0 0;
}

.page-break.small-break {
    margin-top: 60px;
}

.page-break h2 {
    margin-top: 0;
}

.page-break p {
    margin-bottom: 0;
}

.find-out-more {
    border: 2px solid #e06b00;
    display: inline-block;
    margin: 20px 0;
    padding: 15px;
}

.find-out-more:hover {
    background: #e06b0045;
}

.input-row {
    margin: 15px 0;
}

@media (min-width: 550px) {
    .input-row-col {
        float: left;
        width: 49%;
    }

    .input-row-col-secondary {
        float: right;
    }
}

label.input-label {
    color: #627480;
    display: block;
    font-size: 90%;
}

.input-field {
    border-radius: 3px;
    border: 2px solid #cfd3d6;
    font-size: 16px;
    margin-top: 5px;
    min-width: 100%;
    padding: 10px 8px;
    -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

.input-field:focus {
    border-color: #e06b00;
    outline: none;
}

.input-submit {
    background: #e06b00;
    border-radius: 3px;
    border: 2px solid #bf5b00;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    min-width: 100%;
    padding: 10px 20px;
    -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none
}

@media (min-width: 680px) {
    .input-submit {
        display: block;
        margin: 0 auto;
        min-width: 230px;
    }
}

textarea#enquiry {
    max-width: 100%;
}

@media (min-width: 1024px) {

}

.img-block {
    display: inline-block;
    margin: 1%;
    overflow: hidden;
    text-align: center;
    width: 30%;
}

.img-block img {
    width: 100%;
}

.footer-content {
    background: #d8d8d8;
    border-top: 4px solid #ff6a00;
    color: #8e8e8e;
    font-size: 15px;
    padding: 20px 0;
}

.footer-content .page-wrap {
    margin: 0 auto;
}

@media (min-width: 500px) {
    .footer-menu {
        display: inline-block;
        vertical-align: top;
        width: 45%;
    }    
}

@media (min-width: 900px) {
    .footer-menu {
        width: 22%;
    }    
}

.footer-menu h3 {
    color: #ff6a00;
}

.footer-menu a {
    color: #333;
}

.footer-menu a:hover {
    text-decoration: underline;
}

.footer-menu li {
    color: #333;
    margin-bottom: 8px;
}

.legal-copy {
    font-size: 13px;
    background: #e06b00;
}

.legal-copy .page-wrap {
    margin: 0 auto;
    padding: 20px;
}

.legal-copy p {
    color: white;
}

.legal-copy a {
    color: white;
    text-decoration: underline;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
  max-width: 1350px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 20px;
    padding: 10px 15px;
    position: absolute;
    background: rgba(50,50,50,0.6);
    bottom: 5px;
    width: 100%;
    text-align: center;
}

@media (min-width: 780px) {
    .text {
        font-size: 50px;
        width: auto;
        bottom: 80px;
        left: 80px;
        text-align: left;
    }
}

/* The dots/bullets/indicators */
.slider-dot {
    bottom: 20px;
    display: none;
    position: absolute;
    right: 20px;
    text-align: center;
}

@media (min-width: 780px) {
    .slider-dot {
        display: block;
    }
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #e06b00;
}

#success_message {
    background: #ceffce;
    padding: 20px;
    border: 2px solid #a2e2a2;
    border-radius: 4px;
}

#error_message {
    padding: 20px;
    background: #ffa9a9;
    border: 2px solid #e66a6a;
    border-radius: 4px;
}

::placeholder {
    color: #cccccc;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


