/* 
*  Main CSS Index File
*
*/
/* 
*  Vendor File Index
*
*/
/* 
*  Base File Index
*
*/
/* @fontface */
@font-face {
  font-family: 'Metropolis';
  src: url("../../fonts/woff2/Metropolis-Regular.woff2"), url("../../fonts/woff/Metropolis-Regular.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Metropolis';
  src: url("../../fonts/woff2/Metropolis-RegularItalic.woff2"), url("../../fonts/woff/Metropolis-RegularItalic.woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Metropolis';
  src: url("../../fonts/woff2/Metropolis-Bold.woff2"), url("../../fonts/woff/Metropolis-Bold.woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Metropolis';
  src: url("../../fonts/woff2/Metropolis-BoldItalic.woff2"), url("../../fonts/woff/Metropolis-BoldItalic.woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Metropolis';
  src: url("../../fonts/woff2/Metropolis-Medium.woff2"), url("../../fonts/woff/Metropolis-Medium.woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Metropolis';
  src: url("../../fonts/woff2/Metropolis-MediumItalic.woff2"), url("../../fonts/woff/Metropolis-MediumItalic.woff");
  font-weight: 500;
  font-style: italic;
}
/*
	= Variables and mixins	
*******************************************************************************************/
/* Use this mixin when using webfonts that appear darker than in mockups (especially complex fonts) */
/* This is also useful when using light text against a dark background; this will make the text crisper and less fuzzy */
/* Placeholders */
/* Flexbox */
/* breakpoints */
/*
	= General	
*******************************************************************************************/
/* line 6, ../sass/base/_base.scss */
html {
  overflow-x: hidden;
}

/* line 7, ../sass/base/_base.scss */
body {
  overflow: hidden;
}

/* line 8, ../sass/base/_base.scss */
body {
  font: normal normal normal 15px/120% "Metropolis", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: #2C2C2C;
  padding-bottom: 0;
  background-color: #fff;
  text-align: center;
}

/* line 15, ../sass/base/_base.scss */
.container {
  width: 100%;
  max-width: 1170px;
}

/* line 19, ../sass/base/_base.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 23, ../sass/base/_base.scss */
.img-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 28, ../sass/base/_base.scss */
.wp-caption {
  background-color: #fdfdfd;
  border: 1px solid #CDC1CF;
  padding: 5px;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
/* line 35, ../sass/base/_base.scss */
.wp-caption img {
  width: 100%;
  height: auto;
}
/* line 39, ../sass/base/_base.scss */
.wp-caption .wp-caption-text {
  margin-bottom: 0;
  font-size: 12px;
  font-style: italic;
  color: #111;
}

/* line 46, ../sass/base/_base.scss */
.alignleft, .aligncenter, .alignright, .alignnone {
  margin-bottom: 20px;
}

/* line 49, ../sass/base/_base.scss */
a {
  color: #2C2C2C;
}
/* line 51, ../sass/base/_base.scss */
a:hover {
  text-decoration: underline;
  color: black;
}

/* line 56, ../sass/base/_base.scss */
.entry a {
  color: #2C2C2C;
  text-decoration: underline;
}

/* line 60, ../sass/base/_base.scss */
.entry img {
  margin-bottom: 20px;
}

/* line 63, ../sass/base/_base.scss */
em {
  font-style: italic;
}

/* line 66, ../sass/base/_base.scss */
strong {
  font-weight: bold;
}

/* line 69, ../sass/base/_base.scss */
p {
  color: #111;
  margin-bottom: 15px;
}

/* line 73, ../sass/base/_base.scss */
blockquote, blockquote * {
  color: #2C2C2C;
  font: italic normal bold 18px/130% "Metropolis", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 15px 0;
}

/* line 78, ../sass/base/_base.scss */
h1, h2, h3, h4, h5, h6 {
  color: #2C2C2C;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 30px 0 15px;
}

/* line 85, ../sass/base/_base.scss */
h2 {
  font-size: 25px;
}

/* line 86, ../sass/base/_base.scss */
h3 {
  font-size: 22px;
}

/* line 87, ../sass/base/_base.scss */
h4 {
  font-size: 18px;
}

/* line 88, ../sass/base/_base.scss */
h5 {
  font-size: 16px;
}

/* line 89, ../sass/base/_base.scss */
h6 {
  font-size: 14px;
}

/* line 91, ../sass/base/_base.scss */
ul {
  padding-left: 30px;
  list-style-type: square;
  color: #111;
  font: normal normal normal 15px/150% "Metropolis", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-bottom: 15px;
}
/* line 97, ../sass/base/_base.scss */
ul ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 0;
}
/* line 101, ../sass/base/_base.scss */
ul ul ul {
  list-style-type: circle;
}

/* line 106, ../sass/base/_base.scss */
ol {
  padding-left: 30px;
  list-style-type: decimal;
  color: #111;
  font: normal normal normal 15px/150% "Metropolis", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-bottom: 15px;
}

/* line 114, ../sass/base/_base.scss */
.maincontent {
  padding-bottom: 30px;
}

/* line 118, ../sass/base/_base.scss */
.page-title {
  font-size: 25px;
}

/* line 119, ../sass/base/_base.scss */
.widget-title {
  font-size: 25px;
}

/* line 120, ../sass/base/_base.scss */
.social, .meta {
  font-size: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* line 122, ../sass/base/_base.scss */
.vid-wrap {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 127, ../sass/base/_base.scss */
.vid-wrap .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  /*	background:url('../../images/play-sprite.png') no-repeat top center transparent; */
  border: 0 none;
  background: rgba(100, 100, 100, 0.75);
  border-radius: 99px;
  z-index: 99999;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.75);
}
/* line 145, ../sass/base/_base.scss */
.vid-wrap .play-button:after {
  content: '';
  position: absolute;
  top: 16px;
  left: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 28px;
  border-color: transparent transparent transparent #ffffff;
}
/* line 156, ../sass/base/_base.scss */
.vid-wrap .play-button:hover {
  /* background-position:bottom center; */
  background: #E0AB23;
}

/* line 162, ../sass/base/_base.scss */
.vid-container {
  position: relative;
}
/* line 164, ../sass/base/_base.scss */
.vid-container iframe, .vid-container .vid-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 750px;
}

/* line 175, ../sass/base/_base.scss */
.featured-print img {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

/* 
*  Template File Index
*
*/
/*
	= Footer 	
*******************************************************************************************/
/* line 5, ../sass/layout/_footer.scss */
footer {
  background-color: #E0AB23;
  color: #fff;
  position: relative;
  padding-bottom: 60px;
}

/* line 11, ../sass/layout/_footer.scss */
footer:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  position: absolute;
  background-color: #E0AB23;
}

/* line 21, ../sass/layout/_footer.scss */
footer:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  right: 100%;
  top: 0;
  position: absolute;
  background-color: #E0AB23;
}

/* line 32, ../sass/layout/_footer.scss */
#utility-nav {
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 37, ../sass/layout/_footer.scss */
.footer-primary, .footer-secondary {
  font-weight: 500;
}
/* line 39, ../sass/layout/_footer.scss */
.footer-primary ul, .footer-secondary ul {
  padding-left: 0;
  line-height: 100%;
}
/* line 43, ../sass/layout/_footer.scss */
.footer-primary li, .footer-secondary li {
  list-style-type: none;
  display: inline;
}
/* line 46, ../sass/layout/_footer.scss */
.footer-primary li a, .footer-secondary li a {
  color: #2C2C2C;
  text-transform: uppercase;
}
/* line 51, ../sass/layout/_footer.scss */
.footer-primary li:before, .footer-secondary li:before {
  content: ' / ';
  padding: 0 10px;
  color: #2C2C2C;
}
/* line 56, ../sass/layout/_footer.scss */
.footer-primary li:first-child:before, .footer-secondary li:first-child:before {
  content: '';
  padding: 0;
}

/* line 62, ../sass/layout/_footer.scss */
.footer-primary ul {
  font-size: 17px;
}
/* line 65, ../sass/layout/_footer.scss */
.footer-primary a {
  font-weight: bold;
}

/* line 70, ../sass/layout/_footer.scss */
.footer-secondary ul {
  font-size: 12px;
}

/* line 76, ../sass/layout/_footer.scss */
#footer-fb h5, #footer-tw h5, #footer-yt h5 {
  width: 41px;
  height: 42px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../../images/sm-sprite-big.png") no-repeat 0 0 transparent;
  position: relative;
  left: 10px;
  bottom: -27px;
  z-index: 999;
  margin-top: 0;
}

/* line 89, ../sass/layout/_footer.scss */
#footer-tw h5 {
  background-position: -53px 0;
}

/* line 90, ../sass/layout/_footer.scss */
#footer-yt h5 {
  background-position: -106px 0;
}

