/*
Theme Name: Harley Owners Group
Author: Ian Loats - Dialogue
Author URI: https://www.dialogue.agency/
Description: Custom WordPress themes, Grown by Dialogue.
Version: 2.78
Text Domain: hog
Domain Path: /languages
*/
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 12px;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #3c3c3c;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

html, body {
  font-family: "Noto Sans", sans-serif;
  margin: 0;
  padding: 0;
  color: #000000;
  overflow-x: hidden;
}

h1 {
  font-size: 48px;
  line-height: 53px;
  padding: 0 0 1em;
  color: #000000;
  font-family: trade-gothic-next-compressed, sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
  padding: 0 0.5em 0.5em 0;
  color: #000000;
}

h3 {
  font-size: 24px;
  line-height: 32px;
  padding: 0.5em 0;
  color: #000000;
  font-family: trade-gothic-next-compressed, sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

h4 {
  font-family: "Noto Sans", sans-serif;
  font-size: 30px;
  line-height: 36px;
  padding: 0 0 0.5em;
  color: #726f6f;
  font-weight: 700;
  font-style: normal;
}

h5 {
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  line-height: 32px;
  padding: 0 0 0.5em;
  color: #726f6f;
  font-weight: 700;
  font-style: normal;
}

h5 a {
  color: #726f6f;
}

h5 a:hover {
  color: #1E72BD;
}

h6 {
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  line-height: 32px;
  padding: 0 0 0.5em;
  color: #000000;
  font-weight: 300;
  font-style: normal;
}

p {
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  line-height: 23px;
  padding: 0 0 1em;
  margin: 0;
  color: #000000;
  font-weight: 400;
  font-style: normal;
}

p.intro {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  padding: 0 0 2em;
}

p.feature {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

p.btn {
  padding: 1em 0;
  font-size: 18px;
  line-height: 20px;
}

p.sml {
  font-size: 13px;
  line-height: 20px;
}

main ul, main ol {
  padding-left: 1.25em;
  padding-bottom: 1em;
  text-align: left;
}

main ol {
  padding-left: 1.5em;
}

main ul li, main ol li {
  font-size: 15px;
  line-height: 23px;
  color: #000000;
  font-weight: 400;
  font-style: normal;
}

main ::marker {
  color: #fa6600;
}

a {
  color: #000000;
  text-decoration: none;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

a:hover {
  color: #fa6600;
  text-decoration: none;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

a.button, .wp-block-button a {
  padding: 9px 20px;
  background-color: #fa6600;
  color: #ffffff;
  text-decoration-line: none;
  font-size: 18px;
  line-height: 20px;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 800;
  font-style: normal;
  transition: background-color 0.3s, background-position 0.3s;
  text-transform: uppercase;
  background-image: url("/construction/img/buttonarrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  background-size: 20px 18px;
  padding-right: 40px;
  border-radius: 0;
}

a.button:hover, .wp-block-button a:hover {
  background-color: #e31e14;
  background-position: calc(100% - 4px) 50%;
}

.wp-block-button {
  padding-bottom: 1em;
}

a.tagbtn {
  padding: 5px 10px;
  background-color: #726f6f;
  color: #ffffff;
  text-decoration-line: none;
  font-size: 13px;
  line-height: 20px;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 800;
  font-style: normal;
  transition: background-color 0.3s;
  text-transform: uppercase;
}

a.tagbtn:hover {
  background-color: #fa6600;
  color: #ffffff;
}

hr {
  border: 0;
  border-top: 2px solid #fa6600;
  margin: 2em 0;
}

figcaption {
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  line-height: 23px;
  padding: 0 0 1em;
  margin: 0;
  color: #000000;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

header {
  height: 73px;
  transition: height 0.3s;
  background-color: #000000;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px 20px 0 20px;
}

header > div:nth-child(1) {
  order: 1;
}

header > div:nth-child(2) {
  order: 2;
}

header a {
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-thickness: unset;
  text-underline-offset: unset;
  display: contents;
}

nav {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  position: relative;
}

nav.headnav {
  background-color: #000000;
  height: 24px;
}

.nav-menu > li {
  font-size: 18px;
  line-height: 24px;
}

section.herowrap {
  position: relative;
  padding: 0;
  height: 65vh;
  max-height: 800px;
  margin-bottom: 35px;
}

.herotxt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  flex-flow: column;
}

.herotxt h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 48px;
  line-height: 53px;
  padding: 0 1em;
  font-family: trade-gothic-next-compressed, sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.5px;
  text-align: center;
}

.herotxt p {
  color: #ffffff;
  font-size: 30px;
  line-height: 36px;
  padding: 0.5em 1em;
  font-family: trade-gothic-next-compressed, sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.5px;
  text-align: center;
}

.herotxt a.button {
  font-size: 18px;
  line-height: 20px;
  white-space: nowrap;
}

.herotxt .wrap {
  padding: 0 80px;
}

.heroslider {
  width: 100% !important;
  height: 65vh;
  max-height: 800px;
  padding: 0;
}

.slick-track {
  display: flex;
  height: 65vh;
  max-height: 800px;
}

.videowrap {
  position: relative;
  z-index: 2;
}

.heroslider video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sliderimg {
  position: relative;
}

.sliderimg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slick-dotted.slick-slider {
  margin-bottom: 35px !important;
}

.slick-dots {
  bottom: -30px !important;
}

.slick-dots li button:before {
  font-size: 10px !important;
  line-height: 20px;
}

main {
  background-color: #ffffff;
}

footer {
  background-color: #000000;
  padding: 32px 0 24px 0;
}

footer p {
  color: #726f6f;
  font-size: 13px;
  line-height: 20px;
  padding-bottom: 0;
}

footer a {
  color: #726f6f;
  text-decoration-line: none;
}

footer a:hover {
  color: #e31e14;
  text-decoration-line: none;
}

ul.footer-menu {
  padding-left: 0;
}

ul.footer-menu li {
  display: inline;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

ul.footer-menu li a {
  color: #726f6f;
}

ul.footer-menu li a:hover {
  color: #ffffff;
}

ul.footer-menu li + li::before {
  content: " | ";
  color: #726f6f;
  padding: 0 0.45em;
}

.wrap {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 32px;
}

nav.headnav .wrap {
  padding: 0 45px 0 32px;
}

section {
  padding: 4em 0;
}

section.slm {
  padding: 1em 0;
}

section.cent {
  text-align: center;
}

section.cent .wrap {
  max-width: 900px;
}

section.lft {
  text-align: left;
}

section.lft .wrap {
  max-width: 900px;
}

section.cta {
  background-color: #000000;
}

section.cta h2 {
  color: #ffffff;
  padding: 0.5em 0.5em 0.5em 0;
}

div.cta {
  background-color: #000000;
  margin: 2em 0;
  padding: 2em 2em;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

div.cta h2 {
  color: #ffffff;
  padding: 0.5em 0.5em 0.5em 0;
}

section.gra {
  background-color: #E8E8E7;
}

section.cta .wrap, .ctawrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.buttonstack {
  display: inline-flex;
  flex-flow: column;
}

.buttonstack a.button {
  margin: 0.5em 0;
}

section.history {
  background-color: #fa6600;
}

section.history .three-col > div:nth-child(2) {
  flex: 0 0 calc(66.66% - 32px);
}

section.history a.button {
  background-color: #ffffff;
  color: #fa6600;
  background-image: url("/construction/img/buttonarroworange.svg");
}

section.history a.button:hover {
  background-color: #e31e14;
  color: #ffffff;
  background-image: url("/construction/img/buttonarrow.svg");
}

section.sectionimage {
  width: 100% !important;
  height: 65vh;
  max-height: 800px;
  overflow: hidden;
  position: relative;
  padding: 0;
}

section.sectionimage img {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  transition: all 0.4s;
}

section.sectionimage.hero {
  height: 50vh;
  max-height: 620px;
}

section.merch {
  padding: 0 0 4em;
}

section.merch img {
  width: 100%;
  height: auto;
  display: block;
}

.two-col {
  display: flex;
  margin: 1em -16px;
  flex-flow: row wrap;
}

.two-col > div {
  flex: 0 0 calc(50% - 32px);
  margin: 32px 16px;
}

form .two-col > div {
  margin: 16px 16px;
}

.three-col {
  display: flex;
  margin: 1em -16px;
  flex-flow: row wrap;
}

.three-col > div {
  flex: 0 0 calc(33.33% - 32px);
  margin: 0 16px 32px;
}

.tagwrap {
  margin: 0 0 10px;
  display: flex;
  flex-flow: row wrap;
}

.tagwrap > a {
  flex: 0 0 auto;
  margin-bottom: 10px;
  margin-right: 10px;
}

.portfolio-box {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 50%;
  flex: 0 50%;
  text-align: center;
}

.portfolio-box:before {
  content: "";
  float: left;
  padding-top: 100%;
}

.portfolio-pane a {
  cursor: pointer;
  display: block;
}

.portfolio-pane {
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

.pf-link img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  transition: all 0.5s;
}

.pf-link:hover img {
  -ms-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.image-box {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 50%;
  flex: 0 50%;
  text-align: center;
}

.image-box:before {
  content: "";
  float: left;
  padding-top: 100%;
}

.image-pane {
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

.image-pane img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  transition: all 0.5s;
}

.image-pane img:hover {
  -ms-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.pf-txt {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pf-txt:hover {
  opacity: 1;
}

.pf-txt svg {
  width: 80px;
  height: 80px;
}

.flag-icon {
  margin-right: 0.25em;
}

.country_selector_dropbtn {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  padding-left: 8px;
  padding-bottom: 2px;
}

.wordpress-multilingual-multisite-country-selector {
  padding: 0;
  min-width: 230px;
}

.wordpress-multilingual-multisite-country-selector li {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  color: #000000;
}

.wordpress-multilingual-multisite-country a {
  text-decoration-line: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

ul.head-menu {
  padding: 0;
  min-width: 230px;
}

.ctsel {
  display: flex;
  justify-content: flex-end;
}

.navigation #searchform {
  padding-left: 2em;
}

#searchform {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: flex-start;
}

#searchform input {
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  outline: 0;
}

#searchform input[type=text] {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  color: #000000;
  border: 1px solid #000;
  border-radius: 0;
  padding: 2px 0.5em;
  display: block;
  box-sizing: border-box;
}

#searchform input[type=submit] {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  color: #000000;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 2px 1em;
  background-color: #ffffff;
  cursor: pointer;
  display: block;
  box-sizing: border-box;
}

#searchform input[type=submit]:hover {
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
}

.wp-block-image, .wp-block-gallery {
  margin: 1em 0 2em;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

.wordpress-multilingual-multisite-country {
  min-width: 300px;
}

.cntrbtn {
  text-align: center;
}

.cntrbtn .prevbutt a {
  margin: 1em 0.5em;
  padding: 9px 20px;
  background-color: #fa6600;
  color: #ffffff;
  text-decoration-line: none;
  font-size: 18px;
  line-height: 20px;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 800;
  font-style: normal;
  transition: background-color 0.3s, background-position 0.3s;
  text-transform: uppercase;
  background-image: url("/construction/img/buttonarrowprevious.svg");
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 20px 18px;
  padding-left: 40px;
}

.cntrbtn .prevbutt a:hover {
  background-color: #e31e14;
  background-position: 4px 50%;
}

.cntrbtn .nextbutt a {
  margin: 1em 0.5em;
  padding: 9px 20px;
  background-color: #fa6600;
  color: #ffffff;
  text-decoration-line: none;
  font-size: 18px;
  line-height: 20px;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 800;
  font-style: normal;
  transition: background-color 0.3s, background-position 0.3s;
  text-transform: uppercase;
  background-image: url("/construction/img/buttonarrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  background-size: 20px 18px;
  padding-right: 40px;
}

.cntrbtn .nextbutt a:hover {
  background-color: #e31e14;
  background-position: calc(100% - 4px) 50%;
}

main input[type=email], main input[type=text], main input[type=tel], main input[type=password], main textarea {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 23px;
  border-radius: 0;
  -webkit-appearance: none;
  border: 1px solid #000000;
  height: auto;
  margin: 0;
  outline: 0 none;
  width: 100%;
  background: #ffffff;
  color: #000000;
}

main label {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 15px;
  line-height: 23px;
}

main input[type=submit] {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  background-color: #fa6600;
  padding: 0.5em 1em;
  font-size: 15px;
  line-height: 23px;
  border-radius: 0;
  -webkit-appearance: none;
  font-weight: 400;
  height: auto;
  border: 0;
  margin: 0;
  cursor: pointer;
  display: inline-block;
}

main input[type=submit]:hover {
  color: #ffffff;
  background-color: #000000;
}

main select {
  background-color: #ffffff;
  color: #000000;
  padding: 5px 2em 5px 10px;
  border: 1px solid #000000;
  cursor: pointer;
  border-radius: 0;
  text-decoration: none;
  font-size: 15px;
  line-height: 23px;
  min-height: 40px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  min-width: 100%;
}

main form p, main form h3 {
  text-align: left;
}

main form .wpcf7-list-item {
  margin: 0;
}

[type=checkbox] {
  width: 2em;
  height: 2em;
  color: #fa6600;
  vertical-align: middle;
  -webkit-appearance: none;
  background: none;
  border: 0;
  outline: 0;
  flex-grow: 0;
  background-color: #FFFFFF;
  transition: background 300ms;
  cursor: pointer;
}

[type=checkbox]::before {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #000000;
}

[type=checkbox]:checked {
  background-color: currentcolor;
}

[type=checkbox]:checked::before {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

[type=checkbox]:disabled {
  background-color: #CCD3D8;
  opacity: 0.84;
  cursor: not-allowed;
}

main input[type=file] {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 23px;
}

main input[type=file]::file-selector-button {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 23px;
  background-color: #fa6600;
  color: #ffffff;
  cursor: pointer;
  border: 0;
  outline: 0;
  padding: 5px 10px;
}

section.sectionimage .hoglogo {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

section.sectionimage .hoglogo img {
  max-width: 400px;
  height: auto;
}

.flag-icon-nz {
  background-image: url("https://hogstories.harley-davidson.com/construction/img/Flag_of_Europe4.svg");
}

p.country_selector_seems_text {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
}

a.country_selector_modal_goto {
  background-color: #fa6600;
  border-radius: 0;
  padding: 0.5em 1em;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
}

a.country_selector_modal_goto:hover {
  background-color: #e31e14;
  color: #ffffff;
}

a.country_selector_modal_stay {
  background-color: #726f6f;
  border-radius: 0;
  padding: 0.5em 1em;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 15px;
  line-height: 23px;
  white-space: unset;
}

a.country_selector_modal_stay:hover {
  background-color: #e31e14;
  color: #ffffff;
}

.country_selector_modal p.country_selector_modal_flag_buttons {
  margin-bottom: 20px;
}

.country_selector_modal_close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 99;
  border-radius: 50%;
  background-color: #fa6600;
  color: #ffffff;
  box-shadow: none;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 1px;
  border: 0;
}

main a.country_selector_dropbtn {
  color: #000000;
}

main .country_selector_dropdown-content a {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  padding: 6px 16px;
}

.dropdown {
  position: relative;
  display: inline-block;
  z-index: 2;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  padding: 0;
  list-style: none;
  height: 24px;
  min-width: 230px;
  cursor: pointer;
}

.dropdown label {
  padding-left: 32px;
}

.dropdown a {
  color: #ffffff;
}

.dropdown-content {
  transform-origin: 0;
  display: none;
  position: absolute;
  padding: 0;
  background-color: #f9f9f9;
  list-style: none;
  margin-top: 4px;
  z-index: 1;
  min-width: 230px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content ul {
  padding: 0;
  cursor: pointer;
}

.dropdown-content ul li a {
  padding: 4px 8px 4px 32px;
  display: block;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-thickness: 0;
  text-underline-offset: 0;
}

.dropdown-content ul li a:hover {
  background-color: #f1f1f1;
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-thickness: 0;
  text-underline-offset: 0;
}

ul.head-menu {
  list-style: none;
  padding-left: 0;
}

ul.head-menu li {
  position: relative;
}

ul.head-menu li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 7px;
  width: 18px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 18px 14px;
}

ul.head-menu li.en-us::before {
  background-image: url("https://hogstories.harley-davidson.com/wp-content/themes/hog/img/flags/4x3/us.svg");
}

ul.head-menu li.fr-fr::before {
  background-image: url("https://hogstories.harley-davidson.com/wp-content/themes/hog/img/flags/4x3/fr.svg");
}

ul.head-menu li.de-de::before {
  background-image: url("https://hogstories.harley-davidson.com/wp-content/themes/hog/img/flags/4x3/de.svg");
}

ul.head-menu li.it-it::before {
  background-image: url("https://hogstories.harley-davidson.com/wp-content/themes/hog/img/flags/4x3/it.svg");
}

ul.head-menu li.es-es::before {
  background-image: url("https://hogstories.harley-davidson.com/wp-content/themes/hog/img/flags/4x3/es.svg");
}

ul.head-menu li.nl-nl::before {
  background-image: url("https://hogstories.harley-davidson.com/wp-content/themes/hog/img/flags/4x3/nl.svg");
}

ul.head-menu li.fr-be::before {
  background-image: url("https://hogstories.harley-davidson.com/wp-content/themes/hog/img/flags/4x3/be.svg");
}

ul.head-menu li.en-gb::before {
  background-image: url("https://hogstories.harley-davidson.com/wp-content/themes/hog/img/flags/4x3/gb.svg");
}

ul.head-menu li.en-eu::before {
  background-image: url("https://hogstories.harley-davidson.com/wp-content/themes/hog/img/flags/4x3/eu.svg");
}

ul.head-menu li.sv-se::before {
  background-image: url("https://hogstories.harley-davidson.com/wp-content/themes/hog/img/flags/4x3/se.svg");
}

ul.head-menu li.en-ca::before {
  background-image: url("https://hogstories.harley-davidson.com/wp-content/themes/hog/img/flags/4x3/ca.svg");
}

ul.head-menu li.fr-ca::before {
  background-image: url("https://hogstories.harley-davidson.com/wp-content/themes/hog/img/flags/4x3/ca.svg");
}

ul.head-menu li.es-mx::before {
  background-image: url("https://hogstories.harley-davidson.com/wp-content/themes/hog/img/flags/4x3/mx.svg");
}

ul.head-menu li.pt-br::before {
  background-image: url("https://hogstories.harley-davidson.com/wp-content/themes/hog/img/flags/4x3/br.svg");
}

span.flagicon {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 18px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 18px 14px;
}

span.flagicon.en-US, span.flagicon.en_US {
  background-image: url("https://hogstories.harley-davidson.com/wp-content/themes/hog/img/flags/4x3/us.svg");
}

span.flagicon.fr-FR, span.flagicon.fr_FR {
  background-image: url("https://hogstories.harley-davidson.com/wp-content/themes/hog/img/flags/4x3/fr.svg");
}

span.flagicon.de-DE, span.flagicon.de, span.flagicon.de_DE {
  background-image: url("https://hogstories.harley-davidson.com/wp-content/themes/hog/img/flags/4x3/de.svg");
}

span.flagicon.it-IT, span.flagicon.it_IT {
  background-image: url("https://hogstories.harley-davidson.com/wp-content/themes/hog/img/flags/4x3/it.svg");
}

span.flagicon.es, span.flagicon.es_ES {
  background-image: url("https://hogstories.harley-davidson.com/wp-content/themes/hog/img/flags/4x3/es.svg");
}

span.flagicon.nl-NL, span.flagicon.nl_NL {
  background-image: url("https://hogstories.harley-davidson.com/wp-content/themes/hog/img/flags/4x3/nl.svg");
}

span.flagicon.fr-BE, span.flagicon.fr_BE {
  background-image: url("https://hogstories.harley-davidson.com/wp-content/themes/hog/img/flags/4x3/be.svg");
}

span.flagicon.en-GB, span.flagicon.en_GB {
  background-image: url("https://hogstories.harley-davidson.com/wp-content/themes/hog/img/flags/4x3/gb.svg");
}

span.flagicon.en-NZ, span.flagicon.en_NZ {
  background-image: url("https://hogstories.harley-davidson.com/wp-content/themes/hog/img/flags/4x3/eu.svg");
}

span.flagicon.sv-SE, span.flagicon.sv_SE {
  background-image: url("https://hogstories.harley-davidson.com/wp-content/themes/hog/img/flags/4x3/se.svg");
}

span.flagicon.en-CA, span.flagicon.en_CA {
  background-image: url("https://hogstories.harley-davidson.com/wp-content/themes/hog/img/flags/4x3/ca.svg");
}

span.flagicon.fr-CA, span.flagicon.fr_CA {
  background-image: url("https://hogstories.harley-davidson.com/wp-content/themes/hog/img/flags/4x3/ca.svg");
}

span.flagicon.es-MX, span.flagicon.es_MX {
  background-image: url("https://hogstories.harley-davidson.com/wp-content/themes/hog/img/flags/4x3/mx.svg");
}

span.flagicon.pt-BR, span.flagicon.pt_BR {
  background-image: url("https://hogstories.harley-davidson.com/wp-content/themes/hog/img/flags/4x3/br.svg");
}

.prevnext {
  z-index: 1;
  margin: 0;
  width: 35px;
  height: 29px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  left: 20px;
}

.next {
  right: 20px;
  left: unset;
}

.slick-dots > li {
  display: inline-block;
}
.slick-dots > li:only-child {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

header form button[type=submit] {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  color: #ffffff;
  background-color: #000000;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  border-radius: 0;
  -webkit-appearance: none;
  font-weight: 400;
  height: auto;
  border: 0;
  margin: 0;
  cursor: pointer;
  display: inline-block;
}

header form button[type=submit]:hover {
  color: #fa6600;
  background-color: #000000;
}

.historyimg-box {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 50%;
  flex: 0 50%;
  text-align: center;
  margin-bottom: 1em;
}

.historyimg-box:before {
  content: "";
  float: left;
  padding-top: 100%;
}

.historyimg-pane {
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

.historyimg-pane img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  transition: all 0.5s;
}

.historyimg-pane:hover img {
  -ms-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

h2.wht {
  color: #ffffff;
}

.history h2 {
  padding-bottom: 1em;
}

.history-col {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -16px;
}

.history-col > div:nth-child(1) {
  flex: 0 0 calc(33.33% - 32px);
  margin: 0 16px;
}

.history-col > div:nth-child(2) {
  flex: 0 0 calc(66.66% - 32px);
  margin: 0 16px;
}

.history-col > div:nth-child(3) {
  flex: 0 0 calc(100% - 32px);
  margin: 0 16px;
}

.history-col h3 {
  text-align: right;
  text-transform: unset;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 800;
  font-style: normal;
  padding-bottom: 0;
}

.history-col h3 a {
  text-decoration: none;
}

.history-col h3 a:hover {
  color: #ffffff;
}

.history-col.two {
  flex-flow: column;
}

.history-col.two > div:nth-child(1) {
  flex: unset;
}

.history-col.two > div:nth-child(2) {
  flex: unset;
}

.history-col.two > div {
  flex: unset;
}

/* media queries */
@media (max-width: 1920px) {
  section.sectionimage {
    height: 45vh;
    max-height: 600px;
  }
}
@media (max-width: 900px) {
  .herotxt h2 {
    font-size: 36px;
    line-height: 41px;
  }

  .herotxt p {
    font-size: 20px;
    line-height: 26px;
  }

  .herotxt a.button {
    font-size: 14px;
    line-height: 18px;
  }

  .herotxt .wrap {
    padding: 0 40px;
  }

  .prevnext {
    width: 20px;
    height: 17px;
    left: 6px;
  }

  .next {
    right: 6px;
    left: unset;
  }
}
@media (max-width: 800px) {
  .two-col > div {
    flex: 0 0 calc(100% - 32px);
  }

  .three-col > div {
    flex: 0 0 calc(100% - 32px);
  }

  section.history .three-col > div:nth-child(2) {
    flex: 0 0 calc(100% - 32px);
  }

  .heroslider, section.herowrap {
    height: 45vh;
    min-height: 320px;
  }

  .slick-track {
    height: 45vh;
    min-height: 320px;
  }

  .history-col > div:nth-child(1) {
    flex: 0 0 calc(100% - 32px);
  }

  .history-col > div:nth-child(2) {
    flex: 0 0 calc(100% - 32px);
  }
}
@media (max-width: 768px) {
  .navigation #searchform {
    padding-left: 0;
  }

  header > div:nth-child(1) {
    order: 2;
  }

  header > div:nth-child(2) {
    order: 1;
  }

  .ctsel {
    justify-content: flex-start;
  }

  .wrap {
    padding: 0 20px;
  }

  nav.headnav .wrap {
    padding: 0 20px 0 14px;
  }

  section.cta .wrap, .ctawrap {
    align-items: flex-start;
    flex-flow: column;
  }
}

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