@charset "UTF-8";

/* 
	Inspired by: http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@import url("https://fonts.googleapis.com/css?family=Noto+Sans");

/* line 7, scss/base/_reset.scss */

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* line 13, scss/base/_reset.scss */

html {
  box-sizing: border-box;
}

/* line 19, scss/base/_reset.scss */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

/* line 41, scss/base/_reset.scss */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 46, scss/base/_reset.scss */

body {
  line-height: 1;
}

/* line 50, scss/base/_reset.scss */

ol,
ul {
  list-style: none;
}

/* line 54, scss/base/_reset.scss */

blockquote,
q {
  quotes: none;
}

/* line 57, scss/base/_reset.scss */

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* line 63, scss/base/_reset.scss */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 68, scss/base/_reset.scss */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 72, scss/base/_reset.scss */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, scss/base/fontawesome/_core.scss */

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

/* line 5, scss/base/fontawesome/_larger.scss */

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, scss/base/fontawesome/_larger.scss */

.fa-2x {
  font-size: 2em;
}

/* line 11, scss/base/fontawesome/_larger.scss */

.fa-3x {
  font-size: 3em;
}

/* line 12, scss/base/fontawesome/_larger.scss */

.fa-4x {
  font-size: 4em;
}

/* line 13, scss/base/fontawesome/_larger.scss */

.fa-5x {
  font-size: 5em;
}

/* line 3, scss/base/fontawesome/_fixed-width.scss */

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, scss/base/fontawesome/_list.scss */

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

/* line 8, scss/base/fontawesome/_list.scss */

.fa-ul > li {
  position: relative;
}

/* line 10, scss/base/fontawesome/_list.scss */

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

/* line 16, scss/base/fontawesome/_list.scss */

.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, scss/base/fontawesome/_bordered-pulled.scss */

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, scss/base/fontawesome/_bordered-pulled.scss */

.fa-pull-left {
  float: left;
}

/* line 11, scss/base/fontawesome/_bordered-pulled.scss */

.fa-pull-right {
  float: right;
}

/* line 14, scss/base/fontawesome/_bordered-pulled.scss */

.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 15, scss/base/fontawesome/_bordered-pulled.scss */

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

/* line 19, scss/base/fontawesome/_bordered-pulled.scss */

.pull-right {
  float: right;
}

/* line 20, scss/base/fontawesome/_bordered-pulled.scss */

.pull-left {
  float: left;
}

/* line 23, scss/base/fontawesome/_bordered-pulled.scss */

.fa.pull-left {
  margin-right: .3em;
}

/* line 24, scss/base/fontawesome/_bordered-pulled.scss */

.fa.pull-right {
  margin-left: .3em;
}

/* line 4, scss/base/fontawesome/_animated.scss */

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, scss/base/fontawesome/_animated.scss */

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

/* line 4, scss/base/fontawesome/_rotated-flipped.scss */

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 5, scss/base/fontawesome/_rotated-flipped.scss */

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 6, scss/base/fontawesome/_rotated-flipped.scss */

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 8, scss/base/fontawesome/_rotated-flipped.scss */

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 9, scss/base/fontawesome/_rotated-flipped.scss */

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 14, scss/base/fontawesome/_rotated-flipped.scss */

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, scss/base/fontawesome/_stacked.scss */

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, scss/base/fontawesome/_stacked.scss */

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, scss/base/fontawesome/_stacked.scss */

.fa-stack-1x {
  line-height: inherit;
}

/* line 19, scss/base/fontawesome/_stacked.scss */

.fa-stack-2x {
  font-size: 2em;
}

/* line 20, scss/base/fontawesome/_stacked.scss */

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

/* line 4, scss/base/fontawesome/_icons.scss */

.fa-glass:before {
  content: "";
}

/* line 5, scss/base/fontawesome/_icons.scss */

.fa-music:before {
  content: "";
}

/* line 6, scss/base/fontawesome/_icons.scss */

.fa-search:before {
  content: "";
}

/* line 7, scss/base/fontawesome/_icons.scss */

.fa-envelope-o:before {
  content: "";
}

/* line 8, scss/base/fontawesome/_icons.scss */

.fa-heart:before {
  content: "";
}

/* line 9, scss/base/fontawesome/_icons.scss */

.fa-star:before {
  content: "";
}

/* line 10, scss/base/fontawesome/_icons.scss */

.fa-star-o:before {
  content: "";
}

/* line 11, scss/base/fontawesome/_icons.scss */

.fa-user:before {
  content: "";
}

/* line 12, scss/base/fontawesome/_icons.scss */

.fa-film:before {
  content: "";
}

/* line 13, scss/base/fontawesome/_icons.scss */

.fa-th-large:before {
  content: "";
}

/* line 14, scss/base/fontawesome/_icons.scss */

.fa-th:before {
  content: "";
}

/* line 15, scss/base/fontawesome/_icons.scss */

.fa-th-list:before {
  content: "";
}

/* line 16, scss/base/fontawesome/_icons.scss */

.fa-check:before {
  content: "";
}

/* line 17, scss/base/fontawesome/_icons.scss */

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 20, scss/base/fontawesome/_icons.scss */

.fa-search-plus:before {
  content: "";
}

/* line 21, scss/base/fontawesome/_icons.scss */

.fa-search-minus:before {
  content: "";
}

/* line 22, scss/base/fontawesome/_icons.scss */

.fa-power-off:before {
  content: "";
}

/* line 23, scss/base/fontawesome/_icons.scss */

.fa-signal:before {
  content: "";
}

/* line 24, scss/base/fontawesome/_icons.scss */

.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 26, scss/base/fontawesome/_icons.scss */

.fa-trash-o:before {
  content: "";
}

/* line 27, scss/base/fontawesome/_icons.scss */

.fa-home:before {
  content: "";
}

/* line 28, scss/base/fontawesome/_icons.scss */

.fa-file-o:before {
  content: "";
}

/* line 29, scss/base/fontawesome/_icons.scss */

.fa-clock-o:before {
  content: "";
}

/* line 30, scss/base/fontawesome/_icons.scss */

.fa-road:before {
  content: "";
}

/* line 31, scss/base/fontawesome/_icons.scss */

.fa-download:before {
  content: "";
}

/* line 32, scss/base/fontawesome/_icons.scss */

.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 33, scss/base/fontawesome/_icons.scss */

.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 34, scss/base/fontawesome/_icons.scss */

.fa-inbox:before {
  content: "";
}

/* line 35, scss/base/fontawesome/_icons.scss */

.fa-play-circle-o:before {
  content: "";
}

/* line 36, scss/base/fontawesome/_icons.scss */

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 38, scss/base/fontawesome/_icons.scss */

.fa-refresh:before {
  content: "";
}

/* line 39, scss/base/fontawesome/_icons.scss */

.fa-list-alt:before {
  content: "";
}

/* line 40, scss/base/fontawesome/_icons.scss */

.fa-lock:before {
  content: "";
}

/* line 41, scss/base/fontawesome/_icons.scss */

.fa-flag:before {
  content: "";
}

/* line 42, scss/base/fontawesome/_icons.scss */

.fa-headphones:before {
  content: "";
}

/* line 43, scss/base/fontawesome/_icons.scss */

.fa-volume-off:before {
  content: "";
}

/* line 44, scss/base/fontawesome/_icons.scss */

.fa-volume-down:before {
  content: "";
}

/* line 45, scss/base/fontawesome/_icons.scss */

.fa-volume-up:before {
  content: "";
}

/* line 46, scss/base/fontawesome/_icons.scss */

.fa-qrcode:before {
  content: "";
}

/* line 47, scss/base/fontawesome/_icons.scss */

.fa-barcode:before {
  content: "";
}

/* line 48, scss/base/fontawesome/_icons.scss */

.fa-tag:before {
  content: "";
}

/* line 49, scss/base/fontawesome/_icons.scss */

.fa-tags:before {
  content: "";
}

/* line 50, scss/base/fontawesome/_icons.scss */

.fa-book:before {
  content: "";
}

/* line 51, scss/base/fontawesome/_icons.scss */

.fa-bookmark:before {
  content: "";
}

/* line 52, scss/base/fontawesome/_icons.scss */

.fa-print:before {
  content: "";
}

/* line 53, scss/base/fontawesome/_icons.scss */

.fa-camera:before {
  content: "";
}

/* line 54, scss/base/fontawesome/_icons.scss */

.fa-font:before {
  content: "";
}

/* line 55, scss/base/fontawesome/_icons.scss */

.fa-bold:before {
  content: "";
}

/* line 56, scss/base/fontawesome/_icons.scss */

.fa-italic:before {
  content: "";
}

/* line 57, scss/base/fontawesome/_icons.scss */

.fa-text-height:before {
  content: "";
}

/* line 58, scss/base/fontawesome/_icons.scss */

.fa-text-width:before {
  content: "";
}

/* line 59, scss/base/fontawesome/_icons.scss */

.fa-align-left:before {
  content: "";
}

/* line 60, scss/base/fontawesome/_icons.scss */

.fa-align-center:before {
  content: "";
}

/* line 61, scss/base/fontawesome/_icons.scss */

.fa-align-right:before {
  content: "";
}

/* line 62, scss/base/fontawesome/_icons.scss */

.fa-align-justify:before {
  content: "";
}

/* line 63, scss/base/fontawesome/_icons.scss */

.fa-list:before {
  content: "";
}

/* line 64, scss/base/fontawesome/_icons.scss */

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 66, scss/base/fontawesome/_icons.scss */

.fa-indent:before {
  content: "";
}

/* line 67, scss/base/fontawesome/_icons.scss */

.fa-video-camera:before {
  content: "";
}

/* line 68, scss/base/fontawesome/_icons.scss */

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 71, scss/base/fontawesome/_icons.scss */

.fa-pencil:before {
  content: "";
}

/* line 72, scss/base/fontawesome/_icons.scss */

.fa-map-marker:before {
  content: "";
}

/* line 73, scss/base/fontawesome/_icons.scss */

.fa-adjust:before {
  content: "";
}

/* line 74, scss/base/fontawesome/_icons.scss */

.fa-tint:before {
  content: "";
}

/* line 75, scss/base/fontawesome/_icons.scss */

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 77, scss/base/fontawesome/_icons.scss */

.fa-share-square-o:before {
  content: "";
}

/* line 78, scss/base/fontawesome/_icons.scss */

.fa-check-square-o:before {
  content: "";
}

/* line 79, scss/base/fontawesome/_icons.scss */

.fa-arrows:before {
  content: "";
}

/* line 80, scss/base/fontawesome/_icons.scss */

.fa-step-backward:before {
  content: "";
}

/* line 81, scss/base/fontawesome/_icons.scss */

.fa-fast-backward:before {
  content: "";
}

/* line 82, scss/base/fontawesome/_icons.scss */

.fa-backward:before {
  content: "";
}

/* line 83, scss/base/fontawesome/_icons.scss */

.fa-play:before {
  content: "";
}

/* line 84, scss/base/fontawesome/_icons.scss */

.fa-pause:before {
  content: "";
}

/* line 85, scss/base/fontawesome/_icons.scss */

.fa-stop:before {
  content: "";
}

/* line 86, scss/base/fontawesome/_icons.scss */

.fa-forward:before {
  content: "";
}

/* line 87, scss/base/fontawesome/_icons.scss */

.fa-fast-forward:before {
  content: "";
}

/* line 88, scss/base/fontawesome/_icons.scss */

.fa-step-forward:before {
  content: "";
}

/* line 89, scss/base/fontawesome/_icons.scss */

.fa-eject:before {
  content: "";
}

/* line 90, scss/base/fontawesome/_icons.scss */

.fa-chevron-left:before {
  content: "";
}

/* line 91, scss/base/fontawesome/_icons.scss */

.fa-chevron-right:before {
  content: "";
}

/* line 92, scss/base/fontawesome/_icons.scss */

.fa-plus-circle:before {
  content: "";
}

/* line 93, scss/base/fontawesome/_icons.scss */

.fa-minus-circle:before {
  content: "";
}

/* line 94, scss/base/fontawesome/_icons.scss */

.fa-times-circle:before {
  content: "";
}

/* line 95, scss/base/fontawesome/_icons.scss */

.fa-check-circle:before {
  content: "";
}

/* line 96, scss/base/fontawesome/_icons.scss */

.fa-question-circle:before {
  content: "";
}

/* line 97, scss/base/fontawesome/_icons.scss */

.fa-info-circle:before {
  content: "";
}

/* line 98, scss/base/fontawesome/_icons.scss */

.fa-crosshairs:before {
  content: "";
}

/* line 99, scss/base/fontawesome/_icons.scss */

.fa-times-circle-o:before {
  content: "";
}

/* line 100, scss/base/fontawesome/_icons.scss */

.fa-check-circle-o:before {
  content: "";
}

/* line 101, scss/base/fontawesome/_icons.scss */

.fa-ban:before {
  content: "";
}

/* line 102, scss/base/fontawesome/_icons.scss */

.fa-arrow-left:before {
  content: "";
}

/* line 103, scss/base/fontawesome/_icons.scss */

.fa-arrow-right:before {
  content: "";
}

/* line 104, scss/base/fontawesome/_icons.scss */

.fa-arrow-up:before {
  content: "";
}

/* line 105, scss/base/fontawesome/_icons.scss */

.fa-arrow-down:before {
  content: "";
}

/* line 106, scss/base/fontawesome/_icons.scss */

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 108, scss/base/fontawesome/_icons.scss */

.fa-expand:before {
  content: "";
}

/* line 109, scss/base/fontawesome/_icons.scss */

.fa-compress:before {
  content: "";
}

/* line 110, scss/base/fontawesome/_icons.scss */

.fa-plus:before {
  content: "";
}

/* line 111, scss/base/fontawesome/_icons.scss */

.fa-minus:before {
  content: "";
}

/* line 112, scss/base/fontawesome/_icons.scss */

.fa-asterisk:before {
  content: "";
}

/* line 113, scss/base/fontawesome/_icons.scss */

.fa-exclamation-circle:before {
  content: "";
}

/* line 114, scss/base/fontawesome/_icons.scss */

.fa-gift:before {
  content: "";
}

/* line 115, scss/base/fontawesome/_icons.scss */

.fa-leaf:before {
  content: "";
}

/* line 116, scss/base/fontawesome/_icons.scss */

.fa-fire:before {
  content: "";
}

/* line 117, scss/base/fontawesome/_icons.scss */

.fa-eye:before {
  content: "";
}

/* line 118, scss/base/fontawesome/_icons.scss */

.fa-eye-slash:before {
  content: "";
}

/* line 119, scss/base/fontawesome/_icons.scss */

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 121, scss/base/fontawesome/_icons.scss */

.fa-plane:before {
  content: "";
}

/* line 122, scss/base/fontawesome/_icons.scss */

.fa-calendar:before {
  content: "";
}

/* line 123, scss/base/fontawesome/_icons.scss */

.fa-random:before {
  content: "";
}

/* line 124, scss/base/fontawesome/_icons.scss */

.fa-comment:before {
  content: "";
}

/* line 125, scss/base/fontawesome/_icons.scss */

.fa-magnet:before {
  content: "";
}

/* line 126, scss/base/fontawesome/_icons.scss */

.fa-chevron-up:before {
  content: "";
}

/* line 127, scss/base/fontawesome/_icons.scss */

.fa-chevron-down:before {
  content: "";
}

/* line 128, scss/base/fontawesome/_icons.scss */

.fa-retweet:before {
  content: "";
}

/* line 129, scss/base/fontawesome/_icons.scss */

.fa-shopping-cart:before {
  content: "";
}

/* line 130, scss/base/fontawesome/_icons.scss */

.fa-folder:before {
  content: "";
}

/* line 131, scss/base/fontawesome/_icons.scss */

.fa-folder-open:before {
  content: "";
}

/* line 132, scss/base/fontawesome/_icons.scss */

.fa-arrows-v:before {
  content: "";
}

/* line 133, scss/base/fontawesome/_icons.scss */

.fa-arrows-h:before {
  content: "";
}

/* line 134, scss/base/fontawesome/_icons.scss */

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 136, scss/base/fontawesome/_icons.scss */

.fa-twitter-square:before {
  content: "";
}

/* line 137, scss/base/fontawesome/_icons.scss */

.fa-facebook-square:before {
  content: "";
}

/* line 138, scss/base/fontawesome/_icons.scss */

.fa-camera-retro:before {
  content: "";
}

/* line 139, scss/base/fontawesome/_icons.scss */

.fa-key:before {
  content: "";
}

/* line 140, scss/base/fontawesome/_icons.scss */

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 142, scss/base/fontawesome/_icons.scss */

.fa-comments:before {
  content: "";
}

/* line 143, scss/base/fontawesome/_icons.scss */

.fa-thumbs-o-up:before {
  content: "";
}

/* line 144, scss/base/fontawesome/_icons.scss */

.fa-thumbs-o-down:before {
  content: "";
}

/* line 145, scss/base/fontawesome/_icons.scss */

.fa-star-half:before {
  content: "";
}

/* line 146, scss/base/fontawesome/_icons.scss */

.fa-heart-o:before {
  content: "";
}

/* line 147, scss/base/fontawesome/_icons.scss */

.fa-sign-out:before {
  content: "";
}

/* line 148, scss/base/fontawesome/_icons.scss */

.fa-linkedin-square:before {
  content: "";
}

/* line 149, scss/base/fontawesome/_icons.scss */

.fa-thumb-tack:before {
  content: "";
}

/* line 150, scss/base/fontawesome/_icons.scss */

.fa-external-link:before {
  content: "";
}

/* line 151, scss/base/fontawesome/_icons.scss */

.fa-sign-in:before {
  content: "";
}

/* line 152, scss/base/fontawesome/_icons.scss */

.fa-trophy:before {
  content: "";
}

/* line 153, scss/base/fontawesome/_icons.scss */

.fa-github-square:before {
  content: "";
}

/* line 154, scss/base/fontawesome/_icons.scss */

.fa-upload:before {
  content: "";
}

/* line 155, scss/base/fontawesome/_icons.scss */

.fa-lemon-o:before {
  content: "";
}

/* line 156, scss/base/fontawesome/_icons.scss */

.fa-phone:before {
  content: "";
}

/* line 157, scss/base/fontawesome/_icons.scss */

.fa-square-o:before {
  content: "";
}

/* line 158, scss/base/fontawesome/_icons.scss */

.fa-bookmark-o:before {
  content: "";
}

/* line 159, scss/base/fontawesome/_icons.scss */

.fa-phone-square:before {
  content: "";
}

/* line 160, scss/base/fontawesome/_icons.scss */

.fa-twitter:before {
  content: "";
}

/* line 161, scss/base/fontawesome/_icons.scss */

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 163, scss/base/fontawesome/_icons.scss */

.fa-github:before {
  content: "";
}

/* line 164, scss/base/fontawesome/_icons.scss */

.fa-unlock:before {
  content: "";
}

/* line 165, scss/base/fontawesome/_icons.scss */

.fa-credit-card:before {
  content: "";
}

/* line 166, scss/base/fontawesome/_icons.scss */

.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 168, scss/base/fontawesome/_icons.scss */

.fa-hdd-o:before {
  content: "";
}

/* line 169, scss/base/fontawesome/_icons.scss */

.fa-bullhorn:before {
  content: "";
}

/* line 170, scss/base/fontawesome/_icons.scss */

.fa-bell:before {
  content: "";
}

/* line 171, scss/base/fontawesome/_icons.scss */

.fa-certificate:before {
  content: "";
}

/* line 172, scss/base/fontawesome/_icons.scss */

.fa-hand-o-right:before {
  content: "";
}

/* line 173, scss/base/fontawesome/_icons.scss */

.fa-hand-o-left:before {
  content: "";
}

/* line 174, scss/base/fontawesome/_icons.scss */

.fa-hand-o-up:before {
  content: "";
}

/* line 175, scss/base/fontawesome/_icons.scss */

.fa-hand-o-down:before {
  content: "";
}

/* line 176, scss/base/fontawesome/_icons.scss */

.fa-arrow-circle-left:before {
  content: "";
}

/* line 177, scss/base/fontawesome/_icons.scss */

.fa-arrow-circle-right:before {
  content: "";
}

/* line 178, scss/base/fontawesome/_icons.scss */

.fa-arrow-circle-up:before {
  content: "";
}

/* line 179, scss/base/fontawesome/_icons.scss */

.fa-arrow-circle-down:before {
  content: "";
}

/* line 180, scss/base/fontawesome/_icons.scss */

.fa-globe:before {
  content: "";
}

/* line 181, scss/base/fontawesome/_icons.scss */

.fa-wrench:before {
  content: "";
}

/* line 182, scss/base/fontawesome/_icons.scss */

.fa-tasks:before {
  content: "";
}

/* line 183, scss/base/fontawesome/_icons.scss */

.fa-filter:before {
  content: "";
}

/* line 184, scss/base/fontawesome/_icons.scss */

.fa-briefcase:before {
  content: "";
}

/* line 185, scss/base/fontawesome/_icons.scss */

.fa-arrows-alt:before {
  content: "";
}

/* line 186, scss/base/fontawesome/_icons.scss */

.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 188, scss/base/fontawesome/_icons.scss */

.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 190, scss/base/fontawesome/_icons.scss */

.fa-cloud:before {
  content: "";
}

/* line 191, scss/base/fontawesome/_icons.scss */

.fa-flask:before {
  content: "";
}

/* line 192, scss/base/fontawesome/_icons.scss */

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 194, scss/base/fontawesome/_icons.scss */

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 196, scss/base/fontawesome/_icons.scss */

.fa-paperclip:before {
  content: "";
}

/* line 197, scss/base/fontawesome/_icons.scss */

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 199, scss/base/fontawesome/_icons.scss */

.fa-square:before {
  content: "";
}

/* line 200, scss/base/fontawesome/_icons.scss */

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 203, scss/base/fontawesome/_icons.scss */

.fa-list-ul:before {
  content: "";
}

/* line 204, scss/base/fontawesome/_icons.scss */

.fa-list-ol:before {
  content: "";
}

/* line 205, scss/base/fontawesome/_icons.scss */

.fa-strikethrough:before {
  content: "";
}

/* line 206, scss/base/fontawesome/_icons.scss */

.fa-underline:before {
  content: "";
}

/* line 207, scss/base/fontawesome/_icons.scss */

.fa-table:before {
  content: "";
}

/* line 208, scss/base/fontawesome/_icons.scss */

.fa-magic:before {
  content: "";
}

/* line 209, scss/base/fontawesome/_icons.scss */

.fa-truck:before {
  content: "";
}

/* line 210, scss/base/fontawesome/_icons.scss */

.fa-pinterest:before {
  content: "";
}

/* line 211, scss/base/fontawesome/_icons.scss */

.fa-pinterest-square:before {
  content: "";
}

/* line 212, scss/base/fontawesome/_icons.scss */

.fa-google-plus-square:before {
  content: "";
}

/* line 213, scss/base/fontawesome/_icons.scss */

.fa-google-plus:before {
  content: "";
}

/* line 214, scss/base/fontawesome/_icons.scss */

.fa-money:before {
  content: "";
}

/* line 215, scss/base/fontawesome/_icons.scss */

.fa-caret-down:before {
  content: "";
}

/* line 216, scss/base/fontawesome/_icons.scss */

.fa-caret-up:before {
  content: "";
}

/* line 217, scss/base/fontawesome/_icons.scss */

.fa-caret-left:before {
  content: "";
}

/* line 218, scss/base/fontawesome/_icons.scss */

.fa-caret-right:before {
  content: "";
}

/* line 219, scss/base/fontawesome/_icons.scss */

.fa-columns:before {
  content: "";
}

/* line 220, scss/base/fontawesome/_icons.scss */

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 222, scss/base/fontawesome/_icons.scss */

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 224, scss/base/fontawesome/_icons.scss */

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 226, scss/base/fontawesome/_icons.scss */

.fa-envelope:before {
  content: "";
}

/* line 227, scss/base/fontawesome/_icons.scss */

.fa-linkedin:before {
  content: "";
}

/* line 228, scss/base/fontawesome/_icons.scss */

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 230, scss/base/fontawesome/_icons.scss */

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 232, scss/base/fontawesome/_icons.scss */

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 234, scss/base/fontawesome/_icons.scss */

.fa-comment-o:before {
  content: "";
}

/* line 235, scss/base/fontawesome/_icons.scss */

.fa-comments-o:before {
  content: "";
}

/* line 236, scss/base/fontawesome/_icons.scss */

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 238, scss/base/fontawesome/_icons.scss */

.fa-sitemap:before {
  content: "";
}

/* line 239, scss/base/fontawesome/_icons.scss */

.fa-umbrella:before {
  content: "";
}

/* line 240, scss/base/fontawesome/_icons.scss */

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 242, scss/base/fontawesome/_icons.scss */

.fa-lightbulb-o:before {
  content: "";
}

/* line 243, scss/base/fontawesome/_icons.scss */

.fa-exchange:before {
  content: "";
}

/* line 244, scss/base/fontawesome/_icons.scss */

.fa-cloud-download:before {
  content: "";
}

/* line 245, scss/base/fontawesome/_icons.scss */

.fa-cloud-upload:before {
  content: "";
}

/* line 246, scss/base/fontawesome/_icons.scss */

.fa-user-md:before {
  content: "";
}

/* line 247, scss/base/fontawesome/_icons.scss */

.fa-stethoscope:before {
  content: "";
}

/* line 248, scss/base/fontawesome/_icons.scss */

.fa-suitcase:before {
  content: "";
}

/* line 249, scss/base/fontawesome/_icons.scss */

.fa-bell-o:before {
  content: "";
}

/* line 250, scss/base/fontawesome/_icons.scss */

.fa-coffee:before {
  content: "";
}

/* line 251, scss/base/fontawesome/_icons.scss */

.fa-cutlery:before {
  content: "";
}

/* line 252, scss/base/fontawesome/_icons.scss */

.fa-file-text-o:before {
  content: "";
}

/* line 253, scss/base/fontawesome/_icons.scss */

.fa-building-o:before {
  content: "";
}

/* line 254, scss/base/fontawesome/_icons.scss */

.fa-hospital-o:before {
  content: "";
}

/* line 255, scss/base/fontawesome/_icons.scss */

.fa-ambulance:before {
  content: "";
}

/* line 256, scss/base/fontawesome/_icons.scss */

.fa-medkit:before {
  content: "";
}

/* line 257, scss/base/fontawesome/_icons.scss */

.fa-fighter-jet:before {
  content: "";
}

/* line 258, scss/base/fontawesome/_icons.scss */

.fa-beer:before {
  content: "";
}

/* line 259, scss/base/fontawesome/_icons.scss */

.fa-h-square:before {
  content: "";
}

/* line 260, scss/base/fontawesome/_icons.scss */

.fa-plus-square:before {
  content: "";
}

/* line 261, scss/base/fontawesome/_icons.scss */

.fa-angle-double-left:before {
  content: "";
}

/* line 262, scss/base/fontawesome/_icons.scss */

.fa-angle-double-right:before {
  content: "";
}

/* line 263, scss/base/fontawesome/_icons.scss */

.fa-angle-double-up:before {
  content: "";
}

/* line 264, scss/base/fontawesome/_icons.scss */

.fa-angle-double-down:before {
  content: "";
}

/* line 265, scss/base/fontawesome/_icons.scss */

.fa-angle-left:before {
  content: "";
}

/* line 266, scss/base/fontawesome/_icons.scss */

.fa-angle-right:before {
  content: "";
}

/* line 267, scss/base/fontawesome/_icons.scss */

.fa-angle-up:before {
  content: "";
}

/* line 268, scss/base/fontawesome/_icons.scss */

.fa-angle-down:before {
  content: "";
}

/* line 269, scss/base/fontawesome/_icons.scss */

.fa-desktop:before {
  content: "";
}

/* line 270, scss/base/fontawesome/_icons.scss */

.fa-laptop:before {
  content: "";
}

/* line 271, scss/base/fontawesome/_icons.scss */

.fa-tablet:before {
  content: "";
}

/* line 272, scss/base/fontawesome/_icons.scss */

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 274, scss/base/fontawesome/_icons.scss */

.fa-circle-o:before {
  content: "";
}

/* line 275, scss/base/fontawesome/_icons.scss */

.fa-quote-left:before {
  content: "";
}

/* line 276, scss/base/fontawesome/_icons.scss */

.fa-quote-right:before {
  content: "";
}

/* line 277, scss/base/fontawesome/_icons.scss */

.fa-spinner:before {
  content: "";
}

/* line 278, scss/base/fontawesome/_icons.scss */

.fa-circle:before {
  content: "";
}

/* line 279, scss/base/fontawesome/_icons.scss */

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 281, scss/base/fontawesome/_icons.scss */

.fa-github-alt:before {
  content: "";
}

/* line 282, scss/base/fontawesome/_icons.scss */

.fa-folder-o:before {
  content: "";
}

/* line 283, scss/base/fontawesome/_icons.scss */

.fa-folder-open-o:before {
  content: "";
}

/* line 284, scss/base/fontawesome/_icons.scss */

.fa-smile-o:before {
  content: "";
}

/* line 285, scss/base/fontawesome/_icons.scss */

.fa-frown-o:before {
  content: "";
}

/* line 286, scss/base/fontawesome/_icons.scss */

.fa-meh-o:before {
  content: "";
}

/* line 287, scss/base/fontawesome/_icons.scss */

.fa-gamepad:before {
  content: "";
}

/* line 288, scss/base/fontawesome/_icons.scss */

.fa-keyboard-o:before {
  content: "";
}

/* line 289, scss/base/fontawesome/_icons.scss */

.fa-flag-o:before {
  content: "";
}

/* line 290, scss/base/fontawesome/_icons.scss */

.fa-flag-checkered:before {
  content: "";
}

/* line 291, scss/base/fontawesome/_icons.scss */

.fa-terminal:before {
  content: "";
}

/* line 292, scss/base/fontawesome/_icons.scss */

.fa-code:before {
  content: "";
}

/* line 293, scss/base/fontawesome/_icons.scss */

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 295, scss/base/fontawesome/_icons.scss */

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 298, scss/base/fontawesome/_icons.scss */

.fa-location-arrow:before {
  content: "";
}

/* line 299, scss/base/fontawesome/_icons.scss */

.fa-crop:before {
  content: "";
}

/* line 300, scss/base/fontawesome/_icons.scss */

.fa-code-fork:before {
  content: "";
}

/* line 301, scss/base/fontawesome/_icons.scss */

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 303, scss/base/fontawesome/_icons.scss */

.fa-question:before {
  content: "";
}

/* line 304, scss/base/fontawesome/_icons.scss */

.fa-info:before {
  content: "";
}

/* line 305, scss/base/fontawesome/_icons.scss */

.fa-exclamation:before {
  content: "";
}

/* line 306, scss/base/fontawesome/_icons.scss */

.fa-superscript:before {
  content: "";
}

/* line 307, scss/base/fontawesome/_icons.scss */

.fa-subscript:before {
  content: "";
}

/* line 308, scss/base/fontawesome/_icons.scss */

.fa-eraser:before {
  content: "";
}

/* line 309, scss/base/fontawesome/_icons.scss */

.fa-puzzle-piece:before {
  content: "";
}

/* line 310, scss/base/fontawesome/_icons.scss */

.fa-microphone:before {
  content: "";
}

/* line 311, scss/base/fontawesome/_icons.scss */

.fa-microphone-slash:before {
  content: "";
}

/* line 312, scss/base/fontawesome/_icons.scss */

.fa-shield:before {
  content: "";
}

/* line 313, scss/base/fontawesome/_icons.scss */

.fa-calendar-o:before {
  content: "";
}

/* line 314, scss/base/fontawesome/_icons.scss */

.fa-fire-extinguisher:before {
  content: "";
}

/* line 315, scss/base/fontawesome/_icons.scss */

.fa-rocket:before {
  content: "";
}

/* line 316, scss/base/fontawesome/_icons.scss */

.fa-maxcdn:before {
  content: "";
}

/* line 317, scss/base/fontawesome/_icons.scss */

.fa-chevron-circle-left:before {
  content: "";
}

/* line 318, scss/base/fontawesome/_icons.scss */

.fa-chevron-circle-right:before {
  content: "";
}

/* line 319, scss/base/fontawesome/_icons.scss */

.fa-chevron-circle-up:before {
  content: "";
}

/* line 320, scss/base/fontawesome/_icons.scss */

