/*
Theme Name: Bill Johnson
Theme URI: 
Description: 
Author: 45PRESS Team
Author URI: http://www.45press.com
Version: 1.0
Tags:
License:
License URI:
*/
/* Fonts */
@font-face {
  font-family: 'BentonSans Book';
  src: url("assets/font/BentonSans-Book.eot");
  src: url("assets/font/BentonSans-Book.eot?#iefix") format("embedded-opentype"), url("assets/font/BentonSans-Book.woff") format("woff"), url("assets/font/BentonSans-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BentonSans';
  src: url("assets/font/BentonSans-Black.eot");
  src: url("assets/font/BentonSans-Black.eot?#iefix") format("embedded-opentype"), url("assets/font/BentonSans-Black.woff") format("woff"), url("assets/font/BentonSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
/* General */
* {
  box-sizing: border-box; }

html {
  position: relative;
  min-height: 100%;
  font-family: 'BentonSans Book';
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3em; }

body {
  background: #fff;
  color: #000;
  margin: 0;
  padding-top: 134px; }
  body.admin-bar {
    /*padding-top: 167px;*/ }
    body.admin-bar #header {
      top: 32px; }

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
  transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear; }
  a:hover, a:focus {
    color: #000;
    text-decoration: none; }

p {
  margin: 0 0 30px 0; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

iframe, object, embed, video {
  display: block;
  max-width: 100%; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.clearfix:after {
  content: " ";
  display: table;
  clear: both; }

/* WP Images */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
  height: auto; }

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 30px; }

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 30px; }

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 30px; }

/* Layout */
.container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px; }
  .container.container-wide {
    max-width: 1460px; }

.row {
  margin: 0 -15px; }

.row:after {
  content: " ";
  display: table;
  clear: both; }

.col {
  float: left;
  position: relative;
  min-height: 1px;
  padding: 0 15px; }

.col-30 {
  width: 30%; }

.col-40 {
  width: 40%; }

.col-50 {
  width: 50%; }

.col-60 {
  width: 60%; }

.col-70 {
  width: 70%; }

