/* 
*  Main CSS Index File
*
*/
/* 
*  Vendor File Index
*
*/
/* 
*  Base File Index
*
*/
/*
	= 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% "Roboto", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: #111111;
  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: #111111;
}
/* line 51, ../sass/base/_base.scss */
a:hover {
  text-decoration: underline;
  color: black;
}

/* line 56, ../sass/base/_base.scss */
.entry a {
  color: #404041;
  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: #111111;
  font: italic normal bold 18px/130% "Roboto", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 15px 0;
}

/* line 78, ../sass/base/_base.scss */
h1, h2, h3, h4, h5, h6 {
  color: #111111;
  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% "Roboto", "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% "Roboto", "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: #F6EB3D;
}

/* 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: #404041;
  color: #fff;
  position: relative;
  padding-bottom: 30px;
}

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

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

/* 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;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 41, ../sass/layout/_footer.scss */
.footer-primary ul, .footer-secondary ul {
  padding-left: 0;
  line-height: 100%;
}
/* line 45, ../sass/layout/_footer.scss */
.footer-primary li, .footer-secondary li {
  list-style-type: none;
  display: inline;
}
/* line 48, ../sass/layout/_footer.scss */
.footer-primary li a, .footer-secondary li a {
  color: white;
  text-transform: uppercase;
}
/* line 53, ../sass/layout/_footer.scss */
.footer-primary li:before, .footer-secondary li:before {
  content: ' / ';
  padding: 0 12px;
  color: white;
}
/* line 58, ../sass/layout/_footer.scss */
.footer-primary li:first-child:before, .footer-secondary li:first-child:before {
  content: '';
  padding: 0;
}

/* line 64, ../sass/layout/_footer.scss */
.footer-primary ul {
  font-size: 15px;
}
/* line 67, ../sass/layout/_footer.scss */
.footer-primary a {
  font-weight: bold;
}

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

/* line 78, ../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 91, ../sass/layout/_footer.scss */
#footer-tw h5 {
  background-position: -53px 0;
}

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

/* line 94, ../sass/layout/_footer.scss */
#footer-yt iframe {
  width: 250px !important;
  height: 250px !important;
}
@media (min-width: 768px) {
  /* line 94, ../sass/layout/_footer.scss */
  #footer-yt iframe {
    width: 272px !important;
    height: 272px !important;
  }
}
@media (min-width: 1200px) {
  /* line 94, ../sass/layout/_footer.scss */
  #footer-yt iframe {
    transform: scale(1, 0.85);
    transform-origin: 0 0;
    width: 320px !important;
    height: 320px !important;
  }
}

/* line 109, ../sass/layout/_footer.scss */
.social-media {
  padding-left: 0;
  display: inline-block;
}
/* line 112, ../sass/layout/_footer.scss */
.social-media li {
  display: inline-block;
  float: left;
  margin-right: 2px;
  list-style-type: none;
}
/* line 117, ../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 126, ../sass/layout/_footer.scss */
.social-media .sm-fb a {
  background-position: 0 0;
}
/* line 127, ../sass/layout/_footer.scss */
.social-media .sm-tw a {
  background-position: -26px 0;
}
/* line 128, ../sass/layout/_footer.scss */
.social-media .sm-ig a {
  background-position: -52px 0;
}
/* line 129, ../sass/layout/_footer.scss */
.social-media .sm-yt a {
  background-position: -78px 0;
}

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

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

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

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

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

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

/* Sub-footer */
/* line 190, ../sass/layout/_footer.scss */
.sub-footer {
  padding: 5px 30px 50px;
  background: #00AEEF url("../../images/bg-waves.png") repeat-x top center;
  text-align: center;
}

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

/* 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: 208px;
  height: 122px;
  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;
  }
}
/* line 47, ../sass/layout/_header.scss */
.brand hgroup img {
  margin-right: 15px;
}
/* line 48, ../sass/layout/_header.scss */
.brand .pull-left {
  float: none !important;
}
/* line 49, ../sass/layout/_header.scss */
.brand aside {
  text-align: right;
  padding-top: 30px;
}
/* line 52, ../sass/layout/_header.scss */
.brand aside .fb-like, .brand aside .social-media, .brand aside .dropdown {
  float: right;
  margin-left: 10px;
}
/* line 56, ../sass/layout/_header.scss */
.brand aside .social-media {
  text-align: left;
  padding-top: 5px;
}
/* line 57, ../sass/layout/_header.scss */
.brand aside .fb-like {
  padding-top: 5px;
}

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

