/*
Theme Name: Mowday
Theme URI: http://www.mowday.com
Description: Como Strap Child Theme
Author: Como Creative
Template: como-strap
*/
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #434343;
  font-weight: 300;
}
.container.main {
  padding-bottom: 3em;
}
.home .container.main {
  padding-bottom: 0;
}
/* #################### Content Elements #################### */
.txt-small * {
  font-size: 0.95em;
}
/* Headers & Titles */
h1,
h2,
h3,
h4,
h5 {
  color: #375d81;
  font-weight: 500;
}
h1 {
  font-size: 2em;
}
h1.page-title {
  font-size: 2.5em;
  padding-bottom: 0.5em;
}
h2 {
  font-size: 1.5em;
  padding-bottom: 10px;
  border-bottom: 1px solid #375d81;
  border-bottom: 1px solid rgba(55, 93, 129, 0.25);
}
h3 {
  font-size: 1.25em;
}
h4 {
  color: #434343;
  padding-bottom: 2px;
  margin-bottom: 0;
}
.section-title {
  padding-top: 1em;
}
.banner-title {
  font-size: 3em;
  font-weight: 300;
  color: #375d81;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7e8f8+0,d7e8f8+100&0+0,1+50,0+100 */
  background: -moz-linear-gradient(left, rgba(215, 232, 248, 0) 0%, #d7e8f8 50%, rgba(215, 232, 248, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(215, 232, 248, 0) 0%, #d7e8f8 50%, rgba(215, 232, 248, 0) 100%);
  background: linear-gradient(to right, rgba(215, 232, 248, 0) 0%, #d7e8f8 50%, rgba(215, 232, 248, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d7e8f8', endColorstr='#00d7e8f8', GradientType=1);
  padding: 0.75em 0;
  border: none;
}
.subtitle {
  color: #666;
  color: #666666;
  font-style: italic;
  font-weight: 300;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0.5em;
}
/* Links */
a {
  color: #00749d;
  text-decoration: none;
  outlline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus,
a:active {
  color: #002c9d;
  text-decoration: none;
  outlline: none;
}
.arrowLink::after {
  font-family: 'FontAwesome';
  content: "\f138";
  margin-left: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.arrowLink:hover::after {
  margin-left: 8px;
}
.btn {
  display: inline-block;
  color: #00749d;
  font-weight: 700;
  text-align: center;
  padding: 0.75em 2em;
  border: 2px solid #00749d;
}
.btn:hover,
.btn:focus-visible {
  color: #fff;
  background: #00749d;
}
.btn.large {
  font-size: 1.25em;
}
blockquote {
  position: relative;
  background: #ccc;
  background: rgba(204, 204, 204, 0.25);
  border: none;
  margin: 2em 0;
  padding: 2em;
  z-index: 1;
}
blockquote.quote {
  font-style: italic;
  text-align: right;
}
blockquote.quote::before {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  z-index: -1;
  content: '“';
  font-family: "Times New Roman", serif;
  font-size: 15em;
  color: #fff;
  color: rgba(255, 255, 255, 0.85);
}
/* Forms */
input[type=text],
input[type=tel],
input[type=email],
select,
textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #434343;
  font-weight: 300;
}
.split-col-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}
/* ----- Page Header Images ----- */
.como-page-head {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 150px;
  max-height: 525px;
  overflow: hidden;
}
.home .como-page-head {
  /*	position: relative;
	height: 0;
	min-height: 0;
	max-height: 0;
	display: none;*/
}
.como-page-head .head-image img {
  position: relative;
  min-width: 100%;
  min-height: 250px;
  height: auto;
  z-index: 1;
}
.como-page-head .head-text-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
}
.como-page-head .head-text {
  position: relative;
  margin: 125px auto 0 auto;
  width: 75%;
  max-width: 600px;
  color: #fff;
  z-index: 200;
}
.como-page-head .head-text h1 {
  color: #fff;
}
/* #################### Header #################### */
#masthead {
  background: none;
}
#mainNav {
  background: #000f19;
  background: rgba(0, 15, 25, 0.9);
  border: none;
  -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0);
  z-index: 666;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sticky #mainNav {
  -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.05);
}
.home #mainNav {
  background: #000f19;
  background: rgba(0, 15, 25, 0);
}
.sticky #mainNav,
.home .sticky #mainNav {
  background: rgba(0, 15, 25, 0.85);
}
/* ----- Top Bar ----- */
#top-bar {
  position: relative;
  z-index: 999;
}
#top-bar * {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#top-bar #header-right-widget {
  text-align: right;
}
#top-bar .widget {
  display: inline-block;
  margin: 5px 0 0 0;
  padding: 0;
}
#top-bar .widget.social .widgettitle {
  display: none;
}
#top-bar .widget.social {
  font-size: 1em;
  line-height: 1;
}
.sticky #top-bar .widget.social {
  font-size: 0.75em;
}
#top-bar a {
  text-decoration: none;
}
#top-bar a .fa-circle {
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
}
#top-bar a .fa-inverse {
  color: #330000;
  color: rgba(51, 0, 0, 0.5);
}
#top-bar a:hover .fa-circle,
#top-bar a:focus .fa-circle,
#top-bar a:active .fa-circle {
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
#top-bar a:hover .fa-inverse,
#top-bar a:focus .fa-inverse,
#top-bar a:active .fa-inverse {
  color: #e1e2e5;
  color: #6a707c;
  text-decoration: none;
}
/* ----- Top Search ----- */
#top-bar .widget_search {
  overflow: visible;
  height: 40px;
}
#top-bar .search-toggle {
  position: relative;
}
.sticky #top-bar .widget_search {
  height: 30px;
}
.sticky #top-bar .search-toggle {
  font-size: 0.75em;
}
.search-dropdown {
  position: absolute;
  display: block;
  width: 250px;
  height: 50px;
  margin: 1px 0 0 -200px;
  overflow: hidden;
  font-size: 1.25em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search-dropdown.closed {
  width: 250px;
  height: 0;
}
.search-wrap {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  padding: 3px;
  text-align: left;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15);
}
.search-wrap .s {
  display: inline-block;
  border: none;
  background: none;
  margin-left: 0 !important;
  float: none;
  line-height: 1.25;
  width: 89%;
  z-index: 1;
}
.search-wrap .searchsubmit {
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  display: block;
  background: none;
  border: none;
  line-height: 1.5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 100;
}
.search-wrap #searchsubmit:hover,
.search-wrap #searchsubmit:focus,
.search-wrap #searchsubmit:active {
  color: #3177a1;
}
/* ----- Main Nav ------ */
#mainNav .navbar-brand {
  font-size: 55px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  text-align: left;
  margin: -33px 20px 0 0 !important;
  padding: 0 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-shadow: -1px 1px 1px #000;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.25);
}
#mainNav .navbar-brand a {
  color: #fff;
  text-decoration: none !important;
}
#mainNav .navbar-brand .subhead {
  display: block;
  font-weight: 300;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 0 3px;
}
.sticky #mainNav .navbar-brand {
  font-size: 45px;
  margin: -30px 20px 0 0 !important;
}
.sticky #mainNav .navbar-brand .subhead {
  font-size: 14px;
}
#mainNav #navbar {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#mainNav #navbar li {
  margin: 0;
  padding: 0;
  overflow: visible;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#mainNav #navbar a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 900;
  text-shadow: -1px 1px 1px #000;
  text-shadow: -1px 1px 1px #000000;
  line-height: 5em;
  margin: 0 0.33em;
  padding: 0 0.33em;
  border: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.sticky #mainNav #navbar a {
  line-height: 3em;
  margin: 0 0.33em;
}
#mainNav li:hover > a,
#mainNav li:active > a,
#mainNav li:focus > a,
#mainNav li.active > a {
  color: #fff;
  color: #ffffff;
  border: none;
  outline: none;
}
#mainNav li:hover > .dropdown-menu a,
#mainNav li:active > .dropdown-menu a,
#mainNav li:focus > .dropdown-menu a,
#mainNav li.active > .dropdown-menu a {
  color: #ccc !important;
}
#mainNav li:hover > .dropdown-menu a:hover,
#mainNav li:active > .dropdown-menu a:active,
#mainNav li:focus > .dropdown-menu a:focus,
#mainNav li.active > .dropdown-menu a.active {
  color: #fff !important;
}
#mainNav .container,
#mainNav .navbar-header {
  position: relative;
  z-index: 0;
}
#mainNav .dropdown-menu {
  background: none !important;
  width: auto;
  max-width: 900px;
  margin: 0;
  padding: 0;
  border: none;
}
#mainNav .dropdown-menu:before,
#mainNav .dropdown-menu li:first-child:before {
  display: none !important;
  border: none !important;
}
#mainNav .dropdown-menu li {
  background: none !important;
  margin: 0;
  padding: 0;
  display: block;
  float: none;
}
#mainNav .dropdown-menu li > a {
  display: block;
  background: #000;
  background: rgba(0, 0, 0.85);
  color: #fff;
  font-size: 0.9em;
  line-height: 1.25em;
  white-space: no-wrap;
  margin: 0;
  padding: 0.75em 1.875em !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#mainNav .dropdown-menu li:last-child a {
  padding-bottom: 1em !important;
}
#mainNav .dropdown-menu li:hover > a {
  color: #fff;
  background: #333;
  background: rgba(51, 51, 51, 0.85);
}
#mainNav .dropdown-menu li:first-child a {
  padding-top: 2.063em;
}
#mainNav .dropdown-menu li:last-child a {
  padding-bottom: 2.063em;
}
#menu-main-nav.navbar .dropdown-menu:before,
#menu-main-nav.navbar .dropdown-menu:after,
#menu-main-nav.navbar > li > .dropdown-menu:before,
#menu-main-nav.navbar > li > .dropdown-menu:after {
  display: none !important;
  border: none !important;
  content: "" !important;
}
.navbar-collapse,
#mainNav .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}
/* #################### Home Page #################### */
.head-image {
  position: relative;
}
.head-image .img-header {
  position: relative;
  z-index: 1;
}
.head-image #header-author {
  position: absolute;
  top: 150px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 100;
}
.head-image #header-author .author-img {
  width: auto !important;
  min-width: 10px !important;
  border: 5px solid #fff;
  -webkit-box-shadow: -1px 1px 7px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 1px 7px 1px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 1px 7px 1px rgba(0, 0, 0, 0.75);
  float: right;
  margin-right: 85px;
  margin-left: 25px;
}
#home-widgets .news-feed.news-home-feed,
#home-widgets .news-feed .tribe-list-widget {
  list-style: none;
  font-size: 0.9em;
  margin: 1em 4em;
  padding: 0;
}
#home-widgets .news-feed.news-home-feed li,
#home-widgets .news-feed .tribe-list-widget li {
  margin: 0;
  padding: 0.5em 0;
  border: none;
}
#home-widgets .news-feed.news-home-feed .news-title,
#home-widgets .news-feed .tribe-list-widget .tribe-event-title {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
}
#home-widgets .widget-wrap {
  margin-top: 1em !important;
  background: #d7e8f8;
  padding-bottom: 1em;
}
#home-widgets .widget-wrap .widgettitle {
  text-align: center;
  padding: 0.75em 2em 0 2em;
  font-size: 2em;
  border: none;
}
#home-widgets .widget-wrap .textwidget {
  font-size: 0.9em;
  padding: 0 2em 1em 2em;
}
#home-widgets .widget-wrap .textwidget h3 {
  font-weight: 400;
}
#home-widgets #featured-book img {
  display: block;
  margin: 0 auto 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
