@charset "UTF-8";
/* 
*  Main CSS Index File
*
*/
/* 
*  Vendor File Index
*
*/
/* 
*  Base File Index
*
*/
/*
	= Variables and mixins	
*******************************************************************************************/
/* Fonts */
/* Colors */
/* Use this mixin when using webfonts that appear darker than in mockups (especially complex fonts) */
/* This is also useful when using light text against a dark background; this will make the text crisper and less fuzzy */
/* Flexbox */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);

  Link: https://github.com/bfred-it/object-fit-images
*/
/*
	= General	
*******************************************************************************************/
html {
  overflow-x: hidden; }

body {
  overflow: hidden; }

.container {
  width: 100%;
  max-width: 1168px; }

body {
  font: 400 15px/150% "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  padding-bottom: 0;
  background-color: white; }
  @media (min-width: 768px) {
    body {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    body {
      font-size: 17px; } }

img {
  max-width: 100%;
  height: auto; }

.wp-caption img {
  width: 100%;
  height: auto; }
.wp-caption .wp-caption-text {
  margin-bottom: 0;
  font: 400 14px/18px "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #818A91; }

.alignleft {
  float: left;
  margin-right: 15px; }

.aligncenter {
  margin: 15px auto;
  display: block; }

.alignright {
  float: right;
  margin-left: 15px; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none; }

a {
  color: #1456A2; }
  a:hover {
    color: #0e3e75; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

p {
  margin-bottom: 15px; }

blockquote {
  color: #333;
  font: 400 18px/28px "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 15px 0; }
  @media (min-width: 1200px) {
    blockquote {
      font-size: 20px;
      line-height: 30px; } }

h1, h2, h3, h4, h5, h6 {
  color: #1456A2;
  margin: 30px 0 15px;
  font-family: "Oswald", "Arial Narrow", sans-serif; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 27px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px;
  text-transform: uppercase; }

> h2 {
  font-size: 40px; }

ul {
  padding-left: 30px;
  list-style-type: square;
  margin-bottom: 15px; }
  ul ul {
    padding-left: 20px;
    list-style-type: disc;
    margin-bottom: 0; }
    ul ul ul {
      list-style-type: circle; }

ol {
  padding-left: 30px;
  list-style-type: decimal;
  margin-bottom: 15px; }
  ol ul {
    padding-left: 20px;
    list-style-type: disc;
    margin-bottom: 0; }
    ol ul ul {
      list-style-type: circle; }
  ol ol {
    padding-left: 20px; }

.btn-primary {
  background-color: #1456A2;
  border: 1px solid #1456A2;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #0e3e75;
    border-color: #0e3e75; }

.btn-default {
  color: white;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F49400;
  border: 1px solid #F49400; }
  .btn-default:hover, .btn-default:active, .btn-default:focus {
    background-color: #c17500;
    border-color: #c17500;
    color: white; }

/* Tablet ***************************************************************/
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/* 
*  Template File Index
*
*/
/*
	= Footer 	
*******************************************************************************************/
footer[role="contentinfo"] {
  background-color: #1456A2;
  padding: 30px 0;
  margin: 50px 0 0;
  color: white; }
  footer[role="contentinfo"] a {
    color: white; }
  footer[role="contentinfo"] a[rel="home"] {
    font-size: 46px;
    line-height: 100%; }
    @media (min-width: 768px) {
      footer[role="contentinfo"] a[rel="home"] {
        font-size: 60px; } }
  footer[role="contentinfo"] > .container {
    position: relative; }
  footer[role="contentinfo"] .flex-parent {
    flex-flow: row wrap; }
    @media (min-width: 768px) {
      footer[role="contentinfo"] .flex-parent {
        position: absolute;
        top: 0;
        right: 15px;
        width: 45%; } }
    @media (min-width: 1200px) {
      footer[role="contentinfo"] .flex-parent {
        width: auto; } }
  footer[role="contentinfo"] .email-signup {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    order: 1; }
    footer[role="contentinfo"] .email-signup .btn {
      background-color: #F49400;
      border-color: #F49400; }
      footer[role="contentinfo"] .email-signup .btn:hover, footer[role="contentinfo"] .email-signup .btn:active, footer[role="contentinfo"] .email-signup .btn:focus {
        background-color: #c17500;
        border-color: #c17500; }
    footer[role="contentinfo"] .email-signup legend {
      display: block;
      color: white; }
    footer[role="contentinfo"] .email-signup .form-group {
      display: block;
      float: left;
      width: 60%;
      padding-right: 5px;
      margin-bottom: 10px; }
      footer[role="contentinfo"] .email-signup .form-group input {
        width: 100%;
        max-width: 100%; }
    footer[role="contentinfo"] .email-signup [type="submit"] {
      float: left;
      width: 40%;
      margin: 0; }
    @media (min-width: 1200px) {
      footer[role="contentinfo"] .email-signup {
        -webkit-box-flex: 1 1 auto;
        -moz-box-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        order: 2;
        margin: 0 20px 0 10px; }
        footer[role="contentinfo"] .email-signup .form-group {
          margin-bottom: 0; } }
  footer[role="contentinfo"] .social-icons {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    order: 2;
    margin: 0 5px 0 0; }
    @media (min-width: 1200px) {
      footer[role="contentinfo"] .social-icons {
        order: 1; } }
  footer[role="contentinfo"] .search-form {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    order: 3; }
    footer[role="contentinfo"] .search-form .form-group {
      margin: 0; }

#menu-footer-menu {
  list-style-type: none;
  padding: 10px 0 20px;
  margin: 0;
  display: block;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  font-size: 15px;
  line-height: 18px; }
  #menu-footer-menu li {
    display: inline-block;
    width: 100%;
    margin-bottom: 6px;
    white-space: nowrap; }
  @media (min-width: 768px) {
    #menu-footer-menu {
      max-width: 45%; } }
  @media (min-width: 1200px) {
    #menu-footer-menu {
      font-size: 17px;
      line-height: 20px; } }

.copyright {
  display: block;
  margin: 20px 0 0;
  text-align: center;
  font-size: 12px; }
  @media (min-width: 768px) {
    .copyright {
      text-align: left;
      margin: 0; } }

/* Tablet ***************************************************************/
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/*
	= Header	
*******************************************************************************************/
.navbar-wrapper {
  position: static; }

.navbar {
  border: none; }

.flex-parent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  /* Logo */ }
  .flex-parent a[rel="home"], .flex-parent .social-icons, .flex-parent .email-signup, .flex-parent .search-form {
    display: inline-block;
    vertical-align: bottom; }
  .flex-parent .social-icons, .flex-parent .email-signup, .flex-parent .search-form {
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    white-space: nowrap; }
  .flex-parent .search-form {
    text-align: right; }
    @media (min-width: 768px) {
      .flex-parent .search-form {
        width: 17vw; } }
    @media (min-width: 1200px) {
      .flex-parent .search-form {
        width: 180px; } }
    .flex-parent .search-form > * {
      text-align: left; }
  .flex-parent a[rel="home"] {
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .flex-parent input[type="text"], .flex-parent input[type="email"], .flex-parent input[type="search"] {
    text-transform: uppercase; }

a[rel="home"] {
  color: #1456A2;
  font: 400 33px/100% "Oswald", "Arial Narrow", sans-serif;
  text-transform: uppercase;
  margin: 0 20px 0 0; }
  @media (min-width: 768px) {
    a[rel="home"] {
      font-size: 5.2vw; } }
  @media (min-width: 1200px) {
    a[rel="home"] {
      font-size: 60px; } }

#site-header {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 30px; }
  #site-header .email-signup {
    display: none; }
  @media (min-width: 768px) {
    #site-header .email-signup {
      display: inline-block; }
      #site-header .email-signup legend {
        display: none; } }
  @media (min-width: 1200px) {
    #site-header .email-signup legend {
      display: block; } }

/* Social */
.social-icons {
  list-style-type: none;
  margin: 0 5px;
  padding: 0; }
  @media (min-width: 768px) {
    .social-icons {
      margin: 0 15px; } }
  .social-icons li {
    display: inline;
    margin: 0 5px 0 0; }
    .social-icons li:last-child {
      margin: 0; }
  .social-icons .btn {
    padding: 6px 10px; }
  .social-icons .fa {
    -ms-transform: scale(1.5, 1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5, 1.5);
    /* Safari */
    transform: scale(1.5, 1.5); }

/* Newsletter Signup */
.email-signup legend {
  border: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #1456A2;
  margin: 0;
  padding: 0; }
.email-signup input {
  max-width: 17vw; }
  @media (min-width: 1200px) {
    .email-signup input {
      max-width: none; } }
.email-signup .btn {
  margin-left: 5px;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Search Form */
.search-form .form-group, .search-form .form-control {
  max-width: 100%;
  width: 100%; }
.search-form .glyphicon {
  color: #999; }

/* Mobile ONLY ***************************************************************/
@media (max-width: 767px) {
  #site-header {
    position: relative;
    border-bottom: 50px solid #F49400; }
    #site-header .search-form {
      position: absolute;
      bottom: -57px;
      right: 15px; }
      #site-header .search-form .glyphicon {
        color: white;
        -ms-transform: scale(1.5, 1.5);
        /* IE 9 */
        -webkit-transform: scale(1.5, 1.5);
        /* Safari */
        transform: scale(1.5, 1.5); }
      #site-header .search-form .form-group {
        z-index: 1; }
      #site-header .search-form .has-feedback .form-control-feedback {
        top: 0;
        z-index: -1; }
      #site-header .search-form input {
        opacity: 0;
        transition: opacity 0.2s; }
        #site-header .search-form input:focus {
          opacity: 1; }
    #site-header .navbar-toggle {
      position: absolute;
      bottom: -55px;
      left: 15px; } }
