<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Showroom Manufacturers &amp; Categories */
.showroom {
  padding-top: 10px;
}
.showroom-manufacturer,
.showroom-model {
  padding: 0;
  margin: 10px 0;
}
.showroom-manufacturer-container,
.showroom-model-container {
  height: 100%;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.3);
}
.showroom-manufacturer-container {
  padding: 10px 0 20px;
  margin: 0 10px;
}
.showroom-header {
  display: table;
  width: 100%;
  height: 80px;
  text-align: center;
  padding: 0 10px;
}
.showroom-header span {
  display: table-cell;
  vertical-align: middle;
}
.showroom-header img {
  max-height: 80px;
  width: auto;
  max-width: 100%;
}
.showroom-categories a:hover,
.showroom-categories a:focus,
.showroom-categories a:active {
  text-decoration: none;
}
.showroom-categories &gt; ul {
  padding: 5px 30px;
  margin: 0;
}
.showroom-category.category-placeholder { /* hides initial placeholder &lt;li&gt; before data loads */
  display: none;
}
.showroom-category,
.showroom-display-subcategory {
  font-size: 13px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  background-color: #464646;
  border: solid 1px #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.showroom-display-subcategory {
  width: 100%;
  padding: 7px;
}
.showroom-display-subcategory-wrapper {
  display: table;
  width: 100%;
}
.showroom-category {
  margin: 8px 0;
}
.showroom a.showroom-category-link {
  display: block;
  width: 100%;
  padding: 7px;
  color: #fff;
}
.showroom-display-subcategory span {
  display: table-cell;
  vertical-align: middle;
}
.showroom-display-subcategory-li {
  padding: 5px 7px;
}
.showroom-category:hover,
.showroom-category:focus,
.showroom-display-subcategory:hover,
.showroom-display-subcategory:focus {
  background-color: #222;
  border-color: #111;
  cursor: pointer;
}
.showroom-category:active,
.showroom-display-subcategory:active {
  background-color: #111;
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(0, 0, 0, 0.4);
}
.showroom-display-subcategories a:hover,
.showroom-display-subcategories a:focus,
.showroom-display-subcategories a:active {
  text-decoration: none;
}
.showroom-attachment-category {
  background-color: #767676;
  border-color: #535353;
}
.showroom .showroom-attachment-category:not(:first-child) {
  position: relative;
  margin-top: 16px;
}
.showroom .showroom-attachment-category:not(:first-child):before {
  position: absolute;
  top: -9px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #ccc;
  content: '';
}
.showroom-display-subcategories &gt; ul {
  margin: -5px -7px 0;
}
.showroom-display-subcategory-selected {
  background-color: #222;
  border-color: #111;
  -webkit-box-shadow: inset 0 0 12px rgba(0, 0, 0, 1);
  -moz-box-shadow: inset 0 0 12px rgba(0, 0, 0, 1);
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 1);
  cursor: pointer;
}
.showroom-container {
  padding-left: 10px;
  padding-right: 10px;
}
.showroom-container .model-display {
    display: none;
}
.showroom-container .model-title-container {
  margin-bottom: 15px;
}
.showroom-container .showroom-title {
  font-size: 32px;
  margin-bottom: 15px;
  height: 70px;
  display: table-cell;
  vertical-align: bottom;
}
.showroom-container .model-select {
    margin-top: 15px;
}
.showroom-return {
  margin-top: 15px;
}
.showroom-return a:before {
  display: inline-block;
  margin-right: 4px;
  content: '\f100';
  font-family: FontAwesome;
}
.showroom-return a:hover,
.showroom-return a:focus {
  text-decoration: underline;
}
.showroom-year-selection {
  margin-top: 7px;
  min-width: 130px;
}
.showroom-models ul {
  margin: 0 -10px;
}
.showroom-models .description-head { /* model year heading */
  padding: 10px;
  margin: 25px 0 10px;
  font-weight: 600;
  color: #464646;
  font-size: 16px;
  background-color: #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.showroom-models &gt; div:first-child .description-head {
  margin-top: 20px;
}
.showroom-model &gt; a {
  display: block;
  margin: 0 10px;
}
.showroom-model &gt; a:hover,
.showroom-model &gt; a:focus,
.showroom-model &gt; a:active {
  text-decoration: none;
}
.showroom-model-container {
  padding: 15px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.showroom-model-container:hover,
.showroom-model-container:focus {
  -webkit-box-shadow: 0 1px 15px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 15px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 15px 2px rgba(0, 0, 0, 0.2);
}
.showroom-model-container:active {
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
.showroom-model-name {
  display: table;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
}
.showroom-model-name span {
  display: table-cell;
  vertical-align: middle;
}
.showroom-model-image {
  display: table;
  width: 100%;
  height: 190px;
  margin: 12px auto;
  color: #111;
  background-color: #fff;
  table-layout: fixed;
}
.showroom-model-image span {
  display: table-cell;
  vertical-align: middle;
}
.showroom-model-image img {
  max-width: 100%;
  max-height: 180px;
}
.showroom-model-price {
  font-weight: 700;
  color: #565656;
}
.showroom-model-view:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .showroom-year-selection {
    margin-top: 8px;
  }
}

/* Showroom Model Details */
#description &gt; p:last-child {
  margin-bottom: 25px;
}
.showroom-container .model-image-stage,
.showroom-container .model-thumbnails-stage {
  position: relative;
}
.showroom-container .model-image-area {
  width: 100%;
  background-color: #fff;
  border: 1px #ddd solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.showroom-container .model-image {
  height: 350px;
  width: 100%;
  padding: 10px 30px;
  text-align: center;
  overflow: hidden;
}
.showroom-container .model-image img {
  max-height: 100%;
  max-width: 100%;
  box-shadow: #000 0 0 0; /* prevents image jumping on fadeIn */
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  flex: none;
}
.showroom-container .model-image &gt; a {
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.showroom-container .model-image &gt; a:hover img {
  opacity: 0.4;
}
/* Start Swipebox mods */
.showroom-container .model-image .swipebox {
  cursor: -moz-zoom-in; 
  cursor: -webkit-zoom-in; 
  cursor: zoom-in;
}
#swipebox-overlay {
  background: rgba(0,0,0,.8) !important;
}
#swipebox-counter {
  padding: 15px 12px;
  color: rgba(255,255,255,0.7);
}
#swipebox-counter:after {
  content: '\f03e';
  margin-left: 3px;
  font-family: FontAwesome;
}
#swipebox-current-slide-number:after {
  content: '\002f';
  margin-left: 3px;
}
#swipebox-slider .slide.current {
  position: relative;
}
#swipebox-slider .slide.current:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '\f021';
  font-family: FontAwesome;
  font-size: 24px;
  color: rgba(255,255,255,0.7);
  z-index: -1;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
