* {
  padding: 0px;
  margin: 0px;
}

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}

nav.navbar {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

nav.navbar.shrink {
  height: 35px;
}

nav.navbar.shrink img {
  height: 30px;
}

body {
  background: #fff;
  height: 100%;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.42857;
  color: #4d4d4f !important;
}

.content {
  padding: 20px;
}

#header {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #ddd;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
}

#header.--not-top {
  background: #f7f7f9;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #ddd;
}

#header #logo {
  padding-top: 10px;
  padding-left: 8px;
  height: 50px;
  display: inline-block;
  line-height: 150px;
  float: left;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#header.smaller {
  height: 75px;
}

#header.smaller #logo {
  height: 75px;
  line-height: 75px;
  font-size: 30px;
}

.nav-link {
  color: #00660f !important;
}

.navbar-nav>.nav-item {
  display: inline-block;
}

#header.--not-top .logo_first,
#header.--not-top .nav-link {
  color: #00660f !important;
}

#header.--not-top .logo_second {
  color: #888888;
}

.megadrop {
  width: 100%;
  padding: 15px 0 65px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  margin: 0;
}

.megadrop::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  bottom: -1000px;
  right: 0;
  display: block;
  background-color: #000;
  opacity: .5;
  -webkit-transition: opacity 500ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -moz-transition: opacity 500ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -o-transition: opacity 500ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
  transition: opacity 500ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
}

.dropdown-large {
  position: static !important;
}

.main_header {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}

.o_primary_nav:before {
  content: "";
  background: transparent;
  z-index: -1;
  visibility: hidden;
  box-shadow: 0 1px 0 transparent;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
  -webkit-transition: background 500ms cubic-bezier(0.55, 0, 0.1, 1) 0ms, visibility 0ms linear 500ms, box-shadow 500ms linear 0ms;
  -o-transition: background 500ms cubic-bezier(0.55, 0, 0.1, 1) 0ms, visibility 0ms linear 500ms, box-shadow 500ms linear 0ms;
  transition: background 500ms cubic-bezier(0.55, 0, 0.1, 1) 0ms, visibility 0ms linear 500ms, box-shadow 500ms linear 0ms;
}

.o_primary_nav {
  padding: 15px 0px;
  white-space: nowrap;
  width: 700px;
  float: left;
}

