/*
Theme Name: EDI 
Author: Flint Group
Description: Custom theme for EDI
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
.inner-content {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0px 20px; }

h1, h2, h3, h4, h5 {
  font-family: "Roboto", sans-serif;
  margin: 0px;
  margin-bottom: 5px; }

h1 {
  font-size: 45px;
  line-height: 64px;
  font-weight: bold; }

h2 {
  font-size: 25px;
  line-height: 26px;
  font-weight: bold; }

h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: bold; }

h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold; }

h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold; }

h6 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold; }

h7 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold; }

h8 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold; }

p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 28px; }

.button {
  border-radius: 5px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  padding: 10px 30px;
  text-decoration: none;
  background: #D84529;
  transition: all 0.4s ease;
  border: 1px solid #D84529;
  text-transform: uppercase; }
  .button:hover {
    cursor: pointer;
    color: #D84529;
    background: #FFFFFF;
    transition: all 0.4s ease; }

a {
  text-decoration: none;
  color: #D84529; }
  a:hover {
    text-decoration: underline; }

input[type="submit"] {
  border-radius: 5px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  padding: 10px 30px;
  text-decoration: none;
  background: #D84529;
  transition: all 0.4s ease;
  border: 1px solid #D84529;
  text-transform: uppercase; }
  input[type="submit"]:hover {
    cursor: pointer;
    color: #D84529;
    background: #FFFFFF;
    transition: all 0.4s ease; }

#pwbox-34 {
  position: relative;
  top: -1px;
  padding: 10px; }

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 28px; }
  body img {
    max-width: 100%; }
  body #container {
    min-height: 50vh; }

.hero-shot .hero-shot-slide {
  width: 100%;
  height: 715px;
  position: relative;
  background-size: cover !important;
  background-position: center !important; }
  @media screen and (max-width: 1160px) {
    .hero-shot .hero-shot-slide {
      height: auto; } }
  .hero-shot .hero-shot-slide .overlaycover {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 1160px) {
      .hero-shot .hero-shot-slide .overlaycover {
        display: block; } }
  .hero-shot .hero-shot-slide .inner-content {
    display: block;
    padding: 160px 20px; }
    .hero-shot .hero-shot-slide .inner-content .title {
      display: block;
      margin-bottom: 35px;
      position: relative; }
      .hero-shot .hero-shot-slide .inner-content .title p {
        font-size: 50px;
        line-height: 64px;
        font-weight: bold;
        margin: 0px; }
        @media screen and (max-width: 1160px) {
          .hero-shot .hero-shot-slide .inner-content .title p {
            color: #FFFFFF; } }
    .hero-shot .hero-shot-slide .inner-content .link {
      display: block;
      position: relative; }
.hero-shot .pager-bar {
  background: #04818A; }
  .hero-shot .pager-bar #custom-pager a {
    font-size: 13px;
    font-weight: regular;
    color: #FFFFFF;
    padding: 0px 16px; }
    .hero-shot .pager-bar #custom-pager a:first-child {
      padding-left: 0px; }
    .hero-shot .pager-bar #custom-pager a:last-child {
      padding-right: 0px; }

.about-area {
  padding-top: 80px; }
  .about-area .left-side, .about-area .right-side {
    display: inline-block;
    width: 47%;
    margin: 0px 1%;
    vertical-align: middle; }
    @media screen and (max-width: 860px) {
      .about-area .left-side, .about-area .right-side {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 40px; } }

.cta-area {
  text-align: center;
  padding: 75px 0px; }
  @media screen and (max-width: 860px) {
    .cta-area {
      padding-top: 40px; } }
  .cta-area .cta {
    display: inline-block;
    width: 30%;
    margin: 0px 1%;
    border: 1px solid #DBDBDB;
    vertical-align: top; }
    @media screen and (max-width: 860px) {
      .cta-area .cta {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 40px; } }
    .cta-area .cta .cta-inner {
      padding: 50px 40px;
      text-align: left; }
    .cta-area .cta .logo {
      text-align: center; }
      .cta-area .cta .logo img {
        height: 75px; }
      .cta-area .cta .logo .logo-link img {
        filter: grayscale(1);
        transition: all 0.4s ease; }
      .cta-area .cta .logo .logo-link:hover img {
        filter: grayscale(0);
        transition: all 0.4s ease; }
    .cta-area .cta .title {
      font-weight: bold;
      margin-top: 40px; }
    .cta-area .cta .toplink {
      padding-top: 20px;
      border-bottom: 1px solid #D6D6D6;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .cta-area .cta .toplink a {
        font-weight: bold; }
    .cta-area .cta .bottomlink a {
      font-weight: bold; }

#breadcrumbs {
  font-size: 14px;
  color: #707070;
  margin-top: 6px;
  margin-bottom: 70px; }
  #breadcrumbs a {
    color: #707070;
    text-decoration: none; }
  #breadcrumbs .breadcrumb_last {
    color: #000000; }

.inner-page-holder {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0px 20px; }

.basic-inner-page-layout .content {
  width: 70%;
  display: inline-block;
  vertical-align: top; }
  @media screen and (max-width: 1160px) {
    .basic-inner-page-layout .content {
      width: 100%; } }
.basic-inner-page-layout .sidebar {
  width: 24%;
  display: inline-block;
  vertical-align: top; }
  @media screen and (max-width: 1160px) {
    .basic-inner-page-layout .sidebar {
      width: 100%;
      margin-bottom: 40px; } }
.basic-inner-page-layout .left-sidebar {
  margin-right: 5%; }
  @media screen and (max-width: 1160px) {
    .basic-inner-page-layout .left-sidebar {
      margin-right: 0px; } }
.basic-inner-page-layout .right-sidebar {
  margin-left: 5%; }
  @media screen and (max-width: 1160px) {
    .basic-inner-page-layout .right-sidebar {
      margin-left: 0px; } }

/* INNER PAGE SECTIONS */
.inner-page-sections {
  margin-top: 30px; }
  .inner-page-sections .section {
    margin-top: 40px;
    margin-bottom: 40px;
    /* BASIC CONTENT */
    /* IMAGE */
    /* LEFT SIDE IMAGE, RIGHT SIDE CONTENT */
    /* RIGHT SIDE IMAGE, LEFT SIDE CONTENT */ }
    .inner-page-sections .section .headline h2 {
      margin: 0px; }
    .inner-page-sections .section img {
      margin-top: 20px; }
    .inner-page-sections .section .left-side-image {
      display: inline-block;
      width: 30%;
      vertical-align: top; }
      @media screen and (max-width: 1160px) {
        .inner-page-sections .section .left-side-image {
          width: 100%;
          display: block;
          margin: 0px; } }
    .inner-page-sections .section .right-side-content {
      display: inline-block;
      width: 67%;
      margin-left: 2%;
      vertical-align: top; }
      @media screen and (max-width: 1160px) {
        .inner-page-sections .section .right-side-content {
          width: 100%;
          display: block;
          margin: 0px; } }
    .inner-page-sections .section .right-side-image {
      display: inline-block;
      width: 30%;
      vertical-align: top; }
      @media screen and (max-width: 1160px) {
        .inner-page-sections .section .right-side-image {
          width: 100%;
          display: block;
          margin: 0px; } }
    .inner-page-sections .section .left-side-content {
      display: inline-block;
      width: 67%;
      margin-right: 2%;
      vertical-align: top; }
      @media screen and (max-width: 1160px) {
        .inner-page-sections .section .left-side-content {
          width: 100%;
          display: block;
          margin: 0px;
          margin-bottom: 20px; } }

