#category-single .table-contents/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/* FONTS */
/* GLOBAL */
html,
body,
#wrapper {
  width: 100%;
  text-rendering: optimizeLegibility;
}
#wrapper,
#index {
  overflow: hidden;
}
#wrapper.page,
#index.page {
  background-color: #f3f3f3;
}
.frame-container {
  position: relative;
  /* fine tunes the video positioning */
  padding-top: 60px;
  overflow: hidden;
  margin-bottom: 20px;
}
.frame-container iframe,
.frame-container object,
.frame-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container {
  position: relative;
  /* keeps the aspect ratio */
  padding-bottom: 45.25%;
  /* fine tunes the video positioning */
  padding-top: 60px;
  overflow: hidden;
  margin-bottom: 20px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a {
  color: #333;
}
a:hover {
  color: #000000;
}
p {
  font-family: Georgia, times;
}
p.lead {
  font-size: 1.5em;
  line-height: 1.7em;
  font-weight: 300;
}
p.meta {
  margin-bottom: 0;
  font-size: 12px;
  font-family: 'Merriweather', serif;
  color: #bcbcbc;
}
p.meta.volume {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Georgia, times;
  font-weight: normal;
}
.container-fluid {
  padding: 0;
}

.no-feature {
  margin-top: 150px;
  margin-bottom: 60px;
}
.no-feature h1 {
  font-size: 72px;
}
.no-feature h1 small {
  font-size: 24px;
}
.nav-tabs > li > a {
  padding: 8px 10px;
  font-size: 12px;
}
.navbar-toggle {
  margin-top: 50px;
  background: #fff;
  margin-bottom: 60px;
}
a[data-target="#searchModal"] {
  cursor: pointer;
}
.btn, #fm_form_submit {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 2px !important;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn.btn-primary, #fm_form_submit {
  background: #eb7c44 !important;
  color: #fff !important;
}
.btn.btn-primary:hover, #fm_form_submit:hover {
  background: #d26935 !important;
}
.btn.btn-block {
  border-radius: 3px;
  padding: 12px 0 13px;
}
.fm-form #fm_form_submit {
  display: block;
  width: 100%;
  padding: 15px !important;
}
.btn.btn-default {
  background: #000 !important;
  color: #fff !important;
  padding-top: 11px;
  padding-bottom: 12px;
  min-width: 115px;
}
.btn.btn-lg {
  padding: 11px;
  margin-bottom: 10px;
}
.btn.btn-md {
  width: 155px;
  padding: 14px 0;
}
.btn.btn-readmore {
  background: url('../images/read_more.png') center left no-repeat;
  padding-left: 40px;
  display: block;
  text-align: left;
}
.btn.btn-readmore:hover {
  background: url('../images/read_more_hover.png') center left no-repeat;
  color: #eb7c44 !important;
}
.btn.btn-readmore:active,
.btn:active, .btn.active,
.btn:focus,
input, textarea {
  box-shadow: none !important;
  outline: none;
}
input[type=text],
input[type=email],
input[type=phone],
textarea {
  border-radius: 3px;
  border: 2px solid #e3e3e3;
  font-family: 'Merriweather', serif;
  font-size: 12px;
  box-shadow: none;
  color: #000;
  padding: 17px 10px;
}
::-webkit-input-placeholder {
  color: #000 !important;
}
::-moz-placeholder {
  color: #000;
}
:-ms-input-placeholder {
  color: #000;
}
input:-moz-placeholder {
  color: #000;
}
.stack-menu {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #333333;
  display: inline-block;
  background: url(../images/stack_menu.png) center left no-repeat;
  padding-left: 39px;
  padding-top: 3px;
  min-height: 19px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.affix {
  top: 120px;
}
/* HEADER */
#header .container-fluid {
  max-width: 1780px;
}
#header .navbar-brand {
  padding-top: 16px;
}
@media (min-width: 1065px) {
  #header .nav.navbar-nav {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.41);
    margin-top: 63px;
    margin-left: 16px;
  }
  #header .nav.navbar-nav.right-nav {
    margin-top: 12px;
  }
  #header .nav.navbar-nav.navbar-right {
    box-shadow: none !important;
  }
  #header .nav.navbar-nav.navbar-right .btn {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.41);
  }
  #header .nav.navbar-nav.navbar-right .btn {
    min-width: 134px;
    margin-right: 10px;
  }
  #header .header-top-menu .nav.navbar-nav.navbar-right .btn {
    box-shadow: none;
    margin: 0;
    padding: 5px;
  }
  #header .nav.navbar-nav.navbar-right li:last-child a {
    min-width: 134px;
  }
}

.donate h2 {margin: 0; padding: 0;}
/* FOOTER */
#footer {
  z-index: 2;
  background-color: #fff;
  position: relative;
  color: #333333;
  text-align: center;
  padding-bottom: 72px;
  z-index: 20;
}
#footer.page {
  padding-bottom: 0;
}
#footer .subscribe {
  background: url('../images/issue_background.jpg');
  background-size: cover;
  padding: 60px 0px;
  margin: 0;
  text-align: left;
}
#footer .subscribe .img-issues {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 1;
}
#footer .subscribe .img-issues:hover {
  opacity: 0.7;
}
#footer .subscribe .issue-right {
  font-family: Georgia, times;
  padding-left: 45px;
}
#footer .subscribe .issue-right h2 {
  font-size: 43px;
  line-height: 75px;
  margin-top: 3px;
}
#footer .subscribe .issue-right .grid-item {
  font-family: 'Merriweather', serif;
  font-style: italic;
  padding-top: 25px;
  font-size: 13px;
}
#footer .subscribe .issue-right .grid-item h4 {
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Georgia, times;
  font-style: normal;
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
}
#footer .subscribe .issue-right .grid-item p {
  margin-bottom: 8px;
  font-family: 'Merriweather', serif;
  font-size: 14px;
}
#footer .subscribe .issue-right .grid-item p em.highlight,
#footer .subscribe .issue-right .grid-item p em.highlight a {
  color: #eb7c44;
  font-size: 18px;
}
#footer .subscribe .issue-right .grid-item ul {
  font-size: 16px;
}
#footer .subscribe .issue-right .grid-item ul li {
  background: url('../images/disc.jpg') center left no-repeat;
  padding-left: 10px;
}
#footer .subscribe .issue-right .grid-item ul li a, #footer .subscribe .issue-right .grid-item p em.highlight a:hover {
  color: #eb7c44;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#footer .subscribe .issue-right .grid-item ul li a:hover, #footer .subscribe .issue-right .grid-item p em.highlight a:hover {
  color: #d26935;
  text-decoration: none;
}
#footer .subscribe .block-subscribe {
  padding: 50px 0 0;
  font-size: 18px;
  border-radius: 4px;
  border-top: 2px solid #fff;
}
#footer .subscribe .block-subscribe .btn {
  position: relative;
  top: -8px;
  font-style: normal;
}
#footer .about {
  background-color: #fafafa;
  padding-top: 60px;
  padding-bottom: 45px;
}
#footer .about img {
  margin-bottom: 35px;
}
#footer .about p {
  font-size: 18px;
  line-height: 26px;
  font-family: 'Merriweather', serif;
  font-style: italic;
  max-width: 620px;
  margin: 0 auto;
}
#footer .about .foot-menu {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  margin-top: 37px;
  font-style: normal;
  text-transform: uppercase;
}
#footer .about .foot-menu a {
  padding: 0 5px;
}
#footer .about .foot-menu a .fa {
  margin-right: 5px;
}
#footer .subfooter .legal {
  text-align: left;
  padding: 35px 40px 20px;
  font-size: 12px;
  color: #909090;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
