/* Alert Overlay */

.devc {
  display: none;
}
#devcPreviewURL {
  color: #000;
}
.alert-focus {
  overflow: hidden;
}
.alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background: url(../images/stripe.png) no-repeat top left #F6F6F6;
  overflow-x: hidden;
  overflow-y: auto;
}
.alert-overlay .container {
  max-width: 1000px;
}
.alert-header {
  background-color: #fff;
}
.alert-dismiss {
  float: right;
  text-align: center;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-left: 1px solid #ddd;
  margin: 0 -20px 0 40px;
}
.close-alert {
  color: inherit;
  cursor: pointer;
}
.close-alert:hover {
  text-decoration: none;
  opacity: 0.8;
}
.alert-dismiss a {
  color: #777;
  font-size: 40px;
}
.alert-dismiss a:hover, .alert-dismiss a:focus {
  text-decoration: none;
  color: #777;
  opacity: 0.8;
}
.alert-banner {
  background-color: #CC0000;
  color: #fff;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 3pt;
  text-transform: uppercase;
}
h1 a {
  color: inherit;
}
h1 a:hover, h1 a:focus {
  color: inherit;
  opacity: 0.8;
  text-decoration: none;
}
.alert-content-item {
  margin-bottom: 40px;
}
.alert-content-item-headline {
  margin: 40px 0;
}
.alert-content-item-image {
  float: right;
  margin-left: 40px;
}
.alert-content-item-text {
  font-size: 17px;
  line-height: 2em;
  margin-bottom: 20px;
}
.alert-content-item-link a {
  color: #cc0000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3pt;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .alert-content-item-image {
    float: none;
	margin-left: 0;
	margin-bottom: 20px;
  }
}