/* ACCORDION */
.accordion-holder {
  padding-top: 40px; }

.accordion {
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 25px;
  width: 100%;
  text-align: left;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  outline: none;
  transition: 0.4s;
  font-weight: bold;
  border: 0px;
  background-color: #FFFFFF;
  padding-left: 0px;
  margin-left: 0px; }
  .accordion:before {
    content: ".";
    background-image: url("images/right-arrow-circ.png");
    height: 30px;
    font-size: 28px;
    float: left;
    margin-left: -5px;
    font-size: 0px;
    display: inline-block;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: -7px;
    position: relative;
    padding-right: 22px; }

.accordion.active:before {
  background-image: url("images/down-arrow-circ.png");
  height: 30px; }

.panel {
  padding: 0px 10px;
  padding-left: 50px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }
  .panel p {
    padding-bottom: 30px; }

.thirty-left {
  width: 27%;
  margin-right: 1%;
  vertical-align: top;
  display: inline-block; }
  @media screen and (max-width: 600px) {
    .thirty-left {
      width: 100%;
      margin: 0; } }

.seventy-right {
  width: 67%;
  margin-left: 1%;
  vertical-align: top;
  display: inline-block; }
  @media screen and (max-width: 600px) {
    .seventy-right {
      width: 100%;
      margin: 0; } }

