/*
Theme Name: A Brunton
Text Domain: A Brunton
Version: 1.0
Description: WordPress theme for A Brunton
Author: StudioHub
Author URI: https://www.studiohub.co.uk

*/

/* Supreme Carriages - 2023 */

/* Global Console */

html {
  scroll-behavior: smooth;
}

html body{
font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6{
font-family: 'Inter', serif;
}

.container{
max-width: 1270px;
}


/* Variables */

:root{
  --brand: #0054CC;
  --alt: #FFCD00;
  --light: #FFFFFF;
  --dark: #242527;
}

/* Section Styles */

/* Header */

/* Accordion */

#accordion {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

#accordion h3 {
  color: #3F3F3F;
  font-family: "Inter";
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  letter-spacing: -0.6px;
  border-bottom: 1px solid #ACACAC;
  padding: 20px 0px;
}
#accordion h3:focus {
  outline: none;
}
#accordion div {
  width: 100%;
  float: left;
  
  padding: 15px 0 30px 0;
}
#accordion h3.ui-state-active {
  color: #4a3867;
}

#accordion h3 span.openclose {
  background-image: url('img/h3down.png');
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 5px;
  float: right;
  display: inline-block;
  margin-top: -2px;
  padding: 15px;
  border-radius: 4px;
}

#accordion h3.ui-state-active span.openclose {
  border: 1px solid #4a3867;
  background-color: #4a3867;
  background-image: url('img/h3up.png');
}

#accordion .toggle-content p{
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--dark);
}

#accordion .toggle-content p a{
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--dark);
}

/* Section Styles */

#topHeader{
  background: linear-gradient(270deg, rgba(0, 84, 204, 0.50) 13.99%, rgba(0, 84, 204, 0.00) 83.6%), #043C8A;
  padding: 12px 0px;
  text-align: right;
  color: var(--light);
}

#topHeader img{
  height: 13px;
  width: auto;
  margin-right: 10px;
}

#topHeader ul{
  margin: 0;
  padding: 0;
}

#topHeader ul li{
  color: #FFF;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150.023%; /* 16.502px */
  display: inline-block;
  margin-left: 35px;
}

#topHeader ul li img{
  margin-top: -3px;
}

#header{
  position: relative;
  z-index: 200;
  background: rgba(255, 255, 255, 0.15);
  padding: 20px 0px;
  margin-top: -2px !important;
}

#header ul{
  float: right;
  margin: 0;
  padding: 0;
  margin-left: 40px;
}

#header ul li{
  display: inline-block;
}

#header ul.mainNavigation li{
  margin-left: 25px;
  padding-top: 12px;
}

#header ul.mainNavigation li ul{
  display: none;
}

#header ul.mainNavigation li:hover > ul{
  display: block;
  position: absolute;
  z-index: 50000;
  margin: 0;
  list-style-type: none;
  
}

#header ul.mainNavigation li ul li:first-child{
  margin-top: 15px;
}

#header ul.mainNavigation li ul li{
  display: list-item;
  margin: 0;
  padding: 4px 0px;
  border-radius: 4px;
  padding: 8px 12px;
  background: var(--alt);
  margin-bottom: 5px;
}

#header ul.mainNavigation li ul li a{ 
  color: var(--brand);
  font-size: 14px;
}

#header ul.mainNavigation li ul li:hover {
  background-color: var(--brand);
}

#header ul.mainNavigation li ul li:hover a {
    color: var(--alt);    
}

#header ul.mainNavigation li a{
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150.023%; /* 24.004px */
  text-decoration: none;
}

#header ul.mainNavigation li a:hover {
  color: var(--brand);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150.023%; /* 24.004px */
  text-decoration: none;
}

#header ul.tools li.login{
  border-radius: 4px;
  border: 1px solid #FFF;
  background: #0347A8;
  padding: 9px 16px;
}

#header ul.tools li.login:hover {
  border-radius: 4px;
  border: 1px solid #FFF;
  background: #FFF;
  
  padding: 9px 16px;
}

#header ul.tools li.order{
  border-radius: 4px;
  background: #FFCD00;
  border: 1px solid #FFCD00;
  padding: 9px 16px;
  margin-left: 15px;
}

