/* grid
----------------------------------------------------------------- */
.special-sidebar.alignright.image-only {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.7);
}

.editorial-modal.editorial-modal-callout {
  padding: 7% 10%;
  margin-top: -14px;
}

.editorial-modal.editorial-modal-callout p {
  font-size: 16px;
  line-height: 25px;
}

.sidebar-head-title {
  position: relative;
}

.sidebar-head-title h3 {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 30%;
  color: #fff;
  text-shadow: 0 1px 3px #111;
  font-size: 23px;
}
@media (min-width: 992px) {
  .sidebar-head-title h3 {
    font-size: 30px;
  }
}
.lt-ie9 .sidebar-head-title h3 {
  font-size: 30px;
}

.special-sidebar {
  border-top: 3px solid #00cdcc;
}

p a.button.js-modal-open:hover {
  text-decoration: none;
}

.editorial-modal a.editorial-modal-close-btn.js-modal-close:hover {
  text-decoration: none;
}

.entry div.editorial-modal-callout {
  margin-top: 30px;
  margin-bottom: 30px;
}

.entry .special-sidebar div.editorial-modal-callout {
  margin-bottom: 15px;
}

.editorial-modal-callout .button {
  margin-top: 20px;
}

.editorial-modal-content {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #f3f3f4;
  padding: 70px 0px 50px 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .editorial-modal-content {
    padding: 100px 20px 75px 20px;
  }
}
.lt-ie9 .editorial-modal-content {
  padding: 100px 20px 75px 20px;
}

.editorial-modal-content.open {
  display: block;
}

.editorial-modal-content-column {
  margin: 0 auto;
  max-width: 720px;
  padding: 30px;
}
@media (min-width: 768px) {
  .editorial-modal-content-column {
    border: 1px solid #DEDEDE;
  }
}
.lt-ie9 .editorial-modal-content-column {
  border: 1px solid #DEDEDE;
}

.editorial-modal-close-btn {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  height: 63px;
  background: #f3f3f4;
  border-bottom: 1px solid #dedede;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.editorial-modal-close-btn span {
  display: none;
}

.editorial-modal-close-btn:after {
  content: "\E421";
  font-family: "BU-Default-Icons";
  text-align: center;
  font-size: 34px;
  display: block;
  padding: 3px;
  height: 34px;
}

@media (max-width: 992px) {
	.wp-block-quote.alignright {
		float: none;
		width: 100%;
	}
}

.wp-block-quote.alignright {
  border-left: 3px solid #E2E2E2;
  display: block;
  margin: 30px;
  padding-left: 30px;
  max-width: unset;
  width: auto;
}

@media screen and (min-width:992px) {
  .wp-block-quote.alignright {
    max-width: 50%;
    margin: 0 30px 30px;
  }
}

.wp-block-quote p {
  color: #111;
  font-family: "Benton", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  text-indent: -0.4em;
}

.wp-block-quote cite {
  font-family: "BentonComp", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  display: block;
  padding-top: 20px;
  line-height: 1;
}