.table-content .headline {
  font-size: 20px; }
.table-content .table-area {
  margin-top: 40px;
  overflow: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */ }
  .table-content .table-area::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    /* Chrome/Safari/Webkit */ }
  .table-content .table-area table {
    border-collapse: collapse;
    border: 0px;
    width: 100%; }
    .table-content .table-area table thead tr th {
      background: #204B7C;
      color: #FFFFFF;
      padding: 10px 20px;
      border: 0px;
      border-bottom: 5px solid #FFFFFF; }
      .table-content .table-area table thead tr th:first-child {
        border-left: 0px;
        text-align: left;
        padding-left: 10px; }
      .table-content .table-area table thead tr th:last-child {
        border-right: 0px; }
    .table-content .table-area table tbody tr {
      padding-bottom: 5px;
      border-bottom: 1px solid #E0E0E0; }
      .table-content .table-area table tbody tr td {
        padding: 10px;
        border: none; }
.table-content .swipe-icon {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  display: none; }
  @media screen and (max-width: 1160px) {
    .table-content .swipe-icon {
      display: block; } }

.el-logo {
  margin-bottom: 40px; }

.engine-listings {
  margin-top: 40px;
  margin-bottom: 100px; }
  .engine-listings .engine-listing {
    display: inline-block;
    width: 30%;
    margin: 0px 1%;
    margin-bottom: 60px; }
    @media screen and (max-width: 1160px) {
      .engine-listings .engine-listing {
        width: 47%; } }
    @media screen and (max-width: 600px) {
      .engine-listings .engine-listing {
        width: 100%;
        margin: 0px;
        margin-bottom: 60px; } }
    .engine-listings .engine-listing img {
      display: block;
      margin: 0 auto;
      margin-bottom: 10px; }
    .engine-listings .engine-listing .hp, .engine-listings .engine-listing .com, .engine-listings .engine-listing .net {
      font-size: 16px;
      border-bottom: 1px solid #E0E0E0;
      padding: 5px 0px; }

.engine-info-sections {
  padding-bottom: 100px; }
  .engine-info-sections .accordion-holder .mobile-acc {
    display: none; }
    @media screen and (max-width: 1160px) {
      .engine-info-sections .accordion-holder .mobile-acc {
        display: block; } }
  @media screen and (max-width: 1160px) {
    .engine-info-sections .accordion-holder .desk-acc {
      display: none; } }

.dealer-listings {
  margin-bottom: 100px; }
  .dealer-listings .dealer-listing {
    display: block;
    border-bottom: 1px solid #E0E0E0;
    padding-top: 20px;
    padding-bottom: 20px; }
    .dealer-listings .dealer-listing .dealer, .dealer-listings .dealer-listing .website, .dealer-listings .dealer-listing .address, .dealer-listings .dealer-listing .phone {
      display: inline-block;
      vertical-align: top;
      width: 24%;
      font-size: 18px; }
      @media screen and (max-width: 1160px) {
        .dealer-listings .dealer-listing .dealer, .dealer-listings .dealer-listing .website, .dealer-listings .dealer-listing .address, .dealer-listings .dealer-listing .phone {
          width: 49%; } }
      @media screen and (max-width: 600px) {
        .dealer-listings .dealer-listing .dealer, .dealer-listings .dealer-listing .website, .dealer-listings .dealer-listing .address, .dealer-listings .dealer-listing .phone {
          width: 100%; } }
      .dealer-listings .dealer-listing .dealer p, .dealer-listings .dealer-listing .website p, .dealer-listings .dealer-listing .address p, .dealer-listings .dealer-listing .phone p {
        font-size: 18px;
        padding-bottom: 0px; }
      .dealer-listings .dealer-listing .dealer a, .dealer-listings .dealer-listing .website a, .dealer-listings .dealer-listing .address a, .dealer-listings .dealer-listing .phone a {
        font-size: 18px; }
    .dealer-listings .dealer-listing .dealer {
      font-weight: bold; }
    .dealer-listings .dealer-listing .website a {
      color: #000000; }
    .dealer-listings .dealer-listing .address p {
      margin: 0px; }
    .dealer-listings .dealer-listing .phone a {
      color: #000000;
      font-weight: bold; }

.page-template-page-template-dealers-kubota .dealer-listing .website, .page-template-page-template-dealers-kubota .dealer-listing .address, .page-template-page-template-dealers-kubota .dealer-listing .phone {
  width: 33%; }
  @media screen and (max-width: 1160px) {
    .page-template-page-template-dealers-kubota .dealer-listing .website, .page-template-page-template-dealers-kubota .dealer-listing .address, .page-template-page-template-dealers-kubota .dealer-listing .phone {
      width: 49%; } }
  @media screen and (max-width: 600px) {
    .page-template-page-template-dealers-kubota .dealer-listing .website, .page-template-page-template-dealers-kubota .dealer-listing .address, .page-template-page-template-dealers-kubota .dealer-listing .phone {
      width: 100%; } }

.intro-button {
  margin-top: 40px; }

.featured-area {
  background: #F7F7F7;
  padding: 60px;
  margin-top: 75px;
  margin-bottom: 100px; }
  .featured-area .left-side, .featured-area .right-side {
    display: inline-block;
    width: 49%;
    vertical-align: top; }
    @media screen and (max-width: 1160px) {
      .featured-area .left-side, .featured-area .right-side {
        width: 100%;
        display: block; } }
  @media screen and (max-width: 1160px) {
    .featured-area .right-side {
      text-align: center;
      margin-top: 50px; } }
  .featured-area .right-side .cycle-slideshow {
    width: 475px; }
    @media screen and (max-width: 1160px) {
      .featured-area .right-side .cycle-slideshow {
        max-width: 100%;
        margin: 0 auto; } }
  .featured-area .right-side .center {
    position: relative;
    z-index: 999;
    width: 475px;
    display: block;
    top: -180px; }
    @media screen and (max-width: 1160px) {
      .featured-area .right-side .center {
        margin: 0 auto;
        max-width: 100%; } }
    @media screen and (max-width: 600px) {
      .featured-area .right-side .center {
        top: -137px; } }
    .featured-area .right-side .center a {
      color: #707070;
      font-size: 36px; }
      .featured-area .right-side .center a:hover {
        text-decoration: none; }
    .featured-area .right-side .center #prev {
      position: relative;
      left: 10px; }
      @media screen and (max-width: 1160px) {
        .featured-area .right-side .center #prev {
          float: left; } }
    .featured-area .right-side .center #next {
      float: right;
      position: relative;
      right: 10px; }