.fa-chevron-circle-down:before {
  content: "";
}

/* line 321, scss/base/fontawesome/_icons.scss */

.fa-html5:before {
  content: "";
}

/* line 322, scss/base/fontawesome/_icons.scss */

.fa-css3:before {
  content: "";
}

/* line 323, scss/base/fontawesome/_icons.scss */

.fa-anchor:before {
  content: "";
}

/* line 324, scss/base/fontawesome/_icons.scss */

.fa-unlock-alt:before {
  content: "";
}

/* line 325, scss/base/fontawesome/_icons.scss */

.fa-bullseye:before {
  content: "";
}

/* line 326, scss/base/fontawesome/_icons.scss */

.fa-ellipsis-h:before {
  content: "";
}

/* line 327, scss/base/fontawesome/_icons.scss */

.fa-ellipsis-v:before {
  content: "";
}

/* line 328, scss/base/fontawesome/_icons.scss */

.fa-rss-square:before {
  content: "";
}

/* line 329, scss/base/fontawesome/_icons.scss */

.fa-play-circle:before {
  content: "";
}

/* line 330, scss/base/fontawesome/_icons.scss */

.fa-ticket:before {
  content: "";
}

/* line 331, scss/base/fontawesome/_icons.scss */

.fa-minus-square:before {
  content: "";
}

/* line 332, scss/base/fontawesome/_icons.scss */

.fa-minus-square-o:before {
  content: "";
}

/* line 333, scss/base/fontawesome/_icons.scss */

.fa-level-up:before {
  content: "";
}

/* line 334, scss/base/fontawesome/_icons.scss */

.fa-level-down:before {
  content: "";
}

/* line 335, scss/base/fontawesome/_icons.scss */

.fa-check-square:before {
  content: "";
}

/* line 336, scss/base/fontawesome/_icons.scss */

.fa-pencil-square:before {
  content: "";
}

/* line 337, scss/base/fontawesome/_icons.scss */

.fa-external-link-square:before {
  content: "";
}

/* line 338, scss/base/fontawesome/_icons.scss */

.fa-share-square:before {
  content: "";
}

/* line 339, scss/base/fontawesome/_icons.scss */

.fa-compass:before {
  content: "";
}

/* line 340, scss/base/fontawesome/_icons.scss */

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 342, scss/base/fontawesome/_icons.scss */

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 344, scss/base/fontawesome/_icons.scss */

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 346, scss/base/fontawesome/_icons.scss */

.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 348, scss/base/fontawesome/_icons.scss */

.fa-gbp:before {
  content: "";
}

/* line 349, scss/base/fontawesome/_icons.scss */

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 351, scss/base/fontawesome/_icons.scss */

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 353, scss/base/fontawesome/_icons.scss */

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 357, scss/base/fontawesome/_icons.scss */

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 360, scss/base/fontawesome/_icons.scss */

.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 362, scss/base/fontawesome/_icons.scss */

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 364, scss/base/fontawesome/_icons.scss */

.fa-file:before {
  content: "";
}

/* line 365, scss/base/fontawesome/_icons.scss */

.fa-file-text:before {
  content: "";
}

/* line 366, scss/base/fontawesome/_icons.scss */

.fa-sort-alpha-asc:before {
  content: "";
}

/* line 367, scss/base/fontawesome/_icons.scss */

.fa-sort-alpha-desc:before {
  content: "";
}

/* line 368, scss/base/fontawesome/_icons.scss */

.fa-sort-amount-asc:before {
  content: "";
}

/* line 369, scss/base/fontawesome/_icons.scss */

.fa-sort-amount-desc:before {
  content: "";
}

/* line 370, scss/base/fontawesome/_icons.scss */

.fa-sort-numeric-asc:before {
  content: "";
}

/* line 371, scss/base/fontawesome/_icons.scss */

.fa-sort-numeric-desc:before {
  content: "";
}

/* line 372, scss/base/fontawesome/_icons.scss */

.fa-thumbs-up:before {
  content: "";
}

/* line 373, scss/base/fontawesome/_icons.scss */

.fa-thumbs-down:before {
  content: "";
}

/* line 374, scss/base/fontawesome/_icons.scss */

.fa-youtube-square:before {
  content: "";
}

/* line 375, scss/base/fontawesome/_icons.scss */

.fa-youtube:before {
  content: "";
}

/* line 376, scss/base/fontawesome/_icons.scss */

.fa-xing:before {
  content: "";
}

/* line 377, scss/base/fontawesome/_icons.scss */

.fa-xing-square:before {
  content: "";
}

/* line 378, scss/base/fontawesome/_icons.scss */

.fa-youtube-play:before {
  content: "";
}

/* line 379, scss/base/fontawesome/_icons.scss */

.fa-dropbox:before {
  content: "";
}

/* line 380, scss/base/fontawesome/_icons.scss */

.fa-stack-overflow:before {
  content: "";
}

/* line 381, scss/base/fontawesome/_icons.scss */

.fa-instagram:before {
  content: "";
}

/* line 382, scss/base/fontawesome/_icons.scss */

.fa-flickr:before {
  content: "";
}

/* line 383, scss/base/fontawesome/_icons.scss */

.fa-adn:before {
  content: "";
}

/* line 384, scss/base/fontawesome/_icons.scss */

.fa-bitbucket:before {
  content: "";
}

/* line 385, scss/base/fontawesome/_icons.scss */

.fa-bitbucket-square:before {
  content: "";
}

/* line 386, scss/base/fontawesome/_icons.scss */

.fa-tumblr:before {
  content: "";
}

/* line 387, scss/base/fontawesome/_icons.scss */

.fa-tumblr-square:before {
  content: "";
}

/* line 388, scss/base/fontawesome/_icons.scss */

.fa-long-arrow-down:before {
  content: "";
}

/* line 389, scss/base/fontawesome/_icons.scss */

.fa-long-arrow-up:before {
  content: "";
}

/* line 390, scss/base/fontawesome/_icons.scss */

.fa-long-arrow-left:before {
  content: "";
}

/* line 391, scss/base/fontawesome/_icons.scss */

.fa-long-arrow-right:before {
  content: "";
}

/* line 392, scss/base/fontawesome/_icons.scss */

.fa-apple:before {
  content: "";
}

/* line 393, scss/base/fontawesome/_icons.scss */

.fa-windows:before {
  content: "";
}

/* line 394, scss/base/fontawesome/_icons.scss */

.fa-android:before {
  content: "";
}

/* line 395, scss/base/fontawesome/_icons.scss */

.fa-linux:before {
  content: "";
}

/* line 396, scss/base/fontawesome/_icons.scss */

.fa-dribbble:before {
  content: "";
}

/* line 397, scss/base/fontawesome/_icons.scss */

.fa-skype:before {
  content: "";
}

/* line 398, scss/base/fontawesome/_icons.scss */

.fa-foursquare:before {
  content: "";
}

/* line 399, scss/base/fontawesome/_icons.scss */

.fa-trello:before {
  content: "";
}

/* line 400, scss/base/fontawesome/_icons.scss */

.fa-female:before {
  content: "";
}

/* line 401, scss/base/fontawesome/_icons.scss */

.fa-male:before {
  content: "";
}

/* line 402, scss/base/fontawesome/_icons.scss */

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 404, scss/base/fontawesome/_icons.scss */

.fa-sun-o:before {
  content: "";
}

/* line 405, scss/base/fontawesome/_icons.scss */

.fa-moon-o:before {
  content: "";
}

/* line 406, scss/base/fontawesome/_icons.scss */

.fa-archive:before {
  content: "";
}

/* line 407, scss/base/fontawesome/_icons.scss */

.fa-bug:before {
  content: "";
}

/* line 408, scss/base/fontawesome/_icons.scss */

.fa-vk:before {
  content: "";
}

/* line 409, scss/base/fontawesome/_icons.scss */

.fa-weibo:before {
  content: "";
}

/* line 410, scss/base/fontawesome/_icons.scss */

.fa-renren:before {
  content: "";
}

/* line 411, scss/base/fontawesome/_icons.scss */

.fa-pagelines:before {
  content: "";
}

/* line 412, scss/base/fontawesome/_icons.scss */

.fa-stack-exchange:before {
  content: "";
}

/* line 413, scss/base/fontawesome/_icons.scss */

.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 414, scss/base/fontawesome/_icons.scss */

.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 415, scss/base/fontawesome/_icons.scss */

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 417, scss/base/fontawesome/_icons.scss */

.fa-dot-circle-o:before {
  content: "";
}

/* line 418, scss/base/fontawesome/_icons.scss */

.fa-wheelchair:before {
  content: "";
}

/* line 419, scss/base/fontawesome/_icons.scss */

.fa-vimeo-square:before {
  content: "";
}

/* line 420, scss/base/fontawesome/_icons.scss */

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 422, scss/base/fontawesome/_icons.scss */

.fa-plus-square-o:before {
  content: "";
}

/* line 423, scss/base/fontawesome/_icons.scss */

.fa-space-shuttle:before {
  content: "";
}

/* line 424, scss/base/fontawesome/_icons.scss */

.fa-slack:before {
  content: "";
}

/* line 425, scss/base/fontawesome/_icons.scss */

.fa-envelope-square:before {
  content: "";
}

/* line 426, scss/base/fontawesome/_icons.scss */

.fa-wordpress:before {
  content: "";
}

/* line 427, scss/base/fontawesome/_icons.scss */

.fa-openid:before {
  content: "";
}

/* line 428, scss/base/fontawesome/_icons.scss */

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 431, scss/base/fontawesome/_icons.scss */

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 433, scss/base/fontawesome/_icons.scss */

.fa-yahoo:before {
  content: "";
}

/* line 434, scss/base/fontawesome/_icons.scss */

.fa-google:before {
  content: "";
}

/* line 435, scss/base/fontawesome/_icons.scss */

.fa-reddit:before {
  content: "";
}

/* line 436, scss/base/fontawesome/_icons.scss */

.fa-reddit-square:before {
  content: "";
}

/* line 437, scss/base/fontawesome/_icons.scss */

.fa-stumbleupon-circle:before {
  content: "";
}

/* line 438, scss/base/fontawesome/_icons.scss */

.fa-stumbleupon:before {
  content: "";
}

/* line 439, scss/base/fontawesome/_icons.scss */

.fa-delicious:before {
  content: "";
}

/* line 440, scss/base/fontawesome/_icons.scss */

.fa-digg:before {
  content: "";
}

/* line 441, scss/base/fontawesome/_icons.scss */

.fa-pied-piper-pp:before {
  content: "";
}

/* line 442, scss/base/fontawesome/_icons.scss */

.fa-pied-piper-alt:before {
  content: "";
}

/* line 443, scss/base/fontawesome/_icons.scss */

.fa-drupal:before {
  content: "";
}

/* line 444, scss/base/fontawesome/_icons.scss */

.fa-joomla:before {
  content: "";
}

/* line 445, scss/base/fontawesome/_icons.scss */

.fa-language:before {
  content: "";
}

/* line 446, scss/base/fontawesome/_icons.scss */

.fa-fax:before {
  content: "";
}

/* line 447, scss/base/fontawesome/_icons.scss */

.fa-building:before {
  content: "";
}

/* line 448, scss/base/fontawesome/_icons.scss */

.fa-child:before {
  content: "";
}

/* line 449, scss/base/fontawesome/_icons.scss */

.fa-paw:before {
  content: "";
}

/* line 450, scss/base/fontawesome/_icons.scss */

.fa-spoon:before {
  content: "";
}

/* line 451, scss/base/fontawesome/_icons.scss */

.fa-cube:before {
  content: "";
}

/* line 452, scss/base/fontawesome/_icons.scss */

.fa-cubes:before {
  content: "";
}

/* line 453, scss/base/fontawesome/_icons.scss */

.fa-behance:before {
  content: "";
}

/* line 454, scss/base/fontawesome/_icons.scss */

.fa-behance-square:before {
  content: "";
}

/* line 455, scss/base/fontawesome/_icons.scss */

.fa-steam:before {
  content: "";
}

/* line 456, scss/base/fontawesome/_icons.scss */

.fa-steam-square:before {
  content: "";
}

/* line 457, scss/base/fontawesome/_icons.scss */

.fa-recycle:before {
  content: "";
}

/* line 458, scss/base/fontawesome/_icons.scss */

.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 460, scss/base/fontawesome/_icons.scss */

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 462, scss/base/fontawesome/_icons.scss */

.fa-tree:before {
  content: "";
}

/* line 463, scss/base/fontawesome/_icons.scss */

.fa-spotify:before {
  content: "";
}

/* line 464, scss/base/fontawesome/_icons.scss */

.fa-deviantart:before {
  content: "";
}

/* line 465, scss/base/fontawesome/_icons.scss */

.fa-soundcloud:before {
  content: "";
}

/* line 466, scss/base/fontawesome/_icons.scss */

.fa-database:before {
  content: "";
}

/* line 467, scss/base/fontawesome/_icons.scss */

.fa-file-pdf-o:before {
  content: "";
}

/* line 468, scss/base/fontawesome/_icons.scss */

.fa-file-word-o:before {
  content: "";
}

/* line 469, scss/base/fontawesome/_icons.scss */

.fa-file-excel-o:before {
  content: "";
}

/* line 470, scss/base/fontawesome/_icons.scss */

.fa-file-powerpoint-o:before {
  content: "";
}

/* line 471, scss/base/fontawesome/_icons.scss */

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 474, scss/base/fontawesome/_icons.scss */

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 476, scss/base/fontawesome/_icons.scss */

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 478, scss/base/fontawesome/_icons.scss */

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 480, scss/base/fontawesome/_icons.scss */

.fa-file-code-o:before {
  content: "";
}

/* line 481, scss/base/fontawesome/_icons.scss */

.fa-vine:before {
  content: "";
}

/* line 482, scss/base/fontawesome/_icons.scss */

.fa-codepen:before {
  content: "";
}

/* line 483, scss/base/fontawesome/_icons.scss */

.fa-jsfiddle:before {
  content: "";
}

/* line 484, scss/base/fontawesome/_icons.scss */

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 489, scss/base/fontawesome/_icons.scss */

.fa-circle-o-notch:before {
  content: "";
}

/* line 490, scss/base/fontawesome/_icons.scss */

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

/* line 493, scss/base/fontawesome/_icons.scss */

.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 495, scss/base/fontawesome/_icons.scss */

.fa-git-square:before {
  content: "";
}

/* line 496, scss/base/fontawesome/_icons.scss */

.fa-git:before {
  content: "";
}

/* line 497, scss/base/fontawesome/_icons.scss */

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 500, scss/base/fontawesome/_icons.scss */

.fa-tencent-weibo:before {
  content: "";
}

/* line 501, scss/base/fontawesome/_icons.scss */

.fa-qq:before {
  content: "";
}

/* line 502, scss/base/fontawesome/_icons.scss */

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 504, scss/base/fontawesome/_icons.scss */

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 506, scss/base/fontawesome/_icons.scss */

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 508, scss/base/fontawesome/_icons.scss */

.fa-history:before {
  content: "";
}

/* line 509, scss/base/fontawesome/_icons.scss */

.fa-circle-thin:before {
  content: "";
}

/* line 510, scss/base/fontawesome/_icons.scss */

.fa-header:before {
  content: "";
}

/* line 511, scss/base/fontawesome/_icons.scss */

.fa-paragraph:before {
  content: "";
}

/* line 512, scss/base/fontawesome/_icons.scss */

.fa-sliders:before {
  content: "";
}

/* line 513, scss/base/fontawesome/_icons.scss */

.fa-share-alt:before {
  content: "";
}

/* line 514, scss/base/fontawesome/_icons.scss */

.fa-share-alt-square:before {
  content: "";
}

/* line 515, scss/base/fontawesome/_icons.scss */

.fa-bomb:before {
  content: "";
}

/* line 516, scss/base/fontawesome/_icons.scss */

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 518, scss/base/fontawesome/_icons.scss */

.fa-tty:before {
  content: "";
}

/* line 519, scss/base/fontawesome/_icons.scss */

.fa-binoculars:before {
  content: "";
}

/* line 520, scss/base/fontawesome/_icons.scss */

.fa-plug:before {
  content: "";
}

/* line 521, scss/base/fontawesome/_icons.scss */

.fa-slideshare:before {
  content: "";
}

/* line 522, scss/base/fontawesome/_icons.scss */

.fa-twitch:before {
  content: "";
}

/* line 523, scss/base/fontawesome/_icons.scss */

.fa-yelp:before {
  content: "";
}

/* line 524, scss/base/fontawesome/_icons.scss */

.fa-newspaper-o:before {
  content: "";
}

/* line 525, scss/base/fontawesome/_icons.scss */

.fa-wifi:before {
  content: "";
}

/* line 526, scss/base/fontawesome/_icons.scss */

.fa-calculator:before {
  content: "";
}

/* line 527, scss/base/fontawesome/_icons.scss */

.fa-paypal:before {
  content: "";
}

/* line 528, scss/base/fontawesome/_icons.scss */

.fa-google-wallet:before {
  content: "";
}

/* line 529, scss/base/fontawesome/_icons.scss */

.fa-cc-visa:before {
  content: "";
}

/* line 530, scss/base/fontawesome/_icons.scss */

.fa-cc-mastercard:before {
  content: "";
}

/* line 531, scss/base/fontawesome/_icons.scss */

.fa-cc-discover:before {
  content: "";
}

/* line 532, scss/base/fontawesome/_icons.scss */

.fa-cc-amex:before {
  content: "";
}

/* line 533, scss/base/fontawesome/_icons.scss */

.fa-cc-paypal:before {
  content: "";
}

/* line 534, scss/base/fontawesome/_icons.scss */

.fa-cc-stripe:before {
  content: "";
}

/* line 535, scss/base/fontawesome/_icons.scss */

.fa-bell-slash:before {
  content: "";
}

/* line 536, scss/base/fontawesome/_icons.scss */

.fa-bell-slash-o:before {
  content: "";
}

/* line 537, scss/base/fontawesome/_icons.scss */

.fa-trash:before {
  content: "";
}

/* line 538, scss/base/fontawesome/_icons.scss */

.fa-copyright:before {
  content: "";
}

/* line 539, scss/base/fontawesome/_icons.scss */

.fa-at:before {
  content: "";
}

/* line 540, scss/base/fontawesome/_icons.scss */

.fa-eyedropper:before {
  content: "";
}

/* line 541, scss/base/fontawesome/_icons.scss */

.fa-paint-brush:before {
  content: "";
}

/* line 542, scss/base/fontawesome/_icons.scss */

.fa-birthday-cake:before {
  content: "";
}

/* line 543, scss/base/fontawesome/_icons.scss */

.fa-area-chart:before {
  content: "";
}

/* line 544, scss/base/fontawesome/_icons.scss */

.fa-pie-chart:before {
  content: "";
}

/* line 545, scss/base/fontawesome/_icons.scss */

.fa-line-chart:before {
  content: "";
}

/* line 546, scss/base/fontawesome/_icons.scss */

.fa-lastfm:before {
  content: "";
}

/* line 547, scss/base/fontawesome/_icons.scss */

.fa-lastfm-square:before {
  content: "";
}

/* line 548, scss/base/fontawesome/_icons.scss */

.fa-toggle-off:before {
  content: "";
}

/* line 549, scss/base/fontawesome/_icons.scss */

.fa-toggle-on:before {
  content: "";
}

/* line 550, scss/base/fontawesome/_icons.scss */

.fa-bicycle:before {
  content: "";
}

/* line 551, scss/base/fontawesome/_icons.scss */

.fa-bus:before {
  content: "";
}

/* line 552, scss/base/fontawesome/_icons.scss */

.fa-ioxhost:before {
  content: "";
}

/* line 553, scss/base/fontawesome/_icons.scss */

.fa-angellist:before {
  content: "";
}

/* line 554, scss/base/fontawesome/_icons.scss */

.fa-cc:before {
  content: "";
}

/* line 555, scss/base/fontawesome/_icons.scss */

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 558, scss/base/fontawesome/_icons.scss */

.fa-meanpath:before {
  content: "";
}

/* line 559, scss/base/fontawesome/_icons.scss */

.fa-buysellads:before {
  content: "";
}

/* line 560, scss/base/fontawesome/_icons.scss */

.fa-connectdevelop:before {
  content: "";
}

/* line 561, scss/base/fontawesome/_icons.scss */

.fa-dashcube:before {
  content: "";
}

/* line 562, scss/base/fontawesome/_icons.scss */

.fa-forumbee:before {
  content: "";
}

/* line 563, scss/base/fontawesome/_icons.scss */

.fa-leanpub:before {
  content: "";
}

/* line 564, scss/base/fontawesome/_icons.scss */

.fa-sellsy:before {
  content: "";
}

/* line 565, scss/base/fontawesome/_icons.scss */

.fa-shirtsinbulk:before {
  content: "";
}

/* line 566, scss/base/fontawesome/_icons.scss */

.fa-simplybuilt:before {
  content: "";
}

/* line 567, scss/base/fontawesome/_icons.scss */

.fa-skyatlas:before {
  content: "";
}

/* line 568, scss/base/fontawesome/_icons.scss */

.fa-cart-plus:before {
  content: "";
}

/* line 569, scss/base/fontawesome/_icons.scss */

.fa-cart-arrow-down:before {
  content: "";
}

/* line 570, scss/base/fontawesome/_icons.scss */

.fa-diamond:before {
  content: "";
}

/* line 571, scss/base/fontawesome/_icons.scss */

.fa-ship:before {
  content: "";
}

/* line 572, scss/base/fontawesome/_icons.scss */

.fa-user-secret:before {
  content: "";
}

/* line 573, scss/base/fontawesome/_icons.scss */

.fa-motorcycle:before {
  content: "";
}

/* line 574, scss/base/fontawesome/_icons.scss */

.fa-street-view:before {
  content: "";
}

/* line 575, scss/base/fontawesome/_icons.scss */

.fa-heartbeat:before {
  content: "";
}

/* line 576, scss/base/fontawesome/_icons.scss */

.fa-venus:before {
  content: "";
}

/* line 577, scss/base/fontawesome/_icons.scss */

.fa-mars:before {
  content: "";
}

/* line 578, scss/base/fontawesome/_icons.scss */

.fa-mercury:before {
  content: "";
}

/* line 579, scss/base/fontawesome/_icons.scss */

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 581, scss/base/fontawesome/_icons.scss */

.fa-transgender-alt:before {
  content: "";
}

/* line 582, scss/base/fontawesome/_icons.scss */

.fa-venus-double:before {
  content: "";
}

/* line 583, scss/base/fontawesome/_icons.scss */

.fa-mars-double:before {
  content: "";
}

/* line 584, scss/base/fontawesome/_icons.scss */

.fa-venus-mars:before {
  content: "";
}

/* line 585, scss/base/fontawesome/_icons.scss */

.fa-mars-stroke:before {
  content: "";
}

/* line 586, scss/base/fontawesome/_icons.scss */

.fa-mars-stroke-v:before {
  content: "";
}

/* line 587, scss/base/fontawesome/_icons.scss */

.fa-mars-stroke-h:before {
  content: "";
}

/* line 588, scss/base/fontawesome/_icons.scss */

.fa-neuter:before {
  content: "";
}

/* line 589, scss/base/fontawesome/_icons.scss */

.fa-genderless:before {
  content: "";
}

/* line 590, scss/base/fontawesome/_icons.scss */

.fa-facebook-official:before {
  content: "";
}

/* line 591, scss/base/fontawesome/_icons.scss */

.fa-pinterest-p:before {
  content: "";
}

/* line 592, scss/base/fontawesome/_icons.scss */

.fa-whatsapp:before {
  content: "";
}

/* line 593, scss/base/fontawesome/_icons.scss */

.fa-server:before {
  content: "";
}

/* line 594, scss/base/fontawesome/_icons.scss */

.fa-user-plus:before {
  content: "";
}

/* line 595, scss/base/fontawesome/_icons.scss */

.fa-user-times:before {
  content: "";
}

/* line 596, scss/base/fontawesome/_icons.scss */

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 598, scss/base/fontawesome/_icons.scss */

.fa-viacoin:before {
  content: "";
}

/* line 599, scss/base/fontawesome/_icons.scss */

.fa-train:before {
  content: "";
}

/* line 600, scss/base/fontawesome/_icons.scss */

.fa-subway:before {
  content: "";
}

/* line 601, scss/base/fontawesome/_icons.scss */

.fa-medium:before {
  content: "";
}

/* line 602, scss/base/fontawesome/_icons.scss */

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 604, scss/base/fontawesome/_icons.scss */

.fa-optin-monster:before {
  content: "";
}

/* line 605, scss/base/fontawesome/_icons.scss */

.fa-opencart:before {
  content: "";
}

/* line 606, scss/base/fontawesome/_icons.scss */

.fa-expeditedssl:before {
  content: "";
}

/* line 607, scss/base/fontawesome/_icons.scss */

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

/* line 610, scss/base/fontawesome/_icons.scss */

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 612, scss/base/fontawesome/_icons.scss */

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 614, scss/base/fontawesome/_icons.scss */

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 616, scss/base/fontawesome/_icons.scss */

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 618, scss/base/fontawesome/_icons.scss */

.fa-mouse-pointer:before {
  content: "";
}

/* line 619, scss/base/fontawesome/_icons.scss */

.fa-i-cursor:before {
  content: "";
}

/* line 620, scss/base/fontawesome/_icons.scss */

.fa-object-group:before {
  content: "";
}

/* line 621, scss/base/fontawesome/_icons.scss */

.fa-object-ungroup:before {
  content: "";
}

/* line 622, scss/base/fontawesome/_icons.scss */

.fa-sticky-note:before {
  content: "";
}

/* line 623, scss/base/fontawesome/_icons.scss */

.fa-sticky-note-o:before {
  content: "";
}

/* line 624, scss/base/fontawesome/_icons.scss */

.fa-cc-jcb:before {
  content: "";
}

/* line 625, scss/base/fontawesome/_icons.scss */

.fa-cc-diners-club:before {
  content: "";
}

/* line 626, scss/base/fontawesome/_icons.scss */

.fa-clone:before {
  content: "";
}

/* line 627, scss/base/fontawesome/_icons.scss */

.fa-balance-scale:before {
  content: "";
}

/* line 628, scss/base/fontawesome/_icons.scss */

.fa-hourglass-o:before {
  content: "";
}

/* line 629, scss/base/fontawesome/_icons.scss */

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 631, scss/base/fontawesome/_icons.scss */

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 633, scss/base/fontawesome/_icons.scss */

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 635, scss/base/fontawesome/_icons.scss */

.fa-hourglass:before {
  content: "";
}

/* line 636, scss/base/fontawesome/_icons.scss */

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 638, scss/base/fontawesome/_icons.scss */

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 640, scss/base/fontawesome/_icons.scss */

.fa-hand-scissors-o:before {
  content: "";
}

/* line 641, scss/base/fontawesome/_icons.scss */

.fa-hand-lizard-o:before {
  content: "";
}

/* line 642, scss/base/fontawesome/_icons.scss */

.fa-hand-spock-o:before {
  content: "";
}

/* line 643, scss/base/fontawesome/_icons.scss */

.fa-hand-pointer-o:before {
  content: "";
}

/* line 644, scss/base/fontawesome/_icons.scss */

.fa-hand-peace-o:before {
  content: "";
}

/* line 645, scss/base/fontawesome/_icons.scss */

.fa-trademark:before {
  content: "";
}

/* line 646, scss/base/fontawesome/_icons.scss */

.fa-registered:before {
  content: "";
}

/* line 647, scss/base/fontawesome/_icons.scss */

.fa-creative-commons:before {
  content: "";
}

/* line 648, scss/base/fontawesome/_icons.scss */

.fa-gg:before {
  content: "";
}

/* line 649, scss/base/fontawesome/_icons.scss */

.fa-gg-circle:before {
  content: "";
}

/* line 650, scss/base/fontawesome/_icons.scss */

.fa-tripadvisor:before {
  content: "";
}

/* line 651, scss/base/fontawesome/_icons.scss */

.fa-odnoklassniki:before {
  content: "";
}

/* line 652, scss/base/fontawesome/_icons.scss */

.fa-odnoklassniki-square:before {
  content: "";
}

/* line 653, scss/base/fontawesome/_icons.scss */

.fa-get-pocket:before {
  content: "";
}

/* line 654, scss/base/fontawesome/_icons.scss */

.fa-wikipedia-w:before {
  content: "";
}

/* line 655, scss/base/fontawesome/_icons.scss */

.fa-safari:before {
  content: "";
}

/* line 656, scss/base/fontawesome/_icons.scss */

.fa-chrome:before {
  content: "";
}

/* line 657, scss/base/fontawesome/_icons.scss */

.fa-firefox:before {
  content: "";
}

/* line 658, scss/base/fontawesome/_icons.scss */

.fa-opera:before {
  content: "";
}

/* line 659, scss/base/fontawesome/_icons.scss */

.fa-internet-explorer:before {
  content: "";
}

/* line 660, scss/base/fontawesome/_icons.scss */

.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 662, scss/base/fontawesome/_icons.scss */

.fa-contao:before {
  content: "";
}

/* line 663, scss/base/fontawesome/_icons.scss */

.fa-500px:before {
  content: "";
}

/* line 664, scss/base/fontawesome/_icons.scss */

.fa-amazon:before {
  content: "";
}

/* line 665, scss/base/fontawesome/_icons.scss */

.fa-calendar-plus-o:before {
  content: "";
}

/* line 666, scss/base/fontawesome/_icons.scss */

.fa-calendar-minus-o:before {
  content: "";
}

/* line 667, scss/base/fontawesome/_icons.scss */

.fa-calendar-times-o:before {
  content: "";
}

/* line 668, scss/base/fontawesome/_icons.scss */

.fa-calendar-check-o:before {
  content: "";
}

/* line 669, scss/base/fontawesome/_icons.scss */

.fa-industry:before {
  content: "";
}

/* line 670, scss/base/fontawesome/_icons.scss */

.fa-map-pin:before {
  content: "";
}

/* line 671, scss/base/fontawesome/_icons.scss */

.fa-map-signs:before {
  content: "";
}

/* line 672, scss/base/fontawesome/_icons.scss */

.fa-map-o:before {
  content: "";
}

/* line 673, scss/base/fontawesome/_icons.scss */

.fa-map:before {
  content: "";
}

/* line 674, scss/base/fontawesome/_icons.scss */

.fa-commenting:before {
  content: "";
}

/* line 675, scss/base/fontawesome/_icons.scss */

.fa-commenting-o:before {
  content: "";
}

/* line 676, scss/base/fontawesome/_icons.scss */

.fa-houzz:before {
  content: "";
}

/* line 677, scss/base/fontawesome/_icons.scss */

.fa-vimeo:before {
  content: "";
}

/* line 678, scss/base/fontawesome/_icons.scss */

.fa-black-tie:before {
  content: "";
}

/* line 679, scss/base/fontawesome/_icons.scss */

.fa-fonticons:before {
  content: "";
}

/* line 680, scss/base/fontawesome/_icons.scss */

.fa-reddit-alien:before {
  content: "";
}

/* line 681, scss/base/fontawesome/_icons.scss */

.fa-edge:before {
  content: "";
}

/* line 682, scss/base/fontawesome/_icons.scss */

.fa-credit-card-alt:before {
  content: "";
}

/* line 683, scss/base/fontawesome/_icons.scss */

.fa-codiepie:before {
  content: "";
}

/* line 684, scss/base/fontawesome/_icons.scss */

.fa-modx:before {
  content: "";
}

/* line 685, scss/base/fontawesome/_icons.scss */

.fa-fort-awesome:before {
  content: "";
}

/* line 686, scss/base/fontawesome/_icons.scss */

.fa-usb:before {
  content: "";
}

/* line 687, scss/base/fontawesome/_icons.scss */

.fa-product-hunt:before {
  content: "";
}

/* line 688, scss/base/fontawesome/_icons.scss */

.fa-mixcloud:before {
  content: "";
}

/* line 689, scss/base/fontawesome/_icons.scss */

.fa-scribd:before {
  content: "";
}

/* line 690, scss/base/fontawesome/_icons.scss */

.fa-pause-circle:before {
  content: "";
}

/* line 691, scss/base/fontawesome/_icons.scss */

.fa-pause-circle-o:before {
  content: "";
}

/* line 692, scss/base/fontawesome/_icons.scss */

.fa-stop-circle:before {
  content: "";
}

/* line 693, scss/base/fontawesome/_icons.scss */