#header ul.tools li.order:hover{
  border-radius: 4px;
  background: #FFF;
  border: 1px solid #FFF;
  padding: 9px 16px;
  margin-left: 15px;
}

#header ul.tools li a{
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150.023%; /* 27.004px */
  text-decoration: none;
}

#header ul.tools li.order a{
  color: #353739;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150.023%; /* 27.004px */
}

#header ul.tools li.login a:hover{
  color: #0347A8 !important;
}

#header ul.tools li.order a:hover{
  color: #0347A8 !important;
}

#hero{
  background: url('img/home-hero-image.jpg') no-repeat;
  
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-top: -98px;
  bottom: 0;
  z-index: 100;
  padding: 220px 0px;
  text-align: center;
}
/*

#hero .homepage-services {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    background: rgba(0, 0, 0, 0.6);
    padding: 1rem;
    text-align: center;
    margin-top: 4rem;
}

#hero .homepage-services a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
    color: white;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
}

#hero .homepage-services a img {
    width: 70%;
}
#hero .homepage-services a h2 {
    position: absolute;
    font-size: 2.5rem;
    color: #ffcd02;
}
*/

#hero h1{
  color: #FFF;
  font-family: Inter;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 150.023%; /* 90.014px */
  margin-bottom: 0px;
}

#hero h2{
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 150.023%; /* 30.005px */
}

/* SubHero */

/* Subpage Hero */

#subHero{
  background: #043F92;
  position: relative;
  margin-top: -98px;
  bottom: 0;
  z-index: 100;
  padding: 140px 0px 40px 0px;
  text-align: left;
}

#subHero h1{
  color: #FFF;
  font-family: Inter;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 150.023%; /* 90.014px */
  margin-bottom: 0px;
}

#breadcrumbs{
  background: #0D213E;
  padding: 15px 0px;
  color: #FFF;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150.023%; /* 16.502px */
}

#breadcrumbs a{
  color: #FFF;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 150.023%; /* 16.502px */
}

#aboutCTA{
  background: #FFCD00;
  text-align: right;
  padding: 20px 0px;
}

#aboutCTA a{
  color: #353739;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150.023%; /* 27.004px */
  text-decoration: none;
}

#aboutCTA img{
  width: 14px;
  height: auto;
  margin-left: 10px;
}

/* Home Intro */

#homeIntro{
  padding: 90px 0px;
}

#homeIntro h2{
  color: #242527;
  text-align: center;
  font-family: Inter;
  font-size: 36.397px;
  font-style: normal;
  font-weight: 800;
  line-height: 150.023%; /* 54.604px */
}

#homeIntro p{
  color: #15151E;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 181.023%; /* 32.584px */
  margin-bottom: 70px;
}

#homeIntro .serviceBox{
  position: relative;
  background: url('img/skip-hire-image.jpg') no-repeat;
  background-size: cover;
  min-height: 345px;
  margin-bottom: 25px;
  padding: 20px;
}

#homeIntro .serviceBox:hover {
  transform: scale(1.05);
  transition: transform .5s ease;
}

#homeIntro .serviceBox h3 {
  background: rgba(0, 0, 0, 0.59);
  display: block;
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 150.023%; /* 30.005px */
  padding: 15px;
  margin-top: 240px;
  margin-bottom: 0px;
}
#homeIntro .serviceBox:hover h3 {
    opacity: 0;
}

#homeIntro .serviceBox .serviceDescription {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem; 
    width: 100%;
    height: 100%;
    background: rgba(0, 85, 204, 0.4);
    transition: all 0.2s;
    color: white;
}

#homeIntro .serviceBox:hover .serviceDescription{
    opacity: 1;
}

#homeIntro .serviceBox .serviceDescription h1,
#homeIntro .serviceBox .serviceDescription h2,
#homeIntro .serviceBox .serviceDescription h3,
#homeIntro .serviceBox .serviceDescription h4,
#homeIntro .serviceBox .serviceDescription h5,
#homeIntro .serviceBox .serviceDescription h6,
#homeIntro .serviceBox .serviceDescription p {
    color: #fff;
}