.team-listings {
  margin-top: 50px;
  margin-bottom: 100px; }
  .team-listings .listing-row {
    margin-bottom: 50px; }
    .team-listings .listing-row .listing {
      display: inline-block;
      width: 32%; }
      @media screen and (max-width: 800px) {
        .team-listings .listing-row .listing {
          width: 49%; } }
      @media screen and (max-width: 600px) {
        .team-listings .listing-row .listing {
          width: 100%; } }

.basic-footer-cta {
  width: 100%;
  background: #000000;
  padding: 65px 0px;
  text-align: center; }
  .basic-footer-cta .footer-text {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 35px; }
  .basic-footer-cta .footer-button {
    margin-top: 43px; }
    .basic-footer-cta .footer-button .button {
      background-color: #000000;
      border: 1px solid #FFFFFF;
      color: #FFFFFF; }
      .basic-footer-cta .footer-button .button:hover {
        background-color: #FFFFFF;
        color: #000000; }

footer {
  text-align: center; }
  footer .footer-top {
    background: #F7F7F7;
    padding: 50px 0px; }
    footer .footer-top .footer-menu-class ul#menu-footer-menu {
      margin: 0px;
      padding: 0px; }
      footer .footer-top .footer-menu-class ul#menu-footer-menu li.menu-item {
        display: inline-block;
        list-style-type: none; }
        footer .footer-top .footer-menu-class ul#menu-footer-menu li.menu-item a {
          color: #000000;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 15px;
          margin: 0px 15px; }
          footer .footer-top .footer-menu-class ul#menu-footer-menu li.menu-item a:hover {
            color: #D84529; }
    footer .footer-top .footer-contact {
      margin-top: 30px;
      font-size: 15px;
      line-height: 22px; }
      footer .footer-top .footer-contact p {
        font-size: 15px;
        line-height: 22px; }
      footer .footer-top .footer-contact a {
        color: #000000;
        text-decoration: none; }
        footer .footer-top .footer-contact a:hover {
          color: #D84529; }
    footer .footer-top .footer-social a {
      background: #204B7C;
      border-radius: 50px;
      text-align: center;
      padding: 5px;
      color: #FFFFFF;
      text-decoration: none;
      height: 30px;
      width: 30px;
      border: 1px solid #204B7C;
      display: inline-block;
      margin: 0px 5px;
      font-size: 22px; }
      footer .footer-top .footer-social a:hover {
        background: #FFFFFF;
        color: #204B7C; }
      footer .footer-top .footer-social a i {
        position: relative;
        top: 2px; }
  footer .footer-bottom {
    background: #F2F2F2;
    padding: 40px 0px; }
    footer .footer-bottom a {
      text-decoration: none;
      margin: 0px 40px; }
      footer .footer-bottom a img {
        margin: 10px 0px;
		transition: all 0.4s ease;}
footer .footer-bottom a:hover img {
        opacity: 0.6; }

#mega-menu-wrap-header-menu {
  background: #FFFFFF; }
  #mega-menu-wrap-header-menu ul#mega-menu-header-menu {
    text-align: center; }
    @media screen and (max-width: 1160px) {
      #mega-menu-wrap-header-menu ul#mega-menu-header-menu li.mega-menu-item {
        border-bottom: 1px solid #000000; } }
    @media screen and (max-width: 1160px) {
      #mega-menu-wrap-header-menu ul#mega-menu-header-menu li.mega-menu-item:last-child {
        border-bottom: 0px; } }
    #mega-menu-wrap-header-menu ul#mega-menu-header-menu li.mega-menu-item:hover a.mega-menu-link {
      background: #FFFFFF;
      color: #D84529;
      padding: 0px 15px; }
    #mega-menu-wrap-header-menu ul#mega-menu-header-menu li.mega-menu-item a.mega-menu-link {
      color: #000000 !important;
      font-size: 19px;
      text-transform: uppercase;
      padding: 0px 15px;
      background: #FFFFFF !important; }
      @media screen and (max-width: 1160px) {
        #mega-menu-wrap-header-menu ul#mega-menu-header-menu li.mega-menu-item a.mega-menu-link {
          background: #F7F7F7 !important; } }
      #mega-menu-wrap-header-menu ul#mega-menu-header-menu li.mega-menu-item a.mega-menu-link:hover {
        background: #FFFFFF;
        color: #D84529 !important;
        padding: 0px 15px; }
      #mega-menu-wrap-header-menu ul#mega-menu-header-menu li.mega-menu-item a.mega-menu-link .mega-indicator {
        display: none; }
        @media screen and (max-width: 1160px) {
          #mega-menu-wrap-header-menu ul#mega-menu-header-menu li.mega-menu-item a.mega-menu-link .mega-indicator {
            display: block; } }
    #mega-menu-wrap-header-menu ul#mega-menu-header-menu li.mega-menu-item.mega-current-menu-item a.mega-menu-link,
    #mega-menu-wrap-header-menu ul#mega-menu-header-menu li.mega-menu-item.mega-current-page-ancestor a.mega-menu-link,
    #mega-menu-wrap-header-menu ul#mega-menu-header-menu li.mega-menu-item.mega-current-menu-ancestor a.mega-menu-link {
      background: #FFFFFF;
      color: #D84529;
      padding: 0px 15px; }
    #mega-menu-wrap-header-menu ul#mega-menu-header-menu li.mega-menu-flyout ul.mega-sub-menu {
      background: #F7F7F7; }
      @media screen and (max-width: 1160px) {
        #mega-menu-wrap-header-menu ul#mega-menu-header-menu li.mega-menu-flyout ul.mega-sub-menu {
          background: #F7F7F7;
          padding-left: 15px;
          border-bottom: 1px solid;
          margin-top: -10px; } }
      @media screen and (max-width: 1160px) {
        #mega-menu-wrap-header-menu ul#mega-menu-header-menu li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
          border-bottom: 0px; } }
      #mega-menu-wrap-header-menu ul#mega-menu-header-menu li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        background: #F7F7F7 !important;
        color: #000000;
        text-transform: none;
        font-size: 19px;
        line-height: 24px;
        margin: 10px 0px; }
        @media screen and (max-width: 1160px) {
          #mega-menu-wrap-header-menu ul#mega-menu-header-menu li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
            background: #F7F7F7 !important; } }
        #mega-menu-wrap-header-menu ul#mega-menu-header-menu li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
          color: #D84529;
          background: #F7F7F7 !important; }
          @media screen and (max-width: 1160px) {
            #mega-menu-wrap-header-menu ul#mega-menu-header-menu li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
              background: #F7F7F7 !important; } }

/* MOBILE SPECIFIC */
#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  background-color: #D84529 !important; }

#mega-menu-wrap-header-menu .mega-menu-toggle {
  background: #FFFFFF; }

#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open + #mega-menu-header-menu {
  position: absolute;
  width: 100%;
  z-index: 999; }

@media screen and (max-width: 600px) {
  #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-right {
    position: absolute;
    top: -55px;
    right: 0px; } }