.fa-stop-circle-o:before {
  content: "";
}

/* line 694, scss/base/fontawesome/_icons.scss */

.fa-shopping-bag:before {
  content: "";
}

/* line 695, scss/base/fontawesome/_icons.scss */

.fa-shopping-basket:before {
  content: "";
}

/* line 696, scss/base/fontawesome/_icons.scss */

.fa-hashtag:before {
  content: "";
}

/* line 697, scss/base/fontawesome/_icons.scss */

.fa-bluetooth:before {
  content: "";
}

/* line 698, scss/base/fontawesome/_icons.scss */

.fa-bluetooth-b:before {
  content: "";
}

/* line 699, scss/base/fontawesome/_icons.scss */

.fa-percent:before {
  content: "";
}

/* line 700, scss/base/fontawesome/_icons.scss */

.fa-gitlab:before {
  content: "";
}

/* line 701, scss/base/fontawesome/_icons.scss */

.fa-wpbeginner:before {
  content: "";
}

/* line 702, scss/base/fontawesome/_icons.scss */

.fa-wpforms:before {
  content: "";
}

/* line 703, scss/base/fontawesome/_icons.scss */

.fa-envira:before {
  content: "";
}

/* line 704, scss/base/fontawesome/_icons.scss */

.fa-universal-access:before {
  content: "";
}

/* line 705, scss/base/fontawesome/_icons.scss */

.fa-wheelchair-alt:before {
  content: "";
}

/* line 706, scss/base/fontawesome/_icons.scss */

.fa-question-circle-o:before {
  content: "";
}

/* line 707, scss/base/fontawesome/_icons.scss */

.fa-blind:before {
  content: "";
}

/* line 708, scss/base/fontawesome/_icons.scss */

.fa-audio-description:before {
  content: "";
}

/* line 709, scss/base/fontawesome/_icons.scss */

.fa-volume-control-phone:before {
  content: "";
}

/* line 710, scss/base/fontawesome/_icons.scss */

.fa-braille:before {
  content: "";
}

/* line 711, scss/base/fontawesome/_icons.scss */

.fa-assistive-listening-systems:before {
  content: "";
}

/* line 712, scss/base/fontawesome/_icons.scss */

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

/* line 714, scss/base/fontawesome/_icons.scss */

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

/* line 717, scss/base/fontawesome/_icons.scss */

.fa-glide:before {
  content: "";
}

/* line 718, scss/base/fontawesome/_icons.scss */

.fa-glide-g:before {
  content: "";
}

/* line 719, scss/base/fontawesome/_icons.scss */

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

/* line 721, scss/base/fontawesome/_icons.scss */

.fa-low-vision:before {
  content: "";
}

/* line 722, scss/base/fontawesome/_icons.scss */

.fa-viadeo:before {
  content: "";
}

/* line 723, scss/base/fontawesome/_icons.scss */

.fa-viadeo-square:before {
  content: "";
}

/* line 724, scss/base/fontawesome/_icons.scss */

.fa-snapchat:before {
  content: "";
}

/* line 725, scss/base/fontawesome/_icons.scss */

.fa-snapchat-ghost:before {
  content: "";
}

/* line 726, scss/base/fontawesome/_icons.scss */

.fa-snapchat-square:before {
  content: "";
}

/* line 727, scss/base/fontawesome/_icons.scss */

.fa-pied-piper:before {
  content: "";
}

/* line 728, scss/base/fontawesome/_icons.scss */

.fa-first-order:before {
  content: "";
}

/* line 729, scss/base/fontawesome/_icons.scss */

.fa-yoast:before {
  content: "";
}

/* line 730, scss/base/fontawesome/_icons.scss */

.fa-themeisle:before {
  content: "";
}

/* line 731, scss/base/fontawesome/_icons.scss */

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

/* line 733, scss/base/fontawesome/_icons.scss */

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

/* line 735, scss/base/fontawesome/_icons.scss */

.fa-handshake-o:before {
  content: "";
}

/* line 736, scss/base/fontawesome/_icons.scss */

.fa-envelope-open:before {
  content: "";
}

/* line 737, scss/base/fontawesome/_icons.scss */

.fa-envelope-open-o:before {
  content: "";
}

/* line 738, scss/base/fontawesome/_icons.scss */

.fa-linode:before {
  content: "";
}

/* line 739, scss/base/fontawesome/_icons.scss */

.fa-address-book:before {
  content: "";
}

/* line 740, scss/base/fontawesome/_icons.scss */

.fa-address-book-o:before {
  content: "";
}

/* line 741, scss/base/fontawesome/_icons.scss */

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

/* line 743, scss/base/fontawesome/_icons.scss */

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

/* line 745, scss/base/fontawesome/_icons.scss */

.fa-user-circle:before {
  content: "";
}

/* line 746, scss/base/fontawesome/_icons.scss */

.fa-user-circle-o:before {
  content: "";
}

/* line 747, scss/base/fontawesome/_icons.scss */

.fa-user-o:before {
  content: "";
}

/* line 748, scss/base/fontawesome/_icons.scss */

.fa-id-badge:before {
  content: "";
}

/* line 749, scss/base/fontawesome/_icons.scss */

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

/* line 751, scss/base/fontawesome/_icons.scss */

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

/* line 753, scss/base/fontawesome/_icons.scss */

.fa-quora:before {
  content: "";
}

/* line 754, scss/base/fontawesome/_icons.scss */

.fa-free-code-camp:before {
  content: "";
}

/* line 755, scss/base/fontawesome/_icons.scss */

.fa-telegram:before {
  content: "";
}

/* line 756, scss/base/fontawesome/_icons.scss */

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

/* line 759, scss/base/fontawesome/_icons.scss */

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

/* line 761, scss/base/fontawesome/_icons.scss */

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

/* line 763, scss/base/fontawesome/_icons.scss */

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

/* line 765, scss/base/fontawesome/_icons.scss */

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

/* line 767, scss/base/fontawesome/_icons.scss */

.fa-shower:before {
  content: "";
}

/* line 768, scss/base/fontawesome/_icons.scss */

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

/* line 771, scss/base/fontawesome/_icons.scss */

.fa-podcast:before {
  content: "";
}

/* line 772, scss/base/fontawesome/_icons.scss */

.fa-window-maximize:before {
  content: "";
}

/* line 773, scss/base/fontawesome/_icons.scss */

.fa-window-minimize:before {
  content: "";
}

/* line 774, scss/base/fontawesome/_icons.scss */

.fa-window-restore:before {
  content: "";
}

/* line 775, scss/base/fontawesome/_icons.scss */

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

/* line 777, scss/base/fontawesome/_icons.scss */

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

/* line 779, scss/base/fontawesome/_icons.scss */

.fa-bandcamp:before {
  content: "";
}

/* line 780, scss/base/fontawesome/_icons.scss */

.fa-grav:before {
  content: "";
}

/* line 781, scss/base/fontawesome/_icons.scss */

.fa-etsy:before {
  content: "";
}

/* line 782, scss/base/fontawesome/_icons.scss */

.fa-imdb:before {
  content: "";
}

/* line 783, scss/base/fontawesome/_icons.scss */

.fa-ravelry:before {
  content: "";
}

/* line 784, scss/base/fontawesome/_icons.scss */

.fa-eercast:before {
  content: "";
}

/* line 785, scss/base/fontawesome/_icons.scss */

.fa-microchip:before {
  content: "";
}

/* line 786, scss/base/fontawesome/_icons.scss */

.fa-snowflake-o:before {
  content: "";
}

/* line 787, scss/base/fontawesome/_icons.scss */

.fa-superpowers:before {
  content: "";
}

/* line 788, scss/base/fontawesome/_icons.scss */

.fa-wpexplorer:before {
  content: "";
}

/* line 789, scss/base/fontawesome/_icons.scss */

.fa-meetup:before {
  content: "";
}

/* line 4, scss/base/fontawesome/_screen-reader.scss */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 51, scss/base/fontawesome/_mixins.scss */

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Font Variables */

/* Color Variables */

/* Dividers */

/* Logos */

/* line 1, scss/base/_helpers.scss */

.shell,
.page-template-page-past-issues .content-area,
.archive .content-area,
.blog .content-area {
  max-width: 75em;
  margin: 0 auto;
}

/* line 6, scss/base/_helpers.scss */

.shell-full {
  max-width: 90em;
  margin: 0 auto;
}

/* line 11, scss/base/_helpers.scss */

.shell-small,
.page-template-default .content-area,
.error404 .content-area,
.search .content-area,
.page-template .content-area,
body.home .content-area {
  max-width: 55em;
  margin: 0 auto;
}

/* line 16, scss/base/_helpers.scss */

.ad-link {
  display: inline-block;
}

/* line 21, scss/base/_helpers.scss */

.clearfix:before,
.home .content-area article:before,
.content-area .entry-content:before,
.clearfix:after,
.home .content-area article:after,
.content-area .entry-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 27, scss/base/_helpers.scss */

.clearfix:after,
.home .content-area article:after,
.content-area .entry-content:after {
  clear: both;
}

/* line 32, scss/base/_helpers.scss */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* line 39, scss/base/_helpers.scss */

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* line 59, scss/base/_helpers.scss */

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 65, scss/base/_helpers.scss */

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 71, scss/base/_helpers.scss */

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* line 11, scss/base/_base.scss */

body,
button,
button.stripe-button-el,
input,
select,
textarea {
  color: #333;
  line-height: 1.5;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
}

/* line 21, scss/base/_base.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-bottom: 1em;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  line-height: 1.2;
}

/* line 33, scss/base/_base.scss */

h1 {
  font-size: 2em;
}

/* line 37, scss/base/_base.scss */

h2 {
  font-size: 1.5em;
}

/* line 41, scss/base/_base.scss */

h3 {
  font-size: 1.25em;
}

/* line 45, scss/base/_base.scss */

p {
  font-size: 1em;
  font-family: "Roboto", "Arial Narrow", sans-serif;
}

/* line 49, scss/base/_base.scss */

p:not(:last-child) {
  margin-bottom: 1.5em;
}

/* line 54, scss/base/_base.scss */

b,
strong {
  font-weight: bold;
}

/* line 59, scss/base/_base.scss */

dfn,
cite,
em,
i {
  font-style: italic;
}

/* line 66, scss/base/_base.scss */

blockquote {
  margin: 0 1.5em;
  font-style: italic;
}

/* line 71, scss/base/_base.scss */

address {
  margin: 0;
}

/* line 74, scss/base/_base.scss */

address:not(:last-child) {
  margin-bottom: 1.5em;
}

/* line 79, scss/base/_base.scss */

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375em;
  line-height: 1.6;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* line 88, scss/base/_base.scss */

pre:not(:last-child) {
  margin-bottom: 1.6em;
}

/* line 93, scss/base/_base.scss */

code,
kbd,
tt,
var {
  font: 0.9375em Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* line 101, scss/base/_base.scss */

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 107, scss/base/_base.scss */

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 113, scss/base/_base.scss */

sup,
sub {
  font-size: 0.75em;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 122, scss/base/_base.scss */

sup {
  bottom: 1ex;
}

/* line 126, scss/base/_base.scss */

sub {
  top: 0.5ex;
}

/* line 130, scss/base/_base.scss */

small {
  font-size: 0.75em;
}

/* line 134, scss/base/_base.scss */

big {
  font-size: 1.25em;
}

/* line 138, scss/base/_base.scss */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 147, scss/base/_base.scss */

ul,
ol {
  margin: 0 0 0 1.5em;
}

/* line 151, scss/base/_base.scss */

ul:not(:last-child),
ol:not(:last-child) {
  margin-bottom: 1.5em;
}

/* line 156, scss/base/_base.scss */

ul {
  list-style: disc;
}

/* line 160, scss/base/_base.scss */

ol {
  list-style: decimal;
}

/* line 164, scss/base/_base.scss */

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* line 170, scss/base/_base.scss */

dt {
  font-weight: bold;
}

/* line 174, scss/base/_base.scss */

dd {
  margin: 0 1.5em;
}

/* line 177, scss/base/_base.scss */

dd:not(:last-child) {
  margin-bottom: 1.5em;
}

/* line 182, scss/base/_base.scss */

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* Make sure embeds and iframes fit their containers */

/* line 190, scss/base/_base.scss */

embed,
iframe,
object {
  max-width: 100%;
}

/* line 196, scss/base/_base.scss */

figure {
  margin: 0;
}

/* line 200, scss/base/_base.scss */

table {
  margin: 0;
  width: 100%;
}

/* line 204, scss/base/_base.scss */

table:not(:last-child) {
  margin-bottom: 1.5em;
}

/* line 209, scss/base/_base.scss */

th {
  font-weight: bold;
}

/* line 213, scss/base/_base.scss */

a {
  color: #357E4E;
  font-weight: 500;
  text-decoration: none;
}

/* line 218, scss/base/_base.scss */

a:visited {
  color: #265a38;
}

/* line 222, scss/base/_base.scss */

a:hover,
a:focus,
a:active {
  color: #357E4E;
  text-decoration: underline;
}

/* line 230, scss/base/_base.scss */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* line 240, scss/base/_base.scss */

.more-link {
  margin: 9px 0 0 0;
  display: inline-block;
  border-radius: 22px;
  padding: 10px 29px;
  border: none;
  background: #357E4E;
  color: #fff !important;
  font-size: 14px;
  text-decoration: none;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  transition: all 0.3s ease;
}

/* line 254, scss/base/_base.scss */

.more-link:hover {
  background: #265a38;
  color: #FFFFFF;
  text-decoration: none;
}

/* line 1, scss/components/_buttons.scss */

button,
button.stripe-button-el,
.button,
.subscription-options .leaky-paywall-payment-button a,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  transition: all 0.3s ease;
  background: #357E4E;
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  border: .125em solid;
  border-color: transparent;
  border-radius: 0;
  padding: .8375em 1.1em;
  /* Improve cursor style usability and consistency between image-type 'input' and others */
  cursor: pointer;
  color: #FFFFFF;
  font-family: "Roboto", "Arial Narrow", sans-serif;
  /* Correct font size not being inherited in all browsers */
  font-size: 100%;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  /* Improve appearance and consistency in all browsers */
  vertical-align: baseline;
}

/* line 24, scss/components/_buttons.scss */

button:hover,
.button:hover,
.subscription-options .leaky-paywall-payment-button a:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
button:active,
.button:active,
.subscription-options .leaky-paywall-payment-button a:active,
input:active[type="button"],
input:active[type="reset"],
input:active[type="submit"],
button:focus,
.button:focus,
.subscription-options .leaky-paywall-payment-button a:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"] {
  background: #265a38;
  color: #FFFFFF;
  text-decoration: none;
}

/* line 31, scss/components/_buttons.scss */

button,
button.stripe-button-el {
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
}

/* line 35, scss/components/_buttons.scss */

button::-moz-focus-inner,
button.stripe-button-el::-moz-focus-inner {
  /* Correct oddly displayed inner padding and border in FF3/4 - www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

/* line 44, scss/components/_buttons.scss */

button.stripe-button-el span {
  position: static !important;
  height: auto;
  min-height: auto !important;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: none;
  padding: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-shadow: none;
  border-radius: 0;
}

/* line 70, scss/components/_buttons.scss */

.button,
.subscription-options .leaky-paywall-payment-button a {
  display: inline-block;
  min-width: 10.5em;
}

/* line 75, scss/components/_buttons.scss */

.button:visited,
.subscription-options .leaky-paywall-payment-button a:visited {
  color: #FFFFFF;
}

/* line 79, scss/components/_buttons.scss */

.button:hover,
.subscription-options .leaky-paywall-payment-button a:hover,
.button:active,
.subscription-options .leaky-paywall-payment-button a:active,
.button:focus,
.subscription-options .leaky-paywall-payment-button a:focus {
  background: #265a38;
  color: #FFFFFF;
}

/* line 85, scss/components/_buttons.scss */

.action-button-row {
  margin-bottom: 0px;
  text-align: center;
}

/* line 89, scss/components/_buttons.scss */

.action-button-row .button,
.action-button-row .subscription-options .leaky-paywall-payment-button a,
.subscription-options .leaky-paywall-payment-button .action-button-row a {
  margin-bottom: 10px;
}

/* line 92, scss/components/_buttons.scss */

.action-button-row .button:hover,
.action-button-row .subscription-options .leaky-paywall-payment-button a:hover,
.subscription-options .leaky-paywall-payment-button .action-button-row a:hover {
  background: #444;
}

/* line 1, scss/components/_ads.scss */

.ad-full-width {
  text-align: center;
  background: #fff;
  padding: 40px 0 34px 0;
}

/* line 1, scss/components/_search-form.scss */

.search-form {
  padding: 1em;
  font-size: .875em;
}

/* line 9, scss/components/_search-form.scss */

.site-content .search-form {
  background: none;
  margin: 0;
  padding: 0;
}

/* line 15, scss/components/_search-form.scss */

* + .search-form {
  margin-top: 1.5em;
}

/* line 18, scss/components/_search-form.scss */

.site-search-wrapper * + .search-form {
  margin-top: 0;
}

/* line 23, scss/components/_search-form.scss */

.search-form .search-field {
  width: 15em;
  height: 1.5em;
  background: #707070;
  border: none;
  border-radius: 0;
  padding: 1em 1.1em;
  color: #fff;
  font-size: 1em;
}

/* line 34, scss/components/_search-form.scss */

.search-form .search-field::-webkit-input-placeholder {
  /* Chrome,Opera,Safari */
  color: #808080;
}

/* line 37, scss/components/_search-form.scss */

.search-form .search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #808080;
}

/* line 40, scss/components/_search-form.scss */

.search-form .search-field:-ms-input-placeholder {
  /* IE 10+ */
  color: #808080;
}

/* line 43, scss/components/_search-form.scss */

.search-form .search-field:-moz-placeholder {
  /* Firefox 18- */
  color: #808080;
}

/* line 48, scss/components/_search-form.scss */

.search-form .search-submit {
  transition: all 0.3s ease;
  display: block;
  margin-top: .5em;
  border: none;
  border-radius: 0;
  color: #fff;
}

/* line 60, scss/components/_search-form.scss */

.search-form .search-submit span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  height: 3em;
  font-size: 1em;
  line-height: 1em;
}

/* line 70, scss/components/_search-form.scss */

.search-form .search-submit .fa {
  display: block;
}

/* line 76, scss/components/_search-form.scss */

.site-search {
  display: flex;
  align-items: center;
  align-self: stretch;
  position: relative;
  margin-left: 2.5%;
}

/* line 87, scss/components/_search-form.scss */

.site-search .search-button {
  border: 0;
  background: none;
  padding: 0;
  color: #000;
  font-size: 1.5em;
}

/* line 98, scss/components/_search-form.scss */

.site-search .search-button .fa {
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: 1.125em;
  height: 1.125em;
}

/* line 108, scss/components/_search-form.scss */

.site-search-wrapper {
  transition: all 0.3s ease;
  display: inline-block;
  position: absolute;
  top: calc(100% + 1.25rem);
  right: 0;
  z-index: 99;
  background: #1D1D1D;
}

/* line 129, scss/components/_search-form.scss */

.home .site-search-wrapper {
  margin-top: .0625rem;
}

/* line 133, scss/components/_search-form.scss */

.site-search-wrapper.is-hidden {
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

/* line 141, scss/components/_search-form.scss */

.site-search-wrapper .adv-search {
  margin: 0;
  padding: .5rem 1rem 0;
  font-size: .75em;
  text-align: right;
}

/* line 147, scss/components/_search-form.scss */

.site-search-wrapper .adv-search a {
  color: #FFFFFF;
}

/* line 150, scss/components/_search-form.scss */

.site-search-wrapper .adv-search a:visited {
  color: #FFFFFF;
}

/* line 154, scss/components/_search-form.scss */

.site-search-wrapper .adv-search a:hover,
.site-search-wrapper .adv-search a:active,
.site-search-wrapper .adv-search a:focus {
  color: rgba(255, 255, 255, 0.8);
}

/* line 4, scss/components/_panel-styles.scss */

.articles-panels .articles-panel:nth-child(even) {
  background: #F2F2F2;
}

/* line 9, scss/components/_panel-styles.scss */

.articles-panel .article-author {
  margin-top: .375em;
  font-size: .875em;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

/* line 18, scss/components/_panel-styles.scss */

.bg-light {
  background: #F2F2F2;
}

/* line 22, scss/components/_panel-styles.scss */

.bg-dark {
  background: #2E2E2E;
  color: #FFFFFF;
}

/* line 26, scss/components/_panel-styles.scss */

.bg-dark a:not(.button) {
  color: inherit;
}

/* line 29, scss/components/_panel-styles.scss */

.bg-dark a:not(.button):visited {
  color: inherit;
}

/* line 33, scss/components/_panel-styles.scss */

.bg-dark a:not(.button):hover,
.bg-dark a:not(.button):active,
.bg-dark a:not(.button):focus {
  color: inherit;
}

/* line 39, scss/components/_panel-styles.scss */

.bg-primary {
  background: #357E4E;
  color: #FFFFFF;
}

/* line 43, scss/components/_panel-styles.scss */

.bg-primary a:not(.button) {
  color: inherit;
}

/* line 46, scss/components/_panel-styles.scss */

.bg-primary a:not(.button):visited {
  color: inherit;
}

/* line 50, scss/components/_panel-styles.scss */

.bg-primary a:not(.button):hover,
.bg-primary a:not(.button):active,
.bg-primary a:not(.button):focus {
  color: inherit;
}

/* line 56, scss/components/_panel-styles.scss */

.bg-accent {
  background: #AC913A;
  color: #FFFFFF;
}

/* line 60, scss/components/_panel-styles.scss */

.bg-accent a:not(.button) {
  color: inherit;
}

/* line 63, scss/components/_panel-styles.scss */

.bg-accent a:not(.button):visited {
  color: inherit;
}

/* line 67, scss/components/_panel-styles.scss */

.bg-accent a:not(.button):hover,
.bg-accent a:not(.button):active,
.bg-accent a:not(.button):focus {
  color: inherit;
}

/* line 73, scss/components/_panel-styles.scss */

.panel-title,
.subscription-options .subscription-options-title,
.page-template-default .entry-title,
.page-template-page-past-issues .entry-title,
.page-template .entry-title,
.search .page-title,
.error404 .page-title,
.archive .page-title,
.blog .page-title {
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

/* line 82, scss/components/_panel-styles.scss */

.articles-wrapper,
.launchpads-wrapper {
  width: 100%;
  max-width: 100%;
}

/* line 87, scss/components/_panel-styles.scss */

.articles-wrapper .article,
.articles-wrapper .launchpad,
.launchpads-wrapper .article,
.launchpads-wrapper .launchpad {
  max-width: 20em;
}

/* line 96, scss/components/_panel-styles.scss */

.articles-wrapper .article-image,
.articles-wrapper .launchpad-image,
.launchpads-wrapper .article-image,
.launchpads-wrapper .launchpad-image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: .25rem;
}

/* line 105, scss/components/_panel-styles.scss */

.articles-wrapper .article-title,
.articles-wrapper .launchpad-title,
.launchpads-wrapper .article-title,
.launchpads-wrapper .launchpad-title {
  margin: .75rem 0 0;
  font-size: 1.125rem;
  font-weight: 700;
}

/* line 112, scss/components/_panel-styles.scss */

.articles-wrapper .article-excerpt,
.articles-wrapper .launchpad-excerpt,
.launchpads-wrapper .article-excerpt,
.launchpads-wrapper .launchpad-excerpt {
  margin-top: .375em;
  font-size: 1rem;
}

/* line 119, scss/components/_panel-styles.scss */

.panel-cta {
  margin-top: 2.25em;
  text-align: center;
}

/* line 1, scss/components/_lp-nag.scss */

.paywall-wrap,
.leaky_paywall_message_wrap {
  position: relative;
  width: calc(100% + 3rem);
  margin-top: -6em;
  margin-left: -1.5rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 0.5em, #FFFFFF 5.5em, #FFFFFF 100%);
  padding: 9em 0 0;
}

/* line 9, scss/components/_lp-nag.scss */

.paywall-wrap #leaky_paywall_message,
.leaky_paywall_message_wrap #leaky_paywall_message {
  width: 100%;
  margin: 0;
  box-shadow: 0 0 0.5rem 0.25em rgba(0, 0, 0, 0.125);
  border: 0.5rem solid #FFFFFF;
  border-radius: .25rem;
  background: #FCFAF5;
  padding: 2rem 1.5rem;
  color: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  text-align: center;
}

/* line 23, scss/components/_lp-nag.scss */

.paywall-wrap #leaky_paywall_message a,
.leaky_paywall_message_wrap #leaky_paywall_message a {
  border-color: transparent;
}

/* line 27, scss/components/_lp-nag.scss */

.paywall-wrap #leaky_paywall_message .button,
.paywall-wrap #leaky_paywall_message .subscription-options .leaky-paywall-payment-button a,
.subscription-options .leaky-paywall-payment-button .paywall-wrap #leaky_paywall_message a,
.leaky_paywall_message_wrap #leaky_paywall_message .button,
.leaky_paywall_message_wrap #leaky_paywall_message .subscription-options .leaky-paywall-payment-button a,
.subscription-options .leaky-paywall-payment-button .leaky_paywall_message_wrap #leaky_paywall_message a {
  color: #FFFFFF;
}

/* line 31, scss/components/_lp-nag.scss */

.paywall-wrap #leaky_paywall_message .paywall-heading,
.leaky_paywall_message_wrap #leaky_paywall_message .paywall-heading {
  margin-bottom: .5em;
  color: #357E4E;
  font-size: 1.375rem;
}

/* line 36, scss/components/_lp-nag.scss */

.paywall-wrap #leaky_paywall_message .paywall-heading a,
.leaky_paywall_message_wrap #leaky_paywall_message .paywall-heading a {
  color: inherit;
  font-weight: inherit;
}

/* line 40, scss/components/_lp-nag.scss */

.paywall-wrap #leaky_paywall_message .paywall-heading a:visited,
.leaky_paywall_message_wrap #leaky_paywall_message .paywall-heading a:visited {
  color: inherit;
}

/* line 44, scss/components/_lp-nag.scss */

.paywall-wrap #leaky_paywall_message .paywall-heading a:hover,
.paywall-wrap #leaky_paywall_message .paywall-heading a:active,
.paywall-wrap #leaky_paywall_message .paywall-heading a:focus,
.leaky_paywall_message_wrap #leaky_paywall_message .paywall-heading a:hover,
.leaky_paywall_message_wrap #leaky_paywall_message .paywall-heading a:active,
.leaky_paywall_message_wrap #leaky_paywall_message .paywall-heading a:focus {
  color: inherit;
}

/* line 50, scss/components/_lp-nag.scss */

.paywall-wrap #leaky_paywall_message .subscribe-title,
.leaky_paywall_message_wrap #leaky_paywall_message .subscribe-title {
  margin-bottom: 0;
  color: #357E4E;
  font-size: 2rem;
}

/* line 56, scss/components/_lp-nag.scss */

.paywall-wrap #leaky_paywall_message .subscribe-details,
.leaky_paywall_message_wrap #leaky_paywall_message .subscribe-details {
  padding-top: 1.125rem;
  font-size: 1.125rem;
}

/* line 69, scss/components/_lp-nag.scss */

.paywall-wrap #leaky_paywall_message .subscribe-button,
.leaky_paywall_message_wrap #leaky_paywall_message .subscribe-button {
  padding-top: 1.125rem;
}

/* line 81, scss/components/_lp-nag.scss */

.paywall-wrap #leaky_paywall_message .subscribe-level,
.leaky_paywall_message_wrap #leaky_paywall_message .subscribe-level {
  display: block;
}

/* line 84, scss/components/_lp-nag.scss */

.paywall-wrap #leaky_paywall_message .subscribe-level:not(:first-child),
.leaky_paywall_message_wrap #leaky_paywall_message .subscribe-level:not(:first-child) {
  margin-top: .375em;
}

/* line 91, scss/components/_lp-nag.scss */

.issuem-leaky-paywall-subscriber-info {
  margin-top: 40px;
}

/* line 1, scss/components/_issuem.scss */

.issuem_archives_shortcode {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 5, scss/components/_issuem.scss */

.issuem_archives_shortcode .issuem_archive {
  font-size: 1em;
  margin-bottom: 20px;
}

/* line 9, scss/components/_issuem.scss */

.issuem_archives_shortcode p {
  margin-bottom: 0;
}

/* line 12, scss/components/_issuem.scss */

.issuem_archives_shortcode .featured_archives_cover {
  display: inline-block;
  border: 1px solid #EEF1F2;
}

/* line 19, scss/components/_issuem.scss */

#loginform input[type="text"],
#loginform input[type="email"],
#loginform input[type="url"],
#loginform input[type="password"],
#loginform input[type="search"] {
  display: block;
}

/* line 1, scss/modules/_main-menu.scss */

.main-navigation {
  transition: all 0.3s ease;
  position: relative;
  z-index: 100;
}

/* line 6, scss/modules/_main-menu.scss */

.main-navigation.toggled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* line 25, scss/modules/_main-menu.scss */

.main-navigation ul {
  list-style-type: none;
  margin: 0;
}

/* line 30, scss/modules/_main-menu.scss */

.main-navigation li {
  position: relative;
}

/* line 35, scss/modules/_main-menu.scss */

.menu-main-menu-container {
  position: relative;
}

/* line 38, scss/modules/_main-menu.scss */

.toggled .menu-main-menu-container {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  max-width: 22.5em;
  height: 100%;
}

/* line 60, scss/modules/_main-menu.scss */

.menu-wrapper {
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  align-items: center;
  justify-content: center;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  background: #1D1D1D;
}

/* line 87, scss/modules/_main-menu.scss */

.toggled .menu-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: auto;
  opacity: 1;
  padding: 1.25em;
}

/* line 115, scss/modules/_main-menu.scss */

.menu-wrapper .menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 125, scss/modules/_main-menu.scss */

.menu-wrapper .menu-item {
  position: relative;
}

/* line 134, scss/modules/_main-menu.scss */

.menu-wrapper .menu-item a {
  display: block;
  margin-bottom: 0.5rem;
  color: #fff;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 1.125em;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 166, scss/modules/_main-menu.scss */

.menu-wrapper .menu-item-has-children:hover .sub-menu {
  display: block;
  z-index: 100;
}

/* line 173, scss/modules/_main-menu.scss */

.menu-wrapper .sub-menu {
  margin-left: 1.25em;
}

/* line 188, scss/modules/_main-menu.scss */

.menu-wrapper .sub-menu .menu-item {
  display: block;
  margin-left: 0;
  text-align: left;
}

/* line 193, scss/modules/_main-menu.scss */

.menu-wrapper .sub-menu .menu-item a {
  font-size: 0.9375em;
}

/* line 204, scss/modules/_main-menu.scss */

.menu-wrapper .social-media {
  display: flex;
  justify-content: center;
  margin-top: 1.5em;
}

/* line 214, scss/modules/_main-menu.scss */

.menu-wrapper .icon-social {
  display: flex;
  align-items: center;
  margin: 0.5em;
  color: #FFFFFF;
  font-size: 1.5em;
  text-decoration: none;
}

/* line 222, scss/modules/_main-menu.scss */

.menu-wrapper .icon-social:visited {
  color: #FFFFFF;
}

/* line 226, scss/modules/_main-menu.scss */

.menu-wrapper .icon-social:hover,
.menu-wrapper .icon-social:active,
.menu-wrapper .icon-social:focus {
  opacity: 0.9;
  color: #FFFFFF;
  text-decoration: none;
}

/* line 236, scss/modules/_main-menu.scss */

.menu-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #000;
  font-size: 1.75em;
}

/* line 248, scss/modules/_main-menu.scss */

.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
  background: none;
}

/* line 254, scss/modules/_main-menu.scss */

.toggled .menu-toggle {
  margin-top: 1.25rem;
}

/* line 258, scss/modules/_main-menu.scss */

.menu-toggle .fa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
}

/* line 266, scss/modules/_main-menu.scss */

.menu-toggle .toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
}

/* line 273, scss/modules/_main-menu.scss */

.menu-toggle .toggle-icon:before {
  content: "\f0c9";
  font-family: FontAwesome;
}

/* line 277, scss/modules/_main-menu.scss */

.toggled .menu-toggle .toggle-icon:before {
  content: "\f00d";
}

/* line 1, scss/modules/_forms.scss */

input,
select,
textarea {
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}