/* Navigation */
#header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  padding: 20px 0;
  box-shadow: 0px 3px 16.02px 1.98px rgba(0, 0, 0, 0.45);
  z-index: 1030; }
  #header .container {
    position: relative; }
  #header .nav-logo {
    display: block;
    opacity: 1;
    float: left; }
    #header .nav-logo h1 {
      margin: 0; }
    #header .nav-logo img {
      width: 245px;
      max-width: 100%; }
    #header .nav-logo:hover, #header .nav-logo:focus {
      opacity: 0.8; }
  #header #nav-toggle {
    display: none; }
  #header .header-newsletter {
    position: absolute;
    top: -20px;
    right: 27px;
    background: #cf2127;
    padding: 10px; }
    #header .header-newsletter > * {
      display: inline-block;
      vertical-align: middle; }
      #header .header-newsletter > * + * {
        margin-left: 7px; }
    #header .header-newsletter > span {
      font-family: 'BentonSans';
      font-weight: 900;
      font-size: 1.25rem;
      line-height: 1em;
      color: #fff; }
    #header .header-newsletter .input {
      background: #fa0b13;
      border: 2px solid #fa0b13;
      border-radius: 0;
      font-family: 'BentonSans Book';
      font-size: 1rem;
      line-height: 1em;
      color: #fff;
      padding: 5px 10px; }
      #header .header-newsletter .input:focus {
        outline: 0;
        box-shadow: none; }
      #header .header-newsletter .input.placeholder {
        color: #fff; }
      #header .header-newsletter .input:-moz-placeholder {
        color: #fff; }
      #header .header-newsletter .input::-moz-placeholder {
        color: #fff; }
      #header .header-newsletter .input:-ms-input-placeholder {
        color: #fff; }
      #header .header-newsletter .input::-webkit-input-placeholder {
        color: #fff; }
    #header .header-newsletter input[type="submit"] {
      -webkit-appearance: none;
      width: 33px;
      height: 33px;
      border: 0;
      border-radius: 0;
      background: url("assets/img/icon/more-arrow.png") no-repeat center center;
      background-size: cover;
      overflow: hidden;
      text-indent: -9999px;
      opacity: 1;
      -webkit-transition: opacity 250ms linear;
      transition: opacity 250ms linear; }
      #header .header-newsletter input[type="submit"]:hover, #header .header-newsletter input[type="submit"]:focus {
        outline: 0;
        box-shadow: none;
        opacity: 0.8; }
  #header .nav-collapse {
    padding-top: 15px;
    float: right; }
    #header .nav-collapse #nav-close {
      display: none; }
    #header .nav-collapse .logo-mobile {
      display: none; }
    #header .nav-collapse nav {
      position: relative;
      top: 10px; }
      #header .nav-collapse nav > ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: right; }
        #header .nav-collapse nav > ul > li {
          position: relative;
          display: inline-block;
          vertical-align: middle; }
          #header .nav-collapse nav > ul > li + li {
            margin-left: 5px; }
          #header .nav-collapse nav > ul > li.current-menu-item > a {
            background: #0e3852;
            color: #fff; }
          #header .nav-collapse nav > ul > li > a {
            display: block;
            padding: 12px;
            font-family: 'BentonSans';
            font-weight: 900;
            font-size: 1.25rem;
            line-height: 1em;
            color: #0e3852; }
            #header .nav-collapse nav > ul > li > a:hover, #header .nav-collapse nav > ul > li > a:focus {
              background: #0e3852;
              color: #fff; }
          #header .nav-collapse nav > ul > li:hover > a, #header .nav-collapse nav > ul > li:focus > a, #header .nav-collapse nav > ul > li.open > a {
            background: #0e3852;
            color: #fff; }
          #header .nav-collapse nav > ul > li:hover > ul, #header .nav-collapse nav > ul > li:focus > ul, #header .nav-collapse nav > ul > li.open > ul {
            display: block; }
          #header .nav-collapse nav > ul > li > ul {
            position: absolute;
            top: 100%;
            list-style: none;
            padding: 20px 30px;
            margin: 0;
            background: #0e3852;
            text-align: left;
            min-width: 220px;
            box-shadow: 0px 0px 4.45px 0.55px rgba(0, 0, 0, 0.34);
            display: none; }
            #header .nav-collapse nav > ul > li > ul > li > a {
              font-family: 'BentonSans';
              font-weight: 900;
              font-size: 1rem;
              color: #fff; }
              #header .nav-collapse nav > ul > li > ul > li > a:hover, #header .nav-collapse nav > ul > li > ul > li > a:focus {
                color: #cf2127; }
            #header .nav-collapse nav > ul > li > ul > li + li {
              margin-top: 10px; }
          #header .nav-collapse nav > ul > li:last-child > a {
            background-color: #cf2127;
            color: #fff; }
            #header .nav-collapse nav > ul > li:last-child > a:hover, #header .nav-collapse nav > ul > li:last-child > a:focus {
              background: #0e3852;
              color: #fff; }
    #header .nav-collapse .mobile-socials {
      display: none; }

/* Home */
.home-section {
  padding: 90px 0; }

.section-title {
  margin: 0 0 90px 0;
  font-family: 'BentonSans';
  font-weight: 900;
  font-size: 2.3125rem;
  line-height: 1em;
  color: c03635;
  text-align: center; }
  .section-title > a {
    color: #0e3852; }
    .section-title > a:hover, .section-title > a:focus {
      color: #cf2127; }

/* Home Carousel */
#home-carousel .owl-carousel {
        /*.owl-nav {
            div {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                opacity: 0.8;
                overflow: hidden;
                text-indent: -9999px;
                width: 24px;
                height: 101px;
                background-repeat: no-repeat;
                background-position: center center;
                -webkit-transition: opacity 250ms linear;
                transition: opacity 250ms linear;

                &.owl-prev {
                    left: 20px;
                    background-image: url('assets/img/icon/arrow-left.png');
                }

                &.owl-next {
                    right: 20px;
                    background-image: url('assets/img/icon/arrow-right.png');
                }

                &:hover, &:focus {
                    opacity: 1;
                }
            }
        }*/ }
  #home-carousel .owl-carousel .slide-caption-wrap {
    position: absolute;
    bottom: 70px;
    width: 100%; }
    #home-carousel .owl-carousel .slide-caption-wrap .slide-caption {
      position: relative;
      background: #cf2127;
      border-right: 12px solid #0e3852;
      margin: 0 0 0 auto;
      padding: 35px 160px 35px 35px;
      width: 100%;
      max-width: 635px;
      color: #fff; }
      #home-carousel .owl-carousel .slide-caption-wrap .slide-caption h3 {
        margin: 0 0 25px 0;
        font-family: 'BentonSans';
        font-weight: 900;
        font-size: 3.6875rem;
        line-height: 1em; }
      #home-carousel .owl-carousel .slide-caption-wrap .slide-caption div {
        font-family: 'BentonSans';
        font-weight: 900;
        font-size: 1.25rem;
        line-height: 1.3em; }
        #home-carousel .owl-carousel .slide-caption-wrap .slide-caption div:after {
          content: '';
          display: block;
          height: 4px;
          width: 30px;
          background: #0e3852; }
      #home-carousel .owl-carousel .slide-caption-wrap .slide-caption .slide-link {
        position: absolute;
        top: 50%;
        right: 40px;
        transform: translateY(-50%);
        display: block;
        height: 97px;
        width: 97px;
        opacity: 1;
        background: url("assets/img/icon/more-arrow.png") no-repeat center center; }
        #home-carousel .owl-carousel .slide-caption-wrap .slide-caption .slide-link:hover, #home-carousel .owl-carousel .slide-caption-wrap .slide-caption .slide-link:focus {
          opacity: 0.8; }