.o_primary_nav>li {
  display: inline-block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.o_main_header_main {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  width: 970px;
}

.border-left {
  border-left: 1px solid #ddd;
}

.mega_dropdown_col {
  padding: 10px 40px 0px 40px;
}

.mega_dropdown_col ul>li>a {
  line-height: 32px;
  color: #5a5f68;
  text-decoration: none;
}

.mega_dropdown_col a:hover {
  color: #2d953f;
}

.block {
  display: block;
  width: 100%;
  height: 50px;
  padding: 5px 10px;
}

.consumers_block {
  border: 1px solid #15b154;
  color: #21b75e;
}

.retail_block {
  border: 1px solid #1E2D98;
  color: #3498db;
}

.oem_block {
  border: 1px solid #ea6c21;
  color: #ea6c21;
}

.empty_response {
  margin: 0 auto;
  width: 200px;
  text-align: center;
}

.empty_response>p {
  font-size: 12px;
}

.custom-icon {
  background: #fff;
  display: table-cell;
  font-size: 35px;
  padding: 10px;
  text-align: center;
  transition: .5s;
  vertical-align: middle;
}

.icon-headers-title {
  font-size: 14px;
}

.consumer-title {
  color: #21b75e;
}

.fix-editor {
  display: none;
}

.icon-wrapper {
  display: inline-block;
}

@media only screen and (min-width: 1801px) {
  .main_header {
    width: 1400px;
  }

  .navbar {
    padding: 0em 10em !important;
  }

  #menu-icon {
    display: none;
  }

  .btn-toggle {
    margin-right: 10% !important;
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 1800px) {
  .main_header {
    width: 1200px;
  }

  .navbar {
    padding: 0em 8em !important;
  }

  #menu-icon {
    display: none;
  }

  .btn-toggle {
    margin-right: 10% !important;
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 1299px) {
  .main_header {
    width: 1200px;
  }

  .navbar {
    padding: 0em 5em !important;
  }

  #menu-icon {
    display: none;
  }

  .btn-toggle {
    margin-right: 10% !important;
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .main_header {
    width: 760px;
  }

  #menu-icon {
    display: none;
  }

  .navbar {
    padding: 0em 2em !important;
  }

  #header #logo {
    display: block;
    margin: 0 auto;
    height: 50px;
  }

  .btn-toggle {
    margin-right: 10% !important;
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 770px) {
  .main_header {
    width: 750px;
  }

  .btn-map {
    margin-top: 0px !important;
  }

  .navbar {
    padding: 0em 0.5em !important;
  }

  .megadrop::before {
    display: none;
  }

  .o_primary_nav {
    display: none;
  }

  .content {
    padding: 0px;
  }

  .slide-title {
    padding: 10px 10px 10px 4%;
    line-height: unset !important;
  }

  .slideshow-block-heading {
    padding: 10px;
    font-size: unset !important;
  }

  .slide-bullet {
    font-size: 14px;
  }

  .btn-toggle {
    margin-right: 0 !important;
    margin: auto !important;
    margin-top: 10px !important;
  }

  .shadow {
    margin: auto;
  }

  .center-div {
    margin: auto;
    position: unset !important;
  }

  .fuel-type-container {
    margin: auto;
  }

  #menu-icon {
    display: block;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    position: absolute;
  }

  .o_primary_nav.active {
    display: block;
    position: absolute;
    width: 100%;
    top: 75px;
    left: 0;
    padding: 0;
  }

  .o_primary_nav li a {
    display: block;
    padding: 0 20px;
    line-height: 70px;
    background: #262626;
    color: #ffffff !important;
    text-decoration: none;
  }

  .o_primary_nav li {
    display: block !important;
  }

  #header #logo {
    display: block;
    margin: 0 auto;
    height: 40px;
  }

  #header.smaller {
    height: 75px;
  }

  #header.smaller #logo {
    height: 70px;
  }

  .oem_card>a {
    height: 120px !important;
  }

  .card {
    box-shadow: none !important;
    margin: 0px 10px 10px 10px;
  }

  .retail_card>a {
    height: 120px !important;
  }

  .consumer_card>a {
    height: 120px !important;
  }

  .foreground {
    padding: 0px !important;
  }

  .flex-container {
    display: grid !important;
  }

  .carousel_container {
    padding: 10px 10px 0px 10px !important;
  }

  p {
    font-size: 1rem !important;
  }

  .outline_button {
    padding: 5px 10px !important;
  }

  .carousel_message {
    font-size: smaller !important;
    margin: 0px !important;
  }

  .carousel_title {
    font-size: 1.3rem !important;
  }

  .video_container .video iframe {
    height: auto !important;
  }

  .block-tile {
    width: 100% !important;
    float: none !important;
    padding: 5px 0px !important;
  }

  .tile_image {
    height: 170px !important;
  }

  .btn {
    width: 95% !important;
  }

  .note-float-left {
    width: 100% !important;
    float: unset !important;
    margin-left: 0 !important;
  }

  .note-float-right {
    float: unset !important;
    margin-left: 0 !important;
    width: 100% !important;
  }

  .block-image_caption {
    margin: auto;
    padding-bottom: 10px;
  }

  .block-left_sidebar {
    float: unset !important;
    width: 100% !important;
    margin: auto;
    margin-left: 0px !important;
    margin-top: 0px !important;
  }

  .block-right_sidebar {
    float: unset !important;
    width: 100% !important;
    margin: auto !important;
    margin-top: 0px !important;
  }

  .sidebar {
    margin: auto;
  }

  .hero_caption {
    background: rgba(255, 255, 255, 0.7);
  }

  .hero_caption_center {
    font-size: 26px !important;
    line-height: 40px !important;
  }

  .slide-title-sm {
    padding: 10px 10px;
    line-height: 35px;
    font-size: unset !important;
  }
}