/* line 68, ../sass/layout/_header.scss */
.social-lang {
  margin-top: 10px;
}
/* line 70, ../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: white;
  font-size: 14px;
  padding: 2px 10px;
  margin-top: 5px;
}
/* line 81, ../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 84, ../sass/layout/_header.scss */
.social-lang .dropdown-menu {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 300px;
}

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

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

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

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

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

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

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

/* line 130, ../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: #F6EB3D;
  color: #111111;
  border: 2px solid white;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 143, ../sass/layout/_header.scss */
#header-newsletter:hover {
  text-decoration: none;
  border-color: #111111;
}

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

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

  /* line 163, ../sass/layout/_header.scss */
  .site-description {
    padding-top: 52px;
    white-space: nowrap;
  }
}
/*
	= Home 	
*******************************************************************************************/
/* line 5, ../sass/layout/_home.scss */
.home > .container h2, .home > .container h3 {
  font-size: 36px;
  font-weight: bold;
}
/* line 8, ../sass/layout/_home.scss */
.home > .container h2 a, .home > .container h3 a {
  text-decoration: none;
  background: #ED1C24;
  color: white;
  padding: 0 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 15, ../sass/layout/_home.scss */
.home > .container h2 a:after, .home > .container h3 a:after {
  content: '\00A0\203A';
}
/* line 18, ../sass/layout/_home.scss */
.home > .container h2 a:hover, .home > .container h3 a:hover {
  background: #c61017;
}

/* line 22, ../sass/layout/_home.scss */
.home > .container h3 a {
  background: #00AEEF;
}
/* line 24, ../sass/layout/_home.scss */
.home > .container h3 a:hover {
  background: #0089bc;
}

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

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

/* line 45, ../sass/layout/_home.scss */
#other-news h4 {
  font-size: 18px;
  margin: 0 0 5px;
}
/* line 49, ../sass/layout/_home.scss */
#other-news .meta {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 3px solid #F6EB3D;
}

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

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

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

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

/* line 96, ../sass/layout/_home.scss */
#home-featured-carousel {
  padding-bottom: 20px;
  border-bottom: 11px solid #e8e8e8;
}
/* line 100, ../sass/layout/_home.scss */
#home-featured-carousel .owl-item ul {
  padding: 0;
  margin: 0;
}
/* line 104, ../sass/layout/_home.scss */
#home-featured-carousel .owl-item li {
  list-style-type: none;
  text-align: center;
}
/* line 108, ../sass/layout/_home.scss */
#home-featured-carousel .owl-item img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
/* line 113, ../sass/layout/_home.scss */
#home-featured-carousel .owl-item .img-bg, #home-featured-carousel .owl-item .vid-container {
  margin-bottom: 10px;
}
/* line 116, ../sass/layout/_home.scss */
#home-featured-carousel .owl-item h4 {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  /* line 122, ../sass/layout/_home.scss */
  #home-featured-carousel .owl-item li {
    text-align: left;
  }
}

