html,
body {
  font-size: 16px;
  background-color: white;
  color: black;
}
body {
  padding-top: 50px;
  padding-bottom: 100px;
  font-family: 'Lora';
  font-size: 1rem;
  background-image: url('../images/bg_repeat.png');
  background-repeat: repeat-x;
}
header h1 {
  font-family: "Titillium Web";
  font-weight: 900;
  text-transform: uppercase;
}
body .container p {
  font-size: 1.2rem;
}
a:hover,
a {
  color: #9a9671;
}
header {
  z-index: 100;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: white;
  color: black;
  height: 50px;
  width: 100%;
}
header h1 {
  position: absolute;
  left: 20px;
  top: 0px;
}
header h1 a {
  text-decoration: none;
  color: black;
}
header h1 a:visited,
header h1 a:focus,
header h1 a:hover {
  color: black;
  text-decoration: none;
}
header ul,
header li {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 50px;
}
header ul.menu {
  float: right;
}
header .menu li {
  float: left;
  margin-right: 20px;
  padding-top: 15px;
  border-bottom: 4px solid white;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  header .menu li {
    margin-right: 10px;
  }
}
header .menu li.social {
  margin-right: 0px;
  background-color: #316583;
  border-bottom: 4px solid #316583;
}
header .menu li.social a {
  color: white !important;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 1rem;
}
header .menu li a {
  font-family: "Titillium Web";
  text-transform: uppercase;
  font-size: .9rem;
  color: #404040;
}
header .menu li.active {
  border-bottom: 4px solid black;
}
.page-homepage {
  padding-bottom: 0px;
}
.page-homepage footer {
  display: none;
}
#article,
#search-results,
#search,
#books,
#media,
#main-page-content {
  padding-top: 40px;
}
.page-header-graphic-area {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  background-color: black;
  height: 45vh;
  width: 100%;
}
@media (max-width: 991px) {
}
@media (max-width: 768px) {
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .page-header-graphic-area {
    height: 300px;
  }
}
p em strong,
p strong em {
  font-size: 1.4rem;
}
.columned-2 {
  column-count: 2;
}
@media (max-width: 778px) {
  .columned-2 {
    column-count: initial;
  }
}
html body h2 {
  font-size: 3rem;
  font-family: 'Lora', sans-serif;
}
footer {
  height: 55px;
  background-image: url('../images/bg_footer.png');
  background-repeat: repeat;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  line-height: 55px;
  font-family: "Titillium Web";
  font-size: .8rem;
}
footer .logo {
  font-weight: 900;
  font-size: 2rem;
}
.page-homepage .page-header-graphic-area {
  background-image: none !important;
  height: 0 !important;
}
/* HOMEPAGE */
.splash {
  background-color: black;
  height: 100vh;
  width: 100%;
  margin-top: -50px;
  background-position: center bottom;
  background-size: auto 95%;
  background-repeat: no-repeat;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .splash {
    /* IPHONE 3, 4 LAND */
    height: 768px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .splash {
    /* IPHONE 3, 4 PORTRAIT */
    height: 1024px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .splash {
    /* IPHONE 1, 2 Portrait */
    height: 1024px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .splash {
    /* IPHONE 1, 2 Landscape */
    height: 768px;
  }
}
.splash .quote-container {
  width: 100%;
  text-align: center;
  padding-top: 100px;
}
.splash .quote-container .quote .inner {
  color: white;
  width: 400px;
  float: right;
  font-family: "Titillium Web";
  font-size: 3rem;
  font-weight: 200;
  text-align: right;
  line-height: 3.4rem;
}
@media (max-width: 991px) {
  .splash .quote-container .quote .inner {
    font-size: 2.5rem;
    line-height: 2.7rem;
    width: 280px;
  }
}
@media (max-width: 820px) {
  .splash .quote-container .quote .inner {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 768px) {
  .splash .quote-container .quote .inner {
    font-size: 1.6rem;
    line-height: 1.8rem;
    width: 200px;
  }
}
@media (max-width: 450px) {
  .splash .quote-container .quote .inner {
    font-size: 1.2rem;
    line-height: 1.4rem;
    width: 150px;
  }
}
@media (max-height: 400px) {
  .splash .quote-container .quote .inner {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
@media (min-width: 667px) and (max-height: 375px) {
  .splash .quote-container .quote .inner {
    font-size: 1.2rem;
    line-height: 1.4rem;
    width: 150px;
  }
}
@media (min-width: 736px) and (max-height: 414px) {
  .splash .quote-container .quote .inner {
    font-size: 1.2rem;
    line-height: 1.4rem;
    width: 150px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .splash .quote-container .quote .inner {
    font-size: 1.2rem;
    line-height: 1.4rem;
    width: 150px;
  }
}
/* BOOKS */
#books h2 {
  font-family: "Titillium Web";
  font-weight: 200;
}
@media (max-width: 991px) {
  #books h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  #books .row {
    display: block;
    clear: both;
    width: 100%;
    max-width: 100%;
  }
  #books .row .book {
    display: inline-block;
    float: left;
  }
}
#books .book {
  margin-bottom: 40px;
}
#books .book .button-container {
  text-align: center;
}
#books .book .button-container .btn {
  border: 2px solid #9a9671;
  border-radius: 14px;
  color: #9a9671;
  text-transform: uppercase;
  font-family: "Titillium Web";
  font-weight: 700;
  font-size: 1.5rem;
}
#books .book .button-container .btn:hover {
  color: white;
  background-color: #9a9671;
  border: 2px solid #c2c0aa;
}
@media (max-width: 991px) {
  #books .book .button-container .btn {
    font-size: 1rem;
  }
}
#books .book .button-container .btn.free {
  border: 2px solid #fadd98;
  color: white;
  background-color: #f2a11f;
}
#books .book .button-container .btn.free:hover {
  color: #f2a11f;
  background-color: white;
  border: 2px solid #f2a11f;
}
#books .book .body-copy {
  border: 1px solid transparent;
}
#books .book .body-copy p {
  font-size: 1rem;
}
@media (max-width: 991px) {
  #books .book .body-copy p {
    font-size: .9rem;
  }
}
#books .book .image-header {
  text-align: center;
  position: relative;
  transition: max-height 0.66s ease-out;
  max-height: 0;
  overflow: hidden;
}
#books .book .image-header.loaded {
  max-height: 275px;
}
#books .book .image-header img {
  max-width: 275px;
  width: 100%;
}
#books .book .headings {
  min-height: 110px;
  margin-bottom: 30px;
  border: 1px solid transparent;
}
@media (max-width: 991px) {
  #books .book .headings {
    min-height: 90px;
  }
}
@media (max-width: 768px) {
  #books .book .headings {
    min-height: 80px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #books .book .headings {
    min-height: 105px;
    /* IPHONE 3, 4 PORTRAIT */
  }
}
#books .book .headings h2,
#books .book .headings h3 {
  font-size: 1.8rem;
  line-height: 1.9rem;
  color: #9a9671;
  font-family: "Titillium Web";
  text-align: center;
}
@media (max-width: 991px) {
  #books .book .headings h2,
  #books .book .headings h3 {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
}
@media (max-width: 991px) {
  #books .book .headings h3 {
    font-size: 1rem;
    line-height: 1.3rem;
  }
}
#books .book .headings h2 {
  text-transform: uppercase;
  font-weight: 700;
}
/* JOURNALISM */
#search #searchform-inline input {
  text-indent: 40px;
}
#search form i {
  position: absolute;
  top: 4px;
  left: 25px;
  font-size: 1.8rem;
  color: #c3c1b6;
}
#search form input {
  width: 100%;
  border: 1px solid #c2c0aa;
  display: block;
  margin-bottom: 10px;
}
#search button {
  float: right;
  border: 2px solid #9a9671;
  border-radius: 14px;
  color: #9a9671;
  text-transform: uppercase;
  font-family: "Titillium Web";
  font-weight: 700;
  font-size: 1rem;
  background-color: white;
}
#search button:hover {
  color: white;
  background-color: #9a9671;
  border: 2px solid #c2c0aa;
}
#search .categories {
  text-align: center;
  margin-top: 40px;
}
#search .categories .category {
  text-align: center;
  display: inline-block;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-right: 50px;
  margin-bottom: 20px;
}
#search .categories .category a {
  display: inline-block;
  width: 100px;
  height: 100px;
  color: white;
  border-radius: 100px;
  line-height: 94px;
  background-color: #9a9671;
  font-family: 'Lora';
  font-size: 1.8rem;
  text-align: center;
}
#search .categories .category a div {
  background-position: center center;
  background-size: 85%;
  background-repeat: no-repeat;
  height: 96px;
  width: 96px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 96px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
}
#search .categories .category a:hover {
  text-decoration: none;
  background-color: #2f6684;
}
#search .categories .category a:hover div {
  border: 1px solid white;
}
#search .categories .category a.secondthoughts {
  line-height: 100px;
  font-style: italic;
}
#search .categories .category a.secondthoughts span {
  margin-left: -3px;
  font-size: 18px;
  width: 100px;
  line-height: 18px;
  display: inline-block;
}
#search .categories .category a.bookshelf,
#search .categories .category a.atlantic {
  text-indent: -99999px;
}
#search .categories .category a.bookshelf div {
  background-image: url('../images/cat_book_shelf.png');
}
#search .categories .category a.atlantic {
  background-color: black;
}
#search .categories .category a.atlantic div {
  background-image: url('../images/cat_atlantic.png');
}
#search .categories .category a.atlantic:hover {
  background-color: #a7a9ac;
}
#search .categories .category a.atlantic:hover div {
  border: 1px solid white;
}
#search h2,
#search-results h2 {
  font-family: "Titillium Web";
  font-weight: 200;
}
#search article,
#search-results article {
  margin-bottom: 40px;
}
#search article .article-date,
#search-results article .article-date,
#search article .byline,
#search-results article .byline {
  font-size: 1rem;
}
#search article.bookshelf .article-date,
#search-results article.bookshelf .article-date {
  display: none;
}
#search article h2,
#search-results article h2 {
  color: black;
  font-size: 1.5rem;
  font-family: 'Lora';
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0;
}
#search article h2 a,
#search-results article h2 a {
  color: black;
}
#search .results-heading > div,
#search-results .results-heading > div {
  line-height: 88px;
  vertical-align: middle;
}
#search .results-heading > div h3,
#search-results .results-heading > div h3 {
  display: inline;
}
#search .category,
#search-results .category {
  display: inline-block;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 80px;
  line-height: 80px;
  background-color: #9a9671;
  font-family: 'Lora';
  font-size: 1.8rem;
  text-align: center;
}
#search .category.Second.Thoughts,
#search-results .category.Second.Thoughts {
  line-height: 80px;
  font-style: italic;
}
#search .category.Second.Thoughts span,
#search-results .category.Second.Thoughts span {
  font-size: 15px;
  width: 80px;
  line-height: 15px;
  display: inline-block;
}
#search .category.bookshelf,
#search-results .category.bookshelf,
#search .category.atlantic,
#search-results .category.atlantic {
  text-indent: -99999px;
}
#search .category.bookshelf div,
#search-results .category.bookshelf div,
#search .category.atlantic div,
#search-results .category.atlantic div {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
}
#search .category.bookshelf div,
#search-results .category.bookshelf div {
  background-image: url('../images/cat_book_shelf.png');
}
#search .category.atlantic,
#search-results .category.atlantic {
  background-color: black;
}
#search .category.atlantic div,
#search-results .category.atlantic div {
  background-image: url('../images/cat_atlantic.png');
}
.pagination ul li {
  color: #c2c0aa;
  font-family: "Titillium Web";
  margin-right: 12px;
}
.pagination ul li a {
  color: #c2c0aa;
}
.pagination ul li.active {
  border-bottom: 1px solid #9a9671;
}
.pagination ul li.active a {
  color: #9a9671;
}
.pagination .next-page,
.pagination .page-label,
.pagination .prev-page {
  color: #9a9671;
}
.pagination .next-page a,
.pagination .page-label a,
.pagination .prev-page a {
  color: #9a9671;
}
.pagination .next-page {
  padding-left: 0px;
  padding-left: 10px;
  border-left: 1px solid #9a9671;
}
.pagination .prev-page {
  padding-right: 10px;
  border-right: 1px solid #9a9671;
}
/* ARTICLE LANDING */
#article h1 {
  font-style: italic;
}
#article .published {
  color: #9a9671;
  width: 100%;
  position: relative;
}
#article .article-copy {
  margin-top: 20px;
}
#article .cats {
  position: absolute;
  right: 0px;
  top: 0px;
}
#article .category {
  float: right;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  color: white;
  border-radius: 40px;
  line-height: 40px;
  background-color: #9a9671;
  font-family: 'Lora';
  font-size: .9rem;
  text-align: center;
}
#article .category.secondthoughts span {
  display: inline-block;
  line-height: .5rem;
  font-size: .5rem;
}
#article .category.bookshelf,
#article .category.atlantic {
  text-indent: -99999px;
}
#article .category.bookshelf {
  background-image: url('../images/cat_book_shelf.png');
  background-position: -37px 11px;
  background-repeat: no-repeat;
  background-size: 120px;
}
#article .category.atlantic {
  background-color: black;
}
#article .category.atlantic div {
  background-image: url('../images/cat_atlantic.png');
}
/* MEDIA */
#media h2 {
  font-family: "Titillium Web";
  font-weight: 200;
}
@media (max-width: 991px) {
  #media h2 {
    font-size: 2rem;
  }
}
#media table td {
  padding: .75rem;
  vertical-align: top;
  font-family: "Titillium Web";
}
#media table td.date {
  color: #9a9671;
}
#media .table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f5f1;
}
#media .twitter-container {
  background-color: #f5f5f1;
  padding: 7px;
  border-radius: 10px;
}
#media .twitter-container h3 {
  font-family: "Titillium Web";
  color: #9a9671;
  padding-left: 4px;
}
#media .twitter-container h3 strong {
  font-weight: 900;
}
/* CONTACT US */
#contact {
  margin-top: 60px;
}
#contact h2 {
  font-size: 2.5rem;
  font-weight: 700;
  font-style: italic;
}
#contact textarea {
  height: 200px !important;
}
#contact form {
  margin-top: 40px;
  font-family: "Titillium Web";
}
#contact form label {
  color: #9a9671;
  text-transform: uppercase;
}
#contact button,
#contact .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .5rem 1rem;
  border-radius: .25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 20px;
  border: 2px solid #9a9671;
  border-radius: 14px;
  color: #9a9671;
  text-transform: uppercase;
  font-family: "Titillium Web";
  font-weight: 700;
  font-size: 1rem;
  float: right;
  background-color: white;
}
#contact button:hover,
#contact .btn:hover {
  color: white;
  background-color: #9a9671;
  border: 2px solid #c2c0aa;
}
header .mobile_close {
  display: none;
}
header .btn_expand_menu {
  display: none;
  height: 55px;
  background-color: #9a9671;
  width: 84px;
  line-height: 55px;
  color: white;
  padding: 0;
  text-align: center;
  font-family: "Titillium Web";
  font-size: 1.5rem;
  position: absolute;
  top: 0px;
  right: 20px;
}
header .btn_expand_menu .arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 42px solid transparent;
  border-right: 42px solid transparent;
  border-top: 15px solid #9a9671;
  bottom: -15px;
}
header.expanded h1 {
  position: fixed;
  left: 20px;
  z-index: 120;
}
header.expanded h1 a {
  color: white !important;
}
header.expanded #menu-container {
  width: 100%;
  height: 100%;
  background-color: rgba(143, 139, 106, 0.9);
  top: 0;
  left: 0;
  position: fixed;
  z-index: 110;
}
header.expanded #menu-container .mobile_close {
  display: block;
  color: white;
  position: fixed;
  top: 2px;
  font-size: 2em;
  right: 30px;
}
header.expanded #menu-container .menu {
  position: fixed;
  right: 20px;
  top: 100px;
  float: none;
  display: block;
  left: initial;
  text-align: right;
  width: 50%;
}
header.expanded #menu-container .menu li {
  float: none;
  border-bottom: 1px solid white;
  padding-bottom: 20px;
  height: auto;
}
header.expanded #menu-container .menu li a {
  color: white;
  font-size: 2.4rem;
  line-height: 2.6rem;
}
@media (max-width: 768px) {
  header.expanded #menu-container .menu li a {
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
}
header.expanded #menu-container .menu li.social {
  position: fixed;
  float: left;
  top: 60px;
  left: 0px;
  border-bottom: none;
  height: 50px;
  padding: 0;
}
header.expanded #menu-container .menu li.social a {
  font-size: 2rem;
  line-height: 3rem;
}
header.expanded #menu-container .menu li.social.twitter {
  width: 56px;
}
header.expanded #menu-container .menu li.social.fb {
  left: 53px;
  width: 40px;
}
header.expanded #menu-container .menu li.social.instagram {
  left: 93px;
  width: 45px;
  padding-right: 5px;
}
/*  MENU MOBILE */
@media (max-width: 991px) {
  .menu {
    display: none;
  }
  header .btn_expand_menu {
    display: block;
  }
}
.grecaptcha-badge {
  bottom: 74px !important;
}
.boltforms-hidden {
  display: none;
}