/* line 92, ../sass/layout/_footer.scss */
.social-media {
  padding-left: 0;
  display: inline-block;
}
/* line 95, ../sass/layout/_footer.scss */
.social-media li {
  display: inline-block;
  float: left;
  margin-right: 2px;
  list-style-type: none;
}
/* line 100, ../sass/layout/_footer.scss */
.social-media li a {
  width: 24px;
  height: 24px;
  background: url("../../images/sm-sprite.png") no-repeat 0 0 transparent;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
/* line 109, ../sass/layout/_footer.scss */
.social-media .sm-fb a {
  background-position: 0 0;
}
/* line 110, ../sass/layout/_footer.scss */
.social-media .sm-tw a {
  background-position: -26px 0;
}
/* line 111, ../sass/layout/_footer.scss */
.social-media .sm-ig a {
  background-position: -52px 0;
}
/* line 112, ../sass/layout/_footer.scss */
.social-media .sm-yt a {
  background-position: -78px 0;
}

/* line 115, ../sass/layout/_footer.scss */
.video-text {
  text-align: left;
  display: block;
  margin: 10px 0 0;
  font-weight: normal;
  font-size: 20px;
  color: #2C2C2C;
}

/* line 123, ../sass/layout/_footer.scss */
.video-text:after {
  content: '\00A0\203A';
  white-space: nowrap;
}

/* line 128, ../sass/layout/_footer.scss */
.fb-like-box, .footer-video, .twitter-box {
  background-color: white;
  width: 100%;
  padding: 20px;
  min-height: 310px;
}
/* line 133, ../sass/layout/_footer.scss */
.fb-like-box iframe, .footer-video iframe, .twitter-box iframe {
  width: 100% !important;
}
@media (min-width: 1200px) {
  /* line 128, ../sass/layout/_footer.scss */
  .fb-like-box, .footer-video, .twitter-box {
    height: 310px;
    overflow: hidden;
  }
}

/* line 141, ../sass/layout/_footer.scss */
.fb-like-box, .twitter-box {
  text-align: center;
  height: 310px;
  overflow: hidden;
}
/* line 145, ../sass/layout/_footer.scss */
.fb-like-box blockquote, .fb-like-box a, .twitter-box blockquote, .twitter-box a {
  display: none;
}

/* line 150, ../sass/layout/_footer.scss */
footer .mc4wp-form {
  margin-top: -6px;
}

/* line 154, ../sass/layout/_footer.scss */
footer .search-form {
  margin-top: 15px;
}
/* line 156, ../sass/layout/_footer.scss */
footer .search-form label {
  width: 100%;
}
/* line 158, ../sass/layout/_footer.scss */
footer .search-form label input {
  width: 100%;
  height: 35px;
  line-height: 35px;
  border: 0 none;
  padding-left: 12px;
  color: #2C2C2C;
  background: white url("../../images/mag.png") no-repeat top right;
  font-weight: normal;
  font-size: 15px;
}

/*
	= Header	
*******************************************************************************************/
/* line 6, ../sass/layout/_header.scss */
.navbar-wrapper {
  position: static;
  background-color: #fff;
}

/* line 10, ../sass/layout/_header.scss */
.navbar-wrapper .container {
  padding: 0;
}

/* line 13, ../sass/layout/_header.scss */
.navbar-wrapper > .container {
  padding: 0 15px;
}

/* line 16, ../sass/layout/_header.scss */
.navbar {
  border: none;
  margin-bottom: 0;
}

/* line 20, ../sass/layout/_header.scss */
.navbar-inverse {
  background-color: transparent;
}

/* line 24, ../sass/layout/_header.scss */
.left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 29, ../sass/layout/_header.scss */
.brand {
  margin-bottom: 10px;
}
/* line 31, ../sass/layout/_header.scss */
.brand h1 {
  margin-top: 10px;
}
/* line 33, ../sass/layout/_header.scss */
.brand h1 a {
  background: transparent url("../../images/logo.png") no-repeat top left;
  background-size: contain;
  width: 290px;
  height: 59px;
  font-size: 1px;
  text-indent: -9999px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 33, ../sass/layout/_header.scss */
  .brand h1 a {
    margin: 0;
    width: 400px;
    height: 81px;
  }
}
@media (min-width: 1200px) {
  /* line 33, ../sass/layout/_header.scss */
  .brand h1 a {
    width: 514px;
    height: 104px;
  }
}
/* line 53, ../sass/layout/_header.scss */
.brand hgroup img {
  margin-right: 15px;
}
/* line 54, ../sass/layout/_header.scss */
.brand .pull-left {
  float: none !important;
}
/* line 55, ../sass/layout/_header.scss */
.brand aside {
  text-align: right;
  padding-top: 20px;
}
/* line 58, ../sass/layout/_header.scss */
.brand aside .fb-like, .brand aside .social-media, .brand aside .dropdown {
  float: right;
  margin-left: 10px;
}
/* line 62, ../sass/layout/_header.scss */
.brand aside .social-media {
  text-align: left;
  padding-top: 5px;
}
/* line 63, ../sass/layout/_header.scss */
.brand aside .fb-like {
  padding-top: 5px;
}

/* line 66, ../sass/layout/_header.scss */
.site-description {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2C2C2C;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 74, ../sass/layout/_header.scss */
.social-lang {
  margin-top: 10px;
}
/* line 76, ../sass/layout/_header.scss */
.social-lang .btn {
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 none;
  background-color: #EAEAEA;
  font-size: 14px;
  padding: 2px 10px;
  margin-top: 5px;
}
/* line 87, ../sass/layout/_header.scss */
.social-lang .btn-default:active, .social-lang .btn-default.active, .social-lang .open .dropdown-toggle.btn-default {
  background-color: transparent;
}
/* line 90, ../sass/layout/_header.scss */
.social-lang .dropdown-menu {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 300px;
}

/* line 97, ../sass/layout/_header.scss */
.google-lang {
  font-size: 9px;
  color: #bbb;
  float: left;
  padding-left: 5px;
  width: 300px;
  text-align: left;
}

/* line 105, ../sass/layout/_header.scss */
#flags {
  width: 100% !important;
}

/* line 108, ../sass/layout/_header.scss */
#flags li {
  width: 50%;
}