/* line 10, scss/modules/_forms.scss */

input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

/* line 23, scss/modules/_forms.scss */

input[type="checkbox"],
input[type="radio"] {
  /* Address excess padding in IE8/9 */
  padding: 0;
  margin: 0 0.25em;
}

/* line 30, scss/modules/_forms.scss */

input[type="search"] {
  /* Address appearance set to searchfield in S5, Chrome */
  -webkit-appearance: textfield;
  /* Address box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  box-sizing: content-box;
}

/* line 38, scss/modules/_forms.scss */

input[type="search"]::-webkit-search-decoration {
  /* Correct oddly displayed inner padding in S5, Chrome on OSX */
  -webkit-appearance: none;
}

/* line 44, scss/modules/_forms.scss */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #333333;
  border: 1px solid #ccc;
}

/* line 53, scss/modules/_forms.scss */

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

/* line 58, scss/modules/_forms.scss */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: .5em;
}

/* line 66, scss/modules/_forms.scss */

textarea {
  /* Remove default vertical scrollbar in IE6/7/8/9 */
  overflow: auto;
  width: 100%;
  resize: vertical;
  padding-left: 3px;
  /* Improve readability and alignment in all browsers */
  vertical-align: top;
}

/* line 1, scss/modules/_hero.scss */

.panel-hero {
  padding: 1.575rem 1.125rem;
  background: #1D1D1D no-repeat center center/cover;
}

/* line 5, scss/modules/_hero.scss */

.panel-hero .site-header {
  width: 100%;
}

/* line 26, scss/modules/_hero.scss */

.otc-box {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

/* line 31, scss/modules/_hero.scss */

.otc-box.issue-cover {
  text-align: center;
  max-width: 300px;
  margin: 0 auto 40px;
}

/* line 40, scss/modules/_hero.scss */

.otc-box.issue-cover a {
  color: #fff;
  font-size: 1.5em;
}

/* line 44, scss/modules/_hero.scss */

.otc-box.issue-cover img {
  border-color: #FFFFFF;
  border-width: .125em;
  border-style: solid;
  margin-bottom: 20px;
}

/* line 53, scss/modules/_hero.scss */

.issue-info {
  align-items: flex-start;
  justify-content: flex-start;
  color: #FFFFFF;
}

/* line 58, scss/modules/_hero.scss */

.issue-info .hero-wrapper {
  flex-direction: row-reverse;
}

/* line 68, scss/modules/_hero.scss */

.cover-story {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  background: rgba(255, 255, 255, 0.75);
  padding: 1.125em;
}

/* line 79, scss/modules/_hero.scss */

.cover-story .story-title {
  margin: 0;
  color: #357E4E;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

/* line 89, scss/modules/_hero.scss */

.cover-story .story-excerpt {
  margin: 1em 0;
  font-size: 1.125rem;
}

/* line 94, scss/modules/_hero.scss */

.cover-story .story-link {
  text-align: right;
}

/* line 99, scss/modules/_hero.scss */

.issue-details {
  padding-bottom: 1.125rem;
  text-align: center;
}

/* line 114, scss/modules/_hero.scss */

.issue-details .issue-heading {
  margin: 0;
  font-family: "Roboto", "Arial Narrow", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px black;
}

/* line 12, scss/modules/_section-grid.scss */

.section-grid-4 .grid-item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  max-width: 20em;
  margin: 2.25em auto 0;
}

/* line 19, scss/modules/_section-grid.scss */

.section-grid-4 .grid-item:first-child {
  margin-top: 0;
}

/* line 74, scss/modules/_section-grid.scss */

.section-grid-3 .grid-item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  max-width: 20em;
  margin: 1.5em auto 0;
  text-align: center;
}

/* line 82, scss/modules/_section-grid.scss */

.section-grid-3 .grid-item:first-child {
  margin-top: 0;
}

/* line 116, scss/modules/_section-grid.scss */

.section-grid-2 .grid-item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  max-width: 25em;
  margin: 1.5em auto 0;
}

/* line 123, scss/modules/_section-grid.scss */

.section-grid-2 .grid-item:first-child {
  margin-top: 0;
}

/* line 1, scss/modules/_articles-featured.scss */

.articles-featured {
  padding: 2rem 1.125rem;
}

/* line 4, scss/modules/_articles-featured.scss */

.articles-featured .panel-title,
.articles-featured .subscription-options .subscription-options-title,
.subscription-options .articles-featured .subscription-options-title,
.articles-featured .page-template-default .entry-title,
.page-template-default .articles-featured .entry-title,
.articles-featured .page-template-page-past-issues .entry-title,
.page-template-page-past-issues .articles-featured .entry-title,
.articles-featured .page-template .entry-title,
.page-template .articles-featured .entry-title,
.articles-featured .search .page-title,
.search .articles-featured .page-title,
.articles-featured .error404 .page-title,
.error404 .articles-featured .page-title,
.articles-featured .archive .page-title,
.archive .articles-featured .page-title,
.articles-featured .blog .page-title,
.blog .articles-featured .page-title {
  margin-bottom: 2rem;
}

/* line 25, scss/modules/_articles-featured.scss */

.articles-featured .article-section {
  max-width: 45em;
  margin: 0 auto;
}

/* line 38, scss/modules/_articles-featured.scss */

.articles-featured .article-image .image-wrapper {
  display: inline-block;
  height: 100%;
}

/* line 43, scss/modules/_articles-featured.scss */

.articles-featured .article-image img {
  width: 100%;
}

/* line 48, scss/modules/_articles-featured.scss */

.articles-featured .article-details {
  align-items: center;
  padding-top: 1.125rem;
}

/* line 58, scss/modules/_articles-featured.scss */

.articles-featured .article-category {
  margin-bottom: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

/* line 70, scss/modules/_articles-featured.scss */

.articles-featured .article-title {
  margin-bottom: .125em;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 1.375rem;
}

/* line 76, scss/modules/_articles-featured.scss */

.articles-featured .article-author {
  font-size: 1.125rem;
}

/* line 80, scss/modules/_articles-featured.scss */

.articles-featured .article-excerpt {
  margin-top: .375em;
  font-size: 1.125rem;
}

/* line 1, scss/modules/_articles-side-ad.scss */

.articles-side-ad {
  padding: 2rem 1.125rem;
}

/* line 4, scss/modules/_articles-side-ad.scss */

.articles-side-ad .panel-title,
.articles-side-ad .subscription-options .subscription-options-title,
.subscription-options .articles-side-ad .subscription-options-title,
.articles-side-ad .page-template-default .entry-title,
.page-template-default .articles-side-ad .entry-title,
.articles-side-ad .page-template-page-past-issues .entry-title,
.page-template-page-past-issues .articles-side-ad .entry-title,
.articles-side-ad .page-template .entry-title,
.page-template .articles-side-ad .entry-title,
.articles-side-ad .search .page-title,
.search .articles-side-ad .page-title,
.articles-side-ad .error404 .page-title,
.error404 .articles-side-ad .page-title,
.articles-side-ad .archive .page-title,
.archive .articles-side-ad .page-title,
.articles-side-ad .blog .page-title,
.blog .articles-side-ad .page-title {
  margin-bottom: 2rem;
}

/* line 28, scss/modules/_articles-side-ad.scss */

.articles-side-ad .articles-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

/* line 49, scss/modules/_articles-side-ad.scss */

.articles-side-ad .ad-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  margin-top: 1.875em;
  text-align: center;
}

/* line 65, scss/modules/_articles-side-ad.scss */

.articles-side-ad .ad-wrapper a {
  display: inline-block;
}

/* line 76, scss/modules/_articles-side-ad.scss */

.articles-side-ad .article {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  margin: 2.25em auto 0;
}

/* line 82, scss/modules/_articles-side-ad.scss */

.articles-side-ad .article:first-child {
  margin-top: 0;
}

/* line 1, scss/modules/_articles-inline-ad.scss */

.articles-inline-ad {
  padding: 2rem 1.125rem;
}

/* line 4, scss/modules/_articles-inline-ad.scss */

.articles-inline-ad .panel-title,
.articles-inline-ad .subscription-options .subscription-options-title,
.subscription-options .articles-inline-ad .subscription-options-title,
.articles-inline-ad .page-template-default .entry-title,
.page-template-default .articles-inline-ad .entry-title,
.articles-inline-ad .page-template-page-past-issues .entry-title,
.page-template-page-past-issues .articles-inline-ad .entry-title,
.articles-inline-ad .page-template .entry-title,
.page-template .articles-inline-ad .entry-title,
.articles-inline-ad .search .page-title,
.search .articles-inline-ad .page-title,
.articles-inline-ad .error404 .page-title,
.error404 .articles-inline-ad .page-title,
.articles-inline-ad .archive .page-title,
.archive .articles-inline-ad .page-title,
.articles-inline-ad .blog .page-title,
.blog .articles-inline-ad .page-title {
  margin-bottom: 2rem;
}

/* line 1, scss/modules/_articles-no-ad.scss */

.articles-no-ad {
  padding: 2rem 1.125rem;
}

/* line 4, scss/modules/_articles-no-ad.scss */

.articles-no-ad .panel-title,
.articles-no-ad .subscription-options .subscription-options-title,
.subscription-options .articles-no-ad .subscription-options-title,
.articles-no-ad .page-template-default .entry-title,
.page-template-default .articles-no-ad .entry-title,
.articles-no-ad .page-template-page-past-issues .entry-title,
.page-template-page-past-issues .articles-no-ad .entry-title,
.articles-no-ad .page-template .entry-title,
.page-template .articles-no-ad .entry-title,
.articles-no-ad .search .page-title,
.search .articles-no-ad .page-title,
.articles-no-ad .error404 .page-title,
.error404 .articles-no-ad .page-title,
.articles-no-ad .archive .page-title,
.archive .articles-no-ad .page-title,
.articles-no-ad .blog .page-title,
.blog .articles-no-ad .page-title {
  margin-bottom: 2rem;
}

/* line 1, scss/modules/_articles-wide.scss */

.articles-wide {
  padding: 2rem 1.125rem;
}

/* line 4, scss/modules/_articles-wide.scss */

.articles-wide .panel-title,
.articles-wide .subscription-options .subscription-options-title,
.subscription-options .articles-wide .subscription-options-title,
.articles-wide .page-template-default .entry-title,
.page-template-default .articles-wide .entry-title,
.articles-wide .page-template-page-past-issues .entry-title,
.page-template-page-past-issues .articles-wide .entry-title,
.articles-wide .page-template .entry-title,
.page-template .articles-wide .entry-title,
.articles-wide .search .page-title,
.search .articles-wide .page-title,
.articles-wide .error404 .page-title,
.error404 .articles-wide .page-title,
.articles-wide .archive .page-title,
.archive .articles-wide .page-title,
.articles-wide .blog .page-title,
.blog .articles-wide .page-title,
.articles-wide .shell-full {
  margin-bottom: 2rem;
}

/* line 1, scss/modules/_panel-launchpads.scss */

.panel-launchpads {
  padding: 2rem 1.125rem;
}

/* line 4, scss/modules/_panel-launchpads.scss */

.panel-launchpads .panel-title,
.panel-launchpads .subscription-options .subscription-options-title,
.subscription-options .panel-launchpads .subscription-options-title,
.panel-launchpads .page-template-default .entry-title,
.page-template-default .panel-launchpads .entry-title,
.panel-launchpads .page-template-page-past-issues .entry-title,
.page-template-page-past-issues .panel-launchpads .entry-title,
.panel-launchpads .page-template .entry-title,
.page-template .panel-launchpads .entry-title,
.panel-launchpads .search .page-title,
.search .panel-launchpads .page-title,
.panel-launchpads .error404 .page-title,
.error404 .panel-launchpads .page-title,
.panel-launchpads .archive .page-title,
.archive .panel-launchpads .page-title,
.panel-launchpads .blog .page-title,
.blog .panel-launchpads .page-title {
  margin-bottom: 2rem;
}

/* line 1, scss/modules/_panel-call-out.scss */

.call-out {
  padding: 2rem 1.125rem;
  background: #2E2E2E no-repeat center center/cover;
  text-align: center;
}

/* line 6, scss/modules/_panel-call-out.scss */

.call-out .shell-full {
  padding: 2rem 1.125rem;
  background: rgba(255, 255, 255, 0.75);
}

/* line 11, scss/modules/_panel-call-out.scss */

.call-out .call-out-wrapper {
  max-width: 45em;
  margin: 0 auto;
}

/* line 16, scss/modules/_panel-call-out.scss */

.call-out .call-out-title {
  margin: 0;
  color: #357E4E;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

/* line 26, scss/modules/_panel-call-out.scss */

.call-out .call-out-content {
  margin-top: 1.5rem;
  font-size: 1.125rem;
}

/* line 31, scss/modules/_panel-call-out.scss */

.call-out .call-out-content p:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 37, scss/modules/_panel-call-out.scss */

.call-out .call-out-button {
  margin-top: 1.5rem;
}

/* line 1, scss/modules/_article-nav.scss */

.article-nav {
  padding: 1.125rem 1.125rem;
  background: #EAE3CE;
}

/* line 5, scss/modules/_article-nav.scss */

.article-nav .shell-full {
  padding: 1.125rem 1.125rem;
  background: rgba(255, 255, 255, 0.75);
}

/* line 21, scss/modules/_article-nav.scss */

.article-nav .nav-links > [class^="nav-"] {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  text-align: center;
}

/* line 32, scss/modules/_article-nav.scss */

.article-nav .nav-links > [class^="nav-"]:not(:first-child) {
  margin-top: 1.125em;
}

/* line 40, scss/modules/_article-nav.scss */

.article-nav .nav-links > [class^="nav-"] a {
  display: inline-block;
  color: #AC913A;
}

/* line 49, scss/modules/_article-nav.scss */

.article-nav .nav-links > [class^="nav-"] a:visited {
  color: #AC913A;
}

/* line 53, scss/modules/_article-nav.scss */

.article-nav .nav-links > [class^="nav-"] a:hover,
.article-nav .nav-links > [class^="nav-"] a:active,
.article-nav .nav-links > [class^="nav-"] a:focus {
  color: #AC913A;
  text-decoration: none;
}

/* line 60, scss/modules/_article-nav.scss */

.article-nav .nav-links .nav-text {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
}

/* line 87, scss/modules/_article-nav.scss */

.article-nav .nav-links .nav-previous .nav-text:before {
  content: '\f104';
  font-family: fontawesome;
  margin-right: .5rem;
  margin-bottom: .125em;
  font-size: 3em;
  line-height: 1;
}

/* line 97, scss/modules/_article-nav.scss */

.article-nav .nav-links .nav-previous .article-title {
  margin-left: auto;
}

/* line 119, scss/modules/_article-nav.scss */

.article-nav .nav-links .nav-next .nav-text:after {
  content: '\f105';
  font-family: fontawesome;
  margin-left: .5rem;
  margin-bottom: .125em;
  font-size: 3em;
  line-height: 1;
}

/* line 129, scss/modules/_article-nav.scss */

.article-nav .nav-links .nav-next .article-title {
  margin-right: auto;
}

/* line 134, scss/modules/_article-nav.scss */

.article-nav .nav-links .nav-details {
  display: none;
  font-size: .875rem;
}

/* line 153, scss/modules/_article-nav.scss */

.article-nav .nav-links .nav-details img {
  border-radius: .25rem;
}

/* line 158, scss/modules/_article-nav.scss */

.article-nav .nav-links .article-title {
  display: none;
  font-size: .875rem;
  font-weight: 500;
}

/* line 1, scss/modules/_top-story.scss */

.top-story {
  position: relative;
  color: #fff;
  color: #1D1D1D;
}

/* line 7, scss/modules/_top-story.scss */

.top-story .featured-image {
  display: none;
}

/* line 11, scss/modules/_top-story.scss */

.top-story a {
  color: inherit;
  font-weight: inherit;
}

/* line 15, scss/modules/_top-story.scss */

.top-story a:visited {
  color: inherit;
}

/* line 19, scss/modules/_top-story.scss */

.top-story a:hover,
.top-story a:active,
.top-story a:focus {
  color: #357E4E;
  color: inherit;
  text-decoration: none;
}

/* line 28, scss/modules/_top-story.scss */

.top-story .article-details {
  position: relative;
  z-index: 1;
}

/* line 34, scss/modules/_top-story.scss */

.top-story .article-background {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center top / cover;
}

/* line 46, scss/modules/_top-story.scss */

.top-story .details-wrap {
  position: relative;
  z-index: 1;
  padding: 25% 1.5em 1.5em;
}

/* line 55, scss/modules/_top-story.scss */

.top-story .article-cat {
  display: block;
  margin-bottom: 0.75em;
  text-transform: uppercase;
}

/* line 61, scss/modules/_top-story.scss */

.top-story .article-title {
  margin: 0;
  font-weight: 700;
  font-size: 30px !important;
  line-height: 34px;
}

/* line 73, scss/modules/_top-story.scss */

.top-story .article-meta {
  margin-top: 0.25em;
  font-size: 1.125em;
}

/* line 81, scss/modules/_top-story.scss */

.top-story .article-meta .author-link {
  text-transform: uppercase;
}

/* line 87, scss/modules/_top-story.scss */

.story-1-details {
  background: #fff;
  display: flex;
  justify-content: space-between;
}

/* line 91, scss/modules/_top-story.scss */

.story-1-details .category {
  text-shadow: none;
}

/* line 94, scss/modules/_top-story.scss */

.story-1-details .story-1-sponsor {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 99, scss/modules/_top-story.scss */

.story-1-details .story-1-sponsor p {
  color: #666;
  font-size: 0.875em;
  margin-bottom: 0;
}

/* line 105, scss/modules/_top-story.scss */

.story-1-details .article-title {
  color: #1D1D1D;
  text-shadow: none;
}

/* line 109, scss/modules/_top-story.scss */

.story-1-details .article-date {
  color: #1D1D1D;
  text-shadow: none;
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
}

/* line 122, scss/modules/_top-story.scss */

.story-1-details .article-excerpt p {
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-size: 15.5px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 12px;
}

/* line 134, scss/modules/_top-story.scss */

.story-1-details .article-excerpt a,
.story-1-details .article-excerpt a:visited {
  color: #007f49;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-decoration: underline;
}

/* line 141, scss/modules/_top-story.scss */

.story-1-details .article-excerpt a:hover,
.story-1-details .article-excerpt a:active,
.story-1-details .article-excerpt a:visited:hover,
.story-1-details .article-excerpt a:visited:active {
  text-decoration: none;
}

/* line 147, scss/modules/_top-story.scss */

.story-1-details .sponsored-by {
  color: #333;
  text-shadow: none;
}

/* line 154, scss/modules/_top-story.scss */

.story-2 .details-wrap {
  padding-top: 30%;
}

/* line 159, scss/modules/_top-story.scss */

.top-story-widgets {
  margin-top: 1em;
}

/* line 163, scss/modules/_top-story.scss */

.sub-top-stories {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: space-between;
  flex-direction: row;
}

/* line 172, scss/modules/_top-story.scss */

.sub-top-stories .top-story-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 173, scss/modules/_top-story.scss */

.sub-top-stories .top-story-link img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 186px;
}

/* line 188, scss/modules/_top-story.scss */

.sub-top-stories .top-story-link:after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 204, scss/modules/_top-story.scss */

.sub-top-stories .details-wrap {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 5;
  padding: 0;
}

/* line 214, scss/modules/_top-story.scss */

.sub-top-stories .article-title {
  z-index: 5;
  line-height: 1.2 !important;
  position: relative;
  font-size: 1.25em !important;
  color: #fff !important;
  text-shadow: 1px 2px #000;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}

/* line 227, scss/modules/_top-story.scss */

.sub-top-stories .story-3 {
  width: 48%;
}

/* line 231, scss/modules/_top-story.scss */

.sub-top-stories .story-4 {
  width: 48%;
}

/* line 2, scss/modules/_latest-news.scss */

.home .site-content {
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 75em;
  margin: 0 auto;
}

/* line 12, scss/modules/_latest-news.scss */

.home .category {
  margin: 25px 0 7px 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 22px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
}

/* line 20, scss/modules/_latest-news.scss */

.home .category a,
.home .category a:visited {
  color: #666;
}

/* line 25, scss/modules/_latest-news.scss */

.home .content-area {
  width: 100%;
}

/* line 32, scss/modules/_latest-news.scss */

.home .content-area article {
  max-width: 100%;
  margin-bottom: 1.5em;
}

/* line 36, scss/modules/_latest-news.scss */

.home .content-area article .article-image {
  float: left;
  width: 37%;
  border-radius: 0;
}

/* line 41, scss/modules/_latest-news.scss */

.home .content-area article .article-title {
  margin-top: 0;
}

/* line 43, scss/modules/_latest-news.scss */

.home .content-area article .article-title a {
  font-weight: 700;
}

/* line 47, scss/modules/_latest-news.scss */

.home .content-area article .article-details {
  float: right;
  width: 57%;
}

/* line 50, scss/modules/_latest-news.scss */

.home .content-area article .article-details .category {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 16px;
  letter-spacing: 1px;
}

/* line 55, scss/modules/_latest-news.scss */

.home .content-area article .article-details .category a {
  font-weight: 700;
  color: #666;
}

/* line 61, scss/modules/_latest-news.scss */

.home .content-area article .article-title {
  font-size: 24px;
  font-weight: 700;
}

/* line 64, scss/modules/_latest-news.scss */

.home .content-area article .article-title a {
  color: #007f49;
}

/* line 68, scss/modules/_latest-news.scss */

.home .content-area article .article-author {
  font-size: 16px;
  color: #b1aaaa;
}

/* line 74, scss/modules/_latest-news.scss */

.home a.outline-button {
  margin: 9px 0 0 0;
  display: inline-block;
  border-radius: 22px;
  padding: 10px 29px;
  border: 2px solid #357E4E;
  background: transparent;
  color: #357E4E;
  font-size: 14px;
  text-decoration: none;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
}

/* line 86, scss/modules/_latest-news.scss */

.home a.outline-button:hover {
  text-decoration: none;
  background-color: #357E4E;
  color: #fff;
}

/* line 93, scss/modules/_latest-news.scss */

.home .latest-news,
.home .category-title {
  border-bottom: 3px solid #ccc;
  padding-top: 0.5em;
  margin-bottom: 28px;
}

/* line 98, scss/modules/_latest-news.scss */

.home .latest-news h2,
.home .category-title h2 {
  margin-bottom: 13px;
  font-size: 28px;
  line-height: 38px;
  color: #1D1D1D;
  font-weight: 700;
}

/* line 119, scss/modules/_latest-news.scss */

.home .link-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 178, scss/modules/_latest-news.scss */

.home .supplemental-2-columns {
  margin-top: 40px;
  display: flex;
  grid-column-gap: 33px;
}

/* line 185, scss/modules/_latest-news.scss */

.home .supplemental-2-columns .category-column {
  width: 100%;
}

/* line 189, scss/modules/_latest-news.scss */

.home .supplemental-2-columns .category-column .outline-button {
  margin-top: 30px;
}

/* line 124, scss/modules/_latest-news.scss */

.home .supplemental-2-columns .category-column ul.article-list {
  margin: 0;
  padding: 0;
}

/* line 127, scss/modules/_latest-news.scss */

.home .supplemental-2-columns .category-column ul.article-list li {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* line 132, scss/modules/_latest-news.scss */

.home .supplemental-2-columns .category-column ul.article-list li article {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

/* line 137, scss/modules/_latest-news.scss */

.home .supplemental-2-columns .category-column ul.article-list li article .featured-image {
  position: relative;
  margin-bottom: 20px;
}

/* line 142, scss/modules/_latest-news.scss */

.home .supplemental-2-columns .category-column ul.article-list li article .copy a.article-category,
.home .supplemental-2-columns .category-column ul.article-list li article .copy a.article-category:visited {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 19px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  color: #666;
}

/* line 152, scss/modules/_latest-news.scss */

.home .supplemental-2-columns .category-column ul.article-list li article .copy .title {
  margin: 3px 0;
}

/* line 154, scss/modules/_latest-news.scss */

.home .supplemental-2-columns .category-column ul.article-list li article .copy .title a,
.home .supplemental-2-columns .category-column ul.article-list li article .copy .title a:visited {
  font-size: 24px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  color: #007f49;
  text-decoration: none;
}

/* line 161, scss/modules/_latest-news.scss */

.home .supplemental-2-columns .category-column ul.article-list li article .copy .title a:hover,
.home .supplemental-2-columns .category-column ul.article-list li article .copy .title a:visited:hover {
  text-decoration: underline;
}

/* line 166, scss/modules/_latest-news.scss */

.home .supplemental-2-columns .category-column ul.article-list li article .copy .article-author {
  font-size: 16px;
  color: #b1aaaa;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
}

/* line 197, scss/modules/_latest-news.scss */

.home .supplemental-2-columns .category-column + .category-column {
  margin-top: 20px;
}

/* line 205, scss/modules/_latest-news.scss */

.home .supplemental-full-column {
  margin-top: 20px;
  display: flex;
  grid-column-gap: 30px;
}

/* line 209, scss/modules/_latest-news.scss */

.home .supplemental-full-column .category-column {
  width: 100%;
}

/* line 211, scss/modules/_latest-news.scss */

.home .supplemental-full-column .category-column .category-title {
  margin-bottom: 0;
}

/* line 214, scss/modules/_latest-news.scss */

.home .supplemental-full-column .category-column .outline-button {
  margin-top: 30px;
}

/* line 217, scss/modules/_latest-news.scss */

.home .supplemental-full-column .category-column ul.article-list {
  margin: 20px 0 0 0;
  padding: 0;
}

/* line 220, scss/modules/_latest-news.scss */

.home .supplemental-full-column .category-column ul.article-list li {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* line 225, scss/modules/_latest-news.scss */

.home .supplemental-full-column .category-column ul.article-list li article {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

/* line 230, scss/modules/_latest-news.scss */

.home .supplemental-full-column .category-column ul.article-list li article .featured-image {
  position: relative;
  margin-bottom: 20px;
}

/* line 235, scss/modules/_latest-news.scss */

.home .supplemental-full-column .category-column ul.article-list li article .copy a.article-category,
.home .supplemental-full-column .category-column ul.article-list li article .copy a.article-category:visited {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 19px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  color: #666;
}

/* line 245, scss/modules/_latest-news.scss */

.home .supplemental-full-column .category-column ul.article-list li article .copy .title {
  margin: 3px 0;
}

/* line 247, scss/modules/_latest-news.scss */

.home .supplemental-full-column .category-column ul.article-list li article .copy .title a,
.home .supplemental-full-column .category-column ul.article-list li article .copy .title a:visited {
  font-size: 24px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  color: #007f49;
  text-decoration: none;
}

/* line 254, scss/modules/_latest-news.scss */

.home .supplemental-full-column .category-column ul.article-list li article .copy .title a:hover,
.home .supplemental-full-column .category-column ul.article-list li article .copy .title a:visited:hover {
  text-decoration: underline;
}

/* line 259, scss/modules/_latest-news.scss */

.home .supplemental-full-column .category-column ul.article-list li article .copy .article-author {
  font-size: 16px;
  color: #b1aaaa;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
}

/* line 274, scss/modules/_latest-news.scss */

.home .widget-area {
  width: 100%;
  max-width: 17.5rem;
  margin: 60px auto 0 auto;
  min-width: 300px;
}

/* line 1, scss/modules/_related-news.scss */

.related-posts {
  border-top: 4px solid #ddd;
}

/* line 3, scss/modules/_related-news.scss */

.related-posts h2 {
  margin: 0.5em 0;
  font-weight: bold;
  color: #333;
}

/* line 8, scss/modules/_related-news.scss */

.related-posts .related-news-article {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #ddd;
  margin-bottom: 0.75em;
}

/* line 18, scss/modules/_related-news.scss */

.related-posts .related-news-article.today {
  background: #eee;
}

/* line 21, scss/modules/_related-news.scss */

.related-posts .related-news-article .related-img {
  width: 100%;
}

/* line 27, scss/modules/_related-news.scss */

.related-posts .related-news-article .related-copy {
  width: 95%;
  padding: 0.5em 0;
  margin: 0 1em;
}

/* line 34, scss/modules/_related-news.scss */

.related-posts .related-news-article .related-copy .category {
  margin-bottom: 0;
  font-size: 0.75em;
  color: #aaa;
  text-transform: uppercase;
}

/* line 42, scss/modules/_related-news.scss */

.related-posts .related-news-article .related-copy .related-excerpt {
  display: none;
  margin-top: 20px;
}

/* line 49, scss/modules/_related-news.scss */

.related-posts .related-news-article .related-copy h3 {
  margin-bottom: 0.25em;
  font-family: "Source Sans Pro";
  font-weight: bold;
  color: #333;
  line-height: 1.2;
}

/* line 55, scss/modules/_related-news.scss */

.related-posts .related-news-article .related-copy h3 a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

/* line 61, scss/modules/_related-news.scss */

.related-posts .related-news-article .related-copy p {
  margin-bottom: 0.25em;
  color: #666;
}

/* line 65, scss/modules/_related-news.scss */

.related-posts .related-news-article .related-copy .byline {
  font-size: 0.9375em;
  color: #666;
}

/* line 70, scss/modules/_related-news.scss */

.related-posts .related-news-article .related-copy .byline span {
  color: #333;
}

/* line 1, scss/modules/_change-makers.scss */

.page-template-template-change-makers {
  /* GROUPING */
  /* Grid-Style Div Classes */
  /* 
	Span classes are all out of 12 columns.
	i.e .span_6 = length of 6 columns out of 12, or half width. 
	*/
}

/* line 2, scss/modules/_change-makers.scss */

.page-template-template-change-makers #content {
  padding: 0;
}

/* line 9, scss/modules/_change-makers.scss */

.page-template-template-change-makers .group:before,
.page-template-template-change-makers .group:after {
  content: "";
  display: table;
}

/* line 14, scss/modules/_change-makers.scss */

.page-template-template-change-makers .group:after {
  clear: both;
}

/* line 17, scss/modules/_change-makers.scss */

.page-template-template-change-makers .group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

/* line 23, scss/modules/_change-makers.scss */

.page-template-template-change-makers .col {
  display: block;
  float: left;
}

/* line 27, scss/modules/_change-makers.scss */

.page-template-template-change-makers .col_padding {
  padding: 5px;
}

/* line 37, scss/modules/_change-makers.scss */

.page-template-template-change-makers .span_12 {
  width: 100%;
}

/* line 41, scss/modules/_change-makers.scss */

.page-template-template-change-makers .span_11 {
  width: 91.66%;
}

/* line 45, scss/modules/_change-makers.scss */

.page-template-template-change-makers .span_10 {
  width: 83.33%;
}

/* line 49, scss/modules/_change-makers.scss */

.page-template-template-change-makers .span_9 {
  width: 75%;
}

/* line 53, scss/modules/_change-makers.scss */

.page-template-template-change-makers .span_8 {
  width: 66.66%;
}

/* line 57, scss/modules/_change-makers.scss */

.page-template-template-change-makers .span_7 {
  width: 58.33%;
}

/* line 61, scss/modules/_change-makers.scss */

.page-template-template-change-makers .span_6 {
  width: 50%;
}

/* line 65, scss/modules/_change-makers.scss */

.page-template-template-change-makers .span_5 {
  width: 41.66%;
}

/* line 69, scss/modules/_change-makers.scss */

.page-template-template-change-makers .span_4 {
  width: 33.33%;
}

/* line 73, scss/modules/_change-makers.scss */

.page-template-template-change-makers .span_3 {
  width: 25%;
}

/* line 77, scss/modules/_change-makers.scss */

.page-template-template-change-makers .span_2 {
  width: 16.66%;
}

/* line 81, scss/modules/_change-makers.scss */

.page-template-template-change-makers .span_1 {
  width: 8.33%;
}

/* Change Makers */

/* line 88, scss/modules/_change-makers.scss */

.change-maker-header {
  padding: 100px 0;
  text-align: center;
  background-image: url("/wp-content/uploads/2019/01/change-makers-collage.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 95, scss/modules/_change-makers.scss */

.change-makers-main-logo {
  padding: 0 0 20px 0;
}

/* line 98, scss/modules/_change-makers.scss */

.change-makers-body-left,
.change-makers-body-right {
  float: left;
  padding: 20px;
  box-sizing: border-box;
}

/* line 106, scss/modules/_change-makers.scss */

.change-makers-body-left {
  width: 60%;
}

/* line 109, scss/modules/_change-makers.scss */

.change-makers-body-right {
  width: 40%;
}

/* line 112, scss/modules/_change-makers.scss */

.change-maker-header .entry-title {
  padding: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 117, scss/modules/_change-makers.scss */

.container-change-makers .site-content {
  background-color: #fff;
}

/* line 120, scss/modules/_change-makers.scss */

.change-makers-featured-logos {
  display: table-cell;
  padding: 10px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
}

/* line 127, scss/modules/_change-makers.scss */

.change-makers-featured-logo-banner img {
  width: 100%;
}

/* line 130, scss/modules/_change-makers.scss */

.change-maker-logo-col {
  float: left;
  width: 25%;
  padding: 10px 0;
  text-align: center;
}

/* line 136, scss/modules/_change-makers.scss */

.change-maker-logo-col img {
  max-height: 38px;
}

/* line 139, scss/modules/_change-makers.scss */

.change-maker-logo-col a img:hover {
  opacity: 0.70;
}

/* line 145, scss/modules/_change-makers.scss */

.change-maker-query-title {
  height: 66px;
  max-height: 66px;
  line-height: 66px;
  color: #fff;
  text-align: center;
  background-color: #007c46;
}

/* line 153, scss/modules/_change-makers.scss */

.change-makers-queue-post {
  display: block;
  padding: 15px;
  text-align: center;
  box-sizing: border-box;
}

/* line 161, scss/modules/_change-makers.scss */

.change-makers-queue-post H3 {
  height: 66px;
}

/* line 165, scss/modules/_change-makers.scss */

.change-makers-bottom-content-container .col {
  padding: 15px;
  box-sizing: border-box;
}

/*---  Robintek Styles End */

/* line 1, scss/modules/_lp-sub-options.scss */

.subscription-options-intro {
  text-align: center;
}

/* line 6, scss/modules/_lp-sub-options.scss */

.subscription-options {
  background: #357E4E;
  padding: 1.575rem 1.125rem;
}

/* line 10, scss/modules/_lp-sub-options.scss */

.subscription-options .panel-title,
.subscription-options .subscription-options-title,
.subscription-options .page-template-default .entry-title,
.page-template-default .subscription-options .entry-title,
.subscription-options .page-template-page-past-issues .entry-title,
.page-template-page-past-issues .subscription-options .entry-title,
.subscription-options .page-template .entry-title,
.page-template .subscription-options .entry-title,
.subscription-options .search .page-title,
.search .subscription-options .page-title,
.subscription-options .error404 .page-title,
.error404 .subscription-options .page-title,
.subscription-options .archive .page-title,
.archive .subscription-options .page-title,
.subscription-options .blog .page-title,
.blog .subscription-options .page-title {
  margin: 0;
  color: #FFFFFF;
}

/* line 19, scss/modules/_lp-sub-options.scss */

.subscription-options .leaky_paywall_subscription_options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 23, scss/modules/_lp-sub-options.scss */

.subscription-options .leaky_paywall_subscription_options #option-7 {
  display: none;
}

/* line 28, scss/modules/_lp-sub-options.scss */

.subscription-options .leaky_paywall_subscription_option {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 22.5rem;
  margin: 2rem 0 0;
  border: 0.5rem solid #F2F2F2;
  border-radius: .25rem;
  background: #FFFFFF;
  padding: 2em 1.5em;
  color: #333333;
}

/* line 54, scss/modules/_lp-sub-options.scss */

.subscription-options .leaky_paywall_subscription_option > * {
  max-width: 100%;
}

/* line 59, scss/modules/_lp-sub-options.scss */

.subscription-options h3 {
  margin: 0;
  color: #357E4E;
  font-size: 1.375rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

/* line 68, scss/modules/_lp-sub-options.scss */

.subscription-options .leaky_paywall_subscription_allowed_content {
  margin: 1.5rem 0 1rem;
  border-top: 0.125rem solid rgba(0, 0, 0, 0.125);
  border-bottom: 0.125rem solid rgba(0, 0, 0, 0.125);
  padding: 1.5rem 1rem;
}

/* line 74, scss/modules/_lp-sub-options.scss */

.subscription-options .leaky_paywall_subscription_allowed_content p {
  display: flex;
  line-height: 1.2;
}

/* line 78, scss/modules/_lp-sub-options.scss */

.subscription-options .leaky_paywall_subscription_allowed_content p:before {
  content: '*';
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: .5em;
  color: #357E4E;
}

/* line 86, scss/modules/_lp-sub-options.scss */

.subscription-options .leaky_paywall_subscription_allowed_content p:not(:last-child) {
  margin-bottom: .8em;
}

/* line 92, scss/modules/_lp-sub-options.scss */

.subscription-options .leaky_paywall_subscription_price {
  margin-bottom: auto;
  font-weight: 700;
  text-align: center;
}

/* line 98, scss/modules/_lp-sub-options.scss */

.subscription-options .leaky_paywall_subscription_payment_options {
  margin-top: 3em;
  text-align: center;
}

/* line 102, scss/modules/_lp-sub-options.scss */

.subscription-options .leaky_paywall_subscription_payment_options p:not(:last-child) {
  margin-bottom: 1em;
}

/* line 106, scss/modules/_lp-sub-options.scss */

.subscription-options .leaky_paywall_subscription_payment_options a:not(.button) {
  font-weight: 700;
}

/* line 115, scss/modules/_lp-sub-options.scss */

.subscription-options .lp-coupon-div {
  margin-top: 1rem;
}

/* line 119, scss/modules/_lp-sub-options.scss */

.subscription-options .leaky_paywall_subscription_limit_details {
  margin-top: 1.125rem;
  color: #FFFFFF;
  font-size: .875rem;
  letter-spacing: 0.05em;
  text-align: center;
}

/* line 128, scss/modules/_lp-sub-options.scss */

.subscription-options .issuem-leaky-paywall-subscriber-info {
  display: none;
}

/* line 1, scss/modules/_lp-register.scss */

.leaky-paywall-subscription-details-wrapper {
  max-width: 50rem;
  margin: 0 auto;
  background: #F2F2F2;
  padding: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

/* line 17, scss/modules/_lp-register.scss */

.leaky-paywall-subscription-details-wrapper strong {
  display: block;
  color: #357E4E;
  font-size: 1.125em;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 28, scss/modules/_lp-register.scss */

.leaky-paywall-subscription-details-wrapper .leaky-paywall-subscription-details-subscription-length {
  display: none;
}

/* line 33, scss/modules/_lp-register.scss */

.leaky-paywall-subscription-details-title {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  text-transform: uppercase;
}

/* line 39, scss/modules/_lp-register.scss */

.leaky-paywall-registration-coupon-wrapper {
  margin-bottom: 0;
  padding: 1em 3em 0;
  max-width: 50rem;
}

/* line 45, scss/modules/_lp-register.scss */

.leaky-paywall-subscription-details {
  list-style-type: none;
  margin: 0;
  border-bottom: 0.0625em dashed #333333;
  padding-bottom: 1.5em;
}

/* line 51, scss/modules/_lp-register.scss */

.leaky-paywall-subscription-details li {
  font-size: .875rem;
  line-height: 1.2;
}

/* line 55, scss/modules/_lp-register.scss */

.leaky-paywall-subscription-details li:not(:first-child) {
  margin-top: 1.3em;
}

/* line 61, scss/modules/_lp-register.scss */

.leaky-paywall-subscription-total {
  margin-top: 2rem;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}

/* line 67, scss/modules/_lp-register.scss */

.leaky-paywall-payment-form {
  max-width: 50rem;
  margin: 1.5rem auto 0;
  box-shadow: 0 0 0.5rem 0.25em rgba(0, 0, 0, 0.125);
  border: 0.25rem solid #FFFFFF;
  border-radius: .25rem;
  background: #FCFAF5;
  padding: 1.125rem;
}

/* line 84, scss/modules/_lp-register.scss */

.leaky-paywall-payment-form h3 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 92, scss/modules/_lp-register.scss */

.leaky-paywall-payment-form .form-row label {
  display: block;
  margin-bottom: .125em;
}

/* line 97, scss/modules/_lp-register.scss */

.leaky-paywall-payment-form .form-row input {
  width: 100%;
}

/* line 103, scss/modules/_lp-register.scss */

.leaky-paywall-user-fields,
.leaky-paywall-account-fields {
  margin-bottom: 2rem;
}

/* line 109, scss/modules/_lp-register.scss */

.leaky-paywall-account-fields h3 {
  display: none;
}

/* line 114, scss/modules/_lp-register.scss */

.leaky-paywall-payment-method-container {
  margin-bottom: 1rem;
}

/* line 120, scss/modules/_lp-register.scss */

.leaky-paywall-card-details .form-row .cvc,
.leaky-paywall-card-details .form-row .card-zip,
.leaky-paywall-card-details .form-row .exp-month,
.leaky-paywall-card-details .form-row .exp-year {
  width: auto;
}

/* line 126, scss/modules/_lp-register.scss */

.leaky-paywall-checkout-button {
  margin-top: 2rem;
  text-align: center;
}

/* line 130, scss/modules/_lp-register.scss */

.leaky-paywall-checkout-button button {
  width: 40%;
  max-width: 25rem;
  min-width: 12.5rem;
  color: #fff;
}

/* line 2, scss/modules/_lp-account.scss */

.leaky-paywall-profile-subscription-details th {
  padding: .5rem 1rem;
  border-left: .125rem solid #fff;
  border-right: .125rem solid #fff;
  background: #aaa;
  color: #fff;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2;
}

/* line 13, scss/modules/_lp-account.scss */

.leaky-paywall-profile-subscription-details td {
  padding: 1rem;
  font-weight: 300;
  text-align: center;
}

/* line 21, scss/modules/_lp-account.scss */

.leaky-paywall-profile-subscription-details tbody tr td {
  border-left: .125rem solid #fff;
  border-right: .125rem solid #fff;
  border-bottom: .125rem solid #fff;
}

/* line 27, scss/modules/_lp-account.scss */

.leaky-paywall-profile-subscription-details tbody tr:nth-child(odd) td {
  background: #eee;
}

/* line 33, scss/modules/_lp-account.scss */

.leaky-paywall-profile-subscription-details tbody tr:nth-child(even) td {
  background: #ddd;
}

/* line 42, scss/modules/_lp-account.scss */

#leaky-paywall-profile .leaky-paywall-field-label {
  display: block;
}

/* line 47, scss/modules/_lp-account.scss */

#leaky-paywall-account-edit-profile-form {
  margin-bottom: 20px;
}

/*
A simple little SCSS mixin for creating scrim gradients
Inspired by Andreas Larson - https://github.com/larsenwork
https://css-tricks.com/easing-linear-gradients/
*/

/* line 37, scss/modules/_lp-nag.scss */

.paywall-wrap,
.leaky_paywall_message_wrap {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  margin-top: -6em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 0.5em, #FFFFFF 5.5em, #FFFFFF 100%);
  padding: 9em 0 0;
}

/* line 58, scss/modules/_lp-nag.scss */

.paywall-wrap #leaky_paywall_message,
.leaky_paywall_message_wrap #leaky_paywall_message {
  width: 100%;
  margin: 0;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  background: #FFFFFF;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  text-align: center;
}

/* line 72, scss/modules/_lp-nag.scss */

.paywall-wrap #leaky_paywall_message .custom-banner,
.leaky_paywall_message_wrap #leaky_paywall_message .custom-banner {
  position: relative;
  background-position: center;
  background-size: cover;
  min-height: 450px;
  padding-bottom: 20px;
}

/* line 79, scss/modules/_lp-nag.scss */

.paywall-wrap #leaky_paywall_message .custom-banner:before,
.leaky_paywall_message_wrap #leaky_paywall_message .custom-banner:before {
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.738) 19%, rgba(255, 255, 255, 0.541) 34%, rgba(255, 255, 255, 0.382) 47%, rgba(255, 255, 255, 0.278) 56.5%, rgba(255, 255, 255, 0.194) 65%, rgba(255, 255, 255, 0.126) 73%, rgba(255, 255, 255, 0.075) 80.2%, rgba(255, 255, 255, 0.042) 86.1%, rgba(255, 255, 255, 0.021) 91%, rgba(255, 255, 255, 0.008) 95.2%, rgba(255, 255, 255, 0.002) 98.2%, rgba(255, 255, 255, 0) 100%);
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 120px;
  z-index: 2;
}

/* line 90, scss/modules/_lp-nag.scss */

.paywall-wrap #leaky_paywall_message .custom-banner:after,
.leaky_paywall_message_wrap #leaky_paywall_message .custom-banner:after {
  background-color: rgba(255, 255, 255, 0.7);
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
}

/* line 103, scss/modules/_lp-nag.scss */

.paywall-wrap #leaky_paywall_message .custom-banner .nag-content,
.leaky_paywall_message_wrap #leaky_paywall_message .custom-banner .nag-content {
  position: relative;
  z-index: 3;
  padding: 0 32px;
}

/* line 115, scss/modules/_lp-nag.scss */

.paywall-wrap #leaky_paywall_message h3,
.leaky_paywall_message_wrap #leaky_paywall_message h3 {
  font-size: 36px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1D1D1D;
}

