@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lily+Script+One&display=swap");
* {
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

.hero {
  background-image: url("hero.jpg");
}

a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
}

.council-logo {
    max-height: 75px;
    max-width: 250px;
}

.container {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

/*======================================================
                            Logos
    ======================================================*/
.oxygenLogo {
  height: 80px;
  width: auto;
}

.councilLogo {
  height: 100px;
  float: right;
}

.dualLogos {
  margin-top: 15px;
  clear: right;
}

/*======================================================
                            Navbar
    ======================================================*/
#navbar {
    background: white;
    color: #0d1a26;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 80px;
    line-height: 60px;
    width: 100%;
    z-index: 100;
}

.nav-wrapper {
    margin: auto;
    text-align: center;
    width: 1100px;
    height: 100%;
}

@media (max-width: 1300px) {
  .nav-wrapper {
    width: 90%;
  }
}

@media (max-width: 1100px) {
    #navbar li a {
        margin: 0 10px !important;
    }
}

@media (max-width: 950px) {
    #navbar li a {
        font-size: 0.8em !important;
    }

    .logo > .logo-link > .logo-partnership-text {
        font-size: 0.8em !important;
    }
}

@media(max-width: 860px) {
    .nav-wrapper {
        width: 95%;
    }

    #navbar li a {
        margin: 0px !important;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 638px) {
  .nav-wrapper {
    width: 100%;
  }
}

.logo {
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

@media (max-width: 640px) {
    .logo {
        margin-left: 5px;
    }
}



.logo > .logo-link {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.logo > .logo-link > .logo-partnership-text {
    max-width: 7.5em;
    line-height: 1.2em;
}

#navbar ul {
  float: right;
  list-style: none;
  /* margin-right: 14px; */
  margin-top: -2px;
  text-align: right;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
}

@media (max-width: 640px) {
  #navbar ul {
    display: none;
  }
}

#navbar li {
  display: inline-block;
}

#navbar li a {
  color: #0d1a26;
  display: block;
  font-size: 1em;
  height: 70px;
  letter-spacing: 1px;
  margin: 0 20px;
  padding: 15px 4px;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

#navbar li a:hover {
  /* border-bottom: 1px solid rgb(28, 121, 184); */
  color: #3491AA;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

/* Animated Bottom Line */
#navbar li a:before, #navbar li a:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: -1px;
  background: #3491AA;
}

#navbar li a:before {
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#navbar li a:after {
  background: #3491AA;
  right: 0;
  /* transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1); */
}

#navbar li a:hover:before {
  background: #3491AA;
  width: 100%;
  -webkit-transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

#navbar li a:hover:after {
  background: transparent;
  width: 100%;
  /* transition: 0s; */
}

h2 {
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  margin-bottom: 80px;
}

p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6em;
}

.unique-way p {
  text-align: center;
}

.comparison-option h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 50px;
}

.section-desc {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 50px;
}

.comparison-menu p {
    font-size: 15px;
    font-weight: 700;
}

/*======================================================
                      Mobile Menu Menu Icon
    ======================================================*/
