html {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

*, *:before, *:after {
  -moz-box-sizing: inherit;
       box-sizing: inherit; }

img#wpstats {
  display: none; }

body {
  font-size: 16px;
  overflow-x: hidden; 
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
    width: 100%; 
  } 
}

@media (min-width: 991px) {
  .pull-md-right {
    float: right; } }

/**** Global Styles ****/
/***********************/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .btn {
  font-family: 'IM Fell English', serif;
  text-transform: uppercase; }

@media screen and (max-width: 480px) {
  h2 {
    font-size: 26px; } }

p {
  font-size: 18px;
  margin-bottom: 20px; }

a:not(.btn) {
  color: #cd3939; }

a:hover {
  text-decoration: none; }

.aptf-tweet-content a {
  color: #cd3939 !important; }

a:not(.nav a) {
  color: #cd3939; }

i {
  font-style: italic; }

hr {
  position: relative;
  margin-top: 45px;
  margin-bottom: 45px;
  border-top: none;
  height: 1px; }
  hr:after {
    content: "* * *";
    width: 100%;
    font-size: 2.5em;
    max-width: 90px;
    zoom: 0.6;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.hr-line {
  background: #333;
  margin-top: 30px;
  margin-bottom: 30px; }
  .hr-line:after {
    content: "";
    display: none; }

.break-text {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (no blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.article-excerpt {
  font-size: 15px; }

.read-more {
  font-size: 15px; }

.image-overlay {
  position: relative;
  z-index: 6;
  display: block; }
  
  .image-overlay:after {
    z-index: 5;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }

/**** Buttons ****/
/*****************/
.btn {
  border-radius: 2px;
  -webkit-transition: 300ms all ease-in-out;
  -moz-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out; }

.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: transparent; }

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #7c1818; }

.btn-icon {
  padding-left: 50px;
  background-image: url(../img/puritan_hand_icon.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 8px;
  -webkit-transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  -moz-transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) all; }
  
.btn-icon.btn-back {
  background-image: url(../img/puritan_hand_icon_back.png); }

.btn-icon:hover {
  background-position: 12px; }
  
.btn-icon:hover.btn-back {
  background-position: 6px; }

/**** Form Styles ****/
/****************************/
input, textarea, select {
  background: #f1f1f1;
  padding: 13px 20px;
  margin-bottom: 20px;
  border: none;
  width: 100%;
  max-width: 550px; }

select {
  border: none;
  height: 50px; }

input[type="image"] {
  padding: 0;
  background: none;
  max-width: 250px;
  margin-bottom: 5px; }

input[type="submit"] {
  padding-left: 50px;
  background-image: url(../img/puritan_hand_icon.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 8px;
  color: #fff;
  background-color: #000;
  border-color: transparent;
  -webkit-transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  -moz-transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  padding: 15px 20px 10px 50px;
  text-transform: uppercase;
  font-size: 14px;
  width: auto; }
  input[type="submit"].btn-back {
    background-image: url(../img/puritan_hand_icon_back.png); }

.nav-previous, .nav-next {
  display: inline-block;
  margin: 0 5px; }

/**** Masthead col 4 layout ****/
/****************************/
.list-wrap ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px; }

.list-wrap li {
  width: 24%;
  padding: 0.3% 2% 2%;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize; }
  .list-wrap li:nth-child(4n-7) {
    padding-left: 0px; }

.list-wrap a {
  text-transform: capitalize; }

/**** Underline Headings ****/
/****************************/
.distressed_underline_rough {
  border: none;
  border-bottom: 2px solid transparent;
  -moz-border-image: url(../img/distressed_line.png) 30 round;
       border-image: url(../img/distressed_line.png) 30 round;
  border-image-width: 0 0 2px 0;
  padding-bottom: 8px; }

.distressed_underline_smooth {
  position: relative; }
  .distressed_underline_smooth:after {
    content: "";
    width: 100%;
    background: url(../img/distressed_line_smooth.png);
    background-repeat: repeat-x;
    height: 3px;
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0;
    background-position: center;
    background-size: cover; }

.distressed_underline_smooth.underline_white {
  margin-bottom: 25px; }

.distressed_underline_smooth.underline_white:after {
  background: url(../img/distressed_line_smooth_white.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: cover;
  height: 2px;
  bottom: -10px; }

.overlay-heading {
  text-align: center;
  margin-top: 30px; }
  .overlay-heading h1, .overlay-heading h2, .overlay-heading h3, .overlay-heading h4, .overlay-heading h5, .overlay-heading h6 {
    display: inline-block; }
  .overlay-heading .distressed_underline_smooth.underline_white:after {
    background-size: cover; }

/**** Section Headings *****/
/***************************/
.section-heading {
  text-align: center;
  margin-top: 30px; }

/**** Global Nav ****/
/********************/

.navbar.navbar-inverse {
  background: #000; }

#navbar ul {
  text-align: center;
  width: 100%;
  padding: 0px;
  list-style: none;
  margin-bottom: 0px; }

#navbar ul li {
  float: none;
  text-align: center;
  display: inline-block;
  padding: 15px 15px 10px 15px;
  position: relative; }

#navbar ul li a {
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  position: relative; }

#navbar ul li a {
  position: relative;
  -webkit-transition: 200ms all ease;
  -moz-transition: 200ms all ease;
  transition: 200ms all ease; }
  #navbar ul li a:before {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    background-color: #cd3939;
    top: 49%; }

#navbar ul li a:hover:before {
  width: 105%;
  opacity: 1;
  left: -2%;
  -webkit-transition: 200ms all ease;
  -moz-transition: 200ms all ease;
  transition: 200ms all ease; }

@media screen and (max-width: 767px) {
  #navbar ul li {
    position: relative;
    display: block;
    padding: 8px 8px 8px 15px; }
  #navbar ul > li:hover > ul {
    position: relative;
    width: 100%; }
    #navbar ul > li:hover > ul li {
      text-align: center; }
  .menu-menu-1-container {
    width: 100%; } }