#footer .subfooter .legal a {
  color: #333;
  letter-spacing: 0px;
  padding: 0 5px;
  cursor: pointer;
}
#footer .subfooter .legal a:first-child {
  padding-left: 0;
}
#footer .subfooter .legal p.copyright {
  color: #333;
  font-size: 10px;
  font-family: 'Merriweather', serif;
  text-transform: none;
}
#footer .subfooter .legal p.copyright a:first-child {
  padding-left: 8px;
}
#footer .subfooter .social {
  padding: 30px 40px 20px;
  text-align: center;
}
#footer .subfooter .social a {
  color: #333;
  margin-right: 5px;
}
#footer .subfooter .news {
  padding: 20px 40px 20px;
  text-align: right;
}
#footer .subfooter .news label {
  font-family: Georgia, times;
  font-weight: normal;
  margin-right: 5px;
}
#footer .subfooter .news input[type=email] {
  min-width: 252px;
}
#wp-social-toolbar {
  display: none !important;
}
/* NAVBAR */
#header #navbar-page {
  padding: 0 20px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  min-height: 114px;
}
@media (min-width: 1065px) {
  #header #navbar-page .nav.navbar-nav {
    box-shadow: none;
    margin-left: 57px;
    margin-top: 41px;
  }
}
#header #navbar-page .navbar-brand {
  padding-top: 17px !important;
}
#header #navbar-page .nav.navbar-nav.navbar-right {
  margin-top: 38px;
}
#header #navbar-page .nav.navbar-nav.navbar-right .btn {
  box-shadow: none !important;
}
#header #navbar-page.navbar-page-fixed {
  top: 0;
  min-height: 0;
  /*display: none;*/
  position: fixed;
  border-radius: 0;
  z-index: 99;
}
#header #navbar-page.navbar-page-fixed.fademein {
  opacity: 0;
}
#header #navbar-page.navbar-page-fixed.homepage {
  display: none;
}
#header #navbar-page.navbar-page-fixed .nav.navbar-nav {
  margin-left: 17px;
}
#header #navbar-page.navbar-page-fixed .nav.navbar-nav,
#header #navbar-page.navbar-page-fixed .nav.navbar-nav.navbar-right {
  margin-top: 10px;
  margin-bottom: 10px;
}
#header #navbar-page.navbar-page-fixed .navbar-brand img {
  position: relative;
  top: -40px;
}
.navbar-default {
  position: absolute;
  width: 100%;
  padding: 20px;
  background: transparent;
  border: none;
  z-index: 10;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.navbar-default .navbar-header a {
  color: #fff;
}
.navbar-default .navbar-nav li a {
  text-shadow: none;
  color: #000;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(255,255,255,0.7);
  padding: 9px 15px 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.navbar-default .header-top-menu {
  margin-top: 39px;
}
#header  .header-top-menu .nav.navbar-nav {
  box-shadow: none !important;
  margin-right: 0;
}

.navbar-default .header-top-menu .navbar-nav li.separator {
  color: #fff;
  margin-top: 4px;
}
.navbar-default .header-top-menu .navbar-nav li a {
  padding: 5px 10px;
  margin: 0 5px;
  border-radius: 0 !important;
  background: initial;
  color: #fff;
  text-transform: initial;
  font-size: 13px;
  letter-spacing: 0;
  min-width: 0 !important;
}
.navbar-default .header-top-menu .navbar-nav li a:hover, .navbar-default .header-top-menu .navbar-nav li a.active {
  background: none;
  color: #fff;
}
.navbar-default .navbar-nav li:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.navbar-default .navbar-nav li:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a.active {
  text-shadow: none;
  color: #eb7c44;
  background-color: rgba(255,255,255,0.7);
}
.navbar-default .navbar-nav li.btn-subscribe a {
  background-color: #000;
  color: #fff;
}

.navbar-inverse {
  color: #fff;
}
/* INDEX  */
.featured .featured-title {
  background-size: cover;
  background-position: center center;
  min-height: 600px;
  position: relative;
  color: #fff;
}
.featured .featured-title h1 {
  margin-top: 0;
  max-width: 635px;
  font-size: 71px;
  line-height: 75px;
  margin-bottom: 23px;
}
.featured .featured-title p.lead {
  font-family: 'Merriweather', serif;
  color: #bcbcbc;
  font-size: 13px;
  margin-bottom: 5px;
  margin-left: 8px;
}
.featured .featured-title .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc2Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.76) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0.76)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.76) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.76) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.76) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.76) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#c2000000',GradientType=0 );
}
.featured .featured-title .title-meta {
  margin: 0 auto 35px;
  padding: 0 0 0 25%;
  position: absolute;
  bottom: 30px;
}
.featured .featured-title .title-meta a {
  color: #fff;
}
.featured .featured-title .title-meta .volume {
  margin-bottom: 23px;
  margin-left: 5px;
}
#index-article .comments {
  padding: 50px 0;
}
#index #more .article .article-title .article-meta .meta a {
  color: #fff !important;
}
.featured-synopsis {
  padding: 0 20%;
}
.featured-synopsis .article-text {
  margin-top: 30px;
}
.featured-synopsis .article-text p {
  font-size: 1.5em;
  line-height: 1.7em;
  font-weight: 300;
  margin-bottom: 35px;
}
#categories {
  margin-bottom: 40px;
}
#categories ul {
  margin-bottom: 40px;
}
#categories ul li {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#categories ul li h3 {
  margin-top: 0;
  font-family: Georgia, times;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
#categories ul li h3 a {
  color: #333333;
}
#categories ul li.category-featured {
  padding-bottom: 5px !important;
}
#categories ul li.category-featured h3 {
  font-size: 22px;
  line-height: 31px;
}
#categories ul li .meta {
  font-style: italic;
  font-size: 13px;
}
#categories ul li .meta a {
  color: #bcbcbc;
}
#categories,
#more {
  margin-top: 55px;
  max-width: 1145px;
  margin-left: auto;
  margin-right: auto;
}
#categories#categories,
#more#categories {
  margin-top: 30px;
}
#categories h2,
#more h2 {
  font-size: 18px;
  margin-top: 10px;
}
#categories h3,
#more h3 {
  font-size: 16px;
  margin: 10px 0 5px;
}
#categories ul,
#more ul {
  padding-left: 0;
  list-style: none;
}
#categories ul li,
#more ul li {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}
#categories ul li h4,
#more ul li h4 {
  margin-bottom: 4px;
}
#ajax-category-target,
#symposium .col-md-6.col-md-offset-6.content {
  margin-top: -1px;
}
#categories .article,
#more .article {
  padding: 0;
  margin-bottom: 0;
}
#categories .article .article-title,
#more .article .article-title {
  background-size: cover;
  background-position: center center;
  min-height: 300px;
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#categories .article .article-title h1,
#more .article .article-title h1 {
  font-size: 52px;
}
#categories .article .article-title .overlay,
#more .article .article-title .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc2Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.76) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0.76)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.76) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.76) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.76) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.76) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#c2000000',GradientType=0 );
}
#categories .article .article-title .article-meta,
#more .article .article-title .article-meta {
  margin: 0 auto;
  width: 100%;
  padding: 0 10%;
  position: absolute;
  top: 30px;
  color: #fff;
}
#categories .article .article-title .article-meta a,
#more .article .article-title .article-meta a {
  color: #fff;
}
#categories .article .article-title .article-meta h2,
#more .article .article-title .article-meta h2 {
  font-family: Georgia, times;
  font-size: 24px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  margin-top: 13px;
}
#categories .article .article-title .article-meta .meta,
#more .article .article-title .article-meta .meta {
  margin-left: 0;
}
#categories .article .article-title .article-meta .meta a,
#more .article .article-title .article-meta .meta a {
  font-size: 13px;
  color: #bcbcbc;
}
#categories .article .article-title .article-meta .meta.volume,
#more .article .article-title .article-meta .meta.volume {
  margin-left: 0;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  letter-spacing: 1px;
}
#categories .article .article-synopsis,
#more .article .article-synopsis {
  padding: 20px 10% 27px;
  font-size: 13px;
  line-height: 24px;
  background-color: #eeeeee;
  color: #333333;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#index #more .article .article-synopsis {
  min-height: 315px;
  padding-bottom: 50px;
}
#categories .article .article-synopsis .btn,
#more .article .article-synopsis .btn {
  margin-top: 15px;
}
#more .article .article-synopsis .btn {
  position: absolute;
  bottom: 30px;
}
.subscribe h2 {
  font-size: 30px;
}
  
@media screen and (max-width: 1250px) {
  .subscribe h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 992px) {
  .subscribe h2 {
    font-size: 30px;
  }
}