/* Home Links */
#home-links {
  position: relative;
  background: #cf2127;
  padding: 40px 0 60px 0; }
  #home-links:after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #cf2127; }
  #home-links ul {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    text-align: center; }
    #home-links ul > li {
      display: inline-block;
      vertical-align: middle;
      width: 31%;
      padding: 0 15px;
            /*&:nth-of-type(2) {
                width: 38%;

                >a {
                    background: #cf2127;
                    border-color: #fff;
                    color: #fff;
                    padding: 25px 20px;
                }
            }*/ }
      #home-links ul > li > a {
        display: block;
        background: #fff;
        border: 3px solid #0e3852;
        padding: 20px; }
        #home-links ul > li > a:hover, #home-links ul > li > a:focus {
          background: #0e3852; }
          #home-links ul > li > a:hover > i, #home-links ul > li > a:focus > i {
            color: #fff; }
          #home-links ul > li > a:hover > span, #home-links ul > li > a:focus > span {
            color: #fff; }
        #home-links ul > li > a > i {
          font-size: 3.75rem;
          line-height: 1em;
          color: #0e3852;
          margin-bottom: 15px;
          -webkit-transition: color 250ms linear;
          transition: color 250ms linear; }
        #home-links ul > li > a > span {
          display: block;
          font-family: 'BentonSans';
          font-weight: 900;
          font-size: 1.25rem;
          line-height: 1em;
          text-transform: uppercase;
          color: #cf2127;
          -webkit-transition: color 250ms linear;
          transition: color 250ms linear; }

/* Home Meet */
#home-meet .photos {
  position: relative;
  margin: -5px; }
  #home-meet .photos .photo-sizer {
    float: left;
    width: 33.333333%; }
  #home-meet .photos .photo {
    padding: 5px;
    width: 33.333333%; }
    #home-meet .photos .photo.photo-1 {
      width: 66.666666%; }
    #home-meet .photos .photo > a {
      display: block;
      opacity: 1;
      -webkit-transition: opacity 250ms linear;
      transition: opacity 250ms linear; }
      #home-meet .photos .photo > a:hover, #home-meet .photos .photo > a:focus {
        opacity: 0.8; }
      #home-meet .photos .photo > a > img {
        width: 100%; }

/* Home Carousel */
/* Home Latest */
#home-latest {
  background: url("assets/img/bg/home-latest.jpg") no-repeat center top;
  background-size: cover; }
  #home-latest .section-title {
    color: #cf2127; }
  #home-latest .row + .row {
    margin-top: 30px; }

