* {
  box-sizing: border-box;
  border: 0;
  font-family: 'Open Sans', sans-serif;
  color: #4e5256;
  font-size: 16px;
}

ul,
ol {
  list-style-position: inside;
  margin: 10px 0;
}

ul.DropDownMenu li {
    padding: 3px 10px;
}

ul.DropDownMenu li ul {
    margin-top: 5px;
    margin-left: 10px;
    back
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#_Content {
  width: 90%;
  max-width: 1020px;
  margin: 150px auto;
}

._Editor nav,
._Editor #hero-banner,
._Editor #small-banner {
  display: none;
}

._Editor #_Content {
  margin-top: 150px !important;
}

._Editor footer {
  margin-top: 30px !important;
}

code {
  color: inherit !important;
}

#_Content img {
  max-width: 100%;
  margin: 0 auto;
}

#hero-banner {
  position: relative;
  background: #e8eeef;
  height: 45vh;
  min-height: 400px;
  width: 100%;
  margin-top: 105px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: none;
}

#banner-text {
  width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY?(-50%);
  transform: translateY(-50%);
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 90px 20px;
}

#banner-text h1 {
  margin-bottom: 50px;
  line-height: 0.7;
}

#banner-text h1 ._DocumentDescription {
  font-size: 58px;
  font-family: 'Bebas Neue', sans-serif;
  text-shadow: 0 0 8px white;
}

#banner-text ._DocumentAbstract,
#banner-text ._DocumentAbstract p {
  font-size: 34px;
  font-family: 'Bebas Neue', sans-serif;
  text-shadow: 0 0 8px white;
  line-height: .9;
  width: 95%;
  max-width: 1100px;
  margin: 10px auto;
}

#imageDiv,
.imageDiv {
  display: none;
}

#small-banner {
  width: 100%;
  margin-top: 110px;
  text-align: center;
  padding: 50px 0 30px;
  background-color: #E8EEEF;
}

#small-banner h1 ._DocumentDescription {
  font-size: 58px;
  font-family: 'Bebas Neue', sans-serif;
  text-shadow: 0 0 8px white;
}

/* Navbar Styles */

nav {
  width: 100%;
  z-index: 100;
  background-color: #FBFBFB;
  opacity: 0.95;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  padding: 0 5%;
}

.navbar-collapse iframe {
  height: 0 !important;
}

#navlogos img {
  width: 100%;
  max-width: 150px;
  margin-right: 10px;
}

#navlogos .mobile {
  display: none;
}

.mdl-badge.mdl-badge--overlap {
  margin-right: 16px;
}

.mdl-badge.mdl-badge--overlap:after {
  top: -6px;
  right: -15px;
  background-color: #eb6b24;
}

/* Footer */

footer {
  background-color: #0E0E0F;
  padding: 50px 0 100px 0;
  min-height: 400px;
}

footer p,
footer p em,
footer h3,
footer a {
  color: #fff !important;
}

/*footer .row {
  max-width: 930px;
}*/

.footer-col {
  padding: 20px 0;
}

.footer-col h3 {
  margin-bottom: 15px;
}

.footer-col p {
  margin-bottom: 5px;
}

#footer-bar {
  padding: 20px 0 5px 0;
}

.table-dark th,
.table-dark td,
.table-dark p,
.table-dark a {
  color: #fff !important;
  background-color: #343a40;
}

.table p {
  margin-bottom: 0;
}

/* Prouct - Merchandise List */

._ProductList {
  padding: 100px 0;
}

._ProductList::after {
  content: '';
  display: table;
  clear: both;
}

._ProductList ._ProductDetails {
  vertical-align: top;
  float: left;
  width: 33%;
  padding: 20px;
}

.product-list-item {
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
  text-align: center;
  min-height: 360px;
  box-shadow: 0 0 10px #ececec;
  /*cursor: pointer;*/
}

.product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  margin: 0 auto 20px auto;
}

.product-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  margin: 0 auto 20px auto;
}

._ProductDetails a img {
  max-height: 100%;
}

._ListPager {
  text-align: center;
}

