/*
	= General
*******************************************************************************************/
/* line 21, ../sass/sass_style.scss */
html {
  overflow-x: hidden;
}

/* line 22, ../sass/sass_style.scss */
body {
  overflow: hidden;
}

/* line 23, ../sass/sass_style.scss */
body {
  font: normal normal normal 15px/120% ProximaNova, Arial, sans-serif;
  color: #0C0C1E;
  padding-bottom: 0;
  background-color: #fff;
  text-align: center;
}

/* line 30, ../sass/sass_style.scss */
.container {
  width: 100%;
  max-width: 1170px;
}

/* line 34, ../sass/sass_style.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 38, ../sass/sass_style.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 45, ../sass/sass_style.scss */
.wp-caption img {
  width: 100%;
  height: auto;
}
/* line 49, ../sass/sass_style.scss */
.wp-caption .wp-caption-text {
  margin-bottom: 0;
  font-size: 12px;
  font-style: italic;
  color: #111;
}

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

/* line 59, ../sass/sass_style.scss */
a {
  color: #0C0C1E;
}
/* line 61, ../sass/sass_style.scss */
a:hover {
  text-decoration: underline;
  color: black;
}

/* line 66, ../sass/sass_style.scss */
.entry a {
  color: #444;
  text-decoration: underline;
}

/* line 70, ../sass/sass_style.scss */
.entry img {
  margin-bottom: 20px;
}

/* line 73, ../sass/sass_style.scss */
em {
  font-style: italic;
}

/* line 76, ../sass/sass_style.scss */
strong {
  font-weight: bold;
}

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

/* line 83, ../sass/sass_style.scss */
blockquote, blockquote * {
  color: #0C0C1E;
  font: italic normal bold 18px/130% ProximaNova, Arial, sans-serif;
  margin: 15px 0;
}

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

/* line 95, ../sass/sass_style.scss */
h2 {
  font-size: 25px;
}

/* line 96, ../sass/sass_style.scss */
h3 {
  font-size: 22px;
}

/* line 97, ../sass/sass_style.scss */
h4 {
  font-size: 18px;
}

/* line 98, ../sass/sass_style.scss */
h5 {
  font-size: 16px;
}

/* line 99, ../sass/sass_style.scss */
h6 {
  font-size: 14px;
}

/* line 101, ../sass/sass_style.scss */
ul {
  padding-left: 30px;
  list-style-type: square;
  color: #111;
  font: normal normal normal 15px/150% ProximaNova, Arial, sans-serif;
  margin-bottom: 15px;
}
/* line 107, ../sass/sass_style.scss */
ul ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 0;
}
/* line 111, ../sass/sass_style.scss */
ul ul ul {
  list-style-type: circle;
}

/* line 116, ../sass/sass_style.scss */
ol {
  padding-left: 30px;
  list-style-type: decimal;
  color: #111;
  font: normal normal normal 15px/150% ProximaNova, Arial, sans-serif;
  margin-bottom: 15px;
}

/* line 124, ../sass/sass_style.scss */
.maincontent {
  padding-bottom: 30px;
}

/* line 128, ../sass/sass_style.scss */
.page-title {
  font-size: 25px;
}

/* line 129, ../sass/sass_style.scss */
.widget-title {
  font-size: 25px;
}

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

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

/* line 139, ../sass/sass_style.scss */
.navbar-wrapper .container {
  padding: 0;
}

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

/* line 145, ../sass/sass_style.scss */
.navbar {
  border: none;
  margin-bottom: 0;
}

/* line 149, ../sass/sass_style.scss */
.navbar-inverse {
  background-color: transparent;
}

/* line 153, ../sass/sass_style.scss */
.left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 158, ../sass/sass_style.scss */
.brand {
  margin-bottom: 10px;
}
/* line 160, ../sass/sass_style.scss */
.brand h1 {
  margin-top: 25px;
}
/* line 161, ../sass/sass_style.scss */
.brand hgroup img {
  margin-right: 15px;
}
/* line 162, ../sass/sass_style.scss */
.brand .pull-left {
  float: none !important;
}
/* line 163, ../sass/sass_style.scss */
.brand aside {
  text-align: right;
  padding-top: 20px;
}
/* line 166, ../sass/sass_style.scss */
.brand aside .fb-like, .brand aside .social-media, .brand aside .dropdown {
  float: right;
  margin-left: 10px;
}
/* line 170, ../sass/sass_style.scss */
.brand aside .social-media {
  text-align: left;
  padding-top: 5px;
}
/* line 171, ../sass/sass_style.scss */
.brand aside .fb-like {
  padding-top: 5px;
}

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

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

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

/* line 213, ../sass/sass_style.scss */
#flags {
  width: 100% !important;
}

/* line 216, ../sass/sass_style.scss */
#flags li {
  width: 50%;
}

/* line 219, ../sass/sass_style.scss */
#flags ul {
  padding: 5px;
}

/* line 222, ../sass/sass_style.scss */
.flag:after {
  content: attr(title);
  float: right;
  font-size: 12px;
  display: block;
  padding: 0 3px;
}

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

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

/* line 242, ../sass/sass_style.scss */
#header-newsletter {
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  background-color: #00ff99;
  color: #0C0C1E;
  border: 2px solid white;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 255, ../sass/sass_style.scss */