/* Tablet ***************************************************************/
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/*
	= Home 	
*******************************************************************************************/
#home-slideshow {
  margin: 0 0 30px; }
  #home-slideshow .carousel-indicators {
    display: none; }
  #home-slideshow img {
    width: 100%;
    height: 50vw;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"; }
    @media (min-width: 768px) {
      #home-slideshow img {
        height: auto; } }
  #home-slideshow .carousel-caption {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    text-align: left;
    padding: 0;
    bottom: 0;
    left: 30px;
    right: 30px; }
    @media (min-width: 768px) {
      #home-slideshow .carousel-caption {
        bottom: 45px;
        left: 60px;
        right: 60px; } }
    @media (min-width: 1200px) {
      #home-slideshow .carousel-caption {
        bottom: 100px;
        left: 50%;
        right: auto;
        width: 1168px;
        margin-left: -584px; } }
    #home-slideshow .carousel-caption h3 {
      color: white;
      display: inline-block;
      padding: 10px;
      margin: 0;
      background: #1456A2;
      font: 700 15px/100% "Oswald", "Arial Narrow", sans-serif; }
      @media (min-width: 768px) {
        #home-slideshow .carousel-caption h3 {
          font-size: 40px;
          padding: 10px 20px; } }
      @media (min-width: 1200px) {
        #home-slideshow .carousel-caption h3 {
          font-size: 50px;
          padding: 10px 25px; } }
    #home-slideshow .carousel-caption p {
      display: inline-block;
      padding: 10px;
      margin: -10px 0 0;
      background: #1456A2;
      font: 400 11px/100% "Oswald", "Arial Narrow", sans-serif; }
      @media (min-width: 768px) {
        #home-slideshow .carousel-caption p {
          font-size: 25px;
          padding: 10px 20px 15px; } }
      @media (min-width: 1200px) {
        #home-slideshow .carousel-caption p {
          font-size: 35px;
          padding: 10px 25px 15px; } }
  #home-slideshow a.left, #home-slideshow a.right {
    width: 30px;
    text-align: center;
    color: white;
    padding-bottom: 5px;
    font-size: 18px; }
    @media (min-width: 768px) {
      #home-slideshow a.left, #home-slideshow a.right {
        font-size: 25px;
        width: 40px;
        padding-bottom: 15px; } }
    @media (min-width: 1200px) {
      #home-slideshow a.left, #home-slideshow a.right {
        font-size: 30px;
        width: 50px; } }
  #home-slideshow a.left {
    position: absolute;
    left: -30px;
    bottom: 0; }
    @media (min-width: 768px) {
      #home-slideshow a.left {
        left: -40px; } }
    @media (min-width: 1200px) {
      #home-slideshow a.left {
        left: -50px; } }
  #home-slideshow a.right {
    position: absolute;
    bottom: 0; }