.home-latest-box {
  border: 6px solid #fff;
  height: 330px;
  padding: 30px;
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.43);
  font-size: 1.25rem;
  line-height: 1.3em;
  color: #fff; }
  .home-latest-box > a {
    position: absolute;
    top: 15px;
    left: 30px;
    font-size: 1.875rem;
    line-height: 1em;
    color: #fff; }
    .home-latest-box > a:hover, .home-latest-box > a:focus {
      color: #0e3852; }
  .home-latest-box > .inner-content {
    height: 100%;
    overflow-y: auto;
    padding-right: 10px; }
    .home-latest-box > .inner-content a {
      color: #0e3852; }
      .home-latest-box > .inner-content a:hover, .home-latest-box > .inner-content a:focus {
        color: #fff; }
    .home-latest-box > .inner-content::-webkit-scrollbar-track {
      background-color: transparent; }
    .home-latest-box > .inner-content::-webkit-scrollbar {
      width: 6px;
      background-color: transparent; }
    .home-latest-box > .inner-content::-webkit-scrollbar-thumb {
      background-color: #fff; }
    .home-latest-box > .inner-content > article > header > h3 {
      margin: 0; }
      .home-latest-box > .inner-content > article > header > h3 > a {
        color: #fff; }
        .home-latest-box > .inner-content > article > header > h3 > a:hover, .home-latest-box > .inner-content > article > header > h3 > a:focus {
          color: #0e3852; }
    .home-latest-box > .inner-content > article > header > time {
      margin: 10px 0;
      display: block;
      font-family: 'BentonSans';
      font-weight: 900;
      font-size: 1.25rem;
      line-height: 1em;
      text-transform: uppercase; }
    .home-latest-box > .inner-content > article > blockquote {
      margin: 0;
      padding: 0;
      border: 0; }
      .home-latest-box > .inner-content > article > blockquote p {
        margin: 0 0 10px 0; }
    .home-latest-box > .inner-content > article > footer {
      text-align: right; }
      .home-latest-box > .inner-content > article > footer a {
        color: #fff; }
        .home-latest-box > .inner-content > article > footer a:hover, .home-latest-box > .inner-content > article > footer a:focus {
          color: #0e3852; }
  .home-latest-box.home-latest-box-post {
    background: #cf2127; }
  .home-latest-box.home-latest-box-facebook {
    background: #3B5998; }
  .home-latest-box.home-latest-box-twitter {
    background: #1dcaff; }

/* Home Newsletter Popup */
#newsletter-pop {
  position: relative;
  padding: 20px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
  text-align: center; }
  #newsletter-pop br {
    display: none; }
  #newsletter-pop span {
    color: #fff;
    display: block;
    font-size: 140%;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center; }
  #newsletter-pop .input-wrap {
    margin-bottom: 20px; }
    #newsletter-pop .input-wrap input[type="text"],
    #newsletter-pop .input-wrap input[type="email"] {
      background: #fff;
      border: 1px solid #fff;
      color: #0e3852;
      display: block;
      width: 100%;
      font-family: 'BentonSans Book';
      font-size: 1.25rem;
      line-height: 1em;
      padding: 20px;
      transition: border-color 250ms linear; }
      #newsletter-pop .input-wrap input[type="text"]:active, #newsletter-pop .input-wrap input[type="text"]:focus,
      #newsletter-pop .input-wrap input[type="email"]:active,
      #newsletter-pop .input-wrap input[type="email"]:focus {
        outline: 0;
        box-shadow: none;
        border-color: #cf2127; }
  #newsletter-pop input[type="submit"] {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    background: #cf2127;
    border-radius: 0;
    border: 1px solid #cf2127;
    color: #fff;
    font-family: 'BentonSans';
    font-size: 1.25rem;
    line-height: 1em;
    letter-spacing: 0.25em;
    text-indent: 0.125em;
    text-transform: uppercase;
    padding: 21.67px 20px;
    margin: 0 auto 15px;
    -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
    transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear; }
    #newsletter-pop input[type="submit"]:active, #newsletter-pop input[type="submit"]:focus, #newsletter-pop input[type="submit"]:hover {
      cursor: pointer;
      outline: 0;
      box-shadow: none;
      color: #cf2127;
      background: #fff; }
  #newsletter-pop a, #newsletter-pop a:link, #newsletter-pop a:visited {
    color: #fff;
    display: block;
    font-size: 80%;
    margin: 0 auto;
    text-align: right;
    transition: color 250ms linear; }
  #newsletter-pop a:active, #newsletter-pop a:focus, #newsletter-pop a:hover {
    color: #cf2127; }
  #newsletter-pop .mfp-close {
    color: #fff !important;
    opacity: 1 !important; }

/* Page Header */
.interior-header {
  position: relative;
  height: 350px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  .interior-header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.29); }
  .interior-header .page-title {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    transform: translateY(-50%);
    font-family: 'BentonSans';
    font-weight: 900;
    font-size: 1.875rem;
    line-height: 1em;
    color: #fff;
    text-align: center;
    z-index: 10; }

/* Page */
.interior-content {
  padding-top: 80px;
  font-size: 1rem;
  line-height: 1.5em; }
  .interior-content .page-title {
    margin: 0 0 80px 0;
    font-family: 'BentonSans';
    font-weight: 900;
    font-size: 1.875rem;
    line-height: 1em;
    color: #000;
    text-align: center; }
  .interior-content strong, .interior-content b {
    font-family: 'BentonSans';
    font-weight: 900; }
  .interior-content .form-group {
    margin-bottom: 15px; }
    .interior-content .form-group label {
      display: block;
      margin-bottom: 5px; }
      .interior-content .form-group label + br {
        display: none; }
    .interior-content .form-group .input {
      display: block;
      width: 100%;
      background: #fff;
      border-radius: 0;
      border: 1px solid #cf2127;
      color: #0e3852;
      font-family: 'BentonSans Book';
      font-size: 1.125rem;
      line-height: 1em;
      padding: 10px;
      -webkit-transition: border-color 250ms linear;
      transition: border-color 250ms linear; }
      .interior-content .form-group .input:focus {
        outline: 0;
        box-shadow: none;
        border-color: #0e3852; }
      .interior-content .form-group .input.placeholder {
        color: #0e3852; }
      .interior-content .form-group .input:-moz-placeholder {
        color: #0e3852; }
      .interior-content .form-group .input::-moz-placeholder {
        color: #0e3852; }
      .interior-content .form-group .input:-ms-input-placeholder {
        color: #0e3852; }
      .interior-content .form-group .input::-webkit-input-placeholder {
        color: #0e3852; }
    .interior-content .form-group span.wpcf7-list-item {
      display: block;
      margin: 0 0 5px 0; }
    .interior-content .form-group input[type="checkbox"] {
      -webkit-appearance: none;
      display: inline-block;
      vertical-align: middle;
      width: 15px;
      height: 15px;
      background: #fff;
      border: 1px solid #cf2127; }
      .interior-content .form-group input[type="checkbox"]:hover, .interior-content .form-group input[type="checkbox"]:focus {
        cursor: pointer;
        outline: 0;
        box-shadow: none; }
      .interior-content .form-group input[type="checkbox"]:checked {
        background: #cf2127; }
    .interior-content .form-group input[type="submit"] {
      -webkit-appearance: none;
      display: block;
      width: 100%;
      background: #cf2127;
      border-radius: 0;
      border: 1px solid #cf2127;
      color: #fff;
      font-family: 'BentonSans';
      font-size: 1.125rem;
      line-height: 1em;
      letter-spacing: 0.25em;
      text-indent: 0.125em;
      text-transform: uppercase;
      padding: 10px;
      -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
      transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear; }
      .interior-content .form-group input[type="submit"]:hover, .interior-content .form-group input[type="submit"]:focus {
        cursor: pointer;
        outline: 0;
        box-shadow: none;
        color: #cf2127;
        background: #fff; }

/* Issues Page */
body.page-template-template-issue .page-title {
  margin: 80px 0 0 0;
  font-family: 'BentonSans';
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 1em;
  color: #000;
  text-align: center; }

#menu-issues {
  list-style: none;
  padding: 0;
  margin: 50px 0 0 0;
  text-align: center; }
  #menu-issues > li {
    display: inline-block;
    vertical-align: middle; }
    #menu-issues > li + li {
      margin-left: 20px; }
    #menu-issues > li > a {
      font-family: 'BentonSans';
      font-weight: 900;
      font-size: 1rem;
      line-height: 1em;
      text-transform: uppercase;
      color: #0e3852;
      padding: 9px; }
      #menu-issues > li > a:hover, #menu-issues > li > a:focus {
        color: #fff;
        background: #0e3852; }
    #menu-issues > li.current-menu-item > a {
      display: block;
      color: #fff;
      background: #0e3852; }

/* Posts Template */
.interior-news-content {
  padding: 80px 0; }

.news-post .news-thumb-link {
  display: block;
  opacity: 1; }
  .news-post .news-thumb-link:hover, .news-post .news-thumb-link:focus {
    opacity: 0.8; }
.news-post header > time {
  display: block;
  font-family: 'BentonSans';
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1em;
  text-transform: uppercase; }
.news-post header > h3 {
  margin: 10px 0 5px 0;
  font-family: 'BentonSans';
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 1em;
  color: #000; }
  .news-post header > h3 a:hover, .news-post header > h3 a:focus {
    color: #cf2127; }
.news-post blockquote {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 1rem;
  line-height: 1.5em; }
  .news-post blockquote > p {
    margin: 0; }
.news-post footer {
  margin-top: 40px; }
.news-post + .news-post {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #d6d6da; }

.posts-pagi {
  background: #0e3852;
  text-align: center;
  padding: 60px 0; }
  .posts-pagi .wp-pagenavi > * + * {
    margin-left: 3px; }
  .posts-pagi .wp-pagenavi > a {
    display: inline-block;
    vertical-align: middle;
    font-family: 'BentonSans';
    font-weight: 900;
    font-size: 1.25rem;
    line-height: 1em;
    color: #fff;
    padding: 3px 6px; }
    .posts-pagi .wp-pagenavi > a:hover, .posts-pagi .wp-pagenavi > a:focus {
      color: #fff;
      background: #cf2127; }
  .posts-pagi .wp-pagenavi > span {
    display: inline-block;
    vertical-align: middle;
    font-family: 'BentonSans';
    font-weight: 900;
    font-size: 1.25rem;
    line-height: 1em;
    background: #cf2127;
    color: #fff;
    padding: 3px 6px; }

.more-btn {
  display: inline-block;
  vertical-align: middle;
  font-family: 'BentonSans';
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1em;
  border: 1px solid #cf2127;
  background: #cf2127;
  color: #fff;
  text-transform: uppercase;
  padding: 14px 28px; }
  .more-btn:hover, .more-btn:focus {
    background: #fff;
    color: #cf2127; }

/* Post Template */
body.single-post .news-thumb-full {
  margin: 0 auto 30px auto; }
body.single-post header > time {
  display: block;
  font-family: 'BentonSans';
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1em;
  text-transform: uppercase; }
body.single-post header > h1 {
  margin: 5px 0 15px 0;
  font-family: 'BentonSans';
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 1em; }

/* Connect Aside */
#connect {
  padding: 130px 0; }
  #connect h3 {
    margin: 50px 0 30px 0;
    font-family: 'BentonSans';
    font-weight: 900;
    font-size: 1.625rem;
    line-height: 1em;
    color: #0e3852; }
  #connect .connect-logo {
    margin-bottom: 40px; }
  #connect p {
    max-width: 400px;
    width: 100%;
    font-size: 1.1875rem;
    line-height: 1.3em;
    color: #0e3852; }
  #connect .connect-links {
    list-style: none;
    padding: 0;
    margin: 0; }
    #connect .connect-links > li {
      -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
      transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear; }
      #connect .connect-links > li > a {
        display: block;
        padding: 16px;
        color: #fff; }
        #connect .connect-links > li > a i {
          display: inline-block;
          vertical-align: middle;
          font-size: 2.25rem;
          line-height: 1em; }
        #connect .connect-links > li > a span {
          display: inline-block;
          vertical-align: middle;
          font-size: 1.25rem;
          line-height: 1em;
          margin-left: 10px; }
        #connect .connect-links > li > a:hover, #connect .connect-links > li > a:focus {
          color: #fff; }
    #connect .connect-links > li + li {
      margin-top: 20px; }
    #connect .connect-links > li:nth-child(1) {
      background: #1b7ecd; }
      #connect .connect-links > li:nth-child(1):hover, #connect .connect-links > li:nth-child(1):focus {
        background: #1562a0; }
    #connect .connect-links > li:nth-child(2) {
      background: #2e95ec; }
      #connect .connect-links > li:nth-child(2):hover, #connect .connect-links > li:nth-child(2):focus {
        background: #137cd4; }
    #connect .connect-links > li:nth-child(3) {
      background: #cf2127; }
      #connect .connect-links > li:nth-child(3):hover, #connect .connect-links > li:nth-child(3):focus {
        background: #a31a1f; }

body.page-id-16 #connect {
  padding-top: 0; }

/* Newsletter Aside */
#newsletter {
  background: #0e3852 url("assets/img/bg/newsletter.png") no-repeat right bottom;
  padding: 70px 0 90px 0; }
  #newsletter h3 {
    margin: 0 0 40px 0;
    font-family: 'BentonSans';
    font-weight: 900;
    font-size: 1.8125rem;
    line-height: 1em;
    color: #fff;
    text-align: center; }
  #newsletter form {
    margin: 0 -8px; }
    #newsletter form br {
      display: none; }
    #newsletter form .input-wrap {
      width: 20%;
      float: left;
      padding: 0 8px; }
      #newsletter form .input-wrap .input {
        display: block;
        width: 100%;
        background: #fff;
        border-radius: 0;
        border: 1px solid #fff;
        color: #0e3852;
        font-family: 'BentonSans Book';
        font-size: 1.25rem;
        line-height: 1em;
        padding: 20px;
        -webkit-transition: border-color 250ms linear;
        transition: border-color 250ms linear; }
        #newsletter form .input-wrap .input:focus {
          outline: 0;
          box-shadow: none;
          border-color: #cf2127; }
        #newsletter form .input-wrap .input.placeholder {
          color: #0e3852; }
        #newsletter form .input-wrap .input:-moz-placeholder {
          color: #0e3852; }
        #newsletter form .input-wrap .input::-moz-placeholder {
          color: #0e3852; }
        #newsletter form .input-wrap .input:-ms-input-placeholder {
          color: #0e3852; }
        #newsletter form .input-wrap .input::-webkit-input-placeholder {
          color: #0e3852; }
      #newsletter form .input-wrap input[type="submit"] {
        -webkit-appearance: none;
        display: block;
        width: 100%;
        background: #cf2127;
        border-radius: 0;
        border: 1px solid #cf2127;
        color: #fff;
        font-family: 'BentonSans';
        font-size: 1.25rem;
        line-height: 1em;
        letter-spacing: 0.25em;
        text-indent: 0.125em;
        text-transform: uppercase;
        padding: 21.67px 20px;
        -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
        transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear; }
        #newsletter form .input-wrap input[type="submit"]:hover, #newsletter form .input-wrap input[type="submit"]:focus {
          cursor: pointer;
          outline: 0;
          box-shadow: none;
          color: #cf2127;
          background: #fff; }