#header-newsletter:hover {
  text-decoration: none;
  border-color: #0C0C1E;
}

/* line 261, ../sass/sass_style.scss */
#newsletter-dropdown .dropdown-menu {
  min-width: 350px;
}
/* line 263, ../sass/sass_style.scss */
#newsletter-dropdown .dropdown-menu .mc4wp-form {
  width: 98%;
  float: left;
}
/* line 266, ../sass/sass_style.scss */
#newsletter-dropdown .dropdown-menu .mc4wp-form span input {
  position: static;
}

/*
	= Navigation
*******************************************************************************************/
/* line 277, ../sass/sass_style.scss */
#site-navigation {
  background-color: #0C0C1E;
  position: relative;
  margin: 0 -15px;
  text-align: center;
}

/* line 283, ../sass/sass_style.scss */
#site-navigation:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  position: absolute;
  background-color: #0C0C1E;
}

/* line 293, ../sass/sass_style.scss */
#site-navigation:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  right: 100%;
  top: 0;
  position: absolute;
  background-color: #0C0C1E;
}

/* line 303, ../sass/sass_style.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 317, ../sass/sass_style.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 347, ../sass/sass_style.scss */
.collapse-button:hover, .collapse-button:focus {
  background-image: none;
  background-color: #040404;
  color: #FFF;
}

/* line 352, ../sass/sass_style.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 362, ../sass/sass_style.scss */
.collapse-button {
  display: none;
}

/* line 365, ../sass/sass_style.scss */
.navbar-toggle {
  float: none;
  margin-right: 0;
}

/* line 370, ../sass/sass_style.scss */
.other-stories, .stories-by-topic {
  /* General styles that apply to both header menus */
}
/* line 371, ../sass/sass_style.scss */
.other-stories ul, .stories-by-topic ul {
  padding: 0;
  margin: 0;
  text-align: left;
}
/* line 376, ../sass/sass_style.scss */
.other-stories li, .stories-by-topic li {
  list-style-type: none;
  display: block;
}
/* line 380, ../sass/sass_style.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 387, ../sass/sass_style.scss */
.other-stories a:hover, .stories-by-topic a:hover {
  text-decoration: none;
  background-color: #00ff99;
  color: #0C0C1E;
}

/* line 394, ../sass/sass_style.scss */
.other-stories li {
  font-size: 20px;
}
/* line 397, ../sass/sass_style.scss */
.other-stories a {
  color: #888;
  padding: 12px 13px;
}

/* line 402, ../sass/sass_style.scss */
.stories-by-topic {
  display: none;
}
/* line 404, ../sass/sass_style.scss */
.stories-by-topic li {
  font-size: 16px;
}
/* line 407, ../sass/sass_style.scss */
.stories-by-topic a {
  color: #fff;
}

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

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

/* line 437, ../sass/sass_style.scss */
#stories-dropdown-menu {
  top: 85%;
}

/*
	= Footer
*******************************************************************************************/
/* line 445, ../sass/sass_style.scss */
footer {
  background-color: #222;
  color: #fff;
  position: relative;
  padding-bottom: 60px;
}

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

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

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

/* line 478, ../sass/sass_style.scss */
.footer-primary ul, .footer-secondary ul {
  padding-left: 0;
  line-height: 100%;
}
/* line 482, ../sass/sass_style.scss */
.footer-primary li, .footer-secondary li {
  list-style-type: none;
  display: inline;
}
/* line 485, ../sass/sass_style.scss */
.footer-primary li a, .footer-secondary li a {
  color: #fff;
  text-transform: uppercase;
}
/* line 490, ../sass/sass_style.scss */
.footer-primary li:before, .footer-secondary li:before {
  content: ' / ';
  padding: 0 10px;
  color: #fff;
}
/* line 495, ../sass/sass_style.scss */
.footer-primary li:first-child:before, .footer-secondary li:first-child:before {
  content: '';
  padding: 0;
}

/* line 501, ../sass/sass_style.scss */
.footer-primary ul {
  font-size: 18px;
}
/* line 504, ../sass/sass_style.scss */
.footer-primary a {
  font-weight: bold;
}

/* line 509, ../sass/sass_style.scss */
.footer-secondary ul {
  font-size: 12px;
}

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

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

/* line 531, ../sass/sass_style.scss */
.social-media {
  padding-left: 0;
  display: inline-block;
}
/* line 534, ../sass/sass_style.scss */
.social-media li {
  display: inline-block;
  float: left;
  margin-right: 2px;
  list-style-type: none;
}
/* line 539, ../sass/sass_style.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 548, ../sass/sass_style.scss */
.social-media .sm-fb a {
  background-position: 0 0;
}
/* line 549, ../sass/sass_style.scss */
.social-media .sm-tw a {
  background-position: -26px 0;
}
/* line 550, ../sass/sass_style.scss */
.social-media .sm-ig a {
  background-position: -52px 0;
}
/* line 551, ../sass/sass_style.scss */
.social-media .sm-yt a {
  background-position: -78px 0;
}

/* line 554, ../sass/sass_style.scss */
.video-text {
  text-align: left;
  display: block;
  margin: 10px 0 0;
  font-weight: 500;
  font-size: 20px;
  color: #444;
}

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

/* line 567, ../sass/sass_style.scss */
.fb-like-box, .footer-video, .twitter-box {
  background-color: white;
  width: 100%;
  padding: 20px;
  min-height: 310px;
}

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