#landing .subscribe {
  margin-top: 0;
}
.home-banner {
  border: 3px solid #ececec;
  border-radius: 2px;
  display: inline-block;
  margin-top: 3px;
}
.navbar-fixed-bottom {
  background: #f2e6d3;
  box-shadow: 1px 0 2px rgba(63, 31, 155, 0.4);
  border: 0;
  color: #333;
}
.navbar-fixed-bottom .btn-lg {
  margin-left: 15px;
}
/* LIST */
#symposium,
#category-list {
  padding-top: 59px;
  position: relative;
  height: 100%;
}
#symposium .affix,
#category-list .affix {
  top: auto;
}
#symposium .container-fluid,
#category-list .container-fluid {
  height: 100%;
}
#symposium .table-contents,
#category-list .table-contents {
  margin-top: 70px;
  margin-left: 248px;
  text-align: center;
  position: fixed;
}
#symposium .table-contents .table-contents-wrapper,
#category-list .table-contents .table-contents-wrapper {
  background-color: #fff;
  width: 100%;
  padding: 60px 50px;
  border-radius: 4px;
}
#symposium .table-contents .table-contents-wrapper > .nav.nav-tabs,
#category-list .table-contents .table-contents-wrapper > .nav.nav-tabs {
  text-align: center;
}
#symposium .table-contents .table-contents-wrapper > .nav.nav-tabs li,
#category-list .table-contents .table-contents-wrapper > .nav.nav-tabs li {
  float: none;
  display: inline-block;
}
#symposium .table-contents ul.symposium-nav,
#category-list .table-contents ul.symposium-nav {
  margin-top: 40px;
}
#symposium .table-contents ul.symposium-nav li,
#category-list .table-contents ul.symposium-nav li {
  padding: 0 0;
}
#symposium .table-contents h1,
#category-list .table-contents h1 {
  font-size: 36px;
  margin: 0 0 15px;
}
#symposium .table-contents p.lead,
#category-list .table-contents p.lead {
  font-family: 'Merriweather', serif;
  font-style: italic;
  font-size: 16px;
  line-height: 22px;
}
#symposium .table-contents p.meta.volume,
#category-list .table-contents p.meta.volume {
  color: #333;
  margin: 25px 0;
}
#symposium .table-contents p.meta.volume a,
#category-list .table-contents p.meta.volume a {
  color: #333;
}
#symposium .table-contents .all-listing,
#category-list .table-contents .all-listing {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-align: left;
  display: block;
  margin-bottom: 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 2px;
}
#symposium .table-contents .all-listing img,
#category-list .table-contents .all-listing img {
  vertical-align: top;
  margin-right: 5px;
}
#symposium .table-contents ul,
#category-list .table-contents ul {
  margin-top: 40px;
}
#symposium .table-contents ul li > span,
#category-list .table-contents ul li > span {
  display: block;
  padding: 8px 13px;
  display: inline-block;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#symposium .table-contents ul li > span:hover,
#category-list .table-contents ul li > span:hover,
#symposium .table-contents ul li > span.active, 
#category-list .table-contents ul li > span.active {
  background-color: #eeeeee;
}
#symposium .table-contents ul li > span .author,
#category-list .table-contents ul li > span .author {
  font-size: 13px;
  font-family: 'Merriweather', serif;
  font-style: italic;
  color: #bcbcbc;
  font-weight: normal;
}
#symposium .table-contents ul li > span .author a,
#category-list .table-contents ul li > span .author a {
  font-style: normal;
  font-family: 'Merriweather', serif;
  color: #bcbcbc;
  font-weight: normal;
  font-size: 13px;
}
#symposium .table-contents ul li a,
#category-list .table-contents ul li a {
  font-family: Georgia, times;
  font-size: 18px;
  color: #333;
}
#symposium .table-contents ul li a:hover,
#category-list .table-contents ul li a:hover {
  text-decoration: none;
}
#symposium .table-contents .nav.nav-tabs,
#category-list .table-contents .nav.nav-tabs {
  border: none;
}
#symposium .table-contents .nav.nav-tabs li a,
#category-list .table-contents .nav.nav-tabs li a {
  padding: 7px 17px 8px 17px;
  border: none !important;
  font-family: 'Merriweather', serif;
  font-size: 12px;
  color: #000000;
  font-style: italic;
  border-radius: 4px !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#symposium .table-contents .nav.nav-tabs li.active a,
#category-list .table-contents .nav.nav-tabs li.active a,
#symposium .table-contents .nav.nav-tabs li:hover a,
#category-list .table-contents .nav.nav-tabs li:hover a {
  background-color: #000;
  color: #fff;
}
#symposium .table-contents .pagination,
#category-list .table-contents .pagination {
  margin-top: 20px;
  margin-bottom: 0;
}
#symposium .table-contents .pagination a,
#category-list .table-contents .pagination a {
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
#symposium .table-contents .pagination a:hover,
#category-list .table-contents .pagination a:hover {
  background-color: transparent;
}
#symposium .table-contents .pagination a.prev img,
#category-list .table-contents .pagination a.prev img {
  margin-right: 15px;
  vertical-align: top;
}
#symposium .table-contents .pagination a.next,
#category-list .table-contents .pagination a.next {
  background: url('../images/pagination_separator.jpg') center left no-repeat;
}
#symposium .table-contents .pagination a.next.nobackground,
#category-list .table-contents .pagination a.next.nobackground {
  background: none !important;
}
#symposium .table-contents .pagination a.next img,
#category-list .table-contents .pagination a.next img {
  margin-left: 15px;
  vertical-align: top;
}
#category-list .table-contents .pagination a.next.disabled,
#symposium .table-contents .pagination a.next.disabled,
#category-list .table-contents .pagination a.prev.disabled,
#symposium .table-contents .pagination a.prev.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.check-the-nav .pagination {
  display: none;
}
/* NEW AFFIX */
#symposium .table-contents.new-afix,
#category-list .table-contents.new-afix {
  padding-right: 0px !important;
  /* Worked one 
  margin-left: -38% !important;
  width: 80%;
  position: absolute !important;
  left: 50%;
  */

  /* experimental */
  position: fixed;
  width: 41%;
  left: 50%;
  margin-left: -45%;
}

#symposium .table-contents.new-afix.default,
#category-list .table-contents.new-afix.default {
  top: 6% !important;
}

#symposium .table-contents.new-afix.fixed,
#category-list .table-contents.new-afix.fixed {
  margin-left: -38% !important;
  width: 80%;
  position: absolute !important;
  left: 50%;
}

#symposium .article,
#category-list .article {
  padding: 0;
}
#symposium .article .article-title,
#category-list .article .article-title {
  background-size: cover;
  background-position: center center;
  min-height: 410px;
  position: relative;
}
#symposium .article .article-title h1,
#category-list .article .article-title h1 {
  font-size: 52px;
}
#symposium .article .article-title .overlay,
#category-list .article .article-title .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc2Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.76) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0.76)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.76) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.76) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.76) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.76) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#c2000000',GradientType=0 );
}
#symposium .article .article-title .article-meta,
#category-list .article .article-title .article-meta {
  margin: 0 auto;
  width: 100%;
  padding: 0 4%;
  position: absolute;
  bottom: 38px;
  color: #fff;
}
#symposium .article .article-title .article-meta a,
#category-list .article .article-title .article-meta a {
  color: #fff;
}
#symposium .article .article-title .article-meta h2,
#category-list .article .article-title .article-meta h2 {
  font-size: 48px;
  line-height: 50px;
  max-width: 90%;
  margin-bottom: 15px;
}
#symposium .article .article-title .article-meta h2 a,
#category-list .article .article-title .article-meta h2 a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#symposium .article .article-title .article-meta h2 a:hover,
#category-list .article .article-title .article-meta h2 a:hover {
  color: #eee;
  text-decoration: none;
}
#symposium .article .article-title .article-meta p.lead,
#category-list .article .article-title .article-meta p.lead {
  font-family: 'Merriweather', serif;
}
#symposium .article .article-title .article-meta p.meta,
#category-list .article .article-title .article-meta p.meta {
  font-size: 13px;
  margin-bottom: 13px;
}
#symposium .article .article-title .article-meta p.meta a,
#category-list .article .article-title .article-meta p.meta a {
  color: #bcbcbc;
}
#symposium .article .article-synopsis p,
#category-list .article .article-synopsis p {
  font-family: 'Merriweather', serif;
  font-size: 14px;
  max-width: 520px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 15px;
}
/* SINGLE */
#symposium-single,
#category-single {
  position: relative;
  height: 100%;
}
#symposium-single .container-fluid,
#category-single .container-fluid {
  height: 100%;
}
#symposium-single .table-contents,
#category-single .table-contents {
  padding: 50px;
}
#symposium-single .table-contents ul.symposium-nav li,
#category-single .table-contents ul.symposium-nav li {
  padding: 3px 0;
}
.tab-content .pagination {
  width: 80%;
}
.tab-content .pagination>li {
  display: inline-block;
  vertical-align: middle;
}
.page-target {
  font-family: 'Merriweather', serif;
  margin: 0 15px;
  width: 60px;
}
.article {
  padding: 0;
}
.article .article-title {
  background-size: cover;
  background-position: center center;
  min-height: 600px;
  position: relative;
}
.article .article-title h1 {
  font-size: 52px;
}
.article .article-title .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc2Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.76) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0.76)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.76) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.76) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.76) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.76) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#c2000000',GradientType=0 );
}
.article .article-title .article-meta {
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 0 0 25%;
  position: absolute;
  bottom: 30px;
  color: #fff;
}
.article .article-title .article-meta a {
  color: #fff;
}
.article .article-title .article-meta h1 {
  margin-top: 0;
  max-width: 635px;
  font-size: 71px;
  line-height: 75px;
  margin-bottom: 23px;
}
.article .article-title .article-meta .meta {
  font-family: 'Merriweather', serif;
  color: #bcbcbc;
  font-size: 13px;
  margin-bottom: 5px;
  margin-left: 8px;
}
.article .article-title .article-meta .meta a {
  /*color: #bcbcbc;*/
}
.article .article-title .article-meta p.lead {
  max-width: 700px;
}
.article .article-title .article-meta-toalign {
  width: 100%;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  position: relative;
  bottom: auto;
}
.article .article-title .article-meta-toalign .toalign {
  max-width: 620px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.article .article-title .article-meta-toalign .tobottom {
  position: absolute;
  bottom: 70px;
}
.article .author-recommended-posts {
  display: none;
}
.article .article-text {
  margin-top: 45px;
  margin-bottom: 30px;
}
.article .post p a,
span[style="color: #0000ff;"] {
  color: #eb7c44 !important;
}
.post p::selection {
  background-color: #eb7c44;
  color: #fff;
  font-style: italic;
  font-weight: bold;
}
.post p::-moz-selection {
  background-color: #eb7c44;
  color: #fff;
  font-style: italic;
  font-weight: bold;
}
.article .article-text .post {
  max-width: 620px;
  margin: 0 auto;
}
.article .article-text .post p {
  font-size: 16px;
  line-height: 28px;
  font-family: 'Merriweather', serif;
  margin-bottom: 30px;
  color: #333;
}
.article .article-text .post blockquote {
  border: none;
}
.article .article-text .post blockquote p {
  font-family: 'Merriweather', serif;
  font-size: 16px;
  line-height: 28px;
  border: none;
  color: #6c6c6c;
  padding: 10px 30px;
}


.article .article-text .post table {
  font-size: 16px;
  line-height: 28px;
  font-family: 'Merriweather', serif;
  margin-bottom: 30px;
  color: #333;
}
.article .article-text .post table td {
  padding: 5px;
}
.article #footnote-list,
#footnotediv {
  font-family: 'Merriweather', serif;
  line-height: 28px;
  padding: 20px !important;
  border-radius: 3px;
}
.article #footnote-list .fn-text {
  margin-bottom: 10px;
}