#homeIntro .serviceBox .serviceDescription img {
    width: 20px;
    margin-right: 1rem;
}

#why{
  background: url('img/why-background.jpg') no-repeat;
  background-size: cover;
  background-position: right center;
  padding: 60px 0px;
}

#why h2{
  color: #FFF;
  font-family: Inter;
  font-size: 36.397px;
  font-style: normal;
  font-weight: 800;
  line-height: 150.023%; /* 54.604px */
}

#why p{
  color: #FFF;
  font-family: Inter;
  font-size: 14.559px;
  font-style: normal;
  font-weight: 400;
  line-height: 181.023%; /* 26.355px */
}

#why .col-md-6{
  padding-right: 13%;
}

#why ul{
  margin: 0;
  margin-left: 40px;
  padding: 0;
}

#why ul li{
  list-style-type: none;
  width: 45%;
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
}

#why ul li img{
  height: 22px;
  width: auto;
  position: relative;
  margin-left: -44px;
  margin-bottom: -43px;
}

#why ul li h3{
  color: #FFCD00;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 150.023%; /* 30.005px */
}

#why ul li p{
  color: #FFF;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 154.023%; /* 20.023px */
}

#stats{
  background: #F6F6F6;
  padding: 60px 0px;
  text-align: center;
}

#stats h2{
  color: #383838;
  font-family: Inter;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 150.023%; /* 96.015px */
  letter-spacing: -2.56px;
  margin-bottom: 0px;
}

#stats h3{
  color: #0054CC;
  text-align: center;
  font-family: Inter;
  font-size: 14.559px;
  font-style: normal;
  font-weight: 500;
  line-height: 181.023%; /* 26.355px */
  margin-top: -18px;
  margin-bottom: 0px;
}

#stats p{
  color: #525252;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 181.023%;
  margin-bottom: 0px;
}

/* Testimonials */

#testimonials{
  padding: 70px 0px;
  text-align: center;
}

#testimonials img.left{
  float: left;
  margin-top: 125px;
}

#testimonials img.right{
  float: right;
  margin-top: 125px;
}

#testimonials h2{
  color: #242527;
  font-family: Inter;
  font-size: 36.397px;
  font-style: normal;
  font-weight: 800;
  line-height: 150.023%; /* 54.604px */
  margin-bottom: 25px;
}

#testimonials p{
  color: #6C6C6D;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 173.523%; /* 34.705px */
  padding: 0px 10%;
}

#testimonials img.testimonial-logo{
  margin-top: 40px;
  width: 80px;
  height: auto;
  margin-bottom: 20px;
}

#testimonials h3{
  color: #0054CC;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 173.523%; /* 31.234px */
  margin-bottom: 0px;
}

#testimonials h4{
  color: #6C6C6D;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 173.523%; /* 27.764px */
}

#testimonials a.contact{
  background: #FFCD00;
  color: #353739;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150.023%; /* 27.004px */
  padding: 12px 18px;
  text-decoration: none;
  margin-top: 40px;
  display: inline-block;
}

#testimonials a.contact:hover{
  background: #FFF;
  border: 1px solid var(--brand);
  color: #353739;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150.023%; /* 27.004px */
  padding: 12px 18px;
  text-decoration: none;
  margin-top: 40px;
  display: inline-block;
}

#testimonials a.contact img{
  width: 9px;
  height: auto;
  margin-left: 60px;
}

/* Contact Content */

#contactContent{
  padding: 70px 0px;
}

#contactContent .bookOnline{
  background: #FFCD00;
  border: 1px solid #FFCD00;
  text-align: center;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 50px;
}

#contactContent .bookOnline a{
  background: var(--dark);
  border-radius: 2px;
  display: inline-block;
  color: #FFF;
  font-weight: bold;
  padding: 10px 30px;
  font-size: 16px;
}

#contactContent h2{
  color: #242527;
  font-family: Inter;
  font-size: 36.397px;
  font-style: normal;
  font-weight: 800;
  line-height: 150.023%; /* 54.604px */
}

#contactContent h3{
  color: #242527;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 150.023%; /* 54.604px */
}