/*
	= Content Display, Lists, Thumbnail Lists
*******************************************************************************************/
/* line 596, ../sass/sass_style.scss */
.listing {
  font-size: 15px;
}
/* line 598, ../sass/sass_style.scss */
.listing h4 {
  margin-top: 0;
  font-size: 18px;
  text-transform: none;
  font-weight: bold;
}
/* line 603, ../sass/sass_style.scss */
.listing h4 a:after {
  content: '\00A0\203A';
  white-space: nowrap;
}
/* line 608, ../sass/sass_style.scss */
.listing .meta {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 15px;
}
/* line 613, ../sass/sass_style.scss */
.listing p {
  margin-bottom: 0;
}

/* line 617, ../sass/sass_style.scss */
.cat {
  text-transform: uppercase;
  margin-bottom: 3px;
}
/* line 620, ../sass/sass_style.scss */
.cat a {
  border-bottom: 3px solid #00ff99;
  white-space: nowrap;
  text-decoration: none;
  color: #0C0C1E;
}
/* line 626, ../sass/sass_style.scss */
.cat a:hover {
  text-decoration: none;
  background-color: #00ff99;
  border: 3px solid #00ff99;
  margin-left: -3px;
  margin-right: -3px;
  margin-top: -3px;
  border-radius: 3px;
}

/* line 636, ../sass/sass_style.scss */
.entry .meta {
  margin-top: 45px;
}

/* line 640, ../sass/sass_style.scss */
.parent-pageid-2 .listing, .row.listing {
  margin-bottom: 30px;
}
/* line 642, ../sass/sass_style.scss */
.parent-pageid-2 .listing h4, .row.listing h4 {
  margin-top: 10px;
}

/* line 647, ../sass/sass_style.scss */
.listing-secondary h4 {
  margin-top: 10px !important;
}

/* line 651, ../sass/sass_style.scss */
.listing.tertiary {
  margin-bottom: 0;
}
/* line 653, ../sass/sass_style.scss */
.listing.tertiary a {
  display: block;
}
/* line 654, ../sass/sass_style.scss */
.listing.tertiary a:hover h4 {
  background-color: #00ff99;
  color: #0C0C1E;
}
/* line 658, ../sass/sass_style.scss */
.listing.tertiary > div {
  position: relative;
  margin-bottom: 30px;
}
/* line 662, ../sass/sass_style.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 674, ../sass/sass_style.scss */
.listing.tertiary .meta {
  display: inline-block;
  padding: 3px 5px;
  background-color: #00ff99;
  color: #0C0C1E;
  position: absolute;
  left: 15px;
  top: 20px;
  z-index: 10;
}
/* line 684, ../sass/sass_style.scss */
.listing.tertiary img {
  width: 100%;
}

/* line 689, ../sass/sass_style.scss */
.other-news .listing {
  margin-bottom: 20px;
}
/* line 690, ../sass/sass_style.scss */
.other-news .listing h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

/* line 696, ../sass/sass_style.scss */
.single-print-listing {
  border-top: 5px solid #444;
  border-bottom: 5px solid #444;
  border-left: 1px solid #ccc;
  padding: 0 0 5px 10px;
  text-align: center;
  margin-bottom: 20px;
}
/* line 703, ../sass/sass_style.scss */
.single-print-listing .meta {
  display: inline-block;
  background-color: #444;
  color: #fff;
  font-weight: bold;
  padding: 2px 7px;
  text-align: center;
}
/* line 711, ../sass/sass_style.scss */
.single-print-listing img {
  border: 1px solid #ddd;
}
/* line 714, ../sass/sass_style.scss */
.single-print-listing .print-description {
  background: url("../../images/print-shadow.png") no-repeat 0 0 transparent;
  background-size: contain;
  padding-top: 25px;
}
/* line 719, ../sass/sass_style.scss */
.single-print-listing h4 {
  padding: 15px 15px 0;
  color: #0C0C1E;
  font-size: 16px;
  text-transform: none;
  margin-top: 0;
  font-weight: bold;
}

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

/* line 733, ../sass/sass_style.scss */
.download-view {
  padding-left: 0;
  margin-bottom: 0;
}
/* line 736, ../sass/sass_style.scss */
.download-view li {
  float: left;
  width: 50%;
  list-style-type: none;
  text-align: center;
  border-left: 10px solid white;
}
/* line 742, ../sass/sass_style.scss */
.download-view li:first-child {
  border-left: 0 none;
}
/* line 745, ../sass/sass_style.scss */
.download-view li a {
  color: #0C0C1E;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #00ff99;
  border: 2px solid transparent;
}
/* line 753, ../sass/sass_style.scss */
.download-view li a:hover {
  border: 2px solid #444;
  text-decoration: none;
}
/* line 757, ../sass/sass_style.scss */
.download-view li a:after {
  content: '\00A0\203A';
}