/* line 129, ../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: #404041;
  color: white;
  width: 31px;
  height: 39px;
  line-height: 30px;
  text-align: center;
}
/* line 142, ../sass/layout/_home.scss */
.owl-carousel .owl-prev {
  left: -15px;
}
/* line 145, ../sass/layout/_home.scss */
.owl-carousel .owl-next {
  right: -15px;
}
@media (min-width: 768px) {
  /* line 149, ../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: 34px;
  }
}
@media (min-width: 1200px) {
  /* line 159, ../sass/layout/_home.scss */
  .owl-carousel .owl-prev, .owl-carousel .owl-next {
    font-size: 100px;
    margin-top: -50px;
    color: #404041;
    background: transparent;
    top: 50%;
  }
  /* line 166, ../sass/layout/_home.scss */
  .owl-carousel .owl-prev {
    left: -60px;
  }
  /* line 169, ../sass/layout/_home.scss */
  .owl-carousel .owl-next {
    right: -60px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 233, ../sass/layout/_home.scss */
  #utility-nav {
    padding-top: 60px;
  }

  /* line 236, ../sass/layout/_home.scss */
  .home .maincontent .col-lg-4 > .row:before {
    content: '';
    width: calc(100% - 30px);
    margin: 0 auto;
    border-bottom: 11px solid #e8e8e8;
  }

  /* line 242, ../sass/layout/_home.scss */
  .home .print-listing {
    border-bottom: 0;
  }
}
@media (min-width: 1200px) {
  /* line 248, ../sass/layout/_home.scss */
  .home .row.listing {
    margin-bottom: 0;
  }
}
/*
	= 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;
  color: black;
}
/* line 18, ../sass/layout/_interior_page.scss */
.listing .meta {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 15px;
}
/* line 24, ../sass/layout/_interior_page.scss */
.listing p {
  margin-bottom: 0;
}

/* line 28, ../sass/layout/_interior_page.scss */
.cat {
  text-transform: uppercase;
  margin-bottom: 3px;
}
/* line 31, ../sass/layout/_interior_page.scss */
.cat a {
  border-bottom: 3px solid #F6EB3D;
  white-space: nowrap;
  text-decoration: none;
  color: #111111;
  margin-right: 2px;
}
/* line 38, ../sass/layout/_interior_page.scss */
.cat a:hover {
  text-decoration: none;
  background-color: #F6EB3D;
  border: 3px solid #F6EB3D;
  border-left: 0;
  border-right: 0;
  margin-top: -3px;
  border-radius: 3px;
}

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

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

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

/* line 71, ../sass/layout/_interior_page.scss */
.listing.tertiary {
  margin-bottom: 0;
}
/* line 73, ../sass/layout/_interior_page.scss */
.listing.tertiary a {
  display: block;
}
/* line 74, ../sass/layout/_interior_page.scss */
.listing.tertiary a:hover h4 {
  background-color: #F6EB3D;
  color: #111111;
}
/* line 78, ../sass/layout/_interior_page.scss */
.listing.tertiary > div {
  position: relative;
  margin-bottom: 30px;
}
/* line 82, ../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 94, ../sass/layout/_interior_page.scss */
.listing.tertiary .meta {
  display: inline-block;
  padding: 3px 5px;
  background-color: #F6EB3D;
  color: #111111;
  position: absolute;
  left: 15px;
  top: 20px;
  z-index: 10;
}
/* line 104, ../sass/layout/_interior_page.scss */
.listing.tertiary img {
  width: 100%;
}

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

/* line 116, ../sass/layout/_interior_page.scss */
.single-print-listing {
  border-top: 5px solid #404041;
  border-bottom: 5px solid #404041;
  border-left: 1px solid #ccc;
  padding: 0 0 5px 10px;
  text-align: center;
  margin-bottom: 20px;
}
/* line 123, ../sass/layout/_interior_page.scss */
.single-print-listing .meta {
  display: inline-block;
  background-color: #404041;
  color: #fff;
  font-weight: bold;
  padding: 2px 7px;
  text-align: center;
}
/* line 131, ../sass/layout/_interior_page.scss */
.single-print-listing img {
  border: 1px solid #e8e8e8;
}
/* line 134, ../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 139, ../sass/layout/_interior_page.scss */
.single-print-listing h4 {
  padding: 15px 15px 0;
  color: #111111;
  font-size: 16px;
  text-transform: none;
  margin-top: 0;
  font-weight: bold;
}

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

/* line 153, ../sass/layout/_interior_page.scss */
.download-view {
  padding-left: 0;
  margin-bottom: 0;
}
/* line 156, ../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 162, ../sass/layout/_interior_page.scss */
.download-view li:first-child {
  border-left: 0 none;
}
/* line 165, ../sass/layout/_interior_page.scss */
.download-view li a {
  color: #111111;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #F6EB3D;
  border: 2px solid transparent;
}
/* line 173, ../sass/layout/_interior_page.scss */
.download-view li a:hover {
  border: 2px solid #404041;
  text-decoration: none;
}
/* line 177, ../sass/layout/_interior_page.scss */
.download-view li a:after {
  content: '\00A0\203A';
}