#contactContent p a{
  color: var(--brand);
  font-weight: 700;
}

#contactContent p{
  color: #15151E;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 181.023%; /* 32.584px */
  margin-bottom: 30px;
}

#contactContent .gform_button.button{
  border-radius: 6px !important;
   background: var(--brand) !important;
   color: var(--light) !important;
   font-size: 18px !important;
   font-style: normal !important;
   font-weight: 600 !important;
   line-height: 96.728% !important; /* 23.215px */
   display: inline-block !important;
   text-decoration: none !important;
   margin-bottom: 12px !important;
   width: 100% !important;
   padding: 10px !important;
   margin-top: 10px !important;
   border: 0px !important;
}

#contactContent .certBlock{
  border: 1px solid #AEAEAE;
  border-radius: 8px;
  padding: 25px;
  margin-top: 13px;
  margin-bottom: 13px;
}

#contactContent .certBlock h3{
  color: #242527;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 150.023%; /* 54.604px */
  margin-bottom: 25px;
}

#contactContent .certBlock a.download{
  display: block;
  border-radius: 6px !important;
   background: var(--brand) !important;
   color: var(--light) !important;
   font-size: 14px !important;
   font-style: normal !important;
   font-weight: 600 !important;
   line-height: 96.728% !important; /* 23.215px */
   text-decoration: none !important;
   margin-bottom: 0px !important;
   width: 100% !important;
   padding: 10px !important;
   margin-top: 10px !important;
   border: 0px !important;
}

#contactContent .terms p{
  font-size: 14px;
  margin-bottom: 8px;
}

#contactContent .terms p span{
  font-weight: 700;
  margin-right: 5px;
}

#contactContent .blogCard{
  border: 1px solid #AEAEAE;
  border-radius: 8px;
  padding: 25px;
  margin-top: 13px;
  margin-bottom: 13px;
}

#contactContent .blogCard img{
  margin-bottom: 25px;
}

#contactContent .blogCard h2{
  color: #242527;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 150.023%; /* 54.604px */
  margin-bottom: 5px;
}

#contactContent .blogCard p{
  font-size: 14px;
  margin-bottom: 8px;
}

#contactContent .blogCard a{
  color: var(--brand);
  font-weight: 700;
}

/* Blog */

#newsContent{
  padding: 60px 0px;
}

#newsContent img{
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

/* Skip Hire */

#skipHireHero{
  background: url('img/skip-hire-background.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-top: -98px;
  bottom: 0;
  z-index: 100;
  padding: 280px 0px 180px 0px;
  text-align: center;
}

#skipHireHero h1{
  color: #FFF;
  font-family: Inter;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 150.023%; /* 90.014px */
  margin-bottom: 0px;
}

#skipHireHero h2{
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 150.023%; /* 30.005px */
}

/* Skip Hire */

#wasteHero{
  background: url('img/industrial-waste-hero.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-top: -98px;
  bottom: 0;
  z-index: 100;
  padding: 280px 0px 180px 0px;
  text-align: center;
}

#wasteHero h1{
  color: #FFF;
  font-family: Inter;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 150.023%; /* 90.014px */
  margin-bottom: 0px;
}

#wasteHero h2{
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 150.023%; /* 30.005px */
}

/* Skip Hire */

#wheelieHero{
  background: url('img/wheelie-bin-hero.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-top: -98px;
  bottom: 0;
  z-index: 100;
  padding: 280px 0px 180px 0px;
  text-align: center;
}

#wheelieHero h1{
  color: #FFF;
  font-family: Inter;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 150.023%; /* 90.014px */
  margin-bottom: 0px;
}

#wheelieHero h2{
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 150.023%; /* 30.005px */
}

/* Skip Hire Content */

#skipHireContent{
  padding: 70px 0px;
}

#skipHireContent .skipRange p.price{
  font-weight: 700;
  color: var(--brand);
}

#skipHireContent .binRange{
  background: #F4F8FB;
  border-radius: 12px;
  padding: 55px 55px 25px 55px;
  margin-bottom: 20px;
}

#skipHireContent .binRange .col-md-5{
  text-align: center;
}

