.primary {
  color: #EEBC49 !important;
}
.bg-primary {
  background-color: #EEBC49;
}
.bg-secondary {
  background-color: #00335A;
}
.bg-dark-grey {
  background-color: #E5E5E7;
}
.secondary {
  color: #00335A;
}
.myRow {
  padding: 0 5%;
}
.divider {
  border-bottom: 2px solid #00335A;
  max-width: 100px;
  margin: auto;
  margin-bottom: 2%;
  margin-top: 2%;
}
.divider-full {
  border-top: 1px solid #00335A;
  width: 100%;
}
a.phone {
  color: #EEBC49;
}
a.phone:hover {
  color: rgba(238, 188, 73, 0.5);
  text-decoration: none;
}
.w-90 {
  max-width: 90%;
}
.btn-brand {
  border-color: transparent;
  border-radius: 3px;
  display: inline-block;
  font-weight: 600;
  padding: 5px 20px;
  transition: background-color 0.2s;
}
.btn-brand.primary {
  color: #00335A !important;
  background-color: #EEBC49;
}
.btn-brand.primary:hover {
  background-color: #ecb332;
}
.btn-brand.secondary {
  color: #EEBC49;
  background-color: #00335A;
}
.btn-brand.secondary:hover {
  background-color: #002541;
}
.btn-brand:hover {
  text-decoration: none;
}
.btn-primary {
  background-color: #EEBC49 !important;
  border-color: #EEBC49 !important;
  color: #00335A !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #bf8b12 !important;
  border-color: #bf8b12 !important;
}
.btn-secondary {
  background-color: #00335A !important;
  border-color: #00335A !important;
  color: #EEBC49 !important;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: black !important;
  border-color: black !important;
}
.myButton {
  background-color: #00335A;
  color: #EEBC49;
  border-radius: 2px;
  padding: 1% 5%;
  margin: 2%;
  border: none;
  outline: none;
}
.myButton:hover {
  cursor: pointer;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
body {
  font-family: "Fira Sans", sans-serif !important;
}
a {
  color: #343a40;
}
a:hover {
  color: #060708;
}
h1 {
  color: #EEBC49 !important;
  font-size: 18px;
  text-transform: uppercase;
}
h2 {
  color: #00335A !important;
}
h4 {
  color: #00335A !important;
}
h6 {
  color: #00335A !important;
  font-size: 12px !important;
}
.caps {
  text-transform: uppercase;
}
.brands {
  padding: 50px 0;
}
.brands .brands-heading {
  font-size: 16px;
}
.brands .hitch-brands {
  padding: 20px 0;
  text-align: center;
}
.brands img {
  height: 35px;
}
#global-header .navbar {
  background-color: #00335A;
  padding: 2% 5%;
}
#global-header .navbar.scrolled {
  background-color: rgba(0, 51, 90, 0.95);
  padding: 5px 5%;
}
#global-header .navbar.scrolled img {
  max-height: 40px;
}
#global-header .navbar.scrolled .nav-right-wrap {
  min-height: initial;
}
#global-header .navbar.scrolled .nav-phone {
  display: none !important;
}
#global-header .navbar img {
  max-height: 100px;
}
#global-header .navbar .navbar-nav {
  align-items: center;
  margin-bottom: 0;
  margin-top: auto;
}
#global-header .navbar .navbar-toggler {
  margin: auto;
}
#global-header .navbar .nav-right-wrap {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: 0;
  min-height: 100px;
}
#global-header .navbar .nav-phone {
  margin: 0 0 auto auto;
  padding-top: 5px;
}
#global-header .navbar .nav-phone h4 {
  color: #EEBC49;
}
#global-header .navbar .nav-link {
  color: #EEBC49;
  padding: 0;
  margin: 0 1rem;
  max-height: 25px;
}
#global-header .navbar .nav-link.active {
  border-bottom: 2px solid #EEBC49;
}
#global-header .navbar .btn-header {
  color: #00335A;
  font-weight: 500;
  padding: 0.5rem 1rem;
}
#global-header .navbar .nav-link:hover {
  color: #EEBC49;
}
@media (max-width: 991.98px) {
  #global-header .navbar.scrolled .navbar-collapse {
    background-color: rgba(0, 51, 90, 0.8);
    margin-top: -75px;
  }
  #global-header .navbar .navbar-collapse {
    background-color: #00335A;
    padding-top: 5px;
    position: absolute;
    right: 0;
    width: 100%;
  }
  #global-header .navbar .navbar-collapse a {
    margin: 10px auto;
  }
}
.upperFooter {
  height: 85px;
}
.upperFooter .text-img-wrap {
  text-align: center;
}
.upperFooter .text-img-wrap img {
  max-width: 95%;
}
.upperFooter .btn-wrap {
  margin-left: 30px;
}
.site-footer {
  color: #fff;
  background-color: #00335A;
}
.site-footer .logo-row {
  padding: 5% 9% 1.5% 9%;
}
.site-footer .footer-row {
  padding: 0% 8% 5% 8%;
}
.site-footer .myLink {
  color: #EEBC49;
  text-decoration: none !important;
}
.site-footer .copyright {
  border-top: 1px solid rgba(238, 188, 73, 0.5);
  padding: 1% 7%;
}
.site-footer .copyright .copyDiv2 {
  text-align: right;
}
.site-footer .copyright .copyText {
  color: rgba(238, 188, 73, 0.5);
}
@media screen and (max-width: 576px) {
  .site-footer .logo-row {
    padding: 5% 12% 5% 12%;
  }
  .site-footer .copyDiv, .site-footer .copyDiv2 {
    text-align: center !important;
  }
  .site-footer .marg {
    margin-top: 4%;
  }
}
.trailer-vids {
  padding: 4% !important;
}
.trailer-vids .pText {
  padding: 0 25% !important;
}
.trailer-vids .myRow {
  padding: 2% 12%;
}
.trailer-vids .myRow .myCol {
  background-color: #aaa9a9;
  padding: 7% 0;
  margin: 1%;
}
.trailer-vids .myRow .myCol .myButton {
  background-color: #EEBC49;
  color: #fff;
  border-radius: 2px;
  padding: 2% 8%;
  margin: 4%;
  border: none;
  outline: none;
}
.trailer-vids .myRow .myCol .myButton:hover {
  cursor: pointer;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (max-width: 576px) {
  .trailer-vids .myRow {
    padding: 1%;
  }
  .trailer-vids .pText {
    padding: 0 2% !important;
  }
}
.testimonials {
  padding: 6% 0;
}
.testimonials .textBox {
  margin: 5% 0;
}
.testimonials .textBox .carousel-item {
  min-height: 200px;
  padding: 0 5%;
}
.testimonials .textBox .carousel-item .item-inner {
  min-height: 165px;
  padding: 15px 0;
}
.testimonials .textBox .text-wrapper {
  max-height: 145px;
  max-width: 425px;
  overflow: hidden;
}
.testimonials .textBox .text-wrapper span {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.testimonials .textBox .text-wrapper p {
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.recent-arrivals {
  padding: 5% 0;
}
.recent-arrivals .menu {
  text-align: center !important;
}
.recent-arrivals .menu .myLink {
  margin: 1%;
}
.recent-arrivals .myRow {
  padding: 0 2% 6%;
}
.recent-arrivals .myRow .product {
  background-color: #eee;
  height: 45vh;
  margin: 3%;
  position: relative;
}
.recent-arrivals .myRow .product .myP {
  padding: 1% 3%;
  border: 1px solid rgba(32, 31, 31, 0.1);
}
.recent-arrivals .myRow .product .bottom {
  width: 100%;
  bottom: 0;
}
.recent-arrivals .myButton {
  background-color: #00335A;
  color: #fff;
  border-radius: 2px;
  padding: 1% 5%;
  border: none;
  outline: none;
}
.recent-arrivals .myButton:hover {
  cursor: pointer;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
@media screen and (max-width: 576px) {
  .recent-arrivals .myRow {
    padding: 1%;
  }
  .recent-arrivals .myButton {
    margin-bottom: 5%;
  }
}
.page-break {
  height: 340px;
  text-align: center;
}
.intro {
  padding: 5%;
}
.intro .logo {
  margin: 1%;
}
.intro .pText {
  padding: 0 25% !important;
}
@media screen and (max-width: 576px) {
  .intro .logo {
    margin-bottom: 4%;
  }
  .intro .pText {
    padding: 0 2% !important;
  }
}
.quick-search {
  margin: 2%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 3px solid #EEBC49;
  padding: 2%;
}
.quick-search .myButton {
  background-color: #EEBC49;
  color: #fff;
  border-radius: 2px;
  padding: 5% 12%;
  border: none;
  outline: none;
}
.quick-search .myButton:hover {
  cursor: pointer;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.articles {
  padding: 3% 0 0 0;
}
.articles .myRow {
  padding: 2% 12%;
}
.articles .myRow .article {
  background-color: #aaa9a9;
  margin: 1%;
  height: 55vh;
}
.articles .myButton {
  background-color: #EEBC49;
  color: #fff;
  border-radius: 2px;
  padding: 3% 15%;
  border: none;
  outline: none;
}
.articles .myButton:hover {
  cursor: pointer;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
@media screen and (max-width: 576px) {
  .articles .myRow {
    padding: 1%;
  }
}
.tips-vids {
  padding-bottom: 5%;
}
.tips-vids .myRow {
  padding: 2% 12% 4% 12%;
}
.tips-vids .myRow .video {
  background-color: #aaa9a9;
  height: 35vh;
  margin: 5% 2%;
}
.tips-vids .myRow .video .video-title {
  margin-bottom: 15px;
}
.tips-vids .myRow .video .overlay {
  background: rgba(255, 255, 255, 0.5);
}
.tips-vids .myButton {
  background-color: #EEBC49;
  color: #fff;
  border-radius: 2px;
  padding: 10px 30px;
  border: none;
  outline: none;
}
.tips-vids .myButton:hover {
  cursor: pointer;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.tips-vids .logo {
  display: block;
  margin: auto;
}
@media screen and (max-width: 576px) {
  .tips-vids .myRow {
    padding: 1%;
  }
}
.contact-us {
  padding: 5%;
}
.contact-us .pText {
  padding: 0 25% !important;
}
.contact-us .myRow {
  padding: 5%;
}
.contact-us .myRow .myTextArea {
  margin: 1.5% 0%;
}
.contact-us .myRow tr {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.contact-us .myRow tr .myCell {
  width: 12vw;
  padding: 5%;
  text-align: left;
  font-weight: 600;
}
.contact-us .myRow .bottomBord {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.contact-us .myRow .myButton {
  background-color: #EEBC49;
  color: #fff;
  border-radius: 2px;
  padding: 1% 5%;
  margin: 1% 0%;
  border: none;
  outline: none;
}
.contact-us .myRow .myButton:hover {
  cursor: pointer;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
@media screen and (max-width: 576px) {
  .contact-us .pText {
    padding: 0 2% !important;
  }
  .contact-us .myTable {
    margin-top: 8% !important;
  }
  .contact-us tr .myCell {
    width: 70vw;
  }
}
.similar-trailers {
  padding-bottom: 50px;
}
.similar-trailers .divider-full {
  padding-bottom: 50px;
}
.similar-trailers .myRow {
  padding: 2% 6% 0% 6%;
}
.similar-trailers .myRow .trailer {
  background-color: #c7c4c4;
  margin: 1%;
  height: 50vh;
}
.similar-trailers .myRow .trailer .myP {
  padding: 1% 3%;
  border: 1px solid rgba(32, 31, 31, 0.1);
}
@media screen and (max-width: 576px) {
  .similar-trailers .myRow {
    padding: 1%;
  }
}
.details {
  padding: 25px 0;
}
.details .carousel {
  max-width: 1600px;
}
.details p > a {
  color: inherit;
}
.details .pad {
  padding: 1% 6%;
}
.details .myP {
  padding: 0.2% 1%;
  border: 1px solid rgba(32, 31, 31, 0.1);
}
.details .divider {
  margin: 30px 0;
}
.details .price-row {
  margin: 40px 0 20px;
}
.details .price-row h4 {
  display: inline;
}
.details .fits-row {
  display: flex;
  margin: 20px 0 40px;
}
.details .fits-row .comma:last-child {
  display: none;
}
.details .pic {
  background-color: #c7c4c4;
  height: 57.5vh;
}
.details tr {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.details tr .myCell {
  width: 14vw;
  padding: 7%;
  text-align: left;
}
.details tr .myCell2 {
  font-weight: 600;
}
.details .bottomBord {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.details .inquire {
  margin-top: 25px;
}
.browse-trailers .filter-section {
  background-color: #FCF4E3;
  padding-top: 60px;
  padding-bottom: 60px;
}
.browse-trailers .filter-heading {
  border-bottom: 2px solid #00335A;
  padding-bottom: 20px;
}
.browse-trailers .filter-heading h3, .browse-trailers .filter-heading div {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
}
.browse-trailers .filter-heading .pipe {
  color: #00335A;
  font-size: 35px;
  margin-top: -5px;
  padding: 0 10px;
}
.browse-trailers .empty {
  padding: 30px 0;
}
.browse-trailers .filter-body {
  padding-top: 20px;
}
.browse-trailers .product-text {
  padding: 10px 0;
}
.browse-trailers .pad {
  padding: 2% 4%;
}
.browse-trailers .card-header {
  background-color: #fff !important;
  padding: 2% !important;
}
.browse-trailers .myLink {
  color: black;
  text-decoration: none !important;
}
.browse-trailers .myLink:hover {
  color: black;
}
.browse-trailers .plus {
  padding-right: 12%;
  font-weight: 300;
  text-align: right;
  color: #EEBC49;
  cursor: pointer;
}
.browse-trailers .myCheck {
  margin: auto;
  padding: 3% 14%;
}
.browse-trailers .myButton {
  background-color: #EEBC49;
  color: #fff;
  border-radius: 2px;
  padding: 5% 20%;
  margin: auto;
  border: none;
  outline: none;
}
.browse-trailers .myButton:hover {
  cursor: pointer;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.browse-trailers .search {
  border: 1px solid rgba(26, 24, 24, 0.2);
  border-radius: 2px;
  padding: 3%;
}
.browse-trailers .product-tile {
  border-radius: 2px;
  padding: 10px;
  position: relative;
  z-index: 0;
}
.browse-trailers .product-tile:hover .hover-under {
  text-decoration: underline;
}
.browse-trailers .product-tile .hover-under {
  margin: 0;
}
.browse-trailers .product-tile .product-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}
.browse-trailers .product-tile .pic {
  min-height: 250px;
}
.browse-trailers .product-tile .myP {
  margin-bottom: 0;
  padding: 1% 3%;
  border: 1px solid rgba(32, 31, 31, 0.1);
}
.browse-trailers .form-group .range-slider {
  margin: 10% 0;
}
.browse-trailers .form-group .range-slider .range-slider-output {
  margin-top: 5%;
}
.browse-trailers .btnRow .active {
  background: black;
  color: white;
}
.strikethrough {
  color: lightgray !important;
  text-decoration: line-through;
}
.welcome {
  padding: 5% 0 0;
}
.welcome .pText {
  margin: 0;
  padding: 0 25%;
}
.welcome.myRow {
  margin-bottom: 5%;
  padding: 1% 8%;
}
.welcome.myRow .callOut {
  background-color: #EFF0EF;
  min-height: 350px;
  margin: 0.5%;
}
.welcome.myRow .callOut .icon-wrap {
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .welcome .pText {
    padding: 0 2%;
  }
  .welcome .myRow {
    padding: 1%;
  }
}
.ourHistory {
  padding: 5% 0% 1% 0%;
}
.ourHistory .pText {
  padding: 0 25% !important;
}
@media screen and (max-width: 576px) {
  .ourHistory .pText {
    padding: 0 2% !important;
  }
}
.historyText p {
  margin-bottom: 1.5rem;
}
.historyText .img-wrap {
  margin-bottom: 1.5rem;
}
.historyText .img-wrap img {
  width: 100%;
}
.myTimeline {
  margin: 1% 6% 5% 6%;
  /* The actual timeline (the vertical ruler) */
  /* The actual timeline (the vertical ruler) */
  /* Container around content */
  /* The circles on the timeline */
  /* Place the container to the left */
  /* Place the container to the right */
  /* Add arrows to the left container (pointing right) */
  /* Add arrows to the right container (pointing left) */
  /* Fix the circle for containers on the right side */
  /* The actual content */
}
.myTimeline .timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.myTimeline .timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: gainsboro;
  top: 20px;
  bottom: 0;
  left: 50%;
}
.myTimeline .container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 40%;
}
.myTimeline .container::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  right: -30px;
  background-color: #EEBC49;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.myTimeline .left {
  left: -20.75%;
}
.myTimeline .right {
  left: 20.95%;
}
.myTimeline .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 25px;
  border: medium solid #eee;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #eee;
}
.myTimeline .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 25px;
  border: medium solid #eee;
  border-width: 15px 15px 15px 0;
  border-color: transparent #eee transparent transparent;
}
.myTimeline .right::after {
  left: -30px;
}
.myTimeline .content {
  padding: 20px 30px;
  background-color: #eee;
  position: relative;
  border-radius: 6px;
}
@media screen and (max-width: 600px) {
  .myTimeline {
    margin: 1% 1% 6% 1%;
    /* Place the timelime to the left */
    /* Full-width containers */
    /* Make sure that all arrows are pointing leftwards */
    /* Make sure all circles are at the same spot */
  }
  .myTimeline .timeline::after {
    left: 25px;
  }
  .myTimeline .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .myTimeline .container::before {
    left: 60px;
    border: medium solid #eee;
    border-width: 10px 10px 10px 0;
    border-color: transparent #eee transparent transparent;
  }
  .myTimeline .left::after, .myTimeline .right::after {
    left: 15px;
  }
  .myTimeline .right {
    left: -2.5%;
  }
  .myTimeline .left {
    left: -2.5%;
  }
}
.lower-header {
  height: 85vh;
}
.site-header {
  color: #fff;
  padding-top: 11%;
}
.site-header .myRow {
  padding-left: 4%;
  padding-right: 4%;
}
.site-header .myCol {
  text-align: right;
}
.site-header .myCol .myDiv {
  text-align: left;
}
.site-header .icon {
  padding-bottom: 6%;
  padding-right: 1%;
}
@media screen and (max-width: 576px) {
  .site-header {
    padding-top: 20%;
  }
  .site-header .myRow {
    text-align: center;
  }
  .site-header .myCol {
    text-align: center;
  }
  .site-header .icon {
    padding-bottom: 12%;
  }
}
.videoDetail {
  margin: 5%;
}
.videoDetail .video {
  display: block;
  margin: auto;
  padding: 2.5% 5%;
}
.videoDetail .description {
  padding: 0% 5%;
}
