@charset "UTF-8";

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 100%;
}

.content {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  box-sizing: border-box;
  overflow: hidden;
  min-height: 100%;
  position: relative;
}

.mobile-only {
  display: none;
}

a {
  color: #006633;
  transition: all .4s ease-in-out;
}

a:hover {
  transition: all .4s ease-in-out;
}

ul {
  list-style: none;
}

p,
li,
h1,
h2,
h3,
span {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3 {
  color: #006633;
}

h3 {
  font-size: 0.7em;
  font-weight: 600;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

p.desktop-only {
  padding: 3% 0 0 0;
  margin: 0;
}

sup {
  position: absolute;
  font-size: 100%;
  font-weight: 600;
}

#slideshow {
  position: absolute;
  width: 100%;
  bottom: 2%;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 0;
  padding: 1%;
  quotes: "\2BA" "\2BA" "\2BA" "\2BA";
  position: absolute;
  bottom: 0;
  width: 45%;
  font-style: italic;
  font-family: georgia, sans-serif;
  font-size: 87%;
  color: #888;
}

blockquote::before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0;
  margin-right: 0;
  vertical-align: -0.4em;
  font-style: normal;
  font-weight: 600;
}

blockquote p {
  display: inline;
}

blockquote span.author {
  display: block;
  margin: 2% 0 0;
  font-style: normal;
  font-size: 70%;
  font-weight: 600;
  text-transform: uppercase;
}

.vans blockquote span.author a {
  color: #888;
  border: none;
}

.vans blockquote span.author a:hover {
  color: #888;
  border-bottom: 1px solid;
}

div[class*=-content] {
  width: 100%;
  margin: 0 auto;
}

span.phone,
span.phone:hover {
  transition: all .4s ease-in-out;
  color: #006633;
}

span.phone:hover {
  opacity: .6;
}

.content-header {
  color: #006633;
  font-size: 160%;
  font-weight: 600;
  padding-bottom: 0;
  text-transform: uppercase;
}

.cta-button {
  display: block;
  margin: 6% auto;
}

.cta-button a {
  color: #fff;
  text-decoration: none;
  background: #006633;
  padding: 3%;
  font-size: 90%;
  text-transform: uppercase;
  text-align: center;
  border-radius: 10px;
  width: 60%;
  display: block;
  margin: 0 auto;
  font-weight: 600;
}

.cta-button a:hover {
  opacity: .6;
}

.top-container h1 {
  font-size: 315%;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.75px;
  padding: 1% 0 0 1%;
  text-align: left;
  font-family: arial;
  display: inline-block;
  width: 50%;
  margin: 0;
  box-sizing: border-box;
}

.top-container h1 a {
  color: #fff;
  border: none;
  text-decoration: none;
  margin-left: 10%;
}

.top-container img {
  width: 3.5%;
  height: auto;
  position: absolute;
  left: 1.5%;
  top: 18%;
}

.top-container h2 {
  font-size: 62%;
  color: #fff;
  font-weight: 100;
  letter-spacing: 0.05em;
  padding: 1.25% 0 0 0;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  width: 50%;
  float: right;
  text-transform: uppercase;
}

.top-container p.strapline {
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  top: 50%;
  left: 5.8%;
  font-size: 109%;
  font-weight: 100;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 0.9;
}

.sticky + .sub-header {
  padding-top: 5em;
}

.top-container,
header {
  position: relative;
  box-sizing: border-box;
  height: 6em;
  padding: 0;
  margin: 0 auto;
  background-color: #006633;
  z-index: 1001;
}

header {
  height: 5em;
  margin: 0 auto 2%;
}

header nav {
  width: 100%;
  display: block;
  box-sizing: border-box;
  text-align: center;
  color: #006633;
}

header nav ul {
  width: 100%;
  box-sizing: border-box;
  margin: 1.5% auto 0;
  padding: 0;
  text-align: center;
  background-color: #fff;
  color: #006633;
  display: block;
  border-radius: 5px;
  text-decoration: none;
}

header nav ul li {
  display: inline-block;
  padding: 0;
  color: #006633;
  background: #ccc;
  width: 14%;
  margin-right: -0.5%;
  box-sizing: border-box;
  text-decoration: none;
  border-left: 10px solid;
}