/* line 111, ../sass/layout/_header.scss */
#flags ul {
  padding: 5px;
}

/* line 114, ../sass/layout/_header.scss */
.flag:after {
  content: attr(title);
  font-size: 12px;
  display: inline;
  padding: 0 3px;
  position: relative;
  left: 20px;
  top: -3px;
}

/* line 123, ../sass/layout/_header.scss */
.header-share {
  font-size: 14px;
  color: #2C2C2C;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-top: 7px;
}

/* line 131, ../sass/layout/_header.scss */
.header-share:after {
  content: '\00A0\203A';
  white-space: nowrap;
  margin-right: 8px;
}

/* line 136, ../sass/layout/_header.scss */
#header-newsletter {
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  background-color: #E0AB23;
  color: #2C2C2C;
  border: 2px solid white;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 149, ../sass/layout/_header.scss */
#header-newsletter:hover {
  text-decoration: none;
  border-color: #2C2C2C;
}

/* line 155, ../sass/layout/_header.scss */
#newsletter-dropdown .dropdown-menu {
  min-width: 350px;
}
/* line 157, ../sass/layout/_header.scss */
#newsletter-dropdown .dropdown-menu .mc4wp-form {
  width: 98%;
  float: left;
}
/* line 160, ../sass/layout/_header.scss */
#newsletter-dropdown .dropdown-menu .mc4wp-form span input {
  position: static;
}

@media (min-width: 1200px) {
  /* line 168, ../sass/layout/_header.scss */
  .brand hgroup .pull-left {
    float: left !important;
  }

  /* line 169, ../sass/layout/_header.scss */
  .site-description {
    padding-top: 52px;
  }
}
/*
	= Home 	
*******************************************************************************************/
/* line 5, ../sass/layout/_home.scss */
.home > .container h2, .home > .container h3 {
  font-size: 36px;
  font-weight: 500;
}
/* line 8, ../sass/layout/_home.scss */
.home > .container h2 a, .home > .container h3 a {
  text-decoration: none;
}
/* line 11, ../sass/layout/_home.scss */
.home > .container h2 a:after, .home > .container h3 a:after {
  content: '\00A0\203A';
}
/* line 14, ../sass/layout/_home.scss */
.home > .container h2 a:hover, .home > .container h3 a:hover {
  border-bottom: 3px solid #E0AB23;
  margin-bottom: -3px;
}

/* line 19, ../sass/layout/_home.scss */
.home #special-coverage, .home .print-listing {
  padding-bottom: 20px;
  border-bottom: 11px solid #EAEAEA;
}

/* line 25, ../sass/layout/_home.scss */
.home .print-listing h4 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: normal;
  line-height: 110%;
}
/* line 30, ../sass/layout/_home.scss */
.home .print-listing h4 a:after {
  content: '';
}

/* line 36, ../sass/layout/_home.scss */
#other-news h4 {
  font-size: 18px;
  margin: 0 0 5px;
}
/* line 40, ../sass/layout/_home.scss */
#other-news .meta {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #E0AB23;
}

/* HOME - Banner */
/* line 48, ../sass/layout/_home.scss */
.home-banner {
  padding-top: 20px;
}
/* line 50, ../sass/layout/_home.scss */
.home-banner img {
  margin: 0 auto;
  display: block;
}

@media (min-width: 768px) {
  /* line 55, ../sass/layout/_home.scss */
  .home-banner-xs {
    display: none;
  }
}

/* line 60, ../sass/layout/_home.scss */
.home-banner-sm {
  display: none;
}
@media (min-width: 768px) {
  /* line 60, ../sass/layout/_home.scss */
  .home-banner-sm {
    display: block;
  }
}

/* HOME - Featured Stories */
/* line 69, ../sass/layout/_home.scss */
#home-featured-heading {
  font-size: 40px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  height: 11px;
  background-color: #EAEAEA;
  margin: 50px 0 40px;
}
/* line 77, ../sass/layout/_home.scss */
#home-featured-heading span {
  padding: 10px;
  background-color: white;
  display: inline-block;
  position: relative;
  top: -25px;
}

/* line 86, ../sass/layout/_home.scss */
#home-featured-carousel {
  padding-bottom: 20px;
  border-bottom: 11px solid #EAEAEA;
}
/* line 90, ../sass/layout/_home.scss */
#home-featured-carousel .owl-item ul {
  padding: 0;
  margin: 0;
}
/* line 94, ../sass/layout/_home.scss */
#home-featured-carousel .owl-item li {
  list-style-type: none;
  text-align: center;
}
/* line 98, ../sass/layout/_home.scss */
#home-featured-carousel .owl-item img {
  width: 100%;
  height: auto;
}
/* line 102, ../sass/layout/_home.scss */
#home-featured-carousel .owl-item .img-bg, #home-featured-carousel .owl-item .vid-container {
  margin-bottom: 10px;
}
/* line 105, ../sass/layout/_home.scss */
#home-featured-carousel .owl-item h4 {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  /* line 111, ../sass/layout/_home.scss */
  #home-featured-carousel .owl-item li {
    text-align: left;
  }
}