/* line 763, ../sass/sass_style.scss */
#als-category-list {
  margin-bottom: 20px;
}
/* line 765, ../sass/sass_style.scss */
#als-category-list .als-viewport {
  max-width: 100%;
}
/* line 768, ../sass/sass_style.scss */
#als-category-list .als-item {
  width: 100%;
  max-width: 750px;
}
/* line 771, ../sass/sass_style.scss */
#als-category-list .als-item img {
  width: 100%;
  height: auto;
}
/* line 775, ../sass/sass_style.scss */
#als-category-list .als-item ul {
  position: relative;
  padding-left: 0;
}
/* line 779, ../sass/sass_style.scss */
#als-category-list .als-item li {
  list-style-type: none;
  text-align: left;
}
/* line 784, ../sass/sass_style.scss */
#als-category-list .als-prev, #als-category-list .als-next {
  font-size: 150px;
  color: #000;
  top: 25px;
  z-index: 99;
  opacity: 0.75;
}
/* line 791, ../sass/sass_style.scss */
#als-category-list .als-prev {
  left: 15px;
}
/* line 794, ../sass/sass_style.scss */
#als-category-list .als-next {
  right: 15px;
}

/* line 798, ../sass/sass_style.scss */
.cat-content, .cat-full-width {
  position: absolute;
  bottom: 0;
  padding: 15px;
  background-color: black;
  opacity: 0.75;
  width: 100%;
}
/* line 805, ../sass/sass_style.scss */
.cat-content *, .cat-full-width * {
  color: white;
}
/* line 806, ../sass/sass_style.scss */
.cat-content p, .cat-full-width p {
  display: none;
}
/* line 807, ../sass/sass_style.scss */
.cat-content .meta, .cat-full-width .meta {
  display: block;
}

/* line 810, ../sass/sass_style.scss */
.more {
  text-align: center;
}
/* line 812, ../sass/sass_style.scss */
.more a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  background-color: #ddd;
  padding: 10px 45px 8px;
}
/* line 819, ../sass/sass_style.scss */
.more a:after {
  content: '\00A0\203A';
  white-space: nowrap;
}
/* line 823, ../sass/sass_style.scss */
.more a:hover {
  text-decoration: none;
  background-color: #00ff99;
}

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

/* line 835, ../sass/sass_style.scss */
.special-listing h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
/* line 836, ../sass/sass_style.scss */
.special-listing .meta {
  font-size: 14px;
}

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

/*
	= Interior pages
*******************************************************************************************/
/* Single */
/* line 866, ../sass/sass_style.scss */
.author-box {
  padding: 30px 0;
  margin: 30px 0;
  border-top: 11px solid #ddd;
  border-bottom: 11px solid #ddd;
}
/* line 871, ../sass/sass_style.scss */
.author-box h4 {
  margin-top: 0;
}

/* line 876, ../sass/sass_style.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 884, ../sass/sass_style.scss */
#comment-toggle span {
  border-bottom: 3px solid #00ff99;
  position: relative;
  top: -2px;
  text-transform: uppercase;
}

/* line 892, ../sass/sass_style.scss */
.single .entry {
  text-align: left;
}

/* SIDEBAR */
/* line 898, ../sass/sass_style.scss */
#secondary {
  margin-top: 30px;
  padding-top: 20px;
  z-index: 1;
}
/* line 902, ../sass/sass_style.scss */
#secondary .widget {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 11px solid #ddd;
}
/* line 907, ../sass/sass_style.scss */
#secondary .widget:last-child {
  border-bottom: 0 none;
}
/* line 910, ../sass/sass_style.scss */
#secondary .widget-title {
  margin-top: 0;
}
/* line 913, ../sass/sass_style.scss */
#secondary:before {
  background: #dddddd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dddddd 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dddddd 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dddddd 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dddddd 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dddddd 0%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
  z-index: -1;
}

/* line 933, ../sass/sass_style.scss */
.widget_nav_menu {
  background-color: #eee;
  padding: 15px;
  border-top: 11px solid #ddd;
}
/* line 937, ../sass/sass_style.scss */
.widget_nav_menu ul {
  padding-left: 0;
  margin-bottom: 0;
}
/* line 940, ../sass/sass_style.scss */
.widget_nav_menu ul li {
  list-style-type: none;
}
/* line 942, ../sass/sass_style.scss */
.widget_nav_menu ul li a {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  color: #0C0C1E;
}
/* line 949, ../sass/sass_style.scss */
.widget_nav_menu ul ul {
  padding-left: 0;
}
/* line 951, ../sass/sass_style.scss */
.widget_nav_menu ul ul a {
  font-size: 19px;
  margin-top: 20px;
  display: inline-block;
  font-weight: normal;
}
/* line 957, ../sass/sass_style.scss */
.widget_nav_menu ul ul li.current-menu-item a {
  font-weight: bold;
  border-bottom: 3px solid #00ff99;
}
/* line 960, ../sass/sass_style.scss */
.widget_nav_menu ul ul li.current-menu-item a:hover {
  text-decoration: none;
}

/* line 969, ../sass/sass_style.scss */
.selectboxit-container .selectboxit {
  width: 100% !important;
  background-color: #00ff99;
  color: #0C0C1E;
  font-size: 18px;
  text-align: left;
  position: relative;
}
/* line 976, ../sass/sass_style.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 989, ../sass/sass_style.scss */
.selectboxit-container .caret {
  display: none;
}
/* line 992, ../sass/sass_style.scss */
.selectboxit-container .selectboxit-options {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  min-width: 0 !important;
}
/* line 998, ../sass/sass_style.scss */
.selectboxit-container #catSelectBoxItText {
  max-width: 90% !important;
  display: block;
  overflow: hidden;
}