#skipHireContent .binRange img{
  height: 250px;
  width: auto;
}

#skipHireContent .binRange h3{
  color: #242527;
  text-align: left;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 150.023%; /* 54.604px */
}

#skipHireContent .binRange p{
  color: #15151E;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 181.023%; /* 32.584px */
}

#skipHireContent .binRange p a{
  color: #15151E;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
  line-height: 181.023%; /* 32.584px */
}

#skipHireContent .wasteVolume{
  background: #FFF;
  border: 2px solid #AEAEAE;
  border-radius: 12px;
  padding: 55px 55px 25px 55px;
  margin-bottom: 20px;
}

#skipHireContent .wasteVolume .col-md-3{
  text-align: center;
}

#skipHireContent .wasteVolume img{
  height: 120px;
  width: auto;
}

#skipHireContent .wasteVolume h3{
  color: #242527;
  text-align: left;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 150.023%; /* 54.604px */
}

#skipHireContent .wasteVolume p{
  color: #15151E;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 181.023%; /* 32.584px */
}

#skipHireContent .wasteVolume p a{
  color: #15151E;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
  line-height: 181.023%; /* 32.584px */
}

#skipHireContent .skipRange{
  background: #F4F8FB;
  border-radius: 12px;
  padding: 55px 55px 55px 55px;
  margin-bottom: 20px;
}

#skipHireContent .skipRange .col-md-5{
  text-align: center;
}

#skipHireContent .skipRange img{
  width: 90%;
  height: auto;
}

#skipHireContent .skipRange h3{
  color: #242527;
  text-align: left;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 150.023%; /* 54.604px */
  margin-top: 0px;
}

#skipHireContent .skipRange p{
  color: #15151E;
  font-family: Inter;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 181.023%; /* 32.584px */
}

#skipHireContent .skipRange p a{
  color: #15151E;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
  line-height: 181.023%; /* 32.584px */
}

#skipHireContent .skipRange a.contact{
  background: #FFCD00;
  color: #353739;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150.023%; /* 27.004px */
  padding: 12px 18px;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}

#skipHireContent .skipRange a.contact:hover{
  background: #FFF;
  border: 1px solid var(--brand);
  color: #353739;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150.023%; /* 27.004px */
  padding: 12px 18px;
  text-decoration: none;
  
  margin-top: 10px;
  display: inline-block;
}

#skipHireContent h2{
  color: #242527;
  text-align: left;
  font-family: Inter;
  font-size: 36.397px;
  font-style: normal;
  font-weight: 800;
  line-height: 150.023%; /* 54.604px */
  margin-bottom: 30px;
}

#skipHireContent h3{
  color: #242527;
  text-align: left;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 150.023%; /* 54.604px */
  margin-bottom: 0px;
  margin-top: 30px;
}

#skipHireContent h2.coverage{
  color: #242527;
  text-align: left;
  font-family: Inter;
  font-size: 36.397px;
  font-style: normal;
  font-weight: 800;
  line-height: 150.023%; /* 54.604px */
  margin-bottom: 30px;
  margin-top: 60px;
}

#skipHireContent ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#skipHireContent ul li{
  margin-bottom: 10px;
}

#skipHireContent ul.contentList{
  margin: 30px 0px;
}

#skipHireContent ul.contentList li{
  margin-bottom: 10px;
  height: auto !important;
  margin-bottom: 16px;
}

#skipHireContent ul.contentList li img{
  width: 20px;
  height: auto;
  margin-bottom: 0px;
}

#skipHireContent ul li a{
  color: #1461D0;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 181.023%; /* 28.964px */
  text-decoration: none;
}

#skipHireContent ul.coverage li a{
  color: #1461D0;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 181.023%; /* 28.964px */
  text-decoration: none;
}

#skipHireContent ul.coverage li{
  border-radius: 5px;
  border: 1px solid #0054CC;
  background: rgba(0, 84, 204, 0.12);
  padding: 8px 16px;
}

#skipHireContent ul.coverage li:hover{
  border-radius: 5px;
  border: 1px solid #0054CC;
  background: rgba(0, 84, 204, 0.25);
  padding: 8px 16px;
}