.home .btn-lg {
  font: 400 17px/21px "Oswald", "Arial Narrow", sans-serif;
  padding-bottom: 12px; }
  @media (min-width: 768px) {
    .home .btn-lg {
      font-size: 21px; } }

.home-sidebar {
  padding: 18px;
  background: #1456A2;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  box-shadow: none;
  margin: 15px 0 0; }
  .home-sidebar .media-heading {
    color: white;
    font: 700 26px/100% "Oswald", "Arial Narrow", sans-serif;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .home-sidebar .media-heading {
        font-size: 21px; } }
    @media (min-width: 1200px) {
      .home-sidebar .media-heading {
        font-size: 32px; } }
  .home-sidebar ul {
    padding: 0; }
  .home-sidebar li {
    padding: 10px 18px;
    margin: 0 -18px;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    margin-bottom: -1px;
    background: #F49400;
    color: white;
    list-style-type: none;
    font: 700 17px/24px "Oswald", "Arial Narrow", sans-serif;
    text-transform: uppercase; }
  .home-sidebar .btn {
    font: 700 20px/21px "Oswald", "Arial Narrow", sans-serif;
    text-transform: uppercase;
    padding: 10px 8px 12px; }

.home-talks-heading {
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .home-talks-heading {
      font-size: 35px; } }
  @media (min-width: 1200px) {
    .home-talks-heading {
      font-size: 41px; } }
  .home-talks-heading + p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .home-talks-heading + p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px; } }
    @media (min-width: 1200px) {
      .home-talks-heading + p {
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 30px; } }

.home-books-heading {
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .home-books-heading {
      font-size: 23px;
      /* fallback */
      font-size: 3vw; } }
  @media (min-width: 1200px) {
    .home-books-heading {
      font-size: 35px; } }

.home-books {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 15px -7.5px 20px; }
  @media (min-width: 1200px) {
    .home-books {
      margin: 15px -15px; } }