/* line 129, scss/modules/_lp-nag.scss */

.paywall-wrap #leaky_paywall_message .lead-on-text,
.leaky_paywall_message_wrap #leaky_paywall_message .lead-on-text {
  color: #bb8d0a;
  font-size: 18px;
  text-align: center;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
}

/* line 139, scss/modules/_lp-nag.scss */

.paywall-wrap #leaky_paywall_message a,
.leaky_paywall_message_wrap #leaky_paywall_message a {
  border-color: transparent;
}

/* line 143, scss/modules/_lp-nag.scss */

.paywall-wrap #leaky_paywall_message .button,
.paywall-wrap #leaky_paywall_message .subscription-options .leaky-paywall-payment-button a,
.subscription-options .leaky-paywall-payment-button .paywall-wrap #leaky_paywall_message a,
.leaky_paywall_message_wrap #leaky_paywall_message .button,
.leaky_paywall_message_wrap #leaky_paywall_message .subscription-options .leaky-paywall-payment-button a,
.subscription-options .leaky-paywall-payment-button .leaky_paywall_message_wrap #leaky_paywall_message a {
  color: #FFFFFF;
  border-radius: 30px;
  text-transform: none;
  letter-spacing: normal;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 24px;
  background-color: #007f49;
  padding: 14px 17px;
  margin: 4px 0 20px 0;
}

/* line 158, scss/modules/_lp-nag.scss */

.paywall-wrap #leaky_paywall_message .button:hover,
.paywall-wrap #leaky_paywall_message .subscription-options .leaky-paywall-payment-button a:hover,
.subscription-options .leaky-paywall-payment-button .paywall-wrap #leaky_paywall_message a:hover,
.leaky_paywall_message_wrap #leaky_paywall_message .button:hover,
.leaky_paywall_message_wrap #leaky_paywall_message .subscription-options .leaky-paywall-payment-button a:hover,
.subscription-options .leaky-paywall-payment-button .leaky_paywall_message_wrap #leaky_paywall_message a:hover {
  background-color: #004c2c;
}

/* line 163, scss/modules/_lp-nag.scss */

.paywall-wrap #leaky_paywall_message .intro-text,
.leaky_paywall_message_wrap #leaky_paywall_message .intro-text {
  font-size: 20px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 400;
  line-height: 30px;
  color: #1D1D1D;
}

/* line 175, scss/modules/_lp-nag.scss */

.paywall-wrap #leaky_paywall_message .login-detail,
.leaky_paywall_message_wrap #leaky_paywall_message .login-detail {
  font-size: 16px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 400;
  line-height: 19px;
  margin-top: 25px;
  color: #1D1D1D;
}

/* line 183, scss/modules/_lp-nag.scss */

.paywall-wrap #leaky_paywall_message .login-detail a,
.leaky_paywall_message_wrap #leaky_paywall_message .login-detail a {
  font-weight: 400;
  text-decoration: underline;
}

/* line 187, scss/modules/_lp-nag.scss */

.paywall-wrap #leaky_paywall_message .login-detail a:hover,
.leaky_paywall_message_wrap #leaky_paywall_message .login-detail a:hover {
  text-decoration: none;
}

/* line 2, scss/modules/_subscribe.scss */

.page-template-page-subscribe .content-area {
  padding: 1rem 2.5vw;
  margin-top: 27px;
}

/* line 6, scss/modules/_subscribe.scss */

.page-template-page-subscribe .site-content {
  padding: 0;
}

/* line 9, scss/modules/_subscribe.scss */

.page-template-page-subscribe .hero {
  max-height: 400px;
  overflow-y: hidden;
}

/* line 15, scss/modules/_subscribe.scss */

.page-template-page-subscribe .hero img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-height: 400px;
}

/* line 26, scss/modules/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro h2 {
  display: none;
}

/* line 30, scss/modules/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .leaky-paywall-payment-button {
  margin: 0;
}

/* line 32, scss/modules/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .leaky-paywall-payment-button a {
  margin: 0;
  border-radius: 22px;
  padding: 8.5px 27px;
  border: 2px solid #357E4E;
  background: transparent;
  color: #357E4E;
  font-size: 14px;
  text-decoration: none;
}

/* line 41, scss/modules/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .leaky-paywall-payment-button a:hover {
  text-decoration: none;
  background-color: #357E4E;
  color: #fff;
}

/* line 48, scss/modules/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .lp-coupon-div {
  margin-top: 14px;
}

/* line 50, scss/modules/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .lp-coupon-div .have-a-coupon-link {
  color: #357E4E;
  font-size: 18px;
  text-decoration: underline;
}

/* line 54, scss/modules/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .lp-coupon-div .have-a-coupon-link:hover {
  text-decoration: none;
}

/* line 59, scss/modules/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .leaky_paywall_subscription_option {
  border: 0;
  padding: 0;
  border-radius: 0;
}

/* line 66, scss/modules/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .leaky_paywall_subscription_option h3 {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  text-align: center;
  background-color: #1D1D1D;
  color: #FFFFFF;
  font-size: 32px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
}

/* line 80, scss/modules/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .leaky_paywall_subscription_option .leaky_paywall_subscription_allowed_content {
  text-align: left;
  margin: 0;
  padding: 23px;
  border: 1px solid #bbb;
  min-height: 396px;
}

/* line 86, scss/modules/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .leaky_paywall_subscription_option .leaky_paywall_subscription_allowed_content ul {
  margin: 0;
  padding: 0;
}

/* line 89, scss/modules/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .leaky_paywall_subscription_option .leaky_paywall_subscription_allowed_content ul li {
  background: url("../images/bullet.svg") 0 12px no-repeat;
  padding-left: 20px;
  list-style-position: outside;
  list-style-type: none;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 26px;
}

/* line 98, scss/modules/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .leaky_paywall_subscription_option .leaky_paywall_subscription_allowed_content ul li:last-child {
  margin: 0;
}

/* line 103, scss/modules/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .leaky_paywall_subscription_option .leaky_paywall_subscription_allowed_content a {
  text-decoration: underline;
}

/* line 105, scss/modules/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .leaky_paywall_subscription_option .leaky_paywall_subscription_allowed_content a:visited {
  color: #357E4E;
}

/* line 108, scss/modules/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .leaky_paywall_subscription_option .leaky_paywall_subscription_allowed_content a:hover {
  text-decoration: none;
}

/* line 114, scss/modules/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .leaky_paywall_subscription_option .leaky_paywall_subscription_price p {
  font-size: 32px;
  margin-top: 25px;
  margin-bottom: 25px;
}

/* line 123, scss/modules/_subscribe.scss */

.page-template-page-subscribe .subscription-info {
  margin-bottom: 80px;
  text-align: center;
}

/* line 125, scss/modules/_subscribe.scss */

.page-template-page-subscribe .subscription-info .subscription-options {
  display: none;
}

/* line 129, scss/modules/_subscribe.scss */

.page-template-page-subscribe .subscription-info h1 {
  font-size: 48px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  margin: 20px 0 20px 0;
}

/* line 135, scss/modules/_subscribe.scss */

.page-template-page-subscribe .subscription-info p {
  font-size: 24px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 400;
  line-height: 34px;
}

/* line 142, scss/modules/_subscribe.scss */

.page-template-page-subscribe .faqs {
  margin-bottom: 70px;
  max-width: 880px;
}

/* line 145, scss/modules/_subscribe.scss */

.page-template-page-subscribe .faqs h3 {
  font-size: 32px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  padding-bottom: 14px;
  border-bottom: 3px solid #ccc;
}

/* line 152, scss/modules/_subscribe.scss */

.page-template-page-subscribe .faqs .qa-content {
  color: #1D1D1D;
  border-bottom: 1px solid #ccc;
  margin-bottom: 36px;
}

/* line 156, scss/modules/_subscribe.scss */

.page-template-page-subscribe .faqs .qa-content .qa-content-wrap {
  padding: 0 20px 18px 20px;
}

/* line 161, scss/modules/_subscribe.scss */

.page-template-page-subscribe .faqs .qa-content .qa-content-wrap .question {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 24px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  color: #1D1D1D;
}

/* line 169, scss/modules/_subscribe.scss */

.page-template-page-subscribe .faqs .qa-content .qa-content-wrap p {
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 18px;
  color: #1D1D1D;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px;
}

/* line 179, scss/modules/_subscribe.scss */

.page-template-page-subscribe .faqs .qa-questions {
  padding: 0 40px;
}

/* line 181, scss/modules/_subscribe.scss */

.page-template-page-subscribe .faqs .qa-questions a {
  text-decoration: underline;
}

/* line 183, scss/modules/_subscribe.scss */

.page-template-page-subscribe .faqs .qa-questions a:visited {
  color: #357E4E;
}

/* line 186, scss/modules/_subscribe.scss */

.page-template-page-subscribe .faqs .qa-questions a:hover {
  text-decoration: none;
}

/* line 190, scss/modules/_subscribe.scss */

.page-template-page-subscribe .faqs .qa-questions p {
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 18px;
  color: #808080;
  font-weight: 400;
}

/* LiveMarket Widget Styles */

/* line 2, scss/modules/_livemarket.scss */

.livemarket_list_widget h2 {
  margin-bottom: 0;
  font-weight: 700;
}

/* line 6, scss/modules/_livemarket.scss */

.livemarket_list_widget .livemarket_widget_list .livemarket_subtext {
  margin-bottom: 2em;
}

/* line 9, scss/modules/_livemarket.scss */

.livemarket_list_widget .livemarket_widget_list .livemarket_signup_link a {
  border-radius: 28px;
  color: white;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
}

/* line 18, scss/modules/_livemarket.scss */

.livemarket_list_widget .livemarket_widget_list .livemarket_view_more a {
  border: 2px solid #007f49;
  border-radius: 28px;
  color: #007f49;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
}

/* line 28, scss/modules/_livemarket.scss */

.livemarket_list_widget .livemarket_widget_list .livemarket_view_more a:hover {
  background: #007f49;
  color: white;
  text-decoration: none;
}

/* LiveMarket View More Page */

/* line 35, scss/modules/_livemarket.scss */

.livemarket_shortcode_list div {
  padding-bottom: 1.25em;
  border-bottom: 2px solid #f3f3f3;
  margin-bottom: 1.5em;
}

/* line 40, scss/modules/_livemarket.scss */

.livemarket_signup_link {
  background: #007f49;
  border-radius: 28px;
  color: white;
  display: inline-block;
  font-size: 18px;
  margin: 1em 0;
  padding: 12px 24px;
  text-align: center;
}

/* line 50, scss/modules/_livemarket.scss */

.livemarket_signup_link a {
  background: #007f49 !important;
  font-size: 18px !important;
}

/* LiveMarket Individual Post */

/* line 56, scss/modules/_livemarket.scss */

.livemarket-more-button-wrapper a {
  background: #007f49 !important;
  border-radius: 28px !important;
  color: white;
  display: inline-block;
  font-size: 18px !important;
  margin: 1em 0;
  padding: 12px 24px;
  text-align: center;
}

/* line 66, scss/modules/_livemarket.scss */

.livemarket-more-button-wrapper a:hover {
  text-decoration: underline !important;
}

/* LiveMarket In-Content Promo */

/* line 71, scss/modules/_livemarket.scss */

.site-main .livemarket_shortcode_list {
  border: 2px solid black;
  padding: 2.5em 2em;
}

/* line 75, scss/modules/_livemarket.scss */

.livemarket_shortcode_list {
  margin-top: 40px;
}

/* line 78, scss/modules/_livemarket.scss */

.livemarket_shortcode_list:before {
  content: "Business Journal Daily's LiveMarket";
  font-size: 1.5em;
  display: block;
  position: relative;
  bottom: 30px;
}

/* line 85, scss/modules/_livemarket.scss */

.livemarket_shortcode_list:first-child {
  margin-top: 30px !important;
}

/* line 88, scss/modules/_livemarket.scss */

.livemarket_shortcode_list .livemarket_item {
  border-bottom: 2px solid #ddd;
}

/* line 1, scss/layout/_top-bar.scss */

.top-bar {
  background: #357E4E;
  color: #FFFFFF;
  text-transform: uppercase;
}

/* line 6, scss/layout/_top-bar.scss */

.top-bar .ceiling {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.15);
  padding: 0 1.125em;
}

/* line 18, scss/layout/_top-bar.scss */

.top-bar .ceiling .shell-full {
  display: flex;
  flex-wrap: wrap;
  padding: 6px 0;
  justify-content: center;
}

/* line 32, scss/layout/_top-bar.scss */

.top-bar .ceiling-side {
  transition: all 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75em;
}

/* line 43, scss/layout/_top-bar.scss */

.top-bar .left-side {
  padding-right: 0;
}

/* line 50, scss/layout/_top-bar.scss */

.top-bar .left-side .ceiling-section:not(:last-child) {
  margin-right: 1.25em;
}

/* line 66, scss/layout/_top-bar.scss */

.top-bar .right-side .ceiling-section {
  grid-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 74, scss/layout/_top-bar.scss */

.top-bar .right-side .ceiling-section:not(:first-child) {
  margin-left: 1.25em;
}

/* line 85, scss/layout/_top-bar.scss */

.top-bar .ceiling-section {
  display: flex;
  align-items: center;
  padding: 0.625rem 0;
  line-height: 1;
}

/* line 91, scss/layout/_top-bar.scss */

.top-bar .ceiling-section.not-mobile {
  display: none;
}

/* line 106, scss/layout/_top-bar.scss */

.top-bar .icon-social {
  display: flex;
  align-items: center;
  font-size: 1.25em;
}

/* line 111, scss/layout/_top-bar.scss */

.top-bar .icon-social:not(:first-child) {
  margin-left: 1em;
}

/* line 116, scss/layout/_top-bar.scss */

.top-bar a {
  color: #FFFFFF;
  text-decoration: none;
}

/* line 120, scss/layout/_top-bar.scss */

.top-bar a:visited {
  color: #FFFFFF;
}

/* line 124, scss/layout/_top-bar.scss */

.top-bar a:hover,
.top-bar a:active,
.top-bar a:focus {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

/* line 132, scss/layout/_top-bar.scss */

.top-bar .ceiling-icon {
  display: none;
  padding-right: 0.25em;
}

/* line 141, scss/layout/_top-bar.scss */

.top-bar .ceiling-text {
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.16px;
}

/* line 147, scss/layout/_top-bar.scss */

.top-bar .ceiling-text.bordered {
  border: 1px solid #fff;
  padding: 3px 9px;
  border-radius: 20px;
}

/* line 151, scss/layout/_top-bar.scss */

.top-bar .ceiling-text.bordered:hover {
  border: 1px solid rgba(255, 255, 255, 0.8);
}

/* line 157, scss/layout/_top-bar.scss */

.top-bar .ad-full-width {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.15);
  background: #fff;
}

/* line 1, scss/layout/_header.scss */

.site-header {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #ddd;
  background: #f0f3f4;
  padding: 1.25rem 1.125rem;
  color: #FFFFFF;
}

/* line 18, scss/layout/_header.scss */

.site-header .shell-full {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 24, scss/layout/_header.scss */

.page-template-current-issue .site-header {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.15);
}

/* line 29, scss/layout/_header.scss */

.site-branding {
  max-width: calc( 92.5% - 3.6875em);
  margin-right: auto;
}

/* line 36, scss/layout/_header.scss */

.site-logo {
  display: block;
  background: url(../images/the-business-journal-tagline.png) no-repeat center center/contain;
  width: 268px;
  max-width: 100%;
  height: 82px;
  margin: 0;
  text-indent: -500vw;
}

/* line 56, scss/layout/_header.scss */

.site-logo a {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 4, scss/layout/_content.scss */

.category-description {
  margin-bottom: 20px;
}

/* line 9, scss/layout/_content.scss */

.alm-listing .archive-listing {
  margin-bottom: 40px;
}

/* line 11, scss/layout/_content.scss */

.alm-listing .archive-listing .entry-title {
  font-size: 2em;
  text-align: left;
}

/* line 19, scss/layout/_content.scss */

.leaky_paywall_subscription_payment_options .lp-coupon-div {
  display: none;
}

/* line 24, scss/layout/_content.scss */

.ivycat-post {
  margin: 20px 0 40px;
}

/* line 26, scss/layout/_content.scss */

.ivycat-post .entry-title {
  font-size: 1.5em;
  text-align: left;
  margin-bottom: 10px;
}

/* line 33, scss/layout/_content.scss */

.category-image {
  text-align: center;
  position: relative;
  z-index: 0;
  height: 320px;
  background-position: center;
  background-size: cover;
}

/* line 39, scss/layout/_content.scss */

.category-image.centered {
  background-position: center;
}

/* line 42, scss/layout/_content.scss */

.category-image.top {
  background-position: top;
}

/* line 45, scss/layout/_content.scss */

.category-image.bottom {
  background-position: bottom;
}

/* line 49, scss/layout/_content.scss */

.category-image:after {
  content: "";
  height: 56%;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.92) 5%, rgba(0, 0, 0, 0.25) 70%, rgba(0, 0, 0, 0) 100%);
}

/* line 69, scss/layout/_content.scss */

.category-image .title-image-content {
  display: flex;
  z-index: 2;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 94%;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
  color: #fff;
}

/* line 88, scss/layout/_content.scss */

.category-image .title-image-content h1.title {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 9px;
  text-transform: uppercase;
}

/* line 97, scss/layout/_content.scss */

.category-image .title-image-content .description {
  padding: 0;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 17px;
}

/* line 118, scss/layout/_content.scss */

.page-template-default .site-content,
.error404 .site-content,
.search .site-content,
.page-template .site-content {
  padding: 1rem 2.5vw;
  background: #fff;
}

/* line 131, scss/layout/_content.scss */

.page-template-page-past-issues .site-content,
.archive .site-content,
.blog .site-content {
  padding: 0 0 1rem 0;
  background: #fff;
}

/* line 135, scss/layout/_content.scss */

.page-template-page-past-issues .content-area,
.archive .content-area,
.blog .content-area {
  max-width: 100%;
}

/* line 139, scss/layout/_content.scss */

.page-template-page-past-issues .sponsor-label,
.archive .sponsor-label,
.blog .sponsor-label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 77px;
  border-bottom: 3px solid #cbcbcb;
  max-width: 71em;
  margin: 0 auto;
}

/* line 145, scss/layout/_content.scss */

.page-template-page-past-issues .sponsor-label.no-border,
.archive .sponsor-label.no-border,
.blog .sponsor-label.no-border {
  border-bottom: 0;
  margin-bottom: 25px;
}

/* line 151, scss/layout/_content.scss */

.page-template-page-past-issues .sponsor-label p,
.archive .sponsor-label p,
.blog .sponsor-label p {
  font-size: 18px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
}

/* line 155, scss/layout/_content.scss */

.page-template-page-past-issues .sponsor-label .sponsored-by,
.archive .sponsor-label .sponsored-by,
.blog .sponsor-label .sponsored-by {
  color: #1D1D1D;
  margin-right: 4px;
  font-weight: 700;
}

/* line 161, scss/layout/_content.scss */

.page-template-page-past-issues .local-nav-row,
.archive .local-nav-row,
.blog .local-nav-row {
  border-bottom: 3px solid #cbcbcb;
  padding-left: 1px;
  padding-bottom: 13px;
  display: flex;
  align-items: center;
}

/* line 167, scss/layout/_content.scss */