#skipHireContent ul.coverage li a{
  color: #1461D0;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 181.023%; /* 28.964px */
  text-decoration: none;
}

#skipHireContent ul li img{
  width: 29px;
  height: auto;
  margin-right: 8px;
}

#skipHireContent p{
  color: #15151E;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 181.023%; /* 32.584px */
}

#skipHireContent .col-md-8 img{
  margin-bottom: 40px;
}

#skipHireContent p a{
  color: #15151E;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 181.023%;
  text-decoration-line: underline;
}

#skipHireContent a.contact{
  background: #FFCD00;
  color: #353739;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 110.023% !important; /* 27.004px */
  padding: 14px 18px;
  text-decoration: none;
  margin-top: 40px;
  display: inline-block;
}

#skipHireContent a.contact:hover{
  background: #FFF;
  border: 1px solid var(--brand);
  color: #353739;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150.023%; /* 27.004px */
  padding: 12px 18px;
  text-decoration: none;
  margin-top: 40px;
  display: inline-block;
}

#skipHireContent a.contact img{
  width: 9px;
  height: auto;
  margin-left: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#skipHireContent .recycleBox{
  border: 1px solid #AEAEAE;
  border-radius: 8px;
  padding: 25px;
  margin-top: 13px;
  margin-bottom: 13px;
}

#skipHireContent #calculate-form input[type=submit]{
  background: var(--brand);
  color: var(--light);
  border: 0px;
  border-radius: 6px;
  padding: 10px 22px;
  margin-top: 20px;
}

#skipHireContent #calculate-form input[type=text]{
  background: var(--light);
  color: var(--dark);
  border: 1px solid #AEAEAE;
  border-radius: 6px;
  padding: 10px 22px;
  margin-top: 15px;
  width: 100%;
}

#skipHireContent #calculate-form select{
  background: var(--light);
  color: var(--dark);
  border: 1px solid #AEAEAE;
  border-radius: 6px;
  padding: 10px 22px;
  margin-top: 15px;
  width: 100%;
}

#skipHireContent #calculate-form .col-md-3{
  padding-top: 25px;
}

#skipHireContent .offerBox a{
  margin-top: 0px !important;
}

/* Footer */

#footer{
  background: linear-gradient(270deg, rgba(0, 84, 204, 0.50) 13.99%, rgba(0, 84, 204, 0.00) 83.6%), #043C8A;
  padding: 60px 0px;
}

#footer h2{
  color: #FFF;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 173.523%; /* 38.175px */
  margin-bottom: 30px;
}

#footer img.logo{
  width: 198px;
  height: auto;
  margin-bottom: 40px;
}

#footer p{
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 173.523%; /* 24.293px */
  margin-bottom: 0px;
}

#footer ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer ul li{
  margin-bottom: 10px;
}

#footer ul li a{
  color: #FFF;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 173.523%; /* 26.028px */
  text-decoration: none;
}

#footer ul.social{
  margin-top: 40px;
}

#footer ul.social li{
  display: inline-block;
  margin-right: 15px;
}

#footer ul.social li img{
  height: 30px;
  width: auto;
}

#footer ul.contact li img{
  width: 15px;
  height: auto;
  margin-right: 20px;
}

#footer ul.contact{
  color: #FFFFFF;
}

#footer ul.contact li a{
  color: #FFCD00;
}

#endFooter{
  background: #082B5B; 
  color: #FFF;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 173.523%; /* 24.293px */
  padding: 20px 0px;
}

#endFooter p a{
  color: #FFCD00;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 173.523%;
  text-decoration: none;
}

#endFooter p{
  margin-bottom: 0px;
}

/* About Content */

#aboutContent{
  padding: 70px 0px;
}

#aboutContent h2{
  color: #242527;
  text-align: left;
  font-family: Inter;
  font-size: 36.397px;
  font-style: normal;
  font-weight: 800;
  line-height: 150.023%; /* 54.604px */
}

#aboutContent p{
  color: #15151E;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 181.023%;
}

#aboutContent p a{
  color: #1576FF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 181.023%; /* 32.584px */
  text-decoration-line: underline;
}