/* line 1008, ../sass/sass_style.scss */
#gtranslate_selectorSelectBoxItContainer.selectboxit-container .selectboxit {
  width: 100%;
  background-color: #fff;
  color: #0C0C1E;
  font-size: 13px;
  padding: 2px 20px 2px 7px;
  text-align: left;
  position: relative;
}
/* line 1016, ../sass/sass_style.scss */
#gtranslate_selectorSelectBoxItContainer.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: 14px;
}
/* line 1030, ../sass/sass_style.scss */
#gtranslate_selectorSelectBoxItContainer.selectboxit-container .selectboxit-options {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  min-width: 0 !important;
}
/* line 1036, ../sass/sass_style.scss */
#gtranslate_selectorSelectBoxItContainer.selectboxit-container #catSelectBoxItText {
  max-width: 90% !important;
  display: block;
  overflow: hidden;
}

/* line 1045, ../sass/sass_style.scss */
.tagcloud a {
  color: #444;
}
/* line 1047, ../sass/sass_style.scss */
.tagcloud a:hover {
  display: inline-block;
  background-color: #00ff99;
  text-decoration: none;
  color: #0C0C1E;
  border-radius: 3px;
  padding: 1px 3px;
  margin: -1px -3px;
}

/* line 1058, ../sass/sass_style.scss */
.gallery object {
  height: auto;
}

/* line 1060, ../sass/sass_style.scss */
#text-2 {
  /* Print Edition Sidebar */
}
/* line 1061, ../sass/sass_style.scss */
#text-2 .widget-title {
  margin-bottom: 0;
}
/* line 1063, ../sass/sass_style.scss */
#text-2 .widget-title a:hover {
  text-decoration: none;
  border-bottom: 3px solid #00ff99;
}
/* line 1068, ../sass/sass_style.scss */
#text-2 h4 {
  margin-top: 10px;
}
/* line 1071, ../sass/sass_style.scss */
#text-2 img {
  border: 1px solid #ddd;
}

/* FORMS */
/* line 1078, ../sass/sass_style.scss */
#frm_field_90_container {
  display: none;
}

/* MailChimp Signup */
/* line 1084, ../sass/sass_style.scss */
.mc4wp-form {
  width: 100%;
  float: none;
}
/* line 1087, ../sass/sass_style.scss */
.mc4wp-form label {
  display: none;
}
/* line 1088, ../sass/sass_style.scss */
.mc4wp-form span {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  position: relative;
}
/* line 1093, ../sass/sass_style.scss */
.mc4wp-form span input {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 1104, ../sass/sass_style.scss */
.signup-email {
  width: 45%;
}
/* line 1106, ../sass/sass_style.scss */
.signup-email input {
  color: #000;
  padding-left: 12px !important;
  font-size: 15px;
}

/* line 1112, ../sass/sass_style.scss */
.signup-submit {
  width: 55%;
}
/* line 1114, ../sass/sass_style.scss */
.signup-submit input {
  background-color: #00ff99;
  color: #0C0C1E;
  text-transform: uppercase;
  font-size: 15px;
  border: 0 none;
}

/* line 1122, ../sass/sass_style.scss */
.mc4wp-alert {
  color: #444;
  background-color: #00ff99;
  border-radius: 5px;
  border: 1px solid #444;
  margin-top: 10px;
  padding: 10px;
}

/* Sitemap */
/* line 1133, ../sass/sass_style.scss */
.page-id-22 .entry #menu-about {
  margin-bottom: -22px;
}

/* line 1136, ../sass/sass_style.scss */
.page-id-22 .entry .menu-item-162 {
  display: none;
}

/* Navigation - Pagination
****************************************************/
/* line 1145, ../sass/sass_style.scss */
.navigation {
  margin-top: 42px;
  margin-top: 3rem;
  margin-bottom: 70px;
  margin-bottom: 5rem;
  text-align: center;
  padding-top: 30px;
  border-top: 11px solid #ddd;
}
/* line 1153, ../sass/sass_style.scss */
.navigation ul {
  padding-left: 0;
}

/* line 1158, ../sass/sass_style.scss */
.navigation li {
  display: inline;
}

/* line 1162, ../sass/sass_style.scss */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #0C0C1E;
  text-decoration: none;
  background-color: #ddd;
  border-radius: 4px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}

/* line 1175, ../sass/sass_style.scss */
.navigation li a:hover,
.navigation li.active a {
  background-color: #00ff99;
  color: #0C0C1E;
}

/* line 1180, ../sass/sass_style.scss */
.page-numbers span.current {
  border-radius: 4px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
  background-color: #00ff99;
  color: #0C0C1E;
}

/*
	= Home
*******************************************************************************************/
/* line 1194, ../sass/sass_style.scss */
.home > .container h2, .home > .container h3 {
  font-size: 36px;
  font-weight: bold;
}
/* line 1197, ../sass/sass_style.scss */
.home > .container h2 a, .home > .container h3 a {
  text-decoration: none;
}
/* line 1200, ../sass/sass_style.scss */
.home > .container h2 a:after, .home > .container h3 a:after {
  content: '\00A0\203A';
}
/* line 1203, ../sass/sass_style.scss */
.home > .container h2 a:hover, .home > .container h3 a:hover {
  border-bottom: 3px solid #00ff99;
  margin-bottom: -3px;
}