.article .comments {
  padding: 50px 0 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  max-width: 420px;
  position: relative;
}
.wp-pagenavi {
  font-family: 'Merriweather', serif;
  font-size: 16px;
}
.wp-pagenavi .pages {
  margin-right: 15px;
  border-right: 2px solid #aaa;
  padding-right: 15px;
}
.wp-pagenavi > a,  div.wp-pagenavi > span {
  padding: 5px;
  display: inline-block;
  vertical-align: top;
}
.wp-pagenavi > a:hover {
  text-decoration: none;
  color: #eb7c44;
}
.wp-pagenavi .current {
  color: #aaa;
}
.form-allowed-tags {
  display: none;
}
#author-search-select {
  height: 200px; margin-bottom: 20px;
}
#commentlist2 {
    margin-top: 50px;
}
.article #comments.comments-area {
  max-width: 326px;
}
#commentlist2 #comments {
    max-width: 100% !important;
}
.article #discussion-respond {
	margin-top: 30px;
}
.article #discussion-respond #comments.comments-area {
  max-width: 100%;
}
.article .comment-respond #comment,
.article .comment-respond label {
  width: 95%;
  display: block;
}
.article .comments .dropdown-menu-right {
  margin-right: 50px;
}
.article .comments .dropdown-menu-right li {
  height: 30px;
  margin: 10px;
}
.article .comments a[data-target="#commentlist"],
.article .comments a[data-target="#readLaterMenu"] {
  cursor: pointer;
}
.pull-right-pad {
  text-align: right;
  padding-right: 20px;
}
.article .comments h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.article .comments > div[data-spy="affix"].affix {
  width: 100%;
  z-index: 2;
}
.article .comments .comment-icon {
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.article .comments .separator {
  display: inline-block;
  vertical-align: top;
  width: 2px;
  height: 26px;
  /*background: url('../images/socmed_separator.jpg') no-repeat;*/
  margin: 0 10px;
  position: relative;
  top: -3px;
}
.article .comments .fa {
  font-size: 30px;
  vertical-align: middle;
  margin: 0 3px;
}
.article .comments .separator ~ .first {
/*  margin-left: 15px;
  margin-right: 5px;*/
}
.article .comments #commentlist {
  margin-top: 20px;
  text-transform: none;
  font-weight: 300;
  font-family: 'Merriweather', serif;
}
.readlatermobile {
  cursor: pointer;
}
.article .comments ul#readLaterMenu,
ul#readLaterMenu2 {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  border-radius: 3px;
  border: 3px solid #ececec;
  width: 170px;
  text-align: center;
  position: absolute;
  background: #fff;
  z-index: 44;
}
ul#readLaterMenu2 {
  right: 10%;
}
.article .comments ul#readLaterMenu li,
ul#readLaterMenu2 li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  margin: 0 10px;
}
.article .comments ul#readLaterMenu li #readabilityEmbedContainer,
ul#readLaterMenu2 li #readabilityEmbedContainer {
  max-height: 20px;
  width: 120px;
  margin: 0 auto !important;
}
.article .comments ul#readLaterMenu li:last-child,
ul#readLaterMenu2 li:last-child {
  border-bottom: 0;
}
.article .comments .affix-top ul#readLaterMenu,
.affix-top ul#readLaterMenu2 {
  right: 30px;
}
.article .comments .affix ul#readLaterMenu,
.affix ul#readLaterMenu2 {
  left: 10.7%;
}
#fm-form-1 ul {
  padding: 0;
  list-style-type: none;
}
#fm-form-1 input {
  padding: 8px !important;
}
.introp {
  margin: 0 0 0 20px !important;
}
.no-post-block {
  text-align: center;
  border-radius: 3px;
  border: 2px solid #e1e1e1;
  padding-right: 0px !important;
  margin-left: -38% !important;
  width: 80%;
  position: absolute !important;
  left: 50%;
  margin-top: 10%;
  color: #626262;
  font-size: 17px;
  padding: 116px 0;
}
/* CURRENT ISSUE */
#current-issue {
  background-size: cover;
  background-position: center center;
  height: 100%;
}
#current-issue .container-fluid {
  height: 90%;
}
#current-issue .container-fluid .overlay {
  display: table;
  width: 100%;
  min-height: 800px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc2Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.76) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0.76)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.76) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.76) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.76) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.76) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#c2000000',GradientType=0 );
}
#current-issue .container-fluid .overlay .magazine-meta {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  padding: 150px 0;
}
#current-issue .container-fluid .overlay .magazine-meta h1 {
  font-size: 71px;
}
#current-issue .container-fluid .overlay .magazine-meta .mag-features {
  margin-top: 30px;
  padding-bottom: 10px;
}
.issue_articles a,
.magazine-meta .list-unstyled a {
  color: #fff;
}
/* ARCHIVE */
#archive ul.archive-list,
#author ul.archive-list {
  list-style: none;
  padding: 30px 0 0;
  font-family: 'Merriweather', serif;
}
#archive ul.archive-list li,
#author ul.archive-list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#author ul.archive-list li {
  border-bottom: 1px solid #ddd;
}
#archive ul.archive-list li p,
#author ul.archive-list li p {
  font-family: 'Merriweather', serif;
  font-size: 14px;
  line-height: 22px;
  margin: 15px 0;
}
#archive ul.archive-list li ul.issue-articles li {
  margin: 10px 0;
  padding: 0;
  border: none;
}
.search-archive-page {
  position: relative;
  top: -3px;
}
.search-title { font-size:48px!important; }
.search-more {text-decoration: underline; }
.search-archive-page span {
  font-family: 'Merriweather', serif;
}
#privacy-terms p {
  font-family: 'Merriweather', serif;
  font-size: 14px;
  line-height: 22px;
  margin: 15px 0;
  min-height: 66px;
}
/* SUBSCRIBE */
#subscribe-page .subscribe .subscribe-content {
  font-family: 'Merriweather', serif;
  min-height: 80px;
  margin-top: 20px;
  line-height: 20px;
}

#index .subscribe { margin-bottom: 40px; }
#index footer .subscribe { margin-bottom: 0px; }

#subscribe-page .subscribe {
	margin-top: 30px;
}
#subscribe-page .subscribe .well {
	background-color: #fff;
	min-height: 350px;
	padding-top: 0;
	position: relative;
  text-align: center;
}
#subscribe-page .subscribe .well h2 {
  /*font-size: 22px;*/
  font-size: 19px;
  line-height: 26px;
}
#subscribe-page .subscribe .well h2 span {
  font-size: 72px;
}
#subscribe-page .subscribe .well form {
	padding-bottom: 60px;
}
#subscribe-page .subscribe .well .btn {
	/*position: absolute;*/
	/*bottom: 10px;*/
  margin-top: 10px;
}