/* line 184, ../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 191, ../sass/layout/_interior_page.scss */
.cat-content *, .cat-full-width * {
  color: white;
}
/* line 192, ../sass/layout/_interior_page.scss */
.cat-content p, .cat-full-width p {
  display: none;
}
/* line 193, ../sass/layout/_interior_page.scss */
.cat-content .meta, .cat-full-width .meta {
  display: block;
}

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

/* Stories by Issue Sliders */
/* line 218, ../sass/layout/_interior_page.scss */
.category-slider .listing {
  width: 100%;
}
/* line 220, ../sass/layout/_interior_page.scss */
.category-slider .listing ul {
  list-style-type: none;
  padding: 0;
  position: relative;
}
/* line 225, ../sass/layout/_interior_page.scss */
.category-slider .listing h4 {
  font-size: 15px;
  margin-bottom: 0;
}
/* line 229, ../sass/layout/_interior_page.scss */
.category-slider .listing h4 a, .category-slider .listing a {
  color: #fff;
}
/* line 232, ../sass/layout/_interior_page.scss */
.category-slider .listing .meta {
  color: #fff;
  font-size: 15px;
  display: none;
  margin-bottom: 0;
}
/* line 238, ../sass/layout/_interior_page.scss */
.category-slider .listing .cat {
  display: none;
}
/* line 241, ../sass/layout/_interior_page.scss */
.category-slider .listing p {
  display: none;
}
/* line 245, ../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 254, ../sass/layout/_interior_page.scss */
.category-slider .meta-xs {
  display: inline-block;
  padding: 3px 5px;
  background-color: #F6EB3D;
  color: #111111;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 10;
}
@media (min-width: 768px) {
  /* line 265, ../sass/layout/_interior_page.scss */
  .category-slider .listing {
    text-align: left;
  }
  /* line 267, ../sass/layout/_interior_page.scss */
  .category-slider .listing h4 {
    margin-bottom: 15px;
  }
  /* line 270, ../sass/layout/_interior_page.scss */
  .category-slider .listing .meta {
    display: block;
  }
}
@media (min-width: 1200px) {
  /* line 217, ../sass/layout/_interior_page.scss */
  .category-slider {
    max-width: 800px;
  }
  /* line 277, ../sass/layout/_interior_page.scss */
  .category-slider .featured-cat-excerpt {
    position: static;
    background: transparent;
    padding: 0 15px;
    margin: 0;
  }
  /* line 283, ../sass/layout/_interior_page.scss */
  .category-slider .meta-xs {
    display: none !important;
  }
  /* line 286, ../sass/layout/_interior_page.scss */
  .category-slider .listing {
    font-size: 17px;
  }
  /* line 288, ../sass/layout/_interior_page.scss */
  .category-slider .listing h4 {
    font-size: 22px;
  }
  /* line 291, ../sass/layout/_interior_page.scss */
  .category-slider .listing h4 a, .category-slider .listing a, .category-slider .listing .meta {
    color: #111111;
  }
  /* line 294, ../sass/layout/_interior_page.scss */
  .category-slider .listing p {
    display: block;
  }
  /* line 297, ../sass/layout/_interior_page.scss */
  .category-slider .listing .meta {
    margin-bottom: 15px;
  }
}

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

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

/* line 312, ../sass/layout/_interior_page.scss */
.special-more {
  font-size: 25px;
  border-bottom: 5px solid #555;
  display: block;
  text-transform: uppercase;
  margin-bottom: 60px;
}
/* line 318, ../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 327, ../sass/layout/_interior_page.scss */
.special-more span:after {
  content: '\00A0\203A';
  white-space: nowrap;
}

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

/* line 350, ../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 358, ../sass/layout/_interior_page.scss */
#comment-toggle span {
  border-bottom: 3px solid #F6EB3D;
  position: relative;
  top: -2px;
  text-transform: uppercase;
}