.home-book {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 7.5px; }
  @media (min-width: 1200px) {
    .home-book {
      padding: 0 15px; } }
  .home-book a[rel="bookmark"] {
    display: block;
    margin: 0 0 15px; }

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  #home-talks {
    float: left;
    width: 66.666%;
    padding-right: 15px; }

  #home-books, #home-services {
    float: right;
    width: 33.333%;
    padding-left: 15px;
    clear: right; } }
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/*
	= Interior pages 	
*******************************************************************************************/
.page-title {
  background: #dedede url("../../images/title-bg.png") no-repeat top center;
  background-size: cover;
  padding: 20px 0;
  margin: 0 0 30px;
  font: 700 30px/120% "Oswald", "Arial Narrow", sans-serif;
  color: #1456A2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 768px) {
    .page-title {
      font-size: 35px;
      padding: 30px 0; } }
  @media (min-width: 1200px) {
    .page-title {
      font-size: 45px; } }
  .page-title .subtitle {
    display: block;
    font-size: 26px;
    margin: 15px 0 0;
    border-left: 8px solid #1456A2;
    padding-left: 20px;
    font: italic normal 700 15px/150% "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1456A2; }
    @media (min-width: 768px) {
      .page-title .subtitle {
        font-size: 18px; } }
    @media (min-width: 1200px) {
      .page-title .subtitle {
        font-size: 22px; } }

.single-writing .page-title .subtitle, .single-media-coverage .page-title .subtitle, .single-tribe_events .page-title .subtitle {
  padding: 0;
  border: 0;
  color: black;
  font: 700 20px/130% "Oswald", "Arial Narrow", sans-serif; }
  @media (min-width: 768px) {
    .single-writing .page-title .subtitle, .single-media-coverage .page-title .subtitle, .single-tribe_events .page-title .subtitle {
      font-size: 26px; } }
  @media (min-width: 1200px) {
    .single-writing .page-title .subtitle, .single-media-coverage .page-title .subtitle, .single-tribe_events .page-title .subtitle {
      font-size: 28px; } }
.single-writing .page-title .meta, .single-media-coverage .page-title .meta, .single-tribe_events .page-title .meta {
  font: 700 15px/150% "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  text-transform: uppercase;
  margin-bottom: 0; }
  .single-writing .page-title .meta a, .single-media-coverage .page-title .meta a, .single-tribe_events .page-title .meta a {
    color: black; }
  .single-writing .page-title .meta .fa, .single-media-coverage .page-title .meta .fa, .single-tribe_events .page-title .meta .fa {
    color: black; }
  @media (min-width: 768px) {
    .single-writing .page-title .meta, .single-media-coverage .page-title .meta, .single-tribe_events .page-title .meta {
      font-size: 18px; } }
.single-writing .page-title a[rel="tag"], .single-media-coverage .page-title a[rel="tag"], .single-tribe_events .page-title a[rel="tag"] {
  color: #1456A2;
  text-transform: uppercase; }

main .btn + .btn {
  margin-left: 15px; }

/* Share buttons */
.share-buttons {
  padding: 0;
  margin: 0 0 15px;
  list-style-type: none;
  font: 700 15px/25px "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #1456A2;
  float: right;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 768px) {
    .share-buttons {
      font-size: 17px; } }
  .share-buttons li {
    display: inline;
    margin-right: 2px;
    vertical-align: bottom; }
  .share-buttons a {
    font-size: 16px;
    color: white;
    background: #1456A2;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 99px;
    text-align: center;
    vertical-align: bottom; }
    .share-buttons a:hover {
      color: white;
      background: #0e3e75; }
    .share-buttons a .fa-facebook {
      margin-left: -1px; }
    .share-buttons a .fa-envelope {
      font-size: 14px;
      position: relative;
      top: -1px; }

/* Meta */
.meta {
  padding: 0;
  margin: 10px 0;
  display: block;
  font-size: 13px;
  line-height: 130%; }
  .meta li {
    display: inline; }
    .meta li:after {
      content: '|';
      margin: 0 10px; }
    .meta li:last-child:after {
      content: none; }

.tags {
  font-size: 13px;
  padding-left: 2.5em; }
  .tags > span {
    width: 2.5em;
    margin-left: -2.5em;
    display: inline-block; }
  .tags a[rel="tag"] {
    background: #1456A2;
    color: white;
    font-size: 14px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    padding: 0 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 4px; }
    .tags a[rel="tag"]:hover {
      text-decoration: none;
      background: #0e3e75;
      color: white; }

/* Events */
.event-meta li {
  display: inline-block;
  padding-left: 2em;
  margin-left: -0.5em;
  min-width: 50%; }
  .event-meta li:after {
    content: none; }
  @media (min-width: 768px) {
    .event-meta li {
      width: calc(100% - 190px); } }
.event-meta .fa {
  width: 2em;
  margin-left: -2em;
  text-align: center;
  color: #F49400; }
.event-meta a {
  color: inherit; }
.event-meta br {
  display: none; }
.event-meta .tribe-street-address:after {
  content: ', '; }

.tribe-events-list-separator-month {
  display: block;
  color: #1456A2;
  border-bottom: 1px solid #1456A2;
  margin: 0 0 40px; }
  .tribe-events-list-separator-month > span {
    display: inline-block;
    background: white;
    padding-right: 10px;
    font: 700 24px/24px "Oswald", "Arial Narrow", sans-serif;
    text-transform: uppercase;
    position: relative;
    bottom: -17px; }

#tribe-events-content ul.tribe-events-sub-nav {
  padding: 0;
  text-align: left;
  font-size: 14px;
  margin-bottom: 15px; }
  @media (min-width: 1200px) {
    #tribe-events-content ul.tribe-events-sub-nav {
      font-size: 18px; } }
  #tribe-events-content ul.tribe-events-sub-nav li + li {
    margin-left: 15px; }

.events-list #tribe-events-footer, .tribe-events-day #tribe-events-footer, .tribe-events-map #tribe-events-footer {
  margin: 0;
  float: left; }

#tribe-events-footer + .tribe-events-ical {
  float: right; }