/* Footer */
#footer {
  background: #cf2127;
  color: #fff;
  padding: 50px 0 40px 0;
  text-align: center; }
  #footer .top {
    margin-bottom: 30px; }
    #footer .top .socials {
      display: inline-block;
      vertical-align: middle;
      list-style: none;
      padding: 0;
      margin: 0; }
      #footer .top .socials > li {
        display: inline-block;
        vertical-align: middle;
        padding: 0 12px;
        font-size: 1.25rem; }
        #footer .top .socials > li > a {
          line-height: 1em;
          color: #fff; }
          #footer .top .socials > li > a:hover, #footer .top .socials > li > a:focus {
            color: #0e3852; }
    #footer .top .paid {
      display: inline-block;
      vertical-align: middle;
      border: 1px solid #fff;
      font-size: 1.25rem;
      line-height: 1em;
      padding: 15px; }
  #footer p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1em; }

/* Lightbox */
.photo-lb .mfp-close {
  padding-right: 0;
  right: -5px;
  top: -40px;
  font-family: Times New Roman, serif;
  width: auto;
  height: auto;
  line-height: 1em;
  font-size: 30px; }
.photo-lb .mfp-content {
  border: 4px solid #fff; }

/* Responsive */
@media screen and (max-width: 991px) {
  /* General */
  html {
    font-size: 12px; }

  body {
    padding-top: 75px; }

  /* Layout */
  .col {
    float: none;
    width: 100% !important; }

  /* WP Images */
  img.alignleft,
  img.alignright,
  img.aligncenter {
    display: block;
    float: none !important;
    margin: 0 auto 30px auto !important; }

  /* Header */
  #header {
    padding: 15px 0; }
    #header .nav-logo img {
      width: 125px; }
    #header .header-newsletter {
      display: none; }
    #header #nav-toggle {
      -webkit-appearance: none;
      display: block;
      background: none;
      border: 0;
      border-radius: 0;
      color: #0e3852;
      font-size: 30px;
      line-height: 1em;
      position: relative;
      top: 5px;
      margin: 0 0 0 auto; }
      #header #nav-toggle:hover, #header #nav-toggle:focus {
        cursor: pointer;
        outline: 0;
        box-shadow: none; }
    #header .nav-collapse {
      display: none;
      background: url("assets/img/bg/nav-collapse.jpg") no-repeat fixed center top;
      background-size: cover;
      padding: 30px 0; }
      #header .nav-collapse.open {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2000;
        overflow-y: auto; }
      #header .nav-collapse #nav-close {
        position: fixed;
        top: 15px;
        right: 15px;
        -webkit-appearance: none;
        display: block;
        width: 30px;
        height: 30px;
        border: 0;
        border-radius: 0;
        background: transparent url("assets/img/icon/close.png") no-repeat center center;
        background-size: cover;
        overflow: hidden;
        text-indent: -9999px; }
        #header .nav-collapse #nav-close:hover, #header .nav-collapse #nav-close:focus {
          outline: 0;
          border: 0;
          box-shadow: none; }
      #header .nav-collapse .logo-mobile {
        display: block;
        margin: 60px auto 30px auto;
        width: 200px; }
      #header .nav-collapse nav > ul {
        text-align: center; }
        #header .nav-collapse nav > ul > li {
          display: block; }
          #header .nav-collapse nav > ul > li + li {
            margin-top: 30px;
            margin-left: 0; }
          #header .nav-collapse nav > ul > li > a {
            font-size: 2.5rem;
            line-height: 1em;
            color: #fff;
            padding: 0; }
            #header .nav-collapse nav > ul > li > a.current-menu-item, #header .nav-collapse nav > ul > li > a:hover, #header .nav-collapse nav > ul > li > a:focus {
              background: none;
              color: #cf2127; }
          #header .nav-collapse nav > ul > li > ul {
            position: static;
            background: none;
            padding: 30px 0 0 0;
            min-width: 0;
            text-align: center; }
            #header .nav-collapse nav > ul > li > ul > li + li {
              margin-top: 15px; }
            #header .nav-collapse nav > ul > li > ul > li > a {
              font-family: 'BentonSans Book';
              font-weight: normal;
              font-size: 1.875rem;
              line-height: 1em; }
              #header .nav-collapse nav > ul > li > ul > li > a.current-menu-item, #header .nav-collapse nav > ul > li > ul > li > a:hover, #header .nav-collapse nav > ul > li > ul > li > a:focus {
                background: none;
                color: #cf2127; }
      #header .nav-collapse .mobile-socials {
        display: block;
        list-style: none;
        padding: 0;
        margin: 30px 0 0 0;
        text-align: center; }
        #header .nav-collapse .mobile-socials > li {
          display: inline-block;
          vertical-align: middle;
          padding: 0 5px; }
          #header .nav-collapse .mobile-socials > li > a {
            font-size: 1.875rem;
            line-height: 1em;
            color: #fff; }
            #header .nav-collapse .mobile-socials > li > a:hover, #header .nav-collapse .mobile-socials > li > a:focus {
              color: #cf2127; }

  /* Home */
  .home-section {
    padding: 30px 0; }

  .section-title {
    margin-bottom: 30px; }

  /* Home Carousel */
  #home-carousel .owl-carousel .slide-caption-wrap {
    position: static; }
    #home-carousel .owl-carousel .slide-caption-wrap .container {
      padding: 0; }
    #home-carousel .owl-carousel .slide-caption-wrap .slide-caption {
      padding: 15px 60px 15px 15px;
      max-width: 100%;
      border-right: 0;
      border-bottom: 12px solid #0e3852; }
      #home-carousel .owl-carousel .slide-caption-wrap .slide-caption h3 {
        margin-bottom: 15px; }
      #home-carousel .owl-carousel .slide-caption-wrap .slide-caption .slide-link {
        right: 15px;
        width: 45px;
        height: 45px;
        background-size: cover; }

  /* Home Latest */
  .home-latest-box.home-latest-box-facebook {
    margin-bottom: 30px; }
  .home-latest-box.home-latest-box-twitter {
    margin-top: 30px; }

  /* Posts Template */
  .interior-news-content {
    padding: 30px 0; }

  .news-post img {
    margin: 0 auto 30px auto; }
  .news-post footer {
    margin-top: 30px; }
  .news-post + .news-post {
    padding-top: 30px;
    margin-top: 30px; }

  .posts-pagi {
    padding: 30px 0; }

  /* Connect Aside */
  #connect {
    padding: 30px 0;
    text-align: center; }
    #connect .connect-bill {
      margin: 0 auto 30px auto; }
    #connect .connect-logo {
      margin: 0 auto 30px auto; }
    #connect h3 {
      margin: 30px 0; }
    #connect p {
      margin: 0 auto; }

  /* Newsletter Aside */
  #newsletter {
    padding: 30px 0; }
    #newsletter h3 {
      margin-bottom: 30px; }
    #newsletter form br {
      display: none; }
    #newsletter form .input-wrap {
      float: none;
      width: 100%;
      margin-bottom: 30px; }

  /* Page Header */
  .interior-header {
    position: relative;
    height: 250px; }

  /* Page */
  .interior-content {
    padding-top: 30px; }
    .interior-content .page-title {
      margin-bottom: 30px; }

  /* Issues Page */
  body.page-template-template-issue .page-title {
    margin: 40px 0 0 0; }

  #menu-issues {
    margin-top: 25px; }
    #menu-issues > li {
      padding: 5px; }
      #menu-issues > li + li {
        margin-left: 0; }

  /* Footer */
  #footer {
    padding: 30px 0; }
    #footer .top .socials {
      display: block;
      margin-bottom: 30px; } }
@media screen and (max-width: 767px) {
  /* General */
  body.admin-bar {
    /*padding-top: 180px;*/ }
    body.admin-bar #header {
      top: 46px; }

  #wpadminbar {
    position: fixed; }

  /* Home Links */
  #home-links ul > li {
    display: block;
    width: 100%; }
    #home-links ul > li + li {
      margin-top: 15px; } }
div.wpcf7 .ajax-loader {
  display: none; }

div.wpcf7-validation-errors {
  border: 0 !important; }

div.wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important; }

/*# sourceMappingURL=style.css.map */
