* {
  -webkit-font-smoothing: antialiased;
}

body {
  padding-top: 50px;
}

h1,
h2,
h3 {
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  font-family: "abolition", sans-serif;
  letter-spacing: 0.02em;
}

.h5,
h5 {
  font-size: 1.2em;
}

h5,
h6 {
  font-family: "ibis-display",
    serif;
  text-transform: uppercase;
}

h1 {
  font-size: 60px;
  line-height: 1em;
}

h2 {
  font-size: 52px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 24px;
}

h4.small {
  font-size: 22px;
  line-height: 1.2em;
}

h5~h3 {
  margin-top: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
  color: #666;
  text-decoration: none;
}

.lt-paper h3 {
  color: #fefefe;
  margin-bottom: 25px;
}

hr {
  margin: 50px 0;
  border-top: 1px solid #ccc;
}

.article p,
.pod p {
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 16px;
}

.article p {
  font-size: 20px;
  line-height: 1.6em;
}

img.ci-image.ci-250-wide[style*="left"] {
  margin-right: 20px !important;
}

img.ci-image.ci-250-wide[style*="right"] {
  margin-left: 20px !important;
}

img.ci-750x250 {
  width: 100%;
  margin-bottom: 25px !important;
}

img.ci-image {
  border: solid 10px rgba(0, 0, 0, .075);
  max-height: 75vh;
  /* margin-bottom:  25px; */
}

.pagination {
  margin: 25px 0;
  display: block;
}

.pagination p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 21px;
}

.citation,
.date {
  font-family: "ibis-display", serif !important;
  color: #555;
  line-height: 20px;
  font-size: 1em !important;
}

.copyright {
  font-family: "ibis-display", serif;
  text-align: right;
  vertical-align: bottom;
}

.lt-paper {
  background: #222;
  border-top: solid 1px #FAFAFA;
}

.dark {
  background: #333;
  color: #fff;
  padding: 10px 20px 15px;
}

.dark a {
  color: #fff;
}

.dark a:hover {
  color: #ccc;
}

.dark .date {
  color: #bbb;
}

.dark .loc {
  color: #fff;
  font-style: italic;
}

.cover {
  margin-bottom: 25px;
  margin-top: 20px;
}

/*----- BEGIN .navbar-nav -----*/
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #383838 0, #191919 100%);
  background-image: -o-linear-gradient(top, #383838 0, #191919 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#383838), to(#191919));
  background-image: linear-gradient(to bottom, #383838 0, #191919 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383838', endColorstr='#191919', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
}

/* No masthead image */
.navbar~.main {
  margin-top: 25px;
}

.navbar-inverse .navbar-nav>li>a {
  color: rgba(255, 255, 255, 0.6);
  font-family: "abolition", sans-serif;
  text-transform: uppercase;
  font-size: 1.4em;
  transition: color 0.3s, text-shadow 0.3s ease-in-out;
  -webkit-transition: color 0.3s, text-shadow 0.3s ease-in-out;
  -moz-transition: color 0.3s, text-shadow 0.3s ease-in-out;
  -ms-transition: color 0.3s, text-shadow 0.3s ease-in-out;
  -o-transition: color 0.3s, text-shadow 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0);
  text-shadow: none;
  padding-top: 16px;
  padding-bottom: 14px;
  letter-spacing: 0.03em;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
  text-shadow: none;
}

.navbar-inverse .navbar-nav>li:hover>a {
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 0, 0, 1);
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 1);
}

.navbar-inverse .navbar-nav>li.parent-here>a,
.navbar-inverse .navbar-nav>li.here>a {
  color: rgba(255, 255, 255, 1);
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 1);
}

.navbar-nav li li {
  margin-bottom: 5px;
}

.navbar-nav li ul {
  display: none;
  list-style: none;
  background: #000;
  padding: 15px 20px 20px;
  min-width: 300px;
  border-radius: 0px 0px 5px 5px;
}

.navbar-nav li:hover>a {
  color: #fff;
}

.navbar-nav li:hover ul {
  display: block;
  position: absolute;
  z-index: 100;
}

.navbar-nav li ul li a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}

.navbar-nav li ul li a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 1);
}

.navbar-nav li ul li a:focus {
  text-decoration: none;
}

.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

/*----- END .nav -----*/
/*----- BEGIN .hero -----*/
.hero,
.hero img {
  width: 100%;
}

.hero {
  margin-bottom: 25px;
}

/*----- END .hero -----*/
/*----- BEGIN .article -----*/
header.primary {
  margin-bottom: 40px;
  border-bottom: solid 1px #333;
  padding-bottom: 5px;
}

header.secondary {
  margin-bottom: 25px;
}

h3+.citation {
  margin-top: -5px;
}

.article+.article {
  margin-top: 25px;
}

.article .date {
  margin-bottom: 5px;
}

.main {
  padding-bottom: 50px;
}

.article-list li {
  margin-bottom: 25px;
  border-bottom: solid 1px #eee;
  padding-bottom: 12px;
}

.article-list h4 {
  text-transform: uppercase;
}