/* line 366, ../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 371, ../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 366, ../sass/layout/_interior_page.scss */
  .single .entry {
    display: block;
  }
}

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

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

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

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

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

/* line 447, ../sass/layout/_interior_page.scss */
.signup-submit {
  width: 50%;
}
/* line 449, ../sass/layout/_interior_page.scss */
.signup-submit input {
  background-color: #F6EB3D;
  color: #0c0c1e;
  text-transform: uppercase;
  font-size: 15px;
  border: 0 none;
}

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

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

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

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

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

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

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

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

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

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

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

  /* line 502, ../sass/layout/_interior_page.scss */
  .more {
    border-top: 11px solid #e8e8e8;
  }
  /* line 504, ../sass/layout/_interior_page.scss */
  .more:hover {
    border-top: 11px solid #F6EB3D;
  }
  /* line 506, ../sass/layout/_interior_page.scss */
  .more:hover a {
    background-color: #F6EB3D;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 557, ../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 564, ../sass/layout/_interior_page.scss */
  #als-category-list .als-viewport {
    margin-left: -15px;
    width: 800px !important;
    max-height: 309px;
  }
  /* line 569, ../sass/layout/_interior_page.scss */
  #als-category-list .als-item {
    max-width: 800px;
  }
  /* line 572, ../sass/layout/_interior_page.scss */
  #als-category-list .als-prev, #als-category-list .als-next {
    top: 125px;
    color: #111111;
  }
  /* line 576, ../sass/layout/_interior_page.scss */
  #als-category-list .als-prev {
    left: -65px;
  }
  /* line 579, ../sass/layout/_interior_page.scss */
  #als-category-list .meta-xs {
    display: none;
  }
  /* line 582, ../sass/layout/_interior_page.scss */
  #als-category-list .listing {
    font-size: 17px;
  }
  /* line 584, ../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 #e8e8e8;
}
/* 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 */
.menu-widget {
  background-color: #eee;
  padding: 0 15px 15px;
  border-top: 11px solid #e8e8e8;
}
/* line 29, ../sass/layout/_sidebar.scss */
.menu-widget ul {
  padding-left: 0;
  margin-bottom: 0;
}
/* line 32, ../sass/layout/_sidebar.scss */
.menu-widget ul li {
  list-style-type: none;
}
/* line 34, ../sass/layout/_sidebar.scss */
.menu-widget ul li a {
  text-transform: uppercase;
  color: #111111;
  font-size: 19px;
  margin-top: 20px;
  display: inline-block;
  font-weight: normal;
}
/* line 43, ../sass/layout/_sidebar.scss */
.menu-widget ul li.current-menu-item a {
  font-weight: bold;
  border-bottom: 3px solid #F6EB3D;
}
/* line 46, ../sass/layout/_sidebar.scss */
.menu-widget ul li.current-menu-item a:hover {
  text-decoration: none;
}

/* line 54, ../sass/layout/_sidebar.scss */
.selectboxit-container .selectboxit {
  width: 100% !important;
  background-color: #F6EB3D;
  color: #111111;
  font-size: 18px;
  text-align: left;
  position: relative;
}
/* line 61, ../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 74, ../sass/layout/_sidebar.scss */
.selectboxit-container .caret {
  display: none;
}
/* line 77, ../sass/layout/_sidebar.scss */
.selectboxit-container .selectboxit-options {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  min-width: 0 !important;
}
/* line 83, ../sass/layout/_sidebar.scss */
.selectboxit-container #catSelectBoxItText {
  max-width: 90% !important;
  display: block;
  overflow: hidden;
}

/* line 90, ../sass/layout/_sidebar.scss */
.tagcloud a {
  color: #404041;
}
/* line 92, ../sass/layout/_sidebar.scss */
.tagcloud a:hover {
  display: inline-block;
  background-color: #F6EB3D;
  text-decoration: none;
  color: #111111;
  border-radius: 3px;
  padding: 1px 3px;
  margin: -1px -3px;
}

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