#subscribe-page .subscribe .well img {
  max-width: 100%; 
  display: block; 
  margin: 20px auto;
}

#subscribe-page .donate {
	padding: 27px 0 18px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
#subscribe-page .donate h2 {
	font-size: 23px;
}

#subscribe-page .newsletter, .article-text .newsletter {
	padding: 15px 8px 0 0;
}
#subscribe-page .newsletter label, .article-text .newsletter label {
	font-size: 20px;
	font-family: georgia, serif;
	font-weight: normal;
}

.article-text .newsletter {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-top: 20px;
	padding-bottom: 25px;
	margin-top: 30px;
}

.article-text .subscribe p {
  font-size: 16px;
  line-height: 22px;
}
.subscribe .text-center > .form-inline {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 47px;
}
.subscribe .form-group {
  display: block;
}
.subscribe .form-group h3 {
  padding-top: 5px;
  margin-top: 0;
}
.subscribe .form-group h4 {
  font-family: Georgia, times;
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 5px;
}
.subscribe .form-group .meta {
  font-style: italic;
  font-size: 14px;
  margin-bottom: 20px;
}
.subscribe .form-group input[type="email"] {
  width: 252px;
}
.form-control:focus,
textarea:focus,
#respond input:focus {
  border-color: #ccc !important;
  box-shadow: none !important;
  outline: none;
}
/* BLOG */
.post-listing img {
  padding-bottom: 20px;
}
.post-listing .thumbnail,
.post-listing .products .thumbnail {
  margin-bottom: 20px;
}
.post-listing .thumbnail img {
  padding-bottom: 0;
}
/* PAPER TIGER UX */
.post-listing h2 {
  margin-top: 0;
}
.faq-list {
  margin-top: 15px;
}
legend {
  padding-top: 30px;
}
form#password,
form#subscription-info {
  margin-top: 50px;
}
.list-unstyled {
  margin: 20px 0;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-style: italic;
}
.list-unstyled li {
  margin: 5px 0;
}

/* SUBMISSIONS PAGE */
#fm-item-note-4e2556fda15e1,
#fm-item-note-4e1b998604c02 {
  margin-top: 30px;
}
#fm-item-note-4e2556fda15e1 .introp {
  margin-left: 0 !important;
}
#fm-item-text-4e1b9582257b9, 
#fm-item-email-address, 
#fm-item-custom_list-4e1b969447560 {
  display: inline-block;
  width: 49%;
  margin-right: .5%;
  vertical-align: top;
}
#fm-item-text-4e1b96237a13d, 
#fm-item-text-4e1b95fac9894, 
#fm-item-file-4e1b9764abeb6 {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
#fm-form-1 input[type="text"], #fm-form-1 input[type="email"] {
  width: 100% !important;
}
#fm-item-separator-4e1b996708e93 hr {
  display: none;
}
#textarea-4e1b970384eb5 {
  width: 99%;
}
.fm-form label {
  font-family: 'Merriweather', serif;
}
#fm-item-note-4e1b99d7b72b8 {
  display: none;
}
/* MEDIA QUERIES */
@media screen and (max-height: 800px) {
  #respond input[type=text], 
  #respond input[type=email], 
  #respond input[type=phone], 
  #respond textarea {
    padding: 5px;
  }
  #respond .article .comment-respond #comment {
    height: 80px;
  }
  #symposium .table-contents .table-contents-wrapper {
    padding: 30px 50px;
  }
  #symposium .table-contents ul.symposium-nav {
    margin-bottom: 0;
  }
  .article .col-md-3.comments #commentlist {
    max-height: 450px;
    overflow: scroll;
  }
}
@media screen and (max-height: 700px) {
  .article .article-title,
  .featured .featured-title {
    min-height: 500px;
  }
}
@media screen and (max-height: 800px) {
  #symposium .table-contents,
  #category-list .table-contents {
    margin-top: 70px !important;
  }
}
@media screen and (min-width: 1898px) {
  #symposium .table-contents,
  #category-list .table-contents {
    padding-right: 24% !important;
  }
}
@media screen and (max-width: 1620px) {
  .article .comments .separator {
    margin: 0 2px;
  }
}
@media screen and (max-width: 1897px) {
  #symposium .table-contents,
  #category-list .table-contents {
    padding-right: 18% !important;
  }
}
@media screen and (max-width: 1500px) {
  #symposium .table-contents,
  #category-list .table-contents {
    margin-top: 70px;
    margin-left: 10%;
  }
}
@media screen and (max-width: 1445px) {
  .article .comments {
    font-size: 10px;
  }
  .article .comments .comment-icon {
    margin-right: 5px;
  }
  .table-contents .stack-menu {
    font-size: 10px;
    background-size: 20px;
    padding-left: 29px;
  }
}
@media screen and (max-width: 1440px) {
  #footer .subfooter .news input[type=email] {
    min-width: 0;
  }
  .article .comments {
    padding-left: 0;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1476px) {
  #symposium .table-contents,
  #category-list .table-contents {
    padding-right: 13% !important;
  }
}
@media screen and (min-width: 1311px) and (max-width: 1369px) {
  .article .comments .separator ~ .first {
    margin-left: 0;
  }
}
@media screen and (max-width: 1310px) {
  .article .comments {
    font-size: 9px;
  }
  .article .comments .comment-icon {
    width: 15px;
  }
  .article .comments .twitter-icon {
    width: 15px;
  }
  .article .comments .facebook-icon {
    width: 14px;
  }
  .article .comments .separator {
    top: -5px;
  }
  .table-contents .stack-menu {
    font-size: 9px;
    background-size: 20px;
    padding-left: 29px;
  }
}
@media screen and (max-width: 1276px) {
  #symposium .table-contents,
  #category-list .table-contents {
    padding-right: 10% !important;
  }
}
@media screen and (max-width: 1200px) {
  #symposium .table-contents,
  #category-list .table-contents {
    margin-top: 70px;
    margin-left: 5%;
    padding-right: 8% !important;
  }
  .article .comments .separator ~ .first {
    margin-left: 5px;
  }
  
  #footer .subscribe .block-subscribe { font-size: 15px; }
  
}
@media screen and (max-width: 1140px) {
  .article .comments {
    font-size: 8px;
  }
  .article .comments .separator {
    margin: 0 2px;
  }
  .article .comments .comment-icon {
    margin-right: 3px;
  }
  .table-contents .stack-menu {
    font-size: 8px;
    background-size: 20px;
    padding-left: 29px;
  }
}
@media screen and (max-width: 1125) and (min-width: 1078px) {
  #category-list .table-contents .table-contents-wrapper {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 1077px) {
  #symposium .table-contents,
  #category-list .table-contents {
    margin-top: 80px;
  }
  #symposium .table-contents .table-contents-wrapper,
  #category-list .table-contents .table-contents-wrapper {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 1065px) {
  .navbar-default .navbar-collapse {
    background: rgba(0, 0, 0, 0.9);
  }
  .navbar-default .navbar-collapse > .navbar-nav {
    margin-top: 0;
  }
  .navbar-default .navbar-nav li a {
    margin-top: 0;
    background: transparent;
    color: #fff;
    border: 0;
    border-radius: 0;
  }
  .navbar-default .navbar-nav li.btn-subscribe a {
    border-bottom: 0 !important;
  }
  .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    border: 0;
    background: #000;
    border-radius: 0;
    padding: 12px;
    z-index: 10000;
  }
  #wrapper.page .navbar-default .navbar-toggle,
  #wrapper.page .navbar-default .navbar-toggle:focus,
  #wrapper.page .navbar-default .navbar-toggle:hover,
  #index.page .navbar-default .navbar-toggle,
  #index.page .navbar-default .navbar-toggle:focus,
  #index.page .navbar-default .navbar-toggle:hover {
    margin-top: 35px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default {
    padding-left: 0;
  }
  .navbar-default .navbar-collapse {
    position: fixed;
    width: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    max-height: 1000px;
    border: 0;
  }
  #header .navbar-brand {
    padding-left: 35px;
  }
  .navbar-default .navbar-collapse > .navbar-nav {
    text-align: center;
    padding: 60px 0 0;
  }
  .navbar-default .navbar-collapse > .navbar-nav.navbar-right {
    padding: 0 0 50px !important;
    margin-top: 0 !important;
  }
  .navbar-default .navbar-nav li a.btn {
    background-color: transparent !important;
  }
  .navbar-default .navbar-nav li a.btn:hover {
    background-color: #fff !important;
    color: #000 !important;
  }
  #header #navbar-page {
    height: 114px;
  }
  #symposium,
  #category-list {
    padding-top: 70px;
  }
  .container-fluid > .navbar-header {
    width: 100%;
  }
  #symposium .article .article-title .article-meta h2,
  #category-list .article .article-title .article-meta h2 {
    font-size: 30px;
    line-height: 38px;
  }
  #header #navbar-page.navbar-page-fixed .navbar-brand img {
    width: 100px;
    top: -10px;
  }
  #header #navbar-page.navbar-page-fixed .navbar-toggle {
    margin-top: 35px;
  }
  #header #navbar-page.navbar-page-fixed {
    padding-left: 0;
  }
  #index #more .article .article-synopsis {
    /*min-height: 0 !important;*/
  }
  #index #categories .clearfix {
	  margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 100%;
  }
  .article .article-title .article-meta-toalign {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .article .comments > div[data-spy="affix"] {
    width: 100%;
    max-width: 90%;
    float: right;
  }
  #categories,
  #more {
    padding: 0 7%;
    margin-top: 26px;
  }
  
  #index footer .subscribe { display: none; }
  
  #index #categories .clearfix { margin: 0; }
  
  #footer .subscribe .col-sm-4 a img, #footer .subscribe col-xs-6 a img {
	  margin-bottom: 20px;
  }
  
  #categories ul { margin-bottom: 20px; }
  
  #categories .article, 
  #more .article { margin-bottom: 25px; }
  
  #categories h2,
  #more h2 {
    margin-bottom: 30px;
  }
  
  .featured .featured-title .title-meta .volume,
  .featured .featured-title p.lead { margin-left: 0;}
  
  .featured .featured-title .title-meta,
  .article .article-title .article-meta {
    padding: 0 0 0 7%;
  }
  #footer .subfooter .news label {
    display: block;
  }
  .no-feature {
    padding: 0 50px;
  }
  .no-feature h1 {
    font-size: 30px;
    text-align: center;
  }
  .no-feature h2 {
    font-size: 22px;
    text-align: center;
  }
  .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    margin-right: 0;
  }
  .article .article-title .article-meta .meta {
    margin-left: 0;
  }
  #symposium-single .table-contents,
  #category-single .table-contents,
  .article .comments {
    display: none;
  }
  .article .article-title .article-meta-toalign {
    padding-left: 15px;
    padding-right: 15px;
  }
  #index #more .article .article-synopsis {
    padding-bottom: 80px;
  }
  #index #more .article .article-synopsis {
    min-height: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  #footer .subfooter .news input[type=email] {
    margin-bottom: 10px;
  }
  .subscribe .form-group input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
  }
  #subscribe-page .subscribe h2 {
	  text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #footer .subfooter .legal,
  #footer .subfooter .legal p.copyright,
  #footer .subfooter .news {
    text-align: center;
  }
  .featured .featured-title .title-meta,
  .article .article-title .article-meta {
    padding: 0 0 0 5%;
    bottom: 5% !important;
    margin-bottom: 0;
  }
  .featured .featured-title h1,
  .article .article-title .article-meta h1 {
    font-size: 30px;
    line-height: 34px;
    max-width: 90%;
  }
  .article .article-text {
    padding: 0 50px;
    margin-top: 0;
  }
  .table-contents > .affix {
    position: relative !important;
  }
  #footer .about {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .article .article-title .article-meta p.lead {
    font-size: 16px;
    max-width: 95%;
  }
  .no-feature h1 .pull-right {
    float: none !important;
    display: block;
    margin: 10px 0;
  }
  .no-feature .filters {
    text-align: center;
    margin: 20px 0 0;
  }
  #archive ul.archive-list li p.meta,
  #author ul.archive-list li p.meta {
    text-align: center;
  }
  .navbar-default {
    padding-right: 0;
  }
  .article .article-text .post {
    max-width: 100%;
    margin-top: 40px;
  }
  .article .article-title .article-meta-toalign {
    padding-left: 15px;
    padding-right: 15px;
  }
  .article .article-title .article-meta-toalign .toalign {
    max-width: 100%;
    padding: 0 35px;
  }
  #header #navbar-page.navbar-page-fixed .navbar-brand img {
    width: 50px;
    top: -15px;
  }
  #header #navbar-page.navbar-page-fixed .navbar-toggle {
    margin-top: 10px;
  }
  #header #navbar-page.navbar-page-fixed {
    height: 57px;
    padding-right: 0;
  }
  .navbar-default .navbar-nav li a:hover {
    color: #000;
  }
  .featured .featured-title .title-meta, 
  .article .article-title .article-meta {
    bottom: 0% !important;
  }
}

