@import url("https://fonts.googleapis.com/css?family=Oswald|Source+Sans+Pro:300,400,700&display=swap");

* {
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

@media (min-width: 576px) {
  html {
    font-size: 16px;
  }
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Source Sans Pro", sans-serif;
}

a.link {
  color: #6b7b90;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Oswald", sans-serif;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

.login {
  /*height: 80vh;*/
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .login {
    padding-top: 50px;
  }
}

.login:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  transform: scaleX(1.5);
  background-color: #f6882f;
  z-index: 1;
}

.login:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  transform: scaleX(2);
  background-color: #ecf1f2;
  z-index: 0;
}

.login__content {
  position: relative;
  z-index: 1;
}

.login__nav span {
  color: #fff;
  font-size: 1.8rem;
}

.ebooks-container {
  padding: 20px;
  background-color: #fff;
  margin: 20px 0;
}

@media (min-width: 768px) {
  .ebooks-container {
    padding: 40px;
  }
}

.ebook-snacks {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.ebook-snack {
  width: 160px;
  margin: 20px;
  display: inline-block;
}

.ebook-snack a {
  position: relative;
  display: block;
}

.ebook-snack__image {
  display: block;
  width: 100%;
  height: auto;
}

.ebook-snack__title {
  display: block;
  text-align: center;
  line-height: 1.2;
  color: #6b7a8f;
  font-family: "Source Sans Pro";
  margin: 5px 0;
}

.ebook-snack__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 760px) {
  .ebook-snacks {
    justify-content: space-around;
  }

  .ebook-snack {
    width: 26vw;
    margin: 20px;
    display: inline-block;
  }

  .ebook-snack > button {
    width: 26vw;
    font-size: 0.6rem;
  }
}

@media screen and (max-width: 500px) {
  button.ie {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.hidden {
  display: none;
}

.bellringer-featured {
  margin: 20px 0;
}

.bellringer-featured * {
  max-width: 100%;
}

.bellringer-featured__image {
  max-width: 400px;
  height: auto;
  margin: 20px 0;
  display: block;
}

.bellringer-featured__text {
  max-width: 400px;
}

.bellringer-featured a {
  color: #f6882f;
}

.bellringer-list {
  background-color: #ecf1f2;
  padding: 20px;
}

.bellringer-list-item {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 300px;
  height: 150px;
  margin: 15px auto;
  position: relative;
}

.bellringer-list-item__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.bellringer-list-item__title {
  background-color: #f6882f;
  padding: 10px;
  color: #fff;
  flex-grow: 1;
  text-align: center;
  flex-basis: min-content;
}

.bellringer-list-item__date {
  background-color: #2a748c;
  padding: 10px;
  color: #fff;
  flex-basis: 80px;
  text-align: center;
}

.testimonial__content {
  padding-left: 40px;
}

@media (min-width: 576px) {
  .testimonial__content {
    margin-left: 50%;
  }
}

.testimonial__name {
  font-family: "Oswald";
  font-size: 1.5rem;
  color: #6b7a8f;
  line-height: 1.5rem;
  letter-spacing: 1px;
  margin: 30px 0;
}

.testimonial__title,
.testimonial__location {
  color: #9dc3a4;
  font-size: 1.2rem;
  color: #9dc3a4;
  line-height: 1.2rem;
  letter-spacing: 1px;
  margin: 15px 0;
}

.testimonial__quote {
  max-width: 400px;
  color: #5d5d5d;
  margin: 30px 0;
}

.lead-container p {
  font-size: 1.1rem;
  color: #6b7a8f;
  line-height: 1.8;
}

button,
li.nav-item button {
  font-family: "Oswald", sans-serif;
}

li.nav-item a {
  line-height: 2.5rem;
}

ul#home_header_list {
  margin: 0;
  padding: 0.3em 0 0;
  display: inline-block;
}

ul#home_header_list li {
  display: inline-block;
  text-decoration: none;
  padding-right: 1em;
  font-family: "Oswald", sans-serif;
  font-size: 1.2em;
  color: #f9c1a0;
  text-transform: uppercase;
}

ul#home_header_list li:before {
  content: "• ";
}

.grecaptcha-badge { 
  visibility: hidden;
}

.recaptcha {
  color:#999 !important;
  font-size:.8em !important;
  padding:0 1.5em;
}

.recaptcha a {
  color:#999 !important;
}

.form-control-feedback {
  /*text-transform: capitalize;*/
}

a {
  cursor:pointer;
}

#topNav {
  border:0;
}

.reverse-text {
  transform: none;
}