/* line 118, ../sass/layout/_home.scss */
.owl-carousel .owl-prev, .owl-carousel .owl-next {
  font-size: 50px;
  top: 120px;
  margin-top: -25px;
  position: absolute;
  display: inline-block;
  background: #2C2C2C;
  color: white;
  width: 31px;
  height: 39px;
  line-height: 35px;
  text-align: center;
}
/* line 131, ../sass/layout/_home.scss */
.owl-carousel .owl-prev {
  left: -15px;
}
/* line 134, ../sass/layout/_home.scss */
.owl-carousel .owl-next {
  right: -15px;
}
@media (min-width: 768px) {
  /* line 138, ../sass/layout/_home.scss */
  .owl-carousel .owl-prev, .owl-carousel .owl-next {
    font-size: 80px;
    margin-top: -40px;
    top: 20vw;
    width: 41px;
    height: 50px;
    line-height: 45px;
  }
}
@media (min-width: 1200px) {
  /* line 148, ../sass/layout/_home.scss */
  .owl-carousel .owl-prev, .owl-carousel .owl-next {
    font-size: 100px;
    margin-top: -50px;
    color: #E0AB23;
    background: transparent;
    top: 50%;
  }
  /* line 155, ../sass/layout/_home.scss */
  .owl-carousel .owl-prev {
    left: -60px;
  }
  /* line 158, ../sass/layout/_home.scss */
  .owl-carousel .owl-next {
    right: -60px;
  }
}

@media (max-width: 767px) {
  /* Header Centering */
  /* line 170, ../sass/layout/_home.scss */
  .brand h1 {
    margin-bottom: 0;
  }

  /* line 173, ../sass/layout/_home.scss */
  .header-share {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
  }

  /* line 178, ../sass/layout/_home.scss */
  .brand aside {
    text-align: center;
  }

  /* line 181, ../sass/layout/_home.scss */
  .social-lang {
    display: inline-block;
  }

  /* line 184, ../sass/layout/_home.scss */
  .brand aside .social-media, .brand aside .dropdown {
    float: none;
    display: inline-block;
    margin-left: 0;
  }

  /* line 189, ../sass/layout/_home.scss */
  .brand .social-lang .dropdown {
    float: right;
    margin-left: 10px;
  }

  /* line 193, ../sass/layout/_home.scss */
  #newsletter-dropdown .dropdown-menu {
    margin-right: -74px;
  }

  /* line 196, ../sass/layout/_home.scss */
  .social-lang .dropdown-menu {
    margin-right: -42px;
  }

  /* line 199, ../sass/layout/_home.scss */
  .other-stories a {
    text-align: center;
  }

  /* line 202, ../sass/layout/_home.scss */
  .home > .container h2, .home > .container h3, #home-featured-heading {
    font-size: 25px;
    background-color: transparent;
  }

  /* Footer Centering */
  /* line 207, ../sass/layout/_home.scss */
  #utility-nav {
    text-align: center;
  }
  /* line 209, ../sass/layout/_home.scss */
  #utility-nav .mc4wp-form {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  /* line 216, ../sass/layout/_home.scss */
  .listing-secondary > div:last-child {
    display: none;
  }

  /* line 219, ../sass/layout/_home.scss */
  .special-listing > div:nth-child(2n + 1) {
    clear: both;
  }

  /* line 222, ../sass/layout/_home.scss */
  #utility-nav {
    padding-top: 60px;
  }
}
/*
	= Content Display, Lists, Thumbnail Lists 	
*******************************************************************************************/
/* line 5, ../sass/layout/_interior_page.scss */
.listing {
  font-size: 15px;
}
/* line 7, ../sass/layout/_interior_page.scss */
.listing h4 {
  margin-top: 0;
  font-size: 18px;
  text-transform: none;
  font-weight: bold;
}
/* line 12, ../sass/layout/_interior_page.scss */
.listing h4 a:after {
  content: '\00A0\203A';
  white-space: nowrap;
}
/* line 17, ../sass/layout/_interior_page.scss */
.listing .meta {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 15px;
}
/* line 23, ../sass/layout/_interior_page.scss */
.listing p {
  margin-bottom: 0;
}

/* line 27, ../sass/layout/_interior_page.scss */
.cat {
  text-transform: uppercase;
  margin-bottom: 3px;
}
/* line 30, ../sass/layout/_interior_page.scss */
.cat a {
  border-bottom: 3px solid #E0AB23;
  white-space: nowrap;
  text-decoration: none;
  color: #2C2C2C;
  margin-right: 2px;
}
/* line 37, ../sass/layout/_interior_page.scss */
.cat a:hover {
  text-decoration: none;
  background-color: #E0AB23;
  border: 3px solid #E0AB23;
  margin-left: -3px;
  margin-right: -3px;
  margin-top: -3px;
  border-radius: 3px;
}

/* line 47, ../sass/layout/_interior_page.scss */
.entry .meta {
  margin-top: 45px;
}

/* line 51, ../sass/layout/_interior_page.scss */
.parent-pageid-2 .listing, .row.listing {
  margin-bottom: 30px;
}
/* line 53, ../sass/layout/_interior_page.scss */
.parent-pageid-2 .listing h4, .row.listing h4 {
  margin-top: 10px;
}

/* line 58, ../sass/layout/_interior_page.scss */
.listing-secondary h4 {
  margin-top: 10px !important;
}
/* line 61, ../sass/layout/_interior_page.scss */
.listing-secondary > div {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 61, ../sass/layout/_interior_page.scss */
  .listing-secondary > div {
    margin-bottom: 0;
  }
}

/* line 68, ../sass/layout/_interior_page.scss */
.listing.tertiary {
  margin-bottom: 0;
}
/* line 70, ../sass/layout/_interior_page.scss */
.listing.tertiary a {
  display: block;
}
/* line 71, ../sass/layout/_interior_page.scss */
.listing.tertiary a:hover h4 {
  background-color: #E0AB23;
  color: #2C2C2C;
}
/* line 75, ../sass/layout/_interior_page.scss */
.listing.tertiary > div {
  position: relative;
  margin-bottom: 30px;
}
/* line 79, ../sass/layout/_interior_page.scss */
.listing.tertiary h4 {
  background-color: black;
  padding: 10px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  opacity: 0.8;
  font-size: 15px;
  color: white;
}
/* line 91, ../sass/layout/_interior_page.scss */
.listing.tertiary .meta {
  display: inline-block;
  padding: 3px 5px;
  background-color: #E0AB23;
  color: #2C2C2C;
  position: absolute;
  left: 15px;
  top: 20px;
  z-index: 10;
}
/* line 101, ../sass/layout/_interior_page.scss */
.listing.tertiary img {
  width: 100%;
}

/* line 106, ../sass/layout/_interior_page.scss */
.other-news .listing {
  margin-bottom: 20px;
}
/* line 107, ../sass/layout/_interior_page.scss */
.other-news .listing h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