@media screen and (max-width: 568px) {
  #symposium .article .article-title {
    min-height: 610px;
  }
}

/* SAFARI POLYFILL */
.fixedsticky { top: 0px; }
.fixedsticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}
/* When position: sticky is supported but native behavior is ignored */
.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
  position: static;
}
.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
  position: fixed;
}
.fixedsticky-dummy {
  display: none;
}
.fixedsticky-on + .fixedsticky-dummy {
  display: block;
}

ul#bgmp_list.bgmp_list {
	list-style: none;
	padding-left: 0;
}
li.bgmp_list-item {
	width:50%;
	float: left;
}
@media screen and (max-width: 768px) {
	li.bgmp_list-item {
	width:100%;
	float: none;
}
}


/*************
Needs to go into custom-overrides.less file
*************/



.mm-formField .mm-textField {
 /*height: 32px !important;*/
  padding: 6.5px 10px;
}

@media screen and (max-width: 768px) {
  .mm-formField .mm-textField {
    width: 100%;
  }
}

.mm-formField label {
  width: 135px;
  float: left;
  line-height: 32px;
  font-weight: normal !important;
  color: #333;
}

@media screen and (max-width: 768px) { 
  .mm-formField label {
    float: none;
    display: block;
  }
}

.mm-formField select {
  margin-top: 8px;
  max-width: 200px;
}

@media screen and (max-width: 768px) {
  .mm-formField select {    
    max-width: 165px;
    margin-top: 0; 
  }
}


@media screen and (max-width: 768px) { 
  .mm_right_column{
    text-align: center;
  }
}

@media screen and (max-width: 768px ) {
  #mm_field_coupon_code{
    margin-bottom: 10px;
  }
}

#mm_checkout_form .mm-checkoutSection2 ul{
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}

@media screen and (max-width: 768px) { 
  .mm-paypalCheckoutBtn{
    width: auto !important; 
  }
}

.btn.btn-primary, #fm_form_submit {
  background: #eb7c44 !important;
  color: #fff !important;
}
/**.mm-button.orange, .woocommerce input.button.alt, .woocommerce a.button, .woocommerce button.button.alt {*/
.woocommerce input.button.alt, .woocommerce a.button, .woocommerce button.button.alt {
  background: none !important;
  color: #333 !important;
  box-shadow: none !important;
  border: none !important;
  text-shadow: none !important;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  display: block !important;
  margin: 0 !important;
}
/*.mm-button.orange:hover, .woocommerce input.button.alt:hover, .woocommerce a.button:hover{*/
.woocommerce input.button.alt:hover, .woocommerce a.button:hover{
  background: none !important;
  color: #eb7c44 !important;
}

.mm-checkoutContainer h3 {
  font-size: 16px !important;
}

.mm-button {
  display: inline-block;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif !important;
  color: white !important;
  text-shadow: none !important;
  -webkit-border-radius: 5px !important;
  
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  text-shadow: none;
  font-size: 11px !important;
  background: #000 !important;
  border-color: #000 !important;
  padding: 9px 15px 10px !important;
  font-weight: 600;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 2px !important;
  line-height: 20px !important;
}

input[type=text], input[type=email], input[type=phone], textarea, input[type=password] {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  border: 2px solid #e3e3e3;
  font-family: 'Merriweather', serif;
  font-size: 12px;
  box-shadow: none;
  color: #000;
  
  padding: 6.5px 10px;

}

/************** MemberMouse My Account Page Override Styles **************/

.mm-myaccount-module {
}

.mm-myaccount-module-header {
  font-size: 15px;
  background: #000 !important;
  color: white !important;
  font-family: 'Open Sans', sans-serif !important;
}

.mm-prices, .mm-giftsection {
  font-family: 'Merriweather', serif;
}

.mm-icon {
  color: white !important;
  padding-right: 10px;
}

.mm-paymentbuttons{
  margin-top: 30px;
}

.mm-update-button{
  top: -1px;
  position: relative;
  color: white !important;
  background: #000 !important;
}

