/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
* {
  box-sizing: border-box;
}

body, select, input, textarea {
  color: #333;
}

::-moz-selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: transparent;
}

ins {
  background-color: #ccc;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ccc;
  color: #000;
  font-style: normal;
  font-weight: bold;
}

/***
*
* Headings
*
***/
/***
*
* Paragraphs
*
***/
/***
*
* Blocks and Components
*
***/
/***
*
* WooCommerce Specific
*
***/
/***
*
* Base Mixins
*
***/
/***
*
* Headings
*
***/
/***
*
* Paragraphs
*
***/
/***
*
* Blocks and Components
*
***/
/***
*
* WooCommerce Specific
*
***/
/***
*
* Base Mixins
*
***/
.editor-styles-wrapper .block-recent-conference, .block-recent-conference {
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  padding: 3rem 0;
}
@media (min-width: 1024px) {
  .editor-styles-wrapper .block-recent-conference, .block-recent-conference {
    padding: 5rem 0;
  }
}
.editor-styles-wrapper .block-recent-conference::after, .block-recent-conference::after {
  content: " ";
  background-color: #014373;
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.editor-styles-wrapper .block-recent-conference .standard-grid, .block-recent-conference .standard-grid {
  position: relative;
  z-index: 1;
}
.editor-styles-wrapper .block-recent-conference .past-conference-label, .block-recent-conference .past-conference-label {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
.editor-styles-wrapper .block-recent-conference h2, .block-recent-conference h2 {
  margin-top: 0;
}
.editor-styles-wrapper .block-recent-conference .past-conference-subtitle, .block-recent-conference .past-conference-subtitle {
  font-size: 1.5rem;
  font-weight: 700;
}
.editor-styles-wrapper .block-recent-conference .related-events, .block-recent-conference .related-events {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2rem;
  max-width: 55rem;
}
@media (min-width: 580px) {
  .editor-styles-wrapper .block-recent-conference .excerpt-link-wrapper, .block-recent-conference .excerpt-link-wrapper {
    display: flex;
    align-items: flex-start;
  }
}
.editor-styles-wrapper .block-recent-conference .button, .block-recent-conference .button {
  font-size: 1rem;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.16;
  text-transform: uppercase;
  background-image: none;
  display: inline-block;
  transition: all 250ms ease-in-out;
  border-radius: 24px;
  border: 2px solid #FCB100;
  background-color: #FCB100;
  color: #014373;
  padding: 0.55rem 2rem;
  transition: all 0.25s ease-in-out;
}
.editor-styles-wrapper .block-recent-conference .button:after, .block-recent-conference .button:after {
  display: none;
}
.editor-styles-wrapper .block-recent-conference .button:focus, .block-recent-conference .button:focus {
  border-color: #014373;
}
.editor-styles-wrapper .block-recent-conference .button:hover, .block-recent-conference .button:hover {
  background-color: #014373;
  color: #fff;
  border-color: #014373;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .block-recent-conference .button, .block-recent-conference .button {
    margin-left: 3rem;
    margin-top: 1rem;
  }
}