button._ListPagerNext {
  margin-right: 10px;
}

#detailsPage .product-image {
  height: auto;
  max-width: 400px;
  display: block;
  margin: 0 0 20px 0;
}

._ProductDetails img._FieldImage.Magnify {
  max-height: 100% !important;
  width: 100% !important;
}

img._FieldImage.Magnify {
  max-height: none !important;
  height: auto !important;
  max-width: 97% !important;
  background-color: #ffffff;
}

#detailsPage iframe {
  max-width: 100% !important;
}

#detailsPage table {
  width: 100% !important;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  color: #212529;
}

#detailsPage table td,
#detailsPage table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

#bike-email h2 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

#bike-email td:first-of-type {
  background: #e8eeef;
}

#bike-email td {
  padding: 5px;
  border: 1px solid #bbc0c5;
}

#bike-email table {
  border-spacing: 5px;
  border-collapse: separate;
}

/* Home Page Featured Products ------ */

.hp-feature {
  width: 100%;
}

.hp-feature .slide-content {
  position: relative;
}

.hp-feature ._ProductList {
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.hp-feature ._ProductList ._ProductDetails {
  width: 100%;
  padding: 0;
  position: relative;
}

.hp-feature ._ProductList ._ProductDetails:hover {
  cursor: pointer;
}

.hp-feature .material-icons {
  color: #fff;
  font-size: 35px;
  text-shadow: 0 0 5px #00000033;
}

.hp-feature h3 {
  margin-bottom: 30px;
}

.hp-feature h3 a {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 35px;
  color: #323537;
}

.hp-feature h3 a:hover {
  text-decoration: none;
}

.fp-image {
  position: absolute;
  width: 100%;
  height: 100%;
}

.fp-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  min-width: 0;
}

.fp-wrapper {
  height: 400px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 200px auto 100px;
  width: 95%;
  max-width: 1080px;
  text-align: center;
  position: relative;
}

