@charset "UTF-8";
@font-face {
  font-family: Avenir LT Std;
  src: url(./fonts/AvenirLTStd-Book.woff2) format("woff2"), url(./fonts/AvenirLTStd-Book.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Avenir LT Std;
  src: url(./fonts/AvenirLTStd-Black.woff2) format("woff2"), url(./fonts/AvenirLTStd-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body,
html {
  font-size: 16px;
  line-height: 1.65;
  font-style: normal;
  font-family: "Avenir LT Std", Tahoma, Arial, Helvetica, sans-serif !important;
  font-weight: 400;
  background-color: #ffffff;
  color: #000000;
}

body.page, body.post {
  margin: 0;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1365px;
    max-width: 1140px;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .container-fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .container {
    padding-right: 8%;
    padding-left: 8%;
  }
}
h1 {
  font-style: normal;
  font-family: "Avenir LT Std", Tahoma, Arial, Helvetica, sans-serif !important;
  font-weight: 900;
  color: #000000;
  font-size: 3rem;
  line-height: 3.375rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.125rem;
    line-height: 3.125rem;
  }
}

h2 {
  font-style: normal;
  font-family: "Avenir LT Std", Tahoma, Arial, Helvetica, sans-serif !important;
  font-weight: 900;
  font-size: 2.125rem;
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 1.875rem;
    line-height: 2.8125rem;
  }
}

h3 {
  font-style: normal;
  font-family: "Avenir LT Std", Tahoma, Arial, Helvetica, sans-serif !important;
  font-weight: 700;
  font-size: 1.5rem;
  color: #000000;
}

h4 {
  font-style: normal;
  font-family: "Avenir LT Std", Tahoma, Arial, Helvetica, sans-serif !important;
  font-weight: 900;
  font-size: 1.25rem;
}

h5 {
  font-style: normal;
  font-family: "Avenir LT Std", Tahoma, Arial, Helvetica, sans-serif !important;
  font-weight: 900;
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
  line-height: 2.5rem;
  margin: 0;
  color: #000000;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 0.625rem;
    letter-spacing: 0.044375rem;
  }
}

p {
  font-style: normal;
  font-family: "Avenir LT Std", Tahoma, Arial, Helvetica, sans-serif !important;
  font-weight: 400;
  margin-bottom: 1.3125rem;
}

input[type=submit] {
  color: #ffffff;
  background-color: #000000;
  padding: 0.625rem 4.375rem;
  display: block;
  float: left;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-style: normal;
  font-family: "Avenir LT Std", Tahoma, Arial, Helvetica, sans-serif !important;
  font-weight: 900;
  font-size: 1.125rem;
  cursor: pointer;
  border: 0;
  border-radius: 0;
}
input[type=submit]:hover {
  color: #377c2b;
}

a {
  color: #307fe2;
}
a:visited {
  color: #307fe2;
}
a:hover {
  color: #009edd;
  color: #307fe2;
}

.btn-link-dark {
  color: #ffffff;
  border: 2px solid #545151;
  background-color: #545151;
  padding: 0.9375rem 1.875rem;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  font-style: normal;
  font-family: "Avenir LT Std", Tahoma, Arial, Helvetica, sans-serif !important;
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.btn-link-dark:visited {
  color: #ffffff;
}
.btn-link-dark:hover {
  background-color: #ffffff;
  color: #545151;
  border: 2px solid #545151;
  text-decoration: none;
}

.btn-link-brown {
  color: #ffffff;
  border: 2px solid #c29d68;
  background-color: #c29d68;
  padding: 0.9375rem 1.875rem;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  color: #ffffff;
  font-style: normal;
  font-family: "Avenir LT Std", Tahoma, Arial, Helvetica, sans-serif !important;
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.btn-link-brown:visited {
  color: #ffffff;
}
.btn-link-brown:hover {
  background-color: #ffffff;
  color: #c29d68;
  border: 2px solid #c29d68;
  text-decoration: none;
}

.btn-link-white {
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  display: inline-block;
  color: #000000;
  font-weight: 700;
  border: 0.125rem solid #000000;
  border-radius: 1.875rem;
  padding: 0.875rem 2.5rem;
}
.btn-link-white:visited {
  color: #000000;
}
.btn-link-white:hover {
  border: 0.125rem solid #000000;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}

.btn-link-transparent {
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  border: 0.125rem solid #ffffff;
  border-radius: 1.875rem;
  padding: 0.875rem 2.5rem;
}
.btn-link-transparent:visited {
  color: #ffffff;
}
.btn-link-transparent:hover {
  border: 0.125rem solid #ffffff;
  opacity: 0.8;
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}

.btn-link-yellow, .btn-link-green {
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  display: inline-block;
  color: #000000;
  font-weight: normal;
  border: 0.125rem solid #377c2b;
  border-radius: 1.875rem;
  padding: 0.875rem 3.3125rem;
  background-color: #377c2b;
}
.btn-link-yellow:visited, .btn-link-green:visited {
  color: #000000;
}
.btn-link-yellow:hover, .btn-link-green:hover {
  border: 0.125rem solid #459b36;
  background-color: #459b36;
  text-decoration: none;
  color: #000000;
}

.btn-link-yellow {
  color: #000000;
  border-color: #ffdd00;
  background-color: #ffdd00;
}
.btn-link-yellow:visited {
  color: #000000;
}
.btn-link-yellow:hover {
  border-color: #feca33;
  background-color: #feca33;
  color: #000000;
}

.btn-link-green {
  color: #ffffff !important;
  border-color: #377c2b;
  background-color: #377c2b;
}
.btn-link-green:visited {
  color: #ffffff;
}
.btn-link-green:hover {
  border-color: #459b36;
  background-color: #459b36;
  color: #ffffff;
}

.wpcf7 label {
  width: 100%;
}
.wpcf7 label input[type=text],
.wpcf7 label input[type=email],
.wpcf7 label input[type=url],
.wpcf7 label input[type=password],
.wpcf7 label input[type=search],
.wpcf7 label input[type=number],
.wpcf7 label input[type=tel],
.wpcf7 label input[type=range],
.wpcf7 label input[type=date],
.wpcf7 label input[type=month],
.wpcf7 label input[type=week],
.wpcf7 label input[type=time],
.wpcf7 label input[type=datetime],
.wpcf7 label input[type=datetime-local],
.wpcf7 label input[type=color],
.wpcf7 label select,
.wpcf7 label textarea {
  border-radius: 0;
}
@media screen and (min-width: 992px) {
  .wpcf7 label input[type=text],
.wpcf7 label input[type=email],
.wpcf7 label input[type=url],
.wpcf7 label input[type=password],
.wpcf7 label input[type=search],
.wpcf7 label input[type=number],
.wpcf7 label input[type=tel],
.wpcf7 label input[type=range],
.wpcf7 label input[type=date],
.wpcf7 label input[type=month],
.wpcf7 label input[type=week],
.wpcf7 label input[type=time],
.wpcf7 label input[type=datetime],
.wpcf7 label input[type=datetime-local],
.wpcf7 label input[type=color],
.wpcf7 label select,
.wpcf7 label textarea {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .wpcf7 label input[type=text],
.wpcf7 label input[type=email],
.wpcf7 label input[type=url],
.wpcf7 label input[type=password],
.wpcf7 label input[type=search],
.wpcf7 label input[type=number],
.wpcf7 label input[type=tel],
.wpcf7 label input[type=range],
.wpcf7 label input[type=date],
.wpcf7 label input[type=month],
.wpcf7 label input[type=week],
.wpcf7 label input[type=time],
.wpcf7 label input[type=datetime],
.wpcf7 label input[type=datetime-local],
.wpcf7 label input[type=color],
.wpcf7 label select,
.wpcf7 label textarea {
    width: 100%;
  }
}
.wpcf7 label select {
  padding: 3px;
}
.wpcf7 .wpcf7-response-output {
  margin: 0;
}

p#breadcrumbs {
  color: #a2a2a2;
  font-size: 0.875rem;
}
p#breadcrumbs a {
  text-decoration: none;
  color: #a2a2a2;
  font-size: 0.875rem;
}
p#breadcrumbs a:hover {
  text-decoration: underline;
}

.grecaptcha-badge {
  display: none;
}

.slider .slider-prev,
.slider .slider-next {
  position: absolute;
  right: 0.3125rem;
  bottom: -1.5625rem;
  display: inline-block;
  border-right: 0.1875rem solid #000000;
  border-bottom: 0.1875rem solid #000000;
  width: 0.75rem;
  height: 0.75rem;
  transform: rotate(-45deg);
  z-index: 1;
  cursor: pointer;
}
.slider .slider-prev {
  transform: rotate(-225deg);
  left: 0rem;
}
.slider .slick-dots {
  position: absolute;
  bottom: -1.5625rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
}
.slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  padding: 0.3125rem;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background-color: #d8d8d8;
  border-radius: 1.25rem;
  border: 0.0625rem solid #d8d8d8;
}
.slider .slick-dots li.slick-active button:before {
  background-color: transparent;
}
.slider .slick-dots > li:only-child {
  display: none;
}