.ham_menu {
  position: absolute;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#footer {
  background: #282F34;
  color: white;
  padding-top: 20px;
}

#footer a {
  color: green;
}

.extra-padding {
  padding-top: 20px;
}

.fill {
  width: 100%;
}

.btn {
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.18), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.18), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.18), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 300px;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0;
}

.card {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0;
  border: 0px solid #fff;
}

.consumer_card {
  color: white;
  background: rgba(53, 165, 65, 0.65);
}

.consumer_card>a {
  background-image: url("/static/images/Pictures/Nozzle_in_Gas_Tank_Image.original.jpg");
  background-position: right top;
  width: 100%;
  height: 170px;
  background-size: cover;
}

.consumer_card>.card-title {
  background: #35a541;
  top: 15px;
  left: -15px;
  position: absolute;
  padding: 9px 20px;
}

.consumer_card>.card-title:before {
  content: ' ';
  position: absolute;
  top: 46px;
  left: 0px;
  width: 0;
  border: 8px solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.consumer_card>.card-title:before {
  border-bottom-color: transparent;
  border-right-color: #17511E;
  border-top-color: #17511E;
  border-left-color: transparent;
}

.retail_card {
  color: white;
  background: rgba(52, 152, 219, 0.67);
}

.retail_card>a {
  background-image: url("/static/images/Pictures/Gas_Station_Canopy_-_Home_Retailer_NEW.original.jpg");
  background-position: right top;
  width: 100%;
  height: 170px;
  background-size: cover;
}

.retail_card>.card-title {
  background: #3498db;
  top: 15px;
  left: -15px;
  position: absolute;
  padding: 9px 20px;
}

.retail_card>.card-title:before {
  content: ' ';
  position: absolute;
  top: 46px;
  left: 0px;
  width: 0;
  border: 8px solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.retail_card>.card-title:before {
  border-bottom-color: transparent;
  border-right-color: #1E2D98;
  border-top-color: #1E2D98;
  border-left-color: transparent;
}

.oem_card {
  color: white;
  background: #ea6c21;
}

.oem_card>a {
  background-image: url("/static/images/Pictures/6 Semi Trucks Image.jpg");
  background-position: right top;
  width: 100%;
  height: 170px;
  background-size: cover;
}

.oem_card>.card-title {
  background: #ff7907;
  top: 15px;
  left: -15px;
  position: absolute;
  padding: 9px 20px;
}

.oem_card>.card-title:before {
  content: ' ';
  position: absolute;
  top: 46px;
  left: 0px;
  width: 0;
  border: 8px solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.oem_card>.card-title:before {
  border-bottom-color: transparent;
  border-right-color: #ea6c21;
  border-top-color: #ea6c21;
  border-left-color: transparent;
}

.card-block {
  text-align: center;
  padding: 10px 10px;
  height: 60px;
  color: white;
  font-size: medium;
  text-decoration: none;
  width: 100%;
}

.card-caption {
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.link_no_underline {
  text-decoration: none !important;
}

.gallery {
  margin: auto;
  padding: 10px;
  width: 100%;
  background: #282F34;
}

.gallery>img {
  width: 100%;
  height: 230px;
  object-fit: scale-down;
}

#caption {
  text-align: center;
  padding: 9px 16px 9px 76px;
  background: #35a541;
  position: relative;
  top: 273px;
  left: -30px;
  color: white;
  font-weight: bolder;
}

#caption:before {
  content: ' ';
  position: absolute;
  top: -29px;
  left: 2px;
  width: 0;
  border: 15px solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#caption:before {
  border-top-color: transparent;
  border-right-color: #17511E;
  border-bottom-color: #17511E;
  border-left-color: transparent;
}

#readmore {
  position: relative;
  top: 273px;
  left: -30px;
  width: 120px;
}

.signin {
  padding: 15px 0px;
}

.signin>a {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid !important;
}

#dmm {
  transform: none !important;
  top: 74px !important;
}

