h1 {
    font-size: 3.5rem;
  line-height: 1;
  font-family: 'Passion One', sans-serif;
}

h2, .h2 {
  font-size: 2.5rem;
  line-height: 1;
    font-family: 'Passion One', sans-serif;
}

h3, .h3 {
  font-size: 2rem;
  line-height: 1;
    font-family: 'Passion One', sans-serif;
}

p {
  font-size: 16px;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.nav {
  padding: 15px 0;
}

.menu.social-icons a {
  padding: 5px;
}

.social-icons .nav-link {
    display: block;
    padding: .5rem .5rem;
}

p.contact-phone {
  font-size: 18px;
}

.hero {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.hero h1, .hero .cta {
    font-family: 'Passion One', sans-serif;
    text-transform: uppercase;
    color: #fefefe;
    text-shadow: 1px 1px 0 rgba(16, 16, 16, 1);
}

h1 {
    line-height: 1.2;
}

.hero .cta {
    font-size: 1.7rem;
}

.hero .cta a {
    color: #ffd715;
}

.hero .lead {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fefefe;
    padding-bottom: 2rem;
}

.callout {
    background-color: #5c6a90;
    color: #fefefe;
    padding: 1rem;
}

.callout.darker {
    background-color: #323B54;
}

.callout.gray {
    background-color: #d8d8d8;
    color: #525252;
}

.callout label {
    color: #fefefe;
}

.callout:not(.gray) a:not(.btn) {
    color: #ffd715;
}

.btn {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 800;
}

.title {
    font-family: 'Passion One', sans-serif;
    margin-bottom: 0.5rem;
}

.resources .title {
    font-size: 1.8rem;
    line-height: 1;
}

.header {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

hero-search-filter {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fefefe;
    padding: 0.25rem;
    border-radius: 5px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.hero-search-filter-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fefefe;
    padding: 0.25rem;
    border-radius: 5px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-search-filter-form label {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
    color: #8a8a8a;
    font-weight: bold;
}

.hero-search-filter-form input, .hero-search-filter-form .button {
    margin-bottom: 0;
    margin-left: 10px;
}

.overlay {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.overlay:after {
  opacity: 0.35;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.overlay .grid-container {
    position: relative;
    z-index: 2;
}

.normal-pad {
    padding: 50px 0;
}

.footer {
  padding: 10px 0;
}

.footer p {
  margin-bottom: 0;
}

.blog-post-box-img {
    min-height: 200px;
}

.blog-post-box-content {
    padding: 1rem;
    min-height: 170px;
}

p.date-listed {
  opacity: 0.5; 
}

ul.machine-type-list {
    background: #cccccc;
    padding: 15px;
    margin-left: 0;
    list-style-type: none;
    border-radius: 5px;
}

ul.machine-type-list h2 {
    margin-bottom: 5px;
}


ul.machine-type-list li {
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 1px solid grey;
    padding-bottom: 10px;
}

ul.machine-type-list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}


/* Useful Classes */
.xy-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.transition {
    transition: all 350ms ease-in-out;
}

.r-3-2 {
    width: 100%;
    padding-bottom: 66.667%;
    background-color: #ddd;
}

.image-holder {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Main Styles */
.gallery-wrapper {
    position: relative;
    overflow: hidden;
}

.gallery {
    position: relative;
    white-space: nowrap;
    font-size: 0;
}

#main-inventory-container {
    background-color: rgba(0, 0, 0, 0.2);
    border: solid 4px #fefefe;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    position: relative;
    overflow: hidden;
}

.inventory-thumb.active {
    opacity: 1.0;
}

.inventory-thumb {
    width: auto;
    max-height: 75px;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.5;
    border: solid 4px #fefefe;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: all .3s ease-in, box-shadow 200ms ease-out;
    border-radius: 0;
    margin-bottom: 1rem;
}

.item-wrapper {
    cursor: pointer;
    width: 25%; /* arbitrary value */
    display: inline-block;
    background-color: white;
}

.gallery-item { opacity: 0.5; }
.gallery-item.active { opacity: 1; }

.controls {
    font-size: 0;
    border-top: none;
}
.move-btn {
    display: inline-block;
    width: 50%;
    border: none;
  color: #ccc;
    background-color: transparent;
    padding: 0.2em 1.5em;
}
.move-btn:first-child {border-right: none;}
.move-btn.left  { cursor: w-resize; }
.move-btn.right { cursor: e-resize; }

.tabs {
    margin: 0;
    border: none;
    background: #a5a5a5;
    list-style-type: none;
    border-radius: 5px 5px 0 0;
}

.listing-tabs {
  padding: 50px 0;
}

.tabs-content {
    border: none;
    border-top: 0;
    background: #cccccc;
    color: #333333;
    transition: all 0.5s ease;
}

.listing-tabs table.unstriped tbody {
    background-color: #fefefe;
    border: none;
}

.listing-tabs table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #808080;
    background-color: #cccccc;
}

.listing-tabs table.unstriped tbody tr:last-child {
    border-bottom: 0;
    border-bottom: none;
    background-color: #cccccc;
}

.tabs-content {
    border: none;
    border-top: 0;
    background: #cccccc;
    color: #333333;
    transition: all 0.5s ease;
    border-radius: 0 0 5px 5px;
}

.tabs-title {
  font-weight: 600;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: #cccccc;
    color: #01467f;
    border-radius: 5px 5px 0 0;
}

.tabs-title > a:hover {
    background: #d6d6d6;
    color: #1468a0;
    border-radius: 5px 5px 0 0;
}

.featurette-image {
  width: 100%;
  height: 10rem;
  object-fit: cover;
  object-position: 50% 50%; /* default value: image is centered*/
}

.listing {
    border: 1px solid rgba(10, 10, 10, 0.25);
    background-color: #d8d8d8;
    color: #fefefe;
}

.listing .card-body h4 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
}

.listing .listing-image-container {
    overflow: hidden;
}

.listing .listing-button {
    max-height: 50px;
    width: 100%;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    -webkit-transition: bottom 0.3s;
    -moz-transition: bottom 0.3s;
    -ms-transition: bottom 0.3s;
    -o-transition: bottom 0.3s;
    transition: bottom 0.3s;
}

.listing:hover .listing-button {
    bottom: 0;
}

.card-header:first-child {
    border-radius: 0;
}

.card-header {
    background-color: rgba(0, 47, 87, .4);
}

.card.listing {
    padding: 15px 15px 0 15px;
    height: 100%;
    transition: all 0.15s ease-in-out;
}

.card.listing:hover {
    background-color: #323B54;
    color: #ffffff;
}

a .card.listing:hover > .card-footer .btn-outline-primary {
    padding: 0.5rem;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #0051a4;
    background: #0051a4;
    color: #ffffff;
}

a .card.listing {
    color: #5a5a5a;
}

.card.listing .card-body {
    padding: 15px 15px 5px 15px;
    flex: 0 1 auto;
}

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

#accordion .sidebar-nav {
    font-family: 'Passion One', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fefefe;
}

#accordion .card-header {
    background-color: #323B54;
}

#accordion button.sidebar-nav {
    font-size: 1.5rem;
}

