.Footer {
    display: none !important;
}

a.Link {
    color: var(--salmon);
}

html, body {
    font-family: 'Work Sans';
}

figure.customHTML {
    position: static !important;
}

.cols img {
    width: 100%;
}

.ProgressIndicator div {
  color: rgba(0,0,0,.7) !important;
  font-size: 15px !important;
}

.cols {
   margin: 0 auto;
    display: flex;
    align-items: center;
    width: 1100px;
    max-width: 100%;
    padding: 15px;
    flex-direction: column;
}

.col {
   margin: 15px;
   flex: 1;
}
@media screen and (min-width: 960px) {
    .cols {
        flex-direction: row;
    }
    .col {
        margin: 15px 30px;
    }
}


@font-face {
	font-family: BR Sonoma;
	font-weight: 300;
	src: url('/images/logo-v3/fonts/br-sonoma/BRSonoma-Light.otf') format('opentype');
}

h1 {
    font-family: BR Sonoma, 'Work Sans', sans-serif !important;
    font-weight: 300 !important;
}

.table {
    overflow: auto;
    overflow-scrolling: touch;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    background: var(--stone);
    border-radius: 17px;
}

@media screen and (min-width: 730px) {
  .table {
      min-width: 700px;
  }
}

.table th, .table td {
    text-align: left;
    padding:2px 12px;
}

.table table {
    width: fit-content;
    font-size: 14px;
    
    padding: 24px;
    overflow: auto;
    white-space: nowrap;
    margin: 0 auto;
}

.editor > div:first-child > div {
  background-size: cover;
  background-position: top;
}

@media screen and (max-width: 965px) {
    .hidden-sm {
        display: none;    
    }
    
    .no-bg-sm {
        background-image: none !important;
    }
}

li.__unordered-list-item, li.-DraftStyleDefault-orderedListItem {
    margin-bottom: .5rem;
}

.slide-bg {
    position: fixed;
    background-size: cover;
    left: 0; 
    top: 0;
    bottom: -80px;
    right: 0;
    z-index: -1;
}