#home-widgets .tribe-common.tribe-events-widget .tribe-events-widget-events-list__header .tribe-common-h6 {
  text-align: center;
  padding: 0.75em 2em 0 2em;
  font-size: 2em;
  color: #375d81;
  font-weight: 500;
  border: none;
}
#home-widgets .tribe-common.tribe-events-widget .tribe-events-widget-events-list__events {
  color: #434343;
  padding-left: 1em !important;
  padding-right: 1.5em !important;
}
#home-widgets .tribe-common.tribe-events-widget .tribe-events-widget-events-list__events h3.tribe-events-widget-events-list__event-title.tribe-common-h7 {
  font-size: 1em !important;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.1 !important;
}
#home-widgets .tribe-common.tribe-events-widget .tribe-events-widget-events-list__events h3.tribe-events-widget-events-list__event-title.tribe-common-h7 a {
  color: #375d81 !important;
  font-weight: 700 !important;
}
#home-widgets .tribe-common.tribe-events-widget .tribe-events-widget-events-list__events h3.tribe-events-widget-events-list__event-title.tribe-common-h7 a:hover,
#home-widgets .tribe-common.tribe-events-widget .tribe-events-widget-events-list__events h3.tribe-events-widget-events-list__event-title.tribe-common-h7 a:focus-visible {
  color: #00749d !important;
}
#home-widgets .tribe-common.tribe-events-widget .tribe-events-widget-events-list__view-more {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
#home-widgets .tribe-common.tribe-events-widget .tribe-events-widget-events-list__view-more .tribe-events-widget-events-list__view-more-link {
  color: #00749d;
  text-decoration: none !important;
  border: none !important;
}
#home-widgets .tribe-common.tribe-events-widget .tribe-events-widget-events-list__view-more .tribe-events-widget-events-list__view-more-link::after {
  font-family: 'FontAwesome';
  content: "\f138";
  color: #00749d;
  margin-left: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#home-widgets .tribe-common.tribe-events-widget .tribe-events-widget-events-list__view-more .tribe-events-widget-events-list__view-more-link:hover,