#navbar .current_page_item > a:before {
  content: '';
  height: 2px;
  position: absolute;
  background-color: #cd3939;
  top: 49%;
  left: -2%;
  right: 102%;
  opacity: 1;
  width: 105%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transition: 200ms right ease-in, 200ms opacity ease-in-out;
  -moz-transition: 200ms right ease-in, 200ms opacity ease-in-out;
  transition: 200ms right ease-in, 200ms opacity ease-in-out; }

#navbar ul li > ul {
  position: absolute;
  background: #1d1d1d;
  width: 230px;
  text-align: left;
  left: -10px;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  -webkit-transition: 250ms left ease-in, 250ms opacity ease-in;
  -moz-transition: 250ms left ease-in, 250ms opacity ease-in;
  transition: 250ms left ease-in, 250ms opacity ease-in;
  padding: 0px; }

#navbar ul > li:hover > ul {
  opacity: 1;
  height: auto;
  left: 0px; }

#navbar ul li > ul li {
  display: block;
  text-align: left;
  padding-bottom: 0px; }

#navbar ul li > ul li:last-child {
  padding-bottom: 10px; }

#navbar .menu-menu-1-container {
  display: inline-block; }

#navbar i {
  color: #fff;
  cursor: pointer; }
  #navbar i.fa-share-alt {
    padding-left: 15px; }