.modal {
  height: 90%;
}
.modal .modal-dialog {
  width: 800px;
  max-width: 100%;
}
.modal .modal-dialog #iframeYoutube {
  max-width: 100%;
  max-height: 90vw;
}

.gform_wrapper li.hidden_label input {
  margin-top: 0 !important;
}

.site-topbar {
  background-color: #000000;
  padding: 1.25rem;
  height: 5.125rem;
}
.site-topbar .topbar-left {
  float: left;
}
.site-topbar .topbar-left .logo {
  margin-top: 3px;
  width: 100%;
  max-width: 226px;
}
.site-topbar .topbar-right {
  float: right;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .site-topbar {
    padding: 1.125rem;
    height: 4.0625rem;
  }
  .site-topbar .topbar-left .logo {
    width: 185px;
    margin-top: 0px;
    margin-left: -30px;
  }
}
.site-topbar {
  padding: 0.5rem;
}
.site-topbar .topbar-right {
  flex-direction: column;
  align-items: flex-end;
}
.site-topbar .topbar-right .site-navigation .site-navigation-wrapper .menu-primary-menu-container ul.menu > li {
  padding: 0.5rem;
}
.site-topbar .topbar-right .dealer-links {
  color: #e3e3e3;
  font-size: 13px;
}
.site-topbar .topbar-right .dealer-links a {
  color: inherit;
  margin: 0 0.5em;
}
.site-topbar .topbar-right .dealer-links a:hover {
  color: #c29f00;
  text-decoration: none;
}

.site-topbar.sticky {
  z-index: 150;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 1s ease;
  width: 100%;
}
.site-topbar.sticky .site-navigation-sticky-expander {
  max-width: 100%;
  width: 100%;
  background-color: #c29d68;
  transition: all 1s ease;
  box-shadow: 0px -1px 10px -2px #000000;
}
@media screen and (min-width: 1200px) {
  .site-topbar.sticky .site-navigation .site-navigation-wrapper .menu-primary-menu-container ul.menu > li {
    transition: all 1s ease;
  }
}
.site-topbar.sticky .topbar-left .logo {
  transition: all 1s ease;
}

.site-navigation {
  position: relative;
  z-index: 2;
}
.site-navigation .site-navigation-wrapper .menu-primary-menu-container {
  float: right;
}
.site-navigation .site-navigation-wrapper .menu-primary-menu-container ul.menu > li {
  padding: 0.5rem;
  padding-left: 1.5625rem;
  padding-bottom: 1.75rem;
  /*&.multilevel {
  	&:hover,
  	&.focus {
  		> ul {
  			left: -186%;
  		}
  	}

  	> a {
  		& + ul.sub-menu {
  			// left: -186%;
  			min-width: 42rem;
  			padding:   2.5rem 5rem 20px;
  			display:   flex;

  			> li {
  				border-left:  1px solid #d4d4d4;
  				padding-left: 20px;

  				&:first-child {
  					border-left:  0;
  					padding-left: 0px;
  				}

  				> a {
  					@include set_font('medium-bold');
  					padding: .25rem 1.5rem 16px;
  				}

  				&.john-deere-link {
  					> a {
  						color: #212529;

  						&:hover {
  							color: $color-brand;
  						}
  					}
  				}

  				.sub-menu {
  					box-shadow: none;
  					position:   relative;
  					left:       0;
  					padding:    0 pxtorem(20) 0 0;

  					& > li {
  						float:   none;
  						padding: 0;

  						&.inactive {
  							> a {
  								color:          #6c757d;
  								pointer-events: none;
  							}
  						}

  					}
  				}
  			}
  		}
  	}

  }*/
}
.site-navigation .site-navigation-wrapper .menu-primary-menu-container ul.menu > li:last-child {
  padding-right: 0;
}
.site-navigation .site-navigation-wrapper .menu-primary-menu-container ul.menu > li > a {
  font-style: normal;
  font-family: "Avenir LT Std", Tahoma, Arial, Helvetica, sans-serif !important;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}