.page-template-page-past-issues .local-nav-row .back-arrow-link,
.archive .local-nav-row .back-arrow-link,
.blog .local-nav-row .back-arrow-link {
  display: inline-block;
  position: relative;
  font-size: 18px;
}

/* line 171, scss/layout/_content.scss */

.page-template-page-past-issues .local-nav-row .back-arrow-link:before,
.archive .local-nav-row .back-arrow-link:before,
.blog .local-nav-row .back-arrow-link:before {
  transform: rotate(-45deg);
  display: inline-block;
  font-size: 11px;
  margin-right: 3px;
  margin-bottom: 5px;
  content: "\25E4";
  vertical-align: middle;
}

/* line 179, scss/layout/_content.scss */

.page-template-page-past-issues .local-nav-row .back-arrow-link:before:hover,
.archive .local-nav-row .back-arrow-link:before:hover,
.blog .local-nav-row .back-arrow-link:before:hover {
  text-decoration: none;
  display: inline-block;
  text-decoration: none;
}

/* line 187, scss/layout/_content.scss */

.page-template-page-past-issues .articles-wrapper,
.archive .articles-wrapper,
.blog .articles-wrapper {
  padding-top: 2rem;
}

/* line 190, scss/layout/_content.scss */

.page-template-page-past-issues .articles-wrapper article .article-image,
.archive .articles-wrapper article .article-image,
.blog .articles-wrapper article .article-image {
  margin-bottom: 10px;
}

/* line 193, scss/layout/_content.scss */

.page-template-page-past-issues .articles-wrapper article .article-image .image-wrapper img,
.archive .articles-wrapper article .article-image .image-wrapper img,
.blog .articles-wrapper article .article-image .image-wrapper img {
  min-height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* line 200, scss/layout/_content.scss */

.page-template-page-past-issues .articles-wrapper article .article-title,
.archive .articles-wrapper article .article-title,
.blog .articles-wrapper article .article-title {
  margin-top: 2px;
}

/* line 202, scss/layout/_content.scss */

.page-template-page-past-issues .articles-wrapper article .article-title a,
.archive .articles-wrapper article .article-title a,
.blog .articles-wrapper article .article-title a {
  font-weight: 700;
  line-height: 1.34;
}

/* line 207, scss/layout/_content.scss */

.page-template-page-past-issues .articles-wrapper article a.article-category,
.archive .articles-wrapper article a.article-category,
.blog .articles-wrapper article a.article-category {
  margin-bottom: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  color: #666;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
}

/* line 217, scss/layout/_content.scss */

.page-template-page-past-issues .page-content-wrap,
.archive .page-content-wrap,
.blog .page-content-wrap {
  max-width: 75em;
  margin: 0 auto;
  padding: 0 2.5vw;
}

/* line 222, scss/layout/_content.scss */

.page-template-page-past-issues .sponsor-image-link,
.archive .sponsor-image-link,
.blog .sponsor-image-link {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin: 4rem 0;
}

/* line 228, scss/layout/_content.scss */

.page-template-page-past-issues .around-bj-related-posts,
.archive .around-bj-related-posts,
.blog .around-bj-related-posts {
  margin: 60px auto 70px auto;
}

/* line 231, scss/layout/_content.scss */

.page-template-page-past-issues .category-section,
.archive .category-section,
.blog .category-section {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

/* line 235, scss/layout/_content.scss */

.page-template-page-past-issues .category-section + .category-section,
.archive .category-section + .category-section,
.blog .category-section + .category-section {
  margin-top: 60px;
}

/* line 241, scss/layout/_content.scss */

.page-template-page-past-issues .category-section a.view-all,
.archive .category-section a.view-all,
.blog .category-section a.view-all {
  border: 2px solid #357E4E;
  border-radius: 28px;
  color: #357E4E;
  display: inline-block;
  font-size: 14px;
  margin: 20px 0 0 auto;
  padding: 10px 20px;
  text-align: center;
}

/* line 250, scss/layout/_content.scss */

.page-template-page-past-issues .category-section a.view-all:visited,
.page-template-page-past-issues .category-section a.view-all:focus,
.archive .category-section a.view-all:visited,
.archive .category-section a.view-all:focus,
.blog .category-section a.view-all:visited,
.blog .category-section a.view-all:focus {
  text-decoration: none;
}

/* line 254, scss/layout/_content.scss */

.page-template-page-past-issues .category-section a.view-all:hover,
.archive .category-section a.view-all:hover,
.blog .category-section a.view-all:hover {
  background: #357E4E;
  color: white;
  text-decoration: none;
}

/* line 260, scss/layout/_content.scss */

.page-template-page-past-issues .category-section .upcoming-events-list,
.archive .category-section .upcoming-events-list,
.blog .category-section .upcoming-events-list {
  margin-top: 33px;
}

/* line 261, scss/layout/_content.scss */

.page-template-page-past-issues .category-section .upcoming-events-list .addrop-wrap,
.archive .category-section .upcoming-events-list .addrop-wrap,
.blog .category-section .upcoming-events-list .addrop-wrap {
  display: none;
}

/* line 265, scss/layout/_content.scss */

.page-template-page-past-issues .category-section .upcoming-events-list .upcoming-event,
.archive .category-section .upcoming-events-list .upcoming-event,
.blog .category-section .upcoming-events-list .upcoming-event {
  width: 100%;
}

/* line 267, scss/layout/_content.scss */

.page-template-page-past-issues .category-section .upcoming-events-list .upcoming-event .upcoming-event-date,
.archive .category-section .upcoming-events-list .upcoming-event .upcoming-event-date,
.blog .category-section .upcoming-events-list .upcoming-event .upcoming-event-date {
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 700;
  font-size: 18.5px;
  line-height: 1.2;
}

/* line 276, scss/layout/_content.scss */

.page-template-page-past-issues .category-section .upcoming-events-list .upcoming-event .event-info .event-title,
.archive .category-section .upcoming-events-list .upcoming-event .event-info .event-title,
.blog .category-section .upcoming-events-list .upcoming-event .event-info .event-title {
  font-size: 18px;
  margin-bottom: 6px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
}

/* line 280, scss/layout/_content.scss */

.page-template-page-past-issues .category-section .upcoming-events-list .upcoming-event .event-info .event-title a,
.archive .category-section .upcoming-events-list .upcoming-event .event-info .event-title a,
.blog .category-section .upcoming-events-list .upcoming-event .event-info .event-title a {
  font-weight: 700;
}

/* line 285, scss/layout/_content.scss */

.page-template-page-past-issues .category-section .upcoming-events-list .upcoming-event + .upcoming-event,
.archive .category-section .upcoming-events-list .upcoming-event + .upcoming-event,
.blog .category-section .upcoming-events-list .upcoming-event + .upcoming-event {
  margin-top: 50px;
}

/* line 291, scss/layout/_content.scss */

.page-template-page-past-issues .category-section,
.page-template-page-past-issues .around-bj-related-posts,
.archive .category-section,
.archive .around-bj-related-posts,
.blog .category-section,
.blog .around-bj-related-posts {
  max-width: 75em;
  padding: 0 2.5vw;
}

/* line 295, scss/layout/_content.scss */

.page-template-page-past-issues .category-section .section-title,
.page-template-page-past-issues .around-bj-related-posts .section-title,
.archive .category-section .section-title,
.archive .around-bj-related-posts .section-title,
.blog .category-section .section-title,
.blog .around-bj-related-posts .section-title {
  border-bottom: 3px solid #cbcbcb;
}

/* line 297, scss/layout/_content.scss */

.page-template-page-past-issues .category-section .section-title .title,
.page-template-page-past-issues .around-bj-related-posts .section-title .title,
.archive .category-section .section-title .title,
.archive .around-bj-related-posts .section-title .title,
.blog .category-section .section-title .title,
.blog .around-bj-related-posts .section-title .title {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 6px;
}

/* line 302, scss/layout/_content.scss */

.page-template-page-past-issues .category-section .section-title .subtitle,
.page-template-page-past-issues .around-bj-related-posts .section-title .subtitle,
.archive .category-section .section-title .subtitle,
.archive .around-bj-related-posts .section-title .subtitle,
.blog .category-section .section-title .subtitle,
.blog .around-bj-related-posts .section-title .subtitle {
  padding-bottom: 18px;
}

/* line 309, scss/layout/_content.scss */

.page-template-page-past-issues.category-upcoming-events .upcoming-events-list,
.archive.category-upcoming-events .upcoming-events-list,
.blog.category-upcoming-events .upcoming-events-list {
  margin-top: 33px;
}

/* line 310, scss/layout/_content.scss */

.page-template-page-past-issues.category-upcoming-events .upcoming-events-list .addrop-wrap,
.archive.category-upcoming-events .upcoming-events-list .addrop-wrap,
.blog.category-upcoming-events .upcoming-events-list .addrop-wrap {
  display: none;
}

/* line 314, scss/layout/_content.scss */

.page-template-page-past-issues.category-upcoming-events .upcoming-events-list .upcoming-event,
.archive.category-upcoming-events .upcoming-events-list .upcoming-event,
.blog.category-upcoming-events .upcoming-events-list .upcoming-event {
  width: 100%;
}

/* line 316, scss/layout/_content.scss */

.page-template-page-past-issues.category-upcoming-events .upcoming-events-list .upcoming-event .upcoming-event-date,
.archive.category-upcoming-events .upcoming-events-list .upcoming-event .upcoming-event-date,
.blog.category-upcoming-events .upcoming-events-list .upcoming-event .upcoming-event-date {
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 700;
  font-size: 18.5px;
  line-height: 1.2;
}

/* line 325, scss/layout/_content.scss */

.page-template-page-past-issues.category-upcoming-events .upcoming-events-list .upcoming-event .event-info .event-title,
.archive.category-upcoming-events .upcoming-events-list .upcoming-event .event-info .event-title,
.blog.category-upcoming-events .upcoming-events-list .upcoming-event .event-info .event-title {
  font-size: 18px;
  margin-bottom: 6px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
}

/* line 329, scss/layout/_content.scss */

.page-template-page-past-issues.category-upcoming-events .upcoming-events-list .upcoming-event .event-info .event-title a,
.archive.category-upcoming-events .upcoming-events-list .upcoming-event .event-info .event-title a,
.blog.category-upcoming-events .upcoming-events-list .upcoming-event .event-info .event-title a {
  font-weight: 700;
}

/* line 334, scss/layout/_content.scss */

.page-template-page-past-issues.category-upcoming-events .upcoming-events-list .upcoming-event + .upcoming-event,
.archive.category-upcoming-events .upcoming-events-list .upcoming-event + .upcoming-event,
.blog.category-upcoming-events .upcoming-events-list .upcoming-event + .upcoming-event {
  margin-top: 50px;
}

/* line 343, scss/layout/_content.scss */

body.home .site-content {
  padding: 2.5vw;
  background: #fff;
}

/* line 356, scss/layout/_content.scss */

.sticky {
  display: block;
}

/* line 363, scss/layout/_content.scss */

.updated:not(.published) {
  display: none;
}

/* line 367, scss/layout/_content.scss */

.byline {
  display: none;
}

/* line 370, scss/layout/_content.scss */

.single .byline,
.group-blog .byline {
  display: inline;
}

/* line 382, scss/layout/_content.scss */

.entry-content .addrop-wrap {
  margin-bottom: 20px;
}

/* line 387, scss/layout/_content.scss */

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* line 393, scss/layout/_content.scss */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* line 403, scss/layout/_content.scss */

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

/* line 407, scss/layout/_content.scss */

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

/* line 412, scss/layout/_content.scss */

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 417, scss/layout/_content.scss */

.wp-caption-text {
  text-align: center;
}

/* line 421, scss/layout/_content.scss */

.gallery {
  margin-bottom: 1.5em;
}

/* line 425, scss/layout/_content.scss */

.gallery-item {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: top;
}

/* line 431, scss/layout/_content.scss */

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

/* line 435, scss/layout/_content.scss */

.gallery-columns-3 .gallery-item {
  max-width: calc(100% / 3);
}

/* line 439, scss/layout/_content.scss */

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

/* line 443, scss/layout/_content.scss */

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

/* line 447, scss/layout/_content.scss */

.gallery-columns-6 .gallery-item {
  max-width: calc(100% / 6);
}

/* line 451, scss/layout/_content.scss */

.gallery-columns-7 .gallery-item {
  max-width: calc(100% / 7);
}

/* line 455, scss/layout/_content.scss */

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

/* line 459, scss/layout/_content.scss */

.gallery-columns-9 .gallery-item {
  max-width: calc(100% / 9);
}

/* line 464, scss/layout/_content.scss */

.gallery-caption {
  display: block;
}

/* line 1, scss/layout/_sidebar.scss */

.widget-area {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* line 9, scss/layout/_sidebar.scss */

.widget-area .widget {
  margin-bottom: 20px;
}

/* line 14, scss/layout/_sidebar.scss */

.issuem_active_issue {
  margin-bottom: 0px;
  margin-top: 0px;
  background: #467d53;
  padding: 20px;
}

/* line 19, scss/layout/_sidebar.scss */

.issuem_active_issue .widget-title {
  text-align: center;
  margin-bottom: 0px;
  font-size: 1em;
  color: #a6d999;
}

/* line 25, scss/layout/_sidebar.scss */

.issuem_active_issue img {
  border: 1px solid #eee;
}

/* line 28, scss/layout/_sidebar.scss */

.issuem_active_issue p.issuem_widget_issue_name {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #fff;
}

/* line 32, scss/layout/_sidebar.scss */

.issuem_active_issue p.issuem_widget_issue_name a {
  color: #fff;
  text-decoration: none;
}

/* line 35, scss/layout/_sidebar.scss */

.issuem_active_issue p.issuem_widget_issue_name a:hover {
  color: #ddd;
}

/* line 42, scss/layout/_sidebar.scss */

.issuem_active_list_widget {
  margin-bottom: 0px;
}

/* line 47, scss/layout/_sidebar.scss */

#secondary .current-issue-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  text-align: center;
}

/* line 53, scss/layout/_sidebar.scss */

#secondary .current-issue-wrap .promo-title {
  color: #bb8d0a;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  margin: 11px 0 5px 0;
}

/* line 61, scss/layout/_sidebar.scss */

#secondary .current-issue-wrap .title {
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 9px;
  line-height: 47px;
}

/* line 68, scss/layout/_sidebar.scss */

#secondary .current-issue-wrap img {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

/* line 71, scss/layout/_sidebar.scss */

#secondary .current-issue-wrap p.caption {
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 15px;
}

/* line 77, scss/layout/_sidebar.scss */

#secondary .current-issue-wrap .button,
#secondary .current-issue-wrap .subscription-options .leaky-paywall-payment-button a,
.subscription-options .leaky-paywall-payment-button #secondary .current-issue-wrap a {
  border-radius: 20px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  min-width: initial;
}

/* line 1, scss/layout/_footer.scss */

.subscribe-banner {
  margin: 0 auto;
  min-height: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-image: no-repeat;
  background-image: url("../images/ytown2.jpg");
  position: relative;
}

/* line 16, scss/layout/_footer.scss */

.subscribe-banner .subscribe-copy {
  text-align: center;
  z-index: 3;
  position: relative;
  padding: 36px;
}

/* line 22, scss/layout/_footer.scss */

.subscribe-banner .subscribe-copy h3 {
  font-size: 36px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1D1D1D;
}

/* line 36, scss/layout/_footer.scss */

.subscribe-banner .subscribe-copy a {
  border-color: transparent;
}

/* line 40, scss/layout/_footer.scss */

.subscribe-banner .subscribe-copy .button,
.subscribe-banner .subscribe-copy .subscription-options .leaky-paywall-payment-button a,
.subscription-options .leaky-paywall-payment-button .subscribe-banner .subscribe-copy a {
  color: #FFFFFF;
  border-radius: 30px;
  text-transform: none;
  letter-spacing: normal;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-size: 24px;
  background-color: #007f49;
  padding: 14px 17px;
  margin: 4px 0 20px 0;
}

/* line 56, scss/layout/_footer.scss */

.subscribe-banner .subscribe-copy .button:hover,
.subscribe-banner .subscribe-copy .subscription-options .leaky-paywall-payment-button a:hover,
.subscription-options .leaky-paywall-payment-button .subscribe-banner .subscribe-copy a:hover {
  background-color: #004c2c;
}

/* line 61, scss/layout/_footer.scss */

.subscribe-banner .subscribe-copy .intro-text {
  font-size: 20px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 400;
  line-height: 30px;
  color: #1D1D1D;
}

/* line 73, scss/layout/_footer.scss */

.subscribe-banner .subscribe-copy .login-detail {
  font-size: 16px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 400;
  line-height: 19px;
  margin-top: 25px;
  color: #1D1D1D;
}

/* line 81, scss/layout/_footer.scss */

.subscribe-banner .subscribe-copy .login-detail a {
  font-weight: 400;
  text-decoration: underline;
  color: #1D1D1D;
}

/* line 86, scss/layout/_footer.scss */

.subscribe-banner .subscribe-copy .login-detail a:hover {
  text-decoration: none;
}

/* line 93, scss/layout/_footer.scss */

.subscribe-banner:after {
  background-color: rgba(255, 255, 255, 0.7);
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
}

/* line 107, scss/layout/_footer.scss */

.max-contain {
  max-width: 1128px;
}

/* line 111, scss/layout/_footer.scss */

.site-footer {
  background: #1D1D1D;
  color: #FFFFFF;
  text-align: center;
}

/* line 116, scss/layout/_footer.scss */

.site-footer .site-logo {
  margin: 0 auto;
}

/* line 121, scss/layout/_footer.scss */

.site-footer .footer-contact {
  margin-top: 20px;
  color: var(--color-light-gray);
}

/* line 127, scss/layout/_footer.scss */

.footer-info {
  padding: 40px 1rem;
}

/* line 130, scss/layout/_footer.scss */

.footer-info .newsletter {
  flex-direction: column;
  align-items: center;
  grid-gap: 40px;
  margin: 0 0 40px 0;
  border-bottom: 1px solid var(--color-light-gray);
  padding: 0 15px 40px 0;
  display: flex;
  justify-content: center;
}

/* line 131, scss/layout/_footer.scss */

.footer-info .newsletter .footer-logo {
  max-width: 300px;
}

/* line 151, scss/layout/_footer.scss */

.footer-info .newsletter .newsletter-form-area {
  max-width: 564px;
  text-align: center;
}

/* line 160, scss/layout/_footer.scss */

.footer-info .newsletter .newsletter-form-area #mc_embed_signup form {
  padding: 0;
}

/* line 163, scss/layout/_footer.scss */

.footer-info .newsletter .newsletter-form-area #mc_embed_signup form #mc_embed_signup_scroll {
  display: flex;
}

/* line 166, scss/layout/_footer.scss */

.footer-info .newsletter .newsletter-form-area #mc_embed_signup form #mc_embed_signup_scroll input#mce-EMAIL {
  width: 73%;
  border-radius: 20px;
  border: 0;
}

/* line 171, scss/layout/_footer.scss */

.footer-info .newsletter .newsletter-form-area #mc_embed_signup form #mc_embed_signup_scroll input#mce-EMAIL:focus,
.footer-info .newsletter .newsletter-form-area #mc_embed_signup form #mc_embed_signup_scroll input#mce-EMAIL:focus-visible {
  border-radius: 0;
  outline-color: #589fd2;
  outline-style: solid;
  outline-width: 2px;
  border-radius: 20px;
}

/* line 182, scss/layout/_footer.scss */

.footer-info .newsletter .newsletter-form-area #mc_embed_signup form .button,
.footer-info .newsletter .newsletter-form-area #mc_embed_signup form .subscription-options .leaky-paywall-payment-button a,
.subscription-options .leaky-paywall-payment-button .footer-info .newsletter .newsletter-form-area #mc_embed_signup form a {
  color: #FFFFFF;
  border-radius: 20px;
  text-transform: none;
  letter-spacing: normal;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-size: 14px;
  background-color: #007f49;
  height: 100%;
  margin-left: 2px;
}

/* line 200, scss/layout/_footer.scss */

.footer-info .newsletter .newsletter-form-area #mc_embed_signup form .button:hover,
.footer-info .newsletter .newsletter-form-area #mc_embed_signup form .subscription-options .leaky-paywall-payment-button a:hover,
.subscription-options .leaky-paywall-payment-button .footer-info .newsletter .newsletter-form-area #mc_embed_signup form a:hover {
  background-color: #004c2c;
}

/* line 204, scss/layout/_footer.scss */

.footer-info .newsletter .newsletter-form-area #mc_embed_signup form .button:focus,
.footer-info .newsletter .newsletter-form-area #mc_embed_signup form .subscription-options .leaky-paywall-payment-button a:focus,
.subscription-options .leaky-paywall-payment-button .footer-info .newsletter .newsletter-form-area #mc_embed_signup form a:focus,
.footer-info .newsletter .newsletter-form-area #mc_embed_signup form .button:focus-visible,
.footer-info .newsletter .newsletter-form-area #mc_embed_signup form .subscription-options .leaky-paywall-payment-button a:focus-visible,
.subscription-options .leaky-paywall-payment-button .footer-info .newsletter .newsletter-form-area #mc_embed_signup form a:focus-visible {
  outline-color: #589fd2;
  outline-style: solid;
  outline-width: thin;
}

/* line 215, scss/layout/_footer.scss */

.footer-info .newsletter h5 {
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 17px;
  letter-spacing: 0.2px;
  color: var(--color-light-gray);
  text-transform: uppercase;
}

/* line 223, scss/layout/_footer.scss */