#aboutContent img{
  margin-bottom: 25px;
}

#headerMobileLinks{
  display: none;
}

a.burger{
  display: none;
}

#mySidenav{
   display: none;
 }
 
 

/*Media Queries*/

@media only screen and (max-width: 1200px) {
/* For desktop: */
}
@media only screen and (max-width: 992px) {
/* For desktop: */
}
@media only screen and (max-width: 768px) {
/* For desktop: */

#topHeader{
  display: none;
}

#header{
  background: var(--brand);
}

#header ul.tools{
  display: none;
}

#header ul.mainNavigation{
  display: none;
}

#mySidenav{
   display: block !important;
 }
 
 /* The side navigation menu */
 .sidenav {
   height: 100%; /* 100% Full-height */
   width: 0; /* 0 width - change this with JavaScript */
   position: fixed; /* Stay in place */
   z-index: 250000; /* Stay on top */
   top: 0; /* Stay at the top */
   right: 0;
   background-color: var(--dark); /* Black*/
   overflow-x: hidden; /* Disable horizontal scroll */
   padding-top: 60px; /* Place content 60px from the top */
   transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
   
 }
 
 .sidenav ul{
   list-style-type: none;
   margin: 0;
   padding: 0;
 }
 
 .sidenav ul li{
   display: list-item !important;
 }
 
 /* The navigation menu links */
 .sidenav a {
   padding: 8px 25px 8px 32px;
   text-decoration: none;
   font-size: 18px;
   color: var(--light);
   display: block;
   transition: 0.3s;
   font-family: "Inter";
   text-transform: uppercase;
 }
 
 /* When you mouse over the navigation links, change their color */
 .sidenav a:hover {
   color: #f1f1f1;
 }
 
 /* Position and style the close button (top right corner) */
 .sidenav .closebtn {
   position: absolute;
   top: 30px;
   right: 15px;
   font-size: 30px;
   margin-left: 50px;
   padding-right: 0px;
   color: #ffffff;
 }
 
 /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
 @media screen and (max-height: 450px) {
   .sidenav {padding-top: 15px;}
   .sidenav a {font-size: 18px;}
 }
 
 a.burger{
   display: block;
 }
 
 .burger img{
     display: block !important;
     position: absolute;
     z-index: 2;
     top: -10px;
     right: 15px;
     width: 35px;
     height: auto;
   }
   
   #header .sidenav ul li a{
     margin-bottom: 0px;
      padding-bottom: 0px;
   }
   
   #header .sidenav ul li a{
     font-size: 14px;
     text-transform: none !important;
     padding-left: 0px;
     
   }

   #header .sidenav ul ul.submenu{
      margin-left: 35px !important;
    }
    
  #header .sidenav ul li ul.submenu li a{
    font-size: 14px !important;
  }
  
    
    #header ul{
      margin-left: 20px;
      float: none;
    }
    
  #headerMobileLinks{
    display: block;
  }
  
  #headerMobileLinks .col-6{
    padding: 15px 0px;
    text-align: center;
  }
  
  #headerMobileLinks .col-6:first-child{
    background: #FFCD00;
  }
  
  #headerMobileLinks .col-6 a{
    text-decoration: none;
    font-weight: 700;
    color: var(--dark);
  }
  
  #hero, #wheelieHero, #skipHireHero, #wasteHero{
     margin-top: 0px;
     padding: 180px 0px;
   }
   
   #subHero{
     margin-top: 0px;
     padding: 30px 0px;
   }
   
   #subHero h1{
     font-size: 32px;
   }
   
   #hero h1, #wheelieHero h1, #skipHireHero h1, #wasteHero h1{
     line-height: 100%;
     margin-bottom: 25px;
   }
   
   #stats .col-md-4{
     margin-bottom: 45px;
   }
   
   #why{
     background: var(--brand);
   }
   
   #why ul li{
     width: 86%;
     padding-left: 15px;
   }

}

@media only screen and (max-width: 590px) {
/* For desktop: */
}
@media only screen and (max-width: 480px) {
/* For desktop: */
}
@media only screen and (min-width: 320px) {
/* For desktop: */
}