#swipebox-bottom-bar {
  top: 50px;
  background: none !important;
}
#swipebox-arrows {
  height: auto !important;
  width: 100% !important;
  max-width: none !important;
}
#swipebox-next,
#swipebox-prev,
#swipebox-close {
  opacity: 0.7;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#swipebox-next,
#swipebox-prev {
  height: 100vh !important;
  width: 75px !important;
}
#swipebox-next {
  background-position: -65px center !important;
}
#swipebox-prev {
  background-position: -20px center !important;
}
#swipebox-next.disabled,
#swipebox-prev.disabled {
  display: none;
}
#swipebox-next:hover,
#swipebox-next:focus,
#swipebox-prev:hover,
#swipebox-prev:focus,
#swipebox-close:hover,
#swipebox-close:focus {
  opacity: 1;
}
/* End Swipebox mods */
.showroom-container .model-image-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 20px;
  color: #000;
  text-align: center;
  opacity: 0;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.showroom-container .model-image &gt; a:hover .model-image-zoom {
  opacity: 0.8;
}
.showroom-container .model-image-zoom .model-image-zoom-text {
  margin-top: 5px;
}
.showroom-container .model-thumbnails-stage {
  position: relative;
  height: 120px;
  background-color: #f9f9f9;
  border-top: 1px #ddd solid;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.showroom-container .model-thumbnails {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  width: 90%;
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.showroom-container .model-thumbnail-container {
  display: flex;
  height: 100px;
  width: 100px;
  margin: 0 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  flex: none;
  cursor: pointer;
}
.showroom-container .model-thumbnails &gt; img {
  height: 100px;
  width: auto;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #ddd;
}
.showroom-container .model-thumbnail-container img {
  position: relative;
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  box-shadow: #000 0 0 0; /* prevents image jumping on fadeIn */
  flex: none;
  cursor: pointer;
}
.showroom-container .model-thumbnail-container:hover img,
.showroom-container .model-thumbnail-container:focus img {
  opacity: 0.7;
}
.showroom-container .model-thumbnail-container:active img,
.showroom-container .model-thumbnail-container.active img {
  opacity: 0.6;
}
.showroom-container .model-image-controls,
.showroom-container .model-thumbnails-controls {
  position: absolute;
  width: 100%;
  height: 100%;
}
.showroom-container .model-image-controls &gt; button,
.showroom-container .model-thumbnails-controls &gt; button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  padding: 2%;
  color: #8f8f8f;
  text-align: center;
  background: none;
  border: 0;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.showroom-container .model-image-controls &gt; button {
  font-size: 32px;
}
.showroom-container .model-thumbnails-controls &gt; button {
  font-size: 22px;
}
.showroom-container .model-next {
  right: 0;
}
.showroom-container .model-image-controls &gt; button:focus,
.showroom-container .model-image-controls &gt; button:hover,
.showroom-container .model-thumbnails-controls &gt; button:focus,
.showroom-container .model-thumbnails-controls &gt; button:hover {
  color: #464646;
}
.showroom-container .model-thumbnails-controls &gt; button:active,
.showroom-container .model-thumbnails-controls &gt; button:active {
  color: #222;
}
.showroom-model-btn {
  padding: 9px;
  margin-bottom: 10px;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  background-color: #464646;
  border: solid 1px #333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.15), inset 0 -2px 2px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.15), inset 0 -2px 2px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.15), inset 0 -2px 2px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  cursor: pointer;
}
.showroom-model-btn:hover,
.showroom-model-btn:focus {
  background-color: #222;
  border-color: #111;
  cursor: pointer;
}
.showroom-model-btn:active {
  background-color: #111;
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6), 0 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6), 0 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6), 0 1px 1px rgba(0, 0, 0, 0.4);
}
.showroom-model-btn-link:hover,
.showroom-model-btn-link:focus,
.showroom-model-btn-link:active {
  text-decoration: none;
}
.showroom-container .info-area {
  margin: 20px 0 10px;
}
.showroom-container .description {
    margin: 12px;
}
.showroom-container .tab-pane {
  padding: 10px;
  border: 1px solid #ddd;
  border-top: 0;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.showroom-container .nav-tabs {
  border-bottom-width: 1px;
}
.showroom-container .nav-tabs &gt; li &gt; a {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.showroom-container .nav-tabs &gt; li &gt; a:hover {
  background-color: #f9f9f9;
  border-color: #ddd;
 }
.showroom-container .nav-tabs &gt; li.active &gt; a,
.showroom-container .nav-tabs &gt; li:active.active &gt; a {
  color: inherit;
  background-color: #fff;
  border-color: #ddd;
  border-bottom-color: #fff;
}
.showroom-container .nav-tabs &gt; li:active &gt; a {
  background-color: #e6e6e6;
}
.showroom-container .tab-pane .table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.showroom-container .tab-pane span:last-child table:last-child { /* removes bottom-margin on last table of each tab */
  margin-bottom: 0;
}
.showroom-container .table &gt; thead &gt; tr &gt; th {
  color: #464646;
  background-color: #e6e6e6;
  border: 0;
}
.showroom-container .table &gt; tbody &gt; tr &gt; td,
.showroom-container .table &gt; tbody &gt; tr &gt; th,
.showroom-container .table &gt; tfoot &gt; tr &gt; td,
.showroom-container .table &gt; tfoot &gt; tr &gt; th,
.showroom-container .table &gt; thead &gt; tr &gt; td,
.showroom-container .table &gt; thead &gt; tr &gt; th {
  padding: 8px 12px;
}
.showroom-container .table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
  background-color: #fff;
}
.showroom-container .table-striped &gt; tbody &gt; tr:nth-of-type(even) {
  background-color: #f9f9f9;
}
.showroom-container .model-options td {
  display: list-item;
  list-style: disc inside;
}
.msrp-disclaimer {
  margin-top: 10px;
  font-size: 10px;
  font-style: italic;
}
@media screen and (max-width: 991px) {
  .showroom-container .model-image-area {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .showroom-container .model-image {
    height: 250px;
  }
  .showroom-container .model-thumbnails {
    width: 85%;
  }
  .showroom-container .model-thumbnails img {
    max-height: 100px;
    max-width: 100px;
  }
  .showroom-container .nav-tabs &gt; li &gt; a {
    padding: 10px 12px;
  }
  .showroom-container .model-image &gt; a:after {
    content: "\f00e";
    position: absolute;
    top: -10px;
    right: -30px;
    height: 40px;
    width: 40px;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 40px;
    color: #8f8f8f;
    background-color: rgba(255,255,255,.7);
    border-radius: 50%;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .showroom-container .model-image &gt; a:hover:after {
    color: #464646;
  }
  .showroom-container .model-image &gt; a:hover img {
    opacity: 1;
  }
  .showroom-container .model-image-zoom {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .showroom-container .showroom-title {
    font-size: 24px;
  }
  .showroom-container .nav-tabs {
    padding-bottom: 10px;
  }
  .showroom-container .nav-tabs &gt; li {
    float: none;
  }
  .showroom-container .nav-tabs &gt; li &gt; a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .showroom-container .nav-tabs &gt; li &gt; a:after {
    display: inline-block;
    margin-left: 7px;
    content: '\f0da';
    font-family: FontAwesome;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .showroom-container .nav-tabs &gt; li.active &gt; a,
  .showroom-container .nav-tabs &gt; li:active.active &gt; a {
    background-color: #e6e6e6;
    border-bottom-color: #ddd;
  }
  .showroom-container .nav-tabs &gt; li:active &gt; a {
    background-color: #ccc;
  }
  .showroom-container .nav-tabs &gt; li.active &gt; a:after,
  .showroom-container .nav-tabs &gt; li:active.active &gt; a:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

/** Promotions Tab **/
.promotion-container .promotion-thumbnail img {
  width: 100%;
}

h3.promotion-name {
  font-size : 18px !important;
}

#quoteModal, .promotion-modal {
  overflow-y : auto;
}

.promotions-container {
  padding : 10px 0px 10px 10px !important;
  max-height : 250px;
  border : 1px solid rgb(217, 217, 217);
  overflow-y : scroll;
}
.promotions-container .promotion-info {
  position : relative;
  padding : 15px 40px;
  text-align : center;
  background-color : rgb(249, 249, 249);
  border : 1px solid rgb(217, 217, 217);
  border-radius : 5px;
  transition-duration : 0.3s;
  transition-timing-function : ease;
  transition-delay : 0s;
  transition-property : all;
}

.promotions-container div.promotion-info:not(:first-of-type) {
  display : block;
  margin-top : 15px;
}

.promotions-container .promotion-info h3.promotion-name {
  margin : 0px 0px 8px 0px !important;
  font-weight : 700 !important;
  font-size : 14px !important;
  line-height : 1.4 !important;
}

.promotion-date {
  font-style : italic;
  opacity : 0.7;
  margin : 0px 0px 10px 0px !important;
  text-align : center !important;
  float : none !important;
}

.promotions-container .promotion-info::before {
  position : absolute;
  content : "ï€®";
  color : rgb(255, 255, 255);
  font-size : 14px;
  font-family : FontAwesome;
  padding : 5px 10px 5px 9px;
  background-color : rgb(209, 0, 0);
  border-radius : 5px 0px 15px 0px;
  top : 0px !important;
  left : 0px !important;
}

.addthis {
  margin-top : 15px;
}

.promotions-container::-webkit-scrollbar,.promotion-longDescription::-webkit-scrollbar {
  -webkit-appearance : none;
}

.promotions-container::-webkit-scrollbar:vertical,.promotion-longDescription::-webkit-scrollbar {
  width : 11px;
}

.promotions-container::-webkit-scrollbar:horizontal,.promotion-longDescription::-webkit-scrollbar {
  height : 11px;
}

.promotions-container::-webkit-scrollbar-thumb,.promotion-longDescription::-webkit-scrollbar {
  border-radius : 8px;
  border : 2px solid white;
  background-color : rgba(0, 0, 0, 0.5);
}

.promotions-container::-webkit-scrollbar-track {
  background-color : rgb(255, 255, 255);
  border-radius : 8px;
}

.promotions-container button.promotion-learn-more {
  padding : 5px 10px;
  color : rgb(255, 255, 255);
  text-align : center;
  text-shadow : rgba(0, 0, 0, 0.8) 0px 1px 0px;
  background-color : rgb(70, 70, 70);
  border : 1px solid rgb(51, 51, 51);
  border-radius : 4px;
  transition-duration : 0.2s;
}

.promotion-modal .modal-body {
  max-height : 85vh;
  overflow-y : auto;
  padding : 20px;
}

.promotion-modal .modal-footer {
  display : none;
}

.promotion-modal .promotion-thumbnail {
  text-align : center;
}

.promotion-modal .promotion-thumbnail&gt;img {
  max-width : 100%;
  max-height : 100%;
}

.promotion-modal .promotion-name {
  margin : 0px;
  font-size : 20px;
  font-weight : 700;
}

.promotion-modal button.promotion-view {
  display : block;
  margin : 20px auto 10px auto;
  padding : 10px 50px;
  font-weight : 700;
  color : rgb(255, 255, 255);
  text-align : center;
  text-shadow : rgba(0, 0, 0, 0.8) 0px 1px 0px;
  background-color : rgb(70, 70, 70);
  border : 1px solid rgb(51, 51, 51);
  border-radius : 5px;
  box-shadow : rgba(255, 255, 255, 0.2) 0px 1px 1px inset, rgba(0, 0, 0, 0.2) 0px -1px 1px inset, rgba(0, 0, 0, 0.4) 0px 1px 2px;
  transition-duration : 0.2s;
}

.promotion-modal .modal-title {
  float : left;
}

.promotion-heading {
  display : flex;
  align-items : center;
  margin-bottom : 15px;
}
.promotion-longDescription{
  margin: 15px 0px;
  max-height: 250px;
  overflow-y: auto;
}
.promotion-longDescription p{
  text-align: left;
}
.promotion-tile{
  width:100%;
}
#promotion-section{
  display: none;
}
@media screen and (min-width: 768px) {
  .promotion-modal .promotion-thumbnail {
    flex-grow : 0;
    flex-shrink : 0;
    flex-basis : 150px;
    margin-right : 15px;
  }
}
@media screen and (max-width: 767px) {
  .promotion-heading {
    display : block;
  }

  .promotion-modal .promotion-thumbnail {
    margin-bottom : 15px;
  }

  .promotion-modal .promotion-thumbnail&gt;img {
    height : auto;
    width : auto;
    max-height : 150px;
    max-width : 300px;
  }
}

</pre></body></html>