@page {
  size: letter portrait;
}
#content {
  min-height: 400px;
}

#content * {
  font-family: Roboto, sans-serif;
}

.fa, .fas {
  font-family: "Font Awesome 6 Pro" !important;
}

.main-media-lib a:focus, .main-media-lib a:focus * {
  outline: none;
}

.one_mktg_img {
  max-height: 100%;
  max-width: 100%;
}

.download_button {
  color: #111 !important;
  background: #EEE !important;
  text-decoration: none;
  display: inline-block;
  margin: 2px 5px;
  padding: 4px 6px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
  position: relative;
  cursor: pointer;
}
.download_button * {
  color: #111 !important;
  background: #EEE !important;
}
.download_button:hover {
  color: #111 !important;
  background: #DDD !important;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
  text-decoration: none;
}
.download_button:hover * {
  color: #111 !important;
  background: #DDD !important;
}

h2 {
  font-size: 1.5rem;
  margin: 0.83rem 0;
}

h2.branding-title {
  font-size: 2rem;
  font-weight: bold;
  margin: 0.67rem 0;
  text-decoration: none;
}
h2.branding-title a {
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
}
h2.branding-title a:hover {
  text-decoration: underline;
}
@media (max-width: 800px) {
  h2.branding-title a {
    font-size: 1.5rem;
  }
}

.main-media-lib {
  font-size: 1.25rem;
}

.main-media-count {
  font-size: 1.5rem;
  font-weight: bold;
}

.nav ul,
.nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

svg:not(:root) {
  overflow: hidden;
}

.main-media-lib .nav_folders {
  display: block;
  right: 0;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
  z-index: 10;
}

.main-media-lib .nav_folders li {
  display: inline-block;
  margin: 0;
  list-style: none;
}