header nav ul li.last {
  border-right: 10px solid;
}

header nav ul li a {
  color: #006633;
  font-size: 100%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  padding: 8px 0;
  text-align: center;
}

header nav ul li a:hover {
  background-color: #fff;
}

header nav ul li a.active {
  background-color: #fff;
}

header nav #menuToggle {
  text-align: center;
  color: #006633;
}

/* Sliding sticky nav menu */

header.sticky {
  font-size: 80%;
  height: 3em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  transition: all 0.5s;
}

header.sticky nav {
  color: #fff;
  width: 83%;
  margin: 0 auto;
  padding: 0;
}

header.sticky nav #menuToggle {
  color: #fff;
}

header.sticky nav #menuToggle ul {
  background: transparent;
  color: #fff;
  border-radius: 0;
  margin: 0;
  position: relative;
}

header.sticky nav #menuToggle ul::after,
header.sticky nav #menuToggle ul::before {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  position: absolute;
  top: 33%;
}

header.sticky nav #menuToggle ul::before {
  content: "APPLE VAN HIRE";
  left: 0%;
  background-image: url(/assets/images/logo.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 0px 0px;
  padding-left: 1.5rem;
}

header.sticky nav #menuToggle ul::after {
  content: "01903 850405";
  letter-spacing: 1.5px;
  right: 0%;
}

header.sticky nav #menuToggle ul li {
  border: none;
  margin: 0.2% 0 0 0;
  width: auto;
  padding-right: 3%;
  background: transparent;
  color: #fff;
}

header.sticky nav #menuToggle ul li a {
  color: #fff;
}

header.sticky nav #menuToggle ul li a.active {
  background-color: transparent;
  padding: 0;
  color: #00fd0a;
}

header.sticky nav #menuToggle ul li a:hover {
  background-color: transparent;
  color: #00fd0a;
}

.sub-header {
  width: 75%;
  margin: 0 auto 3%;
  display: table;
  position: relative;
}

.left-header {
  box-sizing: border-box;
  width: 90%;
  position: relative;
  height: 100px;
  margin: 0 auto;
}

.top-container p.phone,
.sub-header span.phone {
  margin: -2% auto 0;
  font-size: 200%;
  color: #fff;
  letter-spacing: 0.05em;
  width: 50%;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  float: right;
  transition: all .4s ease-in-out;
}

.top-container p.phone:hover, 
.sub-header span.phone:hover {
  opacity: .6;
}

.header-left-col h3,
.vans .header-right-col h3 {
  font-size: 150%;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
}

.header-left-col {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
}

.header-left-col p {
  text-align: left;
  color: #000;
  font-size: 90%;
  font-weight: 600;
  line-height: 1.5;
  width: 80%;
  letter-spacing: 0.05em;
  margin-top: 24%;
}

.header-left-col .button {
  background: transparent;
  width: 25%;
  display: block;
  margin: 6% 0 0 0;
  font-size: 85%;
  text-transform: uppercase;
  border-radius: 6px;
  text-align: center;
}

.header-left-col .button a {
  color: #fff;
  text-decoration: none;
  padding: 6%;
  background: #006633;
  width: 100%;
  border-radius: 10px;
  float: left;
}

.header-left-col ul {
  list-style: none;
  margin: 3% 0 0 -5%;
}

.header-left-col li,
.hiring-conditions .main-content li {
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 2%;
  background-image: url(/assets/images/logo.png);
  background-repeat: no-repeat;
  background-position: 6px 4px;
  background-size: 11px;
  padding-left: 5%;
}

.hiring-conditions .main-content ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1%;
}

.hiring-conditions .main-content li {
  padding: 0 0 1% 3%;
}

.hiring-conditions .main-content img {
  /*width: 15%;
  height: auto;*/
  padding-left: 50px;
}

.vans .header-left-col li {
  padding-bottom: 2.5%;
}

.right-header {
  position: relative;
  width: 90%;
  display: table;
  margin: 0 auto;
}

.vans .header-right-col {
  text-align: left;
}