.footer-info .newsletter p {
  color: var(--color-light-gray);
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

/* line 230, scss/layout/_footer.scss */

.footer-info .newsletter .button,
.footer-info .newsletter .subscription-options .leaky-paywall-payment-button a,
.subscription-options .leaky-paywall-payment-button .footer-info .newsletter a {
  border-radius: 20px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 14px;
  text-transform: none;
  padding: 10px;
}

/* line 240, scss/layout/_footer.scss */

.footer-social {
  margin-top: 60px;
}

/* line 243, scss/layout/_footer.scss */

.footer-social .social-media {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/* line 250, scss/layout/_footer.scss */

.footer-social .social-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 256, scss/layout/_footer.scss */

.footer-social .icon-social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 1.5em;
  height: 1.5em;
  margin: 0.25em;
  background: #FFFFFF;
  color: #FFFFFF;
  font-size: 2em;
  line-height: 1;
  text-decoration: none;
}

/* line 272, scss/layout/_footer.scss */

.footer-social .icon-social:visited {
  color: #FFFFFF;
}

/* line 276, scss/layout/_footer.scss */

.footer-social .icon-social:hover,
.footer-social .icon-social:active,
.footer-social .icon-social:focus {
  color: rgba(255, 255, 255, 0.8);
}

/* line 284, scss/layout/_footer.scss */

.callout-link {
  text-align: center;
  margin-top: 3em;
}

/* line 288, scss/layout/_footer.scss */

.callout-link a {
  color: #fff;
  font-size: 1.25em;
}

/* line 294, scss/layout/_footer.scss */

.footer-navigation {
  margin-top: 2.5rem;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-rows: repeat(4, minmax(0, auto));
  grid-row-gap: 30px;
}

/* line 315, scss/layout/_footer.scss */

.footer-navigation .nav-column {
  text-align: center;
}

/* line 322, scss/layout/_footer.scss */

.footer-navigation .nav-column h5 {
  font-weight: 700;
  color: var(--color-light-gray);
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

/* line 331, scss/layout/_footer.scss */

.footer-navigation .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 341, scss/layout/_footer.scss */

.footer-navigation .menu-item {
  font-size: 15px;
  margin-bottom: 14px;
  font-weight: 400;
}

/* line 346, scss/layout/_footer.scss */

.footer-navigation .menu-item a {
  text-decoration: underline;
  letter-spacing: 0.2px;
  color: var(--color-light-gray);
}

/* line 354, scss/layout/_footer.scss */

.footer-navigation .menu-item a:visited {
  color: var(--color-light-gray);
}

/* line 358, scss/layout/_footer.scss */

.footer-navigation .menu-item a:hover,
.footer-navigation .menu-item a:active,
.footer-navigation .menu-item a:focus {
  color: var(--color-light-gray);
  text-decoration: none;
}

/* line 368, scss/layout/_footer.scss */

.copyright {
  padding: 24px 0;
  background-color: #eef3f4;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 10px;
}

/* line 383, scss/layout/_footer.scss */

.social-media-links {
  padding: 0 1rem;
  margin: 0;
  display: flex;
  justify-content: center;
}

/* line 399, scss/layout/_footer.scss */

.social-media-links ul {
  display: flex;
  flex-direction: row;
  grid-column-gap: 18px;
  margin: 0;
  padding: 0;
}

/* line 411, scss/layout/_footer.scss */

.social-media-links ul li {
  min-width: 38px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 27px;
}

/* line 418, scss/layout/_footer.scss */

.social-media-links ul li a {
  display: block;
  color: #808080;
  transition: color 0.25s ease-in-out;
}

/* line 423, scss/layout/_footer.scss */

.social-media-links ul li a:hover {
  color: #000;
}

/* line 431, scss/layout/_footer.scss */

.copyright-info {
  padding: 0 1rem;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

/* line 448, scss/layout/_footer.scss */

.copyright-info p {
  color: #808080;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}

/* line 7, scss/templates/_search.scss */

.search article + article {
  margin-top: 2rem;
}

/* line 12, scss/templates/_search.scss */

.search .entry-title {
  margin-bottom: .5rem;
}

/* line 8, scss/templates/_archive.scss */

.navigation.pagination {
  margin-top: 2.25em;
}

/* line 11, scss/templates/_archive.scss */

.navigation.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25em;
}

/* line 18, scss/templates/_archive.scss */

.navigation.pagination .page-numbers {
  margin: 0 0.25em;
}

/* line 2, scss/templates/_current-issue.scss */

.page-template-current-issue .site-content {
  padding: 1rem 0;
}

/* line 8, scss/templates/_current-issue.scss */

.page-template-current-issue .content-area {
  max-width: 100%;
  max-width: 75em;
  margin: 0 auto;
}

/* line 17, scss/templates/_current-issue.scss */

.page-template-current-issue .article-details {
  text-align: left;
}

/* line 21, scss/templates/_current-issue.scss */

.page-template-current-issue .current-issue-layout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 26, scss/templates/_current-issue.scss */

.page-template-current-issue .current-issue-layout .section-grid-3 {
  width: 90%;
  margin: 0 auto;
}

/* line 34, scss/templates/_current-issue.scss */

.page-template-current-issue .current-issue-layout .issue-toc {
  width: 90%;
  margin: 30px auto;
}

/* line 43, scss/templates/_current-issue.scss */

.page-template-current-issue .current-issue-layout .issue-toc {
  background: #F2F2F2;
}

/* line 46, scss/templates/_current-issue.scss */

.page-template-current-issue .current-issue-layout .issue-toc .issue-date {
  display: block;
  width: 100%;
  background: #1D1D1D;
  padding: 0.5em 1em;
  color: #FFFFFF;
  font-size: 1.125rem;
  text-align: center;
}

/* line 56, scss/templates/_current-issue.scss */

.page-template-current-issue .current-issue-layout .issue-toc .toc-lists {
  padding: 1.5rem;
}

/* line 60, scss/templates/_current-issue.scss */

.page-template-current-issue .current-issue-layout .issue-toc .toc-title {
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 66, scss/templates/_current-issue.scss */

.page-template-current-issue .current-issue-layout .issue-toc .toc-cat {
  margin-top: 2rem;
}

/* line 70, scss/templates/_current-issue.scss */

.page-template-current-issue .current-issue-layout .issue-toc .cat-title {
  color: #357E4E;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 77, scss/templates/_current-issue.scss */

.page-template-current-issue .current-issue-layout .issue-toc .cat-list {
  font-size: .875rem;
}

/* line 81, scss/templates/_current-issue.scss */

.page-template-current-issue .current-issue-layout .issue-toc .list-item {
  line-height: 1.2;
}

/* line 84, scss/templates/_current-issue.scss */

.page-template-current-issue .current-issue-layout .issue-toc .list-item:not(:first-child) {
  margin-top: 0.8em;
}

/* line 88, scss/templates/_current-issue.scss */

.page-template-current-issue .current-issue-layout .issue-toc .list-item a {
  color: inherit;
}

/* line 91, scss/templates/_current-issue.scss */

.page-template-current-issue .current-issue-layout .issue-toc .list-item a:visited {
  color: inherit;
}

/* line 95, scss/templates/_current-issue.scss */

.page-template-current-issue .current-issue-layout .issue-toc .list-item a:hover,
.page-template-current-issue .current-issue-layout .issue-toc .list-item a:active,
.page-template-current-issue .current-issue-layout .issue-toc .list-item a:focus {
  color: inherit;
}

/* line 2, scss/templates/_single.scss */

.single .content-wrap {
  padding: 1.575rem 1.125rem;
}

/* line 18, scss/templates/_single.scss */

.single .content-area {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

/* line 24, scss/templates/_single.scss */

.single .entry-meta {
  margin-top: .25em;
  font-size: 1.125rem;
  font-weight: 500;
}

/* line 31, scss/templates/_single.scss */

.single .entry-meta .issue-meta:not(:last-child):after {
  content: '\00a0\007c';
  display: inline-block;
  margin: 0 .25em;
  color: #b3b3b3;
  font-weight: 400;
}

/* line 42, scss/templates/_single.scss */

.single .share-link {
  margin-right: .5em;
}

/* line 46, scss/templates/_single.scss */

.single .entry-content,
.single .comments-area {
  max-width: 60rem;
  margin: 5vw 0 2vw;
  padding: 0 1.5rem 0 0;
}

/* line 55, scss/templates/_single.scss */

.single .entry-content p,
.single .comments-area p {
  font-size: 1.25em;
}

/* line 60, scss/templates/_single.scss */

.single .entry-title {
  margin-bottom: .5em;
  color: #357E4E;
  font-size: 2.5rem;
}

/* line 66, scss/templates/_single.scss */

.single .entry-author {
  clear: both;
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: .0625em solid #ccc;
  color: #707070;
}

/* line 78, scss/templates/_single.scss */

.single .author-avatar {
  flex: 0 0 auto;
  width: 150px;
  margin-bottom: 1.5em;
}

/* line 89, scss/templates/_single.scss */

.single .widget-area {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  max-width: 17.5rem;
  margin: 5vw auto 0;
  min-width: 300px;
}

/* line 108, scss/templates/_single.scss */

.single .widget-area .button,
.single .widget-area .subscription-options .leaky-paywall-payment-button a,
.subscription-options .leaky-paywall-payment-button .single .widget-area a {
  width: 100%;
  max-width: 20rem;
}

/* line 113, scss/templates/_single.scss */

.single .widget-area .widget {
  margin-top: 1.575rem;
}

/* line 126, scss/templates/_single.scss */

.single .widget-area .widget-item:not(:first-child) {
  margin-top: .25rem;
}

/* line 132, scss/templates/_single.scss */

.single .issue-toc {
  background: #F2F2F2;
}

/* line 135, scss/templates/_single.scss */

.single .issue-toc .issue-date {
  display: block;
  width: 100%;
  background: #1D1D1D;
  padding: .5em 1em;
  color: #FFFFFF;
  font-size: 1.125rem;
  text-align: center;
}

/* line 145, scss/templates/_single.scss */

.single .issue-toc .toc-lists {
  padding: 1.5rem;
}

/* line 149, scss/templates/_single.scss */

.single .issue-toc .toc-title {
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 155, scss/templates/_single.scss */

.single .issue-toc .toc-cat {
  margin-top: 2rem;
}

/* line 159, scss/templates/_single.scss */

.single .issue-toc .cat-title {
  color: #357E4E;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 166, scss/templates/_single.scss */

.single .issue-toc .cat-list {
  font-size: .875rem;
}

/* line 170, scss/templates/_single.scss */

.single .issue-toc .list-item {
  line-height: 1.2;
}

/* line 173, scss/templates/_single.scss */

.single .issue-toc .list-item:not(:first-child) {
  margin-top: .8em;
}

/* line 177, scss/templates/_single.scss */

.single .issue-toc .list-item a {
  color: inherit;
}

/* line 180, scss/templates/_single.scss */

.single .issue-toc .list-item a:visited {
  color: inherit;
}

/* line 184, scss/templates/_single.scss */

.single .issue-toc .list-item a:hover,
.single .issue-toc .list-item a:active,
.single .issue-toc .list-item a:focus {
  color: inherit;
}

/* line 192, scss/templates/_single.scss */

.single .comments-area ol {
  list-style-type: none;
  margin: 0;
}

/* line 197, scss/templates/_single.scss */

.single .comments-area .children {
  margin: 1em 0 0 1em;
}

/* line 202, scss/templates/_single.scss */

.single .comments-title {
  margin-bottom: .5em;
}

/* line 207, scss/templates/_single.scss */

.single .comment-list + .comment-respond {
  padding-top: 1em;
}

/* line 212, scss/templates/_single.scss */

.single .comment {
  margin-top: 1em;
}

/* line 215, scss/templates/_single.scss */

.single .comment:first-child {
  margin-top: 0;
}

/* line 219, scss/templates/_single.scss */

.single .comment .comment-respond {
  padding: 1em;
}

/* line 224, scss/templates/_single.scss */

.single .comment-body {
  padding: 1em;
  background: #F2F2F2;
  border-radius: .25em;
}

/* line 230, scss/templates/_single.scss */

.single .comment-metadata {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: .25em;
}

/* line 236, scss/templates/_single.scss */

.single .comment-metadata .edit-link {
  margin-left: 1em;
}

/* line 241, scss/templates/_single.scss */

.single .comment-content {
  margin-top: 1em;
}

/* line 245, scss/templates/_single.scss */

.single .reply {
  margin-top: 1em;
}

/* line 249, scss/templates/_single.scss */

.single .no-comments {
  margin-top: 1em;
  font-style: italic;
}

/* line 2, scss/templates/_subscribe.scss */

.page-template-page-subscribe .content-area {
  padding: 1rem 2.5vw;
  margin-top: 27px;
}

/* line 6, scss/templates/_subscribe.scss */

.page-template-page-subscribe .site-content {
  padding: 0;
}

/* line 9, scss/templates/_subscribe.scss */

.page-template-page-subscribe .hero {
  max-height: 400px;
  overflow-y: hidden;
}

/* line 15, scss/templates/_subscribe.scss */

.page-template-page-subscribe .hero img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-height: 400px;
}

/* line 26, scss/templates/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro h2 {
  display: none;
}

/* line 30, scss/templates/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .leaky-paywall-payment-button {
  margin: 0;
}

/* line 32, scss/templates/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .leaky-paywall-payment-button a {
  margin: 0;
  border-radius: 22px;
  padding: 8.5px 27px;
  border: 2px solid #357E4E;
  background: transparent;
  color: #357E4E;
  font-size: 14px;
  text-decoration: none;
}

/* line 41, scss/templates/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .leaky-paywall-payment-button a:hover {
  text-decoration: none;
  background-color: #357E4E;
  color: #fff;
}

/* line 48, scss/templates/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .lp-coupon-div {
  margin-top: 14px;
}

/* line 50, scss/templates/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .lp-coupon-div .have-a-coupon-link {
  color: #357E4E;
  font-size: 18px;
  text-decoration: underline;
}

/* line 54, scss/templates/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .lp-coupon-div .have-a-coupon-link:hover {
  text-decoration: none;
}

/* line 59, scss/templates/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .leaky_paywall_subscription_option {
  border: 0;
  padding: 0;
  border-radius: 0;
}

/* line 66, scss/templates/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .leaky_paywall_subscription_option h3 {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  text-align: center;
  background-color: #1D1D1D;
  color: #FFFFFF;
  font-size: 32px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
}

/* line 80, scss/templates/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .leaky_paywall_subscription_option .leaky_paywall_subscription_allowed_content {
  text-align: left;
  margin: 0;
  padding: 23px;
  border: 1px solid #bbb;
  min-height: 396px;
}

/* line 86, scss/templates/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .leaky_paywall_subscription_option .leaky_paywall_subscription_allowed_content ul {
  margin: 0;
  padding: 0;
}

/* line 89, scss/templates/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .leaky_paywall_subscription_option .leaky_paywall_subscription_allowed_content ul li {
  background: url("../images/bullet.svg") 0 12px no-repeat;
  padding-left: 20px;
  list-style-position: outside;
  list-style-type: none;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 26px;
}

/* line 98, scss/templates/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .leaky_paywall_subscription_option .leaky_paywall_subscription_allowed_content ul li:last-child {
  margin: 0;
}

/* line 103, scss/templates/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .leaky_paywall_subscription_option .leaky_paywall_subscription_allowed_content a {
  text-decoration: underline;
}

/* line 105, scss/templates/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .leaky_paywall_subscription_option .leaky_paywall_subscription_allowed_content a:visited {
  color: #357E4E;
}

/* line 108, scss/templates/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .leaky_paywall_subscription_option .leaky_paywall_subscription_allowed_content a:hover {
  text-decoration: none;
}

/* line 114, scss/templates/_subscribe.scss */

.page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .leaky_paywall_subscription_option .leaky_paywall_subscription_price p {
  font-size: 32px;
  margin-top: 25px;
  margin-bottom: 25px;
}

/* line 123, scss/templates/_subscribe.scss */

.page-template-page-subscribe .subscription-info {
  margin-bottom: 80px;
  text-align: center;
}

/* line 125, scss/templates/_subscribe.scss */

.page-template-page-subscribe .subscription-info .subscription-options {
  display: none;
}

/* line 129, scss/templates/_subscribe.scss */

.page-template-page-subscribe .subscription-info h1 {
  font-size: 48px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  margin: 20px 0 20px 0;
}

/* line 135, scss/templates/_subscribe.scss */

.page-template-page-subscribe .subscription-info p {
  font-size: 24px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 400;
  line-height: 34px;
}

/* line 142, scss/templates/_subscribe.scss */

.page-template-page-subscribe .faqs {
  margin-bottom: 70px;
  max-width: 880px;
}

/* line 145, scss/templates/_subscribe.scss */

.page-template-page-subscribe .faqs h3 {
  font-size: 32px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  padding-bottom: 14px;
  border-bottom: 3px solid #ccc;
}

/* line 152, scss/templates/_subscribe.scss */

.page-template-page-subscribe .faqs .qa-content {
  color: #1D1D1D;
  border-bottom: 1px solid #ccc;
  margin-bottom: 36px;
}

/* line 156, scss/templates/_subscribe.scss */

.page-template-page-subscribe .faqs .qa-content .qa-content-wrap {
  padding: 0 20px 18px 20px;
}

/* line 161, scss/templates/_subscribe.scss */

.page-template-page-subscribe .faqs .qa-content .qa-content-wrap .question {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 24px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  color: #1D1D1D;
}

/* line 169, scss/templates/_subscribe.scss */

.page-template-page-subscribe .faqs .qa-content .qa-content-wrap p {
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 18px;
  color: #1D1D1D;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px;
}

/* line 179, scss/templates/_subscribe.scss */

.page-template-page-subscribe .faqs .qa-questions {
  padding: 0 40px;
}

/* line 181, scss/templates/_subscribe.scss */

.page-template-page-subscribe .faqs .qa-questions a {
  text-decoration: underline;
}

/* line 183, scss/templates/_subscribe.scss */

.page-template-page-subscribe .faqs .qa-questions a:visited {
  color: #357E4E;
}

/* line 186, scss/templates/_subscribe.scss */

.page-template-page-subscribe .faqs .qa-questions a:hover {
  text-decoration: none;
}

/* line 190, scss/templates/_subscribe.scss */

.page-template-page-subscribe .faqs .qa-questions p {
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 18px;
  color: #808080;
  font-weight: 400;
}

/* line 2, scss/templates/_app.scss */

.page-template-page-app .wp-block-image {
  margin-bottom: 0;
}

/* line 5, scss/templates/_app.scss */

.page-template-page-app .hero {
  max-height: 400px;
  overflow-y: hidden;
}

/* line 11, scss/templates/_app.scss */

.page-template-page-app .hero img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-height: 400px;
}

/* line 21, scss/templates/_app.scss */

.page-template-page-app .content-area {
  padding: 1rem 2.5vw 6rem 2.5vw;
  margin-top: 27px;
}

/* line 24, scss/templates/_app.scss */

.page-template-page-app .content-area .page-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 13px;
}

/* line 32, scss/templates/_app.scss */

.page-template-page-app .content-area h2,
.page-template-page-app .content-area h3 {
  margin-bottom: 10px;
}

/* line 36, scss/templates/_app.scss */

.page-template-page-app .content-area .app-buttons {
  justify-content: center;
  display: flex;
}

/* line 44, scss/templates/_app.scss */

.page-template-page-app .site-content {
  padding: 0;
}

@media only screen and (min-width: 422px) {
  /* line 43, scss/layout/_top-bar.scss */

  .top-bar .left-side {
    padding-right: 1.25em;
  }
}

@media only screen and (min-width: 430px) {
  /* line 66, scss/layout/_top-bar.scss */

  .top-bar .right-side .ceiling-section {
    flex-wrap: nowrap;
    justify-content: initial;
  }
}

@media (min-width: 30em) {
  /* line 1, scss/components/_search-form.scss */

  .search-form {
    display: flex;
  }

  /* line 48, scss/components/_search-form.scss */

  .search-form .search-submit {
    margin: 0;
  }

  /* line 1, scss/modules/_section-grid.scss */

  .section-grid-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  /* line 12, scss/modules/_section-grid.scss */

  .section-grid-4 .grid-item {
    max-width: none;
    margin: 2.25em 0 0;
    width: calc(50% - (1.5em / 2));
  }

  /* line 28, scss/modules/_section-grid.scss */

  .section-grid-4 .grid-item:nth-child(-n+2) {
    margin-top: 0;
  }

  /* line 63, scss/modules/_section-grid.scss */

  .section-grid-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  /* line 74, scss/modules/_section-grid.scss */

  .section-grid-3 .grid-item {
    max-width: none;
    width: calc(50% - (1.5em / 2));
  }

  /* line 90, scss/modules/_section-grid.scss */

  .section-grid-3 .grid-item:nth-child(-n+2) {
    margin-top: 0;
  }

  /* line 28, scss/modules/_articles-side-ad.scss */

  .articles-side-ad .articles-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  /* line 69, scss/modules/_articles-side-ad.scss */

  .articles-side-ad .ad-wrapper img {
    width: 100%;
  }

  /* line 76, scss/modules/_articles-side-ad.scss */

  .articles-side-ad .article {
    max-width: none;
    margin: 2.25em 0 0;
    width: calc(50% - (1.5em / 2));
  }

  /* line 91, scss/modules/_articles-side-ad.scss */

  .articles-side-ad .article:nth-child(-n+2) {
    margin-top: 0;
  }

  /* line 16, scss/modules/_articles-inline-ad.scss */

  .articles-inline-ad .articles-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  /* line 16, scss/modules/_articles-no-ad.scss */

  .articles-no-ad .articles-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  /* line 10, scss/modules/_article-nav.scss */

  .article-nav .nav-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* line 21, scss/modules/_article-nav.scss */

  .article-nav .nav-links > [class^="nav-"] {
    width: calc(50% - .75em);
    margin: 0;
  }

  /* line 32, scss/modules/_article-nav.scss */

  .article-nav .nav-links > [class^="nav-"]:not(:first-child) {
    margin-top: 0;
  }

  /* line 74, scss/modules/_article-nav.scss */

  .article-nav .nav-links .nav-previous {
    margin-right: auto;
    text-align: right;
  }

  /* line 102, scss/modules/_article-nav.scss */

  .article-nav .nav-links .nav-next {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    margin-left: auto;
    text-align: left;
  }

  /* line 46, scss/modules/_top-story.scss */

  .top-story .details-wrap {
    padding: 40% 1em 1em;
  }

  /* line 204, scss/modules/_top-story.scss */

  .sub-top-stories .details-wrap {
    padding: initial;
  }

  /* line 8, scss/modules/_related-news.scss */

  .related-posts .related-news-article {
    flex-direction: row;
    align-items: flex-start;
  }

  /* line 1, scss/modules/_lp-register.scss */

  .leaky-paywall-subscription-details-wrapper {
    padding: 2.5rem;
  }

  /* line 17, scss/modules/_lp-register.scss */

  .leaky-paywall-subscription-details-wrapper strong {
    display: inline;
  }

  /* line 67, scss/modules/_lp-register.scss */

  .leaky-paywall-payment-form {
    padding: 2.5rem;
  }

  /* line 66, scss/templates/_single.scss */

  .single .entry-author {
    display: flex;
  }

  /* line 78, scss/templates/_single.scss */

  .single .author-avatar {
    margin-right: 1.5em;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 480px) {
  /* line 69, scss/layout/_content.scss */

  .category-image .title-image-content {
    width: 80%;
    padding: 0;
  }

  /* line 88, scss/layout/_content.scss */

  .category-image .title-image-content h1.title {
    font-size: 50px;
  }

  /* line 97, scss/layout/_content.scss */

  .category-image .title-image-content .description {
    font-size: 19px;
  }
}

@media only screen and (min-width: 493px) {
  /* line 18, scss/layout/_top-bar.scss */

  .top-bar .ceiling .shell-full {
    justify-content: space-between;
  }

  /* line 18, scss/layout/_top-bar.scss */

  .top-bar .ceiling .shell-full {
    padding: 0;
  }
}

@media only screen and (min-width: 520px) {
  /* line 24, scss/templates/_app.scss */

  .page-template-page-app .content-area .page-title {
    font-size: 40px;
  }

  /* line 36, scss/templates/_app.scss */

  .page-template-page-app .content-area .app-buttons {
    grid-gap: 16px;
  }
}

@media only screen and (min-width: 640px) {
  /* line 156, scss/modules/_subscribe.scss */

  .page-template-page-subscribe .faqs .qa-content .qa-content-wrap {
    padding: 0 40px 18px 40px;
  }

  /* line 33, scss/layout/_content.scss */

  .category-image {
    height: 400px;
  }

  /* line 69, scss/layout/_content.scss */

  .category-image .title-image-content {
    height: 89%;
  }

  /* line 156, scss/templates/_subscribe.scss */

  .page-template-page-subscribe .faqs .qa-content .qa-content-wrap {
    padding: 0 40px 18px 40px;
  }
}

@media only screen and (min-width: 650px) {
  /* line 294, scss/layout/_footer.scss */

  .footer-navigation {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(auto-fit, minmax(0, 0.75fr));
    grid-column-gap: 18px;
  }

  /* line 315, scss/layout/_footer.scss */

  .footer-navigation .nav-column {
    text-align: left;
  }
}

@media (min-width: 45em) {
  /* line 87, scss/components/_search-form.scss */

  .site-search .search-button {
    display: block;
  }

  /* line 108, scss/components/_search-form.scss */

  .site-search-wrapper {
    top: calc(100% + 1.375rem);
  }

  /* line 73, scss/components/_panel-styles.scss */

  .panel-title,
  .subscription-options .subscription-options-title,
  .page-template-default .entry-title,
  .page-template-page-past-issues .entry-title,
  .page-template .entry-title,
  .search .page-title,
  .error404 .page-title,
  .archive .page-title,
  .blog .page-title {
    font-size: 2.125rem;
  }

  /* line 87, scss/components/_panel-styles.scss */

  .articles-wrapper .article,
  .articles-wrapper .launchpad,
  .launchpads-wrapper .article,
  .launchpads-wrapper .launchpad {
    max-width: auto;
  }

  /* line 31, scss/components/_lp-nag.scss */

  .paywall-wrap #leaky_paywall_message .paywall-heading,
  .leaky_paywall_message_wrap #leaky_paywall_message .paywall-heading {
    font-size: 1.5rem;
  }

  /* line 50, scss/components/_lp-nag.scss */

  .paywall-wrap #leaky_paywall_message .subscribe-title,
  .leaky_paywall_message_wrap #leaky_paywall_message .subscribe-title {
    font-size: 2.25rem;
  }

  /* line 56, scss/components/_lp-nag.scss */

  .paywall-wrap #leaky_paywall_message .subscribe-details,
  .leaky_paywall_message_wrap #leaky_paywall_message .subscribe-details {
    font-size: 1.25rem;
  }

  /* line 56, scss/components/_lp-nag.scss */

  .paywall-wrap #leaky_paywall_message .subscribe-details,
  .leaky_paywall_message_wrap #leaky_paywall_message .subscribe-details {
    padding-top: 1.25rem;
  }

  /* line 69, scss/components/_lp-nag.scss */

  .paywall-wrap #leaky_paywall_message .subscribe-button,
  .leaky_paywall_message_wrap #leaky_paywall_message .subscribe-button {
    padding-top: 1.25rem;
  }

  /* line 204, scss/modules/_main-menu.scss */

  .menu-wrapper .social-media {
    display: none;
  }

  /* line 1, scss/modules/_hero.scss */

  .panel-hero {
    padding: 1.75rem 1.25rem;
  }

  /* line 79, scss/modules/_hero.scss */

  .cover-story .story-title {
    font-size: 2.25rem;
  }

  /* line 114, scss/modules/_hero.scss */

  .issue-details .issue-heading {
    font-size: 1.375rem;
  }

  /* line 1, scss/modules/_section-grid.scss */

  .section-grid-4 {
    justify-content: flex-start;
  }

  /* line 12, scss/modules/_section-grid.scss */

  .section-grid-4 .grid-item {
    width: calc((100% / 3) - ((1.5em * 2) / 3));
  }

  /* line 36, scss/modules/_section-grid.scss */

  .section-grid-4 .grid-item:nth-child(-n+3) {
    margin-top: 0;
  }

  /* line 40, scss/modules/_section-grid.scss */

  .section-grid-4 .grid-item:not(:nth-child(3n+1)) {
    margin-left: 1.5em;
  }

  /* line 63, scss/modules/_section-grid.scss */

  .section-grid-3 {
    justify-content: flex-start;
  }

  /* line 74, scss/modules/_section-grid.scss */

  .section-grid-3 .grid-item {
    width: calc((100% / 3) - ((1.5em * 2) / 3));
  }

  /* line 98, scss/modules/_section-grid.scss */

  .section-grid-3 .grid-item:nth-child(-n+3) {
    margin-top: 0;
  }

  /* line 102, scss/modules/_section-grid.scss */

  .section-grid-3 .grid-item:not(:nth-child(3n+1)) {
    margin-left: 1.5em;
  }

  /* line 109, scss/modules/_section-grid.scss */

  .section-grid-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  /* line 116, scss/modules/_section-grid.scss */

  .section-grid-2 .grid-item {
    max-width: none;
    margin: 0;
    width: calc(50% - (1.5rem / 2));
  }

  /* line 1, scss/modules/_articles-featured.scss */

  .articles-featured {
    padding: 2.25rem 1.25rem;
  }

  /* line 4, scss/modules/_articles-featured.scss */

  .articles-featured .panel-title,
  .articles-featured .subscription-options .subscription-options-title,
  .subscription-options .articles-featured .subscription-options-title,
  .articles-featured .page-template-default .entry-title,
  .page-template-default .articles-featured .entry-title,
  .articles-featured .page-template-page-past-issues .entry-title,
  .page-template-page-past-issues .articles-featured .entry-title,
  .articles-featured .page-template .entry-title,
  .page-template .articles-featured .entry-title,
  .articles-featured .search .page-title,
  .search .articles-featured .page-title,
  .articles-featured .error404 .page-title,
  .error404 .articles-featured .page-title,
  .articles-featured .archive .page-title,
  .archive .articles-featured .page-title,
  .articles-featured .blog .page-title,
  .blog .articles-featured .page-title {
    margin-bottom: 2.25rem;
  }

  /* line 70, scss/modules/_articles-featured.scss */

  .articles-featured .article-title {
    font-size: 1.5rem;
  }

  /* line 1, scss/modules/_articles-side-ad.scss */

  .articles-side-ad {
    padding: 2.25rem 1.25rem;
  }

  /* line 4, scss/modules/_articles-side-ad.scss */

  .articles-side-ad .panel-title,
  .articles-side-ad .subscription-options .subscription-options-title,
  .subscription-options .articles-side-ad .subscription-options-title,
  .articles-side-ad .page-template-default .entry-title,
  .page-template-default .articles-side-ad .entry-title,
  .articles-side-ad .page-template-page-past-issues .entry-title,
  .page-template-page-past-issues .articles-side-ad .entry-title,
  .articles-side-ad .page-template .entry-title,
  .page-template .articles-side-ad .entry-title,
  .articles-side-ad .search .page-title,
  .search .articles-side-ad .page-title,
  .articles-side-ad .error404 .page-title,
  .error404 .articles-side-ad .page-title,
  .articles-side-ad .archive .page-title,
  .archive .articles-side-ad .page-title,
  .articles-side-ad .blog .page-title,
  .blog .articles-side-ad .page-title {
    margin-bottom: 2.25rem;
  }

  /* line 16, scss/modules/_articles-side-ad.scss */

  .articles-side-ad .articles-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  /* line 28, scss/modules/_articles-side-ad.scss */

  .articles-side-ad .articles-wrapper {
    width: calc(200% / 3);
  }

  /* line 49, scss/modules/_articles-side-ad.scss */

  .articles-side-ad .ad-wrapper {
    width: calc((100% / 3) - 1.5em);
    margin-top: 0;
  }

  /* line 1, scss/modules/_articles-inline-ad.scss */

  .articles-inline-ad {
    padding: 2.25rem 1.25rem;
  }

  /* line 4, scss/modules/_articles-inline-ad.scss */

  .articles-inline-ad .panel-title,
  .articles-inline-ad .subscription-options .subscription-options-title,
  .subscription-options .articles-inline-ad .subscription-options-title,
  .articles-inline-ad .page-template-default .entry-title,
  .page-template-default .articles-inline-ad .entry-title,
  .articles-inline-ad .page-template-page-past-issues .entry-title,
  .page-template-page-past-issues .articles-inline-ad .entry-title,
  .articles-inline-ad .page-template .entry-title,
  .page-template .articles-inline-ad .entry-title,
  .articles-inline-ad .search .page-title,
  .search .articles-inline-ad .page-title,
  .articles-inline-ad .error404 .page-title,
  .error404 .articles-inline-ad .page-title,
  .articles-inline-ad .archive .page-title,
  .archive .articles-inline-ad .page-title,
  .articles-inline-ad .blog .page-title,
  .blog .articles-inline-ad .page-title {
    margin-bottom: 2.25rem;
  }

  /* line 1, scss/modules/_articles-no-ad.scss */

  .articles-no-ad {
    padding: 2.25rem 1.25rem;
  }

  /* line 4, scss/modules/_articles-no-ad.scss */

  .articles-no-ad .panel-title,
  .articles-no-ad .subscription-options .subscription-options-title,
  .subscription-options .articles-no-ad .subscription-options-title,
  .articles-no-ad .page-template-default .entry-title,
  .page-template-default .articles-no-ad .entry-title,
  .articles-no-ad .page-template-page-past-issues .entry-title,
  .page-template-page-past-issues .articles-no-ad .entry-title,
  .articles-no-ad .page-template .entry-title,
  .page-template .articles-no-ad .entry-title,
  .articles-no-ad .search .page-title,
  .search .articles-no-ad .page-title,
  .articles-no-ad .error404 .page-title,
  .error404 .articles-no-ad .page-title,
  .articles-no-ad .archive .page-title,
  .archive .articles-no-ad .page-title,
  .articles-no-ad .blog .page-title,
  .blog .articles-no-ad .page-title {
    margin-bottom: 2.25rem;
  }

  /* line 1, scss/modules/_articles-wide.scss */

  .articles-wide {
    padding: 2.25rem 1.25rem;
  }

  /* line 4, scss/modules/_articles-wide.scss */

  .articles-wide .panel-title,
  .articles-wide .subscription-options .subscription-options-title,
  .subscription-options .articles-wide .subscription-options-title,
  .articles-wide .page-template-default .entry-title,
  .page-template-default .articles-wide .entry-title,
  .articles-wide .page-template-page-past-issues .entry-title,
  .page-template-page-past-issues .articles-wide .entry-title,
  .articles-wide .page-template .entry-title,
  .page-template .articles-wide .entry-title,
  .articles-wide .search .page-title,
  .search .articles-wide .page-title,
  .articles-wide .error404 .page-title,
  .error404 .articles-wide .page-title,
  .articles-wide .archive .page-title,
  .archive .articles-wide .page-title,
  .articles-wide .blog .page-title,
  .blog .articles-wide .page-title,
  .articles-wide .shell-full {
    margin-bottom: 2.25rem;
  }

  /* line 1, scss/modules/_panel-launchpads.scss */

  .panel-launchpads {
    padding: 2.25rem 1.25rem;
  }

  /* line 4, scss/modules/_panel-launchpads.scss */

  .panel-launchpads .panel-title,
  .panel-launchpads .subscription-options .subscription-options-title,
  .subscription-options .panel-launchpads .subscription-options-title,
  .panel-launchpads .page-template-default .entry-title,
  .page-template-default .panel-launchpads .entry-title,
  .panel-launchpads .page-template-page-past-issues .entry-title,
  .page-template-page-past-issues .panel-launchpads .entry-title,
  .panel-launchpads .page-template .entry-title,
  .page-template .panel-launchpads .entry-title,
  .panel-launchpads .search .page-title,
  .search .panel-launchpads .page-title,
  .panel-launchpads .error404 .page-title,
  .error404 .panel-launchpads .page-title,
  .panel-launchpads .archive .page-title,
  .archive .panel-launchpads .page-title,
  .panel-launchpads .blog .page-title,
  .blog .panel-launchpads .page-title {
    margin-bottom: 2.25rem;
  }

  /* line 1, scss/modules/_panel-call-out.scss */

  .call-out {
    padding: 2.25rem 1.25rem;
  }

  /* line 6, scss/modules/_panel-call-out.scss */

  .call-out .shell-full {
    padding: 2.25rem 1.25rem;
  }

  /* line 16, scss/modules/_panel-call-out.scss */

  .call-out .call-out-title {
    font-size: 2.25rem;
  }

  /* line 1, scss/modules/_article-nav.scss */

  .article-nav {
    padding: 1.25rem 1.25rem;
  }

  /* line 5, scss/modules/_article-nav.scss */

  .article-nav .shell-full {
    padding: 1.25rem 1.25rem;
  }

  /* line 10, scss/modules/_article-nav.scss */

  .article-nav .nav-links {
    align-items: flex-start;
  }

  /* line 40, scss/modules/_article-nav.scss */

  .article-nav .nav-links > [class^="nav-"] a {
    display: inline-flex;
    align-items: center;
  }

  /* line 60, scss/modules/_article-nav.scss */

  .article-nav .nav-links .nav-text {
    font-size: 1.25rem;
  }

  /* line 60, scss/modules/_article-nav.scss */

  .article-nav .nav-links .nav-text {
    padding: 0 1em;
  }

  /* line 80, scss/modules/_article-nav.scss */

  .article-nav .nav-links .nav-previous a {
    justify-content: flex-end;
  }

  /* line 111, scss/modules/_article-nav.scss */

  .article-nav .nav-links .nav-next a {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  /* line 134, scss/modules/_article-nav.scss */

  .article-nav .nav-links .nav-details {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 12rem;
  }

  /* line 158, scss/modules/_article-nav.scss */

  .article-nav .nav-links .article-title {
    display: block;
    width: 12rem;
    margin-top: .25rem;
  }

  /* line 2, scss/modules/_latest-news.scss */

  .home .site-content {
    display: flex;
  }

  /* line 25, scss/modules/_latest-news.scss */

  .home .content-area {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
  }

  /* line 274, scss/modules/_latest-news.scss */

  .home .widget-area {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 17.5rem;
    min-width: 300px;
    margin: 0 0 0 1.25em;
  }

  /* line 6, scss/modules/_lp-sub-options.scss */

  .subscription-options {
    padding: 1.75rem 1.25rem;
  }

  /* line 28, scss/modules/_lp-sub-options.scss */

  .subscription-options .leaky_paywall_subscription_option {
    margin: 2.125rem 1.25rem 0;
  }

  /* line 59, scss/modules/_lp-sub-options.scss */

  .subscription-options h3 {
    font-size: 1.5rem;
  }

  /* line 33, scss/modules/_lp-register.scss */

  .leaky-paywall-subscription-details-title {
    font-size: 1.375rem;
  }

  /* line 61, scss/modules/_lp-register.scss */

  .leaky-paywall-subscription-total {
    font-size: 1.25rem;
  }

  /* line 84, scss/modules/_lp-register.scss */

  .leaky-paywall-payment-form h3 {
    font-size: 1.375rem;
  }

  /* line 6, scss/layout/_top-bar.scss */

  .top-bar .ceiling {
    padding: 0 1.25em;
  }

  /* line 50, scss/layout/_top-bar.scss */

  .top-bar .left-side .ceiling-section:not(:last-child) {
    padding-right: 1.25em;
    border-right: 0.0625rem solid rgba(0, 0, 0, 0.15);
  }

  /* line 74, scss/layout/_top-bar.scss */

  .top-bar .right-side .ceiling-section:not(:first-child) {
    padding-left: 1.25em;
    border-left: 0.0625rem solid rgba(0, 0, 0, 0.15);
  }

  /* line 91, scss/layout/_top-bar.scss */

  .top-bar .ceiling-section.not-mobile {
    display: flex;
  }

  /* line 99, scss/layout/_top-bar.scss */

  .top-bar .ceiling-section.only-mobile {
    display: none;
  }

  /* line 132, scss/layout/_top-bar.scss */

  .top-bar .ceiling-icon {
    display: inline-block;
  }

  /* line 1, scss/layout/_header.scss */

  .site-header {
    padding: 1.375rem 1.25rem;
  }

  /* line 60, scss/templates/_current-issue.scss */

  .page-template-current-issue .current-issue-layout .issue-toc .toc-title {
    font-size: 1.25rem;
  }

  /* line 2, scss/templates/_single.scss */

  .single .content-wrap {
    padding: 1.75rem 1.25rem;
  }

  /* line 5, scss/templates/_single.scss */

  .single .content-wrap > .shell-full {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  /* line 46, scss/templates/_single.scss */

  .single .entry-content,
  .single .comments-area {
    margin-top: 1.75vw;
  }

  /* line 89, scss/templates/_single.scss */

  .single .widget-area {
    width: 17.5rem;
    margin: 0 0 0 1.25em;
  }

  /* line 113, scss/templates/_single.scss */

  .single .widget-area .widget {
    margin-top: 2.5rem;
  }

  /* line 119, scss/templates/_single.scss */

  .single .widget-area .widget:first-child {
    margin-top: 0;
  }

  /* line 149, scss/templates/_single.scss */

  .single .issue-toc .toc-title {
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 720px) {
  /* line 37, scss/modules/_lp-nag.scss */

  .paywall-wrap,
  .leaky_paywall_message_wrap {
    width: 100%;
    margin-left: 0;
  }

  /* line 103, scss/modules/_lp-nag.scss */

  .paywall-wrap #leaky_paywall_message .custom-banner .nag-content,
  .leaky_paywall_message_wrap #leaky_paywall_message .custom-banner .nag-content {
    margin-top: 50px;
    padding: 0 1rem;
  }

  /* line 115, scss/modules/_lp-nag.scss */

  .paywall-wrap #leaky_paywall_message h3,
  .leaky_paywall_message_wrap #leaky_paywall_message h3 {
    font-size: 48px;
    margin-bottom: 25px;
  }

  /* line 143, scss/modules/_lp-nag.scss */

  .paywall-wrap #leaky_paywall_message .button,
  .paywall-wrap #leaky_paywall_message .subscription-options .leaky-paywall-payment-button a,
  .subscription-options .leaky-paywall-payment-button .paywall-wrap #leaky_paywall_message a,
  .leaky_paywall_message_wrap #leaky_paywall_message .button,
  .leaky_paywall_message_wrap #leaky_paywall_message .subscription-options .leaky-paywall-payment-button a,
  .subscription-options .leaky-paywall-payment-button .leaky_paywall_message_wrap #leaky_paywall_message a {
    margin: 0;
  }

  /* line 163, scss/modules/_lp-nag.scss */

  .paywall-wrap #leaky_paywall_message .intro-text,
  .leaky_paywall_message_wrap #leaky_paywall_message .intro-text {
    font-size: 24px;
  }

  /* line 61, scss/layout/_top-bar.scss */

  .top-bar .right-side {
    padding-left: 1.25em;
  }

  /* line 22, scss/layout/_footer.scss */

  .subscribe-banner .subscribe-copy h3 {
    font-size: 48px;
    margin-bottom: 25px;
  }

  /* line 40, scss/layout/_footer.scss */

  .subscribe-banner .subscribe-copy .button,
  .subscribe-banner .subscribe-copy .subscription-options .leaky-paywall-payment-button a,
  .subscription-options .leaky-paywall-payment-button .subscribe-banner .subscribe-copy a {
    margin: 0;
  }

  /* line 61, scss/layout/_footer.scss */

  .subscribe-banner .subscribe-copy .intro-text {
    font-size: 24px;
  }

  /* line 182, scss/layout/_footer.scss */

  .footer-info .newsletter .newsletter-form-area #mc_embed_signup form .button,
  .footer-info .newsletter .newsletter-form-area #mc_embed_signup form .subscription-options .leaky-paywall-payment-button a,
  .subscription-options .leaky-paywall-payment-button .footer-info .newsletter .newsletter-form-area #mc_embed_signup form a {
    margin: 0 0 0 2px;
  }
}