/**** Overlays ****/
/***********************/
.overlay {
  position: fixed;
  background: black;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0px;
  z-index: 100000;
  /* --- Social Media --- */ }
  .overlay .inner-overlay {
    max-width: 960px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    color: #fff; }
    .overlay .inner-overlay h2 {
      margin-bottom: 40px; }
    .overlay .inner-overlay label {
      display: none; }
    .overlay .inner-overlay input[type="text"] {
      max-width: 250px;
      background: none;
      border-bottom: 5px solid #fff; }
    .overlay .inner-overlay input[type="submit"] {
      background-image: url(../img/submit-white.jpg);
      text-indent: -500000px;
      background-color: #fff;
      padding: 11px 26px 11px 28px;
      position: relative;
      left: -4px;
      top: 7px;
      background-position: 12px; }
    .overlay .inner-overlay .btn-close {
      font-size: 50px;
      cursor: pointer; }
  .overlay .social {
    padding-left: 0; }
    .overlay .social li {
      display: inline-block;
      list-style: none;
      padding: 0 30px;
      opacity: 1;
      -webkit-transition: 200ms all ease-in-out;
      -moz-transition: 200ms all ease-in-out;
      transition: 200ms all ease-in-out; }
      .overlay .social li:hover {
        opacity: 0.6; }
      .overlay .social li img {
        width: 75%; }
      @media screen and (max-width: 508px) {
        .overlay .social li {
          padding: 15px 30px; } }

/**** Global Jumbotron ****/
/***********************/
.jumbotron {
  display: table;
  width: 100%;
  padding: 125px 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; }

.jumbotron > .container {
  display: table-cell;
  vertical-align: middle; }

.jumbotron-image-container {
  width: 100%;
  max-width: 340px;
  margin: auto; }

.jumbotron-image-container > img {
  width: 100%; }

/**** Twitter Footer ****/
/***********************/
.bx-controls {
  display: none; }

.module .bx-viewport {
  margin-bottom: 30px; }

.aptf-tweet-actions {
  display: none; }

.twitter-footer {
  background: #7c1818;
  padding: 30px 0;
  margin-top: 30px; }
  .twitter-footer .bx-controls {
    display: none; }
  .twitter-footer .aptf-tweet-actions {
    display: none; }
  .twitter-footer .inner-twitter-footer {
    margin: 0 auto;
    padding: 0 5%;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 780px; }
    .twitter-footer .inner-twitter-footer .aptf-tweet-content a {
      color: #fff !important; }
    .twitter-footer .inner-twitter-footer img:first-child {
      width: 20px;
      margin-bottom: 20px; }

/* Search Results Page */
.search-results h3 > a {
  color: #333;
  text-decoration: none;
  -webkit-transition: 200ms all ease-in-out;
  -moz-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out; }
  .search-results h3 > a:hover {
    color: #cd3939; }

.search-results .entry-summary {
  padding: 15px 30px;
  background: #f2f2f2;
  margin-bottom: 15px; }

/**** Global Footer ****/
/***********************/
.site-footer {
  background-color: #000;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px; }
  .site-footer .counter-items, .site-footer #footer-social, .site-footer .distressed_underline_rough + p {
    margin-bottom: 30px; }

.home.page .twitter-footer {
  display: none; }

.home.page .site-footer {
  margin-top: 30px; }

.counter {
  color: #d33a3a;
  font-size: 28px; }

.counter-item h4 {
  line-height: 1.3;
  font-size: 18px; }

.counter-icon {
  width: 24px;
  margin-right: 10px; }
  .counter-icon img {
    max-width: 24px;
    width: 100%; }

.mailchimp-signup label {
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 10px; }

.mailchimp-signup input[type="text"] {
  padding: 9px 20px;
  color: #333; }

.mailchimp-signup input[type="submit"] {
  border: 1px solid #fff; }

/**** Module ****/
/****************/
.module {
  background: #efefef;
  padding: 15px 30px; }
  @media screen and (max-width: 991px) {
    .module {
      margin-bottom: 30px; } }
  .module .module-icon.icon-image {
    max-width: 22px;
    display: inherit;
    margin-right: 10px;
    position: relative;
    top: -1px; }
    .module .module-icon.icon-image img {
      width: 100%; }
  .module .module_title {
    background: #000;
    color: #fff;
    font-size: 1.6em;
    padding: 12px 19px 9px;
    position: relative;
    top: -20px;
    left: -35px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    font-size: 17px;
    font-family: "IM Fell English";
    letter-spacing: 1px; }
  .module h2, .module h3, .module h4 {
    margin-top: 0; }
  .module p {
    font-size: 18px;
    margin-bottom: 20px; }
    @media screen and (max-width: 1200px) {
      .module p {
        font-size: 15px; } }
  .module .first-letter:first-letter {
    font-size: 32px;
    font-family: "IM Fell English";
    line-height: 1; }

.news {
  margin-top: 30px; }

.blog-post {
  height: 270px; }
  @media screen and (max-width: 991px) {
    .blog-post {
      height: auto; } }
  .blog-post .author {
    text-transform: uppercase; }
  .blog-post .date, .blog-post .author {
    font-family: "IM Fell English"; }
  .blog-post .blog-image {
    width: 100%; }
    .blog-post .blog-image img {
      max-width: 100%; }
  .blog-post .blog-post-info h3 a {
    color: #333;
    text-decoration: none; }

/**** Home Slider ****/
/***********************/
.home-slider {
  background: #000;
  height: 400px; }
  .home-slider .home-slide ~ .home-slide {
    display: none; }
  .home-slider .slider-image img {
    display: none; }
  .home-slider.slick-initialized .slider-image img {
    display: block; }
  .home-slider.slick-initialized .home-slide ~ .home-slide {
    display: block; }
  .home-slider .slick-dots {
    bottom: 0;
    left: 62%;
    width: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .home-slider .slick-dots li > a {
      text-decoration: none;
      color: #fff; }
    .home-slider .slick-dots li ~ li:before {
      content: ".";
      color: #fff;
      position: absolute;
      right: 25px; }
    .home-slider .slick-dots .slick-active > a {
      color: #cd3939; }
  .home-slider .slick-track, .home-slider .slick-list {
    height: 100%; }
  .home-slider .slider-image-panel {
    height: 100%;
    float: left; }
    .home-slider .slider-image-panel .slider-image {
      display: block;
      height: 100%; }
      .home-slider .slider-image-panel .slider-image img {
        height: 100%; }
  .home-slider .slider-text-panel {
    background: #000;
    color: #fff;
    height: 100%;
    padding: 0 25px;
    display: table; }
    .home-slider .slider-text-panel .slider-text-inner {
      display: table-cell;
      vertical-align: middle; }
      .home-slider .slider-text-panel .slider-text-inner h2 {
        font-size: 18px; }
      @media screen and (max-width: 1200px) {
        .home-slider .slider-text-panel .slider-text-inner h2, .home-slider .slider-text-panel .slider-text-inner p {
          font-size: 14px; } }
  .home-slider .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
  @media screen and (max-width: 1200px) {
    .home-slider .slick-dots {
      display: block;
      font-size: 12px;
      bottom: 0px;
      left: 79%;
      margin-bottom: 6px;
      width: 50%; }
    .home-slider .slick-dots li {
      height: 20px;
      width: 15px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
    .home-slider .slick-dots li ~ li:before {
      right: 17px; } }
  @media screen and (max-width: 767px) {
    .home-slider .home-slide {
      position: relative; }
    .home-slider .slider-image-panel {
      height: auto;
      width: 100%;
      float: none; }
      .home-slider .slider-image-panel .slider-image img {
        height: auto;
        width: 100%; }
    .home-slider .slider-text-inner {
      padding: 2% 0 4%; }
    .home-slider .slick-dots {
      bottom: 5px;
      left: 86%; }
    .home-slider .slider-text-panel {
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      width: 100%;
      height: auto;
      bottom: 0;
      z-index: 100; }
      .home-slider .slider-text-panel p {
        font-size: 15px; } }
  @media screen and (max-width: 480px) {
    .home-slider .slick-dots {
      bottom: 0px;
      left: 63%;
      margin-bottom: 6px;
      width: 71%; }
    .home-slider .slick-dots {
      font-size: 75%; }
    .home-slider .slick-dots li {
      height: 20px;
      width: 15px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
    .home-slider .slick-dots li ~ li:before {
      right: 17px; } }

/**** Article Listing ****/
/***********************/
.page-template-submissions-php .twitter-footer {
  margin-top: 60px; }

.category-section {
  margin-top: 30px; }
  .category-section .distressed_underline_smooth {
    margin: 20px 15px 10px 15px; }
  .category-section header.article-listing-header {
    margin-top: 10px; }

.list-wrap h3 {
  margin-bottom: 45px;
  margin-top: 40px; }

.article-listing {
  padding-top: 15px;
  padding-bottom: 15px; }
  .article-listing .article-listing-image > div {
    display: inline-block; }
  @media screen and (max-width: 991px) {
    .article-listing .article-listing-image {
      margin-bottom: 15px; } }
  .article-listing .article-listing-image img {
    max-width: 100%; }
  @media screen and (max-width: 991px) {
    .article-listing .article-listing-info {
      padding: 0 15px; } }
  .article-listing .article-listing-info .article-listing-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px; }
    .article-listing .article-listing-info .article-listing-title a {
      color: #333; }
      .article-listing .article-listing-info .article-listing-title a:hover {
        text-decoration: none;
        color: #cd3939; }
  .article-listing .article-listing-info .article-excerpt {
    font-size: 14px;
    margin-bottom: 10px; }
  .article-listing .read-more {
    font-size: 15px;
    text-transform: uppercase; }

.article-listing.article-listing-featured .article-listing-title {
  font-size: 28px; }

.article-listing.article-listing-featured .article-listing-image {
  width: 100%;
  max-width: 380px;
  float: left;
  margin-right: 15px;
  padding: 0 15px; }
  .article-listing.article-listing-featured .article-listing-image img {
    width: 100%;
    max-width: 140%; }

.article-listing.article-listing-featured .article-listing-info .article-excerpt {
  font-size: 18px; }

/**** Pull Quote / Quote Sharing ****/
/***********************/
.share-quote {
  position: absolute;
  background: #555;
  margin: 0;
  padding: 0;
  left: 50%;
  top: -48px;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(20px);
     -moz-transform: translateX(-50%) translateY(20px);
      -ms-transform: translateX(-50%) translateY(20px);
          transform: translateX(-50%) translateY(20px);
  height: 0;
  -webkit-transition: 200ms all ease-in-out;
  -moz-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out; }
  .share-quote:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #666;
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .share-quote li {
    overflow: hidden;
    height: 0;
    max-width: 42px;
    display: inline-block;
    list-style: none;
    position: relative;
    top: 0px;
    -webkit-transition: 350ms all ease-in-out;
    -moz-transition: 350ms all ease-in-out;
    transition: 350ms all ease-in-out;
    vertical-align: top; }
    .share-quote li:hover {
      top: -3px; }
    .share-quote li a {
      background: #222;
      padding: 7px 10px;
      display: block;
      line-height: 1; }
      .share-quote li a img {
        max-width: 100%; }

.pullquote {
  position: relative;
  text-align: center;
  width: 80%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-family: 'IM Fell English', serif;
  font-size: 1.4em;
  margin: 1.2em auto;
  padding: 0.3em 0;
  background: #f9f9f9;
  padding: 15px;
  letter-spacing: 2px;
  text-decoration: italic; }
  @media screen and (max-width: 767px) {
    .pullquote {
      width: 95%; } }
  .pullquote:hover .share-quote, .pullquote.show-quote-share .share-quote {
    height: 43px;
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0px);
       -moz-transform: translateX(-50%) translateY(0px);
        -ms-transform: translateX(-50%) translateY(0px);
            transform: translateX(-50%) translateY(0px); }
    .pullquote:hover .share-quote li, .pullquote.show-quote-share .share-quote li {
      height: 43px; }

/**** Article Page ****/
/**********************/
.article-container {
  padding-left: 320px;
  padding-right: 120px; }
  @media screen and (max-width: 767px) {
    .article-container {
      padding-right: 8%; } }

.article-body {
  min-height: 500px; }

/* Author Bio */
.bio-dropdown-container {
  display: inline-block;
  margin-bottom: 20px; }

.authorname {
  font-size: 18px; }

.author-bio {
  display: none;
  background: #f0f0f0;
  padding: 15px;
  position: relative;
  margin-bottom: 15px; }
  .author-bio:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f1f1f1;
    position: absolute;
    top: -8px;
    left: 5%; }

.article-slider .slick-dots {
  left: -11px; }
  .article-slider .slick-dots a {
    text-decoration: none;
    color: #333; }

.article-slider .slick-active > a {
  color: #cd3939; }

.article-slider .slick-next,
.article-slider .slick-prev {
  -webkit-transition: 200ms all ease-in-out;
  -moz-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out; }

.article-slider .slick-next {
  right: -20px;
  background: url(../img/right_arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 28px;
  width: 16px;
  opacity: 0;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.article-slider .slick-prev {
  left: -20px;
  background: url(../img/left_arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 28px;
  width: 16px;
  opacity: 0;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.article-slider .slick-prev:hover, .article-slider .slick-prev:focus {
  background: url(../img/left_arrow.png); }

.article-slider .slick-next:hover, .article-slider .slick-next:focus {
  background: url(../img/right_arrow.png); }

.article-slider:hover .slick-next {
  right: -20px;
  background: url(../img/right_arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 28px;
  width: 16px;
  opacity: 1;
  -webkit-transform: translateX(0%);
     -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%); }

.article-slider:hover .slick-prev {
  left: -20px;
  background: url(../img/left_arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 28px;
  width: 16px;
  opacity: 1;
  -webkit-transform: translateX(0%);
     -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%); }

/*** Article Sharing ***/
div.sharedaddy li.share-facebook a {
  background: url(../img/facebook_black.png); }
  div.sharedaddy li.share-facebook a:hover {
    background: url(../img/facebook_black.png); }

div.sharedaddy li.share-twitter a {
  background: url(../img/twitter_black.png); }
  div.sharedaddy li.share-twitter a:hover {
    background: url(../img/twitter_black.png); }

div.sharedaddy li.share-tumblr a {
  background: url(../img/tumblr_black.png); }
  div.sharedaddy li.share-tumblr a:hover {
    background: url(../img/tumblr_black.png); }

div.sharedaddy .sd-content {
  width: 100%; }
  div.sharedaddy .sd-content ul {
    width: 100%;
    text-align: center; }
  div.sharedaddy .sd-content li {
    float: none;
    display: inline-block; }

div.sharedaddy li a.sd-button {
  background-size: cover;
  width: 32px;
  height: 32px;
  border: none !important;
  margin-right: 15px; }
  div.sharedaddy li a.sd-button span {
    display: none; }
  div.sharedaddy li a.sd-button:hover {
    border: none;
    opacity: 0.6;
    background-size: cover; }

/**** Article Sidebar ****/
/*************************/
.article-sidebar {
  position: fixed;
  width: 275px;
  left: 15px;
  top: 75%;
  opacity: 0;
  -webkit-transition: 300ms opacity ease-in-out, 200ms top ease-in-out;
  -moz-transition: 300ms opacity ease-in-out, 200ms top ease-in-out;
  transition: 300ms opacity ease-in-out, 200ms top ease-in-out;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .article-sidebar header a {
    color: #222;
    text-decoration: none;
    font-size: 0.76em; }
  .article-sidebar.show-sidebar {
    top: 50%;
    opacity: 1;
    opacity: 0.3; }
    .article-sidebar.show-sidebar:hover {
      opacity: 1; }
  .article-sidebar.static-sidebar {
    position: absolute;
    top: inherit;
    bottom: 0;
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.3; }
    .article-sidebar.static-sidebar:hover {
      opacity: 1; }
  .article-sidebar h2 {
    text-align: center; }
  .article-sidebar h3 {
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 15px 0;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .article-sidebar h3 {
        background: #fff; } }
    .article-sidebar h3:after {
      content: "";
      width: 100%;
      background: url(../img/distressed_line_smooth.png);
      background-repeat: repeat-x;
      height: 2px;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      background-position: center;
      background-size: cover; }
    .article-sidebar h3.first:before {
      content: "";
      width: 100%;
      background: url(../img/distressed_line_smooth.png);
      background-repeat: repeat-x;
      height: 2px;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      background-position: center;
      background-size: cover; }
    .article-sidebar h3 .arrow-right {
      max-width: 8px;
      float: right;
      margin-right: 5px;
      margin-top: 4px;
      -webkit-transition: 300ms all ease-in-out;
      -moz-transition: 300ms all ease-in-out;
      transition: 300ms all ease-in-out;
      -webkit-transform: rotateZ(0);
         -moz-transform: rotateZ(0);
          -ms-transform: rotate(0);
              transform: rotateZ(0); }
    .article-sidebar h3.expanded .arrow-right {
      -webkit-transform: rotateZ(90deg);
         -moz-transform: rotateZ(90deg);
          -ms-transform: rotate(90deg);
              transform: rotateZ(90deg); }
  .article-sidebar .sidebar-content {
    overflow: hidden;
    max-height: 0;
    padding: 0% 5% 0% 8%;
    font-size: 14px;
    -webkit-transition: 200ms all ease-out;
    -moz-transition: 200ms all ease-out;
    transition: 200ms all ease-out; }
    @media screen and (max-width: 767px) {
      .article-sidebar .sidebar-content {
        background: #fff; } }
  .article-sidebar .expanded + .sidebar-content {
    height: auto;
    padding: 5% 5% 5% 8%;
    max-height: 250px;
    overflow-y: scroll; }

/**** Ads ****/
/*************/
.ads a img {
  max-width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(1);
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  height: auto; }

.ads a:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0); }

/** Mandate **/
.offset-container {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-top: 15px; }
  .offset-container .offset-image {
    z-index: 0;
    position: absolute;
    width: 45%;
    right: 5%;
    top: -15px; }
    .offset-container .offset-image img {
      max-width: 100%; }
  .offset-container .offset-quote {
    position: relative;
    z-index: 1;
    width: 55%;
    padding: 30px;
    background: #f2f2f2;
    font-size: 1.3em;
    line-height: 1.5;
    font-family: 'IM Fell English'; }
    .offset-container .offset-quote:first-letter {
      font-size: 1.5em; }
  @media screen and (max-width: 680px) {
    .offset-container .offset-image {
      width: 60%; }
    .offset-container .offset-quote {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .offset-container .offset-image {
      width: 100%; }
    .offset-container .offset-quote {
      width: 100%; } }

.press-item {
  width: 31.3%;
  background: #f2f2f2;
  float: left;
  margin: 1%;
  padding: 25px 15px;
  font-family: 'IM Fell English';
  font-size: 1.1em;
  color: #333; }

/** Submissions **/
.image-left {
  float: left;
  margin-right: 15px;
  width: 40%; }
  .image-left img {
    width: 100%;
    height: auto; }

.submission-accordion-wrapper {
  position: relative; }

.submission-accordion {
  overflow: hidden;
  max-height: 600px; }

.submission-accordion-wrapper.open .submission-accordion {
  overflow: hidden;
  max-height: 100%; }

.submission-accordion-toggle {
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 100;
  background: #000;
  cursor: pointer; }
  .submission-accordion-toggle div {
    position: absolute;
    right: 0;
    width: 32px;
    height: 49px;
    background: #000;
    -webkit-transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
    -moz-transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
    transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) all; }
    .submission-accordion-toggle div:hover {
      background: #cd3939;
      padding-top: 10px;
      height: 56px; }
    .submission-accordion-toggle div img {
      -webkit-transform: rotateZ(90deg);
         -moz-transform: rotateZ(90deg);
          -ms-transform: rotate(90deg);
              transform: rotateZ(90deg);
      max-width: 100%;
      margin-top: 15px;
      -webkit-transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
      -moz-transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
      transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) all; }

.submission-accordion-wrapper.open .submission-accordion-toggle div {
  position: absolute; }
  .submission-accordion-wrapper.open .submission-accordion-toggle div:hover {
    background: #cd3939;
    padding-top: 0px;
    height: 46px; }
    .submission-accordion-wrapper.open .submission-accordion-toggle div:hover img {
      margin-top: 10px; }
  .submission-accordion-wrapper.open .submission-accordion-toggle div img {
    -webkit-transform: rotateZ(-90deg);
       -moz-transform: rotateZ(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotateZ(-90deg); }

/**** Footer Social ****/
/***********************/
#footer-social {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  #footer-social li {
    display: inline-block;
    width: 100%;
    max-width: 30px; }
    #footer-social li img {
      width: 100%; }
    #footer-social li a img {
      position: relative;
      left: 0;
      top: 0;
      -webkit-transition: 200ms all ease-in-out;
      -moz-transition: 200ms all ease-in-out;
      transition: 200ms all ease-in-out;
      -webkit-transform: scale(1);
         -moz-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
    #footer-social li:hover a img {
      opacity: 0.6; }
  #footer-social li ~ li {
    margin-left: 25px; }

@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden; }
  .article-sidebar {
    position: relative;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
    width: 95%; }
  .article-container {
    padding-left: 0px; } }

.single h1 {
  text-align: center; }

/**** Article Content Styles (Preserved from old site) ****/
/* for poem indentation */
.tab5 {
  margin-left: 5%; }

.tab10 {
  margin-left: 10%; }

.tab15 {
  margin-left: 15%; }

.tab20 {
  margin-left: 20%; }

.tab25 {
  margin-left: 25%; }

.tab30 {
  margin-left: 30%; }

.tab35 {
  margin-left: 35%; }

.tab40 {
  margin-left: 40%; }

.tab45 {
  margin-left: 45%; }

.tab50 {
  margin-left: 50%; }

.tab55 {
  margin-left: 55%; }

.tab60 {
  margin-left: 60%; }

.tab65 {
  margin-left: 65%; }

.tab70 {
  margin-left: 70%; }

.tab75 {
  margin-left: 75%; }

.tab80 {
  margin-left: 80%; }

.tab85 {
  margin-left: 85%; }

.tab90 {
  margin-left: 90%; }

.tab95 {
  margin-left: 95%; }

.bigme, .bigme p, .bigme li {
  font-size: 125%; }

.dropcap:first-letter {
  font-family: 'IM Fell English';
  font-size: 2.8em;
  line-height: 0.7; }

.comment-form-comment textarea {
  width: 100%; }

.module.issue_desc {
  height: 400px; }
  @media screen and (max-width: 1200px) {
    .module.issue_desc {
      margin-bottom: 15px; } }
  @media screen and (max-width: 1200px) {
    .module.issue_desc {
      height: auto; } }