/* purgecss start ignore */

/* Content */

.content p {
  margin-top: 0;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
  margin-top: 48px;
  margin-bottom: 28px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 170%;
  font-family: "Open Sans", sans-serif !important;
}

.content .ck-poll h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.content h1 {
  font-size: 32px;
}

.content h2 {
  font-size: 24px;
}

.content h3 {
  font-size: 20px;
}

.content h4 {
  font-size: 18px;
}

.content h5 {
  font-size: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.content h6 {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 28px;
  margin-top: 48px;
}

.content a {
  color: var(--blue-500);
  text-decoration: underline;
  word-break: break-word;
}

.content p,
.content p span,
.content .blockquotes,
.content .blockquotes-line,
.content li {
  font-size: 18px !important;
  line-height: 165% !important;
  letter-spacing: -0.04px !important;
}

.content p,
.content p span {
  margin-bottom: 24px !important;
}

.content p:nth-child(4) {
  font-size: 21px;
  line-height: 36px;
}

.content p:last-child {
  margin-bottom: 0;
}

.content b,
.content strong {
  font-weight: 600;
}

.content ul,
.content ol {
  font-size: 18px;
  line-height: 24px;
  padding-left: 27px;
}

.content ol {
  list-style-type: decimal;
}

.content li {
  margin-bottom: 24px;
  list-style-position: outside;
  padding-left: 8px;
}

.content ul li {
  list-style-image: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.545455 0.0932203L0.0711462 0.565537C-0.0237154 0.689831 -0.0237154 0.888701 0.0711462 0.988136L4.36364 5.48757L0.0711462 10.0119C-0.0237154 10.1113 -0.0237154 10.3102 0.0711462 10.4345L0.545455 10.9068C0.664032 11.0311 0.83004 11.0311 0.948617 10.9068L5.92885 5.7113C6.02372 5.58701 6.02372 5.41299 5.92885 5.2887L0.948617 0.0932203C0.83004 -0.0310734 0.664032 -0.0310734 0.545455 0.0932203Z' fill='%23aaaaaa'/%3E%3C/svg%3E%0A");
}

.content tbody,
.content tr,
.content td {
  border-spacing: 0;
}

.content td[align="center"] {
  vertical-align: middle;
}

.content figure img.large-image {
  margin: 0 -52px;
  width: calc(100% + 104px) !important;
  max-width: none !important;
}

.content figcaption {
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
  text-align: left !important;
  font-style: italic;
  opacity: 0.75;
}

.content blockquote {
  font-style: italic;
  margin: 48px 16px;
  border-left: 2px solid var(--blue-500);
  padding-left: 40px;
}

.content blockquote,
.content blockquote span {
  font-size: 23px !important;
  line-height: 40px !important;
}

.content .email-button {
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}

.content .email-button:hover {
  opacity: 0.85;
}

.content table {
  border-collapse: separate;
}

/* Sections */

div[data-section-block-id] table {
  background-color: transparent !important;
  max-width: none !important;
  padding: 0;
}

div[data-section-block-id] .ck-section-td {
  padding: 0 !important;
}

@media screen and (max-width: 600px) {
  .ck-inner-section {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

.hide-on-public-posts {
  display: none !important;
}

/* Layouts */

.ck-layout-block-template,
.ck-layout-block-template table {
  background-color: transparent !important;
}

/* Bandsintown */

.content .ck-bandsintown-block {
  background: none !important;
}

.content .ck-bandsintown-block a {
  background: #000000 !important;
  color: #ffffff !important;
}

.ck-section,
.ck-section center {
  width: 100% !important;
  max-width: 100% !important;
}

input["email"],
input["text"] {
  -webkit-appearance: none;
}

@media only screen and (max-width: 600px) {
  .content .ck-layout-block.ck-layout-stack td {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .content .ck-column.ck-column-stack {
    margin-bottom: 32px !important;
  }
}

/* purgecss end ignore */