/* line 113, ../sass/layout/_interior_page.scss */
.single-print-listing {
  border-top: 5px solid #2C2C2C;
  border-bottom: 5px solid #2C2C2C;
  border-left: 1px solid #ccc;
  padding: 0 0 5px 10px;
  text-align: center;
  margin-bottom: 20px;
}
/* line 120, ../sass/layout/_interior_page.scss */
.single-print-listing .meta {
  display: inline-block;
  background-color: #2C2C2C;
  color: #fff;
  font-weight: bold;
  padding: 2px 7px;
  text-align: center;
}
/* line 128, ../sass/layout/_interior_page.scss */
.single-print-listing img {
  border: 1px solid #EAEAEA;
}
/* line 131, ../sass/layout/_interior_page.scss */
.single-print-listing .print-description {
  background: url("../../images/print-shadow.png") no-repeat 0 0 transparent;
  background-size: contain;
  padding-top: 25px;
}
/* line 136, ../sass/layout/_interior_page.scss */
.single-print-listing h4 {
  padding: 15px 15px 0;
  color: #2C2C2C;
  font-size: 16px;
  text-transform: none;
  margin-top: 0;
  font-weight: bold;
}

/* line 145, ../sass/layout/_interior_page.scss */
.print-placeholder {
  width: 100%;
  height: 263px;
}

/* line 150, ../sass/layout/_interior_page.scss */
.download-view {
  padding-left: 0;
  margin-bottom: 0;
}
/* line 153, ../sass/layout/_interior_page.scss */
.download-view li {
  float: left;
  width: 50%;
  list-style-type: none;
  text-align: center;
  border-left: 10px solid white;
}
/* line 159, ../sass/layout/_interior_page.scss */
.download-view li:first-child {
  border-left: 0 none;
}
/* line 162, ../sass/layout/_interior_page.scss */
.download-view li a {
  color: #2C2C2C;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #E0AB23;
  border: 2px solid transparent;
}
/* line 170, ../sass/layout/_interior_page.scss */
.download-view li a:hover {
  border: 2px solid #2C2C2C;
  text-decoration: none;
}
/* line 174, ../sass/layout/_interior_page.scss */
.download-view li a:after {
  content: '\00A0\203A';
}

/* line 181, ../sass/layout/_interior_page.scss */
.cat-content, .cat-full-width {
  position: absolute;
  bottom: 0;
  padding: 15px;
  background-color: black;
  opacity: 0.75;
  width: 100%;
}
/* line 188, ../sass/layout/_interior_page.scss */
.cat-content *, .cat-full-width * {
  color: white;
}
/* line 189, ../sass/layout/_interior_page.scss */
.cat-content p, .cat-full-width p {
  display: none;
}
/* line 190, ../sass/layout/_interior_page.scss */
.cat-content .meta, .cat-full-width .meta {
  display: block;
}

/* line 193, ../sass/layout/_interior_page.scss */
.more {
  text-align: center;
}
/* line 195, ../sass/layout/_interior_page.scss */
.more a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  background-color: #EAEAEA;
  padding: 10px 45px 8px;
}
/* line 202, ../sass/layout/_interior_page.scss */
.more a:after {
  content: '\00A0\203A';
  white-space: nowrap;
}
/* line 206, ../sass/layout/_interior_page.scss */
.more a:hover {
  text-decoration: none;
  background-color: #E0AB23;
}

/* Stories by Issue Sliders */
/* line 215, ../sass/layout/_interior_page.scss */
.category-slider .listing {
  width: 100%;
}
/* line 217, ../sass/layout/_interior_page.scss */
.category-slider .listing ul {
  list-style-type: none;
  padding: 0;
  position: relative;
}
/* line 222, ../sass/layout/_interior_page.scss */
.category-slider .listing h4 {
  font-size: 15px;
  margin-bottom: 0;
}
/* line 226, ../sass/layout/_interior_page.scss */
.category-slider .listing h4 a, .category-slider .listing a {
  color: #fff;
}
/* line 229, ../sass/layout/_interior_page.scss */
.category-slider .listing .meta {
  color: #fff;
  font-size: 15px;
  display: none;
  margin-bottom: 0;
}
/* line 235, ../sass/layout/_interior_page.scss */
.category-slider .listing .cat {
  display: none;
}
/* line 238, ../sass/layout/_interior_page.scss */
.category-slider .listing p {
  display: none;
}
/* line 242, ../sass/layout/_interior_page.scss */
.category-slider .featured-cat-excerpt {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  background: rgba(44, 44, 44, 0.8);
  padding: 10px;
  margin: 0;
}
/* line 251, ../sass/layout/_interior_page.scss */
.category-slider .meta-xs {
  display: inline-block;
  padding: 3px 5px;
  background-color: #E0AB23;
  color: #2C2C2C;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 10;
}
@media (min-width: 768px) {
  /* line 262, ../sass/layout/_interior_page.scss */
  .category-slider .listing {
    text-align: left;
  }
  /* line 264, ../sass/layout/_interior_page.scss */
  .category-slider .listing h4 {
    margin-bottom: 15px;
  }
  /* line 267, ../sass/layout/_interior_page.scss */
  .category-slider .listing .meta {
    display: block;
  }
}
@media (min-width: 1200px) {
  /* line 214, ../sass/layout/_interior_page.scss */
  .category-slider {
    max-width: 800px;
  }
  /* line 274, ../sass/layout/_interior_page.scss */
  .category-slider .featured-cat-excerpt {
    position: static;
    background: transparent;
    padding: 0 15px;
    margin: 0;
  }
  /* line 280, ../sass/layout/_interior_page.scss */
  .category-slider .meta-xs {
    display: none !important;
  }
  /* line 283, ../sass/layout/_interior_page.scss */
  .category-slider .listing {
    font-size: 17px;
  }
  /* line 285, ../sass/layout/_interior_page.scss */
  .category-slider .listing h4 {
    font-size: 22px;
  }
  /* line 288, ../sass/layout/_interior_page.scss */
  .category-slider .listing h4 a, .category-slider .listing a, .category-slider .listing .meta {
    color: #2C2C2C;
  }
  /* line 291, ../sass/layout/_interior_page.scss */
  .category-slider .listing p {
    display: block;
  }
  /* line 294, ../sass/layout/_interior_page.scss */
  .category-slider .listing .meta {
    margin-bottom: 15px;
  }
}

/* Special Coverage Page */
/* line 302, ../sass/layout/_interior_page.scss */
.special-header {
  margin-bottom: 15px;
}

/* line 306, ../sass/layout/_interior_page.scss */
.special-listing h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
/* line 307, ../sass/layout/_interior_page.scss */
.special-listing .meta {
  font-size: 14px;
}

