body {
  background-size: 100%;
}
body:after {
  top: 0; bottom: 0; left: 0; right: 0;
  font-family: 'Avenir', sans-serif;
  background-color: #ffffff;
  opacity: 1;
    position: fixed;
    z-index: -1;
    content: "";
}
body > .container {
  background-color: transparent;
}
a {
  color:#D1232A;
}
a:hover {
  color:#D1232A;
}
.btn-argus {
  color:#D1232A;
  background-color:transparent;
  border-color: #D1232A;
  border-radius:0;
  margin-left:15px;
  margin-top:8px;
  float:left;
}
.btn-argus:hover {
  color:#D1232A;
  background-color:rgba(209,76,35,0.1);
}
a.header {
  text-decoration:none;
}
li.selected {
    background-color:#D1232A;
}
.navbar-first li {
    text-indent: -4.5px;
    margin-left: 4px;
    font-family: 'Fanwood Text', serif;
}
.navbar-first .nav>li.selected>a {
    color: white;
}
.navbar-first .nav>li.selected>a:hover {
    color: white;
}
.header {
  background-color: transparent;
  color:#231F20;
  font-family:'EB Garamond',Garamond,Georgia;
  text-align: center;
  padding-top: 3em;
  padding-bottom: 1.8em;
}
.header h1 {
  margin:-10px;
  font-size: 4em;
  font-variant: small-caps;
  white-space: nowrap; overflow: hidden; text-overflow:ellipsis;
}

.header .the {
  vertical-align: baseline;
  font-size:0.5em;
  margin-right: -5px;
}
.header .argus {
  color: #D1232A;
}
#logo {
  background-color: white;
  background-image: url('../../img/logo.png');
  background-size: 200px 200px;
  background-repeat: no-repeat;
  background-position-x: 7%;
}
.date {
  font-family: 'Avenir', sans-serif;
  text-transform: uppercase;
  color: #D1232A;
}
.navbar {
  margin-bottom: 0px;
  min-height: 0px;
  font-size: .9em
}
.navbar-collapse {
  border-bottom: 1px solid transparent;
  padding: 0;
}

.navbar-first {
  border-radius: 0px;
  min-height: 30px;

}
.navbar-first li {
  color:#231F20;
  text-transform: uppercase;
  font-size:1.3em;

}
.classy-lincoln {
  text-transform: uppercase;
  font-family: 'abraham_lincolnregular', Georgia;
  font-size: 1.4em;
}

.navbar-second li {
  color:#231F20;
  text-transform: uppercase;
  padding-top: 3px;
  font-size:1.3em;
  font-family: 'Fanwood Text', serif;
}
.navbar-third li {
  color:#231F20;
  text-transform: uppercase;
  font-family: 'Fanwood Text', serif;
  padding-top: 3px;
  font-size:1.3em;
}
.navbar-inverse {
  border:none;
  background-color: transparent;
  font-size: 0.92em;
}
.navbar-inverse .navbar-nav > li > a {
  color:#231F20;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color:#231F20;
}
.navbar-inverse .container {
  padding: 0;
  width: 100%;
}
.navbar-first i {
  font-size: 0.8em;
  font-weight: lighter;
}
.navbar-second {
  margin-left: auto;
  margin-right: auto;
}
.navbar-second .nav > li > a  {
  color:#231F20;
  padding: 0px 15px
}
.navbar-third .nav > li > a  {
  color:#231F20;
  padding: 0px 15px
}
.navbar-second .col-md-8{
  overflow: hidden;
  text-align:center;
}
.navbar-second .container {
  width:auto;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
}
.popover-content {
  padding:0;
}
.popover-content input {
  width:150px;
  margin-right:3px;
}
.popover-content .btn-argus {
  border-radius: 4px;
  margin-left: 0;
  margin-top: 0;
  float: none;
}

.big-article-title{
  padding: 15px;
}

.big-article-title h2{
    font-family: 'Avenir', sans-serif;
}

.glyphicon:hover {
  color:#D1232A;
}
.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}
.box {
  background: rgb(255, 255, 255);
    /* RGBa with 0.8 opacity */
  background: rgba(228,229,231,.37);
}
.box h2 {
  background-color: #231F20;
  align-content: center;
  color: white;
  text-transform: uppercase;
  line-height: 1;
  font-size:1.15em;
  font-family: 'Fanwood Text', serif;
  letter-spacing: 1px;
  text-align: center;
}
.box h2 a {
  color: inherit;
}
.box ul {
  list-style: none;
  margin-left:-25px;
  padding-right: 15px;
}
.box ul li {
  padding-bottom: 18px;
}
.box ul li strong {
  display: block;
  font-family: 'Avenir', sans-serif;
}
.box ul li a {
  color:inherit;
}
.box ul li a:not(:first-child) {
  color: #D1232A;
}
.box img {
  display: block;
  /* max-width: 100%; */
  max-width: 100%;
  max-height:100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:5px;
}
.pdf-box {
  height: 100%
}

.social-icons {
  color: #D1232A;
  text-align: right;
  padding-right: 13px;
  font-size: 1.18em;
}
.social-icons a {
  color: #D1232A;
  margin-right: 8px;
  font-size: 1.18em;
}
.social-icons a:hover {
  color:#231F20;
}