/* line 105, ../sass/layout/_sidebar.scss */
#text-2 {
  /* Print Edition Sidebar */
}
/* line 106, ../sass/layout/_sidebar.scss */
#text-2 .widget-title {
  margin-bottom: 0;
}
/* line 108, ../sass/layout/_sidebar.scss */
#text-2 .widget-title a:hover {
  text-decoration: none;
  border-bottom: 3px solid #F6EB3D;
}
/* line 113, ../sass/layout/_sidebar.scss */
#text-2 h4 {
  margin-top: 10px;
}
/* line 116, ../sass/layout/_sidebar.scss */
#text-2 img {
  border: 1px solid #e8e8e8;
}

/* 
*  Modules File Index
*
*/
/*
	= Main Menu	
*******************************************************************************************/
/* line 5, ../sass/modules/_mainmenu.scss */
#site-navigation {
  background-color: #ED1C24;
  background: linear-gradient(to bottom, #ED1C24 0%, #ED1C24 50%, #00AEEF 50%, #00AEEF 100%);
  position: relative;
  margin: 0 -15px;
  padding: 0 15px;
  text-align: center;
}

/* line 13, ../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 27, ../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 57, ../sass/modules/_mainmenu.scss */
.collapse-button:hover, .collapse-button:focus {
  background-image: none;
  background-color: #040404;
  color: #FFF;
}

/* line 62, ../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 72, ../sass/modules/_mainmenu.scss */
.collapse-button {
  display: none;
}

/* line 75, ../sass/modules/_mainmenu.scss */
.navbar-toggle {
  float: none;
  margin-right: 0;
  background: white;
}
/* line 79, ../sass/modules/_mainmenu.scss */
.navbar-toggle .icon-bar {
  background: #ED1C24;
}

/* line 84, ../sass/modules/_mainmenu.scss */
.other-stories, .stories-by-topic {
  /* General styles that apply to both header menus */
}
/* line 85, ../sass/modules/_mainmenu.scss */
.other-stories ul, .stories-by-topic ul {
  padding: 0;
  margin: 0;
  text-align: left;
}
/* line 90, ../sass/modules/_mainmenu.scss */
.other-stories li, .stories-by-topic li {
  list-style-type: none;
  display: block;
}
/* line 94, ../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 101, ../sass/modules/_mainmenu.scss */
.other-stories a:hover, .stories-by-topic a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
  color: white;
}

/* line 107, ../sass/modules/_mainmenu.scss */
.other-stories {
  background: #ED1C24;
}
/* line 109, ../sass/modules/_mainmenu.scss */
.other-stories li {
  font-size: 20px;
}
/* line 112, ../sass/modules/_mainmenu.scss */
.other-stories a {
  color: white;
  padding: 12px 13px;
}

/* line 117, ../sass/modules/_mainmenu.scss */
.stories-by-topic {
  display: none;
  background: #00AEEF;
}
/* line 120, ../sass/modules/_mainmenu.scss */
.stories-by-topic li {
  font-size: 16px;
}
/* line 123, ../sass/modules/_mainmenu.scss */
.stories-by-topic a {
  color: #fff;
}

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

/* line 135, ../sass/modules/_mainmenu.scss */
#mobile-stories-menu {
  display: inline-block;
  margin-left: 10px;
  margin-right: 15px;
}
/* line 139, ../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 147, ../sass/modules/_mainmenu.scss */
#mobile-stories-menu .dropdown-menu > li > a {
  text-transform: uppercase;
  font-weight: bold;
  padding: 6px 15px;
}

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

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

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

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

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

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

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

  /* line 182, ../sass/modules/_mainmenu.scss */
  .other-stories li {
    margin-right: -4px;
  }
}
@media (min-width: 1200px) {
  /* line 189, ../sass/modules/_mainmenu.scss */
  #stories-label, #mobile-stories-menu {
    display: none;
  }

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

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

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

  /* line 201, ../sass/modules/_mainmenu.scss */
  .stories-by-topic {
    display: block;
  }
  /* line 203, ../sass/modules/_mainmenu.scss */
  .stories-by-topic li {
    margin-right: -4px;
  }
}
/* 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 #e8e8e8;
}
/* 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: #111111;
  text-decoration: none;
  background-color: #e8e8e8;
  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: #F6EB3D;
  color: #111111;
}

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