.header-right-col {
  width: 50%;
  margin: 0;
  box-sizing: border-box;
  height: 20em;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.header-right-col img {
  width: 100%;
  height: auto;
  max-width: 600px;
  padding: 2%;
  border: 2px solid #006633;
  float: right;
  border-radius: 10px;
}

.header-right-col form img {
  width: auto;
  height: 16px;
  position: absolute;
  right: 1.5%;
  top: 20%;
}

.header-right-col h3 span {
  font-size: 55%;
  margin-left: 15%;
}

section[class^=section-] {
  margin: 0 auto;
  text-align: center;
}

div[class^=column-],
ul[class^=column-] {
  width: 31%;
  display: inline-block;
  box-sizing: border-box;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0 0.45% 0 0;
  padding: 0;
}

.main-content .section-3 ul.zebra li:nth-child(odd),
.contact .header-right-col ul.zebra li:nth-child(odd) {
  background-color: #ddd;
}

/* === GENERIC CONTENT === */

.content .main-content {
  background-size: 100% 14.5%;
  border-radius: 10px;
  margin: 2% auto 0;
  width: 75%;
}

.content .main-content .cta-content {
  width: 100%;
}

.content .main-content .cta-content .section-1 {
  padding-top: 1%;
}

.content .main-content .cta-content .section-1 h2 {
  font-size: 130%;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 1% 0 2%;
}

.content .main-content .section-2 .content-header {
  padding-bottom: 0;
  margin-bottom: 0;
}

.content .main-content .section-2 div[class^=column-] {
  border-right: 1px solid #006633;
  border-left: 1px solid #006633;
  padding-bottom: 2%;
  border-bottom: 1px solid #006633;
}

.content .main-content .section-2 .column-3.last {
  margin-right: 0;
}

.content .main-content .section-3 ul[class^=column-] {
  border-radius: 10px;
  margin: 0 0.45% 0 0;
  /*border: 1px solid #ccc;*/
  height: 200px;
}

.content .main-content .section-3 a {
  text-decoration: none;
}

.content .main-content .sub-header {
  font-size: 75%;
  text-transform: uppercase;
  font-weight: 600;
}

.content .main-content span.price {
  font-size: 210%;
  font-weight: 600;
  vertical-align: sub;
  margin: 0 0 0 4%;
  color: #006633;
}

.content .main-content span.year {
  vertical-align: sub;
  font-size: 80%;
  margin: 0 0 0 1%;
}

.content .main-content .content-brief {
  width: 62%;
  text-align: center;
  margin: 0 auto;
  font-size: 85%;
  line-height: 2.5;
  color: #000;
  font-weight: 600;
}

.content .main-content li.content-header a {
  color: #006633;
  text-decoration: none;
  font-size: 80%;
  border-bottom: 1px solid;
}

.content .main-content li.content-header a:hover {
  text-decoration: none;
  opacity: .6;
}

.content .main-content li.content-brief {
  line-height: 2.5;
}

.content .main-content li[class^=sprite-] {
  width: 100%;
  background-image: url(/assets/images/sprite.png);
  height: 100px;
  background-repeat: no-repeat;
  bottom: 100%;
}

.content .main-content li.sprite-1 {
  background-position: 59% 14px;
}

.content .main-content li.sprite-2 {
  background-position: 58% -80px;
}

.content .main-content li.sprite-3 {
  background-position: 54% -169px;
}

.content .main-content li.sprite-4 {
  background-position: 50% -266px;
}

.content .main-content li.sprite-5 {
  background-position: 50% -372px;
}

.content .main-content li.sprite-6 {
  background-position: 50% -483px;
}

.content .main-content .row1 {
  padding-top: 4%;
}

.content .main-content .row2 {
  margin-top: 1%;
}

/* === VAN PAGE === */

.vans .header-left-col a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
}

.vans .header-left-col a:hover {
  color: #006633;
  opacity: .6;
}

.vans .header-left-col h1 a:hover {
  border-bottom: none;
}

.vans .main-content {
  background-image: none;
  margin: 0 auto;
}

.vans .main-content .row1 {
  padding-top: 0;
}

.vans .main-content .section-3 img {
  width: 80%;
  height: auto;
  box-sizing: border-box;
}

.vans .main-content .section-3 span {
  color: #006633;
  text-transform: none;
  font-size: 150%;
  text-transform: uppercase;
}

