@import "https://fonts.googleapis.com/css?family=Raleway:100,400,700";
@import "https://fonts.googleapis.com/css?family=Playfair+Display:400,700";

/* GLOBALS */
body {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  color: #333333;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased
}

/* GLOBAL TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: .3px;
  padding: 10px 0 5px
}

h2 small, h3 small, h4 small, h5 small, h6 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  color: #999999
}

h2 small, .h2 small, h3 small, .h3 small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%
}

p {
  font: 400 1em/1.444444 "Raleway", Helvetica, Arial, sans-serif;
  margin: 0 0 1.25rem
}

figure {
  margin: 1.77778em auto
}

.figure { 
  display: table
}

figcaption {
  caption-side: bottom
}

figcaption span {
  font-size: 0.75em
}

.blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.77778rem auto;
  padding: 0.5rem .625rem;
  quotes: "\201C""\201D""\2018""\2019"
}

.blockquote:before {
  font-size: 4em;
  line-height: 0.1em;
  color: #cccccc;
  content: open-quote;
  margin-right: 0.25em;
  vertical-align: -0.4em
}

.blockquote p {
  font: 400 1.5em/1.45833 "Playfair Display", georgia, "times new roman", times, serif;
  color: #222222;
  display: inline
}

/* HEADER */
#loginandsearch {
  background-color: #00447c
}

header {
  background-color: #00447c
}

p.tagline {
  font: 100 1.8em/1.5 "Raleway", Helvetica, Arial, sans-serif;
  color: #ffffff;
  margin: 0 !important
}

/* NAVIGATION */
.navbar-static-top {
  background-color: #0c2846;
  padding: 0;
  list-style: none
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
  padding-right: 1.6em
}

/* FRONT PAGE */
#front-page-call-to-action {
  background-image: url(https://static.americanmensa.org/Assets/AML/assets/Image/System/cta_background.jpg);
  padding: 50px 25px;
  margin-bottom: 75px
}

#front-page-collection {
  margin: 3em 0
}

.mura-item-meta__title {
  font: 400 1.5em/1.1 "Playfair Display", georgia, "times new roman", times, serif;
  text-decoration: none;
  margin: .4em 0 .2em
}

#front-page-officer-tools .mura-item-meta__title, #front-page-my-mensa .mura-item-meta__title {
  font: 700 1.1em/1.1 "Raleway", Helvetica, Arial, sans-serif;
  text-decoration: none
}

/* ALERTS */
.alert {
  max-width: 550px;
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

/* INTERIOR TYPOGRAPHY */
.pageTitle {
  font: 400 2.5em/1.555555 "Playfair Display", georgia, "times new roman", times, serif;
  margin-bottom: 1.25rem
}

.lead {
  font: 400 1.125em/1.555555 "Raleway", Helvetica, Arial, sans-serif;
  margin: 0 0 1.2rem;
  color: #222222
}

/* FEATURE STYLE */
h1.hed {
  font: 700 2.6rem/1.111111 "Playfair Display", georgia, "times new roman", times, serif;
  text-align: center
}

h4.dek {
  font: 400 1.2rem/1.333333 "Raleway", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 1.6rem
}

.byline-and-date {
  text-align: center;
  margin-bottom: 1.875em
}

.author {
  font-weight: 700;
  text-transform: uppercase;
  color: #bb3726
}

.dateline {
  text-transform: none;
  font-weight: 400;
  color: #666666
}

.dropcap::first-letter {
  font: 4.6em/.55 "Playfair Display", georgia, "times new roman", times, serif;
  color: #000000;
  margin: 10px 10px 5px 0;
  display: block;
  float: left
}

.smallcaps {
  font: 700 1.25em/1.4 "Raleway", Helvetica, Arial, sans-serif;
  font-variant: small-caps;
  letter-spacing: .1px
}

.uppercase {
  font-weight: 700;
  text-transform: uppercase
}

.mensan {
  font-weight: 700;
  color: #00447c
}

.sidebar__right {
  float: right;
  margin: 1em 0 1em 2em;
  padding: 2em;
  max-width: 24em;
  background-color: rgba(5, 21, 55, 10%)
}

.sidebar__left {
  float: left;
  margin: 1em 2em 1em 0;
  padding: 2em;
  max-width: 24em;
  background-color: rgba(5, 21, 55, 10%)
}

.author-bio {
  margin-top: 3rem;
  padding: 2rem;
  background-color: #f1f1f1
}

.callout {
  max-width: 80%;
  background-color: rgb(255, 255, 204);
  padding: 25px;
  margin: 25px auto 25px
}

.callout-wide {
  max-width: 90%;
  background-color: rgb(255, 255, 204);
  padding: 25px;
  margin: 25px auto 25px
}

.callout-promo {
  background-color: rgba(137, 212, 230, 0.3)
}

/* LOGIN */
#svLoginContainer {
  max-width: 600px;
  margin: 0 auto
}