@media (max-width: 640px) {
  .menuIcon {
    cursor: pointer;
    display: block;
    position: fixed;
    right: 15px;
    top: 20px;
    height: 23px;
    width: 27px;
    z-index: 120;
  }
  /* Icon Bars */
  .icon-bars {
    background: #0d1a26;
    position: absolute;
    left: 1px;
    top: 45%;
    height: 2px;
    width: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .icon-bars::before {
    background: #0d1a26;
    content: '';
    position: absolute;
    left: 0;
    top: -8px;
    height: 2px;
    width: 20px;
    /*     -webkit-transition: top 0.2s ease 0.3s;
      transition: top 0.2s ease 0.3s; */
    -webkit-transition: 0.3s width 0.4s;
    transition: 0.3s width 0.4s;
  }
  .icon-bars::after {
    margin-top: 0px;
    background: #0d1a26;
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 2px;
    width: 20px;
    /*     -webkit-transition: top 0.2s ease 0.3s;
      transition: top 0.2s ease 0.3s; */
    -webkit-transition: 0.3s width 0.4s;
    transition: 0.3s width 0.4s;
  }
  /* Bars Shadows */
  .icon-bars.overlay {
    background: #617281;
    background: #b7c7d3;
    width: 20px;
    animation: middleBar 3s infinite 0.5s;
    -webkit-animation: middleBar 3s infinite 0.5s;
  }
  @keyframes middleBar {
    0% {
      width: 0px;
    }
    50% {
      width: 20px;
    }
    100% {
      width: 0px;
    }
  }
  @-webkit-keyframes middleBar {
    0% {
      width: 0px;
    }
    50% {
      width: 20px;
    }
    100% {
      width: 0px;
    }
  }
  .icon-bars.overlay::before {
    background: #617281;
    background: #b7c7d3;
    width: 10px;
    animation: topBar 3s infinite 0.2s;
    -webkit-animation: topBar 3s infinite 0s;
  }
  @keyframes topBar {
    0% {
      width: 0px;
    }
    50% {
      width: 10px;
    }
    100% {
      width: 0px;
    }
  }
  @-webkit-keyframes topBar {
    0% {
      width: 0px;
    }
    50% {
      width: 10px;
    }
    100% {
      width: 0px;
    }
  }
  .icon-bars.overlay::after {
    background: #617281;
    background: #b7c7d3;
    width: 15px;
    animation: bottomBar 3s infinite 1s;
    -webkit-animation: bottomBar 3s infinite 1s;
  }
  @keyframes bottomBar {
    0% {
      width: 0px;
    }
    50% {
      width: 15px;
    }
    100% {
      width: 0px;
    }
  }
  @-webkit-keyframes bottomBar {
    0% {
      width: 0px;
    }
    50% {
      width: 15px;
    }
    100% {
      width: 0px;
    }
  }
  /* Toggle Menu Icon */
  .menuIcon.toggle .icon-bars {
    top: 5px;
    -webkit-transform: translate3d(0, 5px, 0) rotate(135deg);
            transform: translate3d(0, 5px, 0) rotate(135deg);
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .menuIcon.toggle .icon-bars::before {
    top: 0;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    opacity: 0;
  }
  .menuIcon.toggle .icon-bars::after {
    top: 10px;
    -webkit-transform: translate3d(0, -10px, 0) rotate(-270deg);
            transform: translate3d(0, -10px, 0) rotate(-270deg);
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .menuIcon.toggle .icon-bars.overlay {
    width: 20px;
    opacity: 0;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
  }
}

/*======================================================
                     Responsive Mobile Menu 
    ======================================================*/
.overlay-menu {
  background: #3491AA;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  padding-right: 15px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.overlay-menu ul, .overlay-menu li {
  display: block;
  position: relative;
}

.overlay-menu li a {
  display: block;
  font-size: 1.8em;
  letter-spacing: 4px;
  /*   opacity: 0; */
  padding: 10px 0;
  text-align: right;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  /*   -webkit-transition: 0.2s opacity 0.2s ease-out;
    transition: 0.2s opacity 0.2s ease-out; */
}

.overlay-menu li a:hover,
.overlay-menu li a:active {
  color: #1c79b8;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/*======================================================
                     Hero image 
    ======================================================*/
.hero {
  height: 700px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1750px) {
    .hero {
        height: 550px;
    }
}

@media (max-width: 1400px) {
    .hero {
        height: 520px;
    }
}

.hero h1, .hero p {
  color: #FFFFFF;
  text-align: left;
  max-width: 700px;
  margin-bottom: 25px;
  line-height: 1.4em;
}

.hero h1 {
  font-size: 45px;
  font-weight: 400;
}

.hero p {
    font-size: 1.17em;
    font-weight: 300;
}

.bold-text {
  font-weight: 700;
}

h3 {
  font-size: 25px;
  font-weight: 400;
}

.how-it-works-icon {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*======================================================
                     CTA button 
    ======================================================*/
button, input[type='submit'] {
  width: 300px;
  height: 50px;
  border-radius: 10px;
  font-size: 1.2em;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

button:active {
  -webkit-transform: scale(0.93);
          transform: scale(0.93);
}

button.hero-button {
    background-color: #00637b;
    border: 2px solid #00637b;
    color: white;
    margin: 0 auto;
    cursor: pointer;
}

button.hero-button:hover {
  background-color: #74CCCD;
  color: #FFFFFF;
}

button.find-out-more, input[type='submit'] {
    background-color: #00637b;
    border: 2px solid #00637b;
    color: white;
    margin: 0 auto;
}

button.find-out-more:hover, input[type='submit']:hover {
    background-color: transparent;
    color: #00637b;
}


button.find-out-light {
    background-color: #F9F9F9;
    border: 2px solid #F9F9F9;
    color: black;
    margin: 0 auto;
    cursor: pointer;
}

button.find-out-light:hover {
    background-color: transparent;
        
}

.button-center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

input[type='submit'] {
  cursor: pointer;
}

/*======================================================
                    how-it-works
======================================================*/
.unique-way, .council-endorsement, .benefits, .supplier-endorsements, .faqs, .oxygen, .comparison-table {
  padding-top: 140px;
  padding-bottom: 140px;
}

.how-it-works-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.how-it-works {
  padding: 5px 15px;
  width: 33%;
}

.how-it-works-icon {
  height: 150px;
}

/*======================================================
                    Council endorsement
======================================================*/
.council-endorsement {
  background-color: #F9F9F9;
}

/*======================================================
                    Request a call
======================================================*/
.request-call {
    z-index: 10;
    position: absolute;
    top: 200px;
    right: 200px;
}

@media (max-width: 1750px) {
  .request-call {
    right: 50px;
    top: 100px;
  }
}

.call-container {
  margin-right: 0.75em;
  margin-left: 0.75em;
  padding-top: 1.75em;
  padding-bottom: 1.75em;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.column {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

small {
  color: red;
  position: absolute;
  left: 25px;
  top: 108px;
  bottom: 0;
  visibility: hidden;
}

#signup {
  cursor: pointer;
}

.flexbox-form {
  background-color: #F3F3F3;
  margin: 0 auto;
  padding: 0.65em 1em 1.5em;
  max-width: 360px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
}

.contact-form-header {
  margin: 20px 5% 15px;
  text-align: left;
}

input[type="text"], input[type="email"] {
  height: 2em;
  width: 100%;
  font-size: 18px;
  padding: 0.75em;
  border: 1px solid #767676;
  border-radius: 10px;
  margin-top: 15px;
}

label {
  font-size: 25px;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 5px;
}

@media screen and (min-width: 600px) {
  .flexbox-form {
    max-width: 550px;
  }
  .columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .column {
    -webkit-box-flex: 2;
        -ms-flex: 2 48%;
            flex: 2 48%;
  }
  .column:first-child {
    margin-right: 10%;
    margin-left: 5%;
  }
}

/*======================================================
                  Endorsements
======================================================*/
.two-columns {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote {
  width: 30%;
  margin-left: 400px;
  margin-right: 100px;
}

.video-container {
  width: 70%;
}

.quote-text {
  font-size: 32px;
  line-height: 39px;
  font-weight: 300;
  margin-top: -95px;
  margin-left: 45px;
}

.quote-sign, .quote-sign-end {
  font-family: 'Lily Script One', cursive;
  font-size: 107px !important;
  color: #3491AA;
}

.quote-sign {
  margin-top: 45px;
  margin-left: -20px;
}

.quote-sign-end {
  text-align: right;
  margin-top: -45px;
}

.author {
  font-size: 20px;
  color: #3491AA;
  margin-left: 45px;
}

/*======================================================
                  Benefits
======================================================*/
.benefit-image {
  width: 295px;
  height: auto;
}

.benefit-left, .benefit-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.benefit-image-container, .benefit-text {
  width: 50%;
}

.benefit-right .benefit-image {
  margin-left: 120px;
}

img.tick {
  width: 22px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px;
  vertical-align: top;
}

.tick p {
  display: inline-block;
  width: 85%;
  margin-bottom: 25px;
}

.benefit-text h3 {
  margin-left: 35px;
  margin-bottom: 45px;
}

/*======================================================
                  Supplier Endorsements
======================================================*/
.supplier-endorsements {
  background-color: #F9F9f9;
}

/*======================================================
                  FAQs
======================================================*/
.faqs {
  background-color: #F9F9F9;
}

.question {
    color: #00637b;
    margin-bottom: 10px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.faq {
  width: 50%;
  padding-right: 5%;
}

.row {
  width: 100%;
}

/*======================================================
                  Oxygen
======================================================*/
.oxygen .container p {
  margin-top: 10px;
  margin-bottom: 30px;
}

.oxygen-credentials {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.oxygen-credentials img {
  height: 100px;
  width: auto;
}

/*======================================================
                  Comparison table
=======================================================*/
.comparison-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.comparison-menu {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  height: 75%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.comparison-option, .comparison-menu {
  border-radius: 10%;
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
}

.comparison-option {
  -ms-flex-preferred-size: 19%;
      flex-basis: 19%;
}

.comparison-border {
  border: 2px solid #3491AA;
}

.comparison-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E8E3E3;
  height: 180px;
}

.comparison-section:last-of-type {
  border-bottom: none;
}

.comparison-section p {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.comparison-button {
    width: 100px;
    font-size: 13px;
    background-color: #00637b;
    color: white;
    margin-top: 20px;
    cursor: pointer;
}

.comparison-button:hover {
  background-color: transparent;
  color: #00637b;
  border: 1px solid #00637b;
}

.comparison-option h3 {
    color: #00637b;
    height: 50px;
}

/*======================================================
                  Footer
======================================================*/
footer {
    background-color: #00637b;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer p {
  color: white;
}

footer a {
    text-decoration: underline;
}

footer .footer-items {
    display: flex;
    column-gap: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 1rem;
}

footer .footer-items-links {
    display: flex;
    flex-wrap: wrap; 
    column-gap: 16px;
    row-gap: 1rem;
}

/*======================================================
                  Cookie Consent
======================================================*/

dialog.cookie-dialog {
    position: fixed;
    width: 1000px;
    left: calc((100vw - 1000px) / 2);
    bottom: 1rem;
    padding: 1rem;
    border-radius: 4px;
    box-shadow: 0px 6px 15px rgb(0 0 0 / 20%);
    z-index: 20;
    box-sizing: border-box;
}

@media (max-width: 1250px) {
    dialog.cookie-dialog {
        width: 80vw;
        left: 10vw;
    }
}

dialog.cookie-dialog .cookie-title {
    font-size: 28px;
    margin-bottom: 1rem;
}

dialog.cookie-dialog .cookie-intro {
    margin-bottom: 1rem;
}

dialog.cookie-dialog .cookie-intro a {
    color: #00637b;
    text-decoration: underline;
}

dialog.cookie-dialog .cookie-types {
    grid-template-columns: min-content 1fr min-content;
    column-gap: 16px;
    row-gap: 1rem;
    margin-bottom: 1rem;
    display: none;
    border-top: 1px solid #F9F9F9;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #F9F9F9;
}

dialog.cookie-dialog .cookie-types.managing-cookies {
    display: grid;
}

dialog.cookie-dialog .cookie-types-item {
    display: contents;
}

dialog.cookie-dialog .cookie-types-item-separator {
    grid-column: 1 / span 3;
    height: 1px;
    background-color: #F9F9F9;
}

dialog.cookie-dialog .cookie-types-item-title {
    min-width: 80px;
}

dialog.cookie-dialog .cookie-types-item-desc {
    grid-column: 2 / span 2;
}

dialog.cookie-dialog .cookie-types-item-details {
    display: contents;
}

dialog.cookie-dialog .cookie-types-item-details-item {
    display: contents;
}

dialog.cookie-dialog .cookie-types-item-details-item-title {
    grid-column: 2;
}

dialog.cookie-dialog .cookie-button-row {
    display: flex;
    width: 100%;
    justify-content: end;
    column-gap: 16px;
}

dialog.cookie-dialog .cookie-button-row button {
    margin: 0;
}

.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
    border-radius: 0px;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #00637b;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}

.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #00637b;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}

/*======================================================
                  Media Queries
======================================================*/
@media (max-width: 1400px) {
  .call-container {
    margin-left: 0;
    margin-right: 0;
  }
  h2 {
    font-size: 28px !important;
  }
  label {
    font-size: 18px;
  }
  .error {
    font-size: 12px;
    margin-left: 5px;
    margin-top: 5px;
  }
  input[type="text"], input[type="email"] {
    font-size: 16px;
    margin-top: 5px;
  }
  .flexbox-form {
    padding: 2em 1em;
  }
  .contact-form-header {
    margin: 10px 5%;
  }
}

@media (max-width: 1300px) {
  .hero h1 {
    font-size: 36px;
    max-width: 550px;
  }
  .hero p {
    max-width: 550px;
  }
  .container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .unique-way, .council-endorsement, .benefits, .supplier-endorsements, .faqs, .oxygen {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  h1 {
    margin-bottom: 40px;
  }
  h3 {
    font-size: 20px;
  }
    .comparison-option h3 {
        font-size: 20px;
        margin-bottom: 20px;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .section-desc {
        font-size: 20px;
        margin-bottom: 20px;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
  .unique-way .container {
    margin: 0;
  }
  .how-it-works-icon {
    margin-top: 25px;
    margin-bottom: 25px;
    height: 125px;
    width: auto;
  }
  p {
    font-size: 16px;
    line-height: 1.4em;
  }
  button, input[type='submit'] {
    width: 200px;
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .how-it-works-container {
    display: block;
  }
  .how-it-works {
    width: 100%;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .how-it-works p {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .two-columns {
    display: block;
  }
  .quote {
    width: 70%;
    margin: 0 auto;
  }
  .quote-sign-end {
    height: 100px;
  }
  .author {
    margin-left: 45px;
  }
  .quote-text {
    font-size: 25px;
  }
  .video-container {
    width: 100%;
    text-align: center;
  }
  .video-container iframe {
    height: 500px;
    margin-top: 50px;
  }
}

@media (max-width: 1050px) {
  .request-call {
    display: none;
  }
  .video-container iframe {
    height: 400px;
    margin-top: 30px;
  }
  .hero {
      height: 70vh;
  }
  .hero h1 {
    margin-bottom: 10px;
  }
  .hero h1, .hero p {
    max-width: 100%;
    text-align: center;
  }
  .button-middle {
    text-align: center;
  }
}

.thank-you {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 83vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  width: 100%;
}

.thank-you h1 {
  margin-bottom: 50px;
  font-size: 50px;
  font-weight: 300;
  color: #3491AA;
}

.thank-you .container {
  padding-bottom: 200px;
}

/* Modal Styling */
.modal-background {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
}

.modal-form .request-a-call, .modal-form .mod-question-container, .modal-submit {
  padding: 15px 50px;
}

.request-a-call {
  background-color: #3491AA;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.modal-content {
  width: 500px;
  background-color: #FFFFFF;
  border-radius: 10px;
}

@media (min-height: 650px) {
    .modal-content {
        height: 650px;
    }
}

.modal-form, .modal-form h2, .modal-form input[type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.mod-question-container input {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}

.submit-modal-button {
  width: 250px;
  padding: 10px 35px;
}

.modal-submit {
  width: 300px;
}

.close {
  cursor: pointer;
}

.modal-content {
  position: relative;
}

.mod-question-container small {
  position: absolute;
  bottom: 0;
  left: 50px;
}

.close {
  position: absolute;
  color: #FFFFFF;
  font-size: 42px;
  top: 0;
  right: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hidden {
  display: none !important;
}
/*# sourceMappingURL=style.css.map */