/* line 309, ../sass/layout/_interior_page.scss */
.special-more {
  font-size: 25px;
  border-bottom: 5px solid #555;
  display: block;
  text-transform: uppercase;
  margin-bottom: 60px;
}
/* line 315, ../sass/layout/_interior_page.scss */
.special-more span {
  display: inline-block;
  font-weight: 200;
  position: relative;
  bottom: -18px;
  color: #0C0C1E;
  padding-right: 10px;
  background-color: #fff;
}
/* line 324, ../sass/layout/_interior_page.scss */
.special-more span:after {
  content: '\00A0\203A';
  white-space: nowrap;
}

/*
	= Interior pages 	
*******************************************************************************************/
/* Single */
/* line 337, ../sass/layout/_interior_page.scss */
.author-box {
  padding: 30px 0;
  margin: 30px 0;
  border-top: 11px solid #EAEAEA;
  border-bottom: 11px solid #EAEAEA;
}
/* line 342, ../sass/layout/_interior_page.scss */
.author-box h4 {
  margin-top: 0;
}

/* line 347, ../sass/layout/_interior_page.scss */
#comment-toggle {
  border: 0 none;
  height: 32px;
  font-weight: bold;
  font-size: 20px;
  background: url("../../images/comment.png") no-repeat 0 0 transparent;
  display: inline-block;
  padding-left: 40px;
}
/* line 355, ../sass/layout/_interior_page.scss */
#comment-toggle span {
  border-bottom: 3px solid #E0AB23;
  position: relative;
  top: -2px;
  text-transform: uppercase;
}

/* line 363, ../sass/layout/_interior_page.scss */
.single .entry {
  text-align: left;
  line-height: 150%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column wrap;
}
/* line 368, ../sass/layout/_interior_page.scss */
.single .entry > * {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
@media (min-width: 768px) {
  /* line 363, ../sass/layout/_interior_page.scss */
  .single .entry {
    display: block;
  }
}

/* line 376, ../sass/layout/_interior_page.scss */
.secondary-article {
  float: right;
  background: #F4F0DE;
  border-top: 10px solid #E0AB23;
  padding: 15px;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
/* line 382, ../sass/layout/_interior_page.scss */
.secondary-article h3 {
  margin: 0;
  font-size: 25px;
}
/* line 386, ../sass/layout/_interior_page.scss */
.secondary-article .meta {
  margin-top: 10px;
  margin-bottom: 13px;
}
/* line 390, ../sass/layout/_interior_page.scss */
.secondary-article p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  /* line 376, ../sass/layout/_interior_page.scss */
  .secondary-article {
    max-width: 45%;
    margin: 0 0 30px 30px;
  }
}
@media (min-width: 1200px) {
  /* line 376, ../sass/layout/_interior_page.scss */
  .secondary-article {
    max-width: 360px;
  }
}

/* Share This */
/* line 403, ../sass/layout/_interior_page.scss */
.stButton {
  position: relative;
  top: -3px;
}

/* FORMS */
/* line 410, ../sass/layout/_interior_page.scss */
#frm_field_90_container {
  display: none;
}

/* MailChimp Signup */
/* line 416, ../sass/layout/_interior_page.scss */
.mc4wp-form {
  width: 100%;
  float: none;
}
/* line 419, ../sass/layout/_interior_page.scss */
.mc4wp-form label {
  display: none;
}
/* line 420, ../sass/layout/_interior_page.scss */
.mc4wp-form span {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  position: relative;
}
/* line 425, ../sass/layout/_interior_page.scss */
.mc4wp-form span input {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 436, ../sass/layout/_interior_page.scss */
.signup-email {
  width: 50%;
}
/* line 438, ../sass/layout/_interior_page.scss */
.signup-email input {
  color: #000;
  padding-left: 12px !important;
  font-size: 15px;
}

/* line 444, ../sass/layout/_interior_page.scss */
.signup-submit {
  width: 50%;
}
/* line 446, ../sass/layout/_interior_page.scss */
.signup-submit input {
  background-color: #2C2C2C;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  border: 0 none;
}

/* line 454, ../sass/layout/_interior_page.scss */
.mc4wp-alert {
  color: #2C2C2C;
  background-color: #E0AB23;
  border-radius: 5px;
  border: 1px solid #2C2C2C;
  margin-top: 10px;
  padding: 10px;
}

@media (min-width: 768px) {
  /* Tablet Portrait */
  /* line 467, ../sass/layout/_interior_page.scss */
  body {
    text-align: left;
  }

  /* line 470, ../sass/layout/_interior_page.scss */
  .alignleft {
    float: left;
    margin-right: 20px;
  }

  /* line 474, ../sass/layout/_interior_page.scss */
  .aligncenter {
    margin: 20px auto;
    display: block;
  }

  /* line 478, ../sass/layout/_interior_page.scss */
  .alignright {
    float: right;
    margin-left: 20px;
  }

  /* line 483, ../sass/layout/_interior_page.scss */
  #footer-yt {
    clear: both;
  }

  /* line 486, ../sass/layout/_interior_page.scss */
  .print-listing .col-sm-6:nth-child(2n+1) {
    clear: both;
  }

  /* line 489, ../sass/layout/_interior_page.scss */
  .social-lang .dropdown-menu {
    /*	width:750px; */
  }

  /* line 492, ../sass/layout/_interior_page.scss */
  #flags li {
    /*	width:20%; */
  }

  /* line 495, ../sass/layout/_interior_page.scss */
  #comment-toggle {
    display: none;
  }

  /* line 498, ../sass/layout/_interior_page.scss */
  .page-title {
    font-size: 35px;
  }

  /* line 499, ../sass/layout/_interior_page.scss */
  .more {
    border-top: 11px solid #EAEAEA;
  }
  /* line 501, ../sass/layout/_interior_page.scss */
  .more:hover {
    border-top: 11px solid #E0AB23;
  }
  /* line 503, ../sass/layout/_interior_page.scss */
  .more:hover a {
    background-color: #E0AB23;
  }

  /* line 506, ../sass/layout/_interior_page.scss */
  #secondary {
    padding-top: 5px;
  }
  /* line 508, ../sass/layout/_interior_page.scss */
  #secondary:before {
    content: none;
  }
}
@media (min-width: 1200px) {
  /* Desktop */
  /* line 515, ../sass/layout/_interior_page.scss */
  body {
    font: normal normal normal 18px/120% "Metropolis", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  }

  /* line 520, ../sass/layout/_interior_page.scss */
  .footer-primary ul, .footer-secondary ul {
    float: left;
    margin-right: 20px;
    line-height: 30px;
  }

  /* line 526, ../sass/layout/_interior_page.scss */
  #footer-yt {
    clear: none;
  }

  /* line 530, ../sass/layout/_interior_page.scss */
  .cat-content p, .cat-full-width p {
    display: block;
  }

  /* line 533, ../sass/layout/_interior_page.scss */
  .print-listing .col-sm-6:nth-child(2n+1) {
    clear: none;
  }

  /* line 536, ../sass/layout/_interior_page.scss */
  .print-listing .col-sm-6:nth-child(3n+1) {
    clear: both;
  }

  /* line 539, ../sass/layout/_interior_page.scss */
  .single-print-listing h4 {
    text-align: left;
  }

  /* line 540, ../sass/layout/_interior_page.scss */
  .page-title {
    font-size: 40px;
  }

  /* line 541, ../sass/layout/_interior_page.scss */
  .social, .meta {
    font-size: 18px;
  }

  /* line 542, ../sass/layout/_interior_page.scss */
  .mc4wp-form {
    width: 280px;
    float: right;
  }

  /* line 546, ../sass/layout/_interior_page.scss */
  .special-listing > div:nth-child(3n + 1) {
    clear: both;
  }

  /* line 550, ../sass/layout/_interior_page.scss */
  .parent-pageid-2 .listing h4, .row.listing h4 {
    margin-top: 0;
  }

  /* line 554, ../sass/layout/_interior_page.scss */
  footer .search-form {
    max-width: 33.333%;
    padding: 0 10px;
    margin: 0 auto;
  }

  /* Stories by Issue Slider Desktop View */
  /* line 561, ../sass/layout/_interior_page.scss */
  #als-category-list .als-viewport {
    margin-left: -15px;
    width: 800px !important;
    max-height: 309px;
  }
  /* line 566, ../sass/layout/_interior_page.scss */
  #als-category-list .als-item {
    max-width: 800px;
  }
  /* line 569, ../sass/layout/_interior_page.scss */
  #als-category-list .als-prev, #als-category-list .als-next {
    top: 125px;
    color: #2C2C2C;
  }
  /* line 573, ../sass/layout/_interior_page.scss */
  #als-category-list .als-prev {
    left: -65px;
  }
  /* line 576, ../sass/layout/_interior_page.scss */
  #als-category-list .meta-xs {
    display: none;
  }
  /* line 579, ../sass/layout/_interior_page.scss */
  #als-category-list .listing {
    font-size: 17px;
  }
  /* line 581, ../sass/layout/_interior_page.scss */
  #als-category-list .listing h4 {
    font-size: 22px;
  }
}
/* Sidebar
****************************************************/
/* line 4, ../sass/layout/_sidebar.scss */
.screen-reader-text {
  display: none;
}

