/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* Bootstrap Killer */
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 540px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    width: 720px;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    width: 660px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.row .col-1,
.row .col-sm-1,
.row .col-md-1,
.row .col-lg-1,
.row .col-xl-1 {
  flex: 0 0 8.33333333%;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.row .col-2,
.row .col-sm-2,
.row .col-md-2,
.row .col-lg-2,
.row .col-xl-2 {
  flex: 0 0 16.66666667%;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.row .col-3,
.row .col-sm-3,
.row .col-md-3,
.row .col-lg-3,
.row .col-xl-3 {
  flex: 0 0 25%;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.row .col-4,
.row .col-sm-4,
.row .col-md-4,
.row .col-lg-4,
.row .col-xl-4 {
  flex: 0 0 33.33333333%;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.row .col-5,
.row .col-sm-5,
.row .col-md-5,
.row .col-lg-5,
.row .col-xl-5 {
  flex: 0 0 41.66666667%;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.row .col-6,
.row .col-sm-6,
.row .col-md-6,
.row .col-lg-6,
.row .col-xl-6 {
  flex: 0 0 50%;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.row .col-7,
.row .col-sm-7,
.row .col-md-7,
.row .col-lg-7,
.row .col-xl-7 {
  flex: 0 0 58.33333333%;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.row .col-8,
.row .col-sm-8,
.row .col-md-8,
.row .col-lg-8,
.row .col-xl-8 {
  flex: 0 0 66.66666667%;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.row .col-9,
.row .col-sm-9,
.row .col-md-9,
.row .col-lg-9,
.row .col-xl-9 {
  flex: 0 0 75%;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.row .col-10,
.row .col-sm-10,
.row .col-md-10,
.row .col-lg-10,
.row .col-xl-10 {
  flex: 0 0 83.33333333%;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.row .col-11,
.row .col-sm-11,
.row .col-md-11,
.row .col-lg-11,
.row .col-xl-11 {
  flex: 0 0 91.66666667%;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.row .col-12,
.row .col-sm-12,
.row .col-md-12,
.row .col-lg-12,
.row .col-xl-12 {
  flex: 0 0 100%;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 575px) {
  .row .col-sm-1 {
    flex: 0 0 100%;
  }
  .row .col-sm-2 {
    flex: 0 0 100%;
  }
  .row .col-sm-3 {
    flex: 0 0 100%;
  }
  .row .col-sm-4 {
    flex: 0 0 100%;
  }
  .row .col-sm-5 {
    flex: 0 0 100%;
  }
  .row .col-sm-6 {
    flex: 0 0 100%;
  }
  .row .col-sm-7 {
    flex: 0 0 100%;
  }
  .row .col-sm-8 {
    flex: 0 0 100%;
  }
  .row .col-sm-9 {
    flex: 0 0 100%;
  }
  .row .col-sm-10 {
    flex: 0 0 100%;
  }
  .row .col-sm-11 {
    flex: 0 0 100%;
  }
  .row .col-sm-12 {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 767px) {
  .row .col-md-1 {
    flex: 0 0 100%;
  }
  .row .col-md-2 {
    flex: 0 0 100%;
  }
  .row .col-md-3 {
    flex: 0 0 100%;
  }
  .row .col-md-4 {
    flex: 0 0 100%;
  }
  .row .col-md-5 {
    flex: 0 0 100%;
  }
  .row .col-md-6 {
    flex: 0 0 100%;
  }
  .row .col-md-7 {
    flex: 0 0 100%;
  }
  .row .col-md-8 {
    flex: 0 0 100%;
  }
  .row .col-md-9 {
    flex: 0 0 100%;
  }
  .row .col-md-10 {
    flex: 0 0 100%;
  }
  .row .col-md-11 {
    flex: 0 0 100%;
  }
  .row .col-md-12 {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 991px) {
  .row .col-lg-1 {
    flex: 0 0 100%;
  }
  .row .col-lg-2 {
    flex: 0 0 100%;
  }
  .row .col-lg-3 {
    flex: 0 0 100%;
  }
  .row .col-lg-4 {
    flex: 0 0 100%;
  }
  .row .col-lg-5 {
    flex: 0 0 100%;
  }
  .row .col-lg-6 {
    flex: 0 0 100%;
  }
  .row .col-lg-7 {
    flex: 0 0 100%;
  }
  .row .col-lg-8 {
    flex: 0 0 100%;
  }
  .row .col-lg-9 {
    flex: 0 0 100%;
  }
  .row .col-lg-10 {
    flex: 0 0 100%;
  }
  .row .col-lg-11 {
    flex: 0 0 100%;
  }
  .row .col-lg-12 {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 1199px) {
  .row .col-xl-1 {
    flex: 0 0 100%;
  }
  .row .col-xl-2 {
    flex: 0 0 100%;
  }
  .row .col-xl-3 {
    flex: 0 0 100%;
  }
  .row .col-xl-4 {
    flex: 0 0 100%;
  }
  .row .col-xl-5 {
    flex: 0 0 100%;
  }
  .row .col-xl-6 {
    flex: 0 0 100%;
  }
  .row .col-xl-7 {
    flex: 0 0 100%;
  }
  .row .col-xl-8 {
    flex: 0 0 100%;
  }
  .row .col-xl-9 {
    flex: 0 0 100%;
  }
  .row .col-xl-10 {
    flex: 0 0 100%;
  }
  .row .col-xl-11 {
    flex: 0 0 100%;
  }
  .row .col-xl-12 {
    flex: 0 0 100%;
  }
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:focus {
  outline: none;
}
a,
a:visited,
a:link {
  text-decoration: none;
  color: inherit;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.form-group {
  margin-bottom: 1rem;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: calc(1.5em + 0.75rem + 2px);
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}
textarea.form-control {
  height: inherit !important;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="text"].form-control,
input[type="email"].form-control,
input[type="tel"].form-control,
textarea.form-control {
  box-sizing: border-box;
  appearance: none;
  font-family: inherit;
}
.input-group {
  display: flex;
}
.input-group .input-group-prepend {
  border: 1px solid #eee;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  padding-left: 15px;
  padding-right: 15px;
}
.input-group .input-group-prepend + .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.input-group .input-group-text > * {
  line-height: 58px;
  vertical-align: middle;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-primary {
  color: white;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-success {
  color: white;
  background-color: #28a745;
  border-color: #28a745;
}
.navbar {
  display: grid;
  grid-template-rows: 70px;
  grid-template-columns: 150px min-content auto min-content min-content 150px;
  grid-template-areas: ". branding menu . right .";
  align-items: center;
  grid-gap: 10px;
}
.navbar a:link,
.navbar a:visited {
  text-decoration: none;
}
.navbar .navbar-mid-section {
  grid-area: menu;
  display: flex;
  justify-content: flex-end;
}
.navbar .navbar-mid-section > .nav-item {
  /* Top level items */
  padding: 0 20px;
}
.navbar.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  height: 70px;
}
.navbar .navbar-brand {
  grid-area: branding;
}
.navbar .navbar-expander {
  grid-area: expander;
  display: none;
}
.navbar .navbar-right {
  grid-area: right;
}
.navbar .nav-item .nav-link .icon {
  width: 30px;
  display: inline-block;
  text-align: center;
}
.navbar .nav-item .nav-link .text {
  display: inline-block;
}
.navbar .nav-item.dropdown {
  position: relative;
}
.navbar .nav-item.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  min-width: 250px;
  padding: 15px;
}
.navbar .nav-item.dropdown .dropdown-menu .dropdown-item {
  display: block;
}
.navbar .nav-item.dropdown .dropdown-toggle + .dropdown-menu.show {
  display: block;
}
@media screen and (max-width: 1560px) {
  .navbar {
    grid-template-columns: auto min-content auto min-content min-content auto;
  }
}
@media screen and (min-width: 1300px) {
  .dropdown-toggle:hover + .dropdown-menu,
  .dropdown-menu:hover {
    display: block;
  }
}
@media screen and (max-width: 1299px) {
  .navbar {
    display: flex;
    justify-content: space-around;
    padding: 0 10px;
  }
  .navbar .navbar-brand {
    flex-grow: 1;
  }
  .navbar .navbar-mid-section {
    height: calc(100vh - 85px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0px;
    z-index: -1;
    align-self: start;
    display: none;
    font-size: 12pt;
    line-height: 1.2;
    padding: 85px 20px 0;
    background-position: bottom right;
    background-repeat: no-repeat;
  }
  .navbar .navbar-mid-section .dropdown {
    position: initial;
  }
  .navbar .navbar-mid-section .nav-item {
    padding: 12pt;
  }
  .navbar .navbar-mid-section .nav-item .nav-link {
    display: flex;
    align-items: center;
  }
  .navbar .navbar-mid-section .nav-item .nav-link .icon {
    font-size: 16pt;
    padding-right: 12pt;
  }
  .navbar .navbar-mid-section .dropdown-menu {
    position: absolute;
    left: 50vw;
    top: 70px;
    font-size: 10pt;
    padding-top: 12pt;
  }
  .navbar .navbar-mid-section .dropdown-menu .dropdown-item {
    padding-top: 12pt;
  }
  .navbar .navbar-mid-section .dropdown-menu .dropdown-item .icon {
    display: none;
  }
  .navbar.expanded.fixed-top .navbar-mid-section {
    display: block;
  }
  .navbar.expanded .menu-contracted,
  .navbar:not(.expanded) .menu-expanded {
    display: none;
  }
  .navbar .navbar-expander {
    display: block;
  }
  .navbar .dropdown-toggle:hover + .dropdown-menu,
  .navbar .dropdown-toggle + .dropdown-menu.show,
  .navbar .dropdown-menu:hover {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .navbar {
    grid-template-columns: 10px min-content 1fr min-content min-content 10px;
  }
}
.no-wrap {
  white-space: nowrap;
}
.modal-dialog {
  position: fixed;
  top: 5vh;
  left: 0;
  right: 0;
  background-color: white;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  z-index: 1002;
}
.modal-dialog.inverse {
  background-color: black;
  color: white;
}
.modal-dialog.inverse h1,
.modal-dialog.inverse h2,
.modal-dialog.inverse h3,
.modal-dialog.inverse h4,
.modal-dialog.inverse h5,
.modal-dialog.inverse p {
  color: white;
}
.modal-dialog.inverse .btn {
  color: white;
}
.modal-dialog .modal-content {
  margin: 30px auto;
  max-width: 80ch;
}
.modal-dialog .modal-content .modal-header {
  padding: 15px;
}
.modal-dialog .modal-content .modal-body {
  padding: 15px;
}
.modal-dialog .modal-content .modal-footer {
  padding: 15px;
}
.modal-dialog .modal-content .modal-end {
  padding: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}
.modal-dialog .modal-content .modal-center {
  padding: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  text-align: center;
}
.modal-dialog .modal-content .modal-vertical-center {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .modal-dialog {
    bottom: 0;
    top: unset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-width: 100vw;
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  opacity: 0.3;
  z-index: 1001;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@font-face {
  font-family: 'Quicksand';
  src: url('/fonts/Quicksand-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand';
  src: url('/fonts/Quicksand-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand';
  src: url('/fonts/Quicksand-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand';
  src: url('/fonts/Quicksand-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand';
  src: url('/fonts/Quicksand-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('/fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('/fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
.mc-green {
  color: #c4d600;
}
.mc-white {
  color: #ffffff;
}
/* .nav-item {
    display: flex;
}
    */
.quicksand-bold {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}
.quicksand-semibold {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  /* MEDIUM */
}
.quicksand-medium {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
}
.quicksand-regular {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
}
.poppins-bold {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.poppins-regular {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
h1 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 85px;
  color: #3c3c3c;
  vertical-align: baseline;
}
h1.mc-green {
  color: #c4d600;
}
h1.subpage {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
  color: #c4d600;
  vertical-align: baseline;
}
h2 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 70px;
  color: #3c3c3c;
  vertical-align: baseline;
}
h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 60px;
  color: #3c3c3c;
  vertical-align: baseline;
}
h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #3c3c3c;
  vertical-align: baseline;
}
h5 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  color: #3c3c3c;
  vertical-align: baseline;
}
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #3c3c3c;
  vertical-align: baseline;
}
h7 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #3c3c3c;
  vertical-align: baseline;
}
.subheading {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #c4d600;
}
.highlighttext {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  vertical-align: baseline;
  color: #989898;
}
.iconheading {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  vertical-align: baseline;
  color: #c4d600;
}
.testimonial {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  line-height: 34px;
  vertical-align: baseline;
  color: #3c3c3c;
}
.anchorcategory {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  vertical-align: baseline;
  color: #696969;
}
h2.blogheading {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  vertical-align: baseline;
  color: #696969;
}
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
body p {
  padding-top: 5px;
  padding-bottom: 25px;
}
ul {
  padding-left: 20px;
}
ul li {
  list-style-image: url('/img/list-bullet.svg');
  padding-left: 20px;
}
.btn {
  font-size: 16px;
  line-height: 42px;
  min-height: 42px;
  min-width: 203px;
  border-radius: 33px;
  border: solid 3px;
  margin-right: 20px;
  cursor: pointer;
}
.btn.btn-sm {
  font-size: 14px;
  line-height: 16px;
  min-height: 38px;
  min-width: 100px;
  border-radius: 19px;
  border: none;
}
.btn.btn-primary {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #3c3c3c;
  background-color: #c4d600;
  border-color: #c4d600;
}
.btn.btn-primary:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  color: #ffffff;
}
.btn.btn-primary:active {
  -webkit-animation: anim-moema-1 0.3s forwards;
  animation: anim-moema-1 0.3s forwards;
}
.btn.btn-primary-open {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #c4d600;
  background-color: transparent;
  border-color: #c4d600;
}
.btn.btn-primary-open:hover {
  background-color: #c4d600;
  border-color: #c4d600;
  color: #ffffff;
}
.btn.btn-primary-open:active {
  -webkit-animation: anim-moema-1 0.3s forwards;
  animation: anim-moema-1 0.3s forwards;
}
.btn.btn-secondary {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #3c3c3c;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.btn.btn-secondary:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  color: #ffffff;
}
.btn.btn-success {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #3c3c3c;
  background-color: #909e31;
  border-color: #909e31;
}
.btn.btn-success:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  color: #ffffff;
}
input[type=text].form-control,
select.form-control,
select.custom-select.form-control,
input[type=date].form-control,
input[type=email].form-control,
input[type=tel].form-control,
input[type=phone].form-control,
textarea.form-control {
  border-radius: 2px;
  border-color: #eeeeee;
  background-color: #ffffff;
  height: 60px;
}
input[type=text].form-control.form-control-plaintext,
select.form-control.form-control-plaintext,
select.custom-select.form-control.form-control-plaintext,
input[type=date].form-control.form-control-plaintext,
input[type=email].form-control.form-control-plaintext,
input[type=tel].form-control.form-control-plaintext,
input[type=phone].form-control.form-control-plaintext,
textarea.form-control.form-control-plaintext {
  padding: 14px;
  border-width: 1px;
}
input[type=text].form-control::placeholder,
select.form-control::placeholder,
select.custom-select.form-control::placeholder,
input[type=date].form-control::placeholder,
input[type=email].form-control::placeholder,
input[type=tel].form-control::placeholder,
input[type=phone].form-control::placeholder,
textarea.form-control::placeholder,
input[type=text].form-control::-webkit-input-placeholder,
select.form-control::-webkit-input-placeholder,
select.custom-select.form-control::-webkit-input-placeholder,
input[type=date].form-control::-webkit-input-placeholder,
input[type=email].form-control::-webkit-input-placeholder,
input[type=tel].form-control::-webkit-input-placeholder,
input[type=phone].form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder,
input[type=text].form-control::-moz-placeholder,
select.form-control::-moz-placeholder,
select.custom-select.form-control::-moz-placeholder,
input[type=date].form-control::-moz-placeholder,
input[type=email].form-control::-moz-placeholder,
input[type=tel].form-control::-moz-placeholder,
input[type=phone].form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder,
input[type=text].form-control:-ms-input-placeholder,
select.form-control:-ms-input-placeholder,
select.custom-select.form-control:-ms-input-placeholder,
input[type=date].form-control:-ms-input-placeholder,
input[type=email].form-control:-ms-input-placeholder,
input[type=tel].form-control:-ms-input-placeholder,
input[type=phone].form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder,
input[type=text].form-control:-moz-placeholder,
select.form-control:-moz-placeholder,
select.custom-select.form-control:-moz-placeholder,
input[type=date].form-control:-moz-placeholder,
input[type=email].form-control:-moz-placeholder,
input[type=tel].form-control:-moz-placeholder,
input[type=phone].form-control:-moz-placeholder,
textarea.form-control:-moz-placeholder {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #989898;
}
input[type=date] {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
a:hover {
  text-decoration: none;
}
@-webkit-keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
ul.validation-error-list {
  list-style: none;
  padding-left: 5px;
}
ul.validation-error-list li {
  list-style-image: none;
  padding-left: 0;
  font-size: 80%;
  color: #960018;
}
.validation-message {
  padding-left: 5px;
  font-size: 80%;
  color: #960018;
}
input[type=checkbox] {
  appearance: none;
  background-color: #ffffff;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  border: 1px solid rgba(3, 3, 3, 0.2);
  width: 24px;
  height: 24px;
}
input[type=checkbox]:active,
input[type=checkbox]:checked:active {
  border: 1px solid #cecece;
  box-shadow: 0px 0px 0px 3px rgba(131, 190, 253, 0.3);
}
input[type=checkbox]:focus {
  outline: none;
}
input[type=checkbox]:checked:not(:disabled) {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  background-color: #ffffff;
}
input[type=checkbox]:disabled {
  background-color: #f0f0f0;
}
input[type=checkbox]:checked:disabled:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 4px;
  top: 4px;
  background-image: url(/_content/Common.Web/img/tick-isdisabled.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 4px;
  top: 4px;
  color: #99a1a7;
  background-image: url(/_content/Common.Web/img/tick-isticked.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
:root {
  --progress-amount: 0%;
}
.loader {
  height: calc(100vh - 72px);
  background-color: black;
  display: grid;
  grid-template-rows: 1fr min-content 1fr;
  grid-template-columns: 1fr min-content 1fr;
  grid-template-areas: ". . ." ". center ." ". . .";
}
.loader-center {
  grid-area: center;
  color: white;
  min-width: 260px;
}
.loader-center .image-container {
  margin: 65px auto;
  display: flex;
  justify-content: center;
  width: 65px;
}
.loader-center .image-container img {
  animation-name: pulse;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
.loader-center .text-container {
  margin: 49px auto;
  text-align: center;
}
.loader-center img {
  display: block;
  max-width: 65px;
}
.loader-center .progress-container.complete {
  --progress-amount: 100%;
}
.loader-center .progress-container .progress {
  width: 100%;
  background-color: #444;
  border: none;
  height: 3px;
  display: flex;
  flex-wrap: nowrap;
}
.loader-center .progress-container .progress .progress-key {
  width: var(--progress-amount);
  background-color: #C4D600;
  transition: width 1s linear;
}
.loader-center p {
  color: white;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
:root {
  --label-size: 14px;
  --label-active-color: black;
  --label-inactive-color: #aaa;
}
.labelled-control-group {
  margin-bottom: 1em;
}
.labelled-control {
  display: grid;
  grid-template-rows: auto min-content;
  grid-template-columns: auto 39px;
  grid-template-areas: "edit validation" "message message";
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  min-height: 60px;
}
.labelled-control .edit-surface {
  grid-area: edit;
  position: relative;
}
.labelled-control .edit-surface.focused label,
.labelled-control .edit-surface.prefilled label {
  position: absolute;
  top: 0.15rem;
  left: 0.375rem;
  right: 0.15rem;
  z-index: 1;
  font-size: 70%;
  color: #989898;
}
.labelled-control .edit-surface:not(.focused):not(.prefilled) label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 0;
  padding: 0.375rem 0.75rem;
}
.labelled-control .edit-surface label {
  width: 100%;
}
.labelled-control .edit-surface input,
.labelled-control .edit-surface textarea {
  outline: none;
  border: none;
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  position: relative;
  z-index: 1;
  min-height: 60px;
  padding: 0.375rem 0.75rem;
  color: #3c3c3c;
  font-size: inherit;
}
.labelled-control .edit-surface input::placeholder,
.labelled-control .edit-surface textarea::placeholder {
  color: #eeeeee;
}
.labelled-control .edit-surface .select-container {
  padding: 0.375rem 0.75rem;
  display: grid;
  min-height: 60px;
  box-sizing: border-box;
}
.labelled-control .edit-surface .select-container select {
  outline: none;
  border: none;
  width: 100%;
  background-color: transparent;
  position: relative;
  z-index: 1;
  color: #3c3c3c;
  font-size: inherit;
}
.labelled-control .edit-surface .select-container select::placeholder {
  color: #eeeeee;
}
.labelled-control .edit-surface textarea {
  resize: none;
}
.labelled-control .validation-surface {
  grid-area: validation;
  display: flex;
  justify-content: center;
  align-items: center;
}
.labelled-control .validation-surface .passing {
  color: #c4d600;
}
.labelled-control .validation-surface .failing {
  color: #960018;
}
.labelled-control .validation-message-surface {
  grid-area: message;
}
.signup-progress-container.complete {
  --progress-amount: 100%;
}
.signup-progress-container .progress {
  width: 100%;
  background-color: #444;
  border: none;
  height: 3px;
  display: flex;
  flex-wrap: nowrap;
}
.signup-progress-container .progress .progress-key {
  width: var(--progress-amount);
  background-color: #C4D600;
  transition: width 1s linear;
}
.accordion-panel.visible .accordion-content {
  display: block;
}
.accordion-panel .accordion-header,
.accordion-panel .accordion-header * {
  cursor: pointer;
}
.accordion-panel .accordion-content {
  display: none;
  overflow: hidden;
}
.updown {
  width: 10px;
  height: auto;
  transform: rotate(0deg);
  transition: transform linear 100ms;
}
.updown svg {
  width: 100%;
  height: 100%;
}
.updown.inverted {
  transform: rotate(180deg);
}
.sliding-drawer {
  display: flex;
}
.sliding-drawer .drawer-content {
  flex: attr(data-desktop-content-width);
  flex: 3;
}
.sliding-drawer .drawer-container {
  flex: attr(data-desktop-drawer-width);
  flex: 1;
}
.sliding-drawer .drawer-container .drawer-header {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sliding-drawer {
    display: block;
  }
  .sliding-drawer .drawer-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
  }
  .sliding-drawer .drawer-container .drawer {
    max-height: 100vh;
    overflow-y: scroll;
  }
  .sliding-drawer .drawer-container .drawer .drawer-header {
    display: block;
  }
  .sliding-drawer.visible .drawer-body {
    display: block;
  }
  .sliding-drawer:not(.visible) .drawer-body {
    display: none;
  }
}
:root {
  --mc-green: #c4d600;
  --mc-charcoal: #3c3c3c;
  --fa-primary-color: var(--mc-green);
  --fa-secondary-color: var(--mc-charcoal);
  --fa-primary-opacity: 1;
  --fa-secondary-opacity: 1;
}
body {
  background: #eeeeee;
}
.mc-title {
  color: #ffffff;
  font-size: 2.2em;
  font-weight: bold;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.introduction-page {
  display: grid;
  background-image: var(--home-image);
  background-position: top left;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-template-areas: "main" "sidebar";
  min-height: 100vh;
}
.introduction-page .introduction-card {
  margin: 5%;
  border-radius: 1em;
  background: #ffffff;
}
.introduction-page .introduction-card .main-section-body .start-button {
  width: 100%;
  color: #000000;
}
.english {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #ffffff;
  padding: 0;
  border: 0;
  margin-right: 0;
  font-size: 12px;
  line-height: 27px;
  min-width: 39px;
  min-height: 27px;
}
.chinese {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #ffffff;
  padding: 0;
  border: 0;
  margin-right: 0;
  font-size: 12px;
  line-height: 27px;
  min-width: 39px;
  min-height: 27px;
}
.disclaimer-container {
  display: none;
}
.toggled {
  color: #ffffff;
  background-color: #c4d600;
}
.in-sidebar {
  display: none;
}
.chinese-language-disclaimer {
  background: #eeeeee;
  border-top: 2px solid #cecece;
  margin-left: -2em;
  margin-right: -2em;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px;
  text-align: center;
}
.section {
  padding-left: 10px;
  padding-right: 10px;
}
.fuel-selections-card {
  padding-top: 2em;
  padding-bottom: 2em;
}
.fuel-selections-card .fuel-card {
  border-radius: 8px;
  margin: 5px;
}
.fuel-selections-card .fuel-card .fuel-card-body {
  padding: 1em;
}
.fuel-selections-card .fuel-card .fuel-card-body .utility-icon {
  font-size: 1.2em;
}
.fuel-selections-card .fuel-card .fuel-card-body .utility-name {
  font-size: 11px;
  font-weight: 500;
}
.fuel-selections-card .fuel-card .fuel-card-body:hover .mouseover {
  visibility: visible;
}
.fuel-selections-card .fuel {
  flex: 1;
}
@media screen and (min-width: 1280px) {
  .introduction-page {
    grid-template-rows: auto;
    grid-template-columns: 3fr 1.5fr;
    grid-template-areas: "main sidebar";
    min-height: 100vh;
  }
  .introduction-card {
    position: relative;
    max-width: 50em;
  }
  .introduction-card .main-section-body .start-button {
    width: 300px;
    font-size: 20px;
  }
  .in-sidebar {
    display: block;
    position: relative;
  }
  .disclaimer-container {
    display: block;
    background-color: #ffffff;
    margin-left: 1em;
    border-radius: 10px;
    padding: 0.5em;
    position: absolute;
    bottom: 1em;
  }
  .section {
    padding-left: 135px;
    padding-right: 135px;
  }
  .fuel-selections-card {
    position: relative;
    padding: 1em;
    background-color: #eeeeee;
  }
  .fuel-selections-card .fuel-selections-card-body {
    text-align: center;
  }
  .fuel-selections-card .fuel-selections-card-body .fuels {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .fuel-selections-card .fuel-selections-card-body .fuels .fuel-card {
    width: 9em;
  }
  .fuel-selections-card .fuel-selections-card-body .fuels .fuel-card .fuel-card-body {
    padding: 1em;
  }
  .fuel-selections-card .fuel-selections-card-body .fuels .fuel-card .fuel-card-body .utility-icon {
    font-size: 1.2em;
  }
  .fuel-selections-card .fuel-selections-card-body .fuels .fuel-card .fuel-card-body .utility-name {
    font-size: 16px;
    font-weight: 500;
  }
  .fuel-selections-card .fuel-selections-card-body .fuels .fuel {
    flex: 0;
  }
}
@media screen and (min-width: 1024px) {
  .mobile-only {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
  }
  h2 {
    font-size: 27px;
    line-height: 30px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
  }
  h3 {
    font-size: 20px;
    line-height: 28px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
  }
  h4 {
    font-size: 16px;
    line-height: 23px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
  }
  h5 {
    font-size: 13.5px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
  }
  .desktop-only {
    display: none !important;
  }
}
.hidden {
  display: none;
}
.alert {
  z-index: 1;
}
.modal-hide {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 1.5em;
  color: #989898;
}
.section-narrow {
  padding-left: 10px;
  padding-right: 10px;
}
.hyperlink {
  text-decoration: underline;
  color: #3c3c3c;
}
.in-main {
  position: relative;
  grid-area: main;
  margin-left: auto;
  margin-right: auto;
}
.in-sidebar {
  grid-area: sidebar;
  position: relative;
}
.transparent-black {
  background-color: rgba(0, 0, 0, 0.6);
}
.underline,
a.underline {
  text-decoration: underline;
}
.marginalise {
  margin: 1em;
}
.darkgrey {
  color: #696969;
}
.grey {
  color: #989898;
}
.black {
  color: #000000;
}
.green {
  color: #c4d600;
}
.white {
  color: #ffffff;
}
.strong {
  font-weight: bold;
}
.muted {
  color: #989898;
  font-size: 90%;
}
.emphasis {
  font-weight: bold;
  font-size: 110%;
}
.extra-emphasis {
  font-weight: bold;
  font-size: 200%;
}
hr {
  height: 3px;
  background-color: #eeeeee;
  border: none;
}
.fa-stack-3x {
  left: 0px;
  position: absolute;
  text-align: center;
  font-size: 3em;
}
.white-backdrop {
  padding-top: 1em;
  border-radius: 0.5em;
  background-color: #ffffff;
}
.inverse {
  color: #ffffff;
}
.confirm-backnext {
  display: flex;
  justify-content: space-around;
}
.confirm-backnext .btn-confirm {
  font-family: 'Quicksand';
  font-weight: 700;
  background-color: #c4d600;
  color: #3c3c3c;
  border: 0;
  min-width: 100px;
}
.confirm-backnext .btn-confirm.previous {
  background-color: transparent;
}
.confirm-backnext .btn-confirm:hover {
  background-color: #3c3c3c;
  color: #ffffff;
}
.confirm-backnext .btn-confirm:hover.previous {
  background-color: transparent;
  color: #c4d600;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}
.text-center {
  text-align: center;
}
.mouseover {
  visibility: hidden;
}
.mouseover:hover {
  visibility: visible;
}
.fad:hover,
fad.hover {
  color: #c4d600;
}
.pt1 {
  padding-top: 1em;
}
.pb1 {
  padding-bottom: 1em;
}
.fsp4 {
  font-size: 0.4em;
}
.modal-body {
  text-align: center;
}
.modal-footer {
  margin: 0 auto;
  border: none;
  text-align: center;
}
.main-address {
  font-size: 1.3em;
}
.pointer {
  cursor: pointer;
}
.mc-logo {
  padding-top: 25px;
  text-align: right;
}
.mc-desc {
  margin: 50px 25px 50px 25px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.mc-info {
  margin: 25px;
}
.start {
  padding-top: 2em;
  padding-bottom: 2em;
}
.start-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.call-card {
  font-weight: bold;
  font-size: 3em;
  text-decoration: underline;
}
.selected {
  color: #c4d600;
}
.bold {
  font-weight: bold;
}
.highlight {
  font-weight: bold;
  font-size: 120%;
}
.btn-primary {
  color: #ffffff;
  font-weight: bold;
  border-color: #c4d600;
}
.btn-primary:hover {
  background-color: #909e31;
  border-color: #909e31;
  color: #ffffff;
}
.btn-secondary {
  color: #ffffff;
  font-weight: bold;
  background-color: #696969;
  border-color: #696969;
}
.btn-secondary:hover {
  background-color: #696969;
  border-color: #696969;
  color: #ffffff;
}
.btn-tertiary {
  color: #3c3c3c;
  background-color: #c4d600;
  border-color: #c4d600;
  font-weight: bold;
}
.btn-tertiary:hover {
  background-color: #c4d600;
  border-color: #c4d600;
  color: #3c3c3c;
}
.btn-success {
  color: #ffffff;
  background-color: #909e31;
  border-color: #909e31;
  font-size: 14px;
  line-height: 26px;
  min-height: 60px;
  min-width: 203px;
  border-radius: 30px;
  border: none;
}
.btn.btn-wide {
  min-width: 313px;
  display: grid;
  grid-template-columns: min-content auto;
  grid-template-rows: auto;
  grid-template-areas: "icon text";
  align-items: center;
}
.btn.btn-wide i {
  grid-area: icon;
  padding: 0px 10px;
}
.btn.btn-wide span {
  grid-area: text;
  text-align: center;
}
.btn-success:hover {
  background-color: #c4d600;
  border-color: #c4d600;
  color: #ffffff;
}
.btn.btn-wide {
  min-width: 313px;
  display: grid;
  grid-template-columns: min-content auto;
  grid-template-rows: auto;
  grid-template-areas: "icon text";
  align-items: center;
}
.btn.btn-wide i {
  grid-area: icon;
}
.btn.btn-wide span {
  grid-area: text;
  text-align: center;
}
.btn-dialer {
  margin-right: 0;
  text-align: center;
}
.full-width {
  width: 100%;
}
.signup-section-logo {
  padding: 10px;
  background: #000000;
  min-height: 55px;
}
.signup-section-header {
  position: relative;
}
.signup-section-header .signup-image-container img {
  display: block;
}
.signup-section-header .signup-heading-container .signup-section-heading {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.1;
  color: #ffffff;
  text-align: center;
}
.signup-section-header .signup-heading-container .signup-section-heading .subheader {
  font-size: 0.6em;
}
.signup-section-header .signup-toggle-container {
  position: absolute;
  display: flex;
  right: 30px;
  top: 21px;
  z-index: 1;
}
.select-section-title .select-title {
  margin: 37px;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #3c3c3c;
}
.select-navigator {
  display: grid;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  background-color: #000000;
  grid-template-columns: 60px 1fr 1fr 60px;
  grid-template-rows: min-content;
  grid-template-areas: "previous electricity gas next";
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-items: center;
  align-items: start;
  padding: 10px 0;
}
.select-navigator .select-electricity {
  grid-area: electricity;
  text-align: center;
}
.select-navigator .select-gas {
  grid-area: gas;
  text-align: center;
}
.select-navigator .select-product-name {
  font-size: 110%;
  color: #c4d600;
}
.select-navigator .select-next {
  grid-area: next;
}
.select-navigator .select-previous {
  grid-area: previous;
}
.select-navigator .select-previous,
.select-navigator .select-next {
  color: #c4d600;
  align-self: center;
  justify-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.confirm-section .confirm-section-title {
  text-align: center;
  padding: 37px 37.5px;
}
.confirm-section .confirm-section-body .primary-box {
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 7%;
  margin-right: 7%;
  background-color: #e5e5e5;
  border-radius: 10px;
  padding: 25px;
}
.confirm-section .confirm-section-body .secondary-box {
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 7%;
  margin-right: 7%;
  background-color: #c4d600;
  border-radius: 10px;
  padding: 25px;
}
.confirm-section .confirm-section-body .life-support-box {
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 7%;
  margin-right: 7%;
  background-color: #e5e5e5;
  border-radius: 10px;
  padding: 25px;
}
.confirm-section .confirm-section-body .confirm-box {
  display: grid;
  grid-template-columns: 40px auto;
  grid-template-rows: min-content;
  grid-template-areas: "checkbox confirm";
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 7%;
  margin-right: 7%;
  background-color: transparent;
  border-radius: 10px;
}
.confirm-section .confirm-section-body .running-smooth-box {
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 7%;
  margin-right: 7%;
  background-color: #e5e5e5;
  border-radius: 10px;
  padding: 25px;
  position: relative;
}
.confirm-section .confirm-section-body .running-smooth-box .items {
  position: absolute;
  left: -15px;
  top: 0px;
}
.confirm-section .confirm-section-body .further-details-box {
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 7%;
  margin-right: 7%;
  background-color: transparent;
  border-radius: 10px;
}
.confirm-section .confirm-section-body .medical-equipment-box {
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 7%;
  margin-right: 7%;
  background-color: #c4d600;
  border-radius: 10px;
  padding: 25px;
}
.confirm-section .confirm-section-body .confirm-box {
  display: grid;
  grid-template-columns: 40px auto;
  grid-template-rows: min-content;
  grid-template-areas: "checkbox confirm";
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 7%;
  margin-right: 7%;
  background-color: transparent;
  border-radius: 10px;
}
.confirm-section .confirm-section-body .secondary-account-disclaimer-box {
  border-radius: 10px;
  padding: 1em;
  background: #989898;
}
.confirm-section .confirm-section-body .available-time-box {
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 7%;
  margin-right: 7%;
  background-color: #e5e5e5;
  border-radius: 10px;
  padding: 25px;
}
.confirm-section .confirm-section-body .electrical-work-box {
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 7%;
  margin-right: 7%;
  background-color: transparent;
  text-align: center;
}
.confirm-section .confirm-section-body .electrical-work-box textarea {
  border: 1px solid #cecece;
  border-radius: 10px;
  background-color: #f9f9f9;
  padding: 15px;
  font-family: 'Poppins';
  width: 90%;
}
.terms-section {
  border: none;
  padding: 3em;
  background: white;
}
.terms-section .self-scroll {
  overflow-y: scroll;
  height: 30em;
}
.terms-section .required-red {
  color: red;
}
.done-section {
  border-radius: 1em;
  border: 1px solid black;
  margin: 7%;
  position: relative;
  box-shadow: 10px 10px 12px 0px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.done-section .done-section-titlebar {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  height: 20px;
  background: #c4d600;
}
.main-section-body {
  padding-left: 2em;
  padding-right: 2em;
}
.main-section-body .incorrect-address {
  text-decoration: underline;
}
.fuel-selections-card {
  position: relative;
  padding: 1em;
  background-color: #eeeeee;
}
.fuel-selections-card .fuel-selections-card-body {
  text-align: center;
}
.fuel-selections-card .fuel-selections-card-body .fuels {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 1em;
  padding-bottom: 1em;
}
.fuel-selections-card .fuel-selections-card-body .missing-utility {
  text-decoration: underline;
}
.fuel-selections-card .fuel-selections-card-body .available-time-box {
  margin-left: 1em;
  margin-right: 1em;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 1em;
}
.fuel-selections-card .fuel-selections-card-body .available-time-box .afternoon {
  padding-left: 2em;
}
.main-section-body {
  padding-left: 2em;
  padding-right: 2em;
}
.fuel-card {
  border-radius: 1em;
  margin: 1em;
  position: relative;
  background-color: #ffffff;
  cursor: default;
}
.fuel-card.water {
  color: #696969;
  background-color: #e5e5e5;
}
.fuel-card .fuel-card-body {
  text-align: center;
  padding: 1.3em;
  vertical-align: middle;
  cursor: pointer;
}
.fuel-card .fuel-card-body .fuel-selected-icon {
  font-size: 0.7em;
  position: absolute;
  right: 1%;
  top: 5%;
}
.fuel-card .fuel-card-body:hover .mouseover {
  visibility: visible;
}
.you-will-need {
  display: flex;
  justify-content: left;
}
.you-will-need div {
  padding: 0.5em;
  text-align: center;
}
.you-will-need .plus {
  font-size: 250%;
}
.identification-grid {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0.5em;
}
.identification-grid > * {
  text-align: center;
}
.billing-grid {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
}
.billing-grid > * {
  text-align: center;
}
.billing-grid .billing-content {
  padding-top: 1em;
}
.myconnect-alert {
  display: flex;
  justify-content: center;
  margin-bottom: 4em;
  margin-top: 2em;
}
.myconnect-alert .myconnect-alert-body {
  text-align: center;
  border: none;
  padding: 10px;
  border-radius: 10px;
  background-color: #c4d600;
}
.confirmation-section {
  border: 1px solid gray;
  border-radius: 0.5em;
  padding: 1em;
  background-color: #ffffff;
}
.confirmation-section .connection-information-box {
  border-bottom: 1px solid #989898;
}
.confirmation-section .clear-access-box {
  padding-top: 1em;
}
.confirmation-section .terms-box {
  padding: 1em;
  border: 1px solid #989898;
  border-radius: 10px;
  margin-bottom: 1em;
}
.confirmation-section .agree {
  margin-top: 1em;
  padding: 1em;
  border: 1px solid #989898;
  border-radius: 10px;
  background: #eeeeee;
}
.confirmation-section .confirmation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1em;
}
.confirmation-section .confirmation-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.confirmation-section .confirmation-card {
  border: 1px solid black;
  border-radius: 1em;
}
.confirmation-section .confirmation-card .confirmation-header {
  background-color: #c4d600;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 1em 1em 0 0;
  padding: 0.5em;
}
.confirmation-section .confirmation-card .confirmation-body {
  text-align: center;
  margin: 1em;
}
.confirmation-section .confirmation-card .confirmation-footer {
  border-top: 1px solid #3c3c3c;
}
.confirmation-section .confirmation-card .confirmation-footer .confirmation-nodiscount {
  display: grid;
  grid-template-columns: 1fr;
  margin: 1em;
}
.confirmation-section .confirmation-card .confirmation-footer .confirmation-nodiscount .confirmation-card-discount {
  font-weight: bold;
  text-align: center;
}
.confirmation-section .confirmation-card .confirmation-footer .confirmation-nodiscount .confirmation-card-discount .percentage {
  font-size: 300%;
}
.confirmation-section .confirmation-card .confirmation-footer .confirmation-nodiscount .confirmation-card-discount .percent {
  padding-top: 0.5em;
}
.confirmation-section .confirmation-card .confirmation-footer .confirmation-nodiscount .confirmation-card-discount .nodiscount {
  font-size: 100%;
  font-weight: bold;
}
.confirmation-section .confirmation-card .confirmation-footer .confirmation-nodiscount .confirmation-card-discount .no-discount {
  line-height: 1.2;
  margin-right: 0.5em;
}
.confirmation-section .confirmation-card .confirmation-footer .confirmation-nodiscount .confirmation-card-discount .discount {
  line-height: 1.2;
  padding-left: 1em;
}
.confirmation-section .confirmation-card .confirmation-footer .confirmation-discount {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin: 1em;
}
.confirmation-section .confirmation-card .confirmation-footer .confirmation-discount .confirmation-card-discount {
  font-weight: bold;
}
.confirmation-section .confirmation-card .confirmation-footer .confirmation-discount .confirmation-card-discount .percent {
  padding-top: 0.5em;
}
.confirmation-section .confirmation-card .confirmation-footer .confirmation-discount .confirmation-card-discount .percentage {
  font-size: 300%;
}
.confirmation-section .confirmation-card .confirmation-footer .confirmation-discount .confirmation-card-discount .nodiscount {
  font-size: 100%;
  font-weight: bold;
}
.confirmation-section .confirmation-card .confirmation-footer .confirmation-discount .confirmation-card-discount .no-discount {
  line-height: 1.2;
  margin-right: 0.5em;
}
.confirmation-section .confirmation-card .confirmation-footer .confirmation-discount .confirmation-card-discount .discount {
  line-height: 1.2;
}
.confirmation-section .confirmation-card .confirmation-footer .confirmation-discount .confirmation-card-cost {
  text-align: left;
  line-height: 1.2 !important;
}
.confirmation-section .confirmation-card .confirmation-footer .confirmation-discount .confirmation-card-cost .cost {
  font-size: 150%;
  font-weight: bold;
}
.confirmation-section .confirmation-card .confirmation-footer .confirmation-discount .confirmation-card-cost .info {
  font-size: 0.7em;
  cursor: pointer;
}
.confirmation-section .confirmation-card .confirmation-footer .confirmation-discount .confirmation-card-cost .details {
  font-size: 0.8em;
}
.confirmation-section .confirmation-reference {
  font-size: 110%;
  font-weight: bold;
}
.moving-checklist-section {
  border: 1px solid #696969;
  border-radius: 0.5em;
  padding: 1em;
  background-color: #989898;
  margin-top: 1em;
}
.moving-checklist-button {
  padding: 2em;
}
.checklist-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  font-size: 20px;
  box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.2);
}
.fuel-panel-header {
  padding: 25px 5px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto min-content;
  grid-template-areas: "text spinner";
  grid-gap: 10px;
}
.fuel-panel-header .fuel-title {
  grid-area: text;
}
.fuel-panel-header .fuel-updown {
  grid-area: spinner;
}
.summary-retailer {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: min-content auto min-content;
  grid-template-areas: "icon text logo";
  grid-gap: 10px;
  align-items: center;
}
.summary-retailer .summary-fuel-icon {
  grid-area: icon;
}
.summary-retailer .summary-fuel-name {
  grid-area: text;
}
.summary-retailer .summary-fuel-retailer {
  grid-area: logo;
}
.summary-retailer .summary-fuel-retailer img {
  height: 50px;
}
.retailer-name-agl.retailer-color,
.retailer-name-agl .retailer-color {
  color: #2F4F9C;
}
.retailer-name-energy-australia.retailer-color,
.retailer-name-energy-australia .retailer-color {
  color: #3E8334;
}
.retailer-name-origin.retailer-color,
.retailer-name-origin .retailer-color {
  color: #DB3E45;
}
input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  height: 16px;
  width: 16px;
}
input[type="radio"] + .radio-label:after {
  content: '';
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #aeaeae;
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 0.5em;
  vertical-align: top;
  transition: all 250ms ease;
}
input[type="radio"] + .radio-button {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 40px auto;
  grid-template-areas: "radio details";
}
input[type="radio"] + .radio-button:before {
  content: '';
  margin-right: 10px;
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #aeaeae;
  width: 16px;
  height: 16px;
  position: relative;
  top: 0.3em;
  vertical-align: top;
  transition: all 250ms ease;
}
input[type="radio"]:checked + .radio-label:after {
  background-color: #ffffff;
  box-shadow: inset 0 0 0 4px #c4d600;
}
input[type="radio"]:checked + .radio-button:before {
  background-color: #ffffff;
  box-shadow: inset 0 0 0 4px #c4d600;
}
input[type="radio"]:focus + .radio-label:after {
  outline: none;
  border-color: #c4d600;
}
input[type="radio"]:focus + .radio-button:before {
  outline: none;
  border-color: #c4d600;
}
input[type="radio"]:disabled + .radio-label:after {
  box-shadow: inset 0 0 0 4px #c4d600;
  border-color: #4f5700;
  background: #bfbfbf;
}
input[type="radio"]:disabled + .radio-button:before {
  box-shadow: inset 0 0 0 4px #c4d600;
  border-color: #4f5700;
  background: #bfbfbf;
}
input[type="radio"] + .radio-label:empty:after {
  margin-right: 0;
}
input[type="radio"] + .radio-button:empty:before {
  margin-right: 0;
}
/* Order summary styles */
.sliding-drawer .order-summary-header {
  background-color: #ffffff;
  padding: 26px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: min-content auto min-content;
  grid-template-areas: "image title caret";
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  align-items: center;
}
.sliding-drawer .order-summary-header * {
  cursor: pointer;
}
.sliding-drawer .order-summary-header .image {
  grid-area: image;
}
.sliding-drawer .order-summary-header .image img {
  width: 25px;
}
.sliding-drawer .order-summary-header .title {
  grid-area: title;
  text-align: center;
  font-weight: 700;
}
.sliding-drawer .order-summary-header .caret {
  grid-area: caret;
  color: #c4d600;
}
.sliding-drawer .order-summary-header .caret .contracted {
  display: block;
}
.sliding-drawer .order-summary-header .caret .expanded {
  display: none;
}
.sliding-drawer.visible .order-summary-header .caret .contracted {
  display: none;
}
.sliding-drawer.visible .order-summary-header .caret .expanded {
  display: block;
}
/* Sitewide order summary styles */
.order-summary {
  background-color: #ffffff;
  padding: 24px 5px;
}
.order-summary .summary-address {
  font-weight: 700;
  font-size: 150%;
}
.order-summary .summary-item .summary-value {
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  body .order-summary {
    padding: 24px;
  }
}
/* New product grid view */
.card-background {
  background-color: #ffffff;
}
.card-top {
  border-radius: 16px 16px 0 0;
}
.card-bottom {
  border-radius: 0 0 16px 16px;
}
.bottom-border {
  border-bottom: 2px solid #eeeeee;
}
.intermediate {
  padding: 24px;
}
.product-grid-container {
  padding: 10px;
  display: flex;
  justify-content: center;
}
.product-grid-container .product-grid {
  display: grid;
  grid-template-columns: min(100vw - 40px, 480px);
  grid-template-rows: repeat(15, auto);
  grid-auto-columns: min(100vw - 40px, 480px);
  grid-auto-flow: column;
  grid-gap: 0 5px;
  overflow-x: scroll;
  overflow-y: hidden;
  /* Fuel Card */
  /* End Fuel Card */
}
.product-grid-container .product-grid .information-open {
  position: absolute;
  top: 32px;
  right: 32px;
  font-size: 1.2em;
  color: #989898;
}
.product-grid-container .product-grid .retailer-logo {
  position: relative;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #eeeeee;
  border-radius: 16px 16px 0 0;
  background-color: #ffffff;
}
.product-grid-container .product-grid .retailer-logo img {
  display: block;
  max-width: 100%;
}
.product-grid-container .product-grid .retailer-logo .prepositioning-statements {
  padding-top: 24px;
}
.product-grid-container .product-grid .selector {
  background-color: #ffffff;
  padding: 24px;
  display: grid;
  grid-template-columns: min-content auto min-content;
  grid-template-rows: auto;
  grid-template-areas: "icon name select";
  align-items: center;
  font-size: 16px;
  grid-gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-weight: 500;
}
.product-grid-container .product-grid .selector .icon {
  grid-area: icon;
}
.product-grid-container .product-grid .selector .productname {
  grid-area: name;
  font-size: 150%;
}
.product-grid-container .product-grid .selector .productselector {
  grid-area: select;
}
.product-grid-container .product-grid .noexitfee {
  padding: 24px;
  background-color: #ffffff;
}
.product-grid-container .product-grid .estimatedannualcost {
  padding: 24px;
  background-color: #ffffff;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "difference costs";
  grid-gap: 10px;
}
.product-grid-container .product-grid .estimatedannualcost .difference {
  grid-area: difference;
}
.product-grid-container .product-grid .estimatedannualcost .difference .percentage {
  font-size: 200%;
}
.product-grid-container .product-grid .estimatedannualcost .costs {
  grid-area: costs;
}
.product-grid-container .product-grid .bpidlink {
  padding: 24px;
  background-color: #ffffff;
}
.product-grid-container .product-grid .ratesrollout {
  padding: 24px;
  background-color: #ffffff;
  border-bottom: 2px solid #eeeeee;
}
.product-grid-container .product-grid .ratesrollout .rates-panel-header {
  display: grid;
  grid-template-columns: auto min-content;
  grid-template-rows: auto;
  grid-template-areas: "text updown";
  grid-gap: 10px;
  padding: 10px 0;
}
.product-grid-container .product-grid .ratesrollout .rates-panel-header .rates-title {
  grid-area: text;
}
.product-grid-container .product-grid .ratesrollout .rates-panel-header .fuel-updown {
  grid-area: updown;
}
.product-grid-container .product-grid .ratesrollout .retailer-card-rates .table {
  padding-bottom: 10px;
}
.product-grid-container .product-grid .ratesrollout .retailer-card-rates .table table {
  width: 100%;
}
.product-grid-container .product-grid .disclaimer {
  padding: 24px;
  border-bottom: 2px solid #eeeeee;
  background-color: #ffffff;
}
.product-grid-container .product-grid .nolockin {
  text-align: center;
  padding: 24px;
  background-color: #ffffff;
}
.product-grid-container .product-grid .selectproduct {
  display: flex;
  justify-content: center;
  padding: 24px;
  border-bottom: 2px solid #eeeeee;
  background-color: #ffffff;
}
.product-grid-container .product-grid .trailinglogo {
  padding: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 0 0 16px 16px;
}
.product-grid-container .product-grid .trailinglogo img {
  display: block;
  max-width: 100%;
}
/* Yes No Card */
.yesno-grid {
  max-width: 400px;
  font-size: 16pt;
  position: relative;
  height: 52px;
  margin: 24px auto;
}
.yesno-grid .selection {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #cecece;
  background-color: #eeeeee;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #3c3c3c;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.yesno-grid .selection:not(.is-selected) {
  z-index: 100;
}
.yesno-grid .selection:not(.is-selected).no {
  padding-left: 50%;
}
.yesno-grid .selection:not(.is-selected).yes {
  padding-right: 50%;
}
.yesno-grid .selection.is-selected {
  z-index: 101;
}
.yesno-grid .selection.is-selected.no {
  left: 50%;
  background-color: #ffffff;
}
.yesno-grid .selection.is-selected.yes {
  right: 50%;
  background-color: #ffffff;
}
.yesno-grid .inner {
  text-align: center;
  width: 100%;
}
/* Form inner maximum width */
.drawer-content-wrapper {
  margin: 24px auto;
  max-width: 110ch;
}
/* Terms layouts */
.terms-conditions-container {
  padding: 32px 26px;
  margin: 0 auto;
  background-color: #ffffff;
  max-width: 110ch;
}
.terms-conditions-container .terms-section {
  border: none;
  padding: 3em 0;
  background: white;
}
.terms-conditions-container .terms-section .self-scroll {
  border: 1px solid #f9f9f9;
  border-radius: 20px;
  padding: 24px;
}
.terms-conditions-container .terms-section .agree {
  border: none;
  border-radius: 20px;
  background-color: #f9f9f9;
  padding: 24px;
}
@media screen and (min-width: 1024px) {
  body .terms-conditions-container {
    padding: 32px;
    margin: 24px auto;
  }
  body .terms-conditions-container .terms-section {
    padding: 3em;
  }
}
/* Signup banner */
.signup-banner {
  background-image: var(--signup-banner-image);
  min-height: 200px;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Rollup trailer, stop the order summary overlay from obscuring content */
.rollup-trailer {
  height: 110px;
}
/* Box section on billing */
.box-section {
  margin-top: 2em;
  margin-bottom: 2em;
  background-color: #e5e5e5;
  border-radius: 10px;
  padding: 25px;
  position: relative;
}
/* Information section */
.information-section {
  position: fixed;
  bottom: 10px;
  left: 10px;
  max-width: 900px;
}
