/* Used for :hover aka rollover on linked elements */
/* Used for :hover aka rollover on linked elements */
/* Page Headers - Standard */
.page-header__spacer {
  padding-top: 50px;
  padding-bottom: 30px; }

@media screen and (max-width: 375px) {
  .page-header__remove-background {
    background-image: none !important; } }

.print-header {
  display: none; }

/* Used for :hover aka rollover on linked elements */
.absolute-wrapper {
  position: relative;
  border-top: solid 3px #B3A369; }

.absolute-wrapper__left-img {
  background: #333F48; }

.absolute-wrapper__right-img {
  background: #47525a; }

.absolute-wrapper:last-child {
  border-bottom: solid 3px #B3A369; }

.absolute-height {
  height: auto; }
  @media only screen and (min-width: 550px) {
    .absolute-height {
      height: 300px; } }
  @media only screen and (min-width: 720px) {
    .absolute-height {
      height: 350px; } }
  @media only screen and (min-width: 1280px) {
    .absolute-height {
      height: 400px; } }
  @media only screen and (min-width: 1920px) {
    .absolute-height {
      height: 500px; } }

.absolute-image {
  position: static;
  height: 200px; }
  @media screen and (min-width: 550px) {
    .absolute-image {
      position: absolute;
      height: inherit; } }

.absolute-image__left-img {
  width: 100%; }
  @media screen and (min-width: 550px) {
    .absolute-image__left-img {
      top: 0;
      left: 0;
      width: 51.5%; } }

.absolute-image__right-img {
  width: 100%; }
  @media screen and (min-width: 550px) {
    .absolute-image__right-img {
      top: 0;
      left: 51.5%;
      width: 48.5%; } }

.absolute-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px; }
  .absolute-content h2, .absolute-content h3 {
    margin-top: 0;
    margin-bottom: 10px; }
  .absolute-content h3 {
    color: #B3A369; }
  @media screen and (min-width: 550px) {
    .absolute-content {
      margin-top: 0;
      margin-bottom: 0; } }

/*# sourceMappingURL=commercial-products-holder.css.map */