.site-navigation .site-navigation-wrapper .menu-primary-menu-container ul.menu > li > a:hover {
  color: #c29f00;
}
.site-navigation .site-navigation-wrapper .menu-primary-menu-container ul.menu > li > a + ul.sub-menu {
  min-width: 300px;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  border-radius: unset;
  border: none;
  border-bottom: 3px solid #377c2b;
  box-shadow: 15px 16px 50px 0 rgba(0, 0, 0, 0.5);
}
.site-navigation .site-navigation-wrapper .menu-primary-menu-container ul.menu > li > a + ul.sub-menu > li a {
  padding: 0.25rem 1.5rem;
  color: #525252;
  white-space: nowrap;
  width: auto;
  text-decoration: none;
}
.site-navigation .site-navigation-wrapper .menu-primary-menu-container ul.menu > li > a + ul.sub-menu > li a:hover {
  color: #377c2b;
}
.site-navigation .site-navigation-wrapper .nav-search-form-wrapper {
  display: none;
}
.site-navigation .dealer-links {
  display: none;
}

/*
FIX THE TERRIBLE UNDERSCORES MENU SYSTEM
*/
.site-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.site-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  /*li:hover,*/
}
.site-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
  padding: 0.75em 0 !important;
}
.site-navigation ul ul ul {
  left: 100%;
  top: -0.75em;
  background-color: #fff;
}
.site-navigation ul ul li {
  float: none;
  width: 100%;
  display: block;
}
.site-navigation ul ul li:hover > ul, .site-navigation ul ul li.focus > ul {
  left: 100%;
}
.site-navigation ul ul > li.menu-item-has-children::after {
  content: "\F0DA";
  display: inline-block;
  position: absolute;
  right: 0.75em;
  top: 0.25em;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.site-navigation ul li.focus > ul, .site-navigation ul li.open > ul {
  opacity: 1;
  pointer-events: all;
}
.site-navigation li {
  float: left;
  position: relative;
}
.site-navigation a {
  display: block;
  text-decoration: none;
  width: 100%;
  outline: none;
}
.site-navigation li.open > a {
  background-color: rgba(0, 0, 0, 0.05);
}
.site-navigation .submenu-heading {
  font-weight: 600;
  font-size: 1.25em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.site-navigation .submenu-heading::after {
  display: none !important;
}
.site-navigation .john-deere-link {
  position: static !important;
  margin-left: 0 !important;
  margin-top: 2em;
}

/* Small menu. */
.menu-toggle,
.site-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .site-navigation ul {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  body .site-navigation .menu-primary-menu-container ul.menu > li.menu-item.menu-item-has-children > a span.arrow {
    top: 0.001rem;
  }
  body .site-navigation .menu-primary-menu-container ul.menu > li.menu-item.menu-item-has-children ul > li.menu-item-has-children::after {
    padding-top: 15px;
  }
  body .site-navigation .menu-primary-menu-container ul.menu ul ul {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    background-color: transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 0.75em;
  }
  body .site-navigation .menu-primary-menu-container ul.menu > li.menu-item.menu-item-has-children.open > ul.sub-menu li a + ul {
    display: none !important;
  }
  body .site-navigation .menu-primary-menu-container ul.menu > li.menu-item.menu-item-has-children.open > ul.sub-menu li.open > a + ul {
    display: block !important;
  }
}
@media screen and (max-width: 1200px) {
  .site-navigation .menu-toggle {
    display: block;
    position: fixed;
    top: 1.125rem;
    right: 1.25rem;
    color: transparent;
    border: transparent;
    width: 1.5625rem;
    height: 1.5625rem;
    cursor: pointer;
    z-index: 101;
    opacity: 1;
  }
  .site-navigation .menu-toggle div {
    width: 100%;
    height: 0.125rem;
    background-color: #ffffff;
    color: #000000;
    margin: 4px 0;
    display: block;
    transition: all 0.5s linear;
  }
  .site-navigation .menu-toggle.close div {
    background-color: #ffffff;
    color: #000000;
  }
  .site-navigation .menu-toggle.close .first {
    transform: rotate(45deg) translateX(5px) translateY(4px);
    transition: all 0.5s linear;
  }
  .site-navigation .menu-toggle.close .second {
    transform: rotate(-45deg) translateX(0) translateY(0);
    transition: all 0.5s linear;
  }
  .site-navigation .menu-toggle.close .third {
    display: none;
  }
  .site-navigation .menu-primary-menu-container {
    max-height: 0;
    width: 100%;
    position: fixed;
    top: 65px;
    left: 0;
    z-index: 100;
    background-color: #ffffff;
    color: #000000;
    overflow: hidden;
    transition: all 0.5s linear;
  }
  .site-navigation .menu-primary-menu-container.expand-nav {
    max-height: 100%;
    transition: all 1s linear;
    overflow-y: auto;
    padding-bottom: 50px;
    border-bottom: 4px solid #377c2b;
  }
  .site-navigation .menu-primary-menu-container ul.menu {
    display: block;
    width: 100%;
    padding: 1.875rem 1.5625rem;
  }
  .site-navigation .menu-primary-menu-container ul.menu ul {
    display: none !important;
  }
  .site-navigation .menu-primary-menu-container ul.menu > li.menu-item {
    list-style: none;
    display: block;
    width: 100%;
    padding: 0;
    padding-top: 1.25rem;
    padding-bottom: 0.625rem;
    white-space: nowrap;
    border-bottom: 1px solid #ececec;
  }
  .site-navigation .menu-primary-menu-container ul.menu > li.menu-item a {
    color: #000000;
  }
  .site-navigation .menu-primary-menu-container ul.menu > li.menu-item.menu-item-has-children > a span.arrow {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    float: right;
    position: absolute;
    right: 0;
    top: 1rem;
  }
  .site-navigation .menu-primary-menu-container ul.menu > li.menu-item.menu-item-has-children > a span.arrow:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 15px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    width: 11px;
    height: 11px;
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
  }
  .site-navigation .menu-primary-menu-container ul.menu > li.menu-item.menu-item-has-children.open > ul.sub-menu {
    border: 0;
    width: 100%;
    display: block !important;
    background-color: transparent;
    position: relative;
    top: 0;
    left: 0;
    padding: 0rem;
    box-shadow: none;
  }
  .site-navigation .menu-primary-menu-container ul.menu > li.menu-item.menu-item-has-children.open > ul.sub-menu li {
    padding-top: 15px;
    border: 0;
    width: 100%;
    float: left;
    padding-left: 0;
  }
  .site-navigation .menu-primary-menu-container ul.menu > li.menu-item.menu-item-has-children.open > ul.sub-menu li a {
    padding-left: 0;
    width: 100%;
  }
  .site-navigation .menu-primary-menu-container ul.menu > li.menu-item.menu-item-has-children.open > ul.sub-menu li a span {
    white-space: pre-wrap;
  }
  .site-navigation .menu-primary-menu-container ul.menu > li.menu-item.menu-item-has-children.open > ul.sub-menu li a + ul {
    display: block !important;
    border: 0;
  }
  .site-navigation .menu-primary-menu-container ul.menu > li.menu-item.menu-item-has-children.open > ul.sub-menu li a + ul li {
    padding: 0;
  }
  .site-navigation .menu-primary-menu-container ul.menu > li.menu-item.menu-item-has-children.open > ul.sub-menu li a + ul li a {
    padding-left: 0;
  }
  .site-navigation .menu-primary-menu-container ul.menu > li.menu-item.menu-item-has-children.open > ul.sub-menu li.john-deere-link {
    position: relative !important;
    margin-left: 0 !important;
    text-align: left !important;
  }
  .site-navigation .menu-primary-menu-container ul.menu > li.menu-item.menu-item-has-children.open > ul.sub-menu li.john-deere-link a {
    color: #377c2b;
  }
  .site-navigation .menu-primary-menu-container ul.menu > li.menu-item.menu-item-has-children.open > a span.arrow:after {
    transform: rotate(225deg);
  }
  .site-navigation .menu-primary-menu-container .dealer-links {
    display: block;
    padding: 1.875rem 2.0625rem;
    color: inherit;
    font-size: 1em;
  }
  .site-navigation .menu-primary-menu-container .dealer-links a {
    color: inherit;
    display: inline-block;
    margin-top: 0.5em;
  }

  .dealer-links {
    display: none;
  }
}
.site-banner {
  background-color: #99a5ad;
  background-size: cover;
  max-height: 50rem;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  display: flex;
}
@media screen and (max-width: 768px) {
  .site-banner {
    max-height: 480px;
  }
}
.site-banner .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.site-banner .container .site-banner-content {
  width: 100%;
  padding: 3.75rem 0;
  z-index: 2;
}
.site-banner .container .site-banner-content h1 {
  color: #ffffff;
  font-size: 5.125rem;
  line-height: 5.25rem;
  letter-spacing: -0.15125rem;
  text-shadow: 0 0.0625rem 0.875rem rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  .site-banner .container .site-banner-content h1 {
    font-size: 2.75rem;
    letter-spacing: -0.0625rem;
    margin-bottom: 1.875rem;
    line-height: 3.125rem;
  }
}
.site-banner .container .site-banner-content.center {
  text-align: center;
  margin: 0 auto;
}

.section-slider .slider .slider-item {
  max-height: 50rem;
  height: 100vh;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .section-slider .slider .slider-item {
    max-height: 30rem;
  }
}
.section-slider .slider .slider-item .container {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section-slider .slider .slider-item .container .slider-content h1 {
  font-size: 4.5rem;
  letter-spacing: -0.21375rem;
  padding-bottom: 1.25rem;
  max-width: 32.5rem;
  line-height: 5.25rem;
  color: #ffffff;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .section-slider .slider .slider-item .container .slider-content h1 {
    font-size: 2.75rem;
    letter-spacing: -0.114375rem;
    margin-bottom: 0.875rem;
    line-height: 3.125rem;
  }
}
.section-slider .slider .slider-prev,
.section-slider .slider .slider-next {
  right: 1.875rem;
  top: 50%;
  border-right: 0.1875rem solid #ffffff;
  border-bottom: 0.1875rem solid #ffffff;
  width: 1.5625rem;
  height: 1.5625rem;
}
.section-slider .slider .slider-prev {
  left: 1.875rem;
}
.section-slider .slider .slick-dots {
  bottom: 4.375rem;
}

.page-id-551 .section-slider .slider .slider-item {
  max-height: 38.625rem;
}

.section-single-column-video {
  padding-top: 6.875rem;
  padding-bottom: 6.25rem;
  text-align: center;
}
.section-single-column-video .text-wrapper {
  margin: 0 auto;
}
.section-single-column-video .text-wrapper h3 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .section-single-column-video {
    padding: 2.1875rem 0 5.1875rem;
    text-align: left;
  }
  .section-single-column-video iframe {
    width: 100%;
    height: 50vw;
  }
}