/* line 8, ../sass/layout/_sidebar.scss */
#secondary {
  margin-top: 30px;
  padding-top: 5px;
  z-index: 1;
}
/* line 12, ../sass/layout/_sidebar.scss */
#secondary .widget {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 11px solid #EAEAEA;
}
/* line 17, ../sass/layout/_sidebar.scss */
#secondary .widget:last-child {
  border-bottom: 0 none;
}
/* line 20, ../sass/layout/_sidebar.scss */
#secondary .widget-title {
  margin-top: 0;
}

/* line 25, ../sass/layout/_sidebar.scss */
.widget_nav_menu {
  background-color: #eee;
  padding: 15px;
  border-top: 11px solid #EAEAEA;
}
/* line 29, ../sass/layout/_sidebar.scss */
.widget_nav_menu ul {
  padding-left: 0;
  margin-bottom: 0;
}
/* line 32, ../sass/layout/_sidebar.scss */
.widget_nav_menu ul li {
  list-style-type: none;
}
/* line 34, ../sass/layout/_sidebar.scss */
.widget_nav_menu ul li a {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  color: #2C2C2C;
}
/* line 41, ../sass/layout/_sidebar.scss */
.widget_nav_menu ul ul {
  padding-left: 0;
}
/* line 43, ../sass/layout/_sidebar.scss */
.widget_nav_menu ul ul a {
  font-size: 19px;
  margin-top: 20px;
  display: inline-block;
  font-weight: normal;
}
/* line 49, ../sass/layout/_sidebar.scss */
.widget_nav_menu ul ul li.current-menu-item a {
  font-weight: bold;
  border-bottom: 3px solid #E0AB23;
}
/* line 52, ../sass/layout/_sidebar.scss */
.widget_nav_menu ul ul li.current-menu-item a:hover {
  text-decoration: none;
}

/* line 61, ../sass/layout/_sidebar.scss */
.selectboxit-container .selectboxit {
  width: 100% !important;
  background-color: #E0AB23;
  color: #2C2C2C;
  font-size: 18px;
  text-align: left;
  position: relative;
}
/* line 68, ../sass/layout/_sidebar.scss */
.selectboxit-container .selectboxit:after {
  content: '\203A';
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 28px;
}
/* line 81, ../sass/layout/_sidebar.scss */
.selectboxit-container .caret {
  display: none;
}
/* line 84, ../sass/layout/_sidebar.scss */
.selectboxit-container .selectboxit-options {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  min-width: 0 !important;
}
/* line 90, ../sass/layout/_sidebar.scss */
.selectboxit-container #catSelectBoxItText {
  max-width: 90% !important;
  display: block;
  overflow: hidden;
}

/* line 97, ../sass/layout/_sidebar.scss */
.tagcloud a {
  color: #2C2C2C;
}
/* line 99, ../sass/layout/_sidebar.scss */
.tagcloud a:hover {
  display: inline-block;
  background-color: #E0AB23;
  text-decoration: none;
  color: #2C2C2C;
  border-radius: 3px;
  padding: 1px 3px;
  margin: -1px -3px;
}

/* line 110, ../sass/layout/_sidebar.scss */
.gallery object {
  height: auto;
}

/* line 112, ../sass/layout/_sidebar.scss */
#text-2 {
  /* Print Edition Sidebar */
}
/* line 113, ../sass/layout/_sidebar.scss */
#text-2 .widget-title {
  margin-bottom: 0;
}
/* line 115, ../sass/layout/_sidebar.scss */
#text-2 .widget-title a:hover {
  text-decoration: none;
  border-bottom: 3px solid #E0AB23;
}
/* line 120, ../sass/layout/_sidebar.scss */
#text-2 h4 {
  margin-top: 10px;
}
/* line 123, ../sass/layout/_sidebar.scss */
#text-2 img {
  border: 1px solid #EAEAEA;
}

/* 
*  Modules File Index
*
*/
/*
	= Main Menu	
*******************************************************************************************/
/* line 5, ../sass/modules/_mainmenu.scss */
#site-navigation {
  background-color: #2C2C2C;
  position: relative;
  margin: 0 -15px;
  text-align: center;
}

/* line 11, ../sass/modules/_mainmenu.scss */
#site-navigation:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  position: absolute;
  background-color: #2C2C2C;
}

/* line 21, ../sass/modules/_mainmenu.scss */
#site-navigation:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  right: 100%;
  top: 0;
  position: absolute;
  background-color: #2C2C2C;
}