.mm-update-button:hover{
  color: white !important;
}

#mm-order-history-table .mm-icon{
  color: #000 !important;
}

.ui-dialog #mm-form-container, .ui-dialog-titlebar{
  background: white;
  padding: 20px;
}

.mm-dialog-footer-container {
  background: white !important;
  margin-top: 0 !important;
}

.mm-myaccount-dialog-section-header {
  background: white !important;
  padding: 0 !important;
    -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  color: #000 !important;
  text-shadow: none !important;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.mm-dialog-button-container {
  float: none !important;
  margin-bottom: 10px !important;
  position: relative !important;
  left: 310px !important;
  padding: 10px !important;
}

.mm-ui-button, .woocommerce input.button {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 3px 6px 0;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  text-decoration: none;
  color: white !important;
  border: none !important;
  font-weight: 600 !important;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif !important;
  background: #000 !important;
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 2px !important;
  line-height: 20px !important;
}

.mm-ui-button.blue {
  background: #eb7c44 !important;
}

.mm-ui-button.blue:hover{
  background: #d26935 !important;
}

.mm-ui-button:hover{
  text-decoration: none!important;
}

.mm-myaccount-form-field {
  /*height: 32px !important;*/
  padding: 6.5px 10px;
  margin-bottom: 10px!important;
}

.ui-dialog-titlebar-close {
  position: relative;
  float: right;
  border: none;
  background-color: white;
}

.ui-dialog-titlebar-close:after{
  /*//display: none !important;*/
  content: "close";
  display: block;
  font-size: 11px;
  color: #000;
  font-weight: 600 !important;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif !important;
}

.ui-dialog-titlebar-close:hover:after {
  text-decoration: underline;
}

.ui-dialog.mm-selectList {
  margin-bottom: 10px;
}

.mm-checkoutContainer {
  max-width: 100% !important;
}

#mm-myaccount-order-history-dialog{
  background: white;
  padding: 0 20px;
}

.mm-login tr{
  height: 50px !important;
}

.mm-forgot-password .mm-field{
  margin-right: 10px;
  margin-bottom: 10px;
}

.mm-login .mm-field, .mm-forgot-password .mm-field{
  /*height: 32px !important;*/
  padding: 6.5px 10px;
}

@media screen and (max-width: 768px) { 
  .mm-login {
    max-width: 260px !important;
    text-align: center;
  }
  
  .mm-forgot-password {
    max-width: 260px;
    text-align: center;
  }

}

/************** END MemberMouse My Account Page Override Styles **************/


/************** WooCommerce Style Overrides **************/

.woocommerce-error{
  font-family: 'Merriweather', serif !important;
}

#woo-wrapper .woocommerce {
  border: 2px solid #e5e5e5;
  padding: 20px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;

}

.woocommerce-checkout .col-1{
  overflow: hidden;
}

.woocommerce form .form-row input.input-text{
  /*height: 32px !important;*/
  padding: 6.5px 10px;
}

.woocommerce h3{
  font-size: 20px!important;
  font-weight: 600!important;
}

.woocommerce .checkbox{
  display: inline-block!important;
  padding-left: 0!important;
}

.woocommerce #payment .terms, .woocommerce-page #payment .terms{
  margin: 0 !important;
}

#woo-wrapper .woocommerce .woocommerce-info{
  margin: 0 !important;
}

.woocommerce input.button.alt, .woocommerce a.button, .woocommerce button.button.alt{
  font-family: 'Open Sans', sans-serif !important;
  padding: 9px 15px 10px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  line-height: 20px !important;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  background: transparent!important;
  border-top: none!important;
  margin: 0 !important; 
}

.woocommerce .woocommerce-info:before{
  color: #000!important;
}

.woocommerce .coupon input{
  min-width: 125px!important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
  margin: 3px 4px 0 0 !important; 
}


.woo-cart{
  margin-left: 10px;
  background-color: #000 !important;
  color: white !important;
}

.entry-content p, .entry-content li a, .woocommerce p, .woocommerce a, .woocommerce th, .woocommerce td, .woocommerce-info {
  font-family: 'Merriweather', serif;
}

.woocommerce .navbar-nav a {
  font-family: 'Open Sans', sans-serif !important;
}


.entry-content ul{
  padding-left: 15px !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
  -webkit-font-smoothing: auto !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
  width: auto!important;
  max-width: 250px!important;
}

.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
  padding-right: 20px !important;
}

.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #333 !important;
}

.create-account{
  display: none;
}


.have-account{
  margin: 40px auto 60px;
  display: block;
  text-align: center;
}

.have-account h3{
  font-style: italic;
  margin-bottom: 20px;
}

/* START Make the cart table responsive */
/* http://css-tricks.com/responsive-data-tables/ */
@media screen and (max-width: 768px) { 
/* Force table to not be like tables anymore */
.woocommerce-page table.shop_table, 
.woocommerce-page table.shop_table thead, 
.woocommerce-page table.shop_table tbody, 
.woocommerce-page table.shop_table th, 
.woocommerce-page table.shop_table td, 
.woocommerce-page table.shop_table tr { 
  display: block; 
}

#privacy-terms p {
  margin: 5px 0;

}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
  float: none !important;
  width: auto !important;
}


/* Hide table headers (but not display: none;, for accessibility) */
.woocommerce-page table.shop_table thead tr { 
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.woocommerce-page table.shop_table tr { 
  /*border: 1px solid #d2d3d3; */
}

.woocommerce table.shop_table tfoot td{
  font-weight: 500 !important;
}
.woocommerce-page table.shop_table td { 
  /* Behave  like a "row" */
  border: none !important; 
  position: relative;
  padding-left: 0% !important; 
}

.woocommerce table.shop_table th {
  padding: 10px 10px 0px 10px !important;
  font-weight: 700;
}

.woocommerce-page table.shop_table {
  border: none;
}

.woocommerce-page table.shop_table td.product-spacer {
  border-color: #FFF;
  height: 10px;
}

.woocommerce-page table.shop_table td:before { 
  /* Now like a table header */
  position: absolute;
  /* Top/left values mimic padding */
  top: 6px;
  left: 10px;
  width: 45%; 
  padding-right: 10px; 
  white-space: nowrap;
}

.woocommerce table.shop_table th, .woocommerce-page table.shop_table td {
  border: none !important;
}

.woocommerce-page table.shop_table td{
  padding: 5px 0 0 50% !important;
}

/*
Label the data
*/
.woocommerce-page table.shop_table td.product-remove:before {
  content: "Delete";
  text-transform: capitalize;
  font-weight: bold;
}

.woocommerce-page table.shop_table td.product-thumbnail:before {
  content: "Image";
  text-transform: capitalize;
  font-weight: bold;
}

.woocommerce-page table.shop_table td.product-name:before {
  content: "Product";
  text-transform: capitalize;
  font-weight: bold;
}

.woocommerce-page table.shop_table td.product-price:before {
  content: "Price";
  text-transform: capitalize;
  font-weight: bold;
}

.woocommerce-page table.shop_table td.product-quantity:before {
  content: "Quantity";
  text-transform: capitalize;
  font-weight: bold;
}

.woocommerce-page table.shop_table td.product-subtotal:before {
  content: "Subtotal";
  text-transform: capitalize;
  font-weight: bold;
}

.woocommerce-page table.shop_table td.product-total:before {
  content: "Total";
  text-transform: capitalize;
  font-weight: bold;
}

.woocommerce .quantity, 
.woocommerce #content .quantity, 
.woocommerce-page .quantity, 
.woocommerce-page #content .quantity {
  margin: 0;
}

.woocommerce-page table.cart td.actions, 
.woocommerce-page #content table.cart td.actions {
  text-align: left;
  border:0;
  padding-left: 6px !important;
}

.woocommerce-page table.cart td.actions .button.alt, 
.woocommerce-page #content table.cart td.actions .button.alt {
  float: left;
  margin-top: 10px;
}

.woocommerce-page table.cart td.actions div, 
.woocommerce-page #content table.cart td.actions div,
.woocommerce-page table.cart td.actions input, 
.woocommerce-page #content table.cart td.actions input {
  margin-bottom: 10px;
}

.woocommerce-page .cart-collaterals .cart_totals {
  float: left;
  width: 100%;
  text-align: left;
}

.woocommerce-page .cart-collaterals .cart_totals th, 
.woocommerce-page .cart-collaterals .cart_totals td {
  border:0 !important;
}

.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
.woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
.woocommerce-page .cart-collaterals .cart_totals table tr.total td {
  padding-left: 6px !important;
}