#svLoginContainer form {
  background-color: #e9f3f7;
  overflow: hidden;
  padding: 2em
}

/* FOOTER */
.c-footer {
  background-color: #051537;
  color: white;
  font-size: .875rem;
  padding: 0 1rem 2rem;
  opacity: 1
}

.c-footer__container {
  margin: 0 auto;
  max-width: 1200px
}

.c-footer__nav--top {
  margin-bottom: 2rem
}

.c-footer__nav--bottom {
  font-size: .825rem
}

.c-footer__section {
  border-bottom: 0
}

.c-footer__section-title {
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  padding: 1.5rem 0;
  text-transform: uppercase
}

.c-footer__section-title::after {
  border-color: white;
  border-style: solid;
  border-width: 0 0 1px 1px;
  height: .5rem;
  margin-right: .25rem;
  transform: rotateX(0) rotateZ(-45deg);
  transform-origin: center center;
  transition: transform 500ms linear;
  width: .5rem
}

.c-footer__section-title .is-open::after {
  transform: rotateX(180deg) rotateZ(-45deg);
  transition: transform 250ms linear
}

.c-footer__section-title+.c-footer__secondary {
  max-height: none;
  transition: max-height 500ms linear
}

.c-footer__secondary {
  max-height: 0;
  overflow: hidden;
  transition: max-height 250ms linear
}

.c-footer__list {
  list-style: none;
  padding: 0
}

.c-footer__list--secondary {
  margin: 0 1.5rem 2rem
}

.c-footer__list--follow {
  display: flex;
  flex-wrap: wrap;
  height: 1rem;
  justify-content: space-between
}

.c-footer__list--follow:not(:last-child) {
  margin-bottom: 1.5rem
}

.c-footer__item {
  line-height: 1.25
}

.c-footer__item--top:not(:last-child) {
  margin-bottom: 1rem
}

.c-footer__item--bottom {
  display: inline-block;
  margin-bottom: .5rem;
  line-height: 1.2222222
}

.c-footer__item--bottom:not(:last-child) {
  border-right: 1px solid white;
  margin-right: .5rem;
  padding-right: .5rem
}

.c-footer__item--follow:not(:last-child) {
  margin-right: 1.5rem
}

.c-footer__link {
  color: white;
  fill: white
}

.c-footer__link:hover {
  text-decoration: none;
  color: gray;
  fill: gray
}

.c-footer__bottom {
  text-align: center
}

.c-footer__copyright {
  font-size: .825rem;
  color: white;
  margin: 0
}

.c-footer__logo {
  height: 2rem;
  margin: 0 auto
}

.c-footer__icon {
  height: 1rem;
  width: 1rem
}

.c-footer__logo-image {
  padding-top: 2rem;
  fill: white
}

/*SMALL BREAKPOINT*/
@media (min-width:576px) {
  .sidebar {
    margin-top: 4rem
  }
}

/*MEDIUM BREAKPOINT*/
@media (min-width:768px) {
  .c-footer {
    font-size: .825rem;
    padding: 2rem 2rem 4rem
  }
  
  .c-footer__nav--top {
    border-bottom: 1px solid white;
    margin-bottom: 1rem;
    padding-bottom: 2rem
  }

  .c-footer__section-title {
    font-size: .75rem;
    content: normal;
    cursor: auto;
    margin-bottom: 1rem;
    padding: 0
  }

  .c-footer__secondary {
    max-height: none
  }

  .c-footer__list--top {
    display: flex;
    justify-content: space-between
  }

  .c-footer__list--secondary {
    margin: 0
  }
}

/*LARGE BREAKPOINT*/
@media (min-width:992px) {
  h2.hed {
    font-size: 3.75rem
  }

  h4.dek {
    font-size: 1.3125rem
  }
}

/*EXTRA LARGE BREAKPOINT*/
@media (min-width:1200px) {
  .c-footer__bottom {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left
  }

  .c-footer__bottom-info {
    margin: 0
  }

  .c-footer__logo {
    margin: 0
  }
}

/*
 Remove the font for the inputs.
*/
.form-control {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}