.main-media-lib .nav_folders li a {
  background-color: #EEE;
  border: 1px solid #DDD;
  text-decoration: none;
  display: block;
  padding: 10px;
  margin: 0 0 10px 15px;
  text-align: left;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main-media-lib .nav_folders li a {
  color: #111;
}

.main-media-lib .nav_folders li a:hover {
  background-color: #666;
  color: #FFF;
}

.main-media-lib .nav_folders li.on a {
  text-decoration: underline;
}

.section.page:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.section.page {
  padding: 34px 0;
  background: white;
}

.section.page h1 {
  font-size: 24px;
  text-align: center;
  line-height: 1.6;
  font-weight: normal;
}

.main-media-lib {
  padding: 10px;
  text-align: left;
}

.section.page .media-details h1 {
  text-align: left;
}

.section.page p {
  width: 475px;
  margin-left: auto;
  margin-right: auto;
}

.section.page .media-details h1 .price {
  color: #9d9f4e;
  padding-right: 10px;
  font-size: 34px;
}

.section.catalog {
  padding-bottom: 42px;
}

.section.catalog h2 {
  font-size: 24px;
  text-align: center;
  line-height: 1.6;
  font-weight: normal;
  padding-top: 20px;
}

.section.catalog ul.items {
  margin: 0 0 -17px 0;
  padding: 0;
  width: 100%;
}

.section.catalog ul.items li {
  background-color: #EAEAEA;
  border: transparent 1px solid;
  display: inline-block;
  list-style: none;
  width: calc(25% - 20px);
  text-align: center;
  padding: 4px;
  margin: 0 0 1rem 1rem;
  position: relative;
  left: -1rem;
  vertical-align: top;
}

.section.catalog ul.items li:hover {
  border: blue 1px solid;
}

.section.catalog ul.items li a {
  display: block;
  padding: 10px 0 10px;
  text-decoration: none;
}

.details-button {
  color: #888;
}

.section.catalog ul.items li a:hover {
  opacity: 1;
  color: #666;
}

.section.catalog ul.items li img, .section.catalog ul.items li video {
  border: 6px solid transparent;
  max-height: 500px;
  max-width: 100%;
}

.section.catalog ul.items li img:hover, .section.catalog ul.items li video:hover {
  border: 6px solid #d0cecd;
}

.section.catalog ul.items li p {
  font-size: 1rem;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  width: auto;
}

.section.catalog ul.items li p.mktg_item_title {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  max-width: 95%;
  overflow: hidden;
  padding: 5px 10px;
  text-align: left;
  text-overflow: ellipsis;
}
.section.catalog ul.items li p.mktg_item_title:hover {
  text-decoration: underline;
  cursor: pointer;
}

.section.catalog ul.items li p.mktg_item_detail {
  font-size: 1rem;
  margin: 0;
  padding: 5px 10px;
  text-align: left;
}
.section.catalog ul.items li p.mktg_item_detail:hover {
  text-decoration: underline;
}

.section.catalog ul.items li p.mktg_item_detail.not-link {
  color: black;
  cursor: auto;
  text-decoration: none;
}

.mktg_item_extra_data {
  margin: 0;
}

.media-picture {
  float: left;
  width: 400px;
  text-align: center;
  border: 1px solid #d9d9d9;
  padding: 14px;
  background: #f0eeed;
}

.media-picture span {
  background: white;
  display: block;
  width: 100%;
  padding: 36px 0 61px;
}

.media-picture img {
  width: 292px;
}

.media-details {
  width: 460px;
  float: right;
}

.page p.message {
  background: #ffeca4;
  border: 1px solid #f16702;
  padding: 1em;
  width: 444px;
}

.breadcrumbs {
  font-size: 14px;
  font-weight: normal;
  padding: 14px 0 48px;
}

.breadcrumbs a {
  text-decoration: none;
  color: #3888c2;
}

.note-designer {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}

.marketing-footer {
  background: white;
  border-top: 3px solid #DDD;
  padding: 42px;
  font-size: 12px;
  color: #111;
}

.marketing-footer ul {
  margin: 0;
  padding: 0;
  float: left;
}

.marketing-footer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.marketing-footer ul li:after {
  content: " | ";
}

.marketing-footer ul li:last-child:after {
  content: "";
}

.marketing-footer p {
  color: #111;
  margin: 0;
  padding-right: 3px;
}

.marketing-footer a {
  text-decoration: none;
  color: #539def;
  margin: 0 10px;
}

.marketing-footer li:first-child a {
  margin-left: 4px;
}

.marketing-footer a:hover, .footer a:active {
  text-decoration: underline;
}

.row > .column {
  padding: 0 8px;
}

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

.column {
  float: left;
  width: 25%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1001;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: white;
}

.modal-content {
  height: 100%;
  position: relative;
  background-color: white;
  margin: auto;
  max-height: 100%;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

.close {
  color: #111;
  position: absolute;
  top: 10px;
  padding-right: 45px;
  right: 45px;
  font-size: 35px;
  font-weight: bold;
  z-index: 20;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.slideImg {
  max-height: 90%;
  max-width: 100%;
  position: relative;
}

.prev,
.next {
  color: white;
  background-color: #666;
  cursor: pointer;
  position: absolute;
  top: 25%;
  padding-bottom: 2rem;
  padding-top: 2rem;
  margin-top: -50px;
  font-weight: bold;
  font-size: 40px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.prev {
  padding-left: 2rem;
  padding-right: 2rem;
}

.next {
  padding-left: 2rem;
  padding-right: 2rem;
  right: 0;
  border-radius: 3px 0 0 3px;
  text-align: right;
}

.prev:hover,
.next:hover {
  color: #111;
  background-color: #EEE;
  text-decoration: none;
}

.numbertext {
  color: #111;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: white;
  padding: 2px 16px;
  color: #111;
}

.caption-container #caption {
  color: #111;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 30px;
}

.close {
  font-size: 4rem;
}

.close::before {
  content: "";
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}
img.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width: 800px) {
  .section.catalog ul.items li {
    width: calc(32% - 17px);
    margin: 0 0 17px 17px;
    left: -17px;
  }
  .close {
    top: 5px;
    padding-right: 5px;
    right: 5px;
  }
  .main-media-lib:after {
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
  }
  .main-media-lib {
    border-bottom: 3px solid #db7a78;
  }
  .main-media-lib .nav_folders {
    display: block;
    right: 0;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    z-index: 10;
  }
  .main-media-lib .nav_folders li {
    display: inline-block;
    margin: 0;
    list-style: none;
  }
  .main-media-lib .nav_folders li a {
    padding: 10px;
    margin: 0 0 5px 5px;
  }
}
@media screen and (max-width: 600px) {
  .section.catalog ul.items li {
    width: calc(49% - 17px);
    margin: 0 0 17px 17px;
    left: -17px;
  }
}
@media screen and (max-width: 480px) {
  .section.catalog ul.items li {
    width: calc(99% - 17px);
    margin: 0 0 17px 17px;
    left: -17px;
  }
}
p.main-media, p.main-media-count {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
  padding: 1.5rem 0;
  text-align: left;
}
@media (max-width: 800px) {
  p.main-media, p.main-media-count {
    font-size: 1.25rem;
    padding: 0.5rem 0;
  }
}

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