/* line 31, ../sass/modules/_mainmenu.scss */
.menu-collapser {
  position: relative;
  background-color: #999;
  color: #FFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 45, ../sass/modules/_mainmenu.scss */
.collapse-button {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 40px;
  background-color: #0E0E0E;
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px;
  color: #FFFFFF;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
  padding: 7px 10px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 75, ../sass/modules/_mainmenu.scss */
.collapse-button:hover, .collapse-button:focus {
  background-image: none;
  background-color: #040404;
  color: #FFF;
}

/* line 80, ../sass/modules/_mainmenu.scss */
.collapse-button .icon-bar {
  background-color: #F5F5F5;
  border-radius: 1px 1px 1px 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 2px;
  width: 18px;
  margin: 2px 0;
}

/* line 90, ../sass/modules/_mainmenu.scss */
.collapse-button {
  display: none;
}

/* line 93, ../sass/modules/_mainmenu.scss */
.navbar-toggle {
  float: none;
  margin-right: 0;
}

/* line 98, ../sass/modules/_mainmenu.scss */
.other-stories, .stories-by-topic {
  /* General styles that apply to both header menus */
}
/* line 99, ../sass/modules/_mainmenu.scss */
.other-stories ul, .stories-by-topic ul {
  padding: 0;
  margin: 0;
  text-align: left;
}
/* line 104, ../sass/modules/_mainmenu.scss */
.other-stories li, .stories-by-topic li {
  list-style-type: none;
  display: block;
}
/* line 108, ../sass/modules/_mainmenu.scss */
.other-stories a, .stories-by-topic a {
  display: block;
  padding: 12px 12px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 115, ../sass/modules/_mainmenu.scss */
.other-stories a:hover, .stories-by-topic a:hover {
  text-decoration: none;
  background-color: #E0AB23;
  color: #2C2C2C;
}

/* line 122, ../sass/modules/_mainmenu.scss */
.other-stories li {
  font-size: 20px;
}
/* line 125, ../sass/modules/_mainmenu.scss */
.other-stories a {
  color: #E0AB23;
  padding: 12px 13px;
}

/* line 130, ../sass/modules/_mainmenu.scss */
.stories-by-topic {
  display: none;
}
/* line 132, ../sass/modules/_mainmenu.scss */
.stories-by-topic li {
  font-size: 16px;
}
/* line 135, ../sass/modules/_mainmenu.scss */
.stories-by-topic a {
  color: #fff;
}

/* line 140, ../sass/modules/_mainmenu.scss */
#stories-label {
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin-left: 15px;
}

/* line 147, ../sass/modules/_mainmenu.scss */
#mobile-stories-menu {
  display: inline-block;
  margin-left: 10px;
  margin-right: 15px;
}
/* line 151, ../sass/modules/_mainmenu.scss */
#mobile-stories-menu .btn {
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 10px;
  margin: 10px 0;
}
/* line 159, ../sass/modules/_mainmenu.scss */
#mobile-stories-menu .dropdown-menu > li > a {
  text-transform: uppercase;
  font-weight: bold;
  padding: 6px 15px;
}

/* line 165, ../sass/modules/_mainmenu.scss */
#stories-dropdown-menu {
  top: 85%;
}

@media (min-width: 768px) {
  /* line 170, ../sass/modules/_mainmenu.scss */
  #site-navigation {
    text-align: left;
  }

  /* line 173, ../sass/modules/_mainmenu.scss */
  .navbar-wrapper .container, .navbar {
    margin-bottom: 0;
  }

  /* line 176, ../sass/modules/_mainmenu.scss */
  .container.mainpage {
    margin-top: 0;
  }

  /* line 179, ../sass/modules/_mainmenu.scss */
  .navbar-inverse {
    background-color: transparent;
  }

  /* line 182, ../sass/modules/_mainmenu.scss */
  .navbar-nav {
    padding-top: 57px;
  }

  /* line 185, ../sass/modules/_mainmenu.scss */
  .other-stories, .stories-by-topic {
    /* General styles that apply to both header menus */
  }
  /* line 186, ../sass/modules/_mainmenu.scss */
  .other-stories li, .stories-by-topic li {
    display: inline-block;
  }
  /* line 189, ../sass/modules/_mainmenu.scss */
  .other-stories a, .stories-by-topic a {
    display: inline-block;
  }

  /* line 193, ../sass/modules/_mainmenu.scss */
  .other-stories {
    border-bottom: 1px dotted #E0AB23;
  }
  /* line 195, ../sass/modules/_mainmenu.scss */
  .other-stories li {
    border-left: 1px dotted #E0AB23;
    margin-right: -4px;
  }
  /* line 199, ../sass/modules/_mainmenu.scss */
  .other-stories li:first-child {
    border-left: 0 none;
  }
}
@media (min-width: 1200px) {
  /* line 206, ../sass/modules/_mainmenu.scss */
  #stories-label, #mobile-stories-menu {
    display: none;
  }

  /* line 209, ../sass/modules/_mainmenu.scss */
  #site-navigation {
    margin: 0;
  }

  /* line 212, ../sass/modules/_mainmenu.scss */
  .navbar-wrapper > .container {
    padding: 0;
  }

  /* line 215, ../sass/modules/_mainmenu.scss */
  .other-stories ul, .stories-by-topic ul {
    text-align: center;
  }

  /* line 218, ../sass/modules/_mainmenu.scss */
  .stories-by-topic {
    display: block;
  }
  /* line 220, ../sass/modules/_mainmenu.scss */
  .stories-by-topic li {
    border-left: 1px dotted #E0AB23;
    margin-right: -4px;
  }
  /* line 224, ../sass/modules/_mainmenu.scss */
  .stories-by-topic li:first-child {
    border-left: 0 none;
  }
}
/* Pagination
****************************************************/
/* line 5, ../sass/modules/_pagination.scss */
.navigation {
  margin-top: 42px;
  margin-top: 3rem;
  margin-bottom: 70px;
  margin-bottom: 5rem;
  text-align: center;
  padding-top: 30px;
  border-top: 11px solid #EAEAEA;
}
/* line 13, ../sass/modules/_pagination.scss */
.navigation ul {
  padding-left: 0;
}

/* line 18, ../sass/modules/_pagination.scss */
.navigation li {
  display: inline;
}

/* line 22, ../sass/modules/_pagination.scss */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #2C2C2C;
  text-decoration: none;
  background-color: #EAEAEA;
  border-radius: 4px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}

/* line 35, ../sass/modules/_pagination.scss */
.navigation li a:hover,
.navigation li.active a {
  background-color: #E0AB23;
  color: #2C2C2C;
}

/* line 40, ../sass/modules/_pagination.scss */
.page-numbers span.current {
  border-radius: 4px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
  background-color: #E0AB23;
  color: #2C2C2C;
}