/* line 1208, ../sass/sass_style.scss */
.home #special-coverage, .home .print-listing {
  padding-bottom: 20px;
  border-bottom: 11px solid #ddd;
}

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

/* line 1225, ../sass/sass_style.scss */
#other-news h4 {
  font-size: 18px;
  margin: 0 0 5px;
}
/* line 1229, ../sass/sass_style.scss */
#other-news .meta {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #0C0C1E;
}

/* THIRD-PARTY PLUGINS AND ADDITIONS */
/* advanced list slider */
/* line 1240, ../sass/sass_style.scss */
.als-container {
  position: relative;
  width: 100%;
  margin: 0px auto;
  z-index: 0;
}

/* line 1246, ../sass/sass_style.scss */
.als-viewport {
  position: relative;
  overflow: hidden;
  margin: 0px auto;
}

/* line 1251, ../sass/sass_style.scss */
.als-wrapper {
  position: relative;
  /* if you are using a list with <ul> <li> */
  list-style: none;
  padding-left: 0;
}

/* line 1257, ../sass/sass_style.scss */
.als-item {
  position: relative;
  display: block;
  text-align: center;
  /*	cursor: pointer; */
  float: left;
}

/* line 1264, ../sass/sass_style.scss */
.als-prev, .als-next {
  position: absolute;
  cursor: pointer;
  clear: both;
}

/* HOME - Featured Stories */
/* line 1273, ../sass/sass_style.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: #ddd;
  margin: 50px 0 40px;
}
/* line 1281, ../sass/sass_style.scss */
#home-featured-heading span {
  padding: 10px;
  background-color: white;
  display: inline-block;
  position: relative;
  top: -25px;
}

/* line 1290, ../sass/sass_style.scss */
#als-featured-list {
  padding-bottom: 20px;
  border-bottom: 11px solid #ddd;
}
/* line 1293, ../sass/sass_style.scss */
#als-featured-list .als-viewport {
  margin: 0;
  height: auto !important;
  max-height: 435px;
}
/* line 1299, ../sass/sass_style.scss */
#als-featured-list .als-item {
  max-width: 390px;
}
/* line 1301, ../sass/sass_style.scss */
#als-featured-list .als-item ul {
  padding: 0 30px 0 0;
}
/* line 1304, ../sass/sass_style.scss */
#als-featured-list .als-item li {
  list-style-type: none;
  text-align: left;
}
/* line 1308, ../sass/sass_style.scss */
#als-featured-list .als-item img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
/* line 1313, ../sass/sass_style.scss */
#als-featured-list .als-item h4 {
  margin-bottom: 5px;
}
/* line 1317, ../sass/sass_style.scss */
#als-featured-list .als-prev, #als-featured-list .als-next {
  font-size: 100px;
  top: 90px;
}
/* line 1321, ../sass/sass_style.scss */
#als-featured-list .als-prev {
  left: -60px;
}
/* line 1324, ../sass/sass_style.scss */
#als-featured-list .als-next {
  right: -60px;
}

/* line 1329, ../sass/sass_style.scss */
.vid-wrap {
  position: relative;
}
/* line 1331, ../sass/sass_style.scss */
.vid-wrap .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  height: 62px;
  background: url("../../images/play-sprite.png") no-repeat 0 0 transparent;
  border: 0 none;
  z-index: 99999;
  text-indent: -9999px;
  overflow: hidden;
}
/* line 1344, ../sass/sass_style.scss */
.vid-wrap .play-button:hover {
  background-position: bottom left;
}

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

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