#accordion .card-body {
    background-color: #525252;
}

#accordion .sidebar-nav .fa-angle-down{
    transform: rotate(0deg);
    transition: transform 0.2s linear;
}

#accordion .sidebar-nav.collapsed .fa-angle-down{
    transform: rotate(-90deg);
}

@media(min-width:992px) {
#accordion .sidebar-nav {
    font-size: 16px;
}
.card-header {
  padding-left: .25rem;
  }
  }

@media(max-width:768px) {
    #accordion .sidebar-nav {
        font-size: 16px;
    }
    .site-logo{
        max-width: 175px;  /* 175 x2 = 350 */
    }
}

.card-header {
  padding-left: 2px;
}

.card-header:first-child {
    border-radius: 0;
}

.card-header .fas {
    color: #fff;
}

#accordion .sidebar-nav li a {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    text-transform: Capitalize;
    font-weight: 400;
    color: #ffd715;
}

.morecontent .morelink {
    display: block;
    color: #007bff;
}

.benefits {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #323B54;
    font-family: 'Open Sans', sans-serif;
    color: #fefefe;
    font-size: 1.2rem;
    font-weight: 400;
}

.icon {
    font-size: 3.5rem;
}

.dropdown-menu {
    background-color: #333;
    opacity: 0.95;
}

.dropdown-item {
    color: white;
}

.dropdown-item:hover {
    background-color: transparent;
    color: #ffd715;
}

.ribbon {
    font: bold 15px Sans-Serif;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    padding: 7px 0;
    right: -30px;
    top: 15px;
    width: 120px;
    background-color: #CE4747;
    color: #FEFEFE;
}

.pagination > li > a
{
    background-color: #d8d8d8;
    color: #333;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #5a5a5a;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a
{
    color: #333 !Important;
    background-color: #ffd715 !Important;
    border: solid 1px #ffd715 !Important;
}

.pagination > .active > a:hover
{
    background-color: #ffd715 !Important;
    border: solid 1px #ffd715;
}

.alignright {
    float: right;
    margin-left: 1em;
    margin-bottom: 0.5em;
}

.alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 0.5em;
}

.slick-prev:before, .slick-next::before {
    color: black;
    font-size: 2rem;
}

.slick-prev {
    left: 0;
    z-index: 1;
}
.slick-next {
    right: 1rem;
}

.all-manufacturers .manufacturer {
    height: 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
}