/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
  margin-bottom: 1rem;
}

.navbar .dropdown-menu {
  border: none;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {

  /* remove the padding from the navbar so the dropdown hover state is not broken */
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
  .navbar .nav-item {
    padding: .5rem .2rem;
    margin: 0 .25rem;
  }

  /* makes the dropdown full width  */
  .navbar .dropdown {
    position: static;
  }

  .navbar .dropdown-menu {
    width: 100%;
  }

  /* shows the dropdown menu on hover */
  .navbar .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
}

.dropdown-menu {
  background-color: transparent;
  border: transparent;
  border: none;
}

.dropdown-menu .dropdown-item>li>a:hover {
  background-image: none;
  background-color: #000;
}

.navbar {
  background: none;
}

.dropdown-menu a:hover {
  background-color: transparent;
}

.navbar-toggler.collapsed>.navbar-toggler-icon>.fa-bars {
  display: block;
}

.navbar-toggler.collapsed>.navbar-toggler-icon>.fa-close {
  display: none;
}

.navbar-toggler>.navbar-toggler-icon>.fa-close {
  display: block;
}

.navbar-toggler>.navbar-toggler-icon>.fa-bars {
  display: none;
}

.dropdown-toggle {
  cursor: pointer;
}

.btn-filter-retailer {
  margin: auto;
}

.extra-margin {
  margin: 10px;
}

.main {
  min-height: calc(107vh - 265px);
}

.event-block {
  display: inline-block;
  float: left;
  margin-right: 25px;
}

.block-heading-gas {
  background: #2d953f;
  color: white;
  padding: 10px;
  font-size: x-large;
  margin-bottom: 10px;
}

.block-heading-diesel {
  background: #007fc2;
  color: white;
  padding: 10px;
  font-size: x-large;
  margin-bottom: 10px;
}

.btn-gas {
  color: white;
  font-weight: bold;
  background-color: #2d953f !important;
  border-color: #1c6e2a;
}

.btn-gas:hover {
  color: white;
  font-weight: bold;
  background-color: #1c6e2a;
  border-color: #1c6e2a;
}

.btn-gas-inverse {
  font-weight: bold;
  background-color: white;
  color: #2d953f;
  border-color: #1c6e2a;
}

.btn-gas-inverse:hover {
  color: white;
  font-weight: bold;
  background-color: #1c6e2a;
  border-color: #1c6e2a;
}

.btn-diesel {
  color: white;
  font-weight: bold;
  background-color: #007fc2 !important;
  border-color: #003e5f;
}

.btn-diesel:hover {
  color: white;
  font-weight: bold;
  background-color: #003e5f;
  border-color: #003e5f;
}

.btn-diesel-inverse {
  background-color: white;
  font-weight: bold;
  color: #007fc2;
  border-color: #003e5f;
}

.btn-diesel-inverse:hover {
  color: white;
  font-weight: bold;
  background-color: #003e5f;
  border-color: #003e5f;
}

.note-float-left {
  float: left;
  width: 30%;
  margin-right: 5%;
}

.note-float-right {
  float: right;
  margin-left: 5%;
}

.background-gas {
  color: white;
  background-color: #2d953f;
}

.background-gas .rich-text,
.background-oem .rich-text,
.background-diesel .rich-text {
  color: white !important;
}

.background-diesel {
  color: white;
  background-color: #007fc2;
}

.background-diesel .rich-text {
  color: white !important;
}

.background-default {
  color: black;
  background-color: #b9b9b9;
}

.background-clear {
  color: black;
  background-color: white;
}

.background-consumer {
  color: white;
  background-color: #21b75e;
}

.background-retailer {
  color: white;
  background-color: #3498db;
}

.background-oem {
  color: white;
  background-color: #ea6c21;
}

.text-gas {
  color: #2d953f;
}

.text-diesel {
  color: #007fc2;
}

.text-default {
  color: #313131;
}

.text-consumer {
  color: #21b75e;
}

.text-retailer {
  color: #3498db;
}

.text-oem {
  color: #ea6c21;
}

.block-heading {
  padding: 10px;
  font-size: x-large;
  margin-bottom: 10px;
}

.slideshow-block-heading {
  padding: 10px;
  font-size: x-large;
}

.note {
  padding: 10%;
}

.sidebar-image {
  max-width: 100%;
  height: auto;
}

.sidebar-image-sm {
  width: 80%;
  height: auto;
  margin-left: 2%;
}

.sidebar {
  max-width: 270px;
  max-height: 100%;
}

.sidebar-landing-tile {
  margin-top: 10px;
}

.block-tile {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  width: 33.333333%;
  float: left;
  padding: 15px 15px;
}

.tile_image {
  background-position: right top;
  width: 100%;
  height: auto !important;
  background-size: cover;
}

.tile_image_adjust_margins {
  padding-top: 40px;
}

.hero_image {
  background-position: right top;
  width: 100%;
  background-size: cover;
}

.hero {
  display: flex;
  width: 100%;
  height: 140px;
  overflow: hidden;
}

.hero_caption {
  padding: 0 6%;
  width: 65%;
  height: 100%;
  display: table;
}

.hero_caption_center {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  font-size: 30px;
  line-height: 46px;
}

.required {
  color: red;
}

.block-left_sidebar {
  float: left;
  width: 30%;
  margin-right: 30px;
  margin-left: 5%;
  margin-top: 17px;
}

.block-right_sidebar {
  float: right !important;
  margin-right: 5%;
  margin-left: 25px;
  margin-top: 17px;
}

.block-hero {
  margin-bottom: 10px;
}

.AAA {
  font-weight: bolder;
  color: #16a2ff;
}

.logout {
  width: unset !important;
}

.station_finder {
  color: #28a745;
  margin-bottom: 0px;
  font-size: 16px;
}

.block-factoid {
  width: 100%;
  display: table;
  padding-bottom: 40px;
  margin-bottom: 20px;
  padding-top: 40px;
  margin-top: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.factoid-body {
  padding: 20px 10px;
}

.logo_main_panel {
  min-height: 80px;
}

.TopTierLogo {
  width: 100px;
}

.contact-form {
  margin: 0 3%;
}

.form-button {
  background: transparent;
  padding: 12px 20px;
  border-width: 2px;
  border-style: solid;
  border-color: #dedfe0;
  border-radius: 0;
  font-weight: 400;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: black;
  cursor: pointer;
  transition: background-color 0.15s, border-color 0.15s;
}

.social_media>a {
  color: unset !important;
  padding-right: 10px;
}

.slide-bullet.active {
  font-weight: bolder;
  background: rgba(0, 0, 0, 0.388235);
}

.slide-bullet {
  padding: 20px 10px;
  border-top: 1px solid rgba(255, 255, 225, 0.14);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.pagination_button {
  border: 3px solid #fff;
  padding: .85em 1em;
  border-radius: 50px;
  background: #c2c2c2;
  float: left;
  color: white;
}

.pagination_button:hover {
  border: 3px solid #fff;
  padding: .85em 1em;
  border-radius: 50px;
  background: #444444;
  float: left;
  color: white;
}

.slide-bullet.active::after {
  content: '';
  float: right;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ffffff;
  position: absolute;
  right: 0;
  top: 35%;
}

.slide-container {
  min-height: 350px;
  max-height: 350px;
  overflow-y: auto;
}

.slide-title {
  padding: 10px 10px 10px 4%;
  line-height: 35px;
}

.slide-title-sm {
  padding: 10px 10px;
  line-height: 35px;
  font-size: x-large;
}

.slide-title>h2 {
  margin-bottom: 0px !important;
}

.block-slideshow .block-factoid {
  padding: 0px !important;
  border: transparent !important;
  margin-bottom: 0px;
}

.factoid-image {
  height: auto;
  width: 100%;
}

.image_tile {
  width: 100%;
}

.block-slideshow {
  width: 100%;
  display: table;
  margin-bottom: 35px;
  margin-top: 35px;
  padding: 0 6%;
}

.page-link {
  color: #007bff !important;
}

.main-slide-container {
  padding-left: 0px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu {
  color: #5a5f68 !important;
  text-decoration: none;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  position: relative !important;
  margin-left: 2rem;
  border: none;
}

b,
strong {
  font-weight: bold !important;
}

.block-accordian {
  margin: 0 2%;
}

.accordian {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: solid 1px #ebebeb;
}

.accordian_question {
  padding-top: 30px;
  padding-right: 40px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #818182;
}

.accordian_body {
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.accordian_title {
  text-decoration: none !important;
  color: unset !important;
}

.block-search_accordian {
  margin: 0 3%;
}

.contact,
.disable-ul {
  list-style-type: none;
  padding: 0px;
}

.rich-text li {
  margin-bottom: 15px;
}

.rich-text {
  padding: 15px 5%;
  color: #4d4d4f;
}

.placeholder {
  padding: 20px;
  border: white 3px solid;
  text-align: center;
}

.smaller_dropdown {
  width: 160px !important;
  left: inherit;
  border-radius: 0;
  margin: 0;
  background: #fdfdfd;
}

.smaller_dropdown .nav-link {
  padding-right: 0px !important;
}

.quote_body {
  font-style: italic;
  padding-left: 10px;
}

.quote {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: solid 1px #ebebeb;
  position: relative;
}

.quoteblock:before {
  content: '\201C';
  font-family: serif;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  font-size: 75px;
  top: 5px;
  left: -20px;
  color: #f8f9fa;
  background: #28a745;
  height: 40px;
  line-height: 65px;
  padding: 2px 3px;
}

.quoteblock_sign {
  padding-left: 40px;
  padding-top: 0px !important;
}

.carousel_message .rich-text {
  padding-left: 0px;
  padding-top: 0px;
}

.block-form {
  padding: 0 5%;
}

.input-group-append .btn {
  box-shadow: none;
}

.retail_cell {
  word-wrap: break-word;
  max-width: 200px;
}

.retailer-container {
  padding: 0px 30px 0px 30px;
}

.retailer-container-filter {
  padding: 15px 0px;
  margin-top: 75px;
  border-top: 1px solid #dee2e6;
}

.retailer-download {
  vertical-align: middle;
  color: green;
}

.retailers-table-wrapper {
  padding: 0px 0px;
}

.rich-text ul {
  width: auto;
  overflow: hidden;
  padding-left: 20px;
}

.landing_tile_caption_center {
  font-size: 16px;
  text-align: center;
}

.contact-details>small {
  display: block;
  text-align: center;
}

.retailer_checkbox_group {
  padding: 10px 0px 10px 5px;
}

.modal-checkbox {
  padding: 5px 0px 5px 5px;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
}

.checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 22px;
}

.checkbox label::before,
.checkbox label::after {
  position: absolute;
  content: "";
  display: inline-block;
}

.checkbox label::before {
  height: 20px;
  width: 20px;
  border: 1px solid;
  left: -2px;
  border-color: #c6cacd;
}

.checkbox label::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid black;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox input[type="checkbox"]+label::after {
  content: none;
}

.checkbox input[type="checkbox"]:checked+label::after {
  content: "";
}

.checkbox input[type="checkbox"]:focus+label::before {
  outline: #3b99fc auto 5px;
}

.green {
  color: #2d953f;
}

.blue {
  color: #007fc2;
}

.enable_drop_down {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0px;
}

.enable_drop_down .dropdown-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.filter_breadcrumb {
  width: auto !important;
  padding: 5px;
  margin-right: 5px;
  box-shadow: none;
  margin-bottom: 5px;
}

#retailerModal .modal-footer {
  flex-direction: column;
}

.custom_table_format {
  width: 100%;
  max-width: 100%;
}

.custom_table_format td {
  width: 2em !important;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}

.block-landing_area,
.search_container {
  padding: 0 3%;
}

.video-tile iframe {
  width: 100%;
}

.video-tile {
  padding: 10px;
}

/* EVENT CALENDAR
================================================================= */
/* EVENT LIST */
.upcoming {
  border-top: 1px solid #dedcdc;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 30px;
}

.previous {
  border-top: 0px solid #dedcdc;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
}

.event-year {
  margin-bottom: 0;
  padding: 10px 0px;
  border-bottom: 6px solid #dee2e6;
  font-size: 2.4rem;
  font-weight: 400;
  color: #6c757d !important;
  line-height: 23px;
}

.event-month h4 {
  padding: 12px 0 8px 0;
  margin-bottom: 0px;
  font-size: 1.4rem;
  font-weight: 500;
}

.event-list {
  margin-top: 4px;
  margin-bottom: 40px;
  padding: 10px 10px 0px 10px;
  background: -moz-linear-gradient(top, #f6f5f0 0%, rgba(246, 245, 240, 0) 100%);
  background: -webkit-linear-gradient(top, #e9ecef 0%, rgba(246, 245, 240, 0) 100%);
  background: linear-gradient(to bottom, #e9ecef 0%, rgba(246, 245, 240, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f5f0', endColorstr='#00f6f5f0', GradientType=0);
}

.event-list li {
  list-style-type: none;
}

.event-list a {
  color: #a12641;
}

.event {
  /* border-bottom: 1px solid #ddd; */
  margin-bottom: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1.2rem;
}

.event__name,
.event__date,
.event__location,
.event__type,
.event__url,
.event__details {
  display: inline-block;
  padding: 1px 0;
}

.event__name {
  font-weight: 500;
}

.center-content {
  text-align: center;
}

.landing-image-filler {
  width: 100%;
  background: #ffffff;
  height: 225px;
}

.btn-map {
  margin-top: 32px;
}

.hide-input {
  opacity: 0;
  width: 1px;
  height: 1px;
}

.map-link {
  color: #0078A8 !important;
  cursor: pointer;
}

/* W3school snackbar */
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */
  margin-left: -125px;
  /* Divide value of min-width by 2 */
  background-color: #007fc2;
  /* Black background color */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 1000;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  bottom: 30px;
  /* 30px from the bottom */
  font-weight: bold;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
 However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

.select2 {
  width: 84% !important;
  max-width: 300px;
}

.hide {
  display: none !important;
}

.shadow {
  background: #363636;
  padding: 5px 5px;
  border-radius: 40px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: table;
  width: 290px;
}

.center-div {
  margin-bottom: 10px;
  display: table;
  position: relative;
  top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.fuel-type-container {
  width: 270px;
}

.radio-label {
  font-size: 26px;
  font-weight: bolder;
  color: white;
  margin: 0 6px;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  border: #363636 3px solid;
  text-align: center;
}

.shadow input[type=radio]:checked~label.radio-label {
  color: #212529;
  border: #f8f9fa 3px solid;
  background: white;
}

.shadow input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.radius-item {
  display: inline-block;
}

.btn-location {
  width: 42px !important;
  display: inline !important;
}

.extra_bottom_margin {
  margin-bottom: 10px;
}

.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #bdc1c8;
  margin: auto;
  display: block;
  padding-top: 10px;
  outline: none;
}

.btn-toggle:focus {
  outline: none;
}

.btn-toggle::after {
  content: 'KM';
  left: 2rem;
  line-height: 2.5rem;
  width: 5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  top: -7px;
  transition: opacity 0.25s;
}

.btn-toggle::before {
  content: 'Miles';
  right: 2.7rem;
  line-height: 2.5rem;
  width: 5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  top: -7px;
  transition: opacity 0.25s;
}

.btn-toggle.active::before {
  opacity: 0.5;
  color: #6b7381;
}

.btn-toggle.active::after {
  color: #007fc2;
  opacity: 1;
}

.btn-toggle::before {
  color: #007fc2;
}

.btn-toggle::after {
  opacity: 0.5;
  color: #6b7381;
}

.btn-toggle.active {
  background: #007fc2;
}

.handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}

.btn-toggle.active>.handle {
  left: 1.6875rem;
  transition: left 0.25s;
}

.fuel-type {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}