@font-face {
  font-display: swap;
  font-family: "WendysFresh";
  font-style: normal;
  font-weight: 400 500 600 700 800 900;
  src: url("../fonts/WendysFreshVF_W_DrkmWght.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/glyphicons-halflings-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "WendysFresh";
  font-style: normal;
  font-weight: 400 500 600 700 800 900;
  src: url("../fonts/WendysFreshVF_W_DrkmWght.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/glyphicons-halflings-regular.woff2") format("woff2");
}
.brick--cta-collection {
  background-color: #fff;
}
.brick--cta-collection .field--name-cta-list {
  text-align: center;
}
@media (min-width: 768px) {
  .brick--cta-collection .field--name-cta-list .field__item {
    display: inline-block;
    margin: 2px;
  }
}
@media (min-width: 768px) {
  .brick--cta-collection .field--name-field-cta-link {
    text-align: center;
  }
}
.brick--cta-collection .field--name-field-cta-link a {
  font-family: "WendysFresh", sans-serif !important;
  font-style: normal;
  font-weight: 700;
  align-items: center;
  background: #0077a3;
  border: 1px solid #0077a3;
  border-radius: 24px;
  color: #fff;
  display: block;
  font-size: 2rem;
  justify-content: center;
  letter-spacing: 0.1rem;
  line-height: 38px;
  margin-bottom: 15px;
  min-height: 38px;
  padding: 5px 35px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}
.brick--cta-collection .field--name-field-cta-link a:hover {
  background: #00658b;
  border-color: #00658b;
}
.brick--cta-collection .field--name-field-cta-link a:disabled,
.brick--cta-collection .field--name-field-cta-link a .disabled {
  background: #f0f0f0;
  border-color: #f0f0f0;
}
@media (min-width: 768px) {
  .brick--cta-collection .field--name-field-cta-link a {
    display: inline-flex;
    min-width: 300px;
  }
}

.node--blog-post.node--view-mode-full .field--name-field-bricks > div > div.brick--cta-collection {
  margin: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}