/**
	Screen sizes.
**/
/**
	Colors.
**/
/**
	Briefing Colors.
**/
/**
	Font Sizes.
**/
.fullWidth {
  width: 100%;
  clear: both;
  float: left;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bold {
  font-weight: bold;
}
.error {
  color: #D8000C;
  font-weight: bold;
}
.ttUppercase {
  text-transform: uppercase;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
}
.vertical-center-only {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}
.horizontal-center-only {
  left: 50%;
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -webkit-transform: translateX(-50%);
  /* Chrome, Safari, Opera */
  transform: translateX(-50%);
}
.no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.freightBig {
  font-family: 'Freight Big', serif;
}
.freight {
  font-family: "Freight Sans", sans-serif;
}
.georgia {
  font-family: 'Georgia', sans-serif;
}
.italic {
  font-style: italic;
}
.btn {
  padding: 1px 6px 2px 8px;
  font-size: 15px;
  font-weight: normal;
}
.btn-gold {
  background: #8d734a;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
.btn-gold:hover {
  background: #000000;
}
.nj-button {
  background: #8d734a;
  color: #ffffff;
  font-size: 20px;
  padding: 5px 0;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #8d734a;
  text-transform: uppercase;
}
.nj-button:hover {
  background: #000000;
  text-decoration: none;
  border: 1px solid #000000;
  color: #ffffff;
}
.nj-button i {
  transition: none;
}
.transparent-btn {
  color: #000000;
  font-size: 20px;
  padding: 5px 10px;
  border: 1px solid #000000;
  text-align: center;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
}
.transparent-btn:hover {
  background: #000000;
  text-decoration: none;
  color: #ffffff;
}
.transparent-btn i {
  transition: none;
}
.transparent-btn.white {
  color: #ffffff;
  border: 1px solid #ffffff;
}
h1 {
  font-family: 'Freight Big', serif;
  font-size: 70px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-align: center;
  margin: 0;
}
#menu.fixed .article-progress {
  height: 2px;
  position: relative;
  top: 2px;
  width: 100%;
  clear: both;
  float: left;
}
#menu.fixed .article-progress .bar {
  width: 0;
  height: 100%;
  background: #8d734a;
}
h2 {
  margin: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
}
#mostread {
  margin-bottom: 50px;
}
#content .container {
  position: relative;
}
#content h2 {
  font-family: 'Freight Big', serif;
  font-size: 30px;
  line-height: 1.17;
  font-weight: 900;
  text-align: left;
}
#content img {
  width: 100%;
}
#content .main > * {
  padding-top: 20px;
}
#content .dropcap {
  padding-top: 35px;
}
#content .dropcap:first-letter {
  float: left;
  font-family: 'Freight Big', serif;
  font-size: 110px;
  line-height: 1;
  color: #8d734a;
  font-weight: bold;
  text-transform: uppercase;
  margin: -39px 10px -15px 0;
}
#content .tombstone {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-left: 4px;
  background: url('/static/images/NJtombstone.png');
}
#content .article-body .pub-date {
  color: #999999;
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #999999;
}
#content .article-body .pub-date i {
  position: relative;
  top: 1px;
  padding-right: 2px;
}
#content .article-body .pub-date.featured {
  text-align: center;
  border-bottom: 0;
}
#content .article-body .social {
  width: 100%;
  text-align: center;
  display: inline-block;
}
#content .article-body .social i {
  font-size: 25px;
  color: #999999;
}
#content .article-body .social i.social_facebook_circle:hover {
  color: #3b5998;
}
#content .article-body .social i.social_twitter_circle:hover {
  color: #00aced;
}
#content .article-body .social i.icon_mail:hover {
  color: #8d734a;
}
#content .article-body .social a {
  display: inline-block;
  margin-right: 10px;
}
#content .article-body .social a:last-child {
  margin-right: 0;
}
#content .article-body p,
#content .article-body ul,
#content .article-body ol {
  font-size: 20px;
  font-family: 'Georgia', sans-serif;
  line-height: 1.75;
  text-align: justify;
}
#content .article-body ul,
#content .article-body ol {
  list-style: none;
  padding-left: 0;
  margin-left: 60px;
}
#content .article-body ol {
  list-style-type: decimal;
}
#content .article-body ol ol {
  list-style-type: upper-alpha;
}
#content .article-body ol ol ol {
  list-style-type: upper-roman;
}
#content .article-body ol ol ol ol {
  list-style-type: lower-alpha;
}
#content .article-body ol ol ol ol ol {
  list-style-type: lower-roman;
}
#content .article-body ul li {
  position: relative;
}
#content .article-body ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #8d734a;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -20px;
}
#content .author {
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
  width: 100%;
  display: block;
  font-family: 'Freight Big', serif;
}
#content .author .name {
  color: #000000;
}
#content .author .name:hover {
  color: #005d83;
}
#content .author .twitter {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Freight Sans", sans-serif;
}
#content .bento-layout {
  position: relative;
}
#content .bento-layout > .col-md-8,
#content .bento-layout > .col-md-6,
#content .bento-layout > .col-md-4,
#content .bento-layout > .col-md-10 {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
#content .bento-layout .article-body,
#content .bento-layout .embed,
#content .bento-layout .image,
#content .bento-layout .curated,
#content .bento-layout .video,
#content .bento-layout .twitter-block,
#content .bento-layout .pull-quote,
#content .bento-layout .newsletter-sign-up,
#content .bento-layout .live-blog {
  clear: both;
}
#content .bento-layout.multi-col > .col-md-4 > *,
#content .bento-layout.multi-col > .col-md-8 > * {
  margin-bottom: 40px;
}
#content .bento-layout.multi-col .article-body p:last-child {
  margin-bottom: 0;
}
#content .slideshow-layout > .col-md-8 {
  padding-bottom: 0;
}
#content .on_site_option {
  margin: 0 auto 40px auto;
  padding: 40px;
  border: 1px solid #8d734a;
  text-align: center;
}
#content .on_site_option h2 {
  font-size: 25px;
  font-weight: 300;
  font-family: "Freight Sans", sans-serif;
  text-align: center;
}
#content .on_site_option p {
  font-size: 14px;
  font-weight: bold;
}
#content .on_site_option .btn-gold {
  padding: 4px;
  font-size: 15px;
  width: 200px;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
}
.article-header:not(.featured) {
  margin-top: 40px;
}
.article-header .col-md-12,
.article-header h1 {
  margin-bottom: 20px;
}
.article-header .kicker {
  width: 100%;
  clear: both;
  float: left;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #8d734a;
  text-transform: uppercase;
}
.article-header .lead-image:not(.featured) .container {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
}
.article-header .lead-image:not(.featured) .credit {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.article-header .lead-image .credit {
  color: #ffffff;
  text-shadow: 1px 1px 2px #000000;
}
.article-header .lead-image .caption {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 50%;
  min-height: 40px;
  z-index: 2;
}
.article-header .lead-image .caption .description {
  display: none;
  color: #ffffff;
  text-shadow: 1px 1px 5px #000000;
  padding-left: 50px;
}
.article-header .lead-image .caption i {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #e5e5e5;
  border: 2px solid #e5e5e5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 25px;
  cursor: pointer;
  box-shadow: 1px 1px 2px #000000;
  top: initial;
}
.article-header .lead-image .caption i:before {
  top: 4px;
  left: 5px;
  position: relative;
}
.wrapper.lead-image {
  position: relative;
  overflow: hidden;
  -webkit-transition: top 0s ease-in;
  -moz-transition: top 0s ease-in;
  -o-transition: top 0s ease-in;
  transition: top 0s ease-in;
}
.wrapper.lead-image:not(.graphic) {
  max-height: 600px;
}
.wrapper.lead-image.featured {
  position: relative;
}
.wrapper.lead-image.featured .container {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -webkit-transform: translateX(-50%);
  /* Chrome, Safari, Opera */
  transform: translateX(-50%);
  margin-bottom: 20px;
}
.wrapper.lead-image.featured .container h1 {
  font-size: 80px;
  font-weight: bold;
  text-align: right;
}
.wrapper.lead-image.featured .container .byline {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  text-align: right;
}
.wrapper.lead-image.featured.light {
  position: relative;
  color: #000000;
}
.wrapper.lead-image.featured.light:before {
  z-index: 1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.35);
}
.wrapper.lead-image.featured.light .credit {
  color: #ffffff;
  text-shadow: 1px 1px 2px #000000;
}
.wrapper.lead-image.featured.light .caption .description {
  color: #ffffff;
  text-shadow: 1px 1px 2px #000000;
}
.wrapper.lead-image.featured.light .byline a {
  color: #000000;
}
.wrapper.lead-image.featured.light .byline a:hover {
  text-decoration: underline;
}
.wrapper.lead-image.featured.dark {
  position: relative;
  color: #ffffff;
}
.wrapper.lead-image.featured.dark:before {
  z-index: 1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.wrapper.lead-image.featured.dark .caption .description {
  color: #ffffff;
}
.wrapper.lead-image.featured.dark .byline a {
  color: #ffffff;
}
.wrapper.lead-image.featured.dark .byline a:hover {
  text-decoration: underline;
}
.wrapper.lead-image img {
  width: 100%;
  position: relative;
}
.wrapper.lead-image .image .container {
  z-index: 1;
}
#rail-social {
  width: 100%;
  clear: both;
  float: left;
  margin: 40px 0;
}
#rail-social a {
  color: #000000;
  float: left;
  clear: both;
  display: block;
  margin-bottom: 20px;
}
#rail-social a span {
  font-size: 15px;
  text-transform: uppercase;
  padding-top: 3px;
  padding-left: 5px;
  display: inline-block;
  position: relative;
  top: -5px;
}
#rail-social a i {
  font-size: 25px;
}
#rail-social a:hover {
  text-decoration: none;
}
#rail-social a:hover.facebook-btn {
  color: #3b5998;
}
#rail-social a:hover.facebook-btn i {
  color: #3b5998;
}
#rail-social a:hover.twitter-btn {
  color: #00aced;
}
#rail-social a:hover.twitter-btn i {
  color: #00aced;
}
#rail-social a:hover.email-btn {
  color: #8d734a;
}
#rail-social a:hover.email-btn i {
  color: #8d734a;
}
#tags {
  font-size: 15px;
}
#tags span {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 10px;
}
#tags ul {
  list-style: none;
  padding-left: 0;
}
#tags li {
  padding-bottom: 10px;
}
#tags li a {
  color: #000000;
}
#tags li a:hover {
  color: #8d734a;
  text-decoration: none;
}
.curated .row {
  margin: 0;
  padding: 1% 0;
  width: 100%;
  box-shadow: 0px 0px 4px #c2c2c2;
}
.curated h3 {
  font-family: 'Freight Big', serif;
  font-size: 25px;
  color: #000000;
  margin-top: 0;
}
.curated h5 {
  color: #000000;
  font-family: "Freight Sans", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.3;
}
.image.slideshow {
  margin-bottom: 20px;
}
.image .caption {
  margin-top: 5px;
  position: relative;
}
.image .caption .description {
  color: #666666;
  float: left;
  padding-left: 25px;
  font-size: 15px;
  line-height: 1.1;
  font-family: "Freight Sans", sans-serif;
}
.image .caption .description .credit {
  text-transform: uppercase;
}
.image .caption i {
  font-size: 15px;
  color: #c2c2c2;
  position: absolute;
  top: 0;
  left: 0;
}
.pull-quote-wrapper {
  position: relative;
  overflow: hidden;
}
.pull-quote-wrapper .quote-body {
  background: #ffffff;
  float: left;
  clear: both;
  width: 97%;
  padding: 15px;
  margin: 30px 0 0 3%;
  position: relative;
  z-index: 1;
  min-height: 155px;
  border-top: 1px solid #8d734a;
  border-bottom: 1px solid #8d734a;
}
.pull-quote-wrapper .quote-body .quote {
  font-size: 45px;
  font-family: 'Freight Big', serif;
  line-height: 1.11;
  font-weight: 900;
  font-style: italic;
}
.pull-quote-wrapper .quote-body .quote i {
  position: relative;
  font-size: 30px;
  top: -4px;
  display: inline-block;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.pull-quote-wrapper .quote-body .about {
  width: 100%;
  clear: both;
  float: left;
  padding-top: 20px;
}
.pull-quote-wrapper .quote-body .attribution {
  font-size: 20px;
  font-weight: bold;
  float: left;
  text-transform: uppercase;
}
.pull-quote-wrapper .quote-body .attribution a {
  color: #000000;
}
.pull-quote-wrapper .quote-body .attribution a:hover {
  color: #005d83;
}
.pull-quote-wrapper .quote-body .social {
  float: right;
}
.pull-quote-wrapper .quote-body .social a {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.pull-quote-wrapper .quote-body .social i {
  font-size: 30px;
}
.pull-quote-wrapper .ripple-top,
.pull-quote-wrapper .ripple-btm {
  position: absolute;
  left: 0;
}
.pull-quote-wrapper .ripple-top {
  top: 0px;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.pull-quote-wrapper .ripple-btm {
  top: 140px;
}
.nl-wrapper {
  position: relative;
  overflow: hidden;
}
.nl-wrapper .nl-body {
  background: #ffffff;
  margin: 30px 3% 30px 0;
  padding: 15px;
  float: left;
  width: 97%;
  clear: both;
  position: relative;
  z-index: 1;
  border-top: 1px solid #8d734a;
  border-bottom: 1px solid #8d734a;
}
.nl-wrapper h3 {
  font-family: 'Freight Big', serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.17;
  margin: 0;
  padding-bottom: 10px;
}
.nl-wrapper .subscribe-form {
  width: 100%;
  clear: both;
  float: left;
}
.nl-wrapper .subscribe-form .submit-btn {
  background: #8d734a;
  color: #ffffff;
  position: relative;
  height: 37px;
}
.nl-wrapper .subscribe-form .submit-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
  font-size: 30px;
}
.nl-wrapper .subscribe-form .subscribe-field {
  font-size: 20px;
  border: 1px solid #999999;
  border-right: 0;
  height: 37px;
  color: #999999;
  padding: 0 5px;
  border-radius: 0;
}
.nl-wrapper .pinstripe-top,
.nl-wrapper .pinstripe-btm {
  position: absolute;
  right: 0;
}
.nl-wrapper .pinstripe-btm {
  top: 97px;
}
.nl-wrapper .pinstripe-top {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  top: 0;
}
.section-header {
  margin: 15px 0;
  width: 100%;
  clear: both;
  float: left;
  position: relative;
  height: 600px;
  overflow: hidden;
}
.section-header:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-header img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}
.section-header h3 {
  font-size: 80px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  font-family: 'Freight Big', serif;
  font-weight: bold;
  letter-spacing: -0.03em;
  margin: 0;
}
.section-header .credit {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
}
.section-header > span {
  position: absolute;
  bottom: 0;
  margin-bottom: 30px;
  left: 50%;
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -webkit-transform: translateX(-50%);
  /* Chrome, Safari, Opera */
  transform: translateX(-50%);
  z-index: 2;
}
.section-header.dark:before {
  background: rgba(0, 0, 0, 0.3);
}
.section-header.dark h3 {
  color: #ffffff;
}
.section-header.light:before {
  background: rgba(255, 255, 255, 0.3);
}
.section-header.light h3 {
  color: #000000;
}
.tweet-wrapper iframe {
  margin: 0 auto;
}
.bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-img.light > .container > * > * {
  background: rgba(255, 255, 255, 0.35);
}
.bg-img.dark > .container > * > * {
  background: rgba(0, 0, 0, 0.35);
  color: #ffffff;
}
.slideshow {
  position: relative;
}
.slideshow .next-selector,
.slideshow .prev-selector {
  width: 39px;
  height: 39px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.75;
  box-shadow: 1px 1px 3px #000000;
  border-radius: 39px;
}
.slideshow .next-selector {
  position: absolute;
  right: -20px;
}
.slideshow .next-selector:before {
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url('/static/images/slider-next.png');
  background-size: contain;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.slideshow .prev-selector {
  position: absolute;
  left: -20px;
}
.slideshow .prev-selector:before {
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url('/static/images/slider-prev.png');
  background-size: contain;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.slideshow .bx-next,
.slideshow .bx-prev {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.sticky {
  position: relative;
  -webkit-transition: top 0s ease-in;
  -moz-transition: top 0s ease-in;
  -o-transition: top 0s ease-in;
  transition: top 0s ease-in;
}
.featured-secondary-details {
  margin-top: 20px;
}
.featured-secondary-details .col-md-12 {
  margin-bottom: 0;
}
.slideshow-wrapper {
  float: right;
  position: relative;
  z-index: 1;
  background: #ffffff;
}
.slideshow-strip {
  overflow: hidden;
}
.slideshow-strip .strip-wrapper {
  list-style: none;
  background: url(/static/images/pattern20.png);
  padding-left: 0;
  clear: both;
  float: left;
}
.slideshow-strip .strip-wrapper a {
  float: left;
  overflow: hidden;
  width: 16.666%;
  max-height: 101px;
  position: relative;
  cursor: pointer;
  opacity: 0.25;
  -webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  -o-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}
.slideshow-strip .strip-wrapper a.active {
  opacity: 1;
}
.lead-gen .box {
  box-shadow: 0px 0px 6px #d1d1d1;
  padding: 20px;
  overflow: hidden;
}
.lead-gen form:not(.gen-login) {
  font-size: 12px;
  text-transform: uppercase;
}
.lead-gen form:not(.gen-login) input,
.lead-gen form:not(.gen-login) select {
  text-transform: none;
  width: 100%;
  border-radius: 0;
  border: 1px solid #E1E1E1;
  color: #919191;
  height: 28px;
  margin-bottom: 20px;
}
.lead-gen #sf-submit {
  margin-top: 20px;
  width: 100%;
  font-size: 15px;
  text-transform: uppercase;
}
.lead-gen #sf-submit i {
  position: relative;
  top: 2px;
}
.lead-gen .error-msg {
  display: none;
  font-weight: bold;
}
.lead-gen .descript {
  margin-bottom: 20px;
}
.lead-gen .login {
  margin-top: 40px;
  width: 100%;
  clear: both;
  float: left;
}
.lead-gen .login span {
  color: #8d734a;
  float: left;
  margin-right: 10px;
}
.lead-gen .login input:not([type="submit"]) {
  width: 250px;
  margin-right: 5px;
}
.lead-gen .login input[type="submit"] {
  border: 0;
  background: #8d734a;
  color: #ffffff;
  width: 22px;
  height: 23px;
}
.col-md-6 .lead-gen .login input:not([type="submit"]) {
  width: 155px;
}
.col-md-4 .lead-gen .login input:not([type="submit"]) {
  margin-bottom: 10px;
}
.live-blog {
  overflow: hidden;
}
.live-blog .hidden-anchor {
  top: -50px;
}
.live-blog .live-blog-date {
  font-size: 15px;
  font-weight: bold;
  font-family: "Freight Sans", sans-serif;
  margin-bottom: 10px;
  color: #8d734a;
}
.live-blog .social a {
  padding-right: 15px;
}
.live-blog .social i {
  font-size: 25px;
  position: relative;
  top: -3px;
  vertical-align: middle;
  margin-right: 4px;
}
.contributors {
  color: #8d734a;
}
.contributors a {
  color: #8d734a;
}
.contributors a:hover {
  text-decoration: underline;
}
.social.side-social {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 2;
}
.social.side-social a {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 10px;
}
.social.side-social a i {
  font-size: 20px;
}
.social.end-article {
  margin-top: 15px;
  display: inline-block;
  position: relative;
  top: -5px;
  font-size: 15px;
  text-transform: uppercase;
}
.social.end-article a {
  line-height: 25px;
  color: #000000;
  margin-right: 20px;
}
.social.end-article a:hover.fb {
  color: #3b5998;
}
.social.end-article a:hover.fb i {
  color: #3b5998;
}
.social.end-article a:hover.twitt {
  color: #00aced;
}
.social.end-article a:hover.twitt i {
  color: #00aced;
}
.social.end-article a:hover.mail {
  color: #8d734a;
}
.social.end-article a:hover.mail i {
  color: #8d734a;
}
.social.end-article i {
  font-size: 25px;
  position: relative;
  top: 6px;
  margin-right: 2px;
}
.social.end-article i.icon_mail {
  top: 3px;
}
.article-video .video-js {
  min-height: 480px;
}
.article-video .vjs-big-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
  top: 50% !important;
  left: 50% !important;
}
.article-body {
  float: none;
}
.rsvp-btn {
  display: block;
  width: 70px;
  margin: 10px auto;
  background: #8d734a;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 4px 10px;
}
.rsvp-btn i {
  position: relative;
  top: 2px;
}
.rsvp-btn:hover {
  color: #ffffff;
  background: #000000;
}
.rsvp-btn:hover i {
  color: #ffffff;
}
@media only screen and (max-width: 1120px) {
  #content .article-body p {
    font-size: 15px;
  }
  #content .dropcap :first-letter {
    font-size: 90px;
    margin-top: -35px;
  }
  #content .bento-layout.multi-col > .col-md-4 > *,
  #content .bento-layout.multi-col > .col-md-8 > * {
    margin-bottom: 20px;
  }
  h1 {
    font-size: 55px;
  }
  h2 {
    font-size: 20px;
  }
  .pull-quote-wrapper .quote-body .quote {
    font-size: 35px;
  }
  .wrapper.lead-image.featured .container h1 {
    font-size: 55px;
  }
  .wrapper.lead-image.featured .caption {
    width: 50%;
  }
  .wrapper.lead-image .caption {
    width: 75%;
    bottom: 25px;
  }
  .wrapper.lead-image .credit {
    right: initial;
    left: 0;
    bottom: 10px;
  }
  .article-header .lead-image:not(.featured) .credit {
    bottom: 5px;
  }
  .nl-wrapper .nl-body h3 {
    font-size: 20px;
  }
  .section-header {
    height: 350px;
  }
  .section-header h3 {
    font-size: 60px;
  }
  .section-header > span {
    margin-bottom: 20px;
  }
  .slideshow .slides > * {
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .slideshow .next-selector,
  .slideshow .prev-selector {
    display: none;
  }
  .slideshow-wrapper {
    float: left;
  }
  .slideshow-layout .author,
  .slideshow-layout .pub-date {
    text-align: center;
  }
  .lead-gen .login input:not([type="submit"]) {
    width: 185px;
  }
  .col-md-6 .lead-gen .login input:not([type="submit"]) {
    width: 185px;
    margin-bottom: 10px;
  }
  .col-md-4 .lead-gen .login input:not([type="submit"]) {
    width: 166px;
  }
  .col-md-8 .lead-gen .login input:not([type="submit"]) {
    width: 126px;
  }
}
@media only screen and (max-width: 740px) {
  #content .article-body .pub-date {
    font-size: 15px;
  }
  #content .article-body .social i {
    font-size: 20px;
  }
  #content .author {
    font-size: 20px;
  }
  #content .bento-layout > .col-md-offset-1,
  #content .bento-layout > .col-md-offset-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #content .bento-layout > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  #content .main > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  #content .on_site_option {
    width: 100%;
  }
  .article-header {
    margin-top: 25px;
  }
  .article-header h1,
  .article-header h2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .article-header .lead-image .caption {
    width: 100%;
    padding-right: 10px;
  }
  #recommended {
    padding-left: 10px;
    padding-right: 10px;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 20px;
  }
  .curated .row {
    margin: 20px 0;
  }
  .curated h3 {
    margin-top: 15px;
    font-size: 18px;
  }
  .pull-quote-wrapper .quote-body .quote {
    font-size: 30px;
  }
  .nl-wrapper .nl-body h3 {
    font-size: 25px;
  }
  .section-header {
    height: 250px;
  }
  .section-header h3 {
    font-size: 40px;
  }
  .section-header > span {
    margin-bottom: 20px;
  }
  .section-header .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .slideshow .slides > * {
    margin-top: 15px;
    margin-bottom: 15px;
    oveflow: hidden;
  }
  .slideshow .next-selector,
  .slideshow .prev-selector {
    display: none;
  }
  .social.side-social {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    clear: both;
    float: left;
    background: #c2c2c2;
    text-align: center;
  }
  .social.side-social .social-wrapper {
    display: inline-block;
    width: 135px;
    padding-top: 6px;
  }
  .social.side-social a {
    float: left;
    width: initial;
    clear: none;
    margin: 0 10px;
  }
  .social.side-social a i {
    font-size: 25px;
  }
  .lead-gen form:not(.gen-login) {
    font-size: 11px;
  }
  .lead-gen .login input:not([type="submit"]) {
    margin-bottom: 10px;
  }
}