.tribe-events-button {
  border-radius: 4px;
  padding: 6px 12px;
  background: #1456A2;
  color: white;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .tribe-events-button:hover, .tribe-events-button:active, .tribe-events-button:focus {
    color: white;
    background: #0e3e75;
    text-decoration: none; }
  @media (min-width: 768px) {
    .tribe-events-button {
      font-size: 15px;
      line-height: 20px; } }

/* Single Event */
.single-tribe_events .event-meta li {
  display: block;
  max-width: 100%; }
.single-tribe_events .page-title .meta li:last-child {
  text-transform: none; }
.single-tribe_events .share-buttons {
  float: left;
  margin-right: 5px; }
  @media (min-width: 768px) {
    .single-tribe_events .share-buttons {
      margin-right: 15px; } }
.single-tribe_events .tribe-events-cal-links {
  max-width: calc(100% - 160px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .single-tribe_events .tribe-events-cal-links .tribe-events-button + .tribe-events-button {
    margin-left: 5px; }
    @media (min-width: 768px) {
      .single-tribe_events .tribe-events-cal-links .tribe-events-button + .tribe-events-button {
        margin-left: 15px; } }

/* Event Metabox */
.tribe-events-event-meta {
  background: #E9E9E9;
  color: #333;
  padding: 15px 0;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap; }
  @media (min-width: 1200px) {
    .tribe-events-event-meta {
      flex-flow: row nowrap; } }
  .tribe-events-event-meta .tribe-events-meta-group {
    -webkit-box-flex: 0 1 50%;
    -moz-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    padding: 0 15px; }
    @media (min-width: 1200px) {
      .tribe-events-event-meta .tribe-events-meta-group {
        -webkit-box-flex: 0 1 34%;
        -moz-box-flex: 0 1 34%;
        -webkit-flex: 0 1 34%;
        -ms-flex: 0 1 34%;
        flex: 0 1 34%;
        max-width: 34%;
        padding: 0 40px 0 15px; } }
  .tribe-events-event-meta .tribe-events-meta-group-gmap {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px; }
    @media (min-width: 1200px) {
      .tribe-events-event-meta .tribe-events-meta-group-gmap {
        -webkit-box-flex: 1 1 auto;
        -moz-box-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 45%;
        padding: 0 15px 0 0; } }
  .tribe-events-event-meta .tribe-events-single-section-title {
    margin: 0 0 20px;
    font: 700 24px/28px "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333; }
  .tribe-events-event-meta dd {
    margin-bottom: 10px; }
  .tribe-events-event-meta .tribe-events-venue-map > div {
    max-height: 256px; }

/* Archives */
article {
  margin-bottom: 30px; }
  article .thumbnail-wrap {
    float: left;
    width: 130px;
    /* fallback */
    width: 40vw;
    max-width: 180px;
    margin: 0 10px 10px 0; }
  @media (min-width: 1200px) {
    article.has-thumbnail .article-body {
      padding-left: 200px;
      position: relative; }
    article .thumbnail-wrap {
      float: none;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 180px;
      height: 100%;
      margin: 0 0 15px; }
      article .thumbnail-wrap img {
        width: auto;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover"; } }
  article.book img {
    float: left;
    margin: 0 15px 15px 0;
    width: 36vw;
    max-width: 165px; }
  article.book .media-heading {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 20px; }
    @media (min-width: 768px) {
      article.book .media-heading {
        font-size: 23px; } }
    @media (min-width: 1200px) {
      article.book .media-heading {
        font-size: 24px; } }
  article.book p:after {
    content: '';
    display: table;
    clear: both; }
    @media (min-width: 1200px) {
      article.book p:after {
        content: none; } }
  article.book .btn {
    margin-top: 10px;
    width: calc(50% - 7.5px); }
    @media (min-width: 1200px) {
      article.book .btn {
        width: auto;
        padding-left: 30px;
        padding-right: 30px; } }
  article .media-heading {
    font-size: 18px; }
    @media (min-width: 768px) {
      article .media-heading {
        font-size: 22px; } }
    @media (min-width: 1200px) {
      article .media-heading {
        font-size: 23px; } }
  article footer {
    border-bottom: 1px solid #ccc;
    padding: 15px 0; }
  article p:last-of-type {
    margin-bottom: 0; }
  article p a[rel="bookmark"] {
    font-weight: 700; }
    article p a[rel="bookmark"]:after {
      content: '\2026';
      /* hellip */ }

/* Single Book */
.book-cover img, .book-cover .btn {
  display: block;
  margin: 0 0 15px; }
.book-cover img {
  width: 40vw; }
  @media (min-width: 768px) {
    .book-cover img {
      width: 22vw; } }
  @media (min-width: 1200px) {
    .book-cover img {
      width: auto; } }

.single-book main:after {
  content: '';
  display: table;
  clear: both; }

/* Contact */
@media (min-width: 768px) {
  .wpcf7-form p:first-of-type {
    width: 45%;
    padding-right: 15px;
    float: left; }
    .wpcf7-form p:first-of-type + p {
      width: 55%;
      float: left; } }
.wpcf7-form label {
  width: 100%;
  color: #1456A2;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase; }
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
  width: 100%;
  border: 1px solid #9b9b9b;
  border-radius: 4px;
  padding: 6px 12px;
  font: 400 16px/130% "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333; }
.wpcf7-form input[type="submit"] {
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  background: #1456A2;
  color: white;
  padding: 12px 20px;
  font: 700 20px/20px "Oswald", "Arial Narrow", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  width: 100%; }
  @media (min-width: 768px) {
    .wpcf7-form input[type="submit"] {
      width: auto; } }
  .wpcf7-form input[type="submit"]:hover, .wpcf7-form input[type="submit"]:active, .wpcf7-form input[type="submit"]:focus {
    color: white;
    background: #0e3e75; }
.wpcf7-form .g-recaptcha {
  margin: 0 0 15px; }

.disclaimer {
  font: 400 italic 14px/21px "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin-top: -20px; }

/* Archives with filters -- move the filter to the top for mobile */
@media (max-width: 767px) {
  .post-type-archive-writing .page-title + .container > .row, .post-type-archive-media-coverage .page-title + .container > .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse; }
  .post-type-archive-writing #secondary, .post-type-archive-media-coverage #secondary {
    margin-top: 0; }
  .post-type-archive-writing #sidebar-menu, .post-type-archive-media-coverage #sidebar-menu {
    display: none; } }
/* Mobile ONLY */
@media (max-width: 767px) {
  .single-writing .page-title, .single-media-coverage .page-title {
    position: relative;
    margin-bottom: 60px; }
    .single-writing .page-title .share-buttons, .single-media-coverage .page-title .share-buttons {
      position: absolute;
      bottom: -60px; }
  .single-writing hr + .share-buttons, .single-media-coverage hr + .share-buttons {
    display: none; } }
/* Tablet ***************************************************************/
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/* Sidebar
****************************************************/
#secondary {
  margin-top: 30px; }
  @media (min-width: 768px) {
    #secondary {
      margin: 0; } }
  #secondary > h3 {
    font: 400 20px/24px "Oswald", "Arial Narrow", sans-serif;
    color: #1456A2;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      #secondary > h3 {
        font-size: 24px;
        line-height: 27px; } }

/* Sidebar menus */
#sidebar-menu {
  list-style-type: none;
  padding: 0;
  margin: 0 0 30px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  #sidebar-menu ul {
    list-style-type: none;
    padding: 0; }
  #sidebar-menu .sub-menu {
    background: #F49400; }
  #sidebar-menu a {
    display: block;
    padding: 10px 20px 13px;
    border-bottom: 1px solid white;
    color: white;
    font: 700 17px/130% "Oswald", "Arial Narrow", sans-serif; }
    #sidebar-menu a:hover {
      text-decoration: none;
      background: rgba(0, 0, 0, 0.1); }
  #sidebar-menu > li > a {
    background: #1456A2 !important;
    font: 700 28px/100% "Oswald", "Arial Narrow", sans-serif;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-width: 3px;
    padding: 15px 20px 18px; }
    #sidebar-menu > li > a:hover {
      background: #0e3e75; }
  #sidebar-menu .current-menu-item > a {
    background: rgba(0, 0, 0, 0.1); }