.vans .main-content .section-3 span.phone:hover {
  opacity: 60%;
  transition: all .4s ease-in-out;
  border-bottom: 1px solid;
}

.vans .main-content .section-3 .van-description {
  height: auto;
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}

.vans .main-content .section-3 .van-description p.description-header {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 160%;
  text-align: left;
  margin: 0;
  padding: 0 0 10px;
  color: #006633;
}

.vans .main-content .section-3 .van-description p.description-body {
  text-align: left;
  margin: 0;
  font-size: 85%;
  font-weight: 600;
  min-height: 30px;
}

.vans .main-content .section-3 .van-description p.description-spec {
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  margin: 0 0 0.5%;
  color: #006633;
  font-size: 95%;
}

.vans .main-content .section-3 ul li {
  text-align: left;
  font-size: 120%;
  font-weight: 600;
  text-transform: none;
  padding: 5px;
}

/*.vans .main-content .section-3 ul.column-1 {
  width: 40%;
  float: left;
  display: table;
  position: relative;
  height: 50vh;
}*/

.vans .main-content .section-3 ul.column-1 {
  width: 40%;
  float: left;
  display: table;
  position: relative;
  height: 38vh;
  box-shadow: 0px 0px 20px -2px rgb(0 0 0 / 30%);
  margin-top: 20px;
}

.vans .main-content .section-3 ul.column-1 li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/*.vans .main-content .section-3 ul.column-2,
.vans .main-content .section-3 ul.column-3 {
  width: 59%;
  padding: 1%;
  float: left;
  height: 50vh;
}*/

.vans .main-content .section-3 ul.column-2, 
.vans .main-content .section-3 ul.column-3 {
  width: 59%;
  padding: 1%;
  float: left;
  height: auto;
}

.vans .main-content .section-3 ul.zebra li.last {
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4%;
}

.vans .main-content .section-3 ul.column-3 {
  width: 26%;
  margin-right: 0;
  position: relative;
}

.vans .main-content .section-3 ul.column-3 li {
  text-align: center;
  margin-top: 3%;
}

.vans .main-content .section-3 ul.column-3 li.last {
  text-align: center;
}

.vans .main-content .section-3 ul.column-3 li.last a {
  background: #006633;
  padding: 2% 5%;
  color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
}

.vans .main-content .section-3 ul.column-3 li:first-child {
  margin-top: 0;
}

.vans .main-content .section-3 ul.column-3 span {
  text-transform: uppercase;
  width: 100%;
  font-size: 150%;
  display: block;
  text-align: center;
}

.vans .main-content .section-3 ul.column-3 span.phone {
  font-size: 270%;
}

.vans .column-1 li p {
  font-size: 70%;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4%;
  color: #888;
}

/* === HIRING CONDITIONS PAGE === */

.hiring-conditions .main-content h2 {
  text-transform: uppercase;
  font-size: 150%;
  margin: 0;
  text-align: left;
}

.hiring-conditions .main-content p {
  font-weight: 600;
}

/* === CONTACT PAGE === */

.contact .header-left-col h3 {
  margin-bottom: 2%;
}

.contact .header-left-col ul {
  margin: 2% 0 2% -3%;
}

.contact .header-left-col ul li {
  padding: 0 0 0.5%;
  background-image: none;
  color: #006633;
}

.contact .header-left-col p {
  margin: 0;
  letter-spacing: 0;
  font-size: 100%;
  line-height: 1.3;
}

.contact .header-left-col p a {
  text-decoration: none;
}

.contact .sub-header span.phone {
  color: #006633;
  width: auto;
  margin: 0;
  float: none;
  display: block;
  text-align: left;
  padding: 1% 0;
}

.contact .sub-header.load p {
  text-align: left;
  font-weight: 600;
  color: #006633;
  font-size: 14px;
}

.contact .header-right-col {
  height: auto;
  border: 2px solid #006633;
  padding: 1%;
  border-radius: 10px;
  width: 33%;
  box-sizing: border-box;
}

.contact .header-right-col ul {
  margin: 6% 0 0;
  padding: 0;
}

.contact .header-right-col ul li {
  font-weight: 600;
  width: auto;
  color: #006633;
  text-align: left;
  padding: 2%;
  font-size: 85%;
}