/*
	= Media Queries
*******************************************************************************************/
@media (max-width: 1200px) {
  /* Stories by Issue Sliders */
  /* line 1377, ../sass/sass_style.scss */
  #als-category-list .als-viewport {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1382, ../sass/sass_style.scss */
  #als-category-list .col-lg-7 {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1386, ../sass/sass_style.scss */
  #als-category-list .col-lg-5 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 1;
    padding: 5px 15px;
  }
  /* line 1395, ../sass/sass_style.scss */
  #als-category-list .col-lg-5:after {
    background-color: #0C0C1E;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: -1;
  }
  /* line 1407, ../sass/sass_style.scss */
  #als-category-list .als-wrapper {
    width: 300% !important;
  }
  /* line 1410, ../sass/sass_style.scss */
  #als-category-list .als-prev, #als-category-list .als-next {
    font-size: 80px;
    line-height: 40px;
    background-color: #0C0C1E;
    color: #fff;
    display: block;
    padding: 2px 7px 8px;
    top: 41%;
  }
  /* line 1418, ../sass/sass_style.scss */
  #als-category-list .als-prev:hover, #als-category-list .als-next:hover {
    background-color: #00ff99;
  }
  /* line 1422, ../sass/sass_style.scss */
  #als-category-list .als-prev {
    left: 0;
  }
  /* line 1425, ../sass/sass_style.scss */
  #als-category-list .als-next {
    right: 0;
  }
  /* line 1428, ../sass/sass_style.scss */
  #als-category-list .als-item {
    width: 33.3333% !important;
    max-width: none;
  }
  /* line 1433, ../sass/sass_style.scss */
  #als-category-list .als-item.listing ul {
    margin-left: 0;
  }
  /* line 1436, ../sass/sass_style.scss */
  #als-category-list .als-item.listing h4 {
    font-size: 15px;
  }
  /* line 1439, ../sass/sass_style.scss */
  #als-category-list .als-item.listing h4 a, #als-category-list .als-item.listing a {
    color: #fff;
  }
  /* line 1442, ../sass/sass_style.scss */
  #als-category-list .als-item.listing .meta {
    color: #fff;
    font-size: 15px;
    display: block;
    margin-bottom: 0;
  }
  /* line 1448, ../sass/sass_style.scss */
  #als-category-list .als-item.listing .cat {
    display: none;
  }
  /* line 1451, ../sass/sass_style.scss */
  #als-category-list .als-item.listing p {
    display: none;
  }

  /* line 1457, ../sass/sass_style.scss */
  #als-featured-list .als-prev, #als-featured-list .als-next {
    font-size: 80px;
    line-height: 40px;
    background-color: #0C0C1E;
    color: #fff;
    display: block;
    padding: 2px 7px 8px;
    top: 41%;
    z-index: 10;
  }
  /* line 1466, ../sass/sass_style.scss */
  #als-featured-list .als-prev:hover, #als-featured-list .als-next:hover {
    background-color: #00ff99;
  }
  /* line 1470, ../sass/sass_style.scss */
  #als-featured-list .als-prev {
    left: -15px;
  }
  /* line 1473, ../sass/sass_style.scss */
  #als-featured-list .als-next {
    right: 15px;
  }
}
@media (max-width: 767px) {
  /* slider mobile showing one post at a time */
  /* line 1479, ../sass/sass_style.scss */
  #als-featured-list {
    width: 100%;
    /* fallback */
    width: calc(100% + 30px);
  }
  /* line 1482, ../sass/sass_style.scss */
  #als-featured-list .als-viewport {
    max-width: 100%;
  }
  /* line 1485, ../sass/sass_style.scss */
  #als-featured-list .als-wrapper {
    width: 600% !important;
  }
  /* line 1488, ../sass/sass_style.scss */
  #als-featured-list .als-item {
    width: 16.667% !important;
    max-width: 16.667%;
  }
  /* line 1491, ../sass/sass_style.scss */
  #als-featured-list .als-item li {
    text-align: center;
  }
  /* line 1495, ../sass/sass_style.scss */
  #als-featured-list .als-prev, #als-featured-list .als-next {
    font-size: 50px;
    line-height: 30px;
    padding: 2px 7px 7px;
  }

  /* line 1503, ../sass/sass_style.scss */
  #als-category-list .als-item.listing .meta {
    display: none;
  }
  /* line 1506, ../sass/sass_style.scss */
  #als-category-list .als-item.listing h4 {
    font-size: 20px;
  }
  /* line 1510, ../sass/sass_style.scss */
  #als-category-list .als-prev, #als-category-list .als-next {
    font-size: 50px;
    line-height: 30px;
    padding: 2px 7px 7px;
  }
  /* line 1515, ../sass/sass_style.scss */
  #als-category-list .meta-xs {
    display: inline-block !important;
    padding: 3px 5px;
    background-color: #00ff99;
    color: #0C0C1E;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 10;
  }

  /* Header Centering */
  /* line 1527, ../sass/sass_style.scss */
  .brand h1 {
    margin-bottom: 0;
  }

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

  /* line 1535, ../sass/sass_style.scss */
  .brand aside {
    text-align: center;
  }

  /* line 1538, ../sass/sass_style.scss */
  .social-lang {
    display: inline-block;
  }

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

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

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

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

  /* line 1556, ../sass/sass_style.scss */
  .other-stories a {
    text-align: center;
  }

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

  /* Footer Centering */
  /* line 1564, ../sass/sass_style.scss */
  #utility-nav {
    text-align: center;
  }
  /* line 1566, ../sass/sass_style.scss */
  #utility-nav .mc4wp-form {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  /* home slider tablet showing two posts at a time */
  /* line 1574, ../sass/sass_style.scss */
  #als-featured-list {
    width: 100%;
    /* fallback */
    width: calc(100% + 30px);
  }
  /* line 1577, ../sass/sass_style.scss */
  #als-featured-list .als-viewport {
    max-width: 100%;
  }
  /* line 1580, ../sass/sass_style.scss */
  #als-featured-list .als-wrapper {
    width: 300% !important;
  }
  /* line 1583, ../sass/sass_style.scss */
  #als-featured-list .als-item {
    width: 16.667% !important;
    max-width: 16.667%;
  }

  /* line 1588, ../sass/sass_style.scss */
  .listing-secondary > div:last-child {
    display: none;
  }

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

  /* line 1594, ../sass/sass_style.scss */
  #utility-nav {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  /* Tablet Portrait */
  /* line 1600, ../sass/sass_style.scss */
  body {
    text-align: left;
  }

  /* line 1603, ../sass/sass_style.scss */
  .alignleft {
    float: left;
    margin-right: 20px;
  }

  /* line 1607, ../sass/sass_style.scss */
  .aligncenter {
    margin: 20px auto;
    display: block;
  }

  /* line 1611, ../sass/sass_style.scss */
  .alignright {
    float: right;
    margin-left: 20px;
  }

  /* line 1615, ../sass/sass_style.scss */
  #site-navigation {
    text-align: left;
  }

  /* line 1618, ../sass/sass_style.scss */
  .navbar-wrapper .container, .navbar {
    margin-bottom: 0;
  }

  /* line 1621, ../sass/sass_style.scss */
  .container.mainpage {
    margin-top: 0;
  }

  /* line 1624, ../sass/sass_style.scss */
  .navbar-inverse {
    background-color: transparent;
  }

  /* line 1627, ../sass/sass_style.scss */
  .navbar-nav {
    padding-top: 57px;
  }

  /* line 1630, ../sass/sass_style.scss */
  .other-stories, .stories-by-topic {
    /* General styles that apply to both header menus */
  }
  /* line 1631, ../sass/sass_style.scss */
  .other-stories li, .stories-by-topic li {
    display: inline-block;
  }
  /* line 1634, ../sass/sass_style.scss */
  .other-stories a, .stories-by-topic a {
    display: inline-block;
  }

  /* line 1638, ../sass/sass_style.scss */
  .other-stories {
    border-bottom: 1px dotted #666;
  }
  /* line 1640, ../sass/sass_style.scss */
  .other-stories li {
    border-left: 1px dotted #666;
    margin-right: -4px;
  }
  /* line 1644, ../sass/sass_style.scss */
  .other-stories li:first-child {
    border-left: 0 none;
  }

  /* line 1648, ../sass/sass_style.scss */
  #footer-yt {
    clear: both;
  }

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

  /* line 1654, ../sass/sass_style.scss */
  .social-lang .dropdown-menu {
    /*	width:750px; */
  }

  /* line 1657, ../sass/sass_style.scss */
  #flags li {
    /*	width:20%; */
  }

  /* line 1660, ../sass/sass_style.scss */
  #comment-toggle {
    display: none;
  }

  /* line 1663, ../sass/sass_style.scss */
  .page-title {
    font-size: 35px;
  }

  /* line 1664, ../sass/sass_style.scss */
  .more {
    border-top: 11px solid #ddd;
  }
  /* line 1666, ../sass/sass_style.scss */
  .more:hover {
    border-top: 11px solid #00ff99;
  }
  /* line 1668, ../sass/sass_style.scss */
  .more:hover a {
    background-color: #00ff99;
  }

  /* line 1671, ../sass/sass_style.scss */
  #secondary {
    padding-top: 5px;
  }
  /* line 1673, ../sass/sass_style.scss */
  #secondary:before {
    content: none;
  }
}
@media (min-width: 992px) {
  /* Tablet Landscape */
}
@media (min-width: 1200px) {
  /* Desktop */
  /* line 1683, ../sass/sass_style.scss */
  body {
    font: normal normal normal 18px/120% ProximaNova, Arial, sans-serif;
  }

  /* line 1686, ../sass/sass_style.scss */
  #site-navigation {
    margin: 0;
  }

  /* line 1689, ../sass/sass_style.scss */
  .navbar-wrapper > .container {
    padding: 0;
  }

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

  /* line 1695, ../sass/sass_style.scss */
  .stories-by-topic {
    display: block;
  }
  /* line 1697, ../sass/sass_style.scss */
  .stories-by-topic li {
    border-left: 1px dotted #666;
    margin-right: -4px;
  }
  /* line 1701, ../sass/sass_style.scss */
  .stories-by-topic li:first-child {
    border-left: 0 none;
  }

  /* line 1705, ../sass/sass_style.scss */
  .brand hgroup .pull-left {
    float: left !important;
  }

  /* line 1706, ../sass/sass_style.scss */
  .site-description {
    padding-top: 52px;
  }

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

  /* line 1716, ../sass/sass_style.scss */
  #footer-yt {
    clear: none;
  }

  /* line 1720, ../sass/sass_style.scss */
  .cat-content p, .cat-full-width p {
    display: block;
  }

  /* line 1722, ../sass/sass_style.scss */
  #stories-label, #mobile-stories-menu {
    display: none;
  }

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

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

  /* line 1731, ../sass/sass_style.scss */
  .single-print-listing h4 {
    text-align: left;
  }

  /* line 1732, ../sass/sass_style.scss */
  .page-title {
    font-size: 40px;
  }

  /* line 1733, ../sass/sass_style.scss */
  .social, .meta {
    font-size: 18px;
  }

  /* line 1734, ../sass/sass_style.scss */
  .mc4wp-form {
    width: 360px;
    float: right;
  }

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

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

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

  /* Stories by Issue Slider Desktop View */
  /* line 1753, ../sass/sass_style.scss */
  #als-category-list .als-viewport {
    margin-left: -15px;
    width: 800px !important;
    max-height: 309px;
  }
  /* line 1758, ../sass/sass_style.scss */
  #als-category-list .als-item {
    max-width: 800px;
  }
  /* line 1761, ../sass/sass_style.scss */
  #als-category-list .als-prev, #als-category-list .als-next {
    top: 125px;
    color: #0C0C1E;
  }
  /* line 1765, ../sass/sass_style.scss */
  #als-category-list .als-prev {
    left: -65px;
  }
  /* line 1768, ../sass/sass_style.scss */
  #als-category-list .meta-xs {
    display: none;
  }
  /* line 1771, ../sass/sass_style.scss */
  #als-category-list .listing {
    font-size: 17px;
  }
  /* line 1773, ../sass/sass_style.scss */
  #als-category-list .listing h4 {
    font-size: 22px;
  }
}