.nav li a {
  display: initial;
}
.nav li a:hover {
  text-decoration: underline;
}

#search input {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    background: transparent;
    border: 0;
    width: 0px;
    margin-left: 4px;
}

#search input:focus {
    width: 180px !important;
    outline: none;
    border: 1px #231F20 solid;
}

#search:hover {
  text-decoration: none;
}

.content {
  padding-right: 15px;
  padding-left: 15px;
}
.relative{
  position:relative;
}
.relative .clearfix {
  display:none;
}
.on-top {
  position:absolute;
  bottom:0;
  background: rgba(240,240,240,.5);
  width: 100%;
}
.content img {
  max-width:100%;
}
.top .col-md-7 img {
  width:100%;
}
.content h1 a {
  color:#231F20;
  font-weight: 900;
  font-size:1em;
  line-height: 1.2em;
}
.content h2 a {
  color:#231F20;
  font-weight: 700;
  font-size:1em;
  line-height: 1.4em;

}
.content h4 {
  color:#231F20;
  font-weight: 300;
}
.content .col-md-7 p {
  padding: 7px;
  background-color: rgba(228,229,231,.37);
}
.content .col-md-5 .relative {
  margin-bottom:10px;
}

.content .col-md-5 .media {
  background: rgba(228,229,231,.37);
}

.content .col-md-5 .media h4.media-heading a {
  font-family: 'Avenir', sans-serif;
  color: #231F20 !important;
  font-weight: 600;
  font-size: 1.1em;
  vertical-align: middle;

}
.content .col-md-5 .media .media-body {
  font-family: 'Avenir', sans-serif;
  padding: 10px;
}

.content .col-md-5 .media h5 {
  margin-top: 0px;
  font-weight: 200;
}

.white-top span {
  padding: 10px;
  -webkit-box-decoration-break: clone;
}
.white-top h2 {
  margin-top: 3px;
  margin-bottom: 0px;
}
.white-top h4 {
  margin-top: 0px;
}
.white-top a {
  color: #D1232A;
}
.article .wp-caption {
  display:inline;
  padding:10px;
  border: 1px solid #CCCCCC;
}
.article .alignleft {
  float:left;
  margin-right: 15px;
}
.article .alignright {
  float:right;
  margin-left: 15px;
}
.article .photo img {
  max-width: 100%
}
.article .wp-caption-text {
  font-size: 80%;
  text-align:center;
}
.article .box h2 a {
  color:white;

  font-weight: inherit;
}
.article p {

  text-align: justify;
}

.article-text {
  padding:15px;
  background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 15px;
}
.article-text h1 {
  margin-top:0;
}
.article-text section h2 {
  font-weight: 900;
}

.article-header {
    background: #231F20;
    color: white;
}

.article-header h1 a {
    color: white;
    /* text-transform: uppercase; */
    font-family: 'Georgia', serif;
    font-weight: 100
    font-size: 1em;
}

.article-header h4 {
    color: white;
}

footer {
  text-align: center;
}

.very-bottom {
  font-size: 1em;
  font-family: 'Georgia', serif;
}

.very-bottom a {
  color: #333;
}

@media (min-width: 768px) {
   .navbar .navbar-collapse {
    text-align: center;
  }
  .navbar li + li::before {
      content: " |";
  }
  .article .box h2 {
    margin-top: 0;
  }
  .article .box {
    margin-bottom:20px;
  }
  .header .the {
    margin-right: -15px;
  }
}
@media (max-width: 1200px) {
  .navbar {
      font-size:0.8em;
  }
  .classy-lincoln {
      font-size:1.7em;
  }

  .nav > li {
    display:inline;
  }
  .nav > li > a {
    padding-right: 7px;
    padding-left: 7px;
  }
  .navbar-second li a {
    padding: 4px !important;
  }
  .box h2 {
      font-size:1em;
  }
}
@media (max-width: 1000px) {
  .navbar {
      font-size:0.7em;
  }
  .navbar-inverse .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav > li {
    display:inline;
  }
  .date {
    display:none;
  }
  .social-icons {
    display:none;
  }
}
@media (max-width: 768px) {
  .content h1 {
    font-size:1.5em;
    line-height: 1.5em;
  }
  .content h2 {
    font-size:1.5em;
    line-height: 1.5em;
  }
  .content h4 {
    font-size:1.1em;
    line-height: 1.1em;
  }
}
@media (max-width: 480px) {
  .article .photo {
    max-width: 100%;
    margin-left: 0;
    margin-bottom:10px;
  }
}
@media (max-width: 350px) {
  .relative .clearfix {
    display:block;
  }
  .navbar {
      font-size:0.6em;
  }
  .content h1 {
    font-size:1.3em;
    line-height: 1.3em;
  }
  .content h2 {
    font-size:1.3em;
    line-height: 1.3em;
  }
}

@media (min-width: 992px) {
    .front-sections .col-md-3 {
        display:table-cell;
        float:none;
        overflow: hidden;
    }
    .front-sections .box {
        height:100%;
        margin-bottom: -99999px;
        padding-bottom: 99999px;
        font-size: 1.5em;

    }
}
.selected {
  /* background-color : grey; */
}