.contact .header-right-col ul li span {
  text-align: left;
  width: 30%;
}

.contact .header-right-col ul li span.day {
  float: left;
  width: 50%;
}

.contact .header-right-col h2 {
  text-transform: uppercase;
  font-size: 125%;
  margin: 0;
  text-align: left;
}

.contact .main-content {
  background-image: none;
  margin: 0 auto;
}

.contact .main-content h2 {
  text-transform: uppercase;
  font-size: 125%;
  padding: 0 0 10px 0;
  margin: 0;
}

.contact .main-content p {
  text-align: left;
  margin: 0 0 1%;
  font-weight: 600;
}

.contact .main-content p a,
.contact .header-right-col p a {
  text-decoration: none;
  border-bottom: 1px solid;
}

.contact .main-content p a:hover,
.contact .header-right-col p a:hover {
  border-bottom: 1px solid;
  opacity: .6;
}

.contact ul.collection-times {
  list-style-type: disc;
}

.contact ul.collection-times li {
  font-weight: 600;
  line-height: 1.7em;
}

.contact .header-right-col img {
  width: auto;
  border: none;
  max-width: unset;
  float: unset;
  display: block;
  padding-left: 0;
}

/* === LEGALPAGES === */

.legal .main-content {
  background-image: none;
  margin: 0 auto;
  width: 75%;
}

.legal .main-content h2 {
  text-transform: uppercase;
  font-size: 150%;
}

.legal .main-content h3 {
  font-size: 1em;
  text-transform: uppercase;
}

.legal .main-content p {
  font-weight: 600;
  margin: 0 0 20px 0;
}

.legal .main-content ul {
  list-style: disc;
  font-weight: 600;
}

.legal .main-content ul li {
  margin-bottom: 1%;
}

.legal .main-content a {
  text-decoration: none;
  border-bottom: 1px solid;
}

.legal .main-content a:hover {
  text-decoration: none;
  border-bottom: 2px solid;
}

/* === FOOTER === */

footer {
  width: 75%;
  margin: 0 auto;
}

footer .footer-bkg {
  margin: 4% 0 0;
  padding: 1%;
  box-sizing: border-box;
  border: 1px solid #006633;
  background-color: #ddd;
}

footer p {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 80%;
}

footer h2 {
  text-transform: uppercase;
  font-size: 125%;
  padding: 3% 0 0;
}

footer #map {
  width: 100%;
  height: 400px;
  background-color: #fff;
}

footer .content-header {
  text-align: center;
  padding: 0;
  font-size: 100%;
}

footer .cta-button {
  width: 9%;
  margin: 2% auto 0;
  padding: 1%;
  background: #fff;
}

footer .cta-button a {
  color: #006633;
  font-weight: 600;
}

footer .footer-notices {
  margin: 2% auto 3%;
}

footer .footer-notices .notices ul li {
  font-size: 60%;
}

footer ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

footer ul li {
  display: inline-block;
  margin-right: 2%;
  font-size: 80%;
  text-transform: uppercase;
  font-weight: 600;
}

footer ul li a {
  text-decoration: none;
  color: #000;
}

footer ul li a.active {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 2px 0;
}

footer ul li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #000;
  /*padding: 2px 0;*/
}

footer ul#menu {
  margin: 2% 0 3%;
  text-align: center;
  font-size: 130%;
}

footer .footer-bkg-menu p {
  font-weight: 600;
  margin: 3% 0 0;
}

footer .footer-bkg-menu p a {
  font-weight: 600;
  color: #000;
  text-decoration: none;
  font-size: 200%;
  letter-spacing: 0.05em;
}

footer .copyright {
  width: 33%;
  float: left;
  text-align: left;
}

footer .dev {
  width: 50%;
  display: inline-block;
}

footer .dev ul {
  text-align: left;
}

footer .notices {
  width: 100%;
  text-align: center;
}

/* === Back to top function === */

#scroll {
  position: fixed;
  right: 2%;
  bottom: 5%;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #006633;
  text-indent: -9999px;
  display: none;
  border-radius: 60px;
  z-index: 1001;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}

#scroll:hover {
  background-color: #006633;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