#home-widgets .tribe-common.tribe-events-widget .tribe-events-widget-events-list__view-more .tribe-events-widget-events-list__view-more-link:focus-visible {
  color: #00749d !important;
  border: none !important;
}
#home-widgets .tribe-common.tribe-events-widget .tribe-events-widget-events-list__view-more .tribe-events-widget-events-list__view-more-link:hover::after,
#home-widgets .tribe-common.tribe-events-widget .tribe-events-widget-events-list__view-more .tribe-events-widget-events-list__view-more-link:focus-visible::after {
  color: #00749d !important;
  margin-left: 8px;
}
/* ----- Home Book Slider ----- */
#book-slider {
  margin: 25px 0 50px 0;
}
#book-slider .nbs-flexisel-inner {
  width: 96%;
}
#book-slider .nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
}
#book-slider .rpf-title {
  display: none !important;
}
#book-slider .rpf-slider img {
  background: #fff;
  width: auto;
  height: auto;
  max-width: 100%;
}
/* ################### Subpages #################### */
/* ----- Aside ----- */
.featured-book-widget img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
}
.left-content {
  margin-right: 4em;
}
/* ----- News Page ----- */
.news-feed {
  list-style: none;
  margin: 1em 0 1em 0;
  padding: 0;
}
.news-feed li {
  margin: 0;
  padding: 1em 0;
  border-top: 1px solid #375d81;
  border-top: 1px solid rgba(55, 93, 129, 0.15);
}
.news-feed li:first-child {
  border: none;
}
.news-feed .news-date {
  font-size: 0.9em;
  font-weight: 400;
}
.news-feed .news-title {
  margin: 0;
  padding: 0;
}
.news-feed .news-subtitle {
  margin: 0;
  padding: 0;
}
/* ----- Books Page ----- */
.book-wrap {
  font-size: 0.9em;
  padding: 1em;
}
.book-wrap.active {
  background: #d7e8f8;
  background: rgba(215, 232, 248, 0.5);
}
.book-wrap .book-img {
  display: block;
  margin: 1em auto;
  -webkit-box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.5);
}
.book-wrap .book-desc {
  padding: 0 10px 1em 0;
}
.book-wrap .book-desc h2 {
  font-size: 1.25em;
  margin: 0 0 10px 0;
  padding: 0.75em 0 5px 0;
}
.book-wrap .book-desc .price {
  font-weight: 400;
}
/* #################### Footer #################### */
#site-footer {
  background: #333;
  background: #333333;
  color: #ccc;
  color: #cccccc;
  padding: 25px 0 0 0;
  margin: 0;
  line-height: 1.25;
}
#site-footer a {
  color: #ccc;
  color: #cccccc;
}
#site-footer a:hover,
#site-footer a:focus,
#site-footer a:active {
  color: #fff;
  color: #ffffff;
}
#site-footer .widgettitle {
  color: #ccc;
  color: #cccccc;
  font-size: 1.1em;
  margin: 0;
  padding: 0 0 3px 0;
}
#site-footer .bio-widget {
  font-size: 0.95em;
}
.foot-nav-widget {
  margin-top: 10px;
}
#menu-footer-nav {
  list-style: none;
  margin: 0 50px 0 0;
  padding: 0;
  text-align: right;
}
#menu-footer-nav li {
  display: inline-block;
}
#menu-footer-nav li a {
  padding: 0 5px;
  font-size: 0.85em;
  font-weight: 700;
  text-transform: uppercase;
}
#site-footer-bottom {
  background: #1d1d1d;
  padding: 15px 0 50px 0;
  margin: 50px 0 0 0;
  color: #666;
  color: #666666;
  font-size: 0.75em;
  text-align: center;
}
#site-footer-bottom a {
  color: #666;
  color: #666666;
}
#site-footer-bottom a:hover,
#site-footer-bottom a:focus,
#site-footer-bottom a:active {
  color: #fff;
  color: #ffffff;
}
/* #################### Responsive #################### */
@media (max-width: 1280px) {
  #mainNav .navbar-brand {
    margin: -45px 20px 0 0 !important;
  }
  #mainNav #navbar a {
    color: #fff;
    line-height: 2.75em;
  }
}
@media (max-width: 1024px) {
  #top-bar .widget.social,
  #top-bar .search-toggle {
    font-size: 0.85em;
  }
  .sticky #top-bar .widget.social,
  .sticky #top-bar .search-toggle {
    font-size: 0.65em;
  }
  #mainNav .navbar-brand {
    font-size: 45px;
    margin: -43px 20px 0 0 !important;
  }
  #mainNav .navbar-brand .subhead {
    font-size: 15px;
    margin: 0 0 0 3px;
  }
  .sticky #mainNav .navbar-brand {
    font-size: 35px;
    margin: -30px 20px 0 0 !important;
  }
  .sticky #mainNav .navbar-brand .subhead {
    font-size: 12px;
  }
  #mainNav #navbar a {
    font-size: 0.8em;
    line-height: 1em;
    margin: 0 0.25em;
    padding: 0 0.25em;
  }
  .sticky #mainNav #navbar a {
    margin: 0 0.25em;
    line-height: 2em;
  }
  .head-image #header-author {
    top: 100px;
  }
}
@media (max-width: 960px) {
  .mobile-only {
    display: block !important;
  }
  .no-mobile {
    display: none !important;
  }
  #mainNav .navbar-brand {
    /*font-size: 45px;*/
    margin: 0 20px 0 10px !important;
  }
  #mainNav .navbar-brand .subhead {
    font-size: 15px;
    margin: 0 0 0 3px;
  }
  .sticky #mainNav .navbar-brand {
    /*font-size: 35px;*/
    margin: 0 20px 0 10px !important;
  }
  .sticky #mainNav .navbar-brand .subhead {
    font-size: 11px;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
    margin-top: 10px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    float: none!important;
    margin: 0;
    padding: 0;
  }
  .navbar-nav > li {
    float: none;
    background: none;
  }
  .collapse.in {
    display: block !important;
    width: 100%;
    min-width: 100%;
    padding: 0;
    margin: 0;
  }
  #mainNav .navbar-nav {
    background: #000f19;
    background: rgba(0, 15, 25, 0.9);
  }
  #mainNav .navbar-nav .menu-item {
    border: none !important;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 100%;
  }
  #mainNav #navbar a,
  #mainNav .navbar-nav .menu-item a,
  .sticky #mainNav #navbar a {
    margin: 0 10px;
    padding: 0;
    font-size: 1em;
    line-height: 45px;
    text-align: center;
    background: none;
  }
  #mainNav #navbar #mobileShare {
    text-align: center;
  }
  #mainNav #navbar #mobileShare a {
    width: auto;
    min-width: 50px;
    font-size: 1.75em;
    line-height: 45px;
  }
  #mainNav .navbar-nav .menu-item:hover,
  #mainNav .navbar-nav .menu-item:focus,
  #mainNav .navbar-nav .menu-item:active {
    background: #3277a0;
    background: rgba(50, 119, 160, 0.25);
    color: #fff !important;
  }
  #mainNav .navbar-nav .menu-item:hover > a,
  #mainNav .navbar-nav .menu-item:focus > a,
  #mainNav .navbar-nav .menu-item:active > a {
    color: #fff !important;
  }
  #mainNav .navbar-nav .menu-item.mobile-social:hover,
  #mainNav .navbar-nav .menu-item.mobile-social:focus,
  #mainNav .navbar-nav .menu-item.mobile-social:active {
    background: transparent;
  }
  #mainNav .navbar-nav .menu-item.mobile-social:hover > a,
  #mainNav .navbar-nav .menu-item.mobile-social:focus > a,
  #mainNav .navbar-nav .menu-item.mobile-social:active > a {
    color: inherit !important;
  }
  .head-image #header-author .author-img {
    margin: 0;
  }
  #book-slider .nbs-flexisel-item > img[style] {
    max-width: 160px !important;
  }
  .split-col-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  #site-footer .widgettitle {
    padding: 10px 0 3px 0;
  }
  #menu-footer-nav {
    text-align: center;
  }
  #menu-footer-nav li a {
    padding: 5px 5px;
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
  }
}
@media (max-width: 430px) {
  #mainNav .navbar-brand {
    font-size: 37px;
    margin-top: 10px;
  }
  #mainNav .navbar-brand .subhead {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  #mainNav .navbar-brand {
    font-size: 33px;
    margin-top: 10px;
  }
  #mainNav .navbar-brand .subhead {
    font-size: 11px;
  }
  .sticky #mainNav .navbar-brand {
    font-size: 30px;
  }
  .sticky #mainNav .navbar-brand .subhead {
    font-size: 10px;
  }
}
@media (max-width: 320px) {
  #mainNav .navbar-brand {
    font-size: 27px;
    margin-right: 0;
    line-height: 2;
  }
  #mainNav .navbar-brand .subhead {
    display: none;
  }
  .sticky #mainNav .navbar-brand {
    font-size: 27px;
    line-height: 2;
  }
}