.section-single-column-content {
  padding-top: 6.875rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .section-single-column-content {
    padding-top: 78px;
    padding-bottom: 78px;
  }
}
.section-single-column-content h2, .section-single-column-content h3 {
  margin-bottom: 0.6em;
}
.section-single-column-content * {
  color: inherit;
}

.section-two-column-image-text {
  padding-top: 6.875rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .section-two-column-image-text {
    padding-top: 2.1875rem;
    padding-bottom: 3.125rem;
  }
  .section-two-column-image-text .text-column-wrapper {
    order: 2;
  }
  .section-two-column-image-text .image-column-wrapper {
    order: 1;
  }
}
.section-two-column-image-text .text-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  order: 2;
}
.section-two-column-image-text .text-column h5 {
  margin: 0;
}
.section-two-column-image-text .text-column h3 {
  margin-bottom: 1.875rem;
}
.section-two-column-image-text .image-column {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.section-two-column-image-text .image-column .slider {
  max-width: 31.875rem;
}
.section-two-column-image-text .image-column .slider .slider-item .container {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section-two-column-image-text .image-column .slider .slider-item .container .slider-content h1 {
  font-size: 4.5rem;
  letter-spacing: -0.21375rem;
  padding-bottom: 1.25rem;
  max-width: 32.5rem;
  line-height: 5.25rem;
  color: #ffffff;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .section-two-column-image-text .image-column {
    padding-bottom: 20px;
  }
}

.section-product-category-list {
  background-color: #f3f3f5;
  padding-top: 6.125rem;
  padding-bottom: 4.625rem;
}
.section-product-category-list .product-category-description {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  font-size: 1.125rem;
}
.section-product-category-list .product-category-description ul {
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
.section-product-category-list .product-row {
  margin-bottom: 1.75rem;
  border: 0.0625rem solid #bcc0cc;
  background-color: #ffffff;
  padding-top: 2.0625rem;
  padding-bottom: 2.0625rem;
}
.section-product-category-list .product-row .product-img {
  display: flex;
  justify-content: space-around;
}
.section-product-category-list .product-row .product-img img {
  height: 100%;
  width: 100%;
  max-height: 278px;
  max-width: 370px;
}
.section-product-category-list .product-row .product-title {
  padding-top: 1.25rem;
  padding-bottom: 0.75rem;
}
.section-product-category-list .product-row .product-links a {
  margin-right: 20px;
}
.section-product-category-list .product-row .product-links .btn-link-white {
  padding: 14px 25px;
}
@media screen and (max-width: 992px) {
  .section-product-category-list .product-row .product-links .btn-link-white {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section-product-category-list .product-row .product-links {
    text-align: center;
  }
}
.section-product-category-list .product-row .product-overview {
  padding-bottom: 1.25rem;
}
.section-product-category-list .product-row .product-overview ul {
  padding: 0;
  margin: 0;
  padding-bottom: 1.25rem;
  list-style: none;
}
.section-product-category-list + .section-product-category-list {
  padding-top: 0;
}

.product-category-pagination {
  background-color: #f3f3f5;
}

.pagination .nav-links {
  margin: 0 auto 50px;
  display: flex;
}
.pagination .nav-links .page-numbers {
  color: #ffffff;
  padding: 5px 10px;
  background-color: #000000;
  margin: 5px;
  text-decoration: none;
}
.pagination .nav-links .page-numbers:hover {
  text-decoration: none;
  color: #377c2b;
}
.pagination .nav-links .page-numbers.current {
  background-color: #adb5bd;
}

.category-subcategories {
  padding: 2em 0;
}

.product-category-subcategory {
  display: grid;
  grid-template-areas: "text image";
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.product-category-subcategory:last-child {
  border-bottom: 0;
}
.product-category-subcategory:nth-child(2n) {
  grid-template-areas: "image text";
}
.product-category-subcategory .text {
  grid-area: text;
  padding: 4em 0;
}
.product-category-subcategory .text h2 a {
  color: inherit;
}
.product-category-subcategory .image {
  grid-area: image;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-two-row-image-tiles {
  padding-bottom: 8.125rem;
}
.section-two-row-image-tiles h3 {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.375rem;
  color: #000;
  margin-bottom: 0.9375rem;
}
.section-two-row-image-tiles .image-tiles {
  width: 100vw;
  overflow: hidden;
  margin-left: -1.25rem;
}
@media (max-width: 768px) {
  .section-two-row-image-tiles .image-tiles {
    display: none;
  }
}
.section-two-row-image-tiles .image-tiles .image-tiles-row {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 0.25rem;
  width: 120%;
  margin-left: -6.25rem;
}
.section-two-row-image-tiles .image-tiles .image-tiles-row:first-child {
  margin-left: -3.125rem;
}
.section-two-row-image-tiles .image-tiles .image-tiles-row .image-tile {
  flex: 25% 1;
  max-width: 25%;
  padding: 0 0.25rem;
}
.section-two-row-image-tiles .image-tiles .image-tiles-row .image-tile img {
  margin-top: 0.5rem;
  max-height: 12.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
}
@media (min-width: 769px) {
  .section-two-row-image-tiles .image-tiles-slider {
    display: none;
  }
}
.section-two-row-image-tiles .image-tiles-slider .slider-item {
  width: 100%;
}
.section-two-row-image-tiles .image-tiles-slider .slider-item img {
  width: 100%;
  height: auto;
}

.section-two-column-with-background-img .content-wrapper {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  min-height: 600px;
  display: flex;
}
.section-two-column-with-background-img .content-wrapper .content {
  margin: 0 auto;
  text-align: center;
}
.section-two-column-with-background-img .content-wrapper .content h1 {
  color: #ffffff;
}

.section-two-column-text {
  padding-top: 6.875rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .section-two-column-text {
    padding-top: 2.1875rem;
    padding-bottom: 3.125rem;
  }
}

.section-featured-videos {
  padding-top: 6.875rem;
  padding-bottom: 6.25rem;
}
.section-featured-videos .featured-videos-header {
  position: relative;
}
.section-featured-videos .featured-videos-header h1 {
  margin-bottom: 4.375rem;
  color: #ffffff;
}
.section-featured-videos .featured-videos-header .btn-link-yellow, .section-featured-videos .featured-videos-header .btn-link-green {
  position: absolute;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.3125rem 1.875rem;
  top: 0.625rem;
  right: 0.9375rem;
}
@media screen and (max-width: 576px) {
  .section-featured-videos .featured-videos-header h1 {
    margin-bottom: 1.25rem;
  }
  .section-featured-videos .featured-videos-header .btn-link-yellow, .section-featured-videos .featured-videos-header .btn-link-green {
    position: unset;
    margin-bottom: 1.25rem;
  }
}
.section-featured-videos article {
  color: #ffffff;
  position: relative;
  margin-bottom: 2.5rem;
}
.section-featured-videos article .video-card {
  width: 100%;
  height: 100vw;
  max-width: 26rem;
  max-height: 20.375rem;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.section-featured-videos article .video-card:after {
  content: "";
  background-image: url(./images/icon-btn-play.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 4.75rem;
  height: 4.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-featured-videos article .video-title {
  width: 100%;
  max-width: 26rem;
  margin: 0 auto;
  padding: 1.25rem 0;
}
.section-featured-videos article .video-title h2 {
  font-size: 1.25rem;
  line-height: 1.5625rem;
}

.modal-dialog .modal-footer .btn {
  background-color: #000;
  color: #ffffff;
}

.section-other-brand-suppliers {
  margin-top: -2em;
  padding-top: 3em;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .section-other-brand-suppliers {
    padding-top: 3em;
    padding-bottom: 78px;
  }
}
.section-other-brand-suppliers h2, .section-other-brand-suppliers h3 {
  margin-bottom: 0.6em;
}
.section-other-brand-suppliers .brand {
  display: flex;
  border: 1px solid #cccccc;
  padding: 3em 4em;
  margin-bottom: 3em;
  background-color: #ffffff;
}
.section-other-brand-suppliers .brand:last-child {
  margin-bottom: 0;
}
.section-other-brand-suppliers .brand .image {
  width: 30%;
  margin-right: 7%;
}
.section-other-brand-suppliers .brand .description {
  width: 63%;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .section-other-brand-suppliers .brand {
    display: block;
    padding: 2em;
    margin-bottom: 8vw;
  }
  .section-other-brand-suppliers .brand .image {
    width: 100%;
    margin-right: 0;
  }
  .section-other-brand-suppliers .brand .description {
    width: 100%;
    margin-top: 1em;
  }
  .section-other-brand-suppliers .brand .description > a:last-child {
    width: 100%;
  }
}

.section-contact-locations {
  padding-top: 6.875rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .section-contact-locations {
    padding-top: 78px;
    padding-bottom: 78px;
  }
}
.section-contact-locations h2, .section-contact-locations h3 {
  margin-bottom: 0.6em;
}
.section-contact-locations .contact {
  padding: 3rem 4rem;
  background-color: #f3f3f5;
}

.section-image-banner {
  padding: 0;
}
.section-image-banner img {
  width: 100%;
  height: auto;
}

.section-manual-categories {
  padding-top: 6.875rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .section-manual-categories {
    padding-top: 78px;
    padding-bottom: 78px;
  }
}
.section-manual-categories h2, .section-manual-categories h3 {
  margin-bottom: 0.6em;
}
.section-manual-categories img {
  max-height: 135px;
  width: auto !important;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .section-manual-categories img {
    box-sizing: border-box;
  }
}

.section-product-info {
  margin-top: 6.8125rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .section-product-info {
    margin-top: 5.3125rem;
    margin-bottom: 3.125rem;
  }
}
.section-product-info .content-column,
.section-product-info .image-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.section-product-info .content-column .product-model {
  width: 100%;
  padding-bottom: 1.875rem;
  max-width: 23.125rem;
}
.section-product-info .content-column .product-overview {
  font-size: 1.25rem;
  max-width: 25rem;
}
.section-product-info .content-column .product-overview ul {
  padding: 0;
  margin: 0;
  padding-bottom: 1.25rem;
  list-style: none;
}
.section-product-info .content-column .product-overview + .product-links {
  padding-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .section-product-info .content-column {
    text-align: center;
  }
  .section-product-info .content-column .product-model,
.section-product-info .content-column .product-overview {
    max-width: 100%;
  }
  .section-product-info .content-column .product-links {
    margin-bottom: 40px;
  }
}
.section-product-info .product-pricing {
  border-left: 7px solid #377c2b;
  margin: 1.5em 0 2.5em;
}
.section-product-info .product-pricing > * {
  display: inline-block;
  background-color: #f3f3f5;
  color: #000;
  padding: 1em 2em 1em 1.5em;
}
.section-product-info .product-pricing > * strong {
  display: block;
}
.section-product-info .product-pricing > * span {
  font-size: 1.25em;
}
.section-product-info .product-pricing > :first-child {
  background-color: #000;
  color: #fff;
}
.section-product-info .product-pricing > :first-child + * span {
  text-decoration: line-through;
}
.section-product-info .product-pricing.with-disclaimer > :first-child strong::after {
  content: "*";
  display: inline;
}
.section-product-info .product-disclaimer {
  font-size: 0.8em;
  margin-top: 1em;
}

.section-product-features {
  margin: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .section-product-features {
    margin: 3.125rem 0;
  }
}
.section-product-features .product-feature-heading h1 {
  padding-top: 0.9375rem;
  padding-bottom: 4.375rem;
}
.section-product-features .product-fetaure .product-feature-title h4 {
  padding-bottom: 1.25rem;
  position: relative;
}
.section-product-features .product-fetaure .product-feature-title h4:before {
  content: "";
  position: absolute;
  width: 3.125rem;
  height: 0.25rem;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #377c2b;
}
.section-product-features .product-fetaure .product-feature-description {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.section-product-features .product-fetaure .product-feature-description p {
  line-height: 1.625em;
}
.section-product-features .product-fetaure .product-feature-description ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.section-product-features .product-fetaure .product-feature-description ul li {
  padding-bottom: 0.9375rem;
}

.section-product-video {
  padding-top: 7rem;
  padding-bottom: 6.0625rem;
  text-align: center;
  background-color: #f3f3f5;
}
.section-product-video h1.title {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .section-product-video {
    padding-top: 2.1875rem;
    padding-bottom: 5.1875rem;
    text-align: left;
  }
  .section-product-video iframe {
    height: 50vw;
    width: 100%;
  }
}

.section-product-extra-info .extra-info-content {
  padding-top: 3.25rem;
  padding-bottom: 3rem;
}
.section-product-extra-info .extra-info-content h3.title {
  margin-bottom: 1.25rem;
  text-align: center;
}
.section-product-extra-info .extra-info-content .extra-info-links {
  text-align: center;
}
.section-product-extra-info .extra-info-content .extra-info-links a {
  color: #377c2b;
}
.section-product-extra-info .extra-info-content:nth-child(odd) {
  background-color: #000;
  color: #ffffff;
}
.section-product-extra-info .extra-info-content:nth-child(odd) h3.title {
  color: #ffffff;
}

.product-banner {
  max-height: 50rem;
  height: 100vh;
  padding: 4rem 2rem;
  background-color: #99a5ad;
}
.product-banner .container {
  display: flex;
  flex-direction: row;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.product-banner .container .product-banner-content {
  display: flex;
  align-self: flex-end;
  background: #000;
  border-left: 10px solid #377c2b;
  border-top: none;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  padding: 2.625rem 4.25rem 2.8125rem;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .product-banner .container .product-banner-content {
    padding: 2.625rem 1.25rem 2.8125rem;
    border-top: 10px solid #377c2b;
    border-left: 0;
  }
  .product-banner .container .product-banner-content .banner-links {
    margin: 0 auto;
  }
}
.product-banner .container .product-banner-content .banner-title {
  text-align: center;
  width: 100%;
}
.product-banner .container .product-banner-content .banner-title h1 {
  font-size: 3rem;
  color: #ffffff;
  line-height: 3.125rem;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .product-banner .container .product-banner-content .banner-title h1 {
    font-size: 2.125rem;
    margin-bottom: 0.625rem;
    line-height: 2.625rem;
  }
}
@media screen and (max-width: 992px) {
  .product-banner .container .product-banner-content .banner-title {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .product-banner .container .product-banner-content .banner-title {
    max-width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .product-banner .container .product-banner-content .banner-title {
    max-width: 76%;
  }
}
@media screen and (max-width: 768px) {
  .single-equipment_product .section-category-tabs {
    padding-top: 0;
  }
}

.section-category-tabs {
  padding-top: 43px;
  padding-bottom: 64px;
}
.section-category-tabs .nav-tabs {
  border-bottom: none;
  padding-bottom: 40px;
  overflow: auto;
  white-space: nowrap;
  flex-wrap: unset;
}
.section-category-tabs .nav-tabs .nav-link {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}
.section-category-tabs .nav-tabs .nav-link.active {
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 20px;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid #459b36;
}
.section-category-tabs .nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #000 !important;
  font-weight: 700;
  text-decoration: none;
}
.section-category-tabs .tab-content .tab-pane .category-slider {
  width: 100%;
}
.section-category-tabs .tab-content .tab-pane .category-slider .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.section-category-tabs .tab-content .tab-pane .category-slider .slider-item .slider-item-wrapper {
  text-align: center;
  min-height: 136px;
  min-width: 136px;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.section-category-tabs .tab-content .tab-pane .category-slider .slider-item .slider-item-wrapper a {
  color: #000;
  text-decoration: none;
}
.section-category-tabs .tab-content .tab-pane .category-slider .slider-item .slider-item-wrapper a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 0.1s ease-in-out;
}
.section-category-tabs .tab-content .tab-pane .category-slider .slider-item .slider-item-wrapper a:hover img {
  transform: scale(1.1);
}
.section-category-tabs .tab-content .tab-pane .category-slider .slider-prev,
.section-category-tabs .tab-content .tab-pane .category-slider .slider-next {
  top: 33%;
}
.section-category-tabs .tab-content .tab-pane .category-slider .slider-prev {
  left: -10px;
}
.section-category-tabs .tab-content .tab-pane .category-slider .slider-next {
  right: -10px;
}
@media screen and (min-width: 576px) {
  .section-category-tabs .tab-content .tab-pane .category-slider .slider-prev {
    left: -30px;
  }
  .section-category-tabs .tab-content .tab-pane .category-slider .slider-next {
    right: -30px;
  }
}

.section-news-list {
  padding: 80px 0;
}
@media screen and (min-width: 1200px) {
  .section-news-list .container {
    max-width: 1420px;
  }
}
.section-news-list .news-header h1 {
  margin-bottom: 70px;
}
.section-news-list article {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
}
.section-news-list article .article-img {
  float: left;
  width: 100%;
  height: 250px;
  position: relative;
}
.section-news-list article .article-img a {
  display: block;
  height: 100%;
  position: relative;
}
.section-news-list article .article-img a:after {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(/wp-content/themes/rdoequipment/images/icon-arrow.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #FFDD00;
  cursor: pointer;
}
.section-news-list article .article-img a img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-news-list article .article-info {
  float: left;
  color: #000;
  padding-top: 33px;
}
.section-news-list article .article-info .article-title {
  color: #000;
  text-decoration: none;
}
.section-news-list article .article-info .article-title h2 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 14px;
}
.section-news-list article .article-info .article-desc {
  display: none;
}
.section-news-list article .article-author-date {
  font-size: 12px;
  display: flex;
}
.section-news-list article .article-author-date .date {
  padding: 0 18px;
  padding-left: 24px;
  position: relative;
}
.section-news-list article .article-author-date .date:before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/rdoequipment/images/icon-clock.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
}
.section-news-list article .article-author-date .author {
  padding: 0 18px;
  position: relative;
}
.section-news-list article .article-author-date .author:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 1px;
  height: 75%;
  background-color: #FFDD00;
}

.search-nav-item {
  height: 25px;
  width: 40px;
  margin-top: 8px;
  padding-left: 15px;
  float: right;
  cursor: pointer;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .search-nav-item {
    position: fixed;
    right: 3.75rem;
    top: 0.625rem;
  }
}

@media screen and (min-width: 1200px) {
  .sticky .search-nav-item {
    transition: all 1s ease;
  }
}

.search-form-container {
  display: none;
  position: fixed;
  transition: 1s all ease-in;
  top: 0;
  left: 0;
  z-index: 150;
  background-color: #ffffff;
  border-bottom: 3px solid #377c2b;
  width: 100%;
  padding: 25px;
}
.search-form-container .close-search {
  position: absolute;
  padding: 5px 10px;
  top: 0;
  right: 0;
  font-weight: bold;
  cursor: pointer;
  display: block;
}
.search-form-container .search-form-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.search-form-container .search-form-wrapper .search-field {
  width: 100%;
  max-width: 50rem;
}
@media screen and (max-width: 768px) {
  .search-form-container .search-form-wrapper {
    flex-direction: column;
  }
  .search-form-container .search-form-wrapper .search-submit {
    margin-top: 0.625rem;
  }
}

.section-banner {
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 26.25rem;
  height: 22vw;
  position: relative;
}
.section-banner:before {
  content: "";
  background-color: #c29d68;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-banner .btn-link-yellow, .section-banner .btn-link-green {
  margin-top: 2.5rem;
}
.section-banner .container {
  z-index: 1;
}

body.search .site-main {
  min-height: 37.5rem;
  margin: 3.125rem 0;
}
body.search .site-main .page-header {
  margin-bottom: 3.125rem;
}
body.search .site-main article {
  margin-bottom: 2.5rem;
}
body.search .site-main article .entry-title > a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
body.search .site-main article .entry-title > a:hover {
  color: #377c2b;
  border-bottom: 1px solid #377c2b;
}
body.search .site-main article .entry-img {
  padding-bottom: 1.25rem;
}
body.search .site-main article .entry-img img {
  width: 100%;
}
body.search .site-main article .entry-overview ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.search .site-main article .entry-overview a.view-product {
  margin-top: 1.25rem;
  color: #000;
  font-weight: bold;
}
body.search .site-main article .entry-overview a.view-product:hover {
  color: #377c2b;
}
body.search .site-main .no-results.not-found .search-form {
  max-width: 50rem;
}
body.search .site-main .no-results.not-found .search-form label {
  width: 80%;
}
body.search .site-main .no-results.not-found .search-form label .search-field {
  width: 100%;
  border-radius: 0;
  padding: 0.28125rem;
}
body.search .site-main .no-results.not-found .search-form .search-submit {
  float: right;
  width: 20%;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 576px) {
  body.search .site-main .no-results.not-found .search-form {
    width: 100%;
  }
  body.search .site-main .no-results.not-found .search-form label {
    width: 100%;
  }
  body.search .site-main .no-results.not-found .search-form .search-submit {
    width: 100%;
    margin-bottom: 3.125rem;
  }
}

.site-links {
  background-color: #000;
  color: #ffffff;
}
.site-links .logo {
  width: 300px;
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.site-links ul {
  color: #ffffff;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-links ul li {
  line-height: 40px;
}
.site-links ul li a {
  color: #ffffff;
  text-decoration: none;
}
.site-links ul li a:hover {
  color: #377c2b !important;
}

@media screen and (max-width: 768px) {
  .site-links {
    text-align: center;
  }
  .site-links .logo {
    margin: 0 auto;
  }
}
.site-copyright {
  background-color: #000;
  color: #ffffff;
}
.site-copyright .social-row {
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
}
.site-copyright .social-row a > img.social {
  width: 1.375rem;
  height: 1.625rem;
  margin-right: 1.25rem;
}
.site-copyright .social-row a:last-child > img {
  margin-right: 0;
}
.site-copyright .social-row .copyright {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .site-copyright {
    text-align: center;
  }
  .site-copyright .social-row .copyright {
    padding-top: 70px;
    text-align: center;
  }
}
.lightbox {
  display: flex;
  flex-direction: column-reverse;
}
.lightbox .lb-nav {
  display: none !important;
}
.lightbox .lb-data .lb-details {
  display: none;
}
.lightbox .lb-data .lb-close {
  position: relative;
  top: 40px;
  z-index: 10;
  right: 8px;
}

body.page article.page {
  margin-top: 0;
  margin-bottom: 0;
}

body.error404 .site-main {
  margin: 18.75rem 0;
  text-align: center;
}

body .no-results {
  padding: 6.25rem 0;
}

.parts-order-form {
  padding-top: 2em;
  padding-bottom: 4em;
}
.parts-order-form .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em 2em;
}
@media (max-width 800px) {
  .parts-order-form .grid {
    grid-template-columns: 1fr;
    grid-gap: 1em;
  }
}
.parts-order-form .grid .field label.required::after {
  content: " *";
  display: inline;
  color: #e22000;
}
.parts-order-form .grid .field label + input, .parts-order-form .grid .field label + select {
  display: block;
  width: 100%;
}
.parts-order-form .grid .field .radio-option {
  display: inline-block;
  position: relative;
}
.parts-order-form .grid .field .radio-option + .radio-option {
  margin-left: 1em;
}
.parts-order-form .grid .field .radio-option .popup {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  width: 600px;
  max-width: 50vw;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 1em;
  background-color: #fff;
  z-index: 100;
}
.parts-order-form .grid .field .radio-option .popup.visible {
  opacity: 1;
  pointer-events: all;
}
.parts-order-form .grid .field .radio-option .popup.visible + .popup-toggle {
  color: #377c2b;
}
.parts-order-form .grid .field .radio-option .popup > p:last-child {
  margin-bottom: 0;
}
.parts-order-form .grid .field .radio-option .popup-toggle {
  cursor: pointer;
}
.parts-order-form .grid .field .radio-option .popup-toggle:hover {
  color: #377c2b;
}
.parts-order-form .grid .field select {
  color: #000;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
.parts-order-form .grid .grid-span2 {
  grid-column: span 2;
}
.parts-order-form .products .product {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 1fr 100px 100px 100px;
  grid-gap: 1em;
  padding: 0.75em 0;
  align-items: center;
}
.parts-order-form .products .product .details span {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
}
.parts-order-form .products .product input {
  max-width: 100%;
}
.parts-order-form .products .product .price, .parts-order-form .products .product .product_total {
  text-align: right;
}
.parts-order-form .products .product .product_total {
  font-weight: bold;
}
.parts-order-form .products .product-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 1fr 100px 100px 100px;
  grid-gap: 1em;
  padding: 0.75em 0;
  align-items: end;
}
.parts-order-form .products .product-header > div + div {
  text-align: center;
}
.parts-order-form .form-confirm .total-row {
  display: grid;
  grid-template-columns: 1fr 100px 100px;
  grid-gap: 1em;
  align-items: center;
  padding: 0.75em 0;
}
.parts-order-form .form-confirm .total-row .gst, .parts-order-form .form-confirm .total-row .total-price {
  text-align: right;
}
.parts-order-form .form-confirm .total-row .total-price {
  font-weight: bold;
}
.parts-order-form .form-submit {
  display: grid;
  grid-gap: 1em 2em;
  grid-template-columns: 1fr 150px;
  align-items: center;
}
@media (max-width 800px) {
  .parts-order-form .form-submit {
    grid-template-columns: 1fr;
    grid-gap: 1em;
  }
}
.parts-order-form .form-submit a {
  text-decoration: underline;
}
.parts-order-form .form-submit .field-message {
  grid-column: span 2;
}
.parts-order-form .form-submit .submit span {
  margin-left: 1em;
}
.parts-order-form .form-submit .privacy {
  text-align: right;
}
.parts-order-form .form-submit label.required::after {
  content: " *";
  display: inline;
  color: #e22000;
}