.woocommerce-page table.shop_table tr.cart-subtotal td,
.woocommerce-page table.shop_table tr.shipping td,
.woocommerce-page table.shop_table tr.total td,
.woocommerce-page table.shop_table.order_details tfoot th,
.woocommerce-page table.shop_table.order_details tfoot td,
.woocommerce-page table.shop_table tr.order-total td {
  padding-left: 20px !important;
  border:0 !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
.woocommerce a.button {
  font-size: 9px !important;
}

.woocommerce-page table.shop_table tbody {
  padding-top: 10px;
}

.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2,
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
  float: none;
  width: 100%;
}

.woocommerce .order_details ul, 
.woocommerce-page .order_details ul,
.woocommerce .order_details, 
.woocommerce-page .order_details {
  padding:0;
}

.woocommerce .order_details li, 
.woocommerce-page .order_details li {
  clear: left;
  margin-bottom: 10px;
  border:0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: 29.5% !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text{
  margin-bottom: 10px !important;
}

.woocommerce #content table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .input-text+.button, .woocommerce table.cart td.actions .button.alt, .woocommerce table.cart td.actions .input-text+.button, .woocommerce-page #content table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .input-text+.button, .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .input-text+.button{
  float: none!important;
}
.woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input{
  width: 97% !important;
}

}
/* END Make the cart table responsive */

.bump-up{
  margin-top: -75px !important;
}

.z-max{
  z-index: 9999;
}

.full__width--bg{
  display: block; 
  background-repeat: no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 20;
}

/* Desktop */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
  margin: 20px 20px 0 0 !important;
  width: 30% !important;
  display: inline-block !important;
  float: none !important;
  vertical-align: top;
}

@media screen and (max-width: 1200px) {
  
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    margin: 20px 20px 0 0 !important;
    width: 47% !important;
  }
  .products{
    padding-right: 0 !important;
  }
} 

@media screen and (max-width: 768px) { 

}



.products{
  padding-right: 20px !important;
}

.products a:hover img {
  opacity: .8;
  transition: opacity .3s ease;
}

.woocommerce li.product {
  background-color: #eeeeee;
  padding: 20px;
}

.woocommerce ul.products li.product a{
  text-align: center;
  display: block;
}

.woocommerce ul.products li.product .added_to_cart{
  font-family: 'Open Sans', sans-serif !important;
  padding-bottom: 20px;
  color: #333;
}

.woocommerce ul.products li.product .added_to_cart:hover{
  color: #eb7c44 !important;
}



.woocommerce-result-count{
  display: none;
}

.woocommerce-tabs{
display: none; 
}

.woocommerce div.product div.images{
  width: 40% !important;
}

.woocommerce div.product div.summary {
  width: 56% !important;
  padding-right: 40px;
}

.woocommerce #wrapper.page, .woocommerce #index.page{
  background: #fff;
}

@media screen and (max-width: 768px) { 
  .woocommerce div.product div.images{
    width: 100% !important;
  }

  .woocommerce div.product div.summary {
    width: 100% !important;
    padding-right: 0px;
  }
}

#tab-description{
  box-shadow: none;
}

#tab-description > h2{
  display: none;
}

@media screen and (max-width: 1445px) {
  .cart-contents {
    font-size: 10px;
    background-size: 20px;
    padding-left: 29px;
  } 
}

#force-font, .woocommerce .cart-content a{
  font-family: 'Open Sans', sans-serif !important;
}
.cart-contents {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 12px;
  color: #333333;
  display: inline-block;
  /*background: url('../images/cart.png') center left no-repeat;*/
  padding-top: 3px;
  margin-top: 30px;
  min-height: 19px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.cart-contents a:hover{
  text-decoration: underline !important;
}

.no-access{
  position: relative;
  padding: 40px 10% 40px;
  font-size: 13px;
  line-height: 24px;
  background-color: #eeeeee;
  color: #333333;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  border-radius: 4px;
  text-align: center;
  margin: 0 0 30px 0 !important;
}

.no-access p{
  margin-bottom: 0 !important;
}

.no-access:before {
    content: '';
  position: absolute;
  display: block;
  top: -245px;
  right: 0;
  left: 0;
  height: 250px;
  background-image: -webkit-linear-gradient(top, rgba(240,235,225,0) 0%, #fff 75%, #fff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240,235,225,0)), color-stop(75%, #fff), to(#fff));
  background-image: linear-gradient(to bottom, rgba(240,235,225,0) 0%, #fff 75%, #fff 100%);
}

.banner{
  margin-top: 30px;
  margin-bottom: -30px;
  padding: 0 25px;
}
@media screen and (max-width: 992px) {
  .banner{
    margin-bottom: 0px;
  }
}

.banner-interior{
  margin-bottom: 0px;
}


.banner img{
  margin: 0 auto;
  display: block;
  max-width: 100%;
} 

#symposium .table-contents ul.symposium-nav{
  text-align: left;
}

#symposium .table-contents ul.symposium-nav li{
  width: 48%;
  display: inline-block;
  text-align: center;
}

.palm-hide{
    display: block;
  }

  .palm-show{
    display: none;
  } 

  .mod-cart{
    position: absolute;
  }

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    padding: 0 0 20px 0 !important;
    border-radius: 4px !important;
  }

  .woocommerce ul.products li.product p, .woocommerce-page ul.products li.product p {
    padding: 0 20px;
  }

@media screen and (max-width: 768px) { 
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    margin: 20px 0 0 0 !important;
    width: 100% !important;
  }
  
  .mod-cart{
    text-align: center;
  }

  .products{
    padding-right: 0px !important;
  }
  .mod-cart{
    position: relative;
  }
  
  .mod-cart .cart-contents{
    padding-left: 0;
  }

  .palm-hide{
    display: none;
  }

  .palm-show{
    display: block;
  }

  .banner{
    margin-bottom: 0;
  }
}
.woo-shop .page-title{ 
  display: none;
}

.title-quote{
  margin-top: 40px;
}

.fine-print{
  margin-bottom: 20px;
}

 @media screen and (max-width: 994px) { 
    .mod-cart{
      position: relative;
    }
  
  .products{
    padding: 0!important;
  }

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    margin: 10px !important;
  }

  }

.mm-paypalCheckoutBtn{
  display: none !important;
}

.mm-giftsection{
    display: none !important;
}

.affix{
  -webkit-transform: scale3d(1,1,1);
  z-index: 2;
}

/*Style Give donation plugin forms*/

form[id*="give-form"] button.give-btn {
border: 2px solid #e6ae48;
background-color: #393939;
border-radius: 0;
box-sizing: initial !important;
cursor: pointer;
display: inline-block;
font-family: open sans;
font-size: 11px;
font-style: normal;
font-weight: 700;
height: 37px;
line-height: 37px;
margin: 0;
outline: 0 none;
padding: 0 11px;
position: relative;
text-align: left;
text-decoration: none;
text-shadow: none;
border-color: #393939;
color: #ffffff;
letter-spacing: 2px;
text-transform: uppercase;
}

form[id*="give-form"] button.give-btn:hover {
color: #ffffff;
background-color: #ee7d3d;
border-color: #ee7d3d;
}


div[id*="give-form-content"] {
    height: 33px;
    width: 623px;
}

fieldset[id*="give-payment-mode-select"] {
  font-family: merriweather;
  font-style: normal;
  font-weight: 300;
}

fieldset[id*="give_checkout_user_info"] {
  font-family: merriweather;
  font-style: normal;
  font-weight: 300;
}

fieldset#give_purchase_submit input#give-purchase-button.give-submit.give-btn {
border: 2px solid #ee7d3d;
background-color: #ee7d3d;
border-radius: 0;
box-sizing: initial !important;
cursor: pointer;
display: inline-block;
font-family: open sans;
font-size: 11px;
font-style: normal;
font-weight: 700;
height: 37px;
line-height: 37px;
margin: 0;
outline: 0 none;
padding: 0 11px;
position: relative;
text-align: left;
text-decoration: none;
text-shadow: none;
border-color: #ee7d3d;
color: #ffffff;
letter-spacing: 2px;
text-transform: uppercase;
}

fieldset[id*="give_cc_fields"] {
  font-family: merriweather;
  font-style: normal;
  font-weight: 300;
}

fieldset[id*="give_cc_address"] {
  font-family: merriweather;
  font-style: normal;
  font-weight: 300;
}

/* unvisited link */
a:link {
    color: #000000;
}


/* visited link */
a:visited {
    color: #000000;
}


/* defining orange link options */
a.orange:link {
    color: #ee7d3d;
}
a.orange:visited {
    color: #ee7d3d;
}
a.orange:hover {
    color: #ee7d3d;
}
a.orange:active {
    color: #ee7d3d;
}


/* editing checkout page font */

div[id*="woo-wrapper"] {
font-family: merriweather;
}