.fp-details {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fp-details p a {
  color: #fff;
  text-shadow: 1px 1px 2px #000000 !important;
  background-color: #e95b0c;
  padding: 7px 15px;
  border-radius: 20px;
}

.fp-details p a:hover {
  background-color: #323537;
  text-decoration: none;
}

/* Hide details, fix ratio, make banner more customisable 

.hp-feature {
    margin-top: 114px;
    min-height: 220px;
}

.fp-details {
    display: none;
}

.fp-wrapper {
    background: transparent;
    height: auto;
    margin: 0;
    min-height: 240px;
}

._ProductDetails {
    aspect-ratio: 9 / 3; 
}

@media only screen and (max-width: 990px) {
 .hp-feature {
    margin-top: 78px;
}


*/

/* Product - Shopping Cart */

.mdl-data-table {
  white-space: normal;
}

.mdl-data-table ._ProductDetails {
  float: none;
  width: 100%;
  padding: 0;
}

.mdl-data-table .product-list-item {
  min-height: auto;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

.mdl-data-table .product-image {
  display: block;
  height: auto;
  max-width: 100px;
  margin: 0 0 30px 0;
}

._LoginPrompt ._FlipCardFront,
._LoginPrompt ._FlipCardBack {
  background-color: transparent;
}

._LoginPrompt ._FlipCardInner {
  box-shadow: none;
}

._LoginPrompt ._FlipCard {
  margin-bottom: 15px;
}

/* Category Thumbnail Links */

.catlink-wrapper {
  max-width: 300px !important;
  margin: 0 auto;
}

.category-link {
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin: 20px auto;
  background-color: #cccccc;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

.category-link:hover {
  opacity: 0.8;
}

.category-link a {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Search Page */

._SearchFull {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.mdl-textfield.is-focused .mdl-textfield__label:after {
  visibility: hidden;
}

._SearchSettingsOptions {
  margin: 50px auto;
  text-align: center;
}

._SearchFull .mdl-textfield {
  margin: 10px auto;
  width: 100%;
  max-width: 500px;
  display: block;
}

._SearchFull ._SearchSettingsOptions table {
  margin: 10px;
  width: 20%;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
}

._SearchFull ._SearchSettingsOptions thead td.mdl-data-table__cell--non-numeric {
  text-align: center !important;
}

._SearchFull ._SearchSettingsOptions table,
._SearchFull ._SearchSettingsOptions table td {
  background-color: transparent;
  border: none;
}

._SearchFull ._SearchSettingsOptions table td {
  padding: 0 5px;
}

._SearchFull ._SearchSettingsOptions table td label {
  padding-top: 5px;
}

._SearchFull ._SearchSettingsOptions table td:first-of-type {
  width: 24px;
}

.SearchResults ._DocumentList .row {
  border-bottom: 1px solid #d5d9da;
  margin-bottom: 35px;
}

.SearchResults .thumbnail:empty {
  display: none;
}

.staff-member {
  margin-bottom: 50px;
}

.staff-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 10px 15px #0000000d;
}

.staff-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}

.staff-bio {
  margin-top: 30px;
}

/* Email form */

._EmailForm {
  width: 95%;
  max-width: 500px;
  margin: 20px auto;
  overflow: hidden;
}

.mdl-textfield__label {
  color: grey;
}

._EmailForm .intl-tel-input.allow-dropdown.separate-dial-code {
  width: 100%;
}

button._EmailSubmit {
  width: 100%;
  margin-top: 30px;
}

.mdl-button.mdl-button--colored span,
.mdl-button--raised.mdl-button--colored span {
  color: #fff !important;
}

._Captcha {
  margin-top: 30px;
  text-align: center;
}

._Question {
  margin-bottom: 20px;
}

.mdl-textfield--floating-label.is-active .mdl-textfield__label {
  color: rgba(0, 0, 0, .26);
  font-size: 16px;
}

._DateField input#txt_service_date {
  margin-top: 6px;
}

.is-focused .mdl-textfield__label .is-invalid,
.is-dirty .mdl-textfield__label .is-invalid,
.is-active .mdl-textfield__label .is-invalid {
  color: #4e5256;
}

/* Date Picker */

.mddtp-picker .mddtp-picker__header {
  background-color: #e8eeef;
  padding: 24px 24px 20px;
}

.mddtp-picker .mddtp-picker__header .mddtp-picker__title,
.mddtp-picker .mddtp-picker__header .mddtp-picker__subtitle {
  color: #000000;
  font-weight: bold;
  font-size: 19px;
}

.mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__grid span.mddtp-picker__cell--today {
  color: #eb6b24;
  font-weight: 600;
}

.mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__grid span.mddtp-picker__cell--selected,
.mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__grid .mddtp-picker__tr span.mddtp-picker__cell:hover {
  background-color: #eb6b24;
  color: #fff;
}

.mddtp-button {
  color: #eb6b24;
}

.mddtp-picker__years .mddtp-picker__li--current {
  font-size: 21px;
  color: #eb6b24;
  font-weight: bold;
}

/* //Date Picker */

.mdl-button {
  margin-top: 2px;
  margin-right: 10px;
  margin-bottom: 0;
  transition: 0.1s;
}

.mdl-button--fab {
  background-color: white;
}

.mdl-button--fab:hover {
  background-color: rgba(255, 255, 255, 0.85);
}

.mdl-button--raised.mdl-button--colored {
  background: #00247D;
  color: #fff;
}

.mdl-button--raised.mdl-button--colored:hover {
  background: #1B2A4E;
}

._Answer .mdl-button:hover {
  margin-top: 0;
  margin-bottom: 2px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}

.mdl-button--fab.mdl-button--colored {
  background: #e95b0c !important;
}

.mdl-button--fab.mdl-button--colored:hover {
  background-color: #ff7e36 !important;
  color: #FFF !important;
}

button._EmailSubmit:hover {
  margin-top: 30px;
}

.email-form-wrapper {
  overflow: hidden;
}

.email-form-wrapper table {
  width: 95% !important;
  max-width: 800px;
  margin: 20px auto;
  padding: 10px;
}

.email-form-wrapper table td {
  padding: 10px 3px;
}