
/************************************************************************************************************************************//*
 * Event dates
***************************************************************************************************************************************/

.event-date {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  padding-bottom: 1rem;
  font-weight: 500;
  color: #480571;
  font-size: 1.1rem;
}

/************************************************************************************************************************************//*
 * Pagers
***************************************************************************************************************************************/

.pager {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #480571;
  text-transform: uppercase;
  font-size: .8rem;
}

.pager a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  color: #480571
}

.pager__item {
  display: inline;
  padding: 0.5em;
}

/************************************************************************************************************************************//*
 * Slug bricks
***************************************************************************************************************************************/

.brick {
  margin-bottom: 0.5em;
}
.brick a:link,
.brick a:visited,
.overlay-brick a:link,
.overlay-brick a:visited {
  background: #480571;
}
.brick a:hover,
.overlay-brick a:hover {
  background: #70239f;
}

/************************************************************************************************************************************//*
 * The channel/section treatment.
***************************************************************************************************************************************/

.section-subsection,
.section-subsection a {
  color: #480571;
}

/************************************************************************************************************************************//*
 * The reusable main-plus-three-column view on front and landing pages.
***************************************************************************************************************************************/

/* MAIN PLUS THREE COLUMN: IN CASE YOU MISSED IT: Horizontal line before each title */
.main-plus-three-column .in-case-you-missed-it .views-field-title::before {
  border-top: 1px solid #480571;
}
.main-plus-three-column .in-case-you-missed-it .view-content h3 a:before {
  border-top: 1px solid #480571;
}

/********************************************************************************************************
  TRANSLATE WIDGET
*********************************************************************************************************/

#block-googletranslator {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
}
#block-googletranslator a {
  background-color: #480571;
  border: 4px solid #329f4c;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: .3rem;
}
#google_translator_element a,
#google_translator_element span,
#google_translator_element div {
  color: #fff;
}
.goog-te-gadget-simple,
.goog-te-menu-value {
  border: 0;
  background: none;
}

/********************************************************************************************************
 GSR In the Classroom sign up form
*********************************************************************************************************/

#block-gsrclassroomemailcaptureform {
  background-color: #2e0571;
  color: #fff;
  font-size: 1.2rem;
  line-height: 120%;
  padding: 2rem;
  margin: 2rem 0;
  box-sizing: border-box;
}
#block-gsrclassroomemailcaptureform.ncr-api-emailmarketing-form .form-item-email {
  position: relative
}
#block-gsrclassroomemailcaptureform.ncr-api-emailmarketing-form .form-item-email label {
  position: absolute;
  left: 1rem;
  top: .7rem;
}
#block-gsrclassroomemailcaptureform.ncr-api-emailmarketing-form #edit-submit {
  margin: .5rem 1rem;
}

@media screen and (min-width: 800px) {
  #block-gsrclassroomemailcaptureform.ncr-api-emailmarketing-form #edit-submit {
    margin: 0 .5rem;
  }
}