@media only screen and (min-width: 724px) {
  /* line 343, scss/layout/_content.scss */

  body.home .site-content {
    padding: 64px 2.5vw;
  }
}

@media only screen and (min-width: 768px) {
  /* line 235, scss/layout/_content.scss */

  .page-template-page-past-issues .category-section + .category-section,
  .archive .category-section + .category-section,
  .blog .category-section + .category-section {
    margin-top: 100px;
  }

  /* line 130, scss/layout/_footer.scss */

  .footer-info .newsletter {
    flex-direction: row;
    align-items: initial;
    grid-gap: 96px;
  }

  /* line 151, scss/layout/_footer.scss */

  .footer-info .newsletter .newsletter-form-area {
    text-align: left;
  }

  /* line 294, scss/layout/_footer.scss */

  .footer-navigation {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    grid-column-gap: 20px;
  }

  /* line 368, scss/layout/_footer.scss */

  .copyright {
    flex-direction: row;
    grid-row-gap: initial;
    padding: 24px;
  }

  /* line 383, scss/layout/_footer.scss */

  .social-media-links {
    margin-right: auto;
    justify-content: initial;
  }

  /* line 399, scss/layout/_footer.scss */

  .social-media-links ul {
    grid-column-gap: 30px;
  }

  /* line 431, scss/layout/_footer.scss */

  .copyright-info {
    margin-left: auto;
    justify-content: initial;
  }

  /* line 448, scss/layout/_footer.scss */

  .copyright-info p {
    text-align: right;
  }
}

@media only screen and (min-width: 920px) {
  /* line 185, scss/modules/_latest-news.scss */

  .home .supplemental-2-columns .category-column {
    width: 50%;
  }

  /* line 197, scss/modules/_latest-news.scss */

  .home .supplemental-2-columns .category-column + .category-column {
    margin-top: 0;
  }
}

@media (min-width: 60em) {
  /* line 76, scss/components/_search-form.scss */

  .site-search {
    margin-left: 2.5vw;
  }

  /* line 108, scss/components/_search-form.scss */

  .site-search-wrapper {
    top: calc(100% + 1.5rem);
  }

  /* line 73, scss/components/_panel-styles.scss */

  .panel-title,
  .subscription-options .subscription-options-title,
  .page-template-default .entry-title,
  .page-template-page-past-issues .entry-title,
  .page-template .entry-title,
  .search .page-title,
  .error404 .page-title,
  .archive .page-title,
  .blog .page-title {
    font-size: 2.25rem;
  }

  /* line 31, scss/components/_lp-nag.scss */

  .paywall-wrap #leaky_paywall_message .paywall-heading,
  .leaky_paywall_message_wrap #leaky_paywall_message .paywall-heading {
    font-size: 1.625rem;
  }

  /* line 50, scss/components/_lp-nag.scss */

  .paywall-wrap #leaky_paywall_message .subscribe-title,
  .leaky_paywall_message_wrap #leaky_paywall_message .subscribe-title {
    font-size: 2.5rem;
  }

  /* line 56, scss/components/_lp-nag.scss */

  .paywall-wrap #leaky_paywall_message .subscribe-details,
  .leaky_paywall_message_wrap #leaky_paywall_message .subscribe-details {
    font-size: 1.375rem;
  }

  /* line 56, scss/components/_lp-nag.scss */

  .paywall-wrap #leaky_paywall_message .subscribe-details,
  .leaky_paywall_message_wrap #leaky_paywall_message .subscribe-details {
    padding-top: 2.5vw;
  }

  /* line 69, scss/components/_lp-nag.scss */

  .paywall-wrap #leaky_paywall_message .subscribe-button,
  .leaky_paywall_message_wrap #leaky_paywall_message .subscribe-button {
    padding-top: 2.5vw;
  }

  /* line 15, scss/modules/_main-menu.scss */

  .main-navigation.toggled,
  .main-navigation {
    position: static;
    width: 100%;
    height: auto;
    background: none;
  }

  /* line 50, scss/modules/_main-menu.scss */

  .toggled .menu-main-menu-container,
  .menu-main-menu-container {
    position: static;
    display: block;
    max-width: none;
  }

  /* line 60, scss/modules/_main-menu.scss */

  .menu-wrapper {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    box-shadow: none;
    top: 0;
    right: 0;
    z-index: auto;
    justify-content: flex-end;
    background: transparent;
    margin-left: 1vw;
  }

  /* line 101, scss/modules/_main-menu.scss */

  .toggled .menu-wrapper,
  .menu-wrapper {
    position: relative;
    overflow: visible;
    opacity: 1;
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: auto;
    padding: 0;
  }

  /* line 115, scss/modules/_main-menu.scss */

  .menu-wrapper .menu {
    display: block;
  }

  /* line 125, scss/modules/_main-menu.scss */

  .menu-wrapper .menu-item {
    display: inline-flex;
    margin-left: 2.5vw;
    text-align: center;
  }

  /* line 134, scss/modules/_main-menu.scss */

  .menu-wrapper .menu-item a {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.2;
    color: #000;
  }

  /* line 156, scss/modules/_main-menu.scss */

  .menu-wrapper .menu-item a:hover {
    color: rgba(0, 0, 0, 0.8);
  }

  /* line 173, scss/modules/_main-menu.scss */

  .menu-wrapper .sub-menu {
    display: none;
    position: absolute;
    top: 1.2em;
    left: 0;
    margin: 0;
    padding: 1em;
    background: #fff;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  }

  /* line 193, scss/modules/_main-menu.scss */

  .menu-wrapper .sub-menu .menu-item a {
    padding: 0.5rem 1rem;
    white-space: nowrap;
  }

  /* line 236, scss/modules/_main-menu.scss */

  .menu-toggle {
    display: none;
  }

  /* line 1, scss/modules/_hero.scss */

  .panel-hero {
    padding: 1.75rem 2.5vw;
  }

  /* line 10, scss/modules/_hero.scss */

  .hero-message {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }

  /* line 17, scss/modules/_hero.scss */

  .hero-message .message-container {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 50%;
  }

  /* line 31, scss/modules/_hero.scss */

  .otc-box.issue-cover {
    display: block;
    max-width: 10rem;
  }

  /* line 58, scss/modules/_hero.scss */

  .issue-info .hero-wrapper {
    display: flex;
    justify-content: space-between;
  }

  /* line 68, scss/modules/_hero.scss */

  .cover-story {
    padding: 2.5vw;
  }

  /* line 79, scss/modules/_hero.scss */

  .cover-story .story-title {
    font-size: 2.5rem;
  }

  /* line 89, scss/modules/_hero.scss */

  .cover-story .story-excerpt {
    font-size: 1.25rem;
  }

  /* line 99, scss/modules/_hero.scss */

  .issue-details {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    padding: 2.5vw;
    text-align: right;
  }

  /* line 114, scss/modules/_hero.scss */

  .issue-details .issue-heading {
    font-size: 1.5rem;
  }

  /* line 12, scss/modules/_section-grid.scss */

  .section-grid-4 .grid-item {
    width: calc(25% - ((1.5em * 3) / 4));
  }

  /* line 48, scss/modules/_section-grid.scss */

  .section-grid-4 .grid-item:nth-child(-n+4) {
    margin-top: 0;
  }

  /* line 52, scss/modules/_section-grid.scss */

  .section-grid-4 .grid-item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }

  /* line 56, scss/modules/_section-grid.scss */

  .section-grid-4 .grid-item:not(:nth-child(4n+1)) {
    margin-left: 1.5em;
  }

  /* line 116, scss/modules/_section-grid.scss */

  .section-grid-2 .grid-item {
    width: calc(50% - 1.25vw);
  }

  /* line 1, scss/modules/_articles-featured.scss */

  .articles-featured {
    padding: 2.25rem 2.5vw;
  }

  /* line 16, scss/modules/_articles-featured.scss */

  .articles-featured .articles-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2.5vw;
  }

  /* line 25, scss/modules/_articles-featured.scss */

  .articles-featured .article-section {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    margin: 0;
  }

  /* line 48, scss/modules/_articles-featured.scss */

  .articles-featured .article-details {
    padding-top: 0;
    padding-left: 2.5rem;
  }

  /* line 58, scss/modules/_articles-featured.scss */

  .articles-featured .article-category {
    text-align: left;
  }

  /* line 70, scss/modules/_articles-featured.scss */

  .articles-featured .article-title {
    font-size: 1.75rem;
  }

  /* line 1, scss/modules/_articles-side-ad.scss */

  .articles-side-ad {
    padding: 2.25rem 2.5vw;
  }

  /* line 16, scss/modules/_articles-side-ad.scss */

  .articles-side-ad .articles-container {
    padding: 0 2.5vw;
  }

  /* line 28, scss/modules/_articles-side-ad.scss */

  .articles-side-ad .articles-wrapper {
    justify-content: flex-start;
    width: 75%;
  }

  /* line 49, scss/modules/_articles-side-ad.scss */

  .articles-side-ad .ad-wrapper {
    width: calc(25% - 1.5em);
  }

  /* line 76, scss/modules/_articles-side-ad.scss */

  .articles-side-ad .article {
    width: calc((100% / 3) - ((1.5em * 2) / 3));
  }

  /* line 99, scss/modules/_articles-side-ad.scss */

  .articles-side-ad .article:nth-child(-n+3) {
    margin-top: 0;
  }

  /* line 103, scss/modules/_articles-side-ad.scss */

  .articles-side-ad .article:not(:nth-of-type(3n+1)) {
    margin-left: 1.5em;
  }

  /* line 1, scss/modules/_articles-inline-ad.scss */

  .articles-inline-ad {
    padding: 2.25rem 2.5vw;
  }

  /* line 16, scss/modules/_articles-inline-ad.scss */

  .articles-inline-ad .articles-container {
    padding: 0 2.5vw;
  }

  /* line 1, scss/modules/_articles-no-ad.scss */

  .articles-no-ad {
    padding: 2.25rem 2.5vw;
  }

  /* line 16, scss/modules/_articles-no-ad.scss */

  .articles-no-ad .articles-container {
    padding: 0 2.5vw;
  }

  /* line 1, scss/modules/_articles-wide.scss */

  .articles-wide {
    padding: 2.25rem 2.5vw;
  }

  /* line 17, scss/modules/_articles-wide.scss */

  .articles-wide .articles-container {
    padding: 0 2.5vw;
  }

  /* line 1, scss/modules/_panel-launchpads.scss */

  .panel-launchpads {
    padding: 2.25rem 2.5vw;
  }

  /* line 16, scss/modules/_panel-launchpads.scss */

  .panel-launchpads .launchpads-container {
    padding: 0 2.5vw;
  }

  /* line 1, scss/modules/_panel-call-out.scss */

  .call-out {
    padding: 2.25rem 2.5vw;
  }

  /* line 6, scss/modules/_panel-call-out.scss */

  .call-out .shell-full {
    padding: 2.25rem 2.5vw;
  }

  /* line 16, scss/modules/_panel-call-out.scss */

  .call-out .call-out-title {
    font-size: 2.5rem;
  }

  /* line 26, scss/modules/_panel-call-out.scss */

  .call-out .call-out-content {
    font-size: 1.25rem;
  }

  /* line 1, scss/modules/_article-nav.scss */

  .article-nav {
    padding: 1.25rem 2.5vw;
  }

  /* line 5, scss/modules/_article-nav.scss */

  .article-nav .shell-full {
    padding: 1.25rem 2.5vw;
  }

  /* line 60, scss/modules/_article-nav.scss */

  .article-nav .nav-links .nav-text {
    font-size: 1.375rem;
  }

  /* line 134, scss/modules/_article-nav.scss */

  .article-nav .nav-links .nav-details {
    flex-basis: 13rem;
  }

  /* line 158, scss/modules/_article-nav.scss */

  .article-nav .nav-links .article-title {
    width: 13rem;
  }

  /* line 61, scss/modules/_top-story.scss */

  .top-story .article-title {
    font-size: 48px !important;
    line-height: 52px;
  }

  /* line 73, scss/modules/_top-story.scss */

  .top-story .article-meta {
    font-size: 1em;
  }

  /* line 109, scss/modules/_top-story.scss */

  .story-1-details .article-date {
    font-size: 18px;
  }

  /* line 122, scss/modules/_top-story.scss */

  .story-1-details .article-excerpt p {
    font-size: 18px;
    line-height: 28px;
  }

  /* line 214, scss/modules/_top-story.scss */

  .sub-top-stories .article-title {
    font-size: 1.5em !important;
  }

  /* line 274, scss/modules/_latest-news.scss */

  .home .widget-area {
    width: 18.75rem;
    margin-left: 2.5vw;
    min-width: 300px;
  }

  /* line 21, scss/modules/_related-news.scss */

  .related-posts .related-news-article .related-img {
    width: 33.3%;
  }

  /* line 27, scss/modules/_related-news.scss */

  .related-posts .related-news-article .related-copy {
    width: 66.6%;
  }

  /* line 42, scss/modules/_related-news.scss */

  .related-posts .related-news-article .related-copy .related-excerpt {
    display: block;
  }

  /* line 6, scss/modules/_lp-sub-options.scss */

  .subscription-options {
    padding: 1.75rem 2.5vw;
  }

  /* line 28, scss/modules/_lp-sub-options.scss */

  .subscription-options .leaky_paywall_subscription_option {
    margin: 2.75rem 2.5vw 0;
  }

  /* line 59, scss/modules/_lp-sub-options.scss */

  .subscription-options h3 {
    font-size: 1.625rem;
  }

  /* line 1, scss/modules/_lp-register.scss */

  .leaky-paywall-subscription-details-wrapper {
    padding: 4em;
  }

  /* line 33, scss/modules/_lp-register.scss */

  .leaky-paywall-subscription-details-title {
    font-size: 1.5rem;
  }

  /* line 61, scss/modules/_lp-register.scss */

  .leaky-paywall-subscription-total {
    font-size: 1.375rem;
  }

  /* line 67, scss/modules/_lp-register.scss */

  .leaky-paywall-payment-form {
    padding: 4em;
  }

  /* line 84, scss/modules/_lp-register.scss */

  .leaky-paywall-payment-form h3 {
    font-size: 1.5rem;
  }

  /* line 6, scss/layout/_top-bar.scss */

  .top-bar .ceiling {
    padding: 0 2.5vw;
  }

  /* line 1, scss/layout/_header.scss */

  .site-header {
    padding: 1.5rem 2.5vw;
  }

  /* line 1, scss/layout/_header.scss */

  .site-header {
    margin: 0 auto;
    padding: 0.5rem 2.5vw;
  }

  /* line 1, scss/layout/_sidebar.scss */

  .widget-area {
    text-align: left;
  }

  /* line 26, scss/templates/_current-issue.scss */

  .page-template-current-issue .current-issue-layout .section-grid-3 {
    width: 70%;
    margin: 0;
  }

  /* line 34, scss/templates/_current-issue.scss */

  .page-template-current-issue .current-issue-layout .issue-toc {
    width: 25%;
    margin: 0;
  }

  /* line 46, scss/templates/_current-issue.scss */

  .page-template-current-issue .current-issue-layout .issue-toc .issue-date {
    font-size: 1.25rem;
  }

  /* line 60, scss/templates/_current-issue.scss */

  .page-template-current-issue .current-issue-layout .issue-toc .toc-title {
    font-size: 1.375rem;
  }

  /* line 2, scss/templates/_single.scss */

  .single .content-wrap {
    padding: 1.75rem 2.5vw;
  }

  /* line 5, scss/templates/_single.scss */

  .single .content-wrap > .shell-full {
    padding: 0 2.5vw;
  }

  /* line 89, scss/templates/_single.scss */

  .single .widget-area {
    width: 18.75rem;
    margin-left: 2.5vw;
  }

  /* line 135, scss/templates/_single.scss */

  .single .issue-toc .issue-date {
    font-size: 1.25rem;
  }

  /* line 149, scss/templates/_single.scss */

  .single .issue-toc .toc-title {
    font-size: 1.375rem;
  }
}

@media only screen and (min-width: 960px) {
  /* line 36, scss/layout/_header.scss */

  .site-logo {
    width: 205px;
  }

  /* line 383, scss/layout/_footer.scss */

  .social-media-links {
    padding: 0;
  }

  /* line 431, scss/layout/_footer.scss */

  .copyright-info {
    padding: 0;
  }

  /* line 2, scss/templates/_current-issue.scss */

  .page-template-current-issue .site-content {
    padding: 1rem;
  }
}

@media only screen and (min-width: 1024px) {
  /* line 173, scss/modules/_top-story.scss */

  .sub-top-stories .top-story-link img {
    height: 220px;
  }

  /* line 98, scss/modules/_latest-news.scss */

  .home .latest-news h2,
  .home .category-title h2 {
    font-size: 32px;
  }

  /* line 36, scss/layout/_header.scss */

  .site-logo {
    width: 250px;
  }
}

@media only screen and (min-width: 1120px) {
  /* line 36, scss/layout/_header.scss */

  .site-logo {
    width: 330px;
  }
}

@media (min-width: 75em) {
  /* line 108, scss/components/_search-form.scss */

  .site-search-wrapper {
    top: calc(100% + 2rem);
  }

  /* line 1, scss/modules/_hero.scss */

  .panel-hero {
    padding: 3.5vw 2.5vw;
  }

  /* line 1, scss/modules/_articles-featured.scss */

  .articles-featured {
    padding: 5vw 2.5vw;
  }

  /* line 4, scss/modules/_articles-featured.scss */

  .articles-featured .panel-title,
  .articles-featured .subscription-options .subscription-options-title,
  .subscription-options .articles-featured .subscription-options-title,
  .articles-featured .page-template-default .entry-title,
  .page-template-default .articles-featured .entry-title,
  .articles-featured .page-template-page-past-issues .entry-title,
  .page-template-page-past-issues .articles-featured .entry-title,
  .articles-featured .page-template .entry-title,
  .page-template .articles-featured .entry-title,
  .articles-featured .search .page-title,
  .search .articles-featured .page-title,
  .articles-featured .error404 .page-title,
  .error404 .articles-featured .page-title,
  .articles-featured .archive .page-title,
  .archive .articles-featured .page-title,
  .articles-featured .blog .page-title,
  .blog .articles-featured .page-title {
    margin-bottom: 5vw;
  }

  /* line 1, scss/modules/_articles-side-ad.scss */

  .articles-side-ad {
    padding: 5vw 2.5vw;
  }

  /* line 4, scss/modules/_articles-side-ad.scss */

  .articles-side-ad .panel-title,
  .articles-side-ad .subscription-options .subscription-options-title,
  .subscription-options .articles-side-ad .subscription-options-title,
  .articles-side-ad .page-template-default .entry-title,
  .page-template-default .articles-side-ad .entry-title,
  .articles-side-ad .page-template-page-past-issues .entry-title,
  .page-template-page-past-issues .articles-side-ad .entry-title,
  .articles-side-ad .page-template .entry-title,
  .page-template .articles-side-ad .entry-title,
  .articles-side-ad .search .page-title,
  .search .articles-side-ad .page-title,
  .articles-side-ad .error404 .page-title,
  .error404 .articles-side-ad .page-title,
  .articles-side-ad .archive .page-title,
  .archive .articles-side-ad .page-title,
  .articles-side-ad .blog .page-title,
  .blog .articles-side-ad .page-title {
    margin-bottom: 5vw;
  }

  /* line 1, scss/modules/_articles-inline-ad.scss */

  .articles-inline-ad {
    padding: 5vw 2.5vw;
  }

  /* line 4, scss/modules/_articles-inline-ad.scss */

  .articles-inline-ad .panel-title,
  .articles-inline-ad .subscription-options .subscription-options-title,
  .subscription-options .articles-inline-ad .subscription-options-title,
  .articles-inline-ad .page-template-default .entry-title,
  .page-template-default .articles-inline-ad .entry-title,
  .articles-inline-ad .page-template-page-past-issues .entry-title,
  .page-template-page-past-issues .articles-inline-ad .entry-title,
  .articles-inline-ad .page-template .entry-title,
  .page-template .articles-inline-ad .entry-title,
  .articles-inline-ad .search .page-title,
  .search .articles-inline-ad .page-title,
  .articles-inline-ad .error404 .page-title,
  .error404 .articles-inline-ad .page-title,
  .articles-inline-ad .archive .page-title,
  .archive .articles-inline-ad .page-title,
  .articles-inline-ad .blog .page-title,
  .blog .articles-inline-ad .page-title {
    margin-bottom: 5vw;
  }

  /* line 1, scss/modules/_articles-no-ad.scss */

  .articles-no-ad {
    padding: 5vw 2.5vw;
  }

  /* line 4, scss/modules/_articles-no-ad.scss */

  .articles-no-ad .panel-title,
  .articles-no-ad .subscription-options .subscription-options-title,
  .subscription-options .articles-no-ad .subscription-options-title,
  .articles-no-ad .page-template-default .entry-title,
  .page-template-default .articles-no-ad .entry-title,
  .articles-no-ad .page-template-page-past-issues .entry-title,
  .page-template-page-past-issues .articles-no-ad .entry-title,
  .articles-no-ad .page-template .entry-title,
  .page-template .articles-no-ad .entry-title,
  .articles-no-ad .search .page-title,
  .search .articles-no-ad .page-title,
  .articles-no-ad .error404 .page-title,
  .error404 .articles-no-ad .page-title,
  .articles-no-ad .archive .page-title,
  .archive .articles-no-ad .page-title,
  .articles-no-ad .blog .page-title,
  .blog .articles-no-ad .page-title {
    margin-bottom: 5vw;
  }

  /* line 1, scss/modules/_articles-wide.scss */

  .articles-wide {
    padding: 5vw 2.5vw;
  }

  /* line 4, scss/modules/_articles-wide.scss */

  .articles-wide .panel-title,
  .articles-wide .subscription-options .subscription-options-title,
  .subscription-options .articles-wide .subscription-options-title,
  .articles-wide .page-template-default .entry-title,
  .page-template-default .articles-wide .entry-title,
  .articles-wide .page-template-page-past-issues .entry-title,
  .page-template-page-past-issues .articles-wide .entry-title,
  .articles-wide .page-template .entry-title,
  .page-template .articles-wide .entry-title,
  .articles-wide .search .page-title,
  .search .articles-wide .page-title,
  .articles-wide .error404 .page-title,
  .error404 .articles-wide .page-title,
  .articles-wide .archive .page-title,
  .archive .articles-wide .page-title,
  .articles-wide .blog .page-title,
  .blog .articles-wide .page-title,
  .articles-wide .shell-full {
    margin-bottom: 5vw;
  }

  /* line 1, scss/modules/_panel-launchpads.scss */

  .panel-launchpads {
    padding: 5vw 2.5vw;
  }

  /* line 4, scss/modules/_panel-launchpads.scss */

  .panel-launchpads .panel-title,
  .panel-launchpads .subscription-options .subscription-options-title,
  .subscription-options .panel-launchpads .subscription-options-title,
  .panel-launchpads .page-template-default .entry-title,
  .page-template-default .panel-launchpads .entry-title,
  .panel-launchpads .page-template-page-past-issues .entry-title,
  .page-template-page-past-issues .panel-launchpads .entry-title,
  .panel-launchpads .page-template .entry-title,
  .page-template .panel-launchpads .entry-title,
  .panel-launchpads .search .page-title,
  .search .panel-launchpads .page-title,
  .panel-launchpads .error404 .page-title,
  .error404 .panel-launchpads .page-title,
  .panel-launchpads .archive .page-title,
  .archive .panel-launchpads .page-title,
  .panel-launchpads .blog .page-title,
  .blog .panel-launchpads .page-title {
    margin-bottom: 5vw;
  }

  /* line 1, scss/modules/_panel-call-out.scss */

  .call-out {
    padding: 5vw 2.5vw;
  }

  /* line 6, scss/modules/_panel-call-out.scss */

  .call-out .shell-full {
    padding: 5vw 2.5vw;
  }

  /* line 1, scss/modules/_article-nav.scss */

  .article-nav {
    padding: 2.5rem 2.5vw;
  }

  /* line 5, scss/modules/_article-nav.scss */

  .article-nav .shell-full {
    padding: 2.5rem 2.5vw;
  }

  /* line 6, scss/modules/_lp-sub-options.scss */

  .subscription-options {
    padding: 3.5vw 2.5vw;
  }

  /* line 1, scss/layout/_header.scss */

  .site-header {
    padding: 2rem 2.5vw;
  }

  /* line 1, scss/layout/_header.scss */

  .site-header {
    margin: 0 auto;
    padding: 0.5rem 2.5vw;
  }

  /* line 2, scss/templates/_single.scss */

  .single .content-wrap {
    padding: 3.5vw 2.5vw;
  }
}

@media only screen and (min-width: 1210px) {
  /* line 36, scss/layout/_header.scss */

  .site-logo {
    width: 400px;
  }
}

@media only screen and (min-width: 1440px) {
  /* line 9, scss/modules/_subscribe.scss */

  .page-template-page-subscribe .hero {
    max-height: 500px;
  }

  /* line 15, scss/modules/_subscribe.scss */

  .page-template-page-subscribe .hero img {
    max-height: 500px;
  }

  /* line 9, scss/templates/_subscribe.scss */

  .page-template-page-subscribe .hero {
    max-height: 500px;
  }

  /* line 15, scss/templates/_subscribe.scss */

  .page-template-page-subscribe .hero img {
    max-height: 500px;
  }

  /* line 5, scss/templates/_app.scss */

  .page-template-page-app .hero {
    max-height: 500px;
  }

  /* line 11, scss/templates/_app.scss */

  .page-template-page-app .hero img {
    max-height: 500px;
  }
}

@media (min-width: 100em) {
  /* line 73, scss/components/_panel-styles.scss */

  .panel-title,
  .subscription-options .subscription-options-title,
  .page-template-default .entry-title,
  .page-template-page-past-issues .entry-title,
  .page-template .entry-title,
  .search .page-title,
  .error404 .page-title,
  .archive .page-title,
  .blog .page-title {
    font-size: 3.125rem;
  }

  /* line 105, scss/components/_panel-styles.scss */

  .articles-wrapper .article-title,
  .articles-wrapper .launchpad-title,
  .launchpads-wrapper .article-title,
  .launchpads-wrapper .launchpad-title {
    font-size: 1.25rem;
  }

  /* line 31, scss/components/_lp-nag.scss */

  .paywall-wrap #leaky_paywall_message .paywall-heading,
  .leaky_paywall_message_wrap #leaky_paywall_message .paywall-heading {
    font-size: 2.25rem;
  }

  /* line 50, scss/components/_lp-nag.scss */

  .paywall-wrap #leaky_paywall_message .subscribe-title,
  .leaky_paywall_message_wrap #leaky_paywall_message .subscribe-title {
    font-size: 3.5rem;
  }

  /* line 56, scss/components/_lp-nag.scss */

  .paywall-wrap #leaky_paywall_message .subscribe-details,
  .leaky_paywall_message_wrap #leaky_paywall_message .subscribe-details {
    font-size: 1.5rem;
  }

  /* line 134, scss/modules/_main-menu.scss */

  .menu-wrapper .menu-item a {
    font-size: 1.25em;
  }

  /* line 79, scss/modules/_hero.scss */

  .cover-story .story-title {
    font-size: 3.5rem;
  }

  /* line 89, scss/modules/_hero.scss */

  .cover-story .story-excerpt {
    font-size: 1.375rem;
  }

  /* line 114, scss/modules/_hero.scss */

  .issue-details .issue-heading {
    font-size: 1.875rem;
  }

  /* line 70, scss/modules/_articles-featured.scss */

  .articles-featured .article-title {
    font-size: 2.5rem;
  }

  /* line 76, scss/modules/_articles-featured.scss */

  .articles-featured .article-author {
    font-size: 1.25rem;
  }

  /* line 80, scss/modules/_articles-featured.scss */

  .articles-featured .article-excerpt {
    font-size: 1.25rem;
  }

  /* line 16, scss/modules/_panel-call-out.scss */

  .call-out .call-out-title {
    font-size: 3.5rem;
  }

  /* line 26, scss/modules/_panel-call-out.scss */

  .call-out .call-out-content {
    font-size: 1.375rem;
  }

  /* line 60, scss/modules/_article-nav.scss */

  .article-nav .nav-links .nav-text {
    font-size: 1.5rem;
  }

  /* line 134, scss/modules/_article-nav.scss */

  .article-nav .nav-links .nav-details {
    flex-basis: 14rem;
  }

  /* line 158, scss/modules/_article-nav.scss */

  .article-nav .nav-links .article-title {
    width: 14rem;
  }

  /* line 28, scss/modules/_lp-sub-options.scss */

  .subscription-options .leaky_paywall_subscription_option {
    margin-top: 3.125rem;
  }

  /* line 59, scss/modules/_lp-sub-options.scss */

  .subscription-options h3 {
    font-size: 2.25rem;
  }

  /* line 33, scss/modules/_lp-register.scss */

  .leaky-paywall-subscription-details-title {
    font-size: 1.75rem;
  }

  /* line 61, scss/modules/_lp-register.scss */

  .leaky-paywall-subscription-total {
    font-size: 1.5rem;
  }

  /* line 84, scss/modules/_lp-register.scss */

  .leaky-paywall-payment-form h3 {
    font-size: 1.75rem;
  }

  /* line 32, scss/layout/_top-bar.scss */

  .top-bar .ceiling-side {
    font-size: 0.875em;
  }

  /* line 46, scss/templates/_current-issue.scss */

  .page-template-current-issue .current-issue-layout .issue-toc .issue-date {
    font-size: 1.375rem;
  }

  /* line 60, scss/templates/_current-issue.scss */

  .page-template-current-issue .current-issue-layout .issue-toc .toc-title {
    font-size: 1.5rem;
  }

  /* line 24, scss/templates/_single.scss */

  .single .entry-meta {
    font-size: 1.25rem;
  }

  /* line 135, scss/templates/_single.scss */

  .single .issue-toc .issue-date {
    font-size: 1.375rem;
  }

  /* line 149, scss/templates/_single.scss */

  .single .issue-toc .toc-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 1015px) {
  /* line 173, scss/modules/_change-makers.scss */

  .rtek-featured-logo,
  .rtek-sponsor-logo {
    width: 100%;
    float: none;
    padding-bottom: 10px;
  }

  /* line 179, scss/modules/_change-makers.scss */

  .ajax-video-preview {
    width: 100% !important;
    max-width: 1015px !important;
  }
}

@media only screen and (max-width: 919px) {
  /* line 178, scss/modules/_latest-news.scss */

  .home .supplemental-2-columns {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 600px) {
  /* line 59, scss/modules/_subscribe.scss */

  .page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .leaky_paywall_subscription_option {
    width: 100%;
  }

  /* line 59, scss/templates/_subscribe.scss */

  .page-template-page-subscribe .subscription-options-intro .leaky_paywall_subscription_options .leaky_paywall_subscription_option {
    width: 100%;
  }
}

@media print {
  /* line 3, scss/states/_print.scss */

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 11, scss/states/_print.scss */

  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 15, scss/states/_print.scss */

  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 18, scss/states/_print.scss */

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
	* Don't show links that are fragment identifiers,
	* or use the `javascript:` pseudo protocol
	*/

  /* line 25, scss/states/_print.scss */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 29, scss/states/_print.scss */

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 34, scss/states/_print.scss */

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 37, scss/states/_print.scss */

  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 41, scss/states/_print.scss */

  img {
    max-width: 100% !important;
  }

  /* line 44, scss/states/_print.scss */

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 50, scss/states/_print.scss */

  h2,
  h3 {
    page-break-after: avoid;
  }
}