/* Consulting Services */
#secondary .accordion-title {
  background: #F49400;
  color: white;
  font: 700 23px/100% "Oswald", "Arial Narrow", sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin: 0 0 3px;
  padding: 15px 20px 18px; }

#accordion .panel {
  border-radius: 0;
  border: 0;
  box-shadow: none; }
  #accordion .panel + .panel {
    margin-top: 1px; }
#accordion .panel-heading {
  padding: 0;
  border: 0;
  border-radius: 0; }
#accordion .panel-body {
  background: #f2f2f2; }
#accordion a[data-toggle="collapse"] {
  display: block;
  background: #1456A2;
  color: white;
  padding: 10px 35px 13px 20px;
  font: 700 17px/130% "Oswald", "Arial Narrow", sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }
  #accordion a[data-toggle="collapse"]:before {
    content: '';
    font: normal 17px/100% 'FontAwesome';
    text-align: center;
    width: 35px;
    height: 25px;
    color: white;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    display: inline-block; }
  #accordion a[data-toggle="collapse"].collapsed:before {
    content: ''; }
  #accordion a[data-toggle="collapse"]:hover, #accordion a[data-toggle="collapse"]:active, #accordion a[data-toggle="collapse"]:focus {
    text-decoration: none; }

/* Media Coverage */
.panel-image a {
  display: block; }
.panel-image img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  max-width: none;
  width: 100%; }