header .header-top {
  padding: 16px 0px 20px 0px;
  background: #000000; }
  header .header-top .ht-content {
    text-align: right; }
    header .header-top .ht-content .phone {
      margin-right: 45px;
		display: inline-block;}
      @media screen and (max-width: 600px) {
        header .header-top .ht-content .phone {
          margin-right: 0px;
          display: block;
          margin-bottom: 20px; } }
      header .header-top .ht-content .phone a {
        color: #FFFFFF;
        text-decoration: none;}
header .header-top .ht-content .phone a::after {
        content: "";
		width: 0px;
		height: 2px;
		display: block;
		background: #fff;
		transition: 0.2s ease-in-out;}
header .header-top .ht-content .phone a:hover::after {
        width: 100%;}
    @media screen and (max-width: 600px) {
      header .header-top .ht-content .buttons {
        display: block; } }
    header .header-top .ht-content .buttons .button:first-child {
      margin-right: 10px; }
header .header-bottom {
  padding: 40px 0px; }
  header .header-bottom .logo, header .header-bottom .menu, header .header-bottom .search {
    display: inline-block;
    vertical-align: middle; }
  header .header-bottom .logo {
    width: 200px; }
    @media screen and (max-width: 600px) {
      header .header-bottom .logo {
        display: block; } }
  header .header-bottom .menu {
    width: calc(100% - 500px);
    /* NOTE - HEADER MENU STYLES IN sections/header-menu.scss */ }
    @media screen and (max-width: 1160px) {
      header .header-bottom .menu {
        width: calc(100% - 210px); } }
    @media screen and (max-width: 600px) {
      header .header-bottom .menu {
        width: 100%; } }
  header .header-bottom .search {
    width: 290px;
    /* NOTE - HEADER SEARCH STYLES IN sections/search-bar.scss */ }
    @media screen and (max-width: 1160px) {
      header .header-bottom .search {
        display: block;
        margin: 0 auto;
        margin-top: 25px; } }
    @media screen and (max-width: 600px) {
      header .header-bottom .search {
        margin-top: 0px; } }

form.search-form {
  position: relative; }
  form.search-form .screen-reader-text {
    font-size: 0px; }
  form.search-form .search-field {
    background: #F7F7F7;
    border-radius: 20px;
    padding: 10px 50px 10px 20px;
    border: 0px;
    min-width: 275px;
    font-size: 15px; }
  form.search-form .search-submit {
    font-size: 0px;
    background-image: url("images/search.png");
    height: 30px;
    width: 30px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    border: 0px;
    position: absolute;
    right: 25px;
    top: 3px; }
    form.search-form .search-submit:hover {
      cursor: pointer; }

.wch-cta {
  width: 100%;
  background: #000000;
  padding: 65px 0px;
  text-align: center; }
  .wch-cta .footer-text {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 35px; }
  .wch-cta .icons {
    margin-top: 60px; }
    .wch-cta .icons .icon {
      display: inline-block;
      border-right: 1px solid #89BABE;
      vertical-align: middle;
      padding: 0px 40px; }
      .wch-cta .icons .icon:last-child {
        border-right: 0px; }
        @media screen and (max-width: 630px) {
          .wch-cta .icons .icon:last-child {
            padding-bottom: 0px; } }
      @media screen and (max-width: 630px) {
        .wch-cta .icons .icon {
          border-right: 0px;
          padding-bottom: 30px; } }
      .wch-cta .icons .icon a {
        font-size: 18px;
        color: #FFFFFF; }
        .wch-cta .icons .icon a:hover img {
          top: -5px;
          transition: all 0.4s ease; }d
        .wch-cta .icons .icon a img {
          height: 95px;
          position: relative;
          top: 0px;
          transition: all 0.4s ease; }

/*# sourceMappingURL=style.css.map */


/*UPDATED CSS FOR MARCH 2022*/
.dealer-listings .dealer-listing .phone a {
	font-weight: normal;
	color: #D84529;
	transition: 0.4s ease-in-out;
}

.dealer-listings .dealer-listing .phone a:hover {
	text-decoration: underline;
}

.dealer-listings .dealer-listing .phone {
	padding-left: 40px;
	width: calc(24% - 40px);
}
a[target="_blank"]:after, .button[target="_blank"]:hover:after {
  content: "";
	display: inline-block;
	background: url(../edi/images/external-link-red.png);
  margin: 0 3px 0 5px;
	width: 15px;
	height: 15px;
}
.button[target="_blank"]:after {
  content: "";
	display: inline-block;
	background: url(../edi/images/external-link-white.png);
  margin: 0 3px 0 5px;
	width: 15px;
	height: 15px;
}
.footer-social a[target="_blank"]:after {
	display: none;
}