/*----- END .article -----*/
/*----- BEGIN .aside -----*/
.aside h2 {
  font-size: 28px;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.aside hr {
  margin: 10px 0 18px;
}

.aside .marketing {
  width: 100%;
  border: solid 1px #ccc;
  display: block;
}

/*----- END .aside -----*/
/*----- BEGIN .calendar -----*/
.calendar {
  padding-left: 0;
}

.calendar li,
.article-list li {
  list-style: none;
}

.calendar p {
  margin-bottom: 5px;
  line-height: 10px;
}

.calendar li {
  margin-bottom: 15px;
}

.calendar h4 {
  margin-bottom: 0;
}

/*----- END .calendar -----*/
/*----- BEGIN .article-list -----*/
.article-list {
  padding: 0;
}

/*----- END .article-list -----*/
/*----- BEGIN .pod & .pods-----*/
.pod {
  margin-bottom: 20px;
  padding: 0;
  background: #333;
  box-sizing: border-box;
  overflow: hidden;
  height: 220px;
  /* border: solid 5px #f5f5f5; */
}

.pod p {
  display: none;
}

.pod h4 {
  text-transform: uppercase;
}

.pods {
  padding: 50px 0;
}

.pod .header {
  padding: 10px 15px 0;
  /* background: rgba(0, 0, 0, .075); */
}

.pod h5 a {
  color: #979797;
}

.pod h4 a {
  color: #f5f5f5;
}

/*----- END .pod -----*/
/*----- BEGIN .navbar .icons -----*/
.navbar .icons li {
  float: right;
  margin-top: 13px;
  padding-left: 10px;
}

.mobile-search {
  display: none;
}

.navbar .icons img,
.mobile-search img {
  width: 24px;
}

.navbar .icons li a {
  opacity: 0.4;
  transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
}

.navbar .icons li a:hover,
.navbar .icons li a.active {
  opacity: 1.0;
}

ul.icons.mobile-icons {
  display: none;
}

.search-contain {
  background: #191919;
  position: absolute;
  right: 0px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.nav-search {
  display: none;
  text-align: center;
  padding: 6px 10px 9px;
}

.nav-search input[type="text"] {
  width: 300px;
  background: #666;
  color: #fff;
  transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 8px 3px 28px;
  margin: 5px 3px 3px 0px;
  border: 1px solid rgba(0, 0, 0, 1);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 1);
}

.nav-search input[type="text"]:focus,
.nav-search input[type="text"]:valid {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.4);
  padding: 3px 8px 3px 28px;
  margin: 5px 3px 3px 0px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: #fff;
  color: #222;
}

.btn {
  font-family: "abolition", sans-serif;
  ;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 3px;
}

.input-group-addon {
  cursor: pointer;
}

/*----- END .navbar .icons -----*/
/*----- BEGIN footer -----*/
footer {
  background: url('/images/bg_rebel.png') top left repeat;
  /* margin-top: 50px; */
  padding: 25px 0;
  color: #ddd;
}

/*----- END footer -----*/
/*----- BEGIN BOOTSTRAP ADJUSTMENTS -----*/
.navbar-brand {
  padding: 8px 15px;
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  opacity: 1.0;
}

.p-t-lg {
  padding-top: 50px;
}

.form-control-feedback {
  top: 5px;
  left: 0;
  right: auto;
}

/*----- END BOOTSTRAP ADJUSTMENTS -----*/
/*----- BEGIN Media Queries -----*/
@media (max-width: 767px) {
  .pod {
    margin-bottom: 25px;
    min-height: 170px;
  }

  .pods {
    padding: 25px 0;
  }

  .article img.ci-image,
  img.marketing {
    float: none !important;
    margin: 0px 0px 20px 0px !important;
    width: 100% !important;
  }

  .main {
    padding-bottom: 25px;
  }

  .mobile-search {
    display: block;
    float: right;
    margin: 13px 15px 0 13px;
    opacity: 0.3;
  }

  .mobile-search.active {
    opacity: 1.0;
  }

  .navbar-inverse .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 8px;
  }

  .navbar-nav li:hover ul {
    position: relative;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  h4.small {
    font-size: 18px;
  }

  .navbar~.main {
    margin-top: 0px;
  }

  header.primary {
    margin-bottom: 25px;
  }

  header.secondary {
    margin-bottom: 15px;
  }

  .desktop-search,
  .desktop-icons {
    display: none;
  }

  .nav-search input[type="text"] {
    width: 100%;
  }

  ul.icons.mobile-icons {
    display: block;
    padding-right: 10px;
    float: right;
  }

  .navbar ul.icons.mobile-icons li a {
    opacity: 0.3;
  }

  .navbar-inverse .navbar-toggle {
    opacity: 1;
    /* background: #000; */
  }

  .navbar-inverse .navbar-toggle.collapsed {
    opacity: 0.3;
    background: transparent;
  }

  ul.icons.mobile-icons li {
    display: inline-block;
    float: none;
    padding-left: 20px;
  }

  .navbar-nav {
    margin: 7.5px -15px 10px;
  }

  .search-contain {
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 5px;
  }
}

@media (min-width: 768px) {
  .form-inline .has-feedback .form-control-feedback {
    top: 5px;
  }

  .pod img {
    width: 100%;
    /* margin-bottom: 10px; */
  }

  .pod .header {
    height: 125px;
    vertical-align: bottom;
  }

  .pod h4 {
    margin-bottom: 2px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .nav>li>a {
    padding: 16px 7px 0px;
  }

  .navbar-inverse .navbar-nav>li>a {
    font-size: 13px;
  }

  .navbar .icons li {
    margin-bottom: 12px;
  }

  .navbar .icons img {
    width: 16px;
  }

  .pod {
    min-height: 391px;
  }
}

/*----- END Media Queries -----*/