.panel-media-coverage .media-heading, .panel-media-coverage a {
  font: 700 18px/22px "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0; }
.panel-media-coverage .list-group-item {
  padding: 15px; }
.panel-media-coverage .panel-body a, .panel-media-coverage .list-group a {
  display: block;
  margin: -15px;
  padding: 15px; }
  .panel-media-coverage .panel-body a:hover, .panel-media-coverage .panel-body a:active, .panel-media-coverage .panel-body a:focus, .panel-media-coverage .list-group a:hover, .panel-media-coverage .list-group a:active, .panel-media-coverage .list-group a:focus {
    background: #f2f2f2;
    text-decoration: none; }

/* Filters */
.panel-filter {
  border: 0;
  border-radius: 0; }
  .panel-filter .panel-heading {
    background: #1456A2;
    border: 0;
    border-radius: 0;
    color: white;
    font: 700 15px/17px "Oswald", "Arial Narrow", sans-serif;
    text-transform: uppercase; }
  .panel-filter .panel-body {
    background: #DDDADA;
    color: #1456A2; }

.searchandfilter ul {
  padding: 0; }
.searchandfilter .sf_date_field:after {
  content: '';
  display: table;
  clear: both; }
.searchandfilter .sf_date_field li {
  width: 50%;
  float: left; }
  .searchandfilter .sf_date_field li:first-child {
    padding-right: 7.5px; }
  .searchandfilter .sf_date_field li:last-child {
    padding-left: 7.5px; }
.searchandfilter label, .searchandfilter input, .searchandfilter select {
  display: block;
  width: 100%;
  font-weight: 700; }
.searchandfilter h4, .searchandfilter .sf-date-prefix {
  font: 700 14px/21px "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 0 0 4px; }
.searchandfilter .sf-input-text, .searchandfilter .select2-selection {
  border-radius: 4px;
  border: 1px solid #ccc; }
.searchandfilter .sf-input-text, .searchandfilter .select2-container .select2-selection--single {
  padding: 7px 10px;
  height: auto; }
.searchandfilter .select2-selection--single .select2-selection__rendered {
  padding: 0 45px 0 0;
  color: #1456A2;
  font-weight: 700; }
.searchandfilter .select2-container--default .select2-selection--single .select2-selection__arrow {
  bottom: 0;
  height: auto;
  width: 45px;
  border-left: 1px solid #ccc; }
.searchandfilter .select2-selection--multiple {
  padding: 5px; }
.searchandfilter label {
  font-weight: normal; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 0;
  background: #1456A2;
  color: white;
  font-size: 14px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  color: white;
  margin: 0;
  padding: 0 2px 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #F49400; }

/* Upcoming Speaking Engagements */
.tribe-mini-calendar-wrapper {
  display: none;
  /* Calendar header */
  /* Loading gif */
  /* Calendar Weekday Labels */
  /* Main grid */
  /* Current day */
  /* Events on day indicator */
  /* Events on current day indicator */
  /* Days within other months */
  /* Events list below calendar grid */
  /* View all link */ }
  @media (min-width: 768px) {
    .tribe-mini-calendar-wrapper {
      display: block; } }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar {
    margin: 0; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar td, .tribe-mini-calendar-wrapper .tribe-mini-calendar th {
      border: 0; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper {
    margin: 0; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav {
    font-size: 16px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav td {
      background: #1456A2;
      border: 0;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      color: white; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav .tribe-mini-calendar-nav-link {
      font-size: 0;
      line-height: 0;
      padding: 8px; }
      .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav .tribe-mini-calendar-nav-link span {
        width: 0;
        height: 0;
        font-size: 0;
        color: transparent;
        border-style: solid;
        margin: 0; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav .prev-month {
      float: left; }
      .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav .prev-month span {
        border-width: 5px 8.7px 5px 0;
        border-color: transparent white transparent transparent; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav .next-month {
      float: right; }
      .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav .next-month span {
        border-width: 5px 0 5px 8.7px;
        border-color: transparent transparent transparent white; }
  .tribe-mini-calendar-wrapper #ajax-loading-mini {
    width: 16px;
    height: 16px;
    opacity: 0.75; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar-dayofweek {
    background: #F49400;
    color: black;
    font-size: 10px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .tribe-mini-calendar-wrapper tbody {
    background: #f2f2f2;
    color: #4D4D4E;
    font-size: 18px; }
    .tribe-mini-calendar-wrapper tbody tr td:first-child > div {
      border-left: 1px solid #ddd; }
    .tribe-mini-calendar-wrapper tbody tr td:last-child > div {
      border-right: 1px solid #ddd; }
    .tribe-mini-calendar-wrapper tbody tr:last-child td > div {
      border-bottom: 1px solid #ddd; }
  .tribe-mini-calendar-wrapper .tribe-events-present span, .tribe-mini-calendar-wrapper .tribe-events-present .tribe-mini-calendar-day-link {
    border-radius: 99px;
    background: #F49400;
    color: white !important; }
  .tribe-mini-calendar-wrapper .tribe-events-has-events .tribe-mini-calendar-day-link {
    color: #4D4D4E;
    font-weight: 400;
    position: relative; }
    .tribe-mini-calendar-wrapper .tribe-events-has-events .tribe-mini-calendar-day-link:before {
      position: absolute;
      bottom: -5px;
      left: 50%;
      width: 12px;
      height: 12px;
      margin-left: -6px;
      background: #F49400; }
  .tribe-mini-calendar-wrapper .tribe-events-present .tribe-mini-calendar-day-link:before {
    content: none; }
  .tribe-mini-calendar-wrapper .tribe-events-othermonth {
    color: #c7c7c7; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar-event {
    margin: -1px 0 0 !important;
    padding: 0;
    border: 1px solid #ddd; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar-event a {
      display: block;
      padding: 15px 20px; }
      .tribe-mini-calendar-wrapper .tribe-mini-calendar-event a:hover, .tribe-mini-calendar-wrapper .tribe-mini-calendar-event a:focus, .tribe-mini-calendar-wrapper .tribe-mini-calendar-event a:active {
        text-decoration: none;
        background-color: #f2f2f2; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar-event h3 {
      margin: 0 0 10px;
      font: 700 16px/130% "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #1456A2; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar-event .events-meta {
      font-weight: 700;
      color: black;
      text-transform: uppercase;
      margin-bottom: 0; }
  .tribe-mini-calendar-wrapper .events-view-all {
    display: block;
    padding: 15px 20px;
    border: 1px solid #ddd;
    margin: -1px 0 0;
    font-size: 18px;
    font-weight: 700;
    color: #1456A2;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
    .tribe-mini-calendar-wrapper .events-view-all:hover, .tribe-mini-calendar-wrapper .events-view-all:focus, .tribe-mini-calendar-wrapper .events-view-all:active {
      text-decoration: none;
      background-color: #f2f2f2; }

/* Get Updates */
#mc_embed_signup {
  padding: 15px 20px; }
  #mc_embed_signup .response {
    text-transform: none; }

/* Back buttons */
.btn-back {
  text-transform: uppercase;
  font-weight: 400; }
  .btn-back .fa {
    margin-right: 3px; }

/* Tablet ***************************************************************/
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/* 
*  Modules File Index
*
*/
/*
	= Main Menu	
*******************************************************************************************/
.menu-collapser {
  display: none !important; }

.navbar-toggle {
  background-color: transparent;
  color: white;
  font: 700 20px/100% "Oswald", "Arial Narrow", sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .navbar-toggle .fa {
    font-size: 30px;
    position: relative;
    bottom: -3px; }

#site-navigation {
  padding: 0;
  background: #F49400; }

ul.slimmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block !important; }
  ul.slimmenu li {
    position: relative;
    display: inline-block; }
    ul.slimmenu li a {
      display: block;
      color: white;
      padding: 12px 64px 12px 0;
      font: 700 21px/130% "Oswald", "Arial Narrow", sans-serif;
      text-transform: uppercase;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transition: background-color 0.5s ease-out;
      -o-transition: background-color 0.5s ease-out;
      -moz-transition: background-color 0.5s ease-out;
      -webkit-transition: background-color 0.5s ease-out; }
      ul.slimmenu li a:hover {
        text-decoration: none; }
      @media (min-width: 768px) {
        ul.slimmenu li a {
          font-size: 1.9vw; } }
      @media (min-width: 1200px) {
        ul.slimmenu li a {
          font-size: 21px; } }
    ul.slimmenu li .sub-collapser {
      background: transparent;
      position: absolute;
      right: 0;
      top: 0;
      width: 48px;
      height: 100%;
      text-align: center;
      z-index: 999;
      cursor: pointer; }
      ul.slimmenu li .sub-collapser:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em; }
      ul.slimmenu li .sub-collapser > i {
        color: white;
        font-size: 18px;
        display: inline-block;
        vertical-align: middle;
        font-style: normal; }
    ul.slimmenu li > ul {
      display: none;
      position: absolute;
      left: 0;
      top: 100%;
      z-index: 999;
      width: 100%; }
      ul.slimmenu li > ul > li ul {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 999;
        width: 100%; }
  ul.slimmenu > li {
    margin-right: 0; }
  ul.slimmenu ul {
    margin: 0;
    list-style-type: none; }
    ul.slimmenu ul li {
      background-color: #F49400; }
      ul.slimmenu ul li a {
        text-transform: none;
        padding-top: 4px;
        padding-bottom: 6px;
        font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        ul.slimmenu ul li a:hover {
          background: rgba(0, 0, 0, 0.1); }
  ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    ul.slimmenu.collapsed li a {
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.075);
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
    ul.slimmenu.collapsed li .sub-collapser {
      height: 50px; }
    ul.slimmenu.collapsed li > ul {
      display: none;
      position: static; }

.collapse-button {
  display: none; }

.navbar-collapse {
  max-height: 100%; }

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  ul.slimmenu {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-flow: row nowrap;
    justify-content: space-between; }
    ul.slimmenu li {
      -webkit-box-flex: 0 1 auto;
      -moz-box-flex: 0 1 auto;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
      ul.slimmenu li a {
        padding: 12px 0; }
      ul.slimmenu li > ul {
        left: -35px;
        text-align: left; }
        ul.slimmenu li > ul > li ul {
          left: 82%; }
      ul.slimmenu li ul.sub-menu {
        width: 260px; }
        ul.slimmenu li ul.sub-menu li a {
          width: 220px;
          padding-left: 15px;
          padding-right: 15px; }
      ul.slimmenu li .sub-collapser {
        display: none; } }
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/* Pagination
****************************************************/
.pagination > li > a, .pagination > li > span {
  color: black;
  font-size: 16px;
  font-weight: 700;
  padding: 2px 10px; }
  @media (min-width: 768px) {
    .pagination > li > a, .pagination > li > span {
      padding: 6px 12px; } }

.pagination > li > span:hover, .pagination > li > span:focus {
  color: black;
  cursor: not-allowed; }

.pagination > li > a:hover, .pagination > li > a:focus {
  color: black; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #1456A2;
  border-color: #ddd; }

/* Tablet ***************************************************************/
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/

/*# sourceMappingURL=main.css.map */
