html {
    position: relative;
    min-height: 100%;
}

body{
	background-color: #fff;
}

table tbody td, table tbody th {
    padding: 0;
    color: #002169;
    font-weight: 400;
    line-height: 1.3;
    font-size: 18px;
    font-family: "nimbus-sans",sans-serif;
    word-spacing: -1px;
    vertical-align:top;
    padding-bottom:5px;
    padding-right:5px;
}

table tbody, table tfoot, table thead {
    border: none;
    background-color: transparent;
}

table tbody tr:nth-child(even) {
    background-color: transparent;
}


p, a, li {
    color: #002169;
    font-weight: 400;
    line-height: 1.3;
    font-size: 18px;
    font-family: "nimbus-sans",sans-serif;
    word-spacing: -1px;
}

hr {
    margin: 50px auto;
    border-bottom: 1px solid #002169;
}

a {
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:focus, a:hover {
    color: #01549f;
}

.small {
    font-size:16px;
}

h1 {
    color: #002169;
    font-family: "ropa-soft-pro",sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 65px;
    margin: 50px 0 30px;
    letter-spacing: -0.5px;
}

.template2 h1 {
    font-weight: 400;
    line-height: 1.1;
    font-size: 38px;
    margin-top: 0;
}

h2 {
    color: #002169;
    font-family: "ropa-soft-pro",sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 32px;
    margin: 40px 0 30px;
    letter-spacing: -0.5px;
}

h2 span {
    font-weight:normal;
}

h3 {
    color: #002169;
    font-family: "nimbus-sans",sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 18px;
    margin: 0;
    letter-spacing: 0;
}

h1 span {
    vertical-align: bottom;
    margin-left: 10px;
    margin-right: 10px;
}

.intro {
    font-family: "ropa-soft-pro",sans-serif;
    font-size:22px;
    letter-spacing: -0.5px;
    word-spacing:0;
}

.intro a {
    font-family: "ropa-soft-pro",sans-serif;
    font-size:22px;
    letter-spacing: -0.5px;
    word-spacing:0;
    font-weight:700;
    text-decoration:none;
}

strong {
    font-weight:700;
    letter-spacing:0;
}

.header {
    background-color: #e2e7f0;
    padding: 30px 0 30px;
    margin-bottom: 80px;
}

.template2 .header {
    padding-bottom: 0;
    background-color:white;
}

.tartan-strip {
    height:30px;
    background-image:url('../img/tartan-patch-new.jpg');
    background-size: 60px;
    background-position:center center;
}

.template10 .header, .template9 .header, .template8 .header, .template13 .header {
    padding-bottom: 145px;
}

.template11 .header, .template21 .header {
    margin-bottom:0;
    padding-bottom:0px;
}

.template2 .header {
    margin-bottom:0;
}

.template8 .header {
    margin-bottom: 62px;
}

.template12 .header {
    margin-bottom:0px;
}

.header ul {
    list-style-type: none;
    margin: 0 0 5px 0;
    display: inline-block;
}

.header ul li {
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    vertical-align: middle;
    line-height: 1;
    border-right: 1px solid #002169;
    padding-right: 9px;
}

.header ul li.last {
    border-right: 0;
    padding-right: 0px;
}
.header ul li a {
    text-decoration:none;
    font-family: "ropa-soft-pro",sans-serif;
    line-height:1;
}

.header ul li.active a {
    font-weight:700;
}


.more-info {
    color: #01549f;
    font-family: "ropa-soft-pro",sans-serif;
    font-size: 35px;
    margin-top: 40px;
    letter-spacing: -0.5px;
    word-spacing: 0;
}

.button {
    background-color: #01549f;
    font-weight: 400;
    font-size: 18px;
    font-family: "ropa-soft-pro",sans-serif;
    text-decoration: none;
    border-radius: 17px;
    padding: 10px 28px;
    margin: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button.fundraising {
    background-color: #ad29b6;
}

.button.classic {
    background-color:#e30613;
}

.button.challenge {
    background-color:#00976e;
}

.button.bigyin {
    background-color:#642483;
}

.button.white {
    background-color:transparent;
    color:#242b5a;
    border: 1px solid #242b5a;
}

.button.panel {
    background-color:rgba(36,44,91,0.7);
    color:white;
    border: 1px solid white;
}

.button:hover, .button:focus, .button.fundraising:hover, .button.fundraising:focus {
    background-color:#ffea37;
    color:#242b5a;
    outline:none;
}

.button.white:hover, .button.white:focus, .button.panel:hover, .button.panel:focus {
    background-color:white;
}

.button .fa-caret-right, .button .fa-plus {
    margin-left:8px;
}

.reveal-overlay {
    background-color: hsla(0,0%,4%,.7);
}

.reveal {
    padding: 0 30px 30px 30px;
    border: 1px solid #002169;
    border-radius: 17px;
    background-color: white;
    outline:none;
}





.fa-twitter, .fa-x-twitter, .fa-facebook {
    color: #002169;
    height: 24px;
    width: 30px;
    text-align: center;
    padding-top: 4px;
    font-size: 20px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.fa-x-twitter {
    padding-top: 0px;
    height: 20px;
    vertical-align: -3px;
}

.fa-facebook {
    border-right:1px solid #002169;
    padding-right:5px;
}

.fa-twitter:hover, .fa-twitter:focus, .fa-facebook:hover, .fa-facebook:focus, .fa-x-twitter:hover, .fa-x-twitter:focus {
    color: #01549f;
    fill: #01549f;
}

.fa-angle-right {
    margin-left: 10px;
    font-size: 24px;
    vertical-align: text-top;
}

.social-links {
    position:absolute;
    top:30px;
    width:100%;
    color:#002169;
    font-size:16px;
    font-family: "nimbus-sans",sans-serif;
    word-spacing: -1.5px;
}
.classic-challenge-text {
    font-size: 28px;
    line-height: 1.1;
    font-family: "ropa-soft-pro",sans-serif;
    margin-top: 30px;
    margin-bottom:0px;
}




.footer-band {
    background-color:#e2e7f0;
}

.template2 .footer-band, .template9 .footer-band {
    background-color:white;
}
.footer-illustration {
    margin-top: 10px;
    margin-bottom: -30px;
}

.footer-buttons {
    margin-top:60px;
    margin-bottom:20px;
}

.footer-buttons .button {
    border:1px solid #01549f;
}

.footer-buttons .button.fundraising {
    border: 1px solid #ad29b6;
}

.footer-buttons .button:hover {
    color:#01549f;
    background-color:white;
}

.footer-buttons .button.fundraising:hover {
    color:#ad29b6;
    background-color:white;
}

.footer-buttons .button:focus {
    background-color:#01549f;
    color:white;
}

.footer-buttons .button.fundraising:focus {
    background-color:#ad29b6;
    color:white;
}

.footer p, .footer p a {
    font-family: "ropa-soft-pro",sans-serif;
    font-size: 14px;
    word-spacing: 0;
    margin:15px 0;
    color:white;
    line-height:1.5;
}

.footer p a:hover {
    color:#e2e7f0;
}

.footer p span {
    margin:0 6px;
}

.gradient {
    background: #eaedf3; /* Old browsers */
    background: -moz-linear-gradient(top, #eaedf3 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eaedf3 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eaedf3 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaedf3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    margin-top:40px;
    padding-top:45px;
}

.grey-gradient {
    background: #e8e8e7; /* Old browsers */
    background: -moz-linear-gradient(top, #e8e8e7 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e8e8e7 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e8e8e7 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    margin-top:40px;
    padding-top:50px;
}

.routes-text {
    margin-top:30px;
}

.site-plan {
    background-color:#e2e7f0;
    margin-top:30px;
}

.sponsor-logos {
    margin:70px 0;
}

.sponsor-logos img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale(0.92);
    max-height:134px;
    margin-bottom:50px;
}


.sponsor-logos img:hover {
    transform: scale(1);
}

.organisation-logo {
    margin: 15px 25px 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portal-logo {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.organisation-logo:hover, .portal-logo:hover {
    transform: scale(1.05);
}

.sponsors-header-new {
    height: 211px;
    width: 100%;
    background-size: cover;
    background-position: center;
    max-width: 1434px;
    margin: -251px auto 70px;
}

.routes-header {
    width: 685px;
    margin-top:-277px;
}

.route-maps {
    margin-bottom:100px;
}

.panel-links {
    margin-bottom:20px;
}

.panel-link {
    height: 330px;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 17px;
    position:relative;
    background-size:cover;
    background-position:center;
}

.panel-link p {
    font-family: "ropa-soft-pro",sans-serif;
    font-size:30px;
    color:white;
    font-weight:bold;
    margin:0;
    line-height:1;
}

.panel-link-inner {
    position:absolute;
    bottom:10px;
    width:100%;
    padding: 0 10px;
}

.panel-copyright {
    position: absolute;
    bottom: -17px;
    right: 0px;
    color: #002169;
    font-size: 10px;
}

.twitter-feed {
    background-color: #e2e7f0;
    padding: 40px 0;
    margin-top: 30px;
}

.newsletter-signup {
    background-color: #e2e7f0;
    margin-top: 30px;
    padding-bottom: 100px;
}

.callout.warning {
    background-color: red;
    color: white;
    padding: 10px;
    border: 1px solid white;
}

.callout.warning p {
    color:white;
}

.g-recaptcha div {
    margin:0 auto;
}

#contactForm {
    margin-top: 20px;
}

[type=email], textarea {
    border: 1px solid #01549f;
    box-shadow: none;
    font-family: "ropa-soft-pro",sans-serif;
    text-align: center;
    font-size: 18px;
    color: #002169;
    padding: 10px 0 5px;
    height: auto;
}

[type=email]:focus, textarea:focus {
    border: 1px solid #002169;
    box-shadow: none;
}

.is-invalid-input:not(:focus) {
    border-color: red;
    background-color: white;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: white !important;
    color: #002169 !important;
    -webkit-text-fill-color: #002169 !important;
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.form-error, .is-invalid-input:not(:focus)::placeholder, .is-invalid-label {
    color: red;
    font-family: "foco",sans-serif;
    font-size: 15px;
    font-weight: normal;
}

.quote {
    font-family: "ropa-soft-pro",sans-serif;
    font-size: 28px;
    letter-spacing: -0.5px;
    word-spacing: 0;
    margin-bottom:50px;
}

.quotemark {
    width: 48px;
    height: 40px;
    margin-bottom:20px;
}

.doddie-parallax {
    height: 300px;
    padding-top: 50px;
    margin-bottom: 0px;
    position:relative;
    margin-top:0;
}

.doddie-parallax .panel-copyright {
    bottom: -8px;
    right: 10px;
}

.doddie-parallax p {
    color:white;
}

.charity-header {
    width: 200px;
    margin-top: 20px;
}

.juicer-feed .j-paginate {
    border: 1px solid #242b5a !important;
    color: #242b5a !important;
    font-size: 18px !important;
    font-weight:400 !important;
    font-family: "ropa-soft-pro",sans-serif;
    text-transform:none !important;
    border-radius: 17px;
    padding: 10px 35px !important;
    margin: 15px 0 50px;
    width:auto !important;
    display:inline-block !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    letter-spacing: 0px !important;
    line-height:1;
    background-color: transparent;
    word-spacing: -1px;
}

.juicer-feed .j-paginate:hover, .juicer-feed .j-paginate:focus {
    background-color: #ffea37 !important;
    border: 1px solid #ffea37 !important;
    color: #242b5a !important;
}

.twitter-feed .juicer-feed h1.referral {
    display:none;
}

.j-message, .j-message a, .j-message p {
    color: #002169 !important;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height:1.3 !important;
}
.j-retweet, .j-retweet a {
    font-size:12px !important;
    color:#bababa !important;
}
.j-text {
    padding-top:0px !important;
}
.j-meta {
    margin-top:10px !important;
}

.gallery-thumbnails {
    margin-top: 20px;
    margin-bottom: 100px !important;
}

.gallery-thumbnails img {
    height: auto;
    max-width: 450px;
    margin: 0 10px;
    border-radius: 17px;
    outline:none;
    max-height:450px;
    vertical-align: middle;
    display: inline-block;
}

.slick-slide {
    height:450px;
    outline:none;
}

.slick-slide::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.gallery-thumbnail {
	margin-bottom:30px;
	-webkit-transition:0.3s opacity;
	-moz-transition:0.3s opacity;
	-o-transition:0.3s opacity;
	transition:0.3s opacity;
}

.slick-arrow-left {
    position: absolute;
    bottom: -75px;
    left: 40%;
    font-size:50px;
    color:#002169;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width:10%;
    text-align:right;
    padding-right:10px;
}

.slick-arrow-right {
    position: absolute;
    bottom: -75px;
    right: 40%;
    font-size: 50px;
    color:#002169;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width:10%;
    padding-left:10px;
}

.slick-arrow-left:hover, .slick-arrow-right:hover {
    color:#01549f;
}

.gallery-thumbnail:hover {
	opacity:0.7;
}

.lightboxOverlay {
    background-color: black;
	opacity:.8;
}

.lb-container {
    padding: 0px;
}

.lb-outerContainer {
    border-radius: 0px;
}

.lb-dataContainer {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    background-color: rgba(108,133,164,0.9);
    border-bottom-right-radius: 0px;
    position: absolute;
    bottom: 0px;
	padding-top: 8px;
    padding-bottom: 8px;
	display:none !important;
}

.lightbox .lb-image {
    border-radius: 0px;
}

.lb-data .lb-caption {
    font-size: inherit;
    font-weight: inherit;
    color: white;
	line-height: initial;
}

.lb-data .lb-details {
    width: 100%;
    text-align: center;
	padding: 0px 30px;
}

.lb-close {
    display: block;
    float: right;
    width: 50px;
    height: 50px;
    background: url(../img/close.png) top right no-repeat;
	background-size: 22px;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: 1;
	position: absolute;
    right: 8px;
	top:8px;
	cursor:pointer;
}

.lb-nav a.lb-next {
    width: 50%;
	background: url(../img/next.png) right bottom no-repeat;
	background-size: 13px;
	opacity:1 !important;
}

.lb-nav a.lb-prev {
    width: 50%;
	background: url(../img/prev.png) left bottom no-repeat;
	background-size: 13px;
	opacity:1 !important;
}

.lb-nav {
    bottom: 8px;
    height: 80%;
	top: inherit;
	padding: 0px 10px;
}

.doddies-ride-panel {
    background: rgb(187,225,233); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(187,225,233,1) 0%, rgba(187,225,233,1) 72%, rgba(255,228,0,1) 72.1%, rgba(255,228,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(187,225,233,1) 0%,rgba(187,225,233,1) 72%,rgba(255,228,0,1) 72.1%,rgba(255,228,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(187,225,233,1) 0%,rgba(187,225,233,1) 72%,rgba(255,228,0,1) 72.1%,rgba(255,228,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbe1e9', endColorstr='#ffe400',GradientType=0 ); /* IE6-9 */
}

.doddies-ride-panel-button {
    margin:0;
}

.doddies-ride-panel-button:hover {
    background-color:#002169;
    color:white;
}

.virtual-ride-panel-button {
    background-color:#ffe400;
    margin: 0;
}

.virtual-ride-panel-button:hover {
    background-color:white;
}

.portal-security-logo {
    float:right;
    margin-bottom:1.5rem;
    margin-right:0.5rem;
}

.home-header-button {
    background-color:#253062; 
    padding-bottom:3rem;
}

.home-header-button .button {
    background-color: rgba(255, 228, 0, 1);
    font-size: 1.5rem;
    color: #002169;
}

.home-header-button .button:hover {
    background-color:#01549f;
    color:white;
}




/* ANIMATIONS ================================================================================ */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}

.fadeIn2 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.fadeIn3 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
}









/* Cookie policy
========================================================================== */



:root {
  --cookiebackground: #f6f7fa;
  --cookietext: #002169;
  --cookiebuttonbackground: #01549f;
}

.freeprivacypolicy-com---nb-simple {
    max-width: 500px;
}

.freeprivacypolicy-com---nb .cc-nb-main-container {
    padding: 1.5rem;
    background-color: var(--cookiebackground);
}
.freeprivacypolicy-com---palette-light .cc-nb-text {
    color: var(--cookietext);
    font-family: "ropa-soft-pro",sans-serif;
    font-size: 15px;
    line-height: 1.3;
}
.freeprivacypolicy-com---palette-light .cc-nb-title {
    color: var(--cookietext);
    font-family: "ropa-soft-pro",sans-serif;
    font-size: 15px;
    margin-bottom: 0;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree, .freeprivacypolicy-com---palette-light .cc-nb-reject, .freeprivacypolicy-com---palette-light .cc-cp-foot-save {
    background-color: var(--cookiebuttonbackground);
    color: white;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: "ropa-soft-pro",sans-serif;
    outline: none !important;
    border-radius:0;
    width:auto;
    padding:5px 10px;
    border-radius:10px;
    font-size:15px;
}

.freeprivacypolicy-com---palette-light .cc-nb-changep {
    background-color: white;
    color: var(--cookietext);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: "ropa-soft-pro",sans-serif;
    outline: none !important;
    border-radius:0;
    width:auto;
    padding:5px 10px;
    border-radius:10px;
    font-size:15px;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree:focus, .freeprivacypolicy-com---palette-light .cc-nb-reject:focus, .freeprivacypolicy-com---palette-light .cc-nb-changep:focus, .freeprivacypolicy-com---palette-light .cc-cp-foot-save:focus {
    box-shadow: none;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree:hover, .freeprivacypolicy-com---palette-light .cc-nb-reject:hover, .freeprivacypolicy-com---palette-light .cc-nb-changep:hover, .freeprivacypolicy-com---palette-light .cc-cp-foot-save:hover {
    background-color: var(--cookietext);
    color:white;
}

.freeprivacypolicy-com---palette-light .cc-pc-container {
    background: #fff;
    font-family: "ropa-soft-pro",sans-serif;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-content-entry-title {
    color: var(--cookietext);
    font-size: 20px;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-content-entry-text {
    font-size:14px;
    line-height:1.4;
    color: var(--cookietext);
}

.freeprivacypolicy-com---palette-light .cc-pc-head-title-headline {
    color: var(--cookietext);
    font-size:18px;
}

.freeprivacypolicy-com---palette-light .cc-pc-head-title-text {
    color: var(--cookietext);
}

.freeprivacypolicy-com---palette-light .cc-cp-foot-byline, .freeprivacypolicy-com---pc-dialog .cc-cp-foot-byline a {
    color: var(--cookietext);
}

.freeprivacypolicy-com---palette-light .cc-pc-head-lang select {
    color: var(--cookietext);
    border:1px solid var(--cookietext);
    padding-left:10px;
    margin-left:10px;
}

.freeprivacypolicy-com---pc-dialog input[type=checkbox].cc-custom-checkbox+label {
    color: var(--cookietext);
}

.freeprivacypolicy-com---palette-light .cc-pc-head-lang select:focus {
    box-shadow: none !important;
}
.freeprivacypolicy-com---palette-light .cc-pc-head-close:active, .freeprivacypolicy-com---palette-light .cc-pc-head-close:focus {
    border: 0;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-tabs-item-link:focus {
    box-shadow: none;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-content {
    color: var(--cookietext);
}

.freeprivacypolicy-com---palette-light .cc-cp-body-tabs-item[active=true] button {
    color: var(--cookietext);
}

.freeprivacypolicy-com---palette-light .cc-cp-body-tabs-item-link {
    color: var(--cookietext);
}

#open_preferences_center:hover {
    cursor:pointer;
}

@media screen and (max-width: 600px) {
    .freeprivacypolicy-com---nb .cc-nb-main-container {
        padding: 0.75rem;
    }
    .freeprivacypolicy-com---nb-simple {
        max-width: 100%;
    }
    .freeprivacypolicy-com---palette-light .cc-nb-okagree, .freeprivacypolicy-com---palette-light .cc-nb-reject, .freeprivacypolicy-com---palette-light .cc-nb-changep {
        display: inline-block;
        font-size: 12px;
        padding: 0.3rem 0.75rem;
    }
    .freeprivacypolicy-com---palette-light .cc-nb-text {
        font-size: 11px;
        line-height: 1.2;
    }
}






/* Small only */
@media screen and (max-width: 39.9375em) {
    .classic-challenge-text {
        font-size:20px;
    }  
    .footer-band {
        padding-bottom: 20px;
    }
    
    .template1 .footer, .template19 .footer {
        margin-top:100px;
    }
    p, a, li, table tbody td {
        font-size: 16px;
    }
    h1 {
        font-size:55px;
    }
    h2 {
        font-size:26px;
    }
    .quote {
        font-size: 23px;
        margin-bottom: 30px;
    }
    .quotemark {
        margin-top:20px;
    }
    .mobile-nav {
        padding:0 20px;
    }
    .mobile-nav img {
        max-width:30%;
    }
    .hamburger {
        float:right;
    }
    .hamburger:focus {
        outline:none;
    }

    .hamburger:hover i {
        color: #01549f;
    }
    
    .fa-bars:before, .fa-times:before {
        font-size:22px;
    }
    .header ul {
        display: block;
    }
    .header ul li, .template2 .header ul li {
        display: block;
        text-align: center;
        margin:10px 0;
        border-right: 0;
        padding-right: 0;
    }
    .header ul li a {
        font-size:18px;
    }
    .mobile-nav-dropdown {
        display:none;
        border-bottom:1px solid #002169;
        margin-bottom:20px;
    }
    .template2 .mobile-nav-dropdown {
        border-bottom:1px solid #000;
    }
    .template10 .header, .template9 .header, .template8 .header, .template13 .header {
        padding-bottom: 75px;
    }
    .sponsors-header-new {
        max-width:717px;
        height:106px;
        margin: -166px auto 50px;
    }
    .organisation-logo {
        margin: 15px 0 25px;
    }
    .routes-header {
        margin-top:-170px;
    }
    
    .gallery-thumbnails img {
        max-width: 280px;
        margin: 0 7px;
        max-height:280px;
    }

    .slick-slide {
        height:280px;
    }
    .doddie-parallax {
        height: 360px;
        background-image:url(../../images/doddie-parallax-mobile.jpg);
        background-size:cover;
        background-position: center;
        padding-top: 30px;
    }
    .doddie-parallax .quote {
        font-size:19px;
    }
    .classic-challenge-text {
        margin-top: 20px;
    }
    .tartan-strip {
        height:20px;
        background-size: 40px;
    }
    .home-sponsor {
        margin-top:20px;
    }
    .portal-security-logo {
        float:none;
        margin-top:2rem;
        display:block;
        margin-right:0;
    }
    .doddies-ride-panel {
        background: rgb(187,225,233); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(187,225,233,1) 0%, rgba(187,225,233,1) 30%, rgba(255,228,0,1) 30.1%, rgba(255,228,0,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(187,225,233,1) 0%,rgba(187,225,233,1) 30%,rgba(255,228,0,1) 30.1%,rgba(255,228,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(187,225,233,1) 0%,rgba(187,225,233,1) 30%,rgba(255,228,0,1) 30.1%,rgba(255,228,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbe1e9', endColorstr='#ffe400',GradientType=0 ); /* IE6-9 */
    }
}

/* Medium and up */
@media screen and (min-width: 40em) {
    body.template1, body.template10, body.template19 {
    	padding-bottom:300px;
    }
    .template1 .footer, .template10 .footer, .template19 .footer{
        position:absolute;
        bottom:0;
        width:100%;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .footer-illustration {
        margin-top: 20px;
        margin-bottom: 30px;
        max-height: 186px;
    } 
    .header ul li {
        padding-right: 4px;
    }
    .header ul li a {
        margin-right: 5px;
        font-size:15px;
    }
    .gallery-thumbnails img {
        max-width: 380px;
        max-height:380px;
    }

    .slick-slide {
        height:380px;
    }
    .doddie-parallax {
        height: 250px;
        background-image:url(../../images/doddie-parallax-new2.jpg);
        background-size:cover;
        background-position:bottom;
    }
    .doddie-parallax .quote {
        font-size:23px;
    }
    .footer-buttons {
        margin-top:30px;
    }
    .tartan-strip {
        height:25px;
        background-size: 50px;
    }
    .home-sponsor {
        margin-top:20px;
    }
    .portal-security-logo {
        float:none;
        margin-top:2rem;
        display:block;
        margin-right:0;
    }
    .doddies-ride-panel {
        background: rgb(187,225,233); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(187,225,233,1) 0%, rgba(187,225,233,1) 43%, rgba(255,228,0,1) 43.1%, rgba(255,228,0,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(187,225,233,1) 0%,rgba(187,225,233,1) 43%,rgba(255,228,0,1) 43.1%,rgba(255,228,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(187,225,233,1) 0%,rgba(187,225,233,1) 43%,rgba(255,228,0,1) 43.1%,rgba(255,228,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbe1e9', endColorstr='#ffe400',GradientType=0 ); /* IE6-9 */
    }
}

/* Large and up */
@media screen and (min-width: 64em) {

}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    
}