/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900,100italic,300italic,400italic,500italic,700italic,900italic|Roboto+Slab:400,700,300,100);
/* line 9, ../../sass/base/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../../sass/base/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../../sass/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../../sass/base/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../../sass/base/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 77, ../../sass/base/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../../sass/base/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 98, ../../sass/base/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, ../../sass/base/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, ../../sass/base/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, ../../sass/base/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, ../../sass/base/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, ../../sass/base/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, ../../sass/base/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 162, ../../sass/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, ../../sass/base/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../../sass/base/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, ../../sass/base/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, ../../sass/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, ../../sass/base/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, ../../sass/base/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../../sass/base/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../../sass/base/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../../sass/base/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../../sass/base/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../../sass/base/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, ../../sass/base/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../../sass/base/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../../sass/base/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../../sass/base/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../../sass/base/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, ../../sass/base/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 356, ../../sass/base/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 367, ../../sass/base/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 376, ../../sass/base/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 387, ../../sass/base/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, ../../sass/base/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 405, ../../sass/base/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, ../../sass/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../../sass/base/_normalize.scss */
td,
th {
  padding: 0;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
/* line 17, ../../sass/base/_jquery.bxslider.scss */
.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
}

/* line 24, ../../sass/base/_jquery.bxslider.scss */
.slider img {
  width: 100%;
  display: block;
  height: auto;
}

/** THEME
===================================*/
/* line 33, ../../sass/base/_jquery.bxslider.scss */
.bx-wrapper .bx-viewport {
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

/* line 43, ../../sass/base/_jquery.bxslider.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
/* line 52, ../../sass/base/_jquery.bxslider.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../../images/loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
/* line 65, ../../sass/base/_jquery.bxslider.scss */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

/* line 74, ../../sass/base/_jquery.bxslider.scss */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 81, ../../sass/base/_jquery.bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: right;
  box-sizing: border-box;
  border: solid 2px #333;
}
@media only screen and (max-width: 479px) {
  /* line 81, ../../sass/base/_jquery.bxslider.scss */
  .bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 2px;
  }
}

/* line 100, ../../sass/base/_jquery.bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
  /*border: none;*/
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 108, ../../sass/base/_jquery.bxslider.scss */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

/* line 113, ../../sass/base/_jquery.bxslider.scss */
.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

/* line 118, ../../sass/base/_jquery.bxslider.scss */
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

/* line 122, ../../sass/base/_jquery.bxslider.scss */
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

/* line 127, ../../sass/base/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  opacity: 0.2;
}

/* AUTO CONTROLS (START / STOP) */
/* line 133, ../../sass/base/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 137, ../../sass/base/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

/* line 147, ../../sass/base/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

/* line 152, ../../sass/base/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

/* line 162, ../../sass/base/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 169, ../../sass/base/_jquery.bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

/* line 174, ../../sass/base/_jquery.bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
/* line 181, ../../sass/base/_jquery.bxslider.scss */
.bx-caption {
  display: none;
}

/* line 184, ../../sass/base/_jquery.bxslider.scss */
.bx-wrapper div:hover .bx-caption {
  display: block;
}

/* line 188, ../../sass/base/_jquery.bxslider.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

/* line 197, ../../sass/base/_jquery.bxslider.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* line 205, ../../sass/base/_jquery.bxslider.scss */
.bx-controls {
  position: absolute;
  top: -55px;
  height: 50px;
  right: 0;
  width: 50%;
  text-align: right;
}

/* line 215, ../../sass/base/_jquery.bxslider.scss */
.bx-pager.bx-default-pager {
  bottom: 0;
  top: 0;
  left: auto;
  width: 50%;
  right: 125px;
}
@media only screen and (max-width: 479px) {
  /* line 215, ../../sass/base/_jquery.bxslider.scss */
  .bx-pager.bx-default-pager {
    display: none;
  }
}

/* line 226, ../../sass/base/_jquery.bxslider.scss */
.bx-controls-direction {
  right: 25px;
  position: absolute;
  height: 50px;
  top: 0;
  width: 80px;
  box-sizing: border-box;
  padding-top: 9px;
}

/* line 236, ../../sass/base/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-direction a {
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background: #fff;
  border: solid 1px #ccc;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin-left: 10px;
  background: #fafafa;
  color: #666;
}

/* line 253, ../../sass/base/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-direction a:hover {
  background: #fff;
  color: #000;
  border: solid 1px #000;
}

/* line 259, ../../sass/base/_jquery.bxslider.scss */
.bx-pager.bx-default-pager {
  text-align: right;
}

/* line 263, ../../sass/base/_jquery.bxslider.scss */
.bx-pager.bx-default-pager a {
  display: inline-block;
  overflow: hidden;
  font-size: 0px;
}

/* line 2, ../../sass/base/_placeholder.scss */
.voice-list .read-more a:after, .region-content .details-pages .tags_display .field__item a:before, .blog-list.author-list article.item .social-icons span a:before, .search-block .search-field button,
.solr_search .form-submit, #block-mainnavigation .menu li:first-child a, .read-more a:after, .menu-wrap .content ul li:first-child a, .pager__item--previous a:after, .pager__item--next a:after, .path-table-of-content .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-prev i:before, .path-table-of-contents .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-prev i:before, .page-node-type-toc .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-prev i:before, .path-table-of-content .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-next i:before, .path-table-of-contents .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-next i:before, .page-node-type-toc .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-next i:before, .path-subscribe .sub-table-code-block .table-dig.selected input[type="radio"] + span:before, .page-node-type-subscription-special-offers .sub-table-code-block .table-dig.selected input[type="radio"] + span:before, .page-node-type-amex-subscription-cofigs .sub-table-code-block .table-dig.selected input[type="radio"] + span:before, .toc-previous.rss-feeds .bx-wrapper .bx-controls-direction a.bx-prev i:before, .toc-previous.rss-feeds .bx-wrapper .bx-controls-direction a.bx-next i:before, .more-author .bx-wrapper .bx-controls .bx-controls-direction .bx-prev i:before, .more-author .bx-wrapper .bx-controls .bx-controls-direction .bx-next i:before, .winners-sidebar-block .more-link a:after, .region-content .rss-feed-share-icons .field .facebook-icon a:before, .region-content .rss-feed-share-icons .field .twitter-icon a:before, .region-content .rss-feed-page ul .subscribe-link a:after, .sidebar .rss-feed-share-icons-right .field .facebook-icon a:before, .sidebar .rss-feed-share-icons-right .field .twitter-icon a:before, .open-offer-subscription .table-dig.selected input[type="radio"]:checked + span:before, .open-offer-gifts .year-wrapper .button-div input[type="checkbox"]:checked + span:before {
  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;
}

/* line 10, ../../sass/base/_placeholder.scss */
.region-header-left, #block-mainnavigation, .clear {
  clear: both;
  display: block;
  overflow: hidden;
}

/* line 20, ../../sass/base/_placeholder.scss */
#block-views-block-blog-listing-block-1 ul.post-meta, #block-views-block-blog-listing-block-1 .entry-excerpt p, #block-views-block-blog-listing-block-1 .slider_title, .voice-list article.item ul, .voice-list article.item li, .voice-list ul.post-meta, .voice-list .entry-excerpt p, .voice-list .slider_title, .blog-list ul.post-meta, .blog-list .entry-excerpt p {
  margin: 0;
  padding: 0;
}

/* line 24, ../../sass/base/_placeholder.scss */
.fleft, .homepage-featured-slideshow .entry-excerpt, .homepage-featured-slideshow .featured-thumb {
  float: left;
}

/* line 27, ../../sass/base/_placeholder.scss */
.fright, .region-content .details-pages blockquote {
  float: right;
}

/* line 30, ../../sass/base/_placeholder.scss */
.textleft {
  text-align: left;
}

/* line 33, ../../sass/base/_placeholder.scss */
.textright {
  text-align: right;
}

/* line 43, ../../sass/base/_placeholder.scss */
.section-header h2, .gallery-slider.slider h2, .galleries .section-header h2 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
}
@media only screen and (max-width: 1024px) {
  /* line 43, ../../sass/base/_placeholder.scss */
  .section-header h2, .gallery-slider.slider h2, .galleries .section-header h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 43, ../../sass/base/_placeholder.scss */
  .section-header h2, .gallery-slider.slider h2, .galleries .section-header h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 62, ../../sass/base/_placeholder.scss */
.gallery-item-icon, .video-item-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

/* line 70, ../../sass/base/_placeholder.scss */
.quiz-detail-block .fieldset-wrapper h2, .quiz-prize-block .fieldset-wrapper h2 {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  /* line 70, ../../sass/base/_placeholder.scss */
  .quiz-detail-block .fieldset-wrapper h2, .quiz-prize-block .fieldset-wrapper h2 {
    text-align: left;
  }
}

/*@import "media";*/
/* line 1, ../../sass/base/_header.scss */
.site-branding__logo {
  height: 90px;
  display: block;
  border-right: solid 1px #ddd;
  box-sizing: border-box;
  padding: 25px;
  float: left;
}
/* line 8, ../../sass/base/_header.scss */
.site-branding__logo img {
  height: 39px;
}
@media only screen and (max-width: 1024px) {
  /* line 1, ../../sass/base/_header.scss */
  .site-branding__logo {
    padding: 25px 20px;
    height: 79px;
  }
  /* line 14, ../../sass/base/_header.scss */
  .site-branding__logo img {
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/base/_header.scss */
  .site-branding__logo {
    border-right: 0 none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1, ../../sass/base/_header.scss */
  .site-branding__logo {
    padding: 25px 15px;
  }
  /* line 23, ../../sass/base/_header.scss */
  .site-branding__logo img {
    height: 26px;
  }
}

/* line 28, ../../sass/base/_header.scss */
.block-system-branding-block {
  /*width: 42%;*/
  float: left;
  /*min-width: 180px;*/
}

/* line 33, ../../sass/base/_header.scss */
#block-currentissuenew, .block-current-issue-top {
  float: left;
  /*width: 55%;
  min-width: 230px;*/
}
@media only screen and (max-width: 767px) {
  /* line 33, ../../sass/base/_header.scss */
  #block-currentissuenew, .block-current-issue-top {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  /* line 42, ../../sass/base/_header.scss */
  .block-current-issue-top.subscribe {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 42, ../../sass/base/_header.scss */
  .block-current-issue-top.subscribe {
    display: block;
    padding: 0 10px;
    float: left;
    height: 80px;
    text-align: center;
    border-left: 1px solid #ddd;
  }
  /* line 53, ../../sass/base/_header.scss */
  .block-current-issue-top.subscribe h4 {
    padding: 0;
    margin: 0;
    height: 100%;
  }
  /* line 57, ../../sass/base/_header.scss */
  .block-current-issue-top.subscribe h4 a {
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    vertical-align: middle;
    line-height: 80px;
  }
}

/* line 74, ../../sass/base/_header.scss */
#block-searchiconheader {
  display: none;
  /*width: 30%;*/
  float: right;
  font-size: 20px;
  line-height: 80px;
  text-align: center;
  padding-right: 25px;
  /*@media only screen and (max-width: 575px) {
      width: 30%;
      float: right;
      line-height: 40px;
      font-size: 18px;
  }*/
}
@media only screen and (max-width: 1024px) {
  /* line 74, ../../sass/base/_header.scss */
  #block-searchiconheader {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 74, ../../sass/base/_header.scss */
  #block-searchiconheader {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 74, ../../sass/base/_header.scss */
  #block-searchiconheader {
    padding-right: 10px;
  }
}
/* line 97, ../../sass/base/_header.scss */
#block-searchiconheader .search--icon, #block-searchiconheader .hamburger--icon {
  float: left;
  width: 35px;
}
/* line 100, ../../sass/base/_header.scss */
#block-searchiconheader .search--icon i, #block-searchiconheader .hamburger--icon i {
  cursor: pointer;
}
/* line 104, ../../sass/base/_header.scss */
#block-searchiconheader .hamburger--icon {
  font-size: 24px;
}

/* line 20, ../../sass/base/_views.scss */
.voice-list {
  padding: 0;
  clear: both;
  overflow: hidden;
}
/* line 24, ../../sass/base/_views.scss */
.voice-list header {
  padding: 0 23px;
  height: 60px;
  line-height: 60px;
  /*height: 24px;*/
}
/* line 29, ../../sass/base/_views.scss */
.voice-list header h1 {
  color: #222;
  font-size: 18px;
  font-weight: 900;
  margin: 0;
  font-family: Roboto;
}
/* line 37, ../../sass/base/_views.scss */
.voice-list article.item {
  width: 25%;
  float: left;
  margin: 0 0 40px 0;
  border-bottom: none;
  /*@media only screen and (max-width: 1024px) {
  	width: 33%;
  	padding: 0 15px;
  	&:nth-of-type(3n+1) {
  		clear: both;
  	}
  }*/
}
/* line 42, ../../sass/base/_views.scss */
.voice-list article.item:last-child {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 37, ../../sass/base/_views.scss */
  .voice-list article.item {
    padding: 0 23px;
  }
  /* line 47, ../../sass/base/_views.scss */
  .voice-list article.item:nth-of-type(4n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  /* line 37, ../../sass/base/_views.scss */
  .voice-list article.item {
    width: 100%;
    padding: 0;
  }
}
/* line 62, ../../sass/base/_views.scss */
.voice-list article.item .entry-excerpt {
  padding: 0;
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  /* line 62, ../../sass/base/_views.scss */
  .voice-list article.item .entry-excerpt {
    padding: 0 15px;
  }
}
/* line 69, ../../sass/base/_views.scss */
.voice-list article.item figure.featured-thumb {
  margin: 0 0 15px;
  padding: 0;
  background: #fafafa;
  width: 100% !important;
  min-width: 180px !important;
  text-align: center;
  min-height: 120px;
  max-height: 120px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 69, ../../sass/base/_views.scss */
  .voice-list article.item figure.featured-thumb {
    min-height: auto;
    max-height: none;
  }
}
/* line 84, ../../sass/base/_views.scss */
.voice-list article.item figure.featured-thumb img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
@media only screen and (max-width: 767px) {
  /* line 84, ../../sass/base/_views.scss */
  .voice-list article.item figure.featured-thumb img {
    width: 100%;
  }
}
/* line 93, ../../sass/base/_views.scss */
.voice-list article.item .slider_title {
  font-size: 15px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 8px !important;
  line-height: 18px;
  text-transform: none;
  color: #222;
}
/* line 101, ../../sass/base/_views.scss */
.voice-list article.item .slider_title a {
  color: #222;
}
/* line 104, ../../sass/base/_views.scss */
.voice-list article.item .slider_title a:hover {
  color: #e50b16;
}
/* line 108, ../../sass/base/_views.scss */
.voice-list article.item .excerpt-p {
  font-size: 14px;
  line-height: 20px;
  color: #777;
  margin: 8px 0 12px;
  text-align: left;
}
/* line 122, ../../sass/base/_views.scss */
.voice-list ul.post-meta li {
  font-size: 12px;
  font-family: roboto slab;
}
/* line 128, ../../sass/base/_views.scss */
.voice-list ul.post-meta li.author strong {
  font-weight: normal;
}
/* line 131, ../../sass/base/_views.scss */
.voice-list ul.post-meta li.author a {
  font-weight: bold;
}
/* line 135, ../../sass/base/_views.scss */
.voice-list .entry-excerpt {
  padding: 0;
  width: 75%;
}
/* line 142, ../../sass/base/_views.scss */
.voice-list ul.post-meta li {
  margin-right: 20px;
}
/* line 144, ../../sass/base/_views.scss */
.voice-list ul.post-meta li a {
  display: inline;
}
@media only screen and (min-width: 768px) {
  /* line 148, ../../sass/base/_views.scss */
  .voice-list ul.post-meta li.category {
    display: block;
    margin: 0 0 10px;
  }
}
/* line 155, ../../sass/base/_views.scss */
.voice-list .read-more a:after {
  content: "\f138";
  padding: 0 6px;
}

/* line 165, ../../sass/base/_views.scss */
.block-views-blockvoice-list-block-3 .voice-list header {
  float: left;
  width: 30%;
}
/* line 168, ../../sass/base/_views.scss */
.block-views-blockvoice-list-block-3 .voice-list header .title {
  font-size: 50px;
  font-weight: 100;
  display: inline;
}
/* line 173, ../../sass/base/_views.scss */
.block-views-blockvoice-list-block-3 .voice-list header .featured {
  display: inline;
}
/* line 178, ../../sass/base/_views.scss */
.block-views-blockvoice-list-block-3 .voice-list .item {
  width: 20%;
  float: left;
}
/* line 181, ../../sass/base/_views.scss */
.block-views-blockvoice-list-block-3 .voice-list .item figure.blog-thumb {
  float: left;
  margin-left: 12px;
  margin-bottom: 12px;
}
/* line 189, ../../sass/base/_views.scss */
.block-views-blockvoice-list-block-3 .voice-list .entry h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  color: #e50b16;
  font-size: 15px;
  line-height: 19px;
}
/* line 196, ../../sass/base/_views.scss */
.block-views-blockvoice-list-block-3 .voice-list .entry .excerpt-p {
  font-size: 12px;
  line-height: 19px;
  color: #333333;
}

/*.block-views-blockessays-list-block-1,
.block-views-blocklounge-list-block-1,
.block-views-blockvoice-list-block-1,
.block-views-blockfeature-list-block-1,
.block-views-blockregulars-list-block-1,*/
/* line 222, ../../sass/base/_views.scss */
[class*="block-views-blockessays-list-"] .voice-list,
[class*="block-views-blocklounge-list-"] .voice-list,
[class*="block-views-blockvoice-list-"] .voice-list,
[class*="block-views-blockfeature-list-"] .voice-list,
[class*="block-views-blockfeatures-list-"] .voice-list,
[class*="block-views-blockregulars-list-"] .voice-list,
[class*="block-views-blockduplicate-of-voice-list-"] .voice-list,
[class*="block-views-blockshorts-list-"] .voice-list,
[class*="block-views-blockopen-space-list-"] .voice-list,
[class*="block-views-blockopen-avenue-block-"] .voice-list {
  border-bottom: 1px solid #ddd;
}

/* line 227, ../../sass/base/_views.scss */
.region-content .block-dfp8 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  text-align: center;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  /* line 227, ../../sass/base/_views.scss */
  .region-content .block-dfp8 {
    width: 100%;
  }
}

/* line 238, ../../sass/base/_views.scss */
.block-dfp8.no-border {
  border-top: solid 1px #ddd;
  border-bottom: none;
  margin-bottom: 0;
}

/* line 243, ../../sass/base/_views.scss */
.block-dfp8-900 iframe {
  max-width: 970px;
  width: 100%;
}

/* line 248, ../../sass/base/_views.scss */
.block-dfp8-700 iframe {
  max-width: 700px;
  width: 100%;
}

/* line 252, ../../sass/base/_views.scss */
.block-dfp8-250 iframe {
  max-width: 250px;
  width: 100%;
}

/* line 257, ../../sass/base/_views.scss */
.path-blogs .region-content .block-dfp8 {
  padding: 40px 0;
}
@media only screen and (max-width: 1024px) {
  /* line 257, ../../sass/base/_views.scss */
  .path-blogs .region-content .block-dfp8 {
    padding: 20px 0;
  }
}

/*[class*="block-views-blockblog-listing-block"] {
	.blog-list article.item {
		margin-left: 20px;
		margin-right: 20px;
	}
}*/
/* Details Page */
/* line 278, ../../sass/base/_views.scss */
.region-content .details-pages {
  		/*.share-widget {
  			position: relative;
  			@media only screen and (max-width: 767px) {
  
  			}
  		}*/
}
/* line 279, ../../sass/base/_views.scss */
.region-content .details-pages header {
  /*padding: 0 20px;
  display: table;
  width: 100%;*/
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  /* line 279, ../../sass/base/_views.scss */
  .region-content .details-pages header {
    padding: 35px 20px 39px;
    display: flex;
    display: -webkit-flex;
  }
}
/* line 290, ../../sass/base/_views.scss */
.region-content .details-pages .cover_story {
  /*width: 25%;
  display: inline-block;*/
  padding-right: 60px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  /* line 290, ../../sass/base/_views.scss */
  .region-content .details-pages .cover_story {
    width: 100%;
    padding-right: 0;
  }
}
/* line 299, ../../sass/base/_views.scss */
.region-content .details-pages .cover_story h3 {
  color: #999999;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  /*font-weight: bold;*/
  text-transform: uppercase;
  border-bottom: 2px solid #000000;
  display: inline-block;
  margin: 0;
  /*padding: 10px 0;*/
  padding: 12px 0 5px;
  /*line-height: 1.5;*/
  white-space: nowrap;
}
/* line 312, ../../sass/base/_views.scss */
.region-content .details-pages .cover_story h3 .field--name-blog-name, .region-content .details-pages .cover_story h3 p, .region-content .details-pages .cover_story h3 a, .region-content .details-pages .cover_story h3 div, .region-content .details-pages .cover_story h3 span {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  /* line 299, ../../sass/base/_views.scss */
  .region-content .details-pages .cover_story h3 {
    white-space: normal;
  }
}
/* line 318, ../../sass/base/_views.scss */
.region-content .details-pages .cover_story h3 a {
  color: #999999;
  font-family: "Roboto", sans-serif;
}
/* line 323, ../../sass/base/_views.scss */
.region-content .details-pages .cover_story time {
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  color: #000000;
  display: block;
  /*padding: 10px 0;*/
  margin: 10px 0 1em;
}
/* line 332, ../../sass/base/_views.scss */
.region-content .details-pages h1 {
  display: inline-block;
  vertical-align: top;
  font-size: 32px;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  text-transform: none;
  color: #000000;
  width: 70%;
  margin: 7px 0 0;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  /* line 332, ../../sass/base/_views.scss */
  .region-content .details-pages h1 {
    width: 100%;
  }
}
/* line 347, ../../sass/base/_views.scss */
.region-content .details-pages .bx-wrapper .bx-viewport {
  /*max-height: 520px !important;*/
  height: 667px !important;
}
@media only screen and (max-width: 767px) {
  /* line 347, ../../sass/base/_views.scss */
  .region-content .details-pages .bx-wrapper .bx-viewport {
    max-height: 333px;
    height: auto;
  }
}
@media only screen and (min-width: 767px) and (max-width: 768px) {
  /* line 347, ../../sass/base/_views.scss */
  .region-content .details-pages .bx-wrapper .bx-viewport {
    height: 695px !important;
  }
}
/* line 358, ../../sass/base/_views.scss */
.region-content .details-pages figure.image_wrapper {
  padding: 0;
  overflow: hidden;
  position: relative;
  height: 667px;
  border: 0 none;
  /*.field--type-image {
  	background: $img-bgcolor;
  	margin: 0;
  	width: 100%;
  	text-align: center;
  	display: table;
  	.field__item {
  		display: table-cell;
  		vertical-align: middle;
  		height: 520px;
  		@media only screen and (max-width: 767px) {
  			width: 100%;
  			height: auto;
  		}
  	}
  	img {
  		margin: 0;
  		height: auto;
  		max-width: 100%;
  	}
  }*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 358, ../../sass/base/_views.scss */
  .region-content .details-pages figure.image_wrapper {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 768px) {
  /* line 358, ../../sass/base/_views.scss */
  .region-content .details-pages figure.image_wrapper {
    height: 695px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 358, ../../sass/base/_views.scss */
  .region-content .details-pages figure.image_wrapper {
    background: rgba(0, 0, 0, 0.66);
    /*max-height: 667px;*/
    /*height: auto;*/
  }
}
@media only screen and (max-width: 767px) {
  /* line 358, ../../sass/base/_views.scss */
  .region-content .details-pages figure.image_wrapper {
    height: 334px;
  }
}
/* line 378, ../../sass/base/_views.scss */
.region-content .details-pages figure.image_wrapper:hover .bx-caption {
  display: block;
}
/* line 381, ../../sass/base/_views.scss */
.region-content .details-pages figure.image_wrapper .field--type-image, .region-content .details-pages figure.image_wrapper .view-section-wrap-row {
  width: 100%;
  height: 667px;
  float: none;
  margin: 0;
  text-align: center;
  position: relative;
  /*@media only screen and (max-width: 767px) {
  	max-height: 667px;
  	height: auto;
  }*/
}
@media only screen and (max-width: 767px) {
  /* line 381, ../../sass/base/_views.scss */
  .region-content .details-pages figure.image_wrapper .field--type-image, .region-content .details-pages figure.image_wrapper .view-section-wrap-row {
    height: 334px;
  }
}
/* line 395, ../../sass/base/_views.scss */
.region-content .details-pages figure.image_wrapper .field--type-image img, .region-content .details-pages figure.image_wrapper .view-section-wrap-row img {
  margin: 0;
  height: auto;
}
/* line 399, ../../sass/base/_views.scss */
.region-content .details-pages figure.image_wrapper .field--type-image .field__item, .region-content .details-pages figure.image_wrapper .field--type-image .views-field-field-image .field-content, .region-content .details-pages figure.image_wrapper .view-section-wrap-row .field__item, .region-content .details-pages figure.image_wrapper .view-section-wrap-row .views-field-field-image .field-content {
  display: table;
  text-align: center;
  width: 100%;
  float: none;
}
/* line 404, ../../sass/base/_views.scss */
.region-content .details-pages figure.image_wrapper .field--type-image .field__item .new_div, .region-content .details-pages figure.image_wrapper .field--type-image .views-field-field-image .field-content .new_div, .region-content .details-pages figure.image_wrapper .view-section-wrap-row .field__item .new_div, .region-content .details-pages figure.image_wrapper .view-section-wrap-row .views-field-field-image .field-content .new_div {
  background: #EEEEEE;
  display: table-cell;
  vertical-align: middle;
  height: 667px;
  /*@media only screen and (max-width: 767px) {
  	height: 350px !important;
  	img {
  		height: 100%;
  		width: auto;
  	}
  }*/
}
@media only screen and (max-width: 767px) {
  /* line 404, ../../sass/base/_views.scss */
  .region-content .details-pages figure.image_wrapper .field--type-image .field__item .new_div, .region-content .details-pages figure.image_wrapper .field--type-image .views-field-field-image .field-content .new_div, .region-content .details-pages figure.image_wrapper .view-section-wrap-row .field__item .new_div, .region-content .details-pages figure.image_wrapper .view-section-wrap-row .views-field-field-image .field-content .new_div {
    height: 224px;
    vertical-align: top;
    display: block;
    overflow: hidden;
  }
  /* line 421, ../../sass/base/_views.scss */
  .region-content .details-pages figure.image_wrapper .field--type-image .field__item .new_div img, .region-content .details-pages figure.image_wrapper .field--type-image .views-field-field-image .field-content .new_div img, .region-content .details-pages figure.image_wrapper .view-section-wrap-row .field__item .new_div img, .region-content .details-pages figure.image_wrapper .view-section-wrap-row .views-field-field-image .field-content .new_div img {
    max-height: 230px;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 404, ../../sass/base/_views.scss */
  .region-content .details-pages figure.image_wrapper .field--type-image .field__item .new_div, .region-content .details-pages figure.image_wrapper .field--type-image .views-field-field-image .field-content .new_div, .region-content .details-pages figure.image_wrapper .view-section-wrap-row .field__item .new_div, .region-content .details-pages figure.image_wrapper .view-section-wrap-row .views-field-field-image .field-content .new_div {
    height: 696px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 433, ../../sass/base/_views.scss */
  .region-content .details-pages figure.image_wrapper .field--type-image div iframe, .region-content .details-pages figure.image_wrapper .field--type-image h3 iframe, .region-content .details-pages figure.image_wrapper .view-section-wrap-row div iframe, .region-content .details-pages figure.image_wrapper .view-section-wrap-row h3 iframe {
    width: 100%;
    height: 85%;
  }
}
/* line 439, ../../sass/base/_views.scss */
.region-content .details-pages figure.image_wrapper .field--type-image > h3, .region-content .details-pages figure.image_wrapper .view-section-wrap-row > h3 {
  height: 100%;
  background: #EEEEEE;
}
/* line 465, ../../sass/base/_views.scss */
.region-content .details-pages figure.image_wrapper .bx-caption {
  font-size: 12px;
  background: rgba(0, 0, 0, 0.66) !important;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 16px;
}
@media only screen and (max-width: 767px) {
  /* line 465, ../../sass/base/_views.scss */
  .region-content .details-pages figure.image_wrapper .bx-caption {
    text-align: center;
    position: relative;
    clear: both;
    height: 110px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 465, ../../sass/base/_views.scss */
  .region-content .details-pages figure.image_wrapper .bx-caption {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 482, ../../sass/base/_views.scss */
  .region-content .details-pages figure.image_wrapper .bx-viewport {
    /*overflow: visible !important;*/
    background: none !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 489, ../../sass/base/_views.scss */
  .region-content .details-pages figure.image_wrapper .field__item {
    /*display: block !important;*/
  }
  /* line 491, ../../sass/base/_views.scss */
  .region-content .details-pages figure.image_wrapper .field__item .new_div {
    /*height: auto !important;
    display: inline-block !important;*/
    width: 100%;
  }
  /* line 496, ../../sass/base/_views.scss */
  .region-content .details-pages figure.image_wrapper .field__item .bx-caption {
    display: block;
    /*position: relative;
    top: 0;
    padding: 20px;
    background: none !important;*/
  }
}
/* line 506, ../../sass/base/_views.scss */
.region-content .details-pages figure.image_wrapper .bx-wrapper .bx-controls {
  top: auto;
  bottom: 20px;
  width: 100%;
  height: 19px;
  /*@media only screen and (max-width: 479px) {
  	bottom: 75px;
  }*/
}
@media only screen and (min-width: 1025px) {
  /* line 506, ../../sass/base/_views.scss */
  .region-content .details-pages figure.image_wrapper .bx-wrapper .bx-controls {
    width: 35%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 506, ../../sass/base/_views.scss */
  .region-content .details-pages figure.image_wrapper .bx-wrapper .bx-controls {
    width: 40%;
    bottom: 25px;
    right: 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 768px) {
  /* line 506, ../../sass/base/_views.scss */
  .region-content .details-pages figure.image_wrapper .bx-wrapper .bx-controls {
    width: 95%;
    bottom: 15px;
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 506, ../../sass/base/_views.scss */
  .region-content .details-pages figure.image_wrapper .bx-wrapper .bx-controls {
    bottom: 30px;
    /*background: rgba(0, 0, 0, 0.66) !important;*/
    position: relative;
    padding: 0;
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 534, ../../sass/base/_views.scss */
  .region-content .details-pages figure.image_wrapper .bx-wrapper .bx-controls .bx-pager.bx-default-pager {
    display: block;
  }
}
/* line 539, ../../sass/base/_views.scss */
.region-content .details-pages figure.image_wrapper .bx-wrapper .bx-controls .bx-pager {
  right: auto;
  width: 84%;
  left: auto;
  top: auto;
  bottom: auto;
  text-align: center;
  padding-top: 0;
  position: relative;
  margin: 0 auto;
  z-index: 1;
  height: 19px;
  overflow: hidden;
}
/* line 552, ../../sass/base/_views.scss */
.region-content .details-pages figure.image_wrapper .bx-wrapper .bx-controls .bx-pager a {
  width: 15px;
  height: 15px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: none;
}
/* line 558, ../../sass/base/_views.scss */
.region-content .details-pages figure.image_wrapper .bx-wrapper .bx-controls .bx-pager a.active {
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  /* line 552, ../../sass/base/_views.scss */
  .region-content .details-pages figure.image_wrapper .bx-wrapper .bx-controls .bx-pager a {
    width: 10px;
    height: 10px;
  }
}
/* line 567, ../../sass/base/_views.scss */
.region-content .details-pages figure.image_wrapper .bx-wrapper .bx-controls .bx-controls-direction {
  position: relative;
  width: 100%;
  left: auto;
  top: auto;
  right: auto;
  bottom: 30px;
  padding-top: 0;
  margin: 0 auto;
  height: 38px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 567, ../../sass/base/_views.scss */
  .region-content .details-pages figure.image_wrapper .bx-wrapper .bx-controls .bx-controls-direction {
    /*bottom: -3px;*/
  }
  /* line 582, ../../sass/base/_views.scss */
  .region-content .details-pages figure.image_wrapper .bx-wrapper .bx-controls .bx-controls-direction a i {
    margin-top: 2px;
  }
}
/* line 587, ../../sass/base/_views.scss */
.region-content .details-pages figure.image_wrapper .bx-wrapper .bx-controls .bx-controls-direction a {
  border: 0 none;
  background: none;
  color: #fff;
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  /* line 587, ../../sass/base/_views.scss */
  .region-content .details-pages figure.image_wrapper .bx-wrapper .bx-controls .bx-controls-direction a {
    font-size: 30px;
  }
}
/* line 596, ../../sass/base/_views.scss */
.region-content .details-pages figure.image_wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  float: left;
  margin-left: 0;
}
/* line 610, ../../sass/base/_views.scss */
.region-content .details-pages .social-link li {
  line-height: 40px;
  margin-left: 10px;
  text-align: center;
  display: inline-block;
  font-family: "Roboto", sans-serif;
}
/* line 618, ../../sass/base/_views.scss */
.region-content .details-pages .social-link li:first-child {
  color: #888;
  font-size: 10px;
}
/* line 623, ../../sass/base/_views.scss */
.region-content .details-pages .social-link li a {
  display: block;
  font-size: 22px;
  color: #000;
  padding: 0;
}
/* line 628, ../../sass/base/_views.scss */
.region-content .details-pages .social-link li a span.a2a_count {
  margin: -20px auto 10px;
}
@media only screen and (min-width: 768px) {
  /* line 628, ../../sass/base/_views.scss */
  .region-content .details-pages .social-link li a span.a2a_count {
    margin: -5px auto 10px;
  }
}
/* line 636, ../../sass/base/_views.scss */
.region-content .details-pages .social-link li:last-child {
  border-bottom: none;
}
/* line 639, ../../sass/base/_views.scss */
.region-content .details-pages .social-share a .fa-linkedin-square {
  color: #2b5799;
}
/* line 643, ../../sass/base/_views.scss */
.region-content .details-pages .social-share a .fa-share-alt-square {
  color: #fc8300;
}
/* line 647, ../../sass/base/_views.scss */
.region-content .details-pages .social-share a .fa-facebook-square {
  color: #4e69a2;
}
/* line 651, ../../sass/base/_views.scss */
.region-content .details-pages .social-share a .fa-twitter-square {
  color: #55acee;
}
/* line 655, ../../sass/base/_views.scss */
.region-content .details-pages .social-share a .fa-google-plus-square {
  color: #db4437;
}
/* line 659, ../../sass/base/_views.scss */
.region-content .details-pages .social-share a .fa-instagram {
  color: #125688;
}
@media only screen and (min-width: 1025px) {
  /* line 664, ../../sass/base/_views.scss */
  .region-content .details-pages .social-link {
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.23);
    left: 0;
    position: absolute;
    z-index: 999;
    width: 60px;
    background-color: #fff;
    margin-top: 280px;
    transition: .5s;
    -webkit-transition: .5s;
  }
  /* line 676, ../../sass/base/_views.scss */
  .region-content .details-pages .social-link.social-share.sticky {
    position: fixed;
    top: 350px;
    left: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 684, ../../sass/base/_views.scss */
  .region-content .details-pages .social-link {
    top: 355px;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.23);
    left: 0;
    position: fixed;
    z-index: 2;
    width: 60px;
    background-color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  /* line 695, ../../sass/base/_views.scss */
  .region-content .details-pages .social-link ul {
    margin: 0;
    padding: 0;
  }
  /* line 698, ../../sass/base/_views.scss */
  .region-content .details-pages .social-link ul li {
    display: block;
    border-bottom: 1px solid #eee;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 706, ../../sass/base/_views.scss */
  .region-content .details-pages .social-link {
    padding: 0 15px;
  }
  /* line 708, ../../sass/base/_views.scss */
  .region-content .details-pages .social-link ul {
    margin: 0;
    padding: 0;
    text-align: right;
  }
  /* line 713, ../../sass/base/_views.scss */
  .region-content .details-pages .social-link li {
    line-height: 70px;
    vertical-align: top;
  }
  /* line 716, ../../sass/base/_views.scss */
  .region-content .details-pages .social-link li:first-child {
    float: left;
    font-size: 20px;
    margin-left: 0;
  }
  /* line 721, ../../sass/base/_views.scss */
  .region-content .details-pages .social-link li i {
    font-size: 30px;
  }
}
/* line 727, ../../sass/base/_views.scss */
.region-content .details-pages .author-information .author_newdiv {
  padding: 31px 30px;
  overflow: hidden;
  border-top: 1px solid #ddd;
}
@media only screen and (max-width: 1024px) {
  /* line 727, ../../sass/base/_views.scss */
  .region-content .details-pages .author-information .author_newdiv {
    padding: 31px 60px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 727, ../../sass/base/_views.scss */
  .region-content .details-pages .author-information .author_newdiv {
    padding: 15px 15px 0;
  }
}
/* line 738, ../../sass/base/_views.scss */
.region-content .details-pages .author-social {
  float: right;
  font-size: 14px;
  font-weight: normal;
  color: #888888;
  text-align: right;
  padding: 8px 0;
}
@media only screen and (max-width: 767px) {
  /* line 738, ../../sass/base/_views.scss */
  .region-content .details-pages .author-social {
    /*width: 100%;*/
    float: left;
    /*padding-left: 100px;*/
    text-align: left;
  }
}
/* line 751, ../../sass/base/_views.scss */
.region-content .details-pages .author-social a:first-child {
  margin-left: 0;
}
/* line 754, ../../sass/base/_views.scss */
.region-content .details-pages .author-social label {
  font-weight: normal;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  /* line 759, ../../sass/base/_views.scss */
  .region-content .details-pages .author-social label, .region-content .details-pages .author-social span {
    display: inline-block;
    line-height: 40px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 766, ../../sass/base/_views.scss */
  .region-content .details-pages .author-social label, .region-content .details-pages .author-social span {
    line-height: normal;
  }
}
/* line 770, ../../sass/base/_views.scss */
.region-content .details-pages .author-social a {
  font-size: 15px;
  margin: 0 0 0 15px;
  color: #888888;
}
/* line 776, ../../sass/base/_views.scss */
.region-content .details-pages .author-personal {
  width: 100%;
  float: left;
}
@media only screen and (max-width: 767px) {
  /* line 776, ../../sass/base/_views.scss */
  .region-content .details-pages .author-personal {
    width: 100%;
  }
}
/* line 782, ../../sass/base/_views.scss */
.region-content .details-pages .author-personal .author-img {
  float: left;
  margin: 3px 0 0 0;
  /*width: 80px;*/
  min-height: 80px;
}
/* line 787, ../../sass/base/_views.scss */
.region-content .details-pages .author-personal .author-img img {
  /*width: 100%;*/
  width: 97px;
  padding-right: 17px;
}
@media only screen and (max-width: 767px) {
  /* line 782, ../../sass/base/_views.scss */
  .region-content .details-pages .author-personal .author-img {
    min-height: auto;
  }
}
/* line 796, ../../sass/base/_views.scss */
.region-content .details-pages .author-personal .author-details {
  display: inline-block;
  width: calc(100% - 100px);
}
@media only screen and (max-width: 767px) {
  /* line 796, ../../sass/base/_views.scss */
  .region-content .details-pages .author-personal .author-details {
    width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 768px) {
  /* line 803, ../../sass/base/_views.scss */
  .region-content .details-pages .author-personal .author-details .author-name-des {
    width: 70%;
    float: left;
  }
}
/* line 809, ../../sass/base/_views.scss */
.region-content .details-pages .author-personal .author-shortdesc {
  font-size: 14px;
  line-height: 20px;
  opacity: .7;
}
/* line 815, ../../sass/base/_views.scss */
.region-content .details-pages .author-name {
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  margin-bottom: 7px;
  display: inline-block;
}
/* line 822, ../../sass/base/_views.scss */
.region-content .details-pages .author-name:before {
  content: "";
  background: url(../../images/author.png) 0px 2px no-repeat;
  padding-left: 12px;
  background-size: 10px;
  padding-bottom: 0;
  display: inline-block;
  height: 16px;
}
/* line 832, ../../sass/base/_views.scss */
.region-content .details-pages .author-name .field--name-field-author {
  margin: 0;
  display: inline-block;
}
/* line 835, ../../sass/base/_views.scss */
.region-content .details-pages .author-name .field--name-field-author.field__items {
  display: flex;
  flex-flow: row wrap;
}
/* line 838, ../../sass/base/_views.scss */
.region-content .details-pages .author-name .field--name-field-author.field__items .field__item {
  text-transform: capitalize;
}
/* line 841, ../../sass/base/_views.scss */
.region-content .details-pages .author-name .field--name-field-author.field__items .field__item + .field__item:before {
  content: ",";
  margin-right: 5px;
}
/* line 847, ../../sass/base/_views.scss */
.region-content .details-pages .author-name .field--name-field-author.field__items .field__item:last-child:before {
  content: " & ";
  margin-left: 5px;
}
/* line 852, ../../sass/base/_views.scss */
.region-content .details-pages .author-name .field--name-field-author.field__items .field__item:last-child:first-child:before {
  content: "";
  margin-left: 0;
}
/* line 861, ../../sass/base/_views.scss */
.region-content .details-pages .author-name a {
  color: #e50b16;
}
/* line 863, ../../sass/base/_views.scss */
.region-content .details-pages .author-name a:hover {
  color: #000000;
}
/* line 868, ../../sass/base/_views.scss */
.region-content .details-pages .tags_display {
  padding: 23px 30px 21px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 11px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 868, ../../sass/base/_views.scss */
  .region-content .details-pages .tags_display {
    padding: 23px 60px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 868, ../../sass/base/_views.scss */
  .region-content .details-pages .tags_display {
    display: none;
    margin-top: 15px;
  }
}
/* line 881, ../../sass/base/_views.scss */
.region-content .details-pages .tags_display span {
  color: #000000;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  vertical-align: top;
  /*display: inline-block;*/
  float: left;
}
/* line 890, ../../sass/base/_views.scss */
.region-content .details-pages .tags_display .field--name-field-tag {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  margin: 0;
  vertical-align: top;
  /*display: inline-block;*/
  margin-left: 106px;
}
@media only screen and (max-width: 479px) {
  /* line 890, ../../sass/base/_views.scss */
  .region-content .details-pages .tags_display .field--name-field-tag {
    margin-left: 0;
  }
}
/* line 901, ../../sass/base/_views.scss */
.region-content .details-pages .tags_display .field__item {
  padding: 0px 6px 0 0;
  vertical-align: top;
  display: inline-block;
  float: left;
}
/* line 906, ../../sass/base/_views.scss */
.region-content .details-pages .tags_display .field__item a {
  color: #888888;
}
/* line 908, ../../sass/base/_views.scss */
.region-content .details-pages .tags_display .field__item a:hover {
  color: #000000;
}
/* line 911, ../../sass/base/_views.scss */
.region-content .details-pages .tags_display .field__item a:before {
  content: "\f02b";
  padding: 0 6px;
}
/* line 919, ../../sass/base/_views.scss */
.region-content .details-pages .blurb-and-caption {
  background: none;
  text-shadow: none;
  color: #555555;
  margin: 0;
  border-bottom: solid 1px #ddd;
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  /*min-height: 110px;*/
  display: block;
  cursor: default;
  padding: 20px 0;
  /*&:first-letter {
  	font-size: 60px;
  	font-weight: bold;
  	float: left;
  	line-height: 32px;
  	color: $base-color;
  	padding-right: 10px;
  	padding-top: 13px;
  	margin-left: -5px;
  }*/
}
@media only screen and (max-width: 767px) {
  /* line 919, ../../sass/base/_views.scss */
  .region-content .details-pages .blurb-and-caption {
    padding: 10px 0;
  }
}
/* line 936, ../../sass/base/_views.scss */
.region-content .details-pages .blurb-and-caption em {
  font-style: normal;
}
/* line 949, ../../sass/base/_views.scss */
.region-content .details-pages .blurb-and-caption p {
  font-size: 18px;
  line-height: 30px;
  margin: 7px 0;
  display: inline-block;
  /*&:first-child:first-letter {
  	font-size: 60px;
  	font-weight: bold;
  	float: left;
  	line-height: 32px;
  	color: $base-color;
  	padding-right: 10px;
  	padding-top: 13px;
  	margin-left: -5px;
  }*/
}
/* line 965, ../../sass/base/_views.scss */
.region-content .details-pages .blurb-and-caption:first-word {
  font-weight: bold;
  color: #000000;
}
/* line 970, ../../sass/base/_views.scss */
.region-content .details-pages .story {
  /*width: 84%;*/
  margin: 0 0 25px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  line-height: 30px;
  padding-top: 17px;
  /*border-top: 1px solid $border-color;*/
}
@media only screen and (max-width: 767px) {
  /* line 970, ../../sass/base/_views.scss */
  .region-content .details-pages .story {
    padding-top: 10px;
  }
}
/* line 981, ../../sass/base/_views.scss */
.region-content .details-pages .story p {
  line-height: 32px;
}
/* line 984, ../../sass/base/_views.scss */
.region-content .details-pages .story img {
  float: left;
  margin: 10px 10px 10px 0;
}
/* line 988, ../../sass/base/_views.scss */
.region-content .details-pages .story .block-dfp {
  text-align: center;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  /* line 993, ../../sass/base/_views.scss */
  .region-content .details-pages .detailpage {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 997, ../../sass/base/_views.scss */
  .region-content .details-pages .detailpage:first-of-type {
    display: block;
  }
  /* line 1000, ../../sass/base/_views.scss */
  .region-content .details-pages .detailpage:first-of-type p {
    display: none;
  }
  /* line 1002, ../../sass/base/_views.scss */
  .region-content .details-pages .detailpage:first-of-type p:first-of-type {
    display: block;
  }
}
/* line 1009, ../../sass/base/_views.scss */
.region-content .details-pages .read-full-story {
  border-radius: 5px;
  color: #ffffff;
  background: #e50b16;
  font-family: "Roboto", sans-serif;
  padding: 5px 15px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  width: 130px;
  margin: 15px auto 25px;
  display: block;
  cursor: pointer;
  border: 0 none;
}
/* line 1025, ../../sass/base/_views.scss */
.region-content .details-pages blockquote {
  border: 1px solid #ddd;
  padding: 21px 30px;
  border-left: 10px solid #e50b16;
  font-size: 20px;
  color: #000000;
  width: 410px;
  margin: 10px -40px 10px 10px;
  font-family: "Roboto Slab", serif;
  line-height: 28px;
  /*font-weight: bold;*/
  background: url(../../images/quote.png) 15px 13px no-repeat;
  /*position: relative;*/
  /*&:before{
  	content: "";
  	background: url(../../images/quote.png) 0 0 no-repeat;
  	position: absolute;
  	top: 12px;
  	left: 15px;
  	z-index: -1;
  	width: 55px;
  	height: 43px;
  }*/
}
@media only screen and (max-width: 767px) {
  /* line 1025, ../../sass/base/_views.scss */
  .region-content .details-pages blockquote {
    float: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1025, ../../sass/base/_views.scss */
  .region-content .details-pages blockquote {
    margin: 10px 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1025, ../../sass/base/_views.scss */
  .region-content .details-pages blockquote {
    margin: 30px -40px 30px 30px;
  }
}
/* line 1059, ../../sass/base/_views.scss */
.region-content .details-pages blockquote p {
  margin: 0 0 27px !important;
  line-height: 28px !important;
}
/* line 1063, ../../sass/base/_views.scss */
.region-content .details-pages blockquote em, .region-content .details-pages blockquote i {
  font-style: normal;
}
/* line 1066, ../../sass/base/_views.scss */
.region-content .details-pages blockquote i {
  cursor: pointer;
}
/* line 1068, ../../sass/base/_views.scss */
.region-content .details-pages blockquote i.fa-facebook-square:hover {
  color: #4e69a2;
}
/* line 1071, ../../sass/base/_views.scss */
.region-content .details-pages blockquote i.fa-twitter-square:hover {
  color: #55acee;
}
/* line 1074, ../../sass/base/_views.scss */
.region-content .details-pages blockquote i.fa-google-plus-square:hover {
  color: #db4437;
}
/* line 1078, ../../sass/base/_views.scss */
.region-content .details-pages blockquote .share-widget {
  overflow: hidden;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding-left: 83px;
  background: url(../../images/sharethison-img.png) left center no-repeat;
  height: 22px;
  /*label {
  	font-size: 14px;
  	font-weight: normal;
  	line-height: normal;
  	padding: 0 15px 0 0;
  	display: inline-block;
  }*/
}
/* line 1091, ../../sass/base/_views.scss */
.region-content .details-pages blockquote .share-widget .share-icons {
  display: inline-block;
  line-height: normal;
  /*padding-top: 5px;*/
}
/* line 1095, ../../sass/base/_views.scss */
.region-content .details-pages blockquote .share-widget .share-icons > div {
  /*display: inline-block;*/
  float: left;
  padding: 1px 10px 0 0;
  /*img {
  	width: 24px;
  	height: 24px;
  	vertical-align: top;
  }*/
}
/* line 1108, ../../sass/base/_views.scss */
.region-content .details-pages .a2a_floating_style {
  position: relative;
  z-index: 1;
}
/* line 1113, ../../sass/base/_views.scss */
.region-content .details-pages.specials .blurb-and-caption, .region-content .details-pages.open-space .blurb-and-caption {
  padding: 0 5px;
  line-height: normal;
  border-bottom: none;
}
/* line 1117, ../../sass/base/_views.scss */
.region-content .details-pages.specials .blurb-and-caption span, .region-content .details-pages.open-space .blurb-and-caption span {
  font-size: 15px;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  color: #e50b16;
  float: left;
}
/* line 1124, ../../sass/base/_views.scss */
.region-content .details-pages.specials .blurb-and-caption p, .region-content .details-pages.open-space .blurb-and-caption p {
  display: block;
  font-size: 13px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding-left: 35px;
  line-height: 20px;
  margin: 0;
}
/* line 1135, ../../sass/base/_views.scss */
.region-content .details-pages.specials .story, .region-content .details-pages.open-space .story {
  padding-top: 0;
  border-top: 0 none;
}
/* line 1138, ../../sass/base/_views.scss */
.region-content .details-pages.specials .story p, .region-content .details-pages.open-space .story p {
  margin-top: 0;
}
/* line 1145, ../../sass/base/_views.scss */
.region-content .details-pages.specials .author-personal .author-name {
  color: #e50b16;
  font-family: "Roboto Slab", serif;
}
/* line 1148, ../../sass/base/_views.scss */
.region-content .details-pages.specials .author-personal .author-name a {
  color: #444444;
  font-weight: 500;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
}
/* line 1154, ../../sass/base/_views.scss */
.region-content .details-pages.specials .author-personal .author-name .field--name-field-author {
  color: #444444;
}
/* line 1161, ../../sass/base/_views.scss */
.region-content .details-pages.open-space figure.image_wrapper {
  height: auto;
}
/* line 1163, ../../sass/base/_views.scss */
.region-content .details-pages.open-space figure.image_wrapper .field--type-image {
  height: auto;
}
/* line 1165, ../../sass/base/_views.scss */
.region-content .details-pages.open-space figure.image_wrapper .field--type-image .field__item .new_div {
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 1161, ../../sass/base/_views.scss */
  .region-content .details-pages.open-space figure.image_wrapper {
    margin: 0 60px;
    padding: 0;
  }
}
/* line 1174, ../../sass/base/_views.scss */
.region-content .details-pages.open-space .author-img {
  width: 28px;
  min-height: 22px;
  background: url(../../images/camera-icon.png) left top no-repeat;
  margin: -3px 7px 0 0;
}
/* line 1180, ../../sass/base/_views.scss */
.region-content .details-pages.open-space .author-name-des {
  width: auto !important;
  padding-right: 15px;
}
/* line 1184, ../../sass/base/_views.scss */
.region-content .details-pages.open-space .author-social {
  float: left !important;
  padding: 0 !important;
}
/* line 1187, ../../sass/base/_views.scss */
.region-content .details-pages.open-space .author-social .author-soc-label {
  line-height: 24px;
  display: inline-block;
  padding: 0 10px 0 0 !important;
}
/* line 1193, ../../sass/base/_views.scss */
.region-content .details-pages.open-space .author-personal {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  /* line 1193, ../../sass/base/_views.scss */
  .region-content .details-pages.open-space .author-personal {
    width: 100%;
  }
}
/* line 1199, ../../sass/base/_views.scss */
.region-content .details-pages.open-space .tags_display {
  width: 50%;
  padding: 3px 0 0;
  margin: 0;
  border: 0 none;
}
@media only screen and (max-width: 1024px) {
  /* line 1199, ../../sass/base/_views.scss */
  .region-content .details-pages.open-space .tags_display {
    width: 100%;
    padding-top: 15px;
  }
}
/* line 1209, ../../sass/base/_views.scss */
.region-content .details-pages.open-space .article-section {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  /* line 1209, ../../sass/base/_views.scss */
  .region-content .details-pages.open-space .article-section {
    margin: 0;
    border-bottom: 1px solid #ddd;
  }
}
/* line 1216, ../../sass/base/_views.scss */
.region-content .details-pages.open-space .story {
  margin: 0;
}
/* line 1218, ../../sass/base/_views.scss */
.region-content .details-pages.open-space .story img {
  float: none;
  height: auto;
  width: 100%;
}
/* line 1224, ../../sass/base/_views.scss */
.region-content .details-pages.open-space .story-space {
  /*width: 84%;*/
  margin: 33px 80px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  line-height: 30px;
  /*border-top: 1px solid $border-color;*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 1224, ../../sass/base/_views.scss */
  .region-content .details-pages.open-space .story-space {
    margin: 33px 60px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1224, ../../sass/base/_views.scss */
  .region-content .details-pages.open-space .story-space {
    margin: 0;
    padding: 15px;
  }
}
/* line 1238, ../../sass/base/_views.scss */
.region-content .details-pages.open-space .story-space p {
  line-height: 32px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  /* line 1243, ../../sass/base/_views.scss */
  .region-content .details-pages.open-space .social-link {
    position: fixed;
    top: -400px;
    margin-top: 0;
  }
}

/* line 1255, ../../sass/base/_views.scss */
.video-image-carousel {
  visibility: hidden;
}

/* Article details */
/* line 1261, ../../sass/base/_views.scss */
.paging-top {
  /*padding: 28px 0 20px;
  width: 84%;
  margin: 0 auto;*/
  /*margin: 33px 80px 0;*/
  font-size: 14px;
  color: #000;
  font-weight: 500;
  display: none;
  border-bottom: 1px solid #ddd;
}
/* line 1271, ../../sass/base/_views.scss */
.paging-top .paging-text {
  margin: 1em 3px;
  line-height: 29px;
}
@media only screen and (max-width: 767px) {
  /* line 1261, ../../sass/base/_views.scss */
  .paging-top {
    display: none;
    margin: 0.5em 3px;
  }
}

/* line 1280, ../../sass/base/_views.scss */
.paging-bottom {
  padding: 20px 0;
  margin: 1px;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  vertical-align: middle;
  display: table;
  width: 100%;
  border-top: 1px solid #ddd;
}
/* line 1291, ../../sass/base/_views.scss */
.paging-bottom .paging-loading {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  padding-left: 80px;
}
/* line 1296, ../../sass/base/_views.scss */
.paging-bottom .paging-loading a {
  color: #e50b16;
}
/* line 1300, ../../sass/base/_views.scss */
.paging-bottom nav.pager {
  margin: 0;
  border-top: 0 none;
  clear: none;
  width: 32%;
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding-right: 30px;
}
/* line 1309, ../../sass/base/_views.scss */
.paging-bottom nav.pager ul {
  margin: 0;
  clear: none;
  vertical-align: middle;
  display: table-cell;
}
/* line 1314, ../../sass/base/_views.scss */
.paging-bottom nav.pager ul li {
  margin: 0;
  padding: 0 5px;
}
/* line 1319, ../../sass/base/_views.scss */
.paging-bottom nav.pager ul .pager__item--next a {
  border: 0 none;
  width: auto;
}
/* line 1322, ../../sass/base/_views.scss */
.paging-bottom nav.pager ul .pager__item--next a:after {
  display: none;
}
/* line 1328, ../../sass/base/_views.scss */
.paging-bottom nav.pager .paging-text {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}

/* line 1337, ../../sass/base/_views.scss */
.cover-story-pagination {
  padding: 10px 80px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  clear: both;
}
@media only screen and (max-width: 767px) {
  /* line 1337, ../../sass/base/_views.scss */
  .cover-story-pagination {
    padding: 10px 15px;
    display: none;
  }
}
/* line 1346, ../../sass/base/_views.scss */
.cover-story-pagination span.red {
  padding-top: 10px;
  float: left;
  font-size: 14px;
}
/* line 1350, ../../sass/base/_views.scss */
.cover-story-pagination span.red i {
  padding-right: 6px;
}

/* line 1356, ../../sass/base/_views.scss */
.cover-story-pagination .pagination {
  float: right;
  padding-top: 2px;
}

/* line 1361, ../../sass/base/_views.scss */
.cover-story-pagination .pagination ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0 18px 0 0;
}

/* line 1367, ../../sass/base/_views.scss */
.cover-story-pagination .pagination ul li {
  border: 1px solid #ddd;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  margin-left: 7px;
}
/* line 1376, ../../sass/base/_views.scss */
.cover-story-pagination .pagination ul li:first-child {
  margin-left: 0;
}

/* line 1381, ../../sass/base/_views.scss */
.cover-story-pagination .pagination > span {
  font-size: 14px;
  line-height: 32px;
  padding-top: 3px;
  padding-right: 23px;
  display: inline-block;
}

/* line 1389, ../../sass/base/_views.scss */
.cover-story-pagination .pagination .next {
  color: #e70b16;
  font-size: 14px;
}
/* line 1392, ../../sass/base/_views.scss */
.cover-story-pagination .pagination .next:hover {
  color: #000000;
}
/* line 1395, ../../sass/base/_views.scss */
.cover-story-pagination .pagination .next i {
  padding-right: 6px;
}

/* line 1400, ../../sass/base/_views.scss */
.cover-story-pagination .pagination ul li.active {
  border-color: #e70b16;
}

/* line 1404, ../../sass/base/_views.scss */
.cover-story-pagination .pagination ul li.active a {
  color: #e70b16;
}

/* line 1409, ../../sass/base/_views.scss */
.cover-story-pagination .pagination ul li:hover {
  border-color: #e70b16;
}

/* line 1414, ../../sass/base/_views.scss */
.cover-story-pagination .pagination ul li a {
  display: block;
}
/* line 1416, ../../sass/base/_views.scss */
.cover-story-pagination .pagination ul li a:hover {
  border-color: #e70b16;
}

/* line 1423, ../../sass/base/_views.scss */
.region-header-right .subscribe {
  display: none;
}
@media only screen and (max-width: 1024px) {
  /* line 1423, ../../sass/base/_views.scss */
  .region-header-right .subscribe {
    display: inline-block;
    vertical-align: middle;
  }
}
/* line 1429, ../../sass/base/_views.scss */
.region-header-right .subscribe a {
  font-size: 14px;
  font-weight: bold;
  line-height: 80px;
  text-transform: uppercase;
}

/* line 1439, ../../sass/base/_views.scss */
.article-section {
  margin: 15px;
}
@media only screen and (min-width: 768px) {
  /* line 1439, ../../sass/base/_views.scss */
  .article-section {
    margin: 33px 80px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 1447, ../../sass/base/_views.scss */
  .details-pages .article-section {
    margin: 0 15px 15px;
  }
}
/* line 1452, ../../sass/base/_views.scss */
.comment-wrapper {
  padding: 30px 80px;
}
@media only screen and (max-width: 767px) {
  /* line 1452, ../../sass/base/_views.scss */
  .comment-wrapper {
    padding: 30px 15px;
  }
}

/* Star Ratings */
/* line 1461, ../../sass/base/_views.scss */
.review-stars {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  color: #888888;
}
/* line 1469, ../../sass/base/_views.scss */
.review-stars .fa.rated {
  color: #e50b16;
}

/* Also in the issue Block */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 1479, ../../sass/base/_views.scss */
  .region-sidebar-second {
    /*display: flex;
    display: -webkit-flex;*/
  }
  /* line 1482, ../../sass/base/_views.scss */
  .region-sidebar-second > div {
    width: 31.5%;
    display: inline-block;
    vertical-align: top;
    margin-right: 16px !important;
  }
  /* line 1488, ../../sass/base/_views.scss */
  .region-sidebar-second > div:nth-child(3n) {
    margin-right: 0 !important;
  }
}
/* line 1506, ../../sass/base/_views.scss */
.region-sidebar-second [class*="block-views-blockalso-in-issues-"] h2,
.region-sidebar-second [class*="block-views-blockvoice-list-"] h2,
.region-sidebar-second [class*="block-views-blockessays-list-"] h2,
.region-sidebar-second [class*="block-views-blockopen-space-list-"] h2,
.region-sidebar-second [class*="block-views-blocklounge-list-"] h2,
.region-sidebar-second [class*="block-views-blockfeature-list-"] h2,
.region-sidebar-second [class*="block-views-blockfeatures-list-"] h2,
.region-sidebar-second [class*="block-views-blockregulars-list-"] h2,
.region-sidebar-second [class*="block-views-blockduplicate-of-voice-list-"] h2,
.region-sidebar-second [class*="block-views-blockshorts-list-"] h2,
.featured-section-top .featured-section h2 {
  margin-bottom: 30px !important;
  font-size: 18px !important;
  text-transform: capitalize;
  border: 0 none !important;
  padding-bottom: 0 !important;
}
/* line 1513, ../../sass/base/_views.scss */
.region-sidebar-second [class*="block-views-blockalso-in-issues-"] ul,
.region-sidebar-second [class*="block-views-blockvoice-list-"] ul,
.region-sidebar-second [class*="block-views-blockessays-list-"] ul,
.region-sidebar-second [class*="block-views-blockopen-space-list-"] ul,
.region-sidebar-second [class*="block-views-blocklounge-list-"] ul,
.region-sidebar-second [class*="block-views-blockfeature-list-"] ul,
.region-sidebar-second [class*="block-views-blockfeatures-list-"] ul,
.region-sidebar-second [class*="block-views-blockregulars-list-"] ul,
.region-sidebar-second [class*="block-views-blockduplicate-of-voice-list-"] ul,
.region-sidebar-second [class*="block-views-blockshorts-list-"] ul,
.featured-section-top .featured-section ul {
  margin-bottom: 0 !important;
}
/* line 1515, ../../sass/base/_views.scss */
.region-sidebar-second [class*="block-views-blockalso-in-issues-"] ul li,
.region-sidebar-second [class*="block-views-blockvoice-list-"] ul li,
.region-sidebar-second [class*="block-views-blockessays-list-"] ul li,
.region-sidebar-second [class*="block-views-blockopen-space-list-"] ul li,
.region-sidebar-second [class*="block-views-blocklounge-list-"] ul li,
.region-sidebar-second [class*="block-views-blockfeature-list-"] ul li,
.region-sidebar-second [class*="block-views-blockfeatures-list-"] ul li,
.region-sidebar-second [class*="block-views-blockregulars-list-"] ul li,
.region-sidebar-second [class*="block-views-blockduplicate-of-voice-list-"] ul li,
.region-sidebar-second [class*="block-views-blockshorts-list-"] ul li,
.featured-section-top .featured-section ul li {
  padding: 0 0 10px !important;
  margin: 0 0 10px !important;
}
/* line 1518, ../../sass/base/_views.scss */
.region-sidebar-second [class*="block-views-blockalso-in-issues-"] ul li:last-child,
.region-sidebar-second [class*="block-views-blockvoice-list-"] ul li:last-child,
.region-sidebar-second [class*="block-views-blockessays-list-"] ul li:last-child,
.region-sidebar-second [class*="block-views-blockopen-space-list-"] ul li:last-child,
.region-sidebar-second [class*="block-views-blocklounge-list-"] ul li:last-child,
.region-sidebar-second [class*="block-views-blockfeature-list-"] ul li:last-child,
.region-sidebar-second [class*="block-views-blockfeatures-list-"] ul li:last-child,
.region-sidebar-second [class*="block-views-blockregulars-list-"] ul li:last-child,
.region-sidebar-second [class*="block-views-blockduplicate-of-voice-list-"] ul li:last-child,
.region-sidebar-second [class*="block-views-blockshorts-list-"] ul li:last-child,
.featured-section-top .featured-section ul li:last-child {
  margin-bottom: 0 !important;
}
/* line 1522, ../../sass/base/_views.scss */
.region-sidebar-second [class*="block-views-blockalso-in-issues-"] ul figure.thumb,
.region-sidebar-second [class*="block-views-blockvoice-list-"] ul figure.thumb,
.region-sidebar-second [class*="block-views-blockessays-list-"] ul figure.thumb,
.region-sidebar-second [class*="block-views-blockopen-space-list-"] ul figure.thumb,
.region-sidebar-second [class*="block-views-blocklounge-list-"] ul figure.thumb,
.region-sidebar-second [class*="block-views-blockfeature-list-"] ul figure.thumb,
.region-sidebar-second [class*="block-views-blockfeatures-list-"] ul figure.thumb,
.region-sidebar-second [class*="block-views-blockregulars-list-"] ul figure.thumb,
.region-sidebar-second [class*="block-views-blockduplicate-of-voice-list-"] ul figure.thumb,
.region-sidebar-second [class*="block-views-blockshorts-list-"] ul figure.thumb,
.featured-section-top .featured-section ul figure.thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  vertical-align: top;
  /*@media only screen and (min-width: 768px) and (max-width: 1024px) {
  	width: 80px;
  }*/
  /*img {
  	width: 100px;
  	height: 100px;
  }*/
}
/* line 1535, ../../sass/base/_views.scss */
.region-sidebar-second [class*="block-views-blockalso-in-issues-"] ul .entry,
.region-sidebar-second [class*="block-views-blockvoice-list-"] ul .entry,
.region-sidebar-second [class*="block-views-blockessays-list-"] ul .entry,
.region-sidebar-second [class*="block-views-blockopen-space-list-"] ul .entry,
.region-sidebar-second [class*="block-views-blocklounge-list-"] ul .entry,
.region-sidebar-second [class*="block-views-blockfeature-list-"] ul .entry,
.region-sidebar-second [class*="block-views-blockfeatures-list-"] ul .entry,
.region-sidebar-second [class*="block-views-blockregulars-list-"] ul .entry,
.region-sidebar-second [class*="block-views-blockduplicate-of-voice-list-"] ul .entry,
.region-sidebar-second [class*="block-views-blockshorts-list-"] ul .entry,
.featured-section-top .featured-section ul .entry {
  display: inline-block;
  /*width: 55%;*/
  width: calc(100% - 120px);
  margin-left: 10px;
  vertical-align: top;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 1535, ../../sass/base/_views.scss */
  .region-sidebar-second [class*="block-views-blockalso-in-issues-"] ul .entry,
  .region-sidebar-second [class*="block-views-blockvoice-list-"] ul .entry,
  .region-sidebar-second [class*="block-views-blockessays-list-"] ul .entry,
  .region-sidebar-second [class*="block-views-blockopen-space-list-"] ul .entry,
  .region-sidebar-second [class*="block-views-blocklounge-list-"] ul .entry,
  .region-sidebar-second [class*="block-views-blockfeature-list-"] ul .entry,
  .region-sidebar-second [class*="block-views-blockfeatures-list-"] ul .entry,
  .region-sidebar-second [class*="block-views-blockregulars-list-"] ul .entry,
  .region-sidebar-second [class*="block-views-blockduplicate-of-voice-list-"] ul .entry,
  .region-sidebar-second [class*="block-views-blockshorts-list-"] ul .entry,
  .featured-section-top .featured-section ul .entry {
    width: 40%;
  }
}
/* line 1544, ../../sass/base/_views.scss */
.region-sidebar-second [class*="block-views-blockalso-in-issues-"] ul .entry h3,
.region-sidebar-second [class*="block-views-blockvoice-list-"] ul .entry h3,
.region-sidebar-second [class*="block-views-blockessays-list-"] ul .entry h3,
.region-sidebar-second [class*="block-views-blockopen-space-list-"] ul .entry h3,
.region-sidebar-second [class*="block-views-blocklounge-list-"] ul .entry h3,
.region-sidebar-second [class*="block-views-blockfeature-list-"] ul .entry h3,
.region-sidebar-second [class*="block-views-blockfeatures-list-"] ul .entry h3,
.region-sidebar-second [class*="block-views-blockregulars-list-"] ul .entry h3,
.region-sidebar-second [class*="block-views-blockduplicate-of-voice-list-"] ul .entry h3,
.region-sidebar-second [class*="block-views-blockshorts-list-"] ul .entry h3,
.featured-section-top .featured-section ul .entry h3 {
  margin-bottom: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  max-height: 36px;
  overflow: hidden;
}
/* line 1551, ../../sass/base/_views.scss */
.region-sidebar-second [class*="block-views-blockalso-in-issues-"] ul .entry h3 a,
.region-sidebar-second [class*="block-views-blockvoice-list-"] ul .entry h3 a,
.region-sidebar-second [class*="block-views-blockessays-list-"] ul .entry h3 a,
.region-sidebar-second [class*="block-views-blockopen-space-list-"] ul .entry h3 a,
.region-sidebar-second [class*="block-views-blocklounge-list-"] ul .entry h3 a,
.region-sidebar-second [class*="block-views-blockfeature-list-"] ul .entry h3 a,
.region-sidebar-second [class*="block-views-blockfeatures-list-"] ul .entry h3 a,
.region-sidebar-second [class*="block-views-blockregulars-list-"] ul .entry h3 a,
.region-sidebar-second [class*="block-views-blockduplicate-of-voice-list-"] ul .entry h3 a,
.region-sidebar-second [class*="block-views-blockshorts-list-"] ul .entry h3 a,
.featured-section-top .featured-section ul .entry h3 a {
  color: #000000;
}
/* line 1553, ../../sass/base/_views.scss */
.region-sidebar-second [class*="block-views-blockalso-in-issues-"] ul .entry h3 a:hover,
.region-sidebar-second [class*="block-views-blockvoice-list-"] ul .entry h3 a:hover,
.region-sidebar-second [class*="block-views-blockessays-list-"] ul .entry h3 a:hover,
.region-sidebar-second [class*="block-views-blockopen-space-list-"] ul .entry h3 a:hover,
.region-sidebar-second [class*="block-views-blocklounge-list-"] ul .entry h3 a:hover,
.region-sidebar-second [class*="block-views-blockfeature-list-"] ul .entry h3 a:hover,
.region-sidebar-second [class*="block-views-blockfeatures-list-"] ul .entry h3 a:hover,
.region-sidebar-second [class*="block-views-blockregulars-list-"] ul .entry h3 a:hover,
.region-sidebar-second [class*="block-views-blockduplicate-of-voice-list-"] ul .entry h3 a:hover,
.region-sidebar-second [class*="block-views-blockshorts-list-"] ul .entry h3 a:hover,
.featured-section-top .featured-section ul .entry h3 a:hover {
  color: #e50b16;
}
/* line 1558, ../../sass/base/_views.scss */
.region-sidebar-second [class*="block-views-blockalso-in-issues-"] ul .entry p,
.region-sidebar-second [class*="block-views-blockvoice-list-"] ul .entry p,
.region-sidebar-second [class*="block-views-blockessays-list-"] ul .entry p,
.region-sidebar-second [class*="block-views-blockopen-space-list-"] ul .entry p,
.region-sidebar-second [class*="block-views-blocklounge-list-"] ul .entry p,
.region-sidebar-second [class*="block-views-blockfeature-list-"] ul .entry p,
.region-sidebar-second [class*="block-views-blockfeatures-list-"] ul .entry p,
.region-sidebar-second [class*="block-views-blockregulars-list-"] ul .entry p,
.region-sidebar-second [class*="block-views-blockduplicate-of-voice-list-"] ul .entry p,
.region-sidebar-second [class*="block-views-blockshorts-list-"] ul .entry p,
.featured-section-top .featured-section ul .entry p {
  margin: 0;
  font-size: 12px;
  max-height: 64px;
  overflow: hidden;
}

/* line 1569, ../../sass/base/_views.scss */
.region-sidebar-second [class*="block-views-blockalso-in-issues-"] h3 {
  max-height: 36px;
  overflow: hidden;
}
/* line 1573, ../../sass/base/_views.scss */
.region-sidebar-second [class*="block-views-blockalso-in-issues-"] .also-p {
  max-height: 64px;
  overflow: hidden;
}
/* line 1576, ../../sass/base/_views.scss */
.region-sidebar-second [class*="block-views-blockalso-in-issues-"] .also-p p {
  margin: 0;
}
/* line 1580, ../../sass/base/_views.scss */
.region-sidebar-second [class*="block-views-blockalso-in-issues-"] li {
  margin-bottom: 20px;
  clear: both;
  padding: 0;
  width: 100%;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
}
/* line 1587, ../../sass/base/_views.scss */
.region-sidebar-second [class*="block-views-blockalso-in-issues-"] li figure {
  width: 100px;
  height: 100px;
  max-height: 120px;
  overflow: hidden;
  vertical-align: top;
  margin-bottom: 0;
  display: table !important;
  float: left;
  background: #fafafa;
  text-align: center;
}
/* line 1598, ../../sass/base/_views.scss */
.region-sidebar-second [class*="block-views-blockalso-in-issues-"] li figure a {
  /*display: table-cell;*/
  vertical-align: middle;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  /* line 1587, ../../sass/base/_views.scss */
  .region-sidebar-second [class*="block-views-blockalso-in-issues-"] li figure {
    width: 35%;
  }
}

/* Author Listing */
/* line 1613, ../../sass/base/_views.scss */
.path-author .blog-list article.item, .path-open-avenues .blog-list article.item {
  margin-top: 43px;
  border-bottom: 0 none;
}
/* line 1616, ../../sass/base/_views.scss */
.path-author .blog-list article.item figure.featured-thumb, .path-open-avenues .blog-list article.item figure.featured-thumb {
  max-width: 200px;
  min-width: 200px;
  margin-right: 20px;
  min-height: auto;
  /*max-height: none;*/
}
@media only screen and (max-width: 767px) {
  /* line 1616, ../../sass/base/_views.scss */
  .path-author .blog-list article.item figure.featured-thumb, .path-open-avenues .blog-list article.item figure.featured-thumb {
    max-width: none;
    width: 100%;
    margin: 0 0 30px;
  }
}
/* line 1628, ../../sass/base/_views.scss */
.path-author .blog-list article.item .excerpt-p, .path-open-avenues .blog-list article.item .excerpt-p {
  margin-top: 1px;
}

/* line 1636, ../../sass/base/_views.scss */
.blog-list.author-list article.item {
  margin: 0 0 0 20px;
  padding: 40px 0 50px;
  border-bottom: 1px solid #ddd !important;
  display: table;
  width: calc(100% - 20px);
}
/* line 1642, ../../sass/base/_views.scss */
.blog-list.author-list article.item figure.featured-thumb {
  margin: 0 10px 0 0;
  width: auto;
  max-width: 80px;
  min-width: 80px;
  height: auto;
  min-height: 80px;
  /*display: table-cell;
  vertical-align: middle;*/
  /*@media only screen and (max-width: 767px) {
  	margin: 0 auto 30px;
  	display: block;
  }*/
}
@media only screen and (max-width: 767px) {
  /* line 1636, ../../sass/base/_views.scss */
  .blog-list.author-list article.item {
    margin: 0;
    padding: 40px 20px;
    width: 100%;
  }
  /* line 1660, ../../sass/base/_views.scss */
  .blog-list.author-list article.item img {
    max-width: none;
    width: auto;
  }
}
/* line 1665, ../../sass/base/_views.scss */
.blog-list.author-list article.item .entry-excerpt {
  /*width: 100%;
  padding-left: 30px;*/
  padding-left: 20px;
  width: calc(100% - 90px);
}
@media only screen and (max-width: 767px) {
  /* line 1665, ../../sass/base/_views.scss */
  .blog-list.author-list article.item .entry-excerpt {
    padding: 0;
  }
}
/* line 1674, ../../sass/base/_views.scss */
.blog-list.author-list article.item h1 {
  margin-top: 0 !important;
  color: #f42121;
  font-size: 22px;
  line-height: 28px;
  /*margin-bottom: 12px;*/
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  /* line 1674, ../../sass/base/_views.scss */
  .blog-list.author-list article.item h1 {
    width: calc(100% - 125px);
  }
}
/* line 1686, ../../sass/base/_views.scss */
.blog-list.author-list article.item .author_mail {
  margin: 0 0 10px;
  font-size: 14px;
  color: #888888;
}
/* line 1691, ../../sass/base/_views.scss */
.blog-list.author-list article.item .excerpt-p {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  /* line 1694, ../../sass/base/_views.scss */
  .blog-list.author-list article.item .social-icons {
    float: right;
    margin-right: 20px;
  }
}
/* line 1699, ../../sass/base/_views.scss */
.blog-list.author-list article.item .social-icons span {
  display: inline-block;
  padding: 0 15px 10px 0;
  overflow: hidden;
}
/* line 1703, ../../sass/base/_views.scss */
.blog-list.author-list article.item .social-icons span a {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
/* line 1709, ../../sass/base/_views.scss */
.blog-list.author-list article.item .social-icons span a:before {
  content: "\f082";
  font-size: 16px;
  color: #888888;
  display: block;
}
/* line 1719, ../../sass/base/_views.scss */
.blog-list.author-list article.item .social-icons span.twitter-icon a:before {
  content: "\f081";
}
/* line 1722, ../../sass/base/_views.scss */
.blog-list.author-list article.item .social-icons span.gplus-icon a:before {
  content: "\f0d4";
}
/* line 1725, ../../sass/base/_views.scss */
.blog-list.author-list article.item .social-icons span:last-child {
  padding-right: 0;
}
/* line 1731, ../../sass/base/_views.scss */
.blog-list.author-list footer h1 {
  margin: 30px 25px;
  font-size: 32px;
  text-transform: none;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  /* line 1739, ../../sass/base/_views.scss */
  .path-open-avenues .blog-list figure.featured-thumb img {
    max-width: 100%;
  }
}

/* line 1746, ../../sass/base/_views.scss */
.path-taxonomy .blog-list article.item {
  border-bottom: 0 none;
}
/* line 1749, ../../sass/base/_views.scss */
.path-taxonomy a.feed-icon {
  display: none;
}

/* Home page Column List */
/* line 1758, ../../sass/base/_views.scss */
.column-list li {
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 10px;
}
/* line 1762, ../../sass/base/_views.scss */
.column-list li figure, .column-list li .entry {
  display: inline-block;
  vertical-align: top;
}
/* line 1766, ../../sass/base/_views.scss */
.column-list li h3 {
  margin-bottom: 7px;
}
/* line 1769, ../../sass/base/_views.scss */
.column-list li p {
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 1758, ../../sass/base/_views.scss */
  .column-list li {
    display: inline-block;
    width: 47.33%;
    margin-right: 10px;
    border-bottom: none;
  }
}
/* line 1778, ../../sass/base/_views.scss */
.column-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/*===============================
=            Columns            =
===============================*/
/* line 1790, ../../sass/base/_views.scss */
.page-section .sidebar h2 {
  margin-bottom: 30px;
  font-size: 1.5em;
  text-transform: uppercase;
  border: 0 none;
  padding-bottom: 0 !important;
}

/* line 1798, ../../sass/base/_views.scss */
.column-list li figure, .column-list li .entry {
  display: inline-block;
  vertical-align: top;
}

/* line 1803, ../../sass/base/_views.scss */
figure.author-thumb {
  width: 80px;
  position: relative;
  height: 100px;
  background: #e50b16;
  border: 1px solid #ddd;
  overflow: hidden;
}

/* line 1812, ../../sass/base/_views.scss */
.author-thumb figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  right: 0;
  line-height: 11px;
  background: #000;
  padding: 5px 2px;
}
/* line 1823, ../../sass/base/_views.scss */
.author-thumb figcaption a {
  color: #ffffff;
}

/* line 1828, ../../sass/base/_views.scss */
.column-list .entry {
  width: 65%;
  padding-left: 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  /* line 1828, ../../sass/base/_views.scss */
  .column-list .entry {
    width: 64%;
  }
}

/* line 1838, ../../sass/base/_views.scss */
.column-list .cat-title {
  color: #e50b16;
  border-bottom: 1px solid #000000;
  padding-bottom: 3px;
  display: inline-block;
  margin-bottom: 5px;
}
/* line 1844, ../../sass/base/_views.scss */
.column-list .cat-title a {
  color: #e50b16;
}
/* line 1846, ../../sass/base/_views.scss */
.column-list .cat-title a:hover {
  color: #000000;
}

/*.column-list li {
    padding-bottom: 10px;
    border-bottom: 1px solid $border-color;
    margin-bottom: 10px;
}

.column-list li.item:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.column-list li h3 {
	margin-bottom: 7px;
}

.column-list li p {
	margin-top: 0;
}*/
/* page-node-type-specials */
/* line 1878, ../../sass/base/_views.scss */
.page-node-type-specials .editors_title, .page-node-type-openspace .editors_title {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  margin-bottom: 15px;
}
/* line 1886, ../../sass/base/_views.scss */
.page-node-type-specials .region-sidebar-second .voice-list, .page-node-type-openspace .region-sidebar-second .voice-list {
  /*&.more-special {
  	article.item {
  		margin-bottom: 20px;
  		figure {
  			display: inline-block;
  			width: 100px;
  			height: 100px;
  			overflow: hidden;
  			vertical-align: top;
  			margin-bottom: 0;
  			img {
  				height: 100px;
  			}
  			@media only screen and (max-width: 1279px) and (min-width:768px) {
  				width:35%;
  			}
  		}
  		h3 {
  			line-height: 24px;
  			a:hover {
  				color: $base-color;
  			}
  		}
  		.entry {
  			display: inline-block;
  			width: 55%;
  			margin: -4px 0 0 15px;
  			vertical-align: top;
  			position: relative;
  			height: 104px;
  		}
  		.read-more {
  			position: absolute;
  			bottom: 0;
  			a {
  				border-radius: 5px;
  				background: $red_link;
  				color: $white;
  				padding: 5px 15px;
  				text-align: center;
  				text-transform: uppercase;
  				font-weight: 600;
  				font-size: 12px;
  				width: 100px;
  				display: block;
  				&:after {
  					display: none;
  				}
  			}
  		}
  	}
  }*/
}
/* line 1887, ../../sass/base/_views.scss */
.page-node-type-specials .region-sidebar-second .voice-list .view-section-wrap, .page-node-type-openspace .region-sidebar-second .voice-list .view-section-wrap {
  overflow: hidden;
}
/* line 1890, ../../sass/base/_views.scss */
.page-node-type-specials .region-sidebar-second .voice-list header, .page-node-type-openspace .region-sidebar-second .voice-list header {
  height: auto;
  line-height: normal;
  padding: 0;
}
/* line 1894, ../../sass/base/_views.scss */
.page-node-type-specials .region-sidebar-second .voice-list header h1, .page-node-type-openspace .region-sidebar-second .voice-list header h1 {
  margin: 0 0 30px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 1.2;
}
/* line 1903, ../../sass/base/_views.scss */
.page-node-type-specials .region-sidebar-second .voice-list article.item, .page-node-type-openspace .region-sidebar-second .voice-list article.item {
  clear: both;
  padding: 0;
  width: 100%;
  font-family: "Roboto", sans-serif;
}
/* line 1908, ../../sass/base/_views.scss */
.page-node-type-specials .region-sidebar-second .voice-list article.item figure, .page-node-type-openspace .region-sidebar-second .voice-list article.item figure {
  margin-bottom: 13px;
}
/* line 1910, ../../sass/base/_views.scss */
.page-node-type-specials .region-sidebar-second .voice-list article.item figure img, .page-node-type-openspace .region-sidebar-second .voice-list article.item figure img {
  /*height: auto;*/
  max-width: none;
}
/* line 1915, ../../sass/base/_views.scss */
.page-node-type-specials .region-sidebar-second .voice-list article.item h3, .page-node-type-openspace .region-sidebar-second .voice-list article.item h3 {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 1px;
  color: #e50b16;
  text-transform: uppercase;
}
/* line 1922, ../../sass/base/_views.scss */
.page-node-type-specials .region-sidebar-second .voice-list article.item h3 a, .page-node-type-openspace .region-sidebar-second .voice-list article.item h3 a {
  color: #e50b16;
}
/* line 1926, ../../sass/base/_views.scss */
.page-node-type-specials .region-sidebar-second .voice-list article.item ul li, .page-node-type-openspace .region-sidebar-second .voice-list article.item ul li {
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  color: #858585;
  margin: 0 2px;
}
/* line 1931, ../../sass/base/_views.scss */
.page-node-type-specials .region-sidebar-second .voice-list article.item ul li a, .page-node-type-openspace .region-sidebar-second .voice-list article.item ul li a {
  color: #858585;
  font-weight: normal;
}
/* line 1936, ../../sass/base/_views.scss */
.page-node-type-specials .region-sidebar-second .voice-list article.item .excerpt-p, .page-node-type-openspace .region-sidebar-second .voice-list article.item .excerpt-p {
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  font-weight: 500;
  margin: 10px 0 10px 4px;
}
/* line 1944, ../../sass/base/_views.scss */
.page-node-type-specials .region-sidebar-second .voice-list nav.pager, .page-node-type-openspace .region-sidebar-second .voice-list nav.pager {
  margin: 0 0 25px;
  padding-bottom: 45px;
  border: 0;
  border-bottom: 1px solid #ddd;
}
/* line 1949, ../../sass/base/_views.scss */
.page-node-type-specials .region-sidebar-second .voice-list nav.pager li, .page-node-type-openspace .region-sidebar-second .voice-list nav.pager li {
  margin: 0;
  padding: 0;
}
/* line 1952, ../../sass/base/_views.scss */
.page-node-type-specials .region-sidebar-second .voice-list nav.pager li a, .page-node-type-openspace .region-sidebar-second .voice-list nav.pager li a {
  border-radius: 0;
  width: auto;
  padding: 10px 50px;
  color: #e50b16;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  /* line 1965, ../../sass/base/_views.scss */
  .page-node-type-specials .region-sidebar-second .voice-list.more-package nav.pager, .page-node-type-openspace .region-sidebar-second .voice-list.more-package nav.pager {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0 none;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 1972, ../../sass/base/_views.scss */
  .page-node-type-specials .region-sidebar-second .voice-list.more-package article.item, .page-node-type-openspace .region-sidebar-second .voice-list.more-package article.item {
    margin-bottom: 15px;
  }
  /* line 1974, ../../sass/base/_views.scss */
  .page-node-type-specials .region-sidebar-second .voice-list.more-package article.item figure, .page-node-type-openspace .region-sidebar-second .voice-list.more-package article.item figure {
    width: 100px;
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1983, ../../sass/base/_views.scss */
  .page-node-type-specials .region-sidebar-second .voice-list.more-package figure img, .page-node-type-openspace .region-sidebar-second .voice-list.more-package figure img {
    width: 100%;
  }
}

/* line 2047, ../../sass/base/_views.scss */
.region-sidebar-second .voice-list.more-special header, .sidebar .voice-list.more-special header {
  height: auto;
  line-height: normal;
  padding: 0;
}
/* line 2051, ../../sass/base/_views.scss */
.region-sidebar-second .voice-list.more-special header h1, .sidebar .voice-list.more-special header h1 {
  margin: 0 0 30px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 1.2;
}
/* line 2060, ../../sass/base/_views.scss */
.region-sidebar-second .voice-list.more-special article.item, .sidebar .voice-list.more-special article.item {
  margin-bottom: 20px;
  clear: both;
  padding: 0;
  width: 100%;
  font-family: "Roboto", sans-serif;
}
/* line 2066, ../../sass/base/_views.scss */
.region-sidebar-second .voice-list.more-special article.item figure, .sidebar .voice-list.more-special article.item figure {
  /*display: inline-block;*/
  width: 100px;
  height: 100px;
  max-height: 100px;
  overflow: hidden;
  vertical-align: top;
  margin-bottom: 0;
  /*display: table;*/
  float: left;
  background: #fafafa;
  /*img {
  	height: 100px;
  }*/
}
/* line 2077, ../../sass/base/_views.scss */
.region-sidebar-second .voice-list.more-special article.item figure a, .sidebar .voice-list.more-special article.item figure a {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  /* line 2066, ../../sass/base/_views.scss */
  .region-sidebar-second .voice-list.more-special article.item figure, .sidebar .voice-list.more-special article.item figure {
    width: 35%;
  }
}
/* line 2088, ../../sass/base/_views.scss */
.region-sidebar-second .voice-list.more-special article.item h3, .sidebar .voice-list.more-special article.item h3 {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 1px;
  color: #e50b16;
  text-transform: capitalize;
  margin-bottom: 10px;
}
/* line 2097, ../../sass/base/_views.scss */
.region-sidebar-second .voice-list.more-special article.item h3 a, .sidebar .voice-list.more-special article.item h3 a {
  color: #000000;
}
/* line 2100, ../../sass/base/_views.scss */
.region-sidebar-second .voice-list.more-special article.item h3 a:hover, .sidebar .voice-list.more-special article.item h3 a:hover {
  color: #e50b16;
}
/* line 2104, ../../sass/base/_views.scss */
.region-sidebar-second .voice-list.more-special article.item .entry, .sidebar .voice-list.more-special article.item .entry {
  display: inline-block;
  width: 55%;
  vertical-align: top;
  position: relative;
  height: auto;
  margin: 0 0 0 15px;
}
@media only screen and (max-width: 767px) {
  /* line 2104, ../../sass/base/_views.scss */
  .region-sidebar-second .voice-list.more-special article.item .entry, .sidebar .voice-list.more-special article.item .entry {
    margin-left: 10px;
  }
}
/* line 2115, ../../sass/base/_views.scss */
.region-sidebar-second .voice-list.more-special article.item .read-more, .sidebar .voice-list.more-special article.item .read-more {
  position: absolute;
  bottom: 0;
}
/* line 2118, ../../sass/base/_views.scss */
.region-sidebar-second .voice-list.more-special article.item .read-more a, .sidebar .voice-list.more-special article.item .read-more a {
  border-radius: 5px;
  background: #e50b16;
  color: #ffffff;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  width: 100px;
  display: block;
}
/* line 2129, ../../sass/base/_views.scss */
.region-sidebar-second .voice-list.more-special article.item .read-more a:after, .sidebar .voice-list.more-special article.item .read-more a:after {
  display: none;
}
/* line 2137, ../../sass/base/_views.scss */
.region-sidebar-second .home-avenue, .sidebar .home-avenue {
  margin-bottom: 20px;
}
/* line 2139, ../../sass/base/_views.scss */
.region-sidebar-second .home-avenue article.item, .sidebar .home-avenue article.item {
  margin-bottom: 20px;
  clear: both;
  padding: 0;
  width: 100%;
  font-family: "Roboto", sans-serif;
}
/* line 2145, ../../sass/base/_views.scss */
.region-sidebar-second .home-avenue article.item figure, .sidebar .home-avenue article.item figure {
  display: inline-block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  vertical-align: top;
  margin-bottom: 0;
  /*img {
  	height: 100px;
  }*/
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  /* line 2145, ../../sass/base/_views.scss */
  .region-sidebar-second .home-avenue article.item figure, .sidebar .home-avenue article.item figure {
    width: 35%;
  }
}
/* line 2159, ../../sass/base/_views.scss */
.region-sidebar-second .home-avenue article.item h3, .sidebar .home-avenue article.item h3 {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 1px;
  color: #e50b16;
  text-transform: capitalize;
  margin-bottom: 10px;
  height: auto;
  overflow: hidden;
}
/* line 2170, ../../sass/base/_views.scss */
.region-sidebar-second .home-avenue article.item h3 a, .sidebar .home-avenue article.item h3 a {
  color: #000000;
}
/* line 2173, ../../sass/base/_views.scss */
.region-sidebar-second .home-avenue article.item h3 a:hover, .sidebar .home-avenue article.item h3 a:hover {
  color: #e50b16;
}
/* line 2177, ../../sass/base/_views.scss */
.region-sidebar-second .home-avenue article.item .entry, .sidebar .home-avenue article.item .entry {
  display: inline-block;
  width: 55%;
  vertical-align: top;
  position: relative;
  height: 135px;
  margin: 0 0 0 15px;
}
@media only screen and (max-width: 767px) {
  /* line 2177, ../../sass/base/_views.scss */
  .region-sidebar-second .home-avenue article.item .entry, .sidebar .home-avenue article.item .entry {
    margin-left: 10px;
  }
}
/* line 2187, ../../sass/base/_views.scss */
.region-sidebar-second .home-avenue article.item .entry p, .sidebar .home-avenue article.item .entry p {
  height: 30px;
  overflow: hidden;
  margin: 0;
}
/* line 2193, ../../sass/base/_views.scss */
.region-sidebar-second .home-avenue article.item .read-more, .sidebar .home-avenue article.item .read-more {
  position: absolute;
  bottom: 0;
}
/* line 2196, ../../sass/base/_views.scss */
.region-sidebar-second .home-avenue article.item .read-more a, .sidebar .home-avenue article.item .read-more a {
  border-radius: 5px;
  background: #e50b16;
  color: #ffffff;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  width: 100px;
  display: block;
}
/* line 2207, ../../sass/base/_views.scss */
.region-sidebar-second .home-avenue article.item .read-more a:after, .sidebar .home-avenue article.item .read-more a:after {
  display: none;
}
/* line 2210, ../../sass/base/_views.scss */
.region-sidebar-second .home-avenue article.item .read-more a:hover, .sidebar .home-avenue article.item .read-more a:hover {
  background: #000000;
}

/* line 2221, ../../sass/base/_views.scss */
.page-node-type-specials .region-sidebar-second .voice-list.more-special article.item .entry {
  margin: -4px 0 0 15px;
  height: 104px;
}
/* line 2224, ../../sass/base/_views.scss */
.page-node-type-specials .region-sidebar-second .voice-list.more-special article.item .entry h3 {
  line-height: 24px;
  margin-bottom: 0;
}

/* line 2231, ../../sass/base/_views.scss */
.open-space-list article.item {
  width: 33.33%;
}
/* line 2233, ../../sass/base/_views.scss */
.open-space-list article.item .excerpt-p {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  /* line 2236, ../../sass/base/_views.scss */
  .open-space-list article.item:nth-of-type(4n+1) {
    clear: none;
  }
}
@media only screen and (min-width: 768px) {
  /* line 2241, ../../sass/base/_views.scss */
  .open-space-list article.item:nth-of-type(3n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2231, ../../sass/base/_views.scss */
  .open-space-list article.item {
    width: 100%;
  }
}
/* line 2251, ../../sass/base/_views.scss */
.open-space-list article.item figure.featured-thumb {
  min-height: 130px;
  max-height: none;
}
@media only screen and (max-width: 767px) {
  /* line 2251, ../../sass/base/_views.scss */
  .open-space-list article.item figure.featured-thumb {
    min-height: auto;
    /*max-height: none;*/
  }
}
@media only screen and (max-width: 767px) {
  /* line 2260, ../../sass/base/_views.scss */
  .open-space-list header {
    padding: 0 15px;
  }
}

/* path-specials (Specials Landing Page) */
/* line 2275, ../../sass/base/_views.scss */
.path-specials .voice-list ul.post-meta li {
  margin: 0 0 5px 0;
  color: #999999;
  border-bottom: 1px solid #000000;
  font-size: 11px;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-family: "Roboto", sans-serif;
}
/* line 2283, ../../sass/base/_views.scss */
.path-specials .voice-list ul.post-meta li a {
  color: #e50b16;
}
/* line 2285, ../../sass/base/_views.scss */
.path-specials .voice-list ul.post-meta li a:hover {
  color: #000000;
}
/* line 2293, ../../sass/base/_views.scss */
.path-specials .specials-latest header h2 {
  font-size: 44px;
  font-weight: 300;
  vertical-align: middle;
  display: inline-block;
  line-height: normal;
  padding: 25px 0 0 25px;
  margin: 0;
}
/* line 2303, ../../sass/base/_views.scss */
.path-specials .specials-latest ul {
  padding: 0;
  margin: 0;
}
/* line 2307, ../../sass/base/_views.scss */
.path-specials .specials-latest li {
  padding: 20px 25px 40px;
  border-bottom: 1px solid #ddd;
  /*margin-bottom: 35px;*/
  /*@media only screen and (max-width: 1279px) {
  	margin-bottom: 25px;
  }*/
}
@media only screen and (max-width: 767px) {
  /* line 2307, ../../sass/base/_views.scss */
  .path-specials .specials-latest li {
    padding: 25px 0 0;
  }
}
/* line 2318, ../../sass/base/_views.scss */
.path-specials .specials-latest figure {
  width: 100%;
  position: relative;
}
/* line 2321, ../../sass/base/_views.scss */
.path-specials .specials-latest figure img {
  width: 100%;
  height: auto;
  /*@media only screen and (max-width: 1279px) {
  	height: auto;
  }*/
}
/* line 2328, ../../sass/base/_views.scss */
.path-specials .specials-latest figure .title_slug {
  position: absolute;
  bottom: 0;
  background: #000;
  color: #fff;
  padding: 15px 25px;
}
@media only screen and (max-width: 767px) {
  /* line 2328, ../../sass/base/_views.scss */
  .path-specials .specials-latest figure .title_slug {
    width: 100%;
    padding: 15px;
  }
}
/* line 2338, ../../sass/base/_views.scss */
.path-specials .specials-latest figure .title_slug .slug {
  color: #e50b16;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
/* line 2344, ../../sass/base/_views.scss */
.path-specials .specials-latest figure .title_slug p {
  margin: 0;
}
/* line 2347, ../../sass/base/_views.scss */
.path-specials .specials-latest figure .title_slug .title {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 2347, ../../sass/base/_views.scss */
  .path-specials .specials-latest figure .title_slug .title {
    font-size: 16px;
    line-height: 20px;
  }
}
/* line 2357, ../../sass/base/_views.scss */
.path-specials .specials-latest figure .title_slug .title a {
  color: #ffffff;
}
/* line 2363, ../../sass/base/_views.scss */
.path-specials .specials-latest .entry-excerpt {
  width: 100%;
  padding: 27px 0 0 3px;
}
@media only screen and (max-width: 767px) {
  /* line 2363, ../../sass/base/_views.scss */
  .path-specials .specials-latest .entry-excerpt {
    padding: 27px 15px;
  }
}
/* line 2369, ../../sass/base/_views.scss */
.path-specials .specials-latest .entry-excerpt .excerpt-p {
  font-size: 18px;
  line-height: 28px;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
}

/* line 2379, ../../sass/base/_views.scss */
.div_counter {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 25%;
  right: 25%;
  width: 50%;
  padding: 10px;
  color: #ffffff;
  display: none;
  /*.counters {
  	padding: 10px;
  	width: 30%;
  	color: $white;
  	text-align: center;
  	margin: 0 auto;
  }*/
}
@media only screen and (min-width: 768px) {
  /* line 2379, ../../sass/base/_views.scss */
  .div_counter {
    display: none;
  }
}

/* line 2401, ../../sass/base/_views.scss */
.path-open-avenues {
  /*.featured-section-top .voice-list.featured-section .item-list {
  	width: 69.97%;
  	@media only screen and (max-width: 1279px) {
  		display: block;
  		width: 100%;
  	}
  }*/
  /*.featured-section-top .voice-list.featured-section .item-list li {
  	width: 24% !important;
  	@media only screen and (max-width: 767px) {
  		width: 48% !important;
  		border: 0 none;
  	}
  }*/
  /*.featured-section-top .featured-section ul figure.thumb {
  	margin-bottom: 15px;
  }
  .featured-section-top .featured-section ul .entry {
  	margin-left: 0;
  	clear: both;
  	display: block;
  	width: 100%;
  }*/
}
/* line 2402, ../../sass/base/_views.scss */
.path-open-avenues .featured-section-top .voice-list.featured-section header h2 {
  font-size: 37px !important;
  /*line-height: 220px;*/
  /*width: 29.99%;
  @media only screen and (max-width: 1279px) {
  	display: block;
  	width: 100%;
  }*/
}
/* line 2434, ../../sass/base/_views.scss */
.path-open-avenues .view-section-wrap h1 {
  margin: 30px 25px;
  font-size: 32px;
  text-transform: none;
  color: #000000;
}

/* line 2443, ../../sass/base/_views.scss */
figure {
  border: 1px solid #ddd;
}

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 13, ../../sass/base/_base.scss */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/* line 19, ../../sass/base/_base.scss */
*, *:after, *:before {
  box-sizing: border-box;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 31, ../../sass/base/_base.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 36, ../../sass/base/_base.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 45, ../../sass/base/_base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
/* line 60, ../../sass/base/_base.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 73, ../../sass/base/_base.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 83, ../../sass/base/_base.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
/* line 91, ../../sass/base/_base.scss */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
/* line 126, ../../sass/base/_base.scss */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/* line 135, ../../sass/base/_base.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
/* line 152, ../../sass/base/_base.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
/* line 166, ../../sass/base/_base.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 182, ../../sass/base/_base.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 188, ../../sass/base/_base.scss */
.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  /* line 216, ../../sass/base/_base.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
                        /* Black prints faster:
http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 226, ../../sass/base/_base.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 231, ../../sass/base/_base.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 235, ../../sass/base/_base.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  /* line 244, ../../sass/base/_base.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 249, ../../sass/base/_base.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  /* line 260, ../../sass/base/_base.scss */
  thead {
    display: table-header-group;
  }

  /* line 264, ../../sass/base/_base.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 269, ../../sass/base/_base.scss */
  img {
    max-width: 100% !important;
  }

  /* line 273, ../../sass/base/_base.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 280, ../../sass/base/_base.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 286, ../../sass/base/_base.scss */
img {
  max-width: 100%;
}

/* line 291, ../../sass/base/_base.scss */
.col-1 {
  width: calc(8.33333%*1);
}

/* line 295, ../../sass/base/_base.scss */
.col-2 {
  width: calc(8.33333%*2);
}

/* line 299, ../../sass/base/_base.scss */
.col-3 {
  width: calc(8.33333%*3);
}

/* line 303, ../../sass/base/_base.scss */
.col-4 {
  width: calc(8.33333%*4);
}

/* line 307, ../../sass/base/_base.scss */
.col-5 {
  width: calc(8.33333%*5);
}

/* line 311, ../../sass/base/_base.scss */
.col-6 {
  width: calc(8.33333%*6);
}

/* line 315, ../../sass/base/_base.scss */
.col-7 {
  width: calc(8.33333%*7);
}

/* line 319, ../../sass/base/_base.scss */
.col-8 {
  width: calc(8.33333%*8);
}

/* line 323, ../../sass/base/_base.scss */
.col-9 {
  width: calc(8.33333%*9);
}

/* line 327, ../../sass/base/_base.scss */
.col-10 {
  width: calc(8.33333%*10);
}

/* line 331, ../../sass/base/_base.scss */
.col-11 {
  width: calc(8.33333%*11);
}

/* line 335, ../../sass/base/_base.scss */
.col-12 {
  width: calc(8.33333%*12);
}

/* line 339, ../../sass/base/_base.scss */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

/* line 355, ../../sass/base/_base.scss */
.row [class*="col-"] {
  box-sizing: border-box;
  margin: 0 0;
}

/* line 359, ../../sass/base/_base.scss */
#content {
  margin: 0;
  padding: 0;
}

/* line 365, ../../sass/base/_base.scss */
.main-content .section {
  padding: 0 !important;
}

/* line 370, ../../sass/base/_base.scss */
.toolbar-fixed.user-logged-in header.top-header.nav-down {
  top: 40px;
}

/* line 375, ../../sass/base/_base.scss */
.toolbar-fixed.user-logged-in.toolbar-tray-open header.top-header.nav-down {
  top: 80px;
}

/* line 380, ../../sass/base/_base.scss */
.toolbar-fixed.user-logged-in header.top-header {
  top: 40px;
}

/* line 385, ../../sass/base/_base.scss */
.toolbar-fixed.user-logged-in.toolbar-tray-open header.top-header {
  top: 80px;
}

/* line 390, ../../sass/base/_base.scss */
.toolbar-fixed.user-logged-in header.top-header.nav-up {
  top: -100px;
}

/*.toolbar-fixed.user-logged-in.toolbar-tray-open {
  header {
    top: 80px;
  }
}*/
/*===============================================
=            Open Magazine Prototype            =
===============================================*/
/* Author: Roshan Ravi*/
/* Contact: roshan.ravi@srijan.in */
/*===================================
=            Base Styles            =
===================================*/
/**
 *
 * Sans Serif : 'Roboto', Helvetica, Arial, sans-serif
 * Serif : Georgia, Times, "Times New Roman", serif
 * Headings : "Roboto Slab", sans-serif
 *
 */
/* line 23, ../../sass/base/_open.scss */
body {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 12px;
  background: #fff;
  border-top: solid 1px #ddd;
}

/* line 30, ../../sass/base/_open.scss */
p {
  line-height: 1.4;
}

/* line 35, ../../sass/base/_open.scss */
h1, h3, h4 {
  font-family: "Roboto Slab", sans-serif;
}

/* line 38, ../../sass/base/_open.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1em;
}

/* line 43, ../../sass/base/_open.scss */
figure {
  padding: 0;
  margin: 0;
}

/* line 48, ../../sass/base/_open.scss */
a, a:visited, a:active {
  color: #000;
  text-decoration: none;
}

/* line 53, ../../sass/base/_open.scss */
a:hover {
  color: #e50b16;
}

/* line 57, ../../sass/base/_open.scss */
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 63, ../../sass/base/_open.scss */
a {
  transition: all 0.15s ease-in-out;
}

/* line 67, ../../sass/base/_open.scss */
a:after,
a:before {
  transition: all 0.15s ease-in-out;
}

/* line 72, ../../sass/base/_open.scss */
.red {
  color: #e50b16;
}
/* line 74, ../../sass/base/_open.scss */
.red:hover {
  color: #000;
}

/* line 79, ../../sass/base/_open.scss */
.btn {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background: #000;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
}

/* line 90, ../../sass/base/_open.scss */
.btn:hover {
  background: #e50b16;
}

/* line 94, ../../sass/base/_open.scss */
.btn.red:hover {
  background: #000;
}

/*=====  End of Base Styles  ======*/
/*==============================
=            Layout            =
==============================*/
/* line 105, ../../sass/base/_open.scss */
.doc-wrap {
  margin: 0 auto;
  min-width: 300px;
  max-width: 1480px;
  width: 100%;
  padding-top: 88px;
}
@media only screen and (max-width: 1024px) {
  /* line 105, ../../sass/base/_open.scss */
  .doc-wrap {
    padding-top: 78px;
  }
}

/* line 116, ../../sass/base/_open.scss */
.top-header {
  min-height: 60px;
  max-height: 90px;
  border-bottom: solid 1px #000;
  height: 90px;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 998;
}
@media only screen and (max-width: 1024px) {
  /* line 116, ../../sass/base/_open.scss */
  .top-header {
    height: 80px;
    max-height: 80px;
  }
}

/* line 133, ../../sass/base/_open.scss */
.wrap {
  margin: 0;
}

/* line 137, ../../sass/base/_open.scss */
.brand-col .logo {
  height: 90px;
  display: block;
  float: left;
  border-right: solid 1px #ddd;
  box-sizing: border-box;
  padding: 25px;
}

/* line 147, ../../sass/base/_open.scss */
.logo img {
  height: 40px;
  max-height: 40px;
}

/* line 152, ../../sass/base/_open.scss */
.top-header .col {
  border-right: solid 1px #ddd;
  max-height: 89px;
  height: 89px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  flex-grow: 1;
}
@media only screen and (max-width: 1024px) {
  /* line 152, ../../sass/base/_open.scss */
  .top-header .col {
    height: 79px;
    max-height: 79px;
  }
}

/* line 169, ../../sass/base/_open.scss */
.top-header .row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
  width: auto;
  box-sizing: border-box;
  max-width: 1480px;
  margin: 0 auto;
}

/* line 187, ../../sass/base/_open.scss */
.f-ad {
  padding: 20px 0;
  text-align: center;
  border-bottom: solid 2px #000;
  /*@media only screen and (min-width : 768px) and (max-width : 1024px) {
  	padding: 20px 0;
  }
  @media only screen and (max-width : 767px) {
  	padding: 20px 0;
  }*/
}
@media only screen and (max-width: 767px) {
  /* line 187, ../../sass/base/_open.scss */
  .f-ad {
    display: none;
  }
}

/* line 202, ../../sass/base/_open.scss */
.f-ad .fad-banner {
  display: inline-block;
  max-width: 970px;
  /*background: #000;*/
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  /* line 202, ../../sass/base/_open.scss */
  .f-ad .fad-banner {
    width: 100%;
    /*iframe {
    	width: 100%;
    	height:100%;
    }*/
  }
}

/* line 217, ../../sass/base/_open.scss */
.subscribe-col a.subscribe-link, .subscribe-col .subscribe-link {
  display: block;
  vertical-align: top;
}

/* line 222, ../../sass/base/_open.scss */
.subscribe-link figure,
.subscribe-link > div {
  display: inline-block;
  vertical-align: middle;
}

/* line 228, ../../sass/base/_open.scss */
.subscribe-link figure img {
  height: 100%;
}

/* line 232, ../../sass/base/_open.scss */
.subscribe-link .current-issue {
  height: 70px;
  overflow: hidden;
  border: 0 none;
}
@media only screen and (max-width: 1024px) {
  /* line 232, ../../sass/base/_open.scss */
  .subscribe-link .current-issue {
    height: 55px;
  }
}

/* line 241, ../../sass/base/_open.scss */
.subscribe-options {
  padding: 0 0 0 10px;
}

/* line 245, ../../sass/base/_open.scss */
.subscribe-options h4 {
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

/* line 252, ../../sass/base/_open.scss */
.subscribe-options a {
  display: inline-block;
}

/* line 255, ../../sass/base/_open.scss */
.subscribe-options [class*="icon-"] {
  display: inline-block;
  background-image: url("../../images/icon-p-d-r-sprite.png");
  background-repeat: no-repeat;
  /*background-position: 0 0;*/
  /*width: 35px;*/
  font-size: 0px;
  text-indent: -80px;
  overflow: hidden;
  height: 40px;
  vertical-align: top;
}

/* line 268, ../../sass/base/_open.scss */
.subscribe-col {
  padding: 10px 25px 0;
  box-sizing: border-box;
  float: left;
}
@media only screen and (max-width: 1024px) {
  /* line 268, ../../sass/base/_open.scss */
  .subscribe-col {
    padding: 7px 15px;
  }
}

/* line 278, ../../sass/base/_open.scss */
.col.brand-col {
  width: 30% !important;
  min-width: 420px;
  /*float: left;*/
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  /* line 278, ../../sass/base/_open.scss */
  .col.brand-col {
    min-width: 365px;
    height: 79px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 278, ../../sass/base/_open.scss */
  .col.brand-col {
    min-width: 100px !important;
    width: auto !important;
  }
}

/* line 293, ../../sass/base/_open.scss */
.col.col-nav {
  width: 69%;
  /*float: left;*/
}
@media only screen and (max-width: 767px) {
  /* line 293, ../../sass/base/_open.scss */
  .col.col-nav {
    width: 55%;
  }
}
@media only screen and (max-width: 600px) {
  /* line 293, ../../sass/base/_open.scss */
  .col.col-nav {
    width: 27%;
  }
}

/* line 304, ../../sass/base/_open.scss */
.f-ad .fad-banner a {
  max-width: 970px;
  display: block;
}

/* line 309, ../../sass/base/_open.scss */
.f-ad .fad-banner a img {
  width: 100%;
}

/* line 314, ../../sass/base/_open.scss */
.icon-print {
  background-position: center 0;
  width: 38px;
}
/* line 317, ../../sass/base/_open.scss */
.icon-print:hover {
  background-position: center -40px;
}

/* line 322, ../../sass/base/_open.scss */
.icon-digital {
  background-position: center -158px;
  width: 38px;
}
/* line 325, ../../sass/base/_open.scss */
.icon-digital:hover {
  background-position: center -198px;
}

/* line 330, ../../sass/base/_open.scss */
.icon-feed {
  background-position: center -316px;
  width: 30px;
}
/* line 333, ../../sass/base/_open.scss */
.icon-feed:hover {
  background-position: center -356px;
}

/* line 338, ../../sass/base/_open.scss */
.col-nav .top-bar,
.col-nav #block-mainnavigation {
  display: block;
  position: relative;
  box-sizing: border-box;
}

/* line 345, ../../sass/base/_open.scss */
.col-nav .top-bar {
  height: 55px;
}

/* line 349, ../../sass/base/_open.scss */
.col-nav #block-mainnavigation {
  height: 35px;
  padding-right: 25px;
  width: 99.85%;
}

/* line 355, ../../sass/base/_open.scss */
.col-nav .top-bar {
  padding: 0 25px;
}

/* line 359, ../../sass/base/_open.scss */
.col-nav .top-bar {
  border-bottom: solid 1px #ddd;
}

/* line 363, ../../sass/base/_open.scss */
.date-social-share-wrap .current-date {
  font-size: 12px;
  color: #000;
  /*width: 30%;*/
}

/* line 368, ../../sass/base/_open.scss */
.date-social-share-wrap.social-links {
  width: 40%;
  box-sizing: border-box;
  padding-right: 15px;
}

/* line 374, ../../sass/base/_open.scss */
.date-social-share-wrap .social-links,
.region-header-right .search-block,
.region-header-right .current-date {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
  padding-top: 10px;
}
@media only screen and (max-width: 1024px) {
  /* line 374, ../../sass/base/_open.scss */
  .date-social-share-wrap .social-links,
  .region-header-right .search-block,
  .region-header-right .current-date {
    height: 79px;
    line-height: 79px;
    vertical-align: top;
    padding: 0 10px 0 0;
    border-right: 1px solid #ddd;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 391, ../../sass/base/_open.scss */
  .region-header-right .current-date {
    /*width: 198px;*/
    font-size: 11px;
    padding-left: 0;
    border-right: 0 none;
  }
}
/*@media only screen and (max-width: 1023px) {
	.region-header-right .current-date {
		display: none;
	}
}*/
@media only screen and (max-width: 767px) {
  /* line 404, ../../sass/base/_open.scss */
  .region-header-right .current-date {
    font-size: 10px;
  }
}
/* line 408, ../../sass/base/_open.scss */
.region-header-right .social-links li {
  display: inline-block;
  font-size: 20px;
  margin: 0 4px;
}
@media only screen and (max-width: 767px) {
  /* line 408, ../../sass/base/_open.scss */
  .region-header-right .social-links li {
    margin: 0;
  }
}
/* line 415, ../../sass/base/_open.scss */
.region-header-right .social-links li a {
  color: #000000;
  padding: 0 3px;
}

/* line 420, ../../sass/base/_open.scss */
a:hover .fa-facebook-square {
  color: #4e69a2;
}

/* line 424, ../../sass/base/_open.scss */
a:hover .fa-twitter-square {
  color: #55acee;
}

/* line 428, ../../sass/base/_open.scss */
a:hover .fa-google-plus-square {
  color: #db4437;
}

/* line 432, ../../sass/base/_open.scss */
a:hover .fa-instagram {
  color: #125688;
}

/* line 436, ../../sass/base/_open.scss */
a:hover .fa-linkedin-square {
  color: #0077b5;
}

/* line 440, ../../sass/base/_open.scss */
a:hover .fa-rss-square {
  color: #ff6600;
}

/* line 445, ../../sass/base/_open.scss */
.solr_search {
  width: 48%;
  float: left;
  height: 54px;
  padding-left: 5px;
  padding-right: 18px;
  /*@media only screen and (max-width: 639px) {
  	top: 51px;
  }*/
}
@media only screen and (max-width: 1024px) {
  /* line 445, ../../sass/base/_open.scss */
  .solr_search {
    /*width: 296px;
    position: absolute;
    top: 80px;*/
    right: 0;
    background: #ffffff;
    padding: 2px 10px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.5);
    width: 100%;
    position: fixed;
    top: 80px;
  }
}
/* line 466, ../../sass/base/_open.scss */
.solr_search form {
  border: solid 1px #ddd;
  height: 32px;
  border-radius: 5px;
  position: relative;
  padding: 0 10px;
  margin: 10px 0 0;
}
/* line 473, ../../sass/base/_open.scss */
.solr_search form .js-form-item {
  margin: 0;
}
/* line 476, ../../sass/base/_open.scss */
.solr_search form .form-actions {
  margin: 0;
  padding: 0;
}
/* line 480, ../../sass/base/_open.scss */
.solr_search form .form-item-search-type {
  position: absolute;
  top: -1px;
  right: 35px;
  z-index: 5;
}
/* line 485, ../../sass/base/_open.scss */
.solr_search form .form-item-search-type select {
  -webkit-appearance: none;
  padding: 7px 25px;
  outline: none;
  background: url("../../images/down.png") no-repeat 82px 7px white;
  background-size: 16%;
}

@media only screen and (max-width: 1024px) {
  /* line 497, ../../sass/base/_open.scss */
  .toolbar-fixed.user-logged-in.toolbar-tray-open header.top-header .solr_search {
    top: 160px;
  }

  /* line 500, ../../sass/base/_open.scss */
  .toolbar-fixed.user-logged-in header.top-header .solr_search {
    top: 120px;
  }
}
/* line 508, ../../sass/base/_open.scss */
#block-topsharing, #block-topsharingdate {
  width: 50%;
  float: left;
  height: 54px;
  padding-left: 25px;
  padding-right: 12px;
}
@media only screen and (max-width: 1024px) {
  /* line 508, ../../sass/base/_open.scss */
  #block-topsharing, #block-topsharingdate {
    height: 79px;
    padding-left: 20px;
    width: 85%;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 508, ../../sass/base/_open.scss */
  #block-topsharing, #block-topsharingdate {
    width: 71%;
    padding-right: 0;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 508, ../../sass/base/_open.scss */
  #block-topsharing, #block-topsharingdate {
    display: none;
  }
}

/* line 529, ../../sass/base/_open.scss */
form.search-form {
  border: solid 1px #ddd;
  height: 32px;
  border-radius: 5px;
  position: relative;
  padding: 0 10px;
  margin: 10px 0 0;
}

/* line 538, ../../sass/base/_open.scss */
.solr_search input.form-search {
  display: block;
  width: 100%;
  height: 30px;
  border: none;
  outline: none;
  background: transparent;
  line-height: normal;
  margin: 0;
  padding: 0;
  font-family: roboto;
  font-size: 12px;
}

/* line 552, ../../sass/base/_open.scss */
.search-block .search-field button,
.solr_search .form-submit {
  position: absolute;
  /*background: none;*/
  background: url(../../images/search_icon.png) 10px center no-repeat;
  border: none;
  height: 30px;
  line-height: 30px;
  padding: 0;
  margin: 0 !important;
  right: 0;
  top: 0;
  /*background-size: 12px;*/
  background-size: 14px;
  width: 35px;
  text-indent: -9999px;
}
/* line 569, ../../sass/base/_open.scss */
.search-block .search-field button:before,
.solr_search .form-submit:before {
  content: "\f002";
}
/* line 572, ../../sass/base/_open.scss */
.search-block .search-field button:hover, .search-block .search-field button:focus,
.solr_search .form-submit:hover,
.solr_search .form-submit:focus {
  background: url(../../images/search_icon.png) 10px center no-repeat;
  background-size: 14px;
}

/* line 577, ../../sass/base/_open.scss */
#block-mainnavigation {
  border-top: 1px solid #ccc;
  width: 95%;
  float: left;
}
/* line 582, ../../sass/base/_open.scss */
#block-mainnavigation .more-icon {
  margin-top: 9px;
}

/* line 586, ../../sass/base/_open.scss */
#block-mainnavigation .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  margin: 0;
  padding: 0;
}

/* line 608, ../../sass/base/_open.scss */
#block-mainnavigation .menu li {
  height: 35px;
  position: relative;
  border-right: solid 1px #ddd;
  flex: none;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-flex: none;
}
/* line 622, ../../sass/base/_open.scss */
#block-mainnavigation .menu li:first-child a:before {
  content: "\f015";
  display: table-cell;
  vertical-align: middle;
  height: 34px;
}
/* line 630, ../../sass/base/_open.scss */
#block-mainnavigation .menu li:first-child a {
  /*background: url(../../images/home_icon.png) center 10px no-repeat;
  font-size: 0;*/
  border-left: 0 none;
  width: 33px;
  vertical-align: top;
  /*@media only screen and (max-width: 1024px) {
  	width: 100%;
  	background: none;
  	font-size: 20px;
  }*/
}
@media only screen and (max-width: 1099px) {
  /* line 630, ../../sass/base/_open.scss */
  #block-mainnavigation .menu li:first-child a {
    width: 30px;
  }
}

/* line 647, ../../sass/base/_open.scss */
#block-mainnavigation .menu li a {
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  color: #969696;
  position: relative;
  z-index: 1;
}

/* line 657, ../../sass/base/_open.scss */
#block-mainnavigation .menu li a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 0;
  opacity: 0;
  z-index: 3;
}

/* line 669, ../../sass/base/_open.scss */
#block-mainnavigation .menu li a:hover {
  color: #000;
}

/* line 672, ../../sass/base/_open.scss */
#block-mainnavigation .menu li a:hover:after {
  background: #000;
  opacity: 1;
  height: 3px;
}

/* line 677, ../../sass/base/_open.scss */
#block-mainnavigation .menu li.menu-item--active-trail a:after {
  opacity: 1;
  height: 4px;
  background: #e50b16;
}

/* line 683, ../../sass/base/_open.scss */
#block-mainnavigation .menu li.menu-item--active-trail a {
  color: #e50b16;
}

/* line 687, ../../sass/base/_open.scss */
#block-mainnavigation .menu li:last-child {
  border-right: none;
}

/* line 691, ../../sass/base/_open.scss */
.menu-trigger {
  display: none;
}

/*=====  End of Layout  ======*/
/*=====================================
=            page sections            =
=====================================*/
/* line 701, ../../sass/base/_open.scss */
.page-node-type-page .page-section {
  clear: both;
}

/* line 706, ../../sass/base/_open.scss */
.page-section {
  border-bottom: solid 1px #ddd;
}

/* line 709, ../../sass/base/_open.scss */
.page-wrap {
  padding: 0;
}

/* line 713, ../../sass/base/_open.scss */
.page-section [class*="icon-"] {
  border-color: #ddd;
}

/* line 717, ../../sass/base/_open.scss */
.page-section aside {
  border-left: solid 1px #ddd;
  padding: 17px 25px 10px 20px;
  /*hide because of ads 300px width*/
  /*padding: 17px 20px 10px;*/
  /*hide because of ads 300px width fat gae*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 717, ../../sass/base/_open.scss */
  .page-section aside {
    padding: 17px 20px 10px;
  }
}

/* line 726, ../../sass/base/_open.scss */
.block-views-blockblog-listing-block-1 {
  border-bottom: 1px solid #ddd;
}
/* line 728, ../../sass/base/_open.scss */
.block-views-blockblog-listing-block-1 h2 {
  border-bottom: solid 1px #ddd;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  margin-bottom: 0 !important;
  font-size: 18px !important;
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #ddd;
  padding-top: 18px;
}
/* line 744, ../../sass/base/_open.scss */
.block-views-blockblog-listing-block-1 .bx-wrapper .bx-viewport ul.open-slider {
  margin: 0;
  padding: 0 15px;
  overflow: hidden;
}
/* line 748, ../../sass/base/_open.scss */
.block-views-blockblog-listing-block-1 .bx-wrapper .bx-viewport ul.open-slider h1.slider_title {
  margin: 4px 0 20px !important;
}
/* line 751, ../../sass/base/_open.scss */
.block-views-blockblog-listing-block-1 .bx-wrapper .bx-viewport ul.open-slider .post-meta {
  padding-bottom: 18px !important;
}
/* line 754, ../../sass/base/_open.scss */
.block-views-blockblog-listing-block-1 .bx-wrapper .bx-viewport ul.open-slider .entry-excerpt {
  padding-left: 25px;
}
/* line 759, ../../sass/base/_open.scss */
.block-views-blockblog-listing-block-1 .bx-wrapper .bx-controls-direction {
  right: 15px;
}
/* line 762, ../../sass/base/_open.scss */
.block-views-blockblog-listing-block-1 .bx-wrapper .bx-pager.bx-default-pager {
  right: 103px;
}

/* line 776, ../../sass/base/_open.scss */
.block-views-blockblog-listing-block-1 {
  position: relative;
}
/* line 778, ../../sass/base/_open.scss */
.block-views-blockblog-listing-block-1 .entry-excerpt {
  width: 70%;
}
/* line 781, ../../sass/base/_open.scss */
.block-views-blockblog-listing-block-1 .item-list ul li {
  margin: 0;
  padding: 0;
}
/* line 785, ../../sass/base/_open.scss */
.block-views-blockblog-listing-block-1 ul.post-meta li {
  margin-right: 20px;
}
/* line 788, ../../sass/base/_open.scss */
.block-views-blockblog-listing-block-1 article {
  margin: 20px;
  /*border-bottom: 1px solid #ddd;*/
  padding-bottom: 30px;
  border-bottom: 0 none !important;
}

/*#block-views-block-featured-gallery-block-1{
	.entry-excerpt {
		width: 50%;
	}
}*/
/* line 806, ../../sass/base/_open.scss */
.block-views-blockblog-listing-block-1 li figure.featured-thumb {
  /*width: 25%;
  display: inline-block;
  vertical-align: top;
  min-width: 225px;*/
}
/* line 811, ../../sass/base/_open.scss */
.block-views-blockblog-listing-block-1 li figure.featured-thumb img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
/* line 816, ../../sass/base/_open.scss */
.block-views-blockblog-listing-block-1 li figure.featured-thumb ul.post-meta li {
  margin-right: 20px;
}

/* line 822, ../../sass/base/_open.scss */
.homepage-featured-slideshow .featured-thumb, .homepage-featured-slideshow .entry-excerpt {
  width: 100%;
}
@media only screen and (min-width: 481px) {
  /* line 822, ../../sass/base/_open.scss */
  .homepage-featured-slideshow .featured-thumb, .homepage-featured-slideshow .entry-excerpt {
    width: 48%;
  }
}

/* line 830, ../../sass/base/_open.scss */
.entry-excerpt {
  display: inline-block;
  box-sizing: border-box;
  padding-left: 20px;
  vertical-align: top;
}

/* line 837, ../../sass/base/_open.scss */
ul.post-meta li {
  display: inline-block;
  font-size: 14px;
}

/* line 843, ../../sass/base/_open.scss */
ul.post-meta li a {
  padding-bottom: 8px;
  display: inline-block;
}

/* line 848, ../../sass/base/_open.scss */
ul.post-meta li.category a {
  color: #e50b16;
  border-bottom: solid 1px #000;
}
/* line 851, ../../sass/base/_open.scss */
ul.post-meta li.category a:hover {
  color: #000000;
}

/* line 856, ../../sass/base/_open.scss */
ul.post-meta {
  margin-bottom: 30px;
}

/* line 860, ../../sass/base/_open.scss */
.excerpt-p {
  font-size: 16px;
  line-height: 24px;
  color: #555;
  margin-top: 6px;
  margin-bottom: 6px;
}
/* line 866, ../../sass/base/_open.scss */
.excerpt-p p {
  margin: 0;
  line-height: 24px;
}
/* line 870, ../../sass/base/_open.scss */
.excerpt-p em {
  font-style: normal;
  margin: 0;
}

/* line 876, ../../sass/base/_open.scss */
.page-section h1 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 2em 20px;
  color: #e50b16;
}

/* line 885, ../../sass/base/_open.scss */
article.item h1.slider_title {
  font-size: 22px;
  line-height: 32px;
  margin: 3px 0 20px;
  text-transform: none;
}

/* line 893, ../../sass/base/_open.scss */
.read-more a {
  font-size: 14px;
  color: #e50b16;
}
/* line 896, ../../sass/base/_open.scss */
.read-more a:after {
  content: "\f138";
  padding: 0 8px;
}
/* line 902, ../../sass/base/_open.scss */
.read-more a:hover {
  color: #000;
}
/* line 905, ../../sass/base/_open.scss */
.read-more a .fa {
  margin-left: 5px;
}

/* line 911, ../../sass/base/_open.scss */
.sub-section {
  border-bottom: solid 1px #ddd;
}

/* line 915, ../../sass/base/_open.scss */
.section-wrap {
  padding: 10px 25px 25px;
  box-sizing: border-box;
}

/* line 921, ../../sass/base/_open.scss */
.this-week .row .article-item {
  width: 30%;
}

/* line 925, ../../sass/base/_open.scss */
.row .article-item .thumbnail {
  overflow: hidden;
  height: 150px;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  /* line 925, ../../sass/base/_open.scss */
  .row .article-item .thumbnail {
    height: auto;
  }
}

/* line 937, ../../sass/base/_open.scss */
.row .article-item .thumbnail img {
  max-width: 100%;
  min-height: 120px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  /* line 937, ../../sass/base/_open.scss */
  .row .article-item .thumbnail img {
    width: 100%;
  }
}

/* line 947, ../../sass/base/_open.scss */
.article-item .post-meta {
  margin-bottom: 25px;
}

/* line 951, ../../sass/base/_open.scss */
.article-item .post-meta li {
  font-size: 12px;
  width: 48%;
  vertical-align: top;
}

/* line 957, ../../sass/base/_open.scss */
.article-item .post-meta li.author {
  margin-right: 0;
}

/* line 961, ../../sass/base/_open.scss */
ul.post-meta li.category a {
  display: inline-block;
  padding-bottom: 5px;
}

/* line 966, ../../sass/base/_open.scss */
.article-item h3 {
  font-size: 15px;
}

/* line 970, ../../sass/base/_open.scss */
.article-item p {
  font-size: 14px;
  line-height: 20px;
  color: #777;
  margin-bottom: 30px;
}

/* line 977, ../../sass/base/_open.scss */
span.review-stars {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  color: #888;
}

/* line 987, ../../sass/base/_open.scss */
span.review-stars .fa.rated {
  color: #e50b16;
}

/* line 991, ../../sass/base/_open.scss */
.slider ul.post-meta li {
  margin-right: 20px;
}

/*=====  End of page sections  ======*/
/*===============================
=            Columns            =
===============================*/
/*.column-list li figure, .column-list li .entry {
	display: inline-block;
	vertical-align: top;
}*/
/* line 1009, ../../sass/base/_open.scss */
figure.author-thumb {
  width: 80px;
  position: relative;
  height: 100px;
  background: #000;
  border: solid 1px #ddd;
  overflow: hidden;
}

/* line 1018, ../../sass/base/_open.scss */
.author-thumb figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 10px;
  color: #fff;
  text-align: center;
  right: 0;
  line-height: 11px;
  background: #000;
  padding: 5px 2px;
}

/*.column-list .entry {
	width: 65%;
	padding-left: 10px;
	box-sizing: border-box;
}*/
/* line 1037, ../../sass/base/_open.scss */
a.cat-title {
  color: #e50b16;
  border-bottom: solid 1px #000;
  padding-bottom: 3px;
  display: inline-block;
  margin-bottom: 5px;
}

/* line 1045, ../../sass/base/_open.scss */
aside ul {
  margin-bottom: 0;
}

/* line 1049, ../../sass/base/_open.scss */
.column-list li.item {
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 10px;
}

/* line 1055, ../../sass/base/_open.scss */
.column-list li.item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/* line 1060, ../../sass/base/_open.scss */
.column-list li h3 {
  margin-bottom: 7px;
}

/* line 1064, ../../sass/base/_open.scss */
.column-list li p {
  margin-top: 0;
}

/* line 1068, ../../sass/base/_open.scss */
.square-ad {
  /*max-width: 260px;*/
  max-height: 260px;
  margin-bottom: 15px;
}

/* line 1074, ../../sass/base/_open.scss */
aside .block {
  margin-bottom: 20px;
}

/* line 1078, ../../sass/base/_open.scss */
header.top-header {
  transition: all 0.3s ease-in-out;
}

/* line 1082, ../../sass/base/_open.scss */
header.top-header.nav-down {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

/* line 1089, ../../sass/base/_open.scss */
header.top-header.nav-up {
  top: -100px;
}

/* line 1094, ../../sass/base/_open.scss */
.page-wrap div .sub-section:last-child {
  border-bottom: none;
}

/* line 1099, ../../sass/base/_open.scss */
.left-sidebar,
.lounge-block {
  box-sizing: border-box;
}

/* line 1103, ../../sass/base/_open.scss */
.page-section aside.left-sidebar {
  width: 20%;
  border-left: none;
  border-right: solid 1px #ddd;
  padding: 10px 25px 25px 25px;
}

/* line 1110, ../../sass/base/_open.scss */
.lounge-block.sub-col {
  width: 80%;
}
@media only screen and (max-width: 1024px) {
  /* line 1110, ../../sass/base/_open.scss */
  .lounge-block.sub-col {
    padding: 10px 25px;
  }
}

/* line 1117, ../../sass/base/_open.scss */
.lounge-block .view-section-wrap-row .article-item .thumbnail {
  height: 130px;
}
@media only screen and (max-width: 767px) {
  /* line 1117, ../../sass/base/_open.scss */
  .lounge-block .view-section-wrap-row .article-item .thumbnail {
    height: auto;
  }
}

/*.lounge-block .article-item {
	width: 30%;
}*/
/* line 1129, ../../sass/base/_open.scss */
.lounge-block .section-header {
  padding-left: 0;
}

/* line 1133, ../../sass/base/_open.scss */
.left-sidebar .section-header {
  padding-left: 0;
}

/* line 1138, ../../sass/base/_open.scss */
.open-talk-list h3 {
  margin-bottom: 10px;
}

/* line 1143, ../../sass/base/_open.scss */
.open-talk-list li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
  border-bottom: solid 1px #ddd;
}

/* line 1150, ../../sass/base/_open.scss */
.open-talk-list .comment-link {
  color: #e50b16;
}

/* line 1154, ../../sass/base/_open.scss */
a.link-btn {
  display: block;
  padding: 5px 0;
  border-bottom: solid 1px #ddd;
}

/* line 1160, ../../sass/base/_open.scss */
article.col-3.article-item {
  padding: 0 20px 0 0;
  margin-bottom: 20px;
}

/* line 1165, ../../sass/base/_open.scss */
.four-column-list .view-section-wrap-row .article-item .thumbnail {
  height: 120px;
}
/* line 1167, ../../sass/base/_open.scss */
.four-column-list .view-section-wrap-row .article-item .thumbnail img {
  min-height: 120px;
}
@media only screen and (max-width: 767px) {
  /* line 1165, ../../sass/base/_open.scss */
  .four-column-list .view-section-wrap-row .article-item .thumbnail {
    height: auto;
  }
}

/* line 1176, ../../sass/base/_open.scss */
.sidebar-articles li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* line 1181, ../../sass/base/_open.scss */
.sidebar-articles li figure.thumb {
  display: inline-block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  vertical-align: top;
}

/* line 1189, ../../sass/base/_open.scss */
.sidebar-articles li .entry {
  display: inline-block;
  width: 55%;
  margin-left: 10px;
  vertical-align: top;
}

/* line 1196, ../../sass/base/_open.scss */
.sidebar-articles li .entry h3 {
  margin-bottom: 8px;
  font-family: "Roboto", sans-serif;
}

/* line 1201, ../../sass/base/_open.scss */
.sidebar-articles li .entry h3 a {
  color: #e50b16;
}

/* line 1205, ../../sass/base/_open.scss */
.sidebar-articles li .entry p {
  margin-top: 0;
}

/* line 1209, ../../sass/base/_open.scss */
.btn.red {
  background: #e50b16;
  color: #fff;
}

/* line 1214, ../../sass/base/_open.scss */
.sidebar h2 {
  margin-bottom: 30px;
}

/* line 1218, ../../sass/base/_open.scss */
.sidebar-articles {
  margin-bottom: 30px;
}

/* line 1221, ../../sass/base/_open.scss */
.sidebar-articles li:last-child {
  margin-bottom: 0;
}

/*.post-title-list li {
	padding: 10px 0;
	border-bottom: solid 1px #ddd;
}

.post-title-list li h3 {
	margin-bottom: 0;
}

.post-title-list span.small-title {
	font-size: 12px;
	color: #aaa;
}*/
/* line 1240, ../../sass/base/_open.scss */
ul.social-links {
  text-align: right;
  float: right;
}

/*=====  End of Columns  ======*/
/**
 *
 * More Menu
 *
 */
/* line 1254, ../../sass/base/_open.scss */
#block-mainnavigation .more-menu {
  position: absolute;
  right: 0;
  background: #fff;
  z-index: 5;
  font-size: 12px;
  display: none;
}

/* line 1263, ../../sass/base/_open.scss */
#block-mainnavigation.overflowing .more-menu {
  display: block;
}

/* line 1267, ../../sass/base/_open.scss */
#block-mainnavigation .more-menu:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 4;
  left: -20px;
  width: 20px;
  top: 0;
  box-shadow: inset -2px 0 5px rgba(0, 0, 0, 0.1);
  height: 37px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+68&amp;0+0,1+68 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 68%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 68%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 68%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
}

/* line 1286, ../../sass/base/_open.scss */
.more-menu span {
  display: inline-block;
  vertical-align: middle;
}

/* line 1291, ../../sass/base/_open.scss */
.more-menu .more-icon i {
  display: block;
  font-size: 16px;
}

/* line 1296, ../../sass/base/_open.scss */
.primary-nav li.more-menu a {
  padding: 0 10px 0 20px;
  color: #e50b16;
}

/* line 1301, ../../sass/base/_open.scss */
.more-menu span.more-txt {
  font-size: 11px;
  font-weight: 700;
  padding-left: 2px;
}

/* line 1308, ../../sass/base/_open.scss */
.menu-wrap {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: -300px;
  width: 280px;
  background: #f3f3f3;
  box-sizing: border-box;
  bottom: 0;
  box-shadow: -3px 0 10px rgba(0, 0, 0, 0.4);
  padding: 20px;
  max-width: 300px;
  transition: all 0.15s ease-in-out;
}

/* line 1323, ../../sass/base/_open.scss */
.menu-wrap.open {
  right: 0;
}

/* line 1326, ../../sass/base/_open.scss */
body.menu-opened {
  position: fixed;
}
/* line 1328, ../../sass/base/_open.scss */
body.menu-opened:before {
  display: block;
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  top: 0;
}

/* line 1340, ../../sass/base/_open.scss */
.menu-wrap .menu-close {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  border: solid 2px #fff;
  background: #e50b16;
  margin: 10px 0 0 -10px;
  color: #fff;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2);
}

/* line 1357, ../../sass/base/_open.scss */
.menu-wrap ul, .menu-wrap .custom_test {
  display: block;
  padding-top: 35px;
}
/* line 1360, ../../sass/base/_open.scss */
.menu-wrap ul .navigation, .menu-wrap .custom_test .navigation {
  height: 85vh;
  overflow: auto;
}

/* line 1366, ../../sass/base/_open.scss */
.menu-wrap .custom_test ul.menu {
  max-height: none;
  padding: 0;
  border-bottom: 1px solid #ddd;
  /*@media only screen and (max-height: 767px) {
  	max-height: 500px;
  	overflow: auto;
  }
  @media only screen and (max-height: 620px) {
  	max-height: 430px;
  }
  @media only screen and (max-height: 520px) {
  	max-height: 346px;
  }
  @media only screen and (max-height: 420px) {
  	max-height: 313px;
  }
  @media only screen and (max-height: 320px) {
  	max-height: 156px;
  }*/
}

/* line 1388, ../../sass/base/_open.scss */
.menu-wrap .content ul li {
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
}
/* line 1396, ../../sass/base/_open.scss */
.menu-wrap .content ul li:first-child a:before {
  content: "\f015";
  display: table-cell;
  vertical-align: middle;
  height: 34px;
}
/* line 1404, ../../sass/base/_open.scss */
.menu-wrap .content ul li:first-child a {
  width: 100%;
  vertical-align: top;
  height: 39px;
  overflow: hidden;
  padding: 2px 10px;
  line-height: 34px;
}

/* line 1414, ../../sass/base/_open.scss */
.menu-wrap ul li a {
  display: block;
  padding: 8px 10px;
  border: solid 1px #ddd;
  border-bottom: none;
  background: #fbfbfb;
}

/*.menu-wrap ul li:last-child a {
	border-bottom: solid 1px #eee;
}
*/
/* line 1426, ../../sass/base/_open.scss */
.primary-nav li.more-menu a:after {
  opacity: 0;
  display: none;
}

/* line 1431, ../../sass/base/_open.scss */
.primary-nav li:nth-last-child(2) {
  border-right: none;
}

/* line 1435, ../../sass/base/_open.scss */
.menu-wrap ul li.menu-item--active-trail a,
.menu-wrap ul li a:hover {
  background: #fff;
  color: #e50b16;
}

/*==============================
=            Footer            =
==============================*/
/* line 1445, ../../sass/base/_open.scss */
.page-footer {
  padding: 40px 0 0 0;
}

/* line 1449, ../../sass/base/_open.scss */
.page-footer .wrap {
  padding: 0 25px;
  box-sizing: border-box;
}

/* line 1454, ../../sass/base/_open.scss */
#block-subscribe, .block-subscribe-footer {
  width: 35%;
  overflow: hidden;
  float: left;
}
@media only screen and (max-width: 767px) {
  /* line 1454, ../../sass/base/_open.scss */
  #block-subscribe, .block-subscribe-footer {
    width: 100%;
    margin-bottom: 60px;
  }
}

/* line 1463, ../../sass/base/_open.scss */
.menu--essays {
  width: 15%;
  overflow: hidden;
  float: left;
  vertical-align: top;
  /*&.menu--print-footer-menu h2 {
  	text-indent: -9999px;
  }
  &.menu--print-footer-menu .content ul {
  	margin-top: -50px;
  }*/
}
@media only screen and (max-width: 767px) {
  /* line 1463, ../../sass/base/_open.scss */
  .menu--essays {
    width: 47%;
    margin-bottom: 20px;
  }
  /* line 1471, ../../sass/base/_open.scss */
  .menu--essays:nth-of-type(2n+1) {
    clear: both;
  }
}

/* line 1493, ../../sass/base/_open.scss */
.menu--essays li {
  display: block;
  font-size: 14px;
  line-height: 30px;
}

/* line 1499, ../../sass/base/_open.scss */
.thumb-nail.current-edition,
.footer-subscribe .subscribe-menu {
  display: inline-block;
  vertical-align: top;
}

/* line 1504, ../../sass/base/_open.scss */
.thumb-nail.current-edition {
  width: 24.5%;
  overflow: hidden;
  border: solid 1px #ddd;
}

/* line 1510, ../../sass/base/_open.scss */
.thumb-nail.current-edition img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 1516, ../../sass/base/_open.scss */
.footer-subscribe .subscribe-menu {
  width: 60%;
  margin-left: 30px;
}

/* line 1521, ../../sass/base/_open.scss */
.footer-subscribe-options li a span {
  display: inline-block;
  width: 40px;
  height: 31px;
  text-indent: -9000px;
  /*background-repeat: no-repeat;
  background-position: center top;*/
  vertical-align: top;
  background-image: url("../../images/icon-p-d-r-sprite.png");
  background-repeat: no-repeat;
  background-position: center top;
  color: #000;
  /*&:hover {
  	background-position: center -40px;
  }*/
}

/* line 1538, ../../sass/base/_open.scss */
.footer-subscribe-options li a {
  display: block;
}
/* line 1540, ../../sass/base/_open.scss */
.footer-subscribe-options li a:hover span.icon-print {
  background-position: center -40px;
}
/* line 1543, ../../sass/base/_open.scss */
.footer-subscribe-options li a:hover span.icon-digital {
  background-position: 3px -198px;
}
/* line 1546, ../../sass/base/_open.scss */
.footer-subscribe-options li a:hover span.icon-feed {
  background-position: 1px -356px;
}

/* line 1551, ../../sass/base/_open.scss */
.footer-subscribe-options li {
  display: block;
  margin-bottom: 10px;
}

/* line 1555, ../../sass/base/_open.scss */
.footer-subscribe-options li span.icon-digital {
  background-position: 3px -158px;
}
/* line 1557, ../../sass/base/_open.scss */
.footer-subscribe-options li span.icon-digital:hover {
  background-position: 3px -198px;
}

/* line 1561, ../../sass/base/_open.scss */
.footer-subscribe-options li span.icon-feed {
  background-position: 1px -316px;
}
/* line 1563, ../../sass/base/_open.scss */
.footer-subscribe-options li span.icon-feed:hover {
  background-position: 1px -356px;
}

/* line 1568, ../../sass/base/_open.scss */
.footer-subscribe-options strong {
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  font-size: 14px;
}

/* line 1574, ../../sass/base/_open.scss */
ul.subscribe-sub-menu li {
  font-size: 12px;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  /* line 1574, ../../sass/base/_open.scss */
  ul.subscribe-sub-menu li {
    display: none;
  }
}

/* line 1582, ../../sass/base/_open.scss */
ul.footer-subscribe-options {
  margin-bottom: 30px;
}

/* line 1586, ../../sass/base/_open.scss */
.page-footer .foot {
  border: 1px #ddd;
  border-style: solid none solid;
  padding: 40px 25px;
}

/* line 1592, ../../sass/base/_open.scss */
.page-footer .footer-top {
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  /* line 1597, ../../sass/base/_open.scss */
  .page-footer .row {
    display: block;
  }
}

/* line 1602, ../../sass/base/_open.scss */
.footer-brand.col {
  width: 145px;
  overflow: hidden;
}

/* line 1607, ../../sass/base/_open.scss */
.footer-brand.col img {
  width: 100%;
  display: block;
  height: auto;
}

/* line 1613, ../../sass/base/_open.scss */
.copyright.col {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 767px) {
  /* line 1613, ../../sass/base/_open.scss */
  .copyright.col {
    width: 100%;
  }
}
/* line 1619, ../../sass/base/_open.scss */
.copyright.col .block-system-branding-block {
  width: auto;
  max-width: 145px;
  overflow: hidden;
  margin-right: 5%;
}
@media only screen and (max-width: 960px) {
  /* line 1619, ../../sass/base/_open.scss */
  .copyright.col .block-system-branding-block {
    margin-right: 2%;
    width: 110px;
  }
}
/* line 1629, ../../sass/base/_open.scss */
.copyright.col .site-branding__logo {
  border-right: none;
  padding: 0;
  height: auto;
  /*img {
  	width: 100%;
  }*/
}

/* line 1638, ../../sass/base/_open.scss */
#block-footercopyright {
  /*float: left;*/
}
@media only screen and (max-width: 1024px) {
  /* line 1638, ../../sass/base/_open.scss */
  #block-footercopyright {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1638, ../../sass/base/_open.scss */
  #block-footercopyright {
    float: right;
    width: 30%;
  }
}
@media only screen and (max-width: 500px) {
  /* line 1638, ../../sass/base/_open.scss */
  #block-footercopyright {
    float: left;
    width: 100%;
    margin-top: 30px;
  }
}

/* line 1653, ../../sass/base/_open.scss */
.footer-menu-legal.col {
  width: 50%;
  float: left;
  /*@media only screen and (max-width: 767px) {
  	width: 100%;
  }*/
}
/* line 1659, ../../sass/base/_open.scss */
.footer-menu-legal.col h2 {
  display: none;
}

/* line 1664, ../../sass/base/_open.scss */
.footer-menu-legal.col ul li {
  display: inline-block;
  padding: 0;
  text-transform: capitalize;
}
@media only screen and (max-width: 479px) {
  /* line 1664, ../../sass/base/_open.scss */
  .footer-menu-legal.col ul li {
    display: block;
  }
}

/* line 1673, ../../sass/base/_open.scss */
.foot ul {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

/* line 1679, ../../sass/base/_open.scss */
.foot p {
  display: block;
  margin: 0 0 10px 0;
  line-height: 13px;
  color: #888;
}

/* line 1686, ../../sass/base/_open.scss */
.footer-menu-legal p {
  font-size: 10px;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  /* line 1691, ../../sass/base/_open.scss */
  .recommended-browsers {
    display: none;
  }
}

/* line 1697, ../../sass/base/_open.scss */
.foot ul li a {
  display: inline-block;
  margin: 0 15px 0 0;
}

/*=====  End of Footer  ======*/
/*.ad-block{
	border: 1px solid #ddd;
	background: #333;
	color: #ffffff;
	text-align: center;
	width: 85%;
	margin: 20px auto;
	min-height: 100px;
	line-height: 100px;
	clear: both;
}*/
/* line 1715, ../../sass/base/_open.scss */
.sidebar .ad-block {
  margin-top: 8px;
}

/* line 1719, ../../sass/base/_open.scss */
#block-headerrightmenublock {
  float: left;
  /*width: 5%;
  border-top: 1px solid #ccc;*/
  position: relative;
  right: 22px;
  top: 0;
}
/* line 1726, ../../sass/base/_open.scss */
#block-headerrightmenublock .more-menu {
  position: absolute;
  right: 0;
  background: #fff;
  z-index: 5;
  font-size: 12px;
  display: none;
}
/* line 1735, ../../sass/base/_open.scss */
#block-headerrightmenublock .more-menu {
  display: block;
}
/* line 1739, ../../sass/base/_open.scss */
#block-headerrightmenublock .more-menu:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 4;
  left: -20px;
  width: 20px;
  top: 0;
  box-shadow: inset -2px 0 5px rgba(0, 0, 0, 0.1);
  height: 34px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+68&amp;0+0,1+68 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 68%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 68%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 68%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
}
/* line 1757, ../../sass/base/_open.scss */
#block-headerrightmenublock .more-menu span {
  display: inline-block;
  vertical-align: middle;
}
/* line 1761, ../../sass/base/_open.scss */
#block-headerrightmenublock .more-menu .more-icon i {
  display: block;
  font-size: 16px;
}
/* line 1765, ../../sass/base/_open.scss */
#block-headerrightmenublock li.more-menu a {
  padding: 0 10px 0 20px;
  color: #e50b16;
}
/* line 1769, ../../sass/base/_open.scss */
#block-headerrightmenublock li.more-menu a:hover:after {
  background: none;
}
/* line 1774, ../../sass/base/_open.scss */
#block-headerrightmenublock li a {
  display: block;
  height: 34px;
  line-height: 32px;
  padding: 0 10px;
  color: #969696;
  position: relative;
  z-index: 1;
}
/* line 1783, ../../sass/base/_open.scss */
#block-headerrightmenublock .more-menu span.more-txt {
  font-size: 11px;
  font-weight: 700;
  padding-left: 2px;
}

@media only screen and (max-width: 1024px) {
  /* line 1792, ../../sass/base/_open.scss */
  .col-nav #block-mainnavigation, #block-headerrightmenublock {
    display: none !important;
  }

  /* line 1795, ../../sass/base/_open.scss */
  .solr_search {
    display: none;
  }

  /* line 1798, ../../sass/base/_open.scss */
  .homepage-featured-slideshow.more-slideshow {
    border-top: 1px solid #ddd;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 1805, ../../sass/base/_open.scss */
  .subs-avenue-special .sidebar .region-home-issue-avenue-spl .block {
    width: 31%;
    float: left;
    margin-right: 15px;
  }
}
/*@media only screen and (min-width: 560px) {
	width: 100%;
}*/
/* line 1817, ../../sass/base/_open.scss */
.node-subscription-form {
  font-size: 14px;
  margin: 20px 40px 30px;
  overflow: hidden;
}
/* line 1821, ../../sass/base/_open.scss */
.node-subscription-form input {
  height: 46px;
  padding: 10px 20px;
  margin: 0;
  font-size: 14px;
  color: #737373;
  width: 100%;
  max-width: 340px;
}
/* line 1830, ../../sass/base/_open.scss */
.node-subscription-form ul {
  list-style-type: disc;
  padding-left: 15px;
}
/* line 1834, ../../sass/base/_open.scss */
.node-subscription-form .button {
  background: #e50b16;
  padding: 10px 35px;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  font-family: "Roboto",sans-serif;
  border: 0 none;
  float: left;
  width: auto;
}

/* line 1849, ../../sass/base/_open.scss */
.path-subscribe-complete .messages__wrapper {
  display: none;
}
/* line 1852, ../../sass/base/_open.scss */
.path-subscribe-complete .messages__wrapper + .block .content {
  font-size: 30px;
  text-align: center;
  width: 65%;
  margin: 100px auto;
}

/* Small Desktops ----------- */
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 3, ../../sass/base/_media.scss */
  .sidebar {
    max-width: 260px;
  }

  /* line 7, ../../sass/base/_media.scss */
  .top-header .row {
    min-width: 1000px;
    max-width: 1200px;
  }

  /* line 12, ../../sass/base/_media.scss */
  .brand-col .logo {
    padding: 25px 5%;
  }

  /* line 16, ../../sass/base/_media.scss */
  .page-section aside {
    padding-right: 0;
  }

  /* line 20, ../../sass/base/_media.scss */
  .column-list .entry {
    width: 60%;
  }

  /* line 24, ../../sass/base/_media.scss */
  .square-ad {
    width: 100%;
    height: auto;
    padding-right: 25px;
    box-sizing: border-box;
  }

  /* line 31, ../../sass/base/_media.scss */
  .square-ad img {
    width: 100%;
    height: auto;
  }

  /* line 36, ../../sass/base/_media.scss */
  .block.current-issue {
    margin-right: 25px;
  }

  /* line 40, ../../sass/base/_media.scss */
  .sidebar-articles li .entry {
    width: 40%;
  }

  /* line 43, ../../sass/base/_media.scss */
  .col.col-nav {
    width: 60%;
    overflow: hidden;
  }
}
/* ipad ----------- */
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  /* line 52, ../../sass/base/_media.scss */
  ul.primary-nav {
    position: fixed;
    width: 40%;
    display: block;
    right: 0;
    background: #fff;
    top: 0;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
    right: -40%;
  }

  /* line 63, ../../sass/base/_media.scss */
  .doc-wrap {
    overflow: hidden;
  }

  /* line 67, ../../sass/base/_media.scss */
  button.menu-trigger {
    display: block;
    float: right;
    margin-right: 25px;
    border: none;
    background: #fff;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    color: #000;
    font-size: 24px;
    outline: none;
  }

  /* line 82, ../../sass/base/_media.scss */
  .subscribe-link .current-issue {
    height: 55px;
  }

  /* line 86, ../../sass/base/_media.scss */
  .top-header {
    height: 80px;
  }

  /* line 90, ../../sass/base/_media.scss */
  .col.col-nav {
    position: relative;
  }

  /* line 93, ../../sass/base/_media.scss */
  .brand-col .logo,
  .subscribe-col,
  .col.col-nav {
    height: 80px;
    box-sizing: border-box;
  }

  /* line 100, ../../sass/base/_media.scss */
  .col-nav .main-nav {
    position: absolute;
    width: 30px;
    height: 80px;
    border: none;
    right: 0;
    top: 0;
  }

  /* line 109, ../../sass/base/_media.scss */
  button.menu-trigger {
    display: inline-block;
    margin: 0;
    padding: 0;
  }

  /* line 115, ../../sass/base/_media.scss */
  .search-block .search-field input {
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    height: 60px;
    border: solid 1px #ddd;
    display: none;
  }

  /* line 129, ../../sass/base/_media.scss */
  .search-block .search-field {
    width: 30px;
    height: 80px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border-radius: 0;
    position: absolute;
    right: 60px;
    top: 0;
    font-size: 20px;
    border: none;
  }

  /* line 143, ../../sass/base/_media.scss */
  .col-nav .top-bar {
    height: 80px;
    border: none;
    padding: 0 20px;
  }

  /* line 149, ../../sass/base/_media.scss */
  .top-bar .current-date {
    font-size: 11px;
    width: 32%;
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  /* line 159, ../../sass/base/_media.scss */
  .top-bar .social-links {
    width: 40%;
    padding: 0;
    margin: 0;
    height: 80px;
    border-right: solid 1px #ddd;
    padding-right: 10px;
    box-sizing: content-box;
  }

  /* line 169, ../../sass/base/_media.scss */
  .top-header .brand-col .logo {
    padding: 25px 20px;
  }

  /* line 173, ../../sass/base/_media.scss */
  .logo img {
    height: 30px;
  }

  /* line 177, ../../sass/base/_media.scss */
  .subscribe-col {
    padding: 7px 20px 0;
  }

  /*.col.brand-col {
  	width: 60%;
  	min-width: 300px;
  }*/
  /* line 186, ../../sass/base/_media.scss */
  .top-header .col {
    height: 80px;
  }

  /* line 190, ../../sass/base/_media.scss */
  .top-bar .social-links li a {
    display: inline-block;
    line-height: 80px;
    padding: 0 3px;
  }

  /* line 196, ../../sass/base/_media.scss */
  .search-block .search-field button {
    height: 80px;
    line-height: 80px;
    outline: none;
  }

  /* line 202, ../../sass/base/_media.scss */
  button.menu-trigger {
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    padding-top: 2px;
  }

  /* line 208, ../../sass/base/_media.scss */
  .doc-wrap {
    padding-top: 80px;
  }

  /* line 212, ../../sass/base/_media.scss */
  .f-ad {
    padding: 20px 0;
  }

  /* line 216, ../../sass/base/_media.scss */
  .page .row [class*="col-"] {
    display: block;
    width: 100%;
  }

  /* line 221, ../../sass/base/_media.scss */
  .page-wrap {
    display: block;
  }
}
/* line 1, ../../sass/base/_home.scss */
.homepage-featured-slideshow {
  visibility: hidden;
}
/* line 4, ../../sass/base/_home.scss */
.homepage-featured-slideshow .bx-wrapper, .homepage-featured-slideshow .section-header {
  border-bottom: solid 1px #ddd;
}
/* line 7, ../../sass/base/_home.scss */
.homepage-featured-slideshow .open-slider > li {
  padding: 20px 25px;
}
@media only screen and (max-width: 480px) {
  /* line 7, ../../sass/base/_home.scss */
  .homepage-featured-slideshow .open-slider > li {
    padding: 0;
  }
}
/* line 13, ../../sass/base/_home.scss */
.homepage-featured-slideshow .entry-excerpt {
  /*max-height: 290px;
  overflow: hidden;*/
}
@media only screen and (max-width: 480px) {
  /* line 13, ../../sass/base/_home.scss */
  .homepage-featured-slideshow .entry-excerpt {
    padding: 0 15px 20px;
  }
}
/* line 21, ../../sass/base/_home.scss */
.homepage-featured-slideshow .featured-thumb {
  margin-bottom: 20px;
  /*max-height: 300px;*/
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 481px) {
  /* line 21, ../../sass/base/_home.scss */
  .homepage-featured-slideshow .featured-thumb {
    margin-bottom: 0;
    width: 51%;
    max-height: 320px;
  }
}
/* line 33, ../../sass/base/_home.scss */
.homepage-featured-slideshow .item .slider_title {
  margin: 0 0 15px;
}
/* line 36, ../../sass/base/_home.scss */
.homepage-featured-slideshow .post-meta {
  margin-bottom: 30px;
  display: flex;
  display: -webkit-flex;
}
/* line 40, ../../sass/base/_home.scss */
.homepage-featured-slideshow .post-meta li {
  padding-top: 0;
}
/* line 42, ../../sass/base/_home.scss */
.homepage-featured-slideshow .post-meta li:first-child {
  padding-right: 30px;
}
/* line 45, ../../sass/base/_home.scss */
.homepage-featured-slideshow .post-meta li a {
  font-weight: 700;
}
/* line 50, ../../sass/base/_home.scss */
.homepage-featured-slideshow .excerpt-p {
  margin: 16px 0;
}
/* line 53, ../../sass/base/_home.scss */
.homepage-featured-slideshow .bx-wrapper {
  /*overflow: hidden;
  height: 355px;*/
}
/* line 57, ../../sass/base/_home.scss */
.homepage-featured-slideshow .bx-wrapper.slideheight {
  overflow: visible;
  height: auto;
}

/* line 64, ../../sass/base/_home.scss */
.this-week .article-item .post-meta, .lounge-block .article-item .post-meta, .highlights .article-item .post-meta {
  margin-bottom: 0;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  display: flex;
  display: -webkit-flex;
}
/* line 70, ../../sass/base/_home.scss */
.this-week .article-item .post-meta li, .lounge-block .article-item .post-meta li, .highlights .article-item .post-meta li {
  width: auto;
}
/* line 72, ../../sass/base/_home.scss */
.this-week .article-item .post-meta li:first-child, .lounge-block .article-item .post-meta li:first-child, .highlights .article-item .post-meta li:first-child {
  padding-right: 14px;
}
/* line 76, ../../sass/base/_home.scss */
.this-week .article-item .post-meta .author a, .lounge-block .article-item .post-meta .author a, .highlights .article-item .post-meta .author a {
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  /* line 64, ../../sass/base/_home.scss */
  .this-week .article-item .post-meta, .lounge-block .article-item .post-meta, .highlights .article-item .post-meta {
    justify-content: flex-start;
  }
}
/* line 83, ../../sass/base/_home.scss */
.this-week .article-item .post-meta + h3, .lounge-block .article-item .post-meta + h3, .highlights .article-item .post-meta + h3 {
  margin-bottom: 5px;
  margin-top: 15px;
}
/* line 88, ../../sass/base/_home.scss */
.this-week .excerpt-p, .lounge-block .excerpt-p, .highlights .excerpt-p {
  margin: 5px 0 0;
}

/* line 92, ../../sass/base/_home.scss */
.highlights-openspace {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 92, ../../sass/base/_home.scss */
  .highlights-openspace {
    width: 25%;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 92, ../../sass/base/_home.scss */
  .highlights-openspace {
    width: 25%;
    border-right: 1px solid #ddd;
    margin-right: -1px;
  }
}
/* line 103, ../../sass/base/_home.scss */
.highlights-openspace .highlights.open-space {
  /*.excerpt-p {
      font-size: 14px;
      line-height: 20px;
      color: #777;
      margin-bottom: 30px;
  }*/
}
@media only screen and (max-width: 768px) {
  /* line 103, ../../sass/base/_home.scss */
  .highlights-openspace .highlights.open-space {
    border-bottom: 1px solid #ddd !important;
  }
}
/* line 107, ../../sass/base/_home.scss */
.highlights-openspace .highlights.open-space .view-section-wrap-row .article-item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 110, ../../sass/base/_home.scss */
  .highlights-openspace .highlights.open-space .view-section-wrap-row .article-item .thumbnail {
    height: auto;
  }
  /* line 112, ../../sass/base/_home.scss */
  .highlights-openspace .highlights.open-space .view-section-wrap-row .article-item .thumbnail img {
    min-height: 120px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  /* line 116, ../../sass/base/_home.scss */
  .highlights-openspace .highlights.open-space .view-section-wrap-row .article-item .image-teasure {
    max-height: 130px;
  }
}

@media only screen and (max-width: 480px) {
  /* line 107, ../../sass/base/_home.scss */
  .highlights-openspace .highlights.open-space .view-section-wrap-row .article-item {
    padding-bottom: 0;
  }
}
/* line 125, ../../sass/base/_home.scss */
.highlights-openspace .highlights.open-space .view-section-wrap-row .article-item .post-meta li.author {
  padding-right: 0;
}

/* line 137, ../../sass/base/_home.scss */
.home-lounge {
  width: 75%;
  float: left;
}
/* line 140, ../../sass/base/_home.scss */
.home-lounge .lounge-block.sub-col {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 137, ../../sass/base/_home.scss */
  .home-lounge {
    width: 100%;
  }
}

/*.block-views-blockfeatured-homepage-blocks-block-1 .lounge-block .article-item {
   width:33.33%;
}*/
/* line 151, ../../sass/base/_home.scss */
.view-section-wrap .col-4.article-item {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  /* line 157, ../../sass/base/_home.scss */
  .this-week .view-section-wrap-row .article-item, .lounge-block .view-section-wrap-row .article-item {
    width: 33.33%;
  }
}

/* line 166, ../../sass/base/_home.scss */
.this-week .article-item div.author a, .this-week .article-item div.author .sub-author, .open-slider div.author a, .open-slider div.author .sub-author {
  background: url(../../images/author.png) 0px 1px no-repeat;
  padding-left: 12px;
  background-size: 8px;
  padding-bottom: 0;
}
/* line 172, ../../sass/base/_home.scss */
.this-week .article-item div.author a, .open-slider div.author a {
  font-weight: bold;
}
/* line 175, ../../sass/base/_home.scss */
.this-week .article-item div.author .sub-author, .open-slider div.author .sub-author {
  background: url(../../images/camera-icon.png) 0px 3px no-repeat;
  display: inline-block;
  background-size: 12px;
  padding-left: 13px;
}
/* line 181, ../../sass/base/_home.scss */
.this-week .article-item div.author .sub-illus, .open-slider div.author .sub-illus {
  background: url(../../images/illus.png) 0px 1px no-repeat;
  display: inline-block;
  background-size: 10px;
  padding-left: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 191, ../../sass/base/_home.scss */
  .view-section-wrap .article-item, .view-section-wrap .article-item.col-3 {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 191, ../../sass/base/_home.scss */
  .view-section-wrap .article-item, .view-section-wrap .article-item.col-3 {
    padding: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  /* line 200, ../../sass/base/_home.scss */
  .view-section-wrap .article-item.col-3 {
    border-bottom: solid 1px #ddd;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 205, ../../sass/base/_home.scss */
  .view-section-wrap .article-item.col-3:last-child {
    border-bottom: none;
  }
}

/* line 211, ../../sass/base/_home.scss */
.small-world-block {
  border-top: solid 1px #ddd;
}

@media only screen and (max-width: 767px) {
  /* line 215, ../../sass/base/_home.scss */
  .view-section-wrap .article-item .content {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 481px) {
  /* line 222, ../../sass/base/_home.scss */
  .item-list .slider > li {
    padding: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 229, ../../sass/base/_home.scss */
  .view-section-wrap .article-item {
    padding: 0px 25px;
  }

  /* line 232, ../../sass/base/_home.scss */
  .view-section-wrap .col-3.article-item {
    padding: 0 25px;
  }

  /* line 235, ../../sass/base/_home.scss */
  .item-list .slider > li {
    padding: 20px 25px;
  }

  /*.this-week .article-item, .lounge-block .article-item {
      width: 33.33%;
  }*/
  /* line 241, ../../sass/base/_home.scss */
  .view-section-wrap .article-item {
    width: 24.99%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 248, ../../sass/base/_home.scss */
  .four-column-list .view-section-wrap-row .article-item {
    width: 25%;
  }
}

/* line 255, ../../sass/base/_home.scss */
.sub-section .view-section-wrap-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
/* line 271, ../../sass/base/_home.scss */
.sub-section .view-section-wrap {
  display: flex;
  flex-flow: row wrap;
  box-sizing: border-box;
}

/* line 279, ../../sass/base/_home.scss */
.more-slideshow .bx-wrapper {
  border-bottom: none;
}

/* line 282, ../../sass/base/_home.scss */
.lounge-block.sub-col {
  width: 80%;
  border-left: 1px solid #ddd;
  float: right;
}
@media only screen and (max-width: 1024px) {
  /* line 282, ../../sass/base/_home.scss */
  .lounge-block.sub-col {
    width: 100%;
    padding: 0;
    border-left: none;
  }
}

/*Sidebar column*/
/*.sidebar h2 {
    text-transform: capitalize;
}*/
/* line 300, ../../sass/base/_home.scss */
.column-list .cat-title, .column-list .entry p {
  font-size: 12px;
}
/* line 303, ../../sass/base/_home.scss */
.column-list .cat-title p {
  margin-bottom: 0;
}
/* line 306, ../../sass/base/_home.scss */
.column-list h3 {
  font-size: 14.4px;
}

/* line 312, ../../sass/base/_home.scss */
.block-views-blocklounge-list-block-4 .voice-list {
  border-bottom: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 311, ../../sass/base/_home.scss */
  .block-views-blocklounge-list-block-4 {
    width: 70%;
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 321, ../../sass/base/_home.scss */
  .doc-wrap .sidebar .block.block-ad2-block {
    width: 30%;
    display: block;
    float: right;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 321, ../../sass/base/_home.scss */
  .doc-wrap .sidebar .block.block-ad2-block {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 333, ../../sass/base/_home.scss */
  .region-home-opentalk-lounge {
    border-top: solid 1px #ddd;
  }
}
@media only screen and (min-width: 768px) {
  /* line 333, ../../sass/base/_home.scss */
  .region-home-opentalk-lounge {
    display: inline-flex;
  }
}

/*Most Popular and Most commented block*/
/*.region-home-issue-avenue-spl {
    @media only screen and (min-width: 768px) and (max-width: 1024px){
        display: flex;
        display: -webkit-flex;
    }
}*/
/* line 353, ../../sass/base/_home.scss */
.popular-tab .region .block-views-blockmost-commented-block-1 {
  margin: 0;
}
/* line 356, ../../sass/base/_home.scss */
.popular-tab .tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-bottom: solid 1px #ddd;
}
/* line 362, ../../sass/base/_home.scss */
.popular-tab .tabs li {
  background: none;
  display: inline-block;
  padding: 5px 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  color: #000000;
  opacity: 0.5;
  margin-right: 15px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  border-bottom: solid 1px transparent;
}
/* line 376, ../../sass/base/_home.scss */
.popular-tab .tabs li.current {
  color: #e50b16;
  opacity: 1;
  border-bottom: solid 1px #e50b16;
}
/* line 383, ../../sass/base/_home.scss */
.popular-tab .tab-content {
  display: none;
  padding: 20px 0;
}
/* line 387, ../../sass/base/_home.scss */
.popular-tab .tab-content.current {
  display: inherit;
}
/* line 392, ../../sass/base/_home.scss */
.popular-tab .post-title-list > li {
  padding: 10px 0;
  border-bottom: solid 1px #ddd;
}
/* line 397, ../../sass/base/_home.scss */
.popular-tab .views-field-title a {
  font-size: 14px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #000000;
}
/* line 403, ../../sass/base/_home.scss */
.popular-tab .views-field-title a:hover {
  color: #e50b16;
}
/* line 407, ../../sass/base/_home.scss */
.popular-tab .disqus-comments-num {
  padding: 0;
}
/* line 409, ../../sass/base/_home.scss */
.popular-tab .disqus-comments-num a {
  font-size: 12px;
  color: #aaa;
}

/* line 416, ../../sass/base/_home.scss */
.region-sidebar-second .popular-tab.block-views-blockmost-commented-block-1 {
  margin: 0;
}

/*Current issue block*/
/* line 422, ../../sass/base/_home.scss */
.block-views-blockduplicate-of-current-issue-home-page-block-1, .block-views-blockcurrent-issue-item-detail-block-1, .block-views-blocktoc-currentabove-block-1 {
  border: solid 1px #ddd;
  max-width: 260px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
  display: block;
  background: #000000;
}
@media only screen and (max-width: 480px) {
  /* line 422, ../../sass/base/_home.scss */
  .block-views-blockduplicate-of-current-issue-home-page-block-1, .block-views-blockcurrent-issue-item-detail-block-1, .block-views-blocktoc-currentabove-block-1 {
    width: 100%;
    max-width: none;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 1025px) {
  /* line 438, ../../sass/base/_home.scss */
  .sidebar .region .block-views-blockduplicate-of-current-issue-home-page-block-1, .sidebar .region .block-views-blockcurrent-issue-item-detail-block-1, .sidebar .region .block-views-blocktoc-currentabove-block-1 {
    margin-right: 25px;
  }
}

/* line 445, ../../sass/base/_home.scss */
.current-issue-right {
  text-align: center;
  padding: 20px;
}
/* line 449, ../../sass/base/_home.scss */
.current-issue-right .item li {
  padding: 0;
}
/* line 453, ../../sass/base/_home.scss */
.current-issue-right .title.issue-label {
  display: block;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
/* line 462, ../../sass/base/_home.scss */
.current-issue-right h4 {
  font-size: 16px;
  line-height: 18px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: normal;
}
/* line 471, ../../sass/base/_home.scss */
.current-issue-right img {
  margin-bottom: 20px;
  width: 100%;
  transition: all 0.2s ease-in-out;
  height: auto;
}
/* line 479, ../../sass/base/_home.scss */
.current-issue-right.black-bg * {
  color: #ffffff;
}
/* line 482, ../../sass/base/_home.scss */
.current-issue-right.black-bg figure {
  border: 0 none;
}
/* line 486, ../../sass/base/_home.scss */
.current-issue-right .subscribe-hover {
  position: absolute;
  left: 50%;
  top: 53%;
  height: 50px;
  width: 130px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  border: solid 2px #fff;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  margin-left: -65px;
  margin-top: -60px;
}
/* line 502, ../../sass/base/_home.scss */
.current-issue-right .date-btn {
  top: 25%;
}
/* line 504, ../../sass/base/_home.scss */
.current-issue-right .date-btn i.fa {
  width: 16px;
  height: 14px;
}
/* line 507, ../../sass/base/_home.scss */
.current-issue-right .date-btn i.fa:before {
  content: "";
  display: block;
  background: url("../../images/magazine_icon.png") left top no-repeat;
  width: 16px;
  height: 14px;
}
/* line 518, ../../sass/base/_home.scss */
.current-issue-right:hover img {
  opacity: 0.5;
}
/* line 521, ../../sass/base/_home.scss */
.current-issue-right:hover .subscribe-hover {
  opacity: 1;
  margin-top: -25px;
}

/* line 528, ../../sass/base/_home.scss */
.sidebar-col {
  clear: both;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  /* line 534, ../../sass/base/_home.scss */
  .block-views-blocklounge-list-block-4 {
    width: 100%;
    display: inline-block;
  }

  /* line 538, ../../sass/base/_home.scss */
  .page .row .home-col-region {
    width: 70%;
    float: left;
  }

  /* line 542, ../../sass/base/_home.scss */
  .page .row .square-ad {
    width: 30%;
    float: right;
  }
}
/* line 549, ../../sass/base/_home.scss */
.page-node-type-article .story iframe.video-feature {
  width: 100%;
}

/* line 553, ../../sass/base/_home.scss */
.photograph-illustrator {
  display: inline-block;
  font-size: 15px;
}
/* line 556, ../../sass/base/_home.scss */
.photograph-illustrator .field--type-string {
  display: inline-block;
}
/* line 557, ../../sass/base/_home.scss */
.photograph-illustrator .field--type-string:before {
  content: " | ";
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
}
/* line 565, ../../sass/base/_home.scss */
.photograph-illustrator .field--type-string.field--name-field-photographer .field__item {
  background: url(../../images/camera-icon.png) 0px 3px no-repeat;
  display: inline-block;
  background-size: 17px;
  padding-left: 20px;
}
/* line 573, ../../sass/base/_home.scss */
.photograph-illustrator .field--type-string.field--name-field-illustration .field__item {
  background: url(../../images/illus.png) 0px 2px no-repeat;
  display: inline-block;
  background-size: 12px;
  padding-left: 16px;
}
/* line 581, ../../sass/base/_home.scss */
.photograph-illustrator .field__label {
  display: none;
}

/* line 587, ../../sass/base/_home.scss */
.open-slider .entry-excerpt .excerpt-p, .more-slideshow .entry-excerpt .excerpt-p {
  clear: both;
}
/* line 590, ../../sass/base/_home.scss */
.open-slider .entry-excerpt .author, .more-slideshow .entry-excerpt .author {
  line-height: 1.2;
}
/* line 592, ../../sass/base/_home.scss */
.open-slider .entry-excerpt .author ul, .more-slideshow .entry-excerpt .author ul {
  display: flex;
  float: left;
}
/* line 596, ../../sass/base/_home.scss */
.open-slider .entry-excerpt .author li, .more-slideshow .entry-excerpt .author li {
  padding-right: 0;
  text-transform: capitalize;
}
/* line 599, ../../sass/base/_home.scss */
.open-slider .entry-excerpt .author li:before, .more-slideshow .entry-excerpt .author li:before {
  content: " ";
  font-weight: bold;
}
/* line 603, ../../sass/base/_home.scss */
.open-slider .entry-excerpt .author li:last-child, .more-slideshow .entry-excerpt .author li:last-child {
  margin-right: 5px;
}
/* line 605, ../../sass/base/_home.scss */
.open-slider .entry-excerpt .author li:last-child:before, .more-slideshow .entry-excerpt .author li:last-child:before {
  content: " & ";
  margin-left: 5px;
}
/* line 610, ../../sass/base/_home.scss */
.open-slider .entry-excerpt .author li:last-child:first-child:before, .more-slideshow .entry-excerpt .author li:last-child:first-child:before {
  content: " ";
}
/* line 616, ../../sass/base/_home.scss */
.open-slider .entry-excerpt .author li:not(:first-child) a, .more-slideshow .entry-excerpt .author li:not(:first-child) a {
  background: none;
  padding-left: 0;
}
/* line 622, ../../sass/base/_home.scss */
.open-slider .entry-excerpt .author li + li:before, .more-slideshow .entry-excerpt .author li + li:before {
  content: ",";
  margin-right: 5px;
}

/* line 632, ../../sass/base/_home.scss */
.this-week .author {
  line-height: 1.2;
}
/* line 634, ../../sass/base/_home.scss */
.this-week .author ul {
  display: flex;
  float: left;
}
/* line 638, ../../sass/base/_home.scss */
.this-week .author li {
  padding-right: 0;
  text-transform: capitalize;
}
/* line 641, ../../sass/base/_home.scss */
.this-week .author li:before {
  content: " ";
  font-weight: bold;
}
/* line 645, ../../sass/base/_home.scss */
.this-week .author li:last-child {
  margin-right: 5px;
}
/* line 647, ../../sass/base/_home.scss */
.this-week .author li:last-child:before {
  content: " & ";
  margin-left: 5px;
}
/* line 652, ../../sass/base/_home.scss */
.this-week .author li:last-child:first-child:before {
  content: " ";
}
/* line 658, ../../sass/base/_home.scss */
.this-week .author li:not(:first-child) a {
  background: none;
  padding-left: 0;
}
/* line 664, ../../sass/base/_home.scss */
.this-week .author li + li:before {
  content: ",";
  margin-right: 5px;
}
/* line 671, ../../sass/base/_home.scss */
.this-week .excerpt-p {
  clear: both;
}

/* line 1, ../../sass/base/_gallery.scss */
.gallery-slider {
  position: relative;
  border-bottom: solid 1px #ddd;
  visibility: hidden;
}
/* line 6, ../../sass/base/_gallery.scss */
.gallery-slider.slider h2 {
  border-bottom: solid 1px #ddd;
}
/* line 10, ../../sass/base/_gallery.scss */
.gallery-slider .bxslider {
  float: left;
  margin: 0;
}
/* line 15, ../../sass/base/_gallery.scss */
.gallery-slider li .item {
  padding: 20px 25px;
}
@media only screen and (max-width: 767px) {
  /* line 15, ../../sass/base/_gallery.scss */
  .gallery-slider li .item {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 15, ../../sass/base/_gallery.scss */
  .gallery-slider li .item {
    padding: 0;
  }
}
/* line 25, ../../sass/base/_gallery.scss */
.gallery-slider .bx-controls {
  top: -56px;
  right: 0;
}
@media only screen and (min-width: 768px) {
  /* line 25, ../../sass/base/_gallery.scss */
  .gallery-slider .bx-controls {
    bottom: 50px;
    top: inherit;
    right: 25px;
  }
}
/* line 35, ../../sass/base/_gallery.scss */
.gallery-slider .bx-controls .bx-default-pager {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 35, ../../sass/base/_gallery.scss */
  .gallery-slider .bx-controls .bx-default-pager {
    display: inline-block;
  }
}
/* line 41, ../../sass/base/_gallery.scss */
.gallery-slider .bx-controls .bx-default-pager .bx-pager-link {
  border: 2px solid #505050;
  background-color: transparent;
}
/* line 44, ../../sass/base/_gallery.scss */
.gallery-slider .bx-controls .bx-default-pager .bx-pager-link:hover {
  border: 2px solid #505050;
  background-color: transparent;
}
/* line 48, ../../sass/base/_gallery.scss */
.gallery-slider .bx-controls .bx-default-pager .bx-pager-link.active {
  border: 3px solid #ddd;
}
@media only screen and (max-width: 767px) {
  /* line 53, ../../sass/base/_gallery.scss */
  .gallery-slider .bx-controls .bx-controls-direction {
    right: 15px;
  }
}
/* line 57, ../../sass/base/_gallery.scss */
.gallery-slider .bx-controls .bx-controls-direction a {
  background-color: #e50b16;
  border-color: #e50b16;
  color: rgba(255, 255, 255, 0.56);
  opacity: 1;
}
/* line 66, ../../sass/base/_gallery.scss */
.gallery-slider .bx-wrapper .content {
  padding: 25px 25px 9px 25px;
  background-color: #000000;
  min-height: 104px;
}
/* line 71, ../../sass/base/_gallery.scss */
.gallery-slider .bx-wrapper .content h3 {
  font-size: 18px;
  line-height: 24px;
  color: #e50b16;
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
}
/* line 78, ../../sass/base/_gallery.scss */
.gallery-slider .bx-wrapper .content p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0px;
}
/* line 84, ../../sass/base/_gallery.scss */
.gallery-slider .bx-wrapper .content p a {
  color: #ffffff;
  margin-left: 10px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
/* line 94, ../../sass/base/_gallery.scss */
.gallery-slider .featured-img {
  border: 0 none;
}
@media only screen and (min-width: 768px) {
  /* line 94, ../../sass/base/_gallery.scss */
  .gallery-slider .featured-img {
    height: 500px;
    overflow: hidden;
  }
}
/* line 100, ../../sass/base/_gallery.scss */
.gallery-slider .featured-img iframe {
  border: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 106, ../../sass/base/_gallery.scss */
  .gallery-slider .fluid-width-video-wrapper {
    height: 100%;
  }
}

/* line 114, ../../sass/base/_gallery.scss */
.galleries .row {
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/* line 128, ../../sass/base/_gallery.scss */
.gallery-item {
  width: 100%;
  padding: 15px 15px 30px 15px;
}
@media only screen and (min-width: 768px) {
  /* line 128, ../../sass/base/_gallery.scss */
  .gallery-item {
    width: 50%;
    padding: 15px 25px 40px 25px;
  }
}
/* line 135, ../../sass/base/_gallery.scss */
.gallery-item figure {
  position: relative;
  background-color: #eeeeee;
}
@media only screen and (min-width: 1100px) {
  /* line 135, ../../sass/base/_gallery.scss */
  .gallery-item figure {
    height: 240px;
    overflow: hidden;
  }
}
/* line 142, ../../sass/base/_gallery.scss */
.gallery-item figure img {
  margin-bottom: 0;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 142, ../../sass/base/_gallery.scss */
  .gallery-item figure img {
    width: 100%;
  }
}
/* line 152, ../../sass/base/_gallery.scss */
.gallery-item .count {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
/* line 156, ../../sass/base/_gallery.scss */
.gallery-item .count a {
  color: #fff;
  font-size: 14px;
}
/* line 161, ../../sass/base/_gallery.scss */
.gallery-item .content {
  font-size: 14px;
  padding-top: 20px;
  font-family: "Roboto", sans-serif;
}
/* line 165, ../../sass/base/_gallery.scss */
.gallery-item .content h3 {
  font-size: 15px;
  line-height: 18px;
  font-family: "Roboto Slab", serif;
}
/* line 170, ../../sass/base/_gallery.scss */
.gallery-item .content .read-more {
  font-size: 14px;
  color: #e50b16;
  font-weight: 700;
  /*&:after{
  	@extend %fa;
  	content: "\f138";
  	padding: 0 8px;
  }*/
}
/* line 180, ../../sass/base/_gallery.scss */
.gallery-item .content .read-more:hover {
  color: #000;
}
/* line 183, ../../sass/base/_gallery.scss */
.gallery-item .content .read-more .fa {
  margin-left: 5px;
}

/* line 189, ../../sass/base/_gallery.scss */
.gallery-item-icon {
  background: url("../../images/gallery-item-icon.png") center center no-repeat;
}

/* line 194, ../../sass/base/_gallery.scss */
.video-item-icon {
  background: url("../../images/gallery-video-icon.png") center center no-repeat;
  background-size: 100% auto;
}

/*Gallery Detail page*/
/* line 202, ../../sass/base/_gallery.scss */
.gallery-detail-page {
  visibility: hidden;
}
/* line 204, ../../sass/base/_gallery.scss */
.gallery-detail-page h1 {
  margin: 20px 15px;
  font-size: 18px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  /* line 204, ../../sass/base/_gallery.scss */
  .gallery-detail-page h1 {
    margin-left: 23px;
    margin-right: 23px;
  }
}
/* line 215, ../../sass/base/_gallery.scss */
.gallery-detail-page .collection_value {
  padding: 16px 15px 60px;
  border-bottom: solid 1px #ddd;
}
@media only screen and (min-width: 768px) {
  /* line 215, ../../sass/base/_gallery.scss */
  .gallery-detail-page .collection_value {
    padding-left: 23px;
    padding-right: 23px;
  }
}
/* line 223, ../../sass/base/_gallery.scss */
.gallery-detail-page .gallery-inner-slider {
  padding: 0;
  margin: 0;
}
/* line 227, ../../sass/base/_gallery.scss */
.gallery-detail-page .bx-wrapper {
  max-width: none !important;
}
/* line 230, ../../sass/base/_gallery.scss */
.gallery-detail-page .bx-wrapper:first-of-type {
  width: 100%;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  /* line 230, ../../sass/base/_gallery.scss */
  .gallery-detail-page .bx-wrapper:first-of-type {
    width: 75.5%;
  }
}
/* line 237, ../../sass/base/_gallery.scss */
.gallery-detail-page .bx-wrapper:first-of-type .bx-controls-direction {
  right: 0;
}
/* line 241, ../../sass/base/_gallery.scss */
.gallery-detail-page .bx-wrapper + .bx-wrapper {
  width: 100%;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  /* line 241, ../../sass/base/_gallery.scss */
  .gallery-detail-page .bx-wrapper + .bx-wrapper {
    width: 24%;
    padding-left: 10px;
    display: inline-block;
  }
}
/* line 251, ../../sass/base/_gallery.scss */
.gallery-detail-page .bx-wrapper + .bx-wrapper .bx-viewport {
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  /* line 255, ../../sass/base/_gallery.scss */
  .gallery-detail-page .bx-wrapper + .bx-wrapper .bx-controls, .gallery-detail-page .bx-wrapper + .bx-wrapper .bx-controls-direction {
    right: 50%;
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 264, ../../sass/base/_gallery.scss */
  .gallery-detail-page .bx-wrapper + .bx-wrapper .bx-controls-direction {
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }
}
/* line 275, ../../sass/base/_gallery.scss */
.gallery-detail-page .bx-wrapper + .bx-wrapper .bx-controls {
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  /* line 275, ../../sass/base/_gallery.scss */
  .gallery-detail-page .bx-wrapper + .bx-wrapper .bx-controls {
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
  }
}
/* line 287, ../../sass/base/_gallery.scss */
.gallery-detail-page .bx-wrapper + .bx-wrapper .bx-controls .bx-controls-direction a {
  background-color: #e50b16;
  border-color: #e50b16;
  color: rgba(255, 255, 255, 0.56);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  /* line 287, ../../sass/base/_gallery.scss */
  .gallery-detail-page .bx-wrapper + .bx-wrapper .bx-controls .bx-controls-direction a {
    right: 50%;
    position: absolute;
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    margin-left: 0;
  }
}
/* line 301, ../../sass/base/_gallery.scss */
.gallery-detail-page .bx-wrapper + .bx-wrapper .bx-controls .bx-controls-direction a:hover {
  background-color: #000000;
  border-color: #000000;
}
@media only screen and (min-width: 768px) {
  /* line 306, ../../sass/base/_gallery.scss */
  .gallery-detail-page .bx-wrapper + .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    top: -42px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 306, ../../sass/base/_gallery.scss */
  .gallery-detail-page .bx-wrapper + .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: 0;
    position: absolute;
  }
}
@media only screen and (min-width: 768px) {
  /* line 315, ../../sass/base/_gallery.scss */
  .gallery-detail-page .bx-wrapper + .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    top: 100%;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 315, ../../sass/base/_gallery.scss */
  .gallery-detail-page .bx-wrapper + .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    margin-right: 10px;
  }
}
/* line 327, ../../sass/base/_gallery.scss */
.gallery-detail-page .gallery-description {
  font-size: 16px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  margin: 15px 0;
}
@media only screen and (min-width: 768px) {
  /* line 327, ../../sass/base/_gallery.scss */
  .gallery-detail-page .gallery-description {
    margin: 15px 7px 0;
    font-size: 21px;
  }
}
/* line 338, ../../sass/base/_gallery.scss */
.gallery-detail-page .gallery-main {
  height: auto;
  overflow: hidden;
  background-color: #EEEEEE;
  border: 0 none;
}
/* line 343, ../../sass/base/_gallery.scss */
.gallery-detail-page .gallery-main iframe {
  width: 100%;
}
/* line 346, ../../sass/base/_gallery.scss */
.gallery-detail-page .gallery-main img {
  height: auto;
  /*width: 100%;*/
  max-height: 622px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  /* line 356, ../../sass/base/_gallery.scss */
  .gallery-detail-page .social-link {
    border-bottom: 1px solid #ddd;
  }
}
@media only screen and (min-width: 768px) {
  /* line 356, ../../sass/base/_gallery.scss */
  .gallery-detail-page .social-link {
    position: fixed !important;
    top: -400px;
    margin-top: 0 !important;
  }
}

/* line 368, ../../sass/base/_gallery.scss */
#slider-pager a {
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: #ccc;
  /*@media only screen and (max-width: 1024px) {
  	height: 165px;
  	display: block;
  	
  }*/
  /*@media only screen and (min-width: 768px) and (max-width: 1023px) {
  	height: 114px;
  }*/
}
/* line 374, ../../sass/base/_gallery.scss */
#slider-pager a img {
  opacity: 0.3;
}
/* line 377, ../../sass/base/_gallery.scss */
#slider-pager a.active img {
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  /* line 368, ../../sass/base/_gallery.scss */
  #slider-pager a {
    height: 198px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1350px) {
  /* line 368, ../../sass/base/_gallery.scss */
  #slider-pager a {
    height: 225px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1550px) {
  /* line 368, ../../sass/base/_gallery.scss */
  #slider-pager a {
    height: 230px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  /* line 368, ../../sass/base/_gallery.scss */
  #slider-pager a {
    /*width: 9.5%!important;*/
    max-height: 130px;
    overflow: hidden;
  }
}

/*.video-gallery-pager#slider-pager a {
	@include breakpoint(767) {
		width: 6%!important;
	}
}*/
/* line 414, ../../sass/base/_gallery.scss */
.slider-video-icon {
  width: 62px;
  height: 62px;
  background: url("../../images/gallery-video-icon.png") center center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 414, ../../sass/base/_gallery.scss */
  .slider-video-icon {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 414, ../../sass/base/_gallery.scss */
  .slider-video-icon {
    width: 30px;
    height: 30px;
  }
}

/* line 435, ../../sass/base/_gallery.scss */
.thumb-wrapper {
  position: absolute;
  bottom: 10px;
  padding: 0 10px;
}

/* line 440, ../../sass/base/_gallery.scss */
.thumb-title, .thumb-count {
  color: #ffffff;
  font-size: 13px;
}
@media only screen and (min-width: 480px) {
  /* line 440, ../../sass/base/_gallery.scss */
  .thumb-title, .thumb-count {
    font-size: 14px;
  }
}

/* line 448, ../../sass/base/_gallery.scss */
.thumb-title {
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  /* line 453, ../../sass/base/_gallery.scss */
  .page-node-type-gallery .gallery-item {
    width: 33.3%;
  }
}

/* line 460, ../../sass/base/_gallery.scss */
.region-content .details-pages.article-section-gallery .bx-wrapper .bx-viewport {
  max-height: none !important;
}

/* line 2, ../../sass/base/_overide.scss */
.doc-wrap .block .content {
  margin: 0;
}
/* line 5, ../../sass/base/_overide.scss */
.doc-wrap .sidebar .block {
  border: none;
  padding: 0;
  margin-bottom: 50px;
}
/* line 10, ../../sass/base/_overide.scss */
.doc-wrap .sidebar .home-col-region .block {
  margin-bottom: 20px;
}
/* line 13, ../../sass/base/_overide.scss */
.doc-wrap .sidebar .square-ad.show-ad-tablet .block {
  margin-bottom: 20px;
}

/* line 18, ../../sass/base/_overide.scss */
span.ext {
  display: none;
}

/* line 22, ../../sass/base/_overide.scss */
.menu .text-formatted ul, .menu .text-formatted ol {
  margin: 0;
  padding: 0;
}

/* line 27, ../../sass/base/_overide.scss */
.sidebar-ads {
  margin-left: -10px !important;
  margin-right: -15px !important;
}

/* line 32, ../../sass/base/_overide.scss */
.black {
  color: #000000;
}

/* line 36, ../../sass/base/_overide.scss */
.bold {
  font-weight: bold;
}

/* line 40, ../../sass/base/_overide.scss */
.text-center {
  text-align: center;
}

/* line 44, ../../sass/base/_overide.scss */
.text-center-ad {
  text-align: center;
  padding: 15px 0;
}

/* line 49, ../../sass/base/_overide.scss */
.story a {
  color: #e50b16;
}
/* line 51, ../../sass/base/_overide.scss */
.story a:hover {
  color: #000000;
}

/* line 58, ../../sass/base/_overide.scss */
.blog-list article.item {
  margin: 24px 0 0 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
  /*@media only screen and (min-width: 768px) {
  	margin-left: 20px;
  }*/
}
/* line 65, ../../sass/base/_overide.scss */
.blog-list article.item:last-child {
  border-bottom: 0 none;
}
/* line 68, ../../sass/base/_overide.scss */
.blog-list article.item h1.slider_title {
  margin-top: 4px;
}
/* line 72, ../../sass/base/_overide.scss */
.blog-list figure.featured-thumb {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  background: #fafafa;
  max-width: 225px;
  min-width: 225px;
  text-align: center;
  /*margin-right: 20px;*/
  margin-left: 20px;
  min-height: 150px;
  max-height: 150px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 72, ../../sass/base/_overide.scss */
  .blog-list figure.featured-thumb {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-bottom: 30px;
    max-height: none;
  }
}
/* line 92, ../../sass/base/_overide.scss */
.blog-list figure.featured-thumb img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}
@media only screen and (max-width: 767px) {
  /* line 92, ../../sass/base/_overide.scss */
  .blog-list figure.featured-thumb img {
    width: 100%;
  }
}
/* line 102, ../../sass/base/_overide.scss */
.blog-list .entry-excerpt {
  width: 64.5%;
  /*margin-top: 8px;*/
}
@media only screen and (max-width: 767px) {
  /* line 102, ../../sass/base/_overide.scss */
  .blog-list .entry-excerpt {
    width: 100%;
    padding-right: 25px;
  }
}
/* line 109, ../../sass/base/_overide.scss */
.blog-list .entry-excerpt time {
  font-size: 14px;
  color: #888888;
  line-height: 16px;
}
/* line 116, ../../sass/base/_overide.scss */
.blog-list ul.post-meta {
  padding-bottom: 18px;
}
/* line 119, ../../sass/base/_overide.scss */
.blog-list ul.post-meta li.category a {
  padding-bottom: 3px;
  text-transform: uppercase;
}
/* line 126, ../../sass/base/_overide.scss */
.blog-list ul.post-meta li {
  margin-right: 12px;
  text-transform: capitalize;
  /*min-width: 130px;*/
}
/* line 130, ../../sass/base/_overide.scss */
.blog-list ul.post-meta li.author {
  font-family: "Roboto Slab", serif;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  /* line 130, ../../sass/base/_overide.scss */
  .blog-list ul.post-meta li.author {
    /*float: right;
    text-align: right;*/
    margin-right: 0;
  }
}
/* line 138, ../../sass/base/_overide.scss */
.blog-list ul.post-meta li.author strong {
  font-weight: normal;
}
/* line 141, ../../sass/base/_overide.scss */
.blog-list ul.post-meta li.author a {
  font-weight: bold;
}
/* line 146, ../../sass/base/_overide.scss */
.blog-list .excerpt-p {
  margin: 5px 0 10px;
}

/* Pager */
/* line 154, ../../sass/base/_overide.scss */
nav.pager {
  margin: 40px 0 0;
  border-top: 1px solid #ddd;
  clear: both;
  display: inline-block;
  width: 100%;
}
/* line 160, ../../sass/base/_overide.scss */
nav.pager li {
  display: inline-block;
  margin: 7.5px;
  padding: 10px;
  vertical-align: middle;
}
/* line 165, ../../sass/base/_overide.scss */
nav.pager li.pager__item--first, nav.pager li.pager__item--last {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 160, ../../sass/base/_overide.scss */
  nav.pager li {
    margin: 5.5px;
  }
}

/* line 173, ../../sass/base/_overide.scss */
.pager__item a {
  display: inline-block;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  width: 30px;
  color: #000000;
  font-size: 15px;
  font-weight: normal;
  line-height: 28px;
}

/* line 183, ../../sass/base/_overide.scss */
.pager__item.is-active a {
  color: #e50b16 !important;
  border-color: #e50b16;
  border-bottom: 1px solid !important;
}

/* line 188, ../../sass/base/_overide.scss */
.pager__item--previous {
  /*a {
  	background: url(../../images/prev.png) center center no-repeat;
  	font-size: 0;
  }*/
}
/* line 193, ../../sass/base/_overide.scss */
.pager__item--previous a {
  color: #e50b16;
}
/* line 195, ../../sass/base/_overide.scss */
.pager__item--previous a span {
  display: none;
}
/* line 198, ../../sass/base/_overide.scss */
.pager__item--previous a:after {
  content: "\f137";
  padding: 0 6px;
}
/* line 203, ../../sass/base/_overide.scss */
.pager__item--previous a:hover {
  color: #000000;
}

/* line 208, ../../sass/base/_overide.scss */
.pager__item--next {
  /*a {
  	background: url(../../images/next.png) center center no-repeat;
  	font-size: 0;
  }*/
}
/* line 213, ../../sass/base/_overide.scss */
.pager__item--next a {
  color: #e50b16;
}
/* line 215, ../../sass/base/_overide.scss */
.pager__item--next a span {
  display: none;
}
/* line 218, ../../sass/base/_overide.scss */
.pager__item--next a:after {
  content: "\f138";
  padding: 0 6px;
}
/* line 223, ../../sass/base/_overide.scss */
.pager__item--next a:hover {
  color: #000000;
}

/* line 228, ../../sass/base/_overide.scss */
.pager__item--ellipsis {
  display: none !important;
}

/*.fad-banner {
	border-bottom: 2px solid $base-color;
	.ad-block {
		margin: 45px auto;
	}
}*/
/*  */
/*.page-node-type-article #content,
.page-node-type-blog #content {
	margin: 0;
	padding: 25px 0 0;
}*/
/* bxslider caption */
/* line 256, ../../sass/base/_overide.scss */
figcaption.bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(0, 0, 0, 0.66) !important;
  width: 100%;
  padding: 20px 20px 60px;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  text-align: left;
  font-family: "Roboto Slab", serif;
}
@media only screen and (min-width: 767px) and (min-width: 768px) {
  /* line 256, ../../sass/base/_overide.scss */
  figcaption.bx-caption {
    padding: 28px 10% 28px 24px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 256, ../../sass/base/_overide.scss */
  figcaption.bx-caption {
    padding: 28px 47% 28px 24px;
  }
}

/* line 280, ../../sass/base/_overide.scss */
.cursor-p {
  cursor: pointer;
}

/* line 283, ../../sass/base/_overide.scss */
.rating {
  position: relative;
  margin: 15px 0 0;
}
/* line 286, ../../sass/base/_overide.scss */
.rating .review-stars {
  position: relative;
  padding: 0 10px 0 0;
  font-size: 28px;
  display: inline-block;
}
/* line 291, ../../sass/base/_overide.scss */
.rating .review-stars i {
  padding-right: 3px;
  font-size: 28px;
  color: #ccc;
}
/* line 295, ../../sass/base/_overide.scss */
.rating .review-stars i.rated {
  text-shadow: 0px 2px 0px #cccccc;
}
/* line 300, ../../sass/base/_overide.scss */
.rating .review-rating {
  display: inline-block;
  font-size: 14px;
  font-family: Georgia, Times, "Times New Roman", serif;
}
/* line 305, ../../sass/base/_overide.scss */
.rating .field--name-field-rating, .rating .rating__off {
  float: left;
}
/* line 307, ../../sass/base/_overide.scss */
.rating .field--name-field-rating .field__label, .rating .rating__off .field__label {
  display: none;
}

@media only screen and (max-width: 1024px) {
  /* line 315, ../../sass/base/_overide.scss */
  #main {
    display: block;
  }

  /* line 318, ../../sass/base/_overide.scss */
  .sidebar {
    border-top: 1px solid #ddd;
  }

  /* line 322, ../../sass/base/_overide.scss */
  .page .page-wrap > .col-9,
  .page .page-wrap > .col-3 {
    display: block;
    width: 100%;
  }

  /* line 328, ../../sass/base/_overide.scss */
  .page #content,
  .page .sidebar {
    width: 100% !important;
  }

  /* line 333, ../../sass/base/_overide.scss */
  .page .page-wrap {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
/* line 340, ../../sass/base/_overide.scss */
#a2apage_dropdown {
  left: 60px !important;
  border-radius: 0;
  border: 0 none;
  padding: 20px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
/* line 346, ../../sass/base/_overide.scss */
#a2apage_dropdown a {
  color: #777;
  font-size: 14px;
}
/* line 349, ../../sass/base/_overide.scss */
#a2apage_dropdown a:visited {
  color: #777;
}

/* line 356, ../../sass/base/_overide.scss */
.bx-wrapper .bx-pager .bx-pager-item {
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  /* line 356, ../../sass/base/_overide.scss */
  .bx-wrapper .bx-pager .bx-pager-item {
    vertical-align: bottom;
  }
}

/* line 364, ../../sass/base/_overide.scss */
.page-section .block-page-title-block h1 {
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  margin: 0;
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
}

/* voice-list featured-section */
/* line 380, ../../sass/base/_overide.scss */
.voice-list.featured-section header {
  line-height: normal;
  height: auto;
}

/* line 385, ../../sass/base/_overide.scss */
.featured-section-top {
  padding: 0 15px;
  border-bottom: 2px solid #444;
}
/* line 388, ../../sass/base/_overide.scss */
.featured-section-top .voice-list.featured-section {
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 1279px) {
  /* line 388, ../../sass/base/_overide.scss */
  .featured-section-top .voice-list.featured-section {
    display: block;
  }
}
/* line 394, ../../sass/base/_overide.scss */
.featured-section-top .voice-list.featured-section header {
  padding: 0;
  position: relative;
  display: none;
}
@media only screen and (min-width: 1280px) {
  /* line 394, ../../sass/base/_overide.scss */
  .featured-section-top .voice-list.featured-section header {
    display: inline-block;
    width: 24.99%;
  }
}
@media only screen and (max-width: 1279px) {
  /* line 394, ../../sass/base/_overide.scss */
  .featured-section-top .voice-list.featured-section header {
    display: block;
    width: 100%;
  }
  /* line 405, ../../sass/base/_overide.scss */
  .featured-section-top .voice-list.featured-section header h2, .featured-section-top .voice-list.featured-section header .feature {
    display: none !important;
  }
  /* line 408, ../../sass/base/_overide.scss */
  .featured-section-top .voice-list.featured-section header h2.middle {
    display: block !important;
    margin: 0 0 0.5em;
    border-bottom: 1px solid #d6d6d6;
    padding: 40px 0 0 30px !important;
    text-shadow: 0 1px 0 #fff;
    font-size: 18px !important;
    line-height: 1.4;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  /* line 420, ../../sass/base/_overide.scss */
  .featured-section-top .voice-list.featured-section header h2.middle {
    padding: 20px 0 0 0 !important;
  }
}
/* line 424, ../../sass/base/_overide.scss */
.featured-section-top .voice-list.featured-section header h2 {
  font-size: 44px !important;
  font-weight: 300;
  vertical-align: middle;
  display: inline-block;
  line-height: 180px;
  margin-bottom: 0px !important;
}
/* line 432, ../../sass/base/_overide.scss */
.featured-section-top .voice-list.featured-section header .feature {
  background: url(../../images/feature-text.png) center center no-repeat;
  width: 38px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 442, ../../sass/base/_overide.scss */
.featured-section-top .voice-list.featured-section header h2.right {
  display: none;
}
/* line 445, ../../sass/base/_overide.scss */
.featured-section-top .voice-list.featured-section header h2.middle {
  display: none;
}
/* line 449, ../../sass/base/_overide.scss */
.featured-section-top .voice-list.featured-section .item-list {
  padding: 20px 0 0 0;
  /*@media only screen and (min-width: 1025px) {
  	padding: 40px 0 0 30px;
  }*/
}
@media only screen and (min-width: 768px) {
  /* line 449, ../../sass/base/_overide.scss */
  .featured-section-top .voice-list.featured-section .item-list {
    padding: 40px 0 40px 30px;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 449, ../../sass/base/_overide.scss */
  .featured-section-top .voice-list.featured-section .item-list {
    padding-left: 30px;
    width: 74.97%;
  }
}
/* line 461, ../../sass/base/_overide.scss */
.featured-section-top .voice-list.featured-section .item-list li {
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
}
/* line 465, ../../sass/base/_overide.scss */
.featured-section-top .voice-list.featured-section .item-list li h3 {
  text-transform: none;
}
/* line 468, ../../sass/base/_overide.scss */
.featured-section-top .voice-list.featured-section .item-list li p {
  margin-bottom: 0;
}
@media only screen and (min-width: 1280px) {
  /* line 461, ../../sass/base/_overide.scss */
  .featured-section-top .voice-list.featured-section .item-list li {
    width: 31% !important;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 461, ../../sass/base/_overide.scss */
  .featured-section-top .voice-list.featured-section .item-list li {
    width: 33%;
    vertical-align: top;
  }
}
@media only screen and (max-width: 767px) {
  /* line 461, ../../sass/base/_overide.scss */
  .featured-section-top .voice-list.featured-section .item-list li {
    width: 100%;
    margin-bottom: 30px !important;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px !important;
  }
  /* line 484, ../../sass/base/_overide.scss */
  .featured-section-top .voice-list.featured-section .item-list li:last-child {
    /*margin-bottom: 0px !important;*/
    border-bottom: 0 none;
  }
}

/* line 496, ../../sass/base/_overide.scss */
.related-articles.featured-section-top {
  padding: 5px 80px 25px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  /* line 496, ../../sass/base/_overide.scss */
  .related-articles.featured-section-top {
    padding: 10px 15px 0;
  }
}
/* line 503, ../../sass/base/_overide.scss */
.related-articles.featured-section-top h2 {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  height: 60px;
  line-height: 60px;
  margin: 0;
}
/* line 511, ../../sass/base/_overide.scss */
.related-articles.featured-section-top .voice-list.featured-section.row {
  border: 0 none;
}
/* line 513, ../../sass/base/_overide.scss */
.related-articles.featured-section-top .voice-list.featured-section.row .item-list {
  padding: 0;
  width: 100%;
}
/* line 516, ../../sass/base/_overide.scss */
.related-articles.featured-section-top .voice-list.featured-section.row .item-list ul {
  padding: 0;
  margin: 0;
}
/* line 520, ../../sass/base/_overide.scss */
.related-articles.featured-section-top .voice-list.featured-section.row .item-list li {
  border-bottom: 0 none !important;
  padding-bottom: 0 !important;
}

/* line 529, ../../sass/base/_overide.scss */
.region-sidebar-second .voice-list.featured-section {
  display: block;
  border-bottom: 0 none;
}
/* line 532, ../../sass/base/_overide.scss */
.region-sidebar-second .voice-list.featured-section ul {
  margin-bottom: 0 !important;
}
/* line 535, ../../sass/base/_overide.scss */
.region-sidebar-second .voice-list.featured-section header {
  padding: 0;
}
/* line 537, ../../sass/base/_overide.scss */
.region-sidebar-second .voice-list.featured-section header h2.top {
  display: none;
}
/* line 540, ../../sass/base/_overide.scss */
.region-sidebar-second .voice-list.featured-section header h2.middle {
  display: none;
}
/* line 543, ../../sass/base/_overide.scss */
.region-sidebar-second .voice-list.featured-section header .feature {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 553, ../../sass/base/_overide.scss */
  .region-sidebar-second .block-dfp8 {
    /*display: none;*/
    text-align: center;
    overflow: hidden;
  }
}
/* line 560, ../../sass/base/_overide.scss */
.region-sidebar-second .block-tweet-block iframe {
  margin-bottom: 15px !important;
  width: 260px !important;
}

/* More Menu on 5/12/2016 */
/*.col-nav #block-mainnavigation {
	width: 100%;
}
#block-mainnavigation .menu li {
	overflow: visible;
}
#block-mainnavigation .menu li:first-child {
	height: 34px;
	overflow: hidden;
}
#block-mainnavigation .menu li:last-child {
	position: absolute;
	right: 0;
	background: #fff;
	z-index: 5;
	font-size: 12px;
	display: none;
}
#block-mainnavigation .menu.overflowing li:last-child {
	display: block;
	width: 45px;
	height: 34px;
}
#block-mainnavigation .menu.overflowing li:last-child:before {
	content: ' ';
	display: block;
	position: absolute;
	z-index: 4;
	left: -20px;
	width: 20px;
	top: -1px;
	box-shadow: inset -2px 0 5px rgba(0,0,0,0.1);
	height: 34px;	
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 68%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 68%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 68%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	font-size: 20px;
}

#block-mainnavigation .menu.overflowing li:last-child a {
	font-size: 16px;
	padding: 0 10px 0 20px;
	color: #e50b16;
	width: 45px;
	height: 34px;
	overflow: hidden;
	@extend %fa;
		&:before {
			content: "\f0c9";
			display: table-cell;
			vertical-align: middle;
			height: 34px;
		}
	&:hover {
		background: none;
		&:after {
			background: none;
		}
	}
}
*/
/* More Menu on 5/12/2016 */
/* line 644, ../../sass/base/_overide.scss */
ul.menu.overflowing #block-headerrightmenublock {
  display: block !important;
}

/* line 647, ../../sass/base/_overide.scss */
#block-headerrightmenublock {
  float: left;
  position: absolute;
  right: 0;
  top: 0;
  display: none !important;
}
/* line 653, ../../sass/base/_overide.scss */
#block-headerrightmenublock:before {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 4;
  left: -20px;
  width: 20px;
  top: -1px;
  box-shadow: inset -2px 0 5px rgba(0, 0, 0, 0.1);
  height: 35px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 68%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 68%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 68%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  font-size: 20px;
}
/* line 669, ../../sass/base/_overide.scss */
#block-headerrightmenublock li:first-child {
  padding-right: 10px;
  color: #e50b16;
}
/* line 672, ../../sass/base/_overide.scss */
#block-headerrightmenublock li:first-child a:before {
  content: "\f0c9" !important;
}

/* path-openspace */
/* line 682, ../../sass/base/_overide.scss */
.path-openspace .voice-list article.item figure.featured-thumb img, .page-node-type-openspace .voice-list article.item figure.featured-thumb img {
  max-width: none;
  position: relative;
}
@media only screen and (min-width: 768px) {
  /* line 682, ../../sass/base/_overide.scss */
  .path-openspace .voice-list article.item figure.featured-thumb img, .page-node-type-openspace .voice-list article.item figure.featured-thumb img {
    width: 100%;
    height: auto;
  }
}

/* field--name-field-disqus */
/* line 694, ../../sass/base/_overide.scss */
.field--name-field-disqus {
  padding: 20px 80px;
}
@media only screen and (max-width: 767px) {
  /* line 694, ../../sass/base/_overide.scss */
  .field--name-field-disqus {
    padding: 15px;
  }
}
/* line 699, ../../sass/base/_overide.scss */
.field--name-field-disqus .field__label {
  display: none;
}

/* line 708, ../../sass/base/_overide.scss */
.featured-section-breadcrumb {
  display: none;
}

/* line 713, ../../sass/base/_overide.scss */
.voice-list.latest-avenue article.item figure.featured-thumb div {
  display: table;
  width: 100%;
  height: 120px;
}
/* line 717, ../../sass/base/_overide.scss */
.voice-list.latest-avenue article.item figure.featured-thumb div a {
  display: table-cell;
  vertical-align: middle;
}

/* line 724, ../../sass/base/_overide.scss */
.path-openspace .voice-list article.item figure.featured-thumb {
  max-height: none;
}
@media only screen and (min-width: 768px) {
  /* line 726, ../../sass/base/_overide.scss */
  .path-openspace .voice-list article.item figure.featured-thumb .image-teasure {
    max-height: 120px;
  }
}

/* line 733, ../../sass/base/_overide.scss */
.block-dfp, .block-right-ad {
  overflow: hidden;
}

/* line 738, ../../sass/base/_overide.scss */
.for-mobile {
  display: block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 768px) {
  /* line 738, ../../sass/base/_overide.scss */
  .for-mobile {
    display: none;
  }
}

/* line 748, ../../sass/base/_overide.scss */
.highlights-smallworld .highlights .article-item .post-meta li:first-child {
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  /* line 753, ../../sass/base/_overide.scss */
  .highlights-smallworld .highlights .article-item .post-meta li.category {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 760, ../../sass/base/_overide.scss */
  .hide-ad {
    display: none;
  }
}
/* line 1, ../../sass/base/_toc.scss */
.path-table-of-content, .path-table-of-contents, .page-node-type-toc {
  /*.fad-banner {
  	max-width: none;
  	width: 98%;
  	.toc-top {
  		float: left;
  		width: 28%;
  		.featured-thumb {
  			display: inline-block;
  			width: 60%;
  			padding: 0 20px;
  		}
  		.curr_issue-wrapper {
  			display: inline-block;
  			width: 40%;
  			.issue-label {
  				font-size: 16px;
  				margin-bottom: 10px;
  				text-transform: uppercase;
  				font-family: "Roboto", sans-serif;
  				font-weight: 900;
  			}
  			.issue-subscribe {
  				a {
  					background: $red_link;
  					color: $white;
  					padding: 15px 10px;
  					font-size: 14px;
  					border-radius: 3px;
  					text-transform: uppercase;
  					font-weight: 500;
  				}
  			}
  		}
  	}
  	.block-dfp8 {
  		float: left;
  		width: 68%;
  		margin-left: 3%;
  		overflow: hidden;
  	}
  }*/
}
@media only screen and (min-width: 768px) {
  /* line 2, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content, .path-table-of-contents .region-content, .page-node-type-toc .region-content {
    display: flex;
    display: -webkit-flex;
  }
}
/* line 7, ../../sass/base/_toc.scss */
.path-table-of-content .region-content .messages__wrapper.layout-container, .path-table-of-contents .region-content .messages__wrapper.layout-container, .page-node-type-toc .region-content .messages__wrapper.layout-container {
  display: none;
}
/* line 52, ../../sass/base/_toc.scss */
.path-table-of-content .region-content, .path-table-of-contents .region-content, .page-node-type-toc .region-content {
  /*.toc-current {
  	float: left;
  	width: 25%;
  	border-right: 1px solid $border-color;
  	article {
  		box-shadow: 0px 3px 8px rgba(0, 0, 0, .15);
  		border-top: 1px solid $border-color;
  	}
  	h2 {
  		line-height: 60px;
  		margin-bottom: 0;
  		font-size: 1.5em;
  		text-transform: uppercase;
  		padding: 20px;
  	}
  }*/
}
/* line 54, ../../sass/base/_toc.scss */
.path-table-of-content .region-content .toc-current article, .path-table-of-content .region-content .toc-previous article, .path-table-of-contents .region-content .toc-current article, .path-table-of-contents .region-content .toc-previous article, .page-node-type-toc .region-content .toc-current article, .page-node-type-toc .region-content .toc-previous article {
  /*padding: 20px;
  border-right: 1px solid #fff;
  margin-right: -1px;
  z-index: 9999;*/
}
@media only screen and (max-width: 767px) {
  /* line 54, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content .toc-current article, .path-table-of-content .region-content .toc-previous article, .path-table-of-contents .region-content .toc-current article, .path-table-of-contents .region-content .toc-previous article, .page-node-type-toc .region-content .toc-current article, .page-node-type-toc .region-content .toc-previous article {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
/* line 64, ../../sass/base/_toc.scss */
.path-table-of-content .region-content .toc-current article figure, .path-table-of-content .region-content .toc-previous article figure, .path-table-of-contents .region-content .toc-current article figure, .path-table-of-contents .region-content .toc-previous article figure, .page-node-type-toc .region-content .toc-current article figure, .page-node-type-toc .region-content .toc-previous article figure {
  width: 66px;
  display: inline-block;
}
/* line 67, ../../sass/base/_toc.scss */
.path-table-of-content .region-content .toc-current article figure img, .path-table-of-content .region-content .toc-previous article figure img, .path-table-of-contents .region-content .toc-current article figure img, .path-table-of-contents .region-content .toc-previous article figure img, .page-node-type-toc .region-content .toc-current article figure img, .page-node-type-toc .region-content .toc-previous article figure img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  /* line 64, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content .toc-current article figure, .path-table-of-content .region-content .toc-previous article figure, .path-table-of-contents .region-content .toc-current article figure, .path-table-of-contents .region-content .toc-previous article figure, .page-node-type-toc .region-content .toc-current article figure, .page-node-type-toc .region-content .toc-previous article figure {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }
  /* line 75, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content .toc-current article figure img, .path-table-of-content .region-content .toc-previous article figure img, .path-table-of-contents .region-content .toc-current article figure img, .path-table-of-contents .region-content .toc-previous article figure img, .page-node-type-toc .region-content .toc-current article figure img, .page-node-type-toc .region-content .toc-previous article figure img {
    width: auto;
  }
}
/* line 80, ../../sass/base/_toc.scss */
.path-table-of-content .region-content .toc-current article .entry-excerpt, .path-table-of-content .region-content .toc-previous article .entry-excerpt, .path-table-of-contents .region-content .toc-current article .entry-excerpt, .path-table-of-contents .region-content .toc-previous article .entry-excerpt, .page-node-type-toc .region-content .toc-current article .entry-excerpt, .page-node-type-toc .region-content .toc-previous article .entry-excerpt {
  width: calc(100% - 76px);
  font-size: 13px;
  color: #737373;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 80, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content .toc-current article .entry-excerpt, .path-table-of-content .region-content .toc-previous article .entry-excerpt, .path-table-of-contents .region-content .toc-current article .entry-excerpt, .path-table-of-contents .region-content .toc-previous article .entry-excerpt, .page-node-type-toc .region-content .toc-current article .entry-excerpt, .page-node-type-toc .region-content .toc-previous article .entry-excerpt {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 80, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content .toc-current article .entry-excerpt, .path-table-of-content .region-content .toc-previous article .entry-excerpt, .path-table-of-contents .region-content .toc-current article .entry-excerpt, .path-table-of-contents .region-content .toc-previous article .entry-excerpt, .page-node-type-toc .region-content .toc-current article .entry-excerpt, .page-node-type-toc .region-content .toc-previous article .entry-excerpt {
    width: 100%;
    padding: 0;
  }
}
/* line 91, ../../sass/base/_toc.scss */
.path-table-of-content .region-content .toc-current article .entry-excerpt h1.slider_title, .path-table-of-content .region-content .toc-previous article .entry-excerpt h1.slider_title, .path-table-of-contents .region-content .toc-current article .entry-excerpt h1.slider_title, .path-table-of-contents .region-content .toc-previous article .entry-excerpt h1.slider_title, .page-node-type-toc .region-content .toc-current article .entry-excerpt h1.slider_title, .page-node-type-toc .region-content .toc-previous article .entry-excerpt h1.slider_title {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 7px;
}
/* line 97, ../../sass/base/_toc.scss */
.path-table-of-content .region-content .toc-current article .entry-excerpt .vol-issue span, .path-table-of-content .region-content .toc-previous article .entry-excerpt .vol-issue span, .path-table-of-contents .region-content .toc-current article .entry-excerpt .vol-issue span, .path-table-of-contents .region-content .toc-previous article .entry-excerpt .vol-issue span, .page-node-type-toc .region-content .toc-current article .entry-excerpt .vol-issue span, .page-node-type-toc .region-content .toc-previous article .entry-excerpt .vol-issue span {
  display: inline-block;
}
/* line 99, ../../sass/base/_toc.scss */
.path-table-of-content .region-content .toc-current article .entry-excerpt .vol-issue span p, .path-table-of-content .region-content .toc-previous article .entry-excerpt .vol-issue span p, .path-table-of-contents .region-content .toc-current article .entry-excerpt .vol-issue span p, .path-table-of-contents .region-content .toc-previous article .entry-excerpt .vol-issue span p, .page-node-type-toc .region-content .toc-current article .entry-excerpt .vol-issue span p, .page-node-type-toc .region-content .toc-previous article .entry-excerpt .vol-issue span p {
  margin: 0;
  display: inline-block;
}
/* line 105, ../../sass/base/_toc.scss */
.path-table-of-content .region-content .toc-current article .entry-excerpt .issue-numb, .path-table-of-content .region-content .toc-previous article .entry-excerpt .issue-numb, .path-table-of-contents .region-content .toc-current article .entry-excerpt .issue-numb, .path-table-of-contents .region-content .toc-previous article .entry-excerpt .issue-numb, .page-node-type-toc .region-content .toc-current article .entry-excerpt .issue-numb, .page-node-type-toc .region-content .toc-previous article .entry-excerpt .issue-numb {
  border-left: 1px solid #737373;
  padding-left: 10px;
  margin-left: 10px;
}
/* line 110, ../../sass/base/_toc.scss */
.path-table-of-content .region-content .toc-current article .entry-excerpt .special, .path-table-of-content .region-content .toc-previous article .entry-excerpt .special, .path-table-of-contents .region-content .toc-current article .entry-excerpt .special, .path-table-of-contents .region-content .toc-previous article .entry-excerpt .special, .page-node-type-toc .region-content .toc-current article .entry-excerpt .special, .page-node-type-toc .region-content .toc-previous article .entry-excerpt .special {
  margin: 16px 0 0;
  border-bottom: 1px solid #000000;
  padding-bottom: 3px;
  color: #e50b16;
  text-transform: uppercase;
  /*display: inline-block;*/
  display: none;
}
/* line 119, ../../sass/base/_toc.scss */
.path-table-of-content .region-content .toc-current article .entry-excerpt .subscribe, .path-table-of-content .region-content .toc-previous article .entry-excerpt .subscribe, .path-table-of-contents .region-content .toc-current article .entry-excerpt .subscribe, .path-table-of-contents .region-content .toc-previous article .entry-excerpt .subscribe, .page-node-type-toc .region-content .toc-current article .entry-excerpt .subscribe, .page-node-type-toc .region-content .toc-previous article .entry-excerpt .subscribe {
  display: none;
}
/* line 121, ../../sass/base/_toc.scss */
.path-table-of-content .region-content .toc-current article .entry-excerpt .subscribe a, .path-table-of-content .region-content .toc-previous article .entry-excerpt .subscribe a, .path-table-of-contents .region-content .toc-current article .entry-excerpt .subscribe a, .path-table-of-contents .region-content .toc-previous article .entry-excerpt .subscribe a, .page-node-type-toc .region-content .toc-current article .entry-excerpt .subscribe a, .page-node-type-toc .region-content .toc-previous article .entry-excerpt .subscribe a {
  color: #ffffff;
  background: #e50b16;
  padding: 3px 20px;
  border-radius: 3px;
  font-weight: 500;
}
/* line 148, ../../sass/base/_toc.scss */
.path-table-of-content .region-content .toc-previous, .path-table-of-contents .region-content .toc-previous, .page-node-type-toc .region-content .toc-previous {
  /*border-top: 1px solid $border-color;*/
  background: #f3f3f3;
}
@media only screen and (min-width: 1025px) {
  /* line 148, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content .toc-previous, .path-table-of-contents .region-content .toc-previous, .page-node-type-toc .region-content .toc-previous {
    float: left;
    width: 25%;
    clear: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 148, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content .toc-previous, .path-table-of-contents .region-content .toc-previous, .page-node-type-toc .region-content .toc-previous {
    float: left;
    width: 30%;
  }
}
/* line 160, ../../sass/base/_toc.scss */
.path-table-of-content .region-content .toc-previous h2, .path-table-of-contents .region-content .toc-previous h2, .page-node-type-toc .region-content .toc-previous h2 {
  line-height: 60px;
  margin-bottom: 0;
  font-size: 1.5em;
  text-transform: uppercase;
  padding: 20px;
  border-right: 1px solid #ddd;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 160, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content .toc-previous h2, .path-table-of-contents .region-content .toc-previous h2, .page-node-type-toc .region-content .toc-previous h2 {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 160, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content .toc-previous h2, .path-table-of-contents .region-content .toc-previous h2, .page-node-type-toc .region-content .toc-previous h2 {
    background: #ffffff;
    line-height: normal;
    padding: 40px 20px 20px;
    border-right: 0 none;
  }
}
/* line 177, ../../sass/base/_toc.scss */
.path-table-of-content .region-content .toc-previous ul, .path-table-of-contents .region-content .toc-previous ul, .page-node-type-toc .region-content .toc-previous ul {
  margin: 0;
  padding: 0;
}
/* line 181, ../../sass/base/_toc.scss */
.path-table-of-content .region-content .toc-previous li, .path-table-of-contents .region-content .toc-previous li, .page-node-type-toc .region-content .toc-previous li {
  margin: 0;
  padding: 20px;
  /*width: 100% !important;*/
  border-right: 1px solid #ddd;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 181, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content .toc-previous li, .path-table-of-contents .region-content .toc-previous li, .page-node-type-toc .region-content .toc-previous li {
    padding: 15px;
    border-right: 0 none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 181, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content .toc-previous li, .path-table-of-contents .region-content .toc-previous li, .page-node-type-toc .region-content .toc-previous li {
    border-right: 0 none;
    padding: 15px;
  }
}
/* line 194, ../../sass/base/_toc.scss */
.path-table-of-content .region-content .toc-previous li.active, .path-table-of-contents .region-content .toc-previous li.active, .page-node-type-toc .region-content .toc-previous li.active {
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border-right: 1px solid #ffffff;
}
@media only screen and (max-width: 767px) {
  /* line 194, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content .toc-previous li.active, .path-table-of-contents .region-content .toc-previous li.active, .page-node-type-toc .region-content .toc-previous li.active {
    box-shadow: 0 0 0 transparent;
    border-right: 0 none;
  }
  /* line 201, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content .toc-previous li.active:before, .path-table-of-contents .region-content .toc-previous li.active:before, .page-node-type-toc .region-content .toc-previous li.active:before {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    content: "";
    position: absolute;
    border: 1px solid #eee;
    top: 0;
    left: 0;
    height: 100%;
  }
  /* line 210, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content .toc-previous li.active:after, .path-table-of-contents .region-content .toc-previous li.active:after, .page-node-type-toc .region-content .toc-previous li.active:after {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    content: "";
    position: absolute;
    border: 1px solid #eee;
    top: 0;
    right: 0;
    height: 100%;
  }
}
/* line 222, ../../sass/base/_toc.scss */
.path-table-of-content .region-content .toc-previous li:first-child .entry-excerpt, .path-table-of-contents .region-content .toc-previous li:first-child .entry-excerpt, .page-node-type-toc .region-content .toc-previous li:first-child .entry-excerpt {
  padding-top: 35px;
  position: relative;
}
/* line 225, ../../sass/base/_toc.scss */
.path-table-of-content .region-content .toc-previous li:first-child .entry-excerpt:before, .path-table-of-contents .region-content .toc-previous li:first-child .entry-excerpt:before, .page-node-type-toc .region-content .toc-previous li:first-child .entry-excerpt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../images/current-issue-tag.png") 20px top no-repeat;
  width: 139px;
  height: 24px;
}
@media only screen and (max-width: 767px) {
  /* line 225, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content .toc-previous li:first-child .entry-excerpt:before, .path-table-of-contents .region-content .toc-previous li:first-child .entry-excerpt:before, .page-node-type-toc .region-content .toc-previous li:first-child .entry-excerpt:before {
    background: url("../../images/current-issue-tag.png") center top no-repeat;
    left: 50%;
    top: -30px;
    width: 119px;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  /* line 222, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content .toc-previous li:first-child .entry-excerpt, .path-table-of-contents .region-content .toc-previous li:first-child .entry-excerpt, .page-node-type-toc .region-content .toc-previous li:first-child .entry-excerpt {
    padding-top: 0;
  }
}
/* line 247, ../../sass/base/_toc.scss */
.path-table-of-content .region-content .toc-previous .bx-wrapper, .path-table-of-contents .region-content .toc-previous .bx-wrapper, .page-node-type-toc .region-content .toc-previous .bx-wrapper {
  z-index: 0;
  padding: 0 0 100px 0;
}
@media only screen and (max-width: 767px) {
  /* line 247, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content .toc-previous .bx-wrapper, .path-table-of-contents .region-content .toc-previous .bx-wrapper, .page-node-type-toc .region-content .toc-previous .bx-wrapper {
    padding-bottom: 0;
    border-top: 1px solid #ddd;
  }
}
/* line 254, ../../sass/base/_toc.scss */
.path-table-of-content .region-content .toc-previous .bx-wrapper .bx-loading, .path-table-of-contents .region-content .toc-previous .bx-wrapper .bx-loading, .page-node-type-toc .region-content .toc-previous .bx-wrapper .bx-loading {
  background: #f3f3f3;
}
/* line 257, ../../sass/base/_toc.scss */
.path-table-of-content .region-content .toc-previous .bx-wrapper .bx-viewport, .path-table-of-contents .region-content .toc-previous .bx-wrapper .bx-viewport, .page-node-type-toc .region-content .toc-previous .bx-wrapper .bx-viewport {
  background: none;
}
@media only screen and (max-width: 767px) {
  /* line 257, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content .toc-previous .bx-wrapper .bx-viewport, .path-table-of-contents .region-content .toc-previous .bx-wrapper .bx-viewport, .page-node-type-toc .region-content .toc-previous .bx-wrapper .bx-viewport {
    width: calc(100% - 90px) !important;
    margin: 0 auto;
  }
}
/* line 264, ../../sass/base/_toc.scss */
.path-table-of-content .region-content .toc-previous .bx-wrapper .bx-controls, .path-table-of-contents .region-content .toc-previous .bx-wrapper .bx-controls, .page-node-type-toc .region-content .toc-previous .bx-wrapper .bx-controls {
  height: 100%;
  width: 100%;
  text-align: center;
  top: 0;
  z-index: -1;
  /*@media only screen and (max-width: 767px) {
  	z-index: 0;
  }*/
}
/* line 274, ../../sass/base/_toc.scss */
.path-table-of-content .region-content .toc-previous .bx-wrapper .bx-controls-direction, .path-table-of-contents .region-content .toc-previous .bx-wrapper .bx-controls-direction, .page-node-type-toc .region-content .toc-previous .bx-wrapper .bx-controls-direction {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 274, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content .toc-previous .bx-wrapper .bx-controls-direction, .path-table-of-contents .region-content .toc-previous .bx-wrapper .bx-controls-direction, .page-node-type-toc .region-content .toc-previous .bx-wrapper .bx-controls-direction {
    padding: 0;
    width: 100%;
    z-index: 9999;
    right: 0;
    top: 0;
  }
}
/* line 283, ../../sass/base/_toc.scss */
.path-table-of-content .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-prev, .path-table-of-contents .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-prev, .page-node-type-toc .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-prev {
  position: absolute;
  margin: 0;
  top: -65px;
  left: auto;
  color: #e50b16;
}
/* line 289, ../../sass/base/_toc.scss */
.path-table-of-content .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-prev i:before, .path-table-of-contents .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-prev i:before, .page-node-type-toc .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-prev i:before {
  content: "\f139";
}
@media only screen and (max-width: 767px) {
  /* line 289, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-prev i:before, .path-table-of-contents .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-prev i:before, .page-node-type-toc .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-prev i:before {
    content: "\f137";
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 283, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-prev, .path-table-of-contents .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-prev, .page-node-type-toc .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-prev {
    top: -45px;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 283, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-prev, .path-table-of-contents .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-prev, .page-node-type-toc .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 5px;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
  }
}
/* line 307, ../../sass/base/_toc.scss */
.path-table-of-content .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-next, .path-table-of-contents .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-next, .page-node-type-toc .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-next {
  position: absolute;
  margin: 0;
  right: auto;
  bottom: 25px;
  color: #e50b16;
}
/* line 313, ../../sass/base/_toc.scss */
.path-table-of-content .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-next i:before, .path-table-of-contents .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-next i:before, .page-node-type-toc .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-next i:before {
  content: "\f13a";
}
@media only screen and (max-width: 767px) {
  /* line 313, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-next i:before, .path-table-of-contents .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-next i:before, .page-node-type-toc .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-next i:before {
    content: "\f138";
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 307, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-next, .path-table-of-contents .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-next, .page-node-type-toc .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-next {
    bottom: 60px;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 307, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-next, .path-table-of-contents .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-next, .page-node-type-toc .region-content .toc-previous .bx-wrapper .bx-controls-direction a.bx-next {
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
  }
}
/* line 333, ../../sass/base/_toc.scss */
.path-table-of-content .region-content #block-open-content, .path-table-of-contents .region-content #block-open-content, .page-node-type-toc .region-content #block-open-content {
  display: inline-block;
}
@media only screen and (min-width: 1025px) {
  /* line 333, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content #block-open-content, .path-table-of-contents .region-content #block-open-content, .page-node-type-toc .region-content #block-open-content {
    width: 75%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 333, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content #block-open-content, .path-table-of-contents .region-content #block-open-content, .page-node-type-toc .region-content #block-open-content {
    width: 70%;
  }
}
/* line 341, ../../sass/base/_toc.scss */
.path-table-of-content .region-content #block-open-content .toc-content-block, .path-table-of-contents .region-content #block-open-content .toc-content-block, .page-node-type-toc .region-content #block-open-content .toc-content-block {
  padding: 25px 0;
}
@media only screen and (min-width: 1025px) {
  /* line 341, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content #block-open-content .toc-content-block, .path-table-of-contents .region-content #block-open-content .toc-content-block, .page-node-type-toc .region-content #block-open-content .toc-content-block {
    padding: 35px 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 341, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content #block-open-content .toc-content-block, .path-table-of-contents .region-content #block-open-content .toc-content-block, .page-node-type-toc .region-content #block-open-content .toc-content-block {
    padding: 25px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 349, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content #block-open-content .toc-content-block figure, .path-table-of-contents .region-content #block-open-content .toc-content-block figure, .page-node-type-toc .region-content #block-open-content .toc-content-block figure {
    float: left;
    border: 1px solid #ddd;
  }
}
/* line 354, ../../sass/base/_toc.scss */
.path-table-of-content .region-content #block-open-content .toc-content-block figure img, .path-table-of-contents .region-content #block-open-content .toc-content-block figure img, .page-node-type-toc .region-content #block-open-content .toc-content-block figure img {
  border: 12px solid #000000;
}
@media only screen and (max-width: 767px) {
  /* line 354, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content #block-open-content .toc-content-block figure img, .path-table-of-contents .region-content #block-open-content .toc-content-block figure img, .page-node-type-toc .region-content #block-open-content .toc-content-block figure img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
}
/* line 363, ../../sass/base/_toc.scss */
.path-table-of-content .region-content #block-open-content .toc-content-block time, .path-table-of-contents .region-content #block-open-content .toc-content-block time, .page-node-type-toc .region-content #block-open-content .toc-content-block time {
  font-size: 14px;
  color: #c1c1c1;
  text-transform: uppercase;
  line-height: normal;
}
/* line 369, ../../sass/base/_toc.scss */
.path-table-of-content .region-content #block-open-content .toc-content-block h1.slider_title, .path-table-of-contents .region-content #block-open-content .toc-content-block h1.slider_title, .page-node-type-toc .region-content #block-open-content .toc-content-block h1.slider_title {
  margin: 15px 0 20px;
  text-transform: none;
  color: #000000;
}
/* line 374, ../../sass/base/_toc.scss */
.path-table-of-content .region-content #block-open-content .toc-content-block .cover_story h3, .path-table-of-contents .region-content #block-open-content .toc-content-block .cover_story h3, .page-node-type-toc .region-content #block-open-content .toc-content-block .cover_story h3 {
  /*color: $red_link;*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #000000;
  display: inline-block;
  padding-bottom: 3px;
  color: #999999;
}
/* line 383, ../../sass/base/_toc.scss */
.path-table-of-content .region-content #block-open-content .toc-content-block .excerpt-p, .path-table-of-contents .region-content #block-open-content .toc-content-block .excerpt-p, .page-node-type-toc .region-content #block-open-content .toc-content-block .excerpt-p {
  color: #737373;
  margin: 10px 0;
}
/* line 387, ../../sass/base/_toc.scss */
.path-table-of-content .region-content #block-open-content .toc-content-block .read-more a, .path-table-of-contents .region-content #block-open-content .toc-content-block .read-more a, .page-node-type-toc .region-content #block-open-content .toc-content-block .read-more a {
  color: #ffffff;
  background: #e50b16;
  padding: 5px 10px;
  border-radius: 3px;
  font-weight: 500;
}
/* line 393, ../../sass/base/_toc.scss */
.path-table-of-content .region-content #block-open-content .toc-content-block .read-more a:after, .path-table-of-contents .region-content #block-open-content .toc-content-block .read-more a:after, .page-node-type-toc .region-content #block-open-content .toc-content-block .read-more a:after {
  content: "\f0d7";
  padding: 0 5px 0 20px;
  display: none;
}
/* line 399, ../../sass/base/_toc.scss */
.path-table-of-content .region-content #block-open-content .toc-content-block .entry-excerpt, .path-table-of-contents .region-content #block-open-content .toc-content-block .entry-excerpt, .page-node-type-toc .region-content #block-open-content .toc-content-block .entry-excerpt {
  padding-left: 20px;
  display: block;
}
@media only screen and (min-width: 1025px) {
  /* line 399, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content #block-open-content .toc-content-block .entry-excerpt, .path-table-of-contents .region-content #block-open-content .toc-content-block .entry-excerpt, .page-node-type-toc .region-content #block-open-content .toc-content-block .entry-excerpt {
    padding-left: 35px;
    display: table;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 399, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content #block-open-content .toc-content-block .entry-excerpt, .path-table-of-contents .region-content #block-open-content .toc-content-block .entry-excerpt, .page-node-type-toc .region-content #block-open-content .toc-content-block .entry-excerpt {
    padding-left: 20px;
    display: table;
  }
}
@media only screen and (max-width: 767px) {
  /* line 399, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content #block-open-content .toc-content-block .entry-excerpt, .path-table-of-contents .region-content #block-open-content .toc-content-block .entry-excerpt, .page-node-type-toc .region-content #block-open-content .toc-content-block .entry-excerpt {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* line 415, ../../sass/base/_toc.scss */
.path-table-of-content .region-content #block-open-content .toc-content-block .latest-section, .path-table-of-contents .region-content #block-open-content .toc-content-block .latest-section, .page-node-type-toc .region-content #block-open-content .toc-content-block .latest-section {
  overflow: hidden;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  /* line 420, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content #block-open-content .toc-content-story, .path-table-of-contents .region-content #block-open-content .toc-content-story, .page-node-type-toc .region-content #block-open-content .toc-content-story {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 425, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content #block-open-content .toc-content-story header h3, .path-table-of-contents .region-content #block-open-content .toc-content-story header h3, .page-node-type-toc .region-content #block-open-content .toc-content-story header h3 {
    padding-left: 20px;
    margin-bottom: .5em;
  }
}
/* line 430, ../../sass/base/_toc.scss */
.path-table-of-content .region-content #block-open-content .toc-content-story figure, .path-table-of-contents .region-content #block-open-content .toc-content-story figure, .page-node-type-toc .region-content #block-open-content .toc-content-story figure {
  /*border: 0 none;*/
}
@media only screen and (min-width: 768px) {
  /* line 430, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content #block-open-content .toc-content-story figure, .path-table-of-contents .region-content #block-open-content .toc-content-story figure, .page-node-type-toc .region-content #block-open-content .toc-content-story figure {
    width: 200px;
    max-height: 160px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  /* line 430, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content #block-open-content .toc-content-story figure, .path-table-of-contents .region-content #block-open-content .toc-content-story figure, .page-node-type-toc .region-content #block-open-content .toc-content-story figure {
    margin-bottom: 20px;
  }
}
/* line 440, ../../sass/base/_toc.scss */
.path-table-of-content .region-content #block-open-content .toc-content-story figure img, .path-table-of-contents .region-content #block-open-content .toc-content-story figure img, .page-node-type-toc .region-content #block-open-content .toc-content-story figure img {
  border: 0 none;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  /* line 440, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content #block-open-content .toc-content-story figure img, .path-table-of-contents .region-content #block-open-content .toc-content-story figure img, .page-node-type-toc .region-content #block-open-content .toc-content-story figure img {
    width: 100%;
    margin-bottom: 0;
  }
}
/* line 450, ../../sass/base/_toc.scss */
.path-table-of-content .region-content #block-open-content .toc-content-story header h3, .path-table-of-contents .region-content #block-open-content .toc-content-story header h3, .page-node-type-toc .region-content #block-open-content .toc-content-story header h3 {
  margin-top: 3px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
/* line 456, ../../sass/base/_toc.scss */
.path-table-of-content .region-content #block-open-content .toc-content-story article, .path-table-of-contents .region-content #block-open-content .toc-content-story article, .page-node-type-toc .region-content #block-open-content .toc-content-story article {
  overflow: hidden;
  padding: 10px 0 30px;
}
/* line 460, ../../sass/base/_toc.scss */
.path-table-of-content .region-content #block-open-content .toc-content-story h1.slider_title, .path-table-of-contents .region-content #block-open-content .toc-content-story h1.slider_title, .page-node-type-toc .region-content #block-open-content .toc-content-story h1.slider_title {
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  /* line 460, ../../sass/base/_toc.scss */
  .path-table-of-content .region-content #block-open-content .toc-content-story h1.slider_title, .path-table-of-contents .region-content #block-open-content .toc-content-story h1.slider_title, .page-node-type-toc .region-content #block-open-content .toc-content-story h1.slider_title {
    font-size: 18px;
    line-height: 28px;
  }
}

/* line 472, ../../sass/base/_toc.scss */
.toc-steps-subscribe .subscribe-col.toc {
  float: none;
  padding: 0;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 472, ../../sass/base/_toc.scss */
  .toc-steps-subscribe .subscribe-col.toc {
    height: 160px;
  }
}
/* line 481, ../../sass/base/_toc.scss */
.toc-steps-subscribe .toc-steps {
  font-size: 20px;
  color: #666666;
  font-weight: 300;
  float: left;
  width: 25%;
  border: 1px solid #ddd;
  border-left: 0 none;
  padding: 25px 20px;
  height: 80px;
}
@media only screen and (max-width: 1024px) {
  /* line 481, ../../sass/base/_toc.scss */
  .toc-steps-subscribe .toc-steps {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 481, ../../sass/base/_toc.scss */
  .toc-steps-subscribe .toc-steps {
    display: none;
  }
}
/* line 498, ../../sass/base/_toc.scss */
.toc-steps-subscribe .toc-subscribe-options {
  width: 75%;
  display: inline-block;
  border-bottom: 1px solid #ddd;
  float: left;
  height: 80px;
}
@media only screen and (max-width: 1024px) {
  /* line 498, ../../sass/base/_toc.scss */
  .toc-steps-subscribe .toc-subscribe-options {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 498, ../../sass/base/_toc.scss */
  .toc-steps-subscribe .toc-subscribe-options {
    width: 100%;
    height: 160px;
  }
}
/* line 511, ../../sass/base/_toc.scss */
.toc-steps-subscribe .toc-subscribe-options [class*="icon-"] {
  display: inline-block;
  background-repeat: no-repeat;
  width: 33.33%;
  background-position: center center;
  font-size: 0px;
  text-indent: -80px;
  overflow: hidden;
  height: 80px;
  float: left;
  vertical-align: top;
  border-left: 1px solid #ddd;
  margin-left: -1px;
}
@media only screen and (max-width: 767px) {
  /* line 511, ../../sass/base/_toc.scss */
  .toc-steps-subscribe .toc-subscribe-options [class*="icon-"] {
    height: 160px;
  }
}
@media only screen and (max-width: 374px) {
  /* line 511, ../../sass/base/_toc.scss */
  .toc-steps-subscribe .toc-subscribe-options [class*="icon-"] {
    background-size: contain;
  }
}
/* line 531, ../../sass/base/_toc.scss */
.toc-steps-subscribe .toc-subscribe-options .icon-print {
  background-image: url("../../images/icon-print-toc.png");
}
@media only screen and (max-width: 767px) {
  /* line 531, ../../sass/base/_toc.scss */
  .toc-steps-subscribe .toc-subscribe-options .icon-print {
    background-image: url("../../images/icon-print-toc1.png");
  }
}
/* line 537, ../../sass/base/_toc.scss */
.toc-steps-subscribe .toc-subscribe-options .icon-digital {
  background-image: url("../../images/icon-digital-toc.png");
}
@media only screen and (max-width: 767px) {
  /* line 537, ../../sass/base/_toc.scss */
  .toc-steps-subscribe .toc-subscribe-options .icon-digital {
    background-image: url("../../images/icon-digital-toc1.png");
  }
}
/* line 543, ../../sass/base/_toc.scss */
.toc-steps-subscribe .toc-subscribe-options .icon-feed {
  background-image: url("../../images/icon-feeds-toc.png");
}
@media only screen and (max-width: 767px) {
  /* line 543, ../../sass/base/_toc.scss */
  .toc-steps-subscribe .toc-subscribe-options .icon-feed {
    background-image: url("../../images/icon-feeds-toc1.png");
  }
}

/* Digital Magazine */
/* line 555, ../../sass/base/_toc.scss */
.path-digitalmagazine .block-page-title-block h1 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  padding: 25px 20px 25px;
}
@media only screen and (min-width: 768px) {
  /* line 555, ../../sass/base/_toc.scss */
  .path-digitalmagazine .block-page-title-block h1 {
    padding: 25px 35px 25px;
    border: 0 none;
  }
}
/* line 569, ../../sass/base/_toc.scss */
.path-digitalmagazine .digital-magazine .table-dig-sub .row-field-logo {
  padding: 20px 0;
  /*border-top: 1px solid $border-color;*/
  text-align: center;
}
@media only screen and (min-width: 768px) {
  /* line 569, ../../sass/base/_toc.scss */
  .path-digitalmagazine .digital-magazine .table-dig-sub .row-field-logo {
    display: table;
    width: 100%;
    height: 90px;
  }
  /* line 577, ../../sass/base/_toc.scss */
  .path-digitalmagazine .digital-magazine .table-dig-sub .row-field-logo a {
    display: table-cell;
    vertical-align: middle;
  }
}
/* line 583, ../../sass/base/_toc.scss */
.path-digitalmagazine .digital-magazine .table-dig-sub .row-field-dig {
  border-top: 1px solid #ddd;
  width: 100%;
  display: table;
  height: 60px;
  color: #777777;
}
/* line 589, ../../sass/base/_toc.scss */
.path-digitalmagazine .digital-magazine .table-dig-sub .row-field-dig .field-dm-label {
  /*padding: 20px 0;*/
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  background: #f2f2f2;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 60px;
}
/* line 601, ../../sass/base/_toc.scss */
.path-digitalmagazine .digital-magazine .table-dig-sub .row-field-dig .field-dm-content {
  /*padding: 20px 0;*/
  font-size: 16px;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 60px;
  word-break: break-word;
}
/* line 612, ../../sass/base/_toc.scss */
.path-digitalmagazine .digital-magazine .table-dig-sub .field-dm-btn {
  padding: 25px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  /* line 612, ../../sass/base/_toc.scss */
  .path-digitalmagazine .digital-magazine .table-dig-sub .field-dm-btn {
    border-bottom: 0 none;
  }
}
/* line 620, ../../sass/base/_toc.scss */
.path-digitalmagazine .digital-magazine .table-dig-sub .field-dm-btn a {
  background: #e50b16;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 16px;
  border-radius: 2px;
  border: 1px solid #ddd;
}
@media only screen and (min-width: 768px) {
  /* line 567, ../../sass/base/_toc.scss */
  .path-digitalmagazine .digital-magazine {
    padding: 0 35px;
    overflow: hidden;
  }
  /* line 633, ../../sass/base/_toc.scss */
  .path-digitalmagazine .digital-magazine .view-section-wrap > div {
    float: left;
    width: 50%;
    border: 1px solid #ddd;
    /*border-right: 1px solid $border-color;*/
    margin-left: -1px;
  }
  /* line 639, ../../sass/base/_toc.scss */
  .path-digitalmagazine .digital-magazine .view-section-wrap > div:nth-child(3) {
    clear: both;
  }
}
/* line 647, ../../sass/base/_toc.scss */
.path-digitalmagazine .digital-magazine div div:nth-child(1) .table-dig-sub .row-field-dig:nth-child(4) .field-dm-content, .path-digitalmagazine .digital-magazine div div:nth-child(1) .table-dig-sub .row-field-dig:nth-child(4) .field-dm-label, .path-digitalmagazine .digital-magazine div div:nth-child(2) .table-dig-sub .row-field-dig:nth-child(4) .field-dm-content, .path-digitalmagazine .digital-magazine div div:nth-child(2) .table-dig-sub .row-field-dig:nth-child(4) .field-dm-label {
  background: rgba(229, 11, 22, 0.5);
  border: 2px solid;
}
/* line 655, ../../sass/base/_toc.scss */
.path-digitalmagazine [class*="block-views-blockdigital-magazine-"] .voice-list {
  padding: 40px 40px;
}
@media only screen and (max-width: 1024px) {
  /* line 655, ../../sass/base/_toc.scss */
  .path-digitalmagazine [class*="block-views-blockdigital-magazine-"] .voice-list {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 661, ../../sass/base/_toc.scss */
  .path-digitalmagazine [class*="block-views-blockdigital-magazine-"] .voice-list header {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 960px) {
  /* line 666, ../../sass/base/_toc.scss */
  .path-digitalmagazine [class*="block-views-blockdigital-magazine-"] .voice-list article.item {
    width: 33%;
  }
  /* line 669, ../../sass/base/_toc.scss */
  .path-digitalmagazine [class*="block-views-blockdigital-magazine-"] .voice-list article.item:nth-of-type(4n+1) {
    clear: none;
  }
  /* line 672, ../../sass/base/_toc.scss */
  .path-digitalmagazine [class*="block-views-blockdigital-magazine-"] .voice-list article.item:nth-of-type(3n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 959px) {
  /* line 666, ../../sass/base/_toc.scss */
  .path-digitalmagazine [class*="block-views-blockdigital-magazine-"] .voice-list article.item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 666, ../../sass/base/_toc.scss */
  .path-digitalmagazine [class*="block-views-blockdigital-magazine-"] .voice-list article.item {
    width: 100%;
    padding: 10px 23px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 666, ../../sass/base/_toc.scss */
  .path-digitalmagazine [class*="block-views-blockdigital-magazine-"] .voice-list article.item {
    padding: 10px;
  }
}
/* line 686, ../../sass/base/_toc.scss */
.path-digitalmagazine [class*="block-views-blockdigital-magazine-"] .voice-list article.item figure.featured-thumb {
  float: left;
  border: 1px solid #ddd;
  width: 100px !important;
  min-width: 100px !important;
}
/* line 691, ../../sass/base/_toc.scss */
.path-digitalmagazine [class*="block-views-blockdigital-magazine-"] .voice-list article.item figure.featured-thumb img {
  width: 100%;
  height: auto;
  /*margin-bottom: 30px;*/
}
/* line 697, ../../sass/base/_toc.scss */
.path-digitalmagazine [class*="block-views-blockdigital-magazine-"] .voice-list article.item .entry-excerpt {
  width: calc(100% - 110px) !important;
  padding-left: 13px;
  font-size: 13px;
  color: #737373;
  /*@media only screen and (max-width: 767px) {
  	width: 100%;
  	padding: 0;
  }*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 697, ../../sass/base/_toc.scss */
  .path-digitalmagazine [class*="block-views-blockdigital-magazine-"] .voice-list article.item .entry-excerpt {
    padding-left: 10px;
  }
}
/* line 709, ../../sass/base/_toc.scss */
.path-digitalmagazine [class*="block-views-blockdigital-magazine-"] .voice-list article.item .entry-excerpt h1.slider_title {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 7px;
}
/* line 715, ../../sass/base/_toc.scss */
.path-digitalmagazine [class*="block-views-blockdigital-magazine-"] .voice-list article.item .entry-excerpt .excerpt-p p {
  margin: 0;
  display: inline-block;
}
/* line 721, ../../sass/base/_toc.scss */
.path-digitalmagazine [class*="block-views-blockdigital-magazine-"] .voice-list article.item .entry-excerpt .read-more a {
  color: #ffffff;
  background: #e50b16;
  padding: 3px 10px;
  border-radius: 3px;
  font-weight: 500;
}
/* line 727, ../../sass/base/_toc.scss */
.path-digitalmagazine [class*="block-views-blockdigital-magazine-"] .voice-list article.item .entry-excerpt .read-more a:after {
  content: "\f0d7";
  padding: 0 2px 0 12px;
  display: none;
}

/* Subscription */
/* line 740, ../../sass/base/_toc.scss */
.path-subscribe, .page-node-type-subscription-special-offers, .page-node-type-amex-subscription-cofigs {
  	/*input[type="radio"]:before {
      content: "Select";
      position: RELATIVE;
      background: #eeeeee;
      padding: 5px 20px;
      border-radius: 3px;
      border: 1px solid #999;
      color: #000;
      top: -5px;
      left: -40px;
      font-size: 18px;
      font-family: roboto
      }*/
  	/*.block-page-title-block h1 {
  		font-size: 18px;
  		font-weight: bold;
  		text-transform: uppercase;
  		color: $base-color;
  		padding: 25px 20px 25px;
  
  		@media only screen and (min-width: 768px) {
  			padding: 25px 35px 25px;
  			border: 0 none;
  		}
  	}*/
}
/* line 741, ../../sass/base/_toc.scss */
.path-subscribe .f-ad, .page-node-type-subscription-special-offers .f-ad, .page-node-type-amex-subscription-cofigs .f-ad {
  text-align: left;
}
/* line 745, ../../sass/base/_toc.scss */
.path-subscribe .node--type-subscription-special-offers > header, .page-node-type-subscription-special-offers .node--type-subscription-special-offers > header, .page-node-type-amex-subscription-cofigs .node--type-subscription-special-offers > header {
  display: none;
}
/* line 750, ../../sass/base/_toc.scss */
.path-subscribe #block-specialoffersubscription .promo-code-block, .page-node-type-subscription-special-offers #block-specialoffersubscription .promo-code-block, .page-node-type-amex-subscription-cofigs #block-specialoffersubscription .promo-code-block {
  /*display: none;*/
  /* promo-code-block shown on this page subscribe/icici-bank-offer 09-05-18*/
}
/* line 754, ../../sass/base/_toc.scss */
.path-subscribe .fad-banner, .page-node-type-subscription-special-offers .fad-banner, .page-node-type-amex-subscription-cofigs .fad-banner {
  max-width: 90%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  /*.subscribe-ad {
  	display: table;
  }*/
}
/* line 762, ../../sass/base/_toc.scss */
.path-subscribe .fad-banner .thumb-nail, .page-node-type-subscription-special-offers .fad-banner .thumb-nail, .page-node-type-amex-subscription-cofigs .fad-banner .thumb-nail {
  display: table-cell;
  vertical-align: middle;
  width: 110px;
}
@media only screen and (max-width: 479px) {
  /* line 762, ../../sass/base/_toc.scss */
  .path-subscribe .fad-banner .thumb-nail, .page-node-type-subscription-special-offers .fad-banner .thumb-nail, .page-node-type-amex-subscription-cofigs .fad-banner .thumb-nail {
    display: block;
    margin: 0 auto;
  }
}
/* line 771, ../../sass/base/_toc.scss */
.path-subscribe .fad-banner .sub_text, .page-node-type-subscription-special-offers .fad-banner .sub_text, .page-node-type-amex-subscription-cofigs .fad-banner .sub_text {
  display: table-cell;
  width: auto;
  padding-left: 20px;
  vertical-align: middle;
  height: 100%;
}
@media only screen and (max-width: 479px) {
  /* line 771, ../../sass/base/_toc.scss */
  .path-subscribe .fad-banner .sub_text, .page-node-type-subscription-special-offers .fad-banner .sub_text, .page-node-type-amex-subscription-cofigs .fad-banner .sub_text {
    display: block;
    text-align: center;
    padding: 20px 0 0;
  }
}
/* line 782, ../../sass/base/_toc.scss */
.path-subscribe .fad-banner .sub_text .line-1, .page-node-type-subscription-special-offers .fad-banner .sub_text .line-1, .page-node-type-amex-subscription-cofigs .fad-banner .sub_text .line-1 {
  color: #e50b16;
  font-size: 34px;
  display: block;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  /* line 782, ../../sass/base/_toc.scss */
  .path-subscribe .fad-banner .sub_text .line-1, .page-node-type-subscription-special-offers .fad-banner .sub_text .line-1, .page-node-type-amex-subscription-cofigs .fad-banner .sub_text .line-1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 782, ../../sass/base/_toc.scss */
  .path-subscribe .fad-banner .sub_text .line-1, .page-node-type-subscription-special-offers .fad-banner .sub_text .line-1, .page-node-type-amex-subscription-cofigs .fad-banner .sub_text .line-1 {
    font-size: 18px;
  }
}
/* line 796, ../../sass/base/_toc.scss */
.path-subscribe .fad-banner .sub_text .line-2, .page-node-type-subscription-special-offers .fad-banner .sub_text .line-2, .page-node-type-amex-subscription-cofigs .fad-banner .sub_text .line-2 {
  font-size: 22px;
  border-radius: 3px;
  font-weight: 500;
  color: #777;
}
@media only screen and (max-width: 767px) {
  /* line 796, ../../sass/base/_toc.scss */
  .path-subscribe .fad-banner .sub_text .line-2, .page-node-type-subscription-special-offers .fad-banner .sub_text .line-2, .page-node-type-amex-subscription-cofigs .fad-banner .sub_text .line-2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 796, ../../sass/base/_toc.scss */
  .path-subscribe .fad-banner .sub_text .line-2, .page-node-type-subscription-special-offers .fad-banner .sub_text .line-2, .page-node-type-amex-subscription-cofigs .fad-banner .sub_text .line-2 {
    font-size: 12px;
  }
}
/* line 841, ../../sass/base/_toc.scss */
.path-subscribe .sub-table-code-block .table-dig input[type="radio"], .page-node-type-subscription-special-offers .sub-table-code-block .table-dig input[type="radio"], .page-node-type-amex-subscription-cofigs .sub-table-code-block .table-dig input[type="radio"] {
  /*display: table-cell;
  vertical-align: middle;*/
  height: 36px;
  width: 100px;
  margin: 0;
  opacity: 0;
  position: relative;
  top: 12px;
  z-index: 1;
}
/* line 851, ../../sass/base/_toc.scss */
.path-subscribe .sub-table-code-block .table-dig input[type="radio"] + span, .page-node-type-subscription-special-offers .sub-table-code-block .table-dig input[type="radio"] + span, .page-node-type-amex-subscription-cofigs .sub-table-code-block .table-dig input[type="radio"] + span {
  clear: both;
  display: block;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
/* line 860, ../../sass/base/_toc.scss */
.path-subscribe .sub-table-code-block .table-dig input[type="radio"] + span:before, .page-node-type-subscription-special-offers .sub-table-code-block .table-dig input[type="radio"] + span:before, .page-node-type-amex-subscription-cofigs .sub-table-code-block .table-dig input[type="radio"] + span:before {
  content: "Select";
  position: relative;
  background: #eeeeee;
  padding: 5px 20px;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #000;
  top: 4px;
  left: 0;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
/* line 876, ../../sass/base/_toc.scss */
.path-subscribe .sub-table-code-block .table-dig.selected input[type="radio"] + span:before, .page-node-type-subscription-special-offers .sub-table-code-block .table-dig.selected input[type="radio"] + span:before, .page-node-type-amex-subscription-cofigs .sub-table-code-block .table-dig.selected input[type="radio"] + span:before {
  background: #e50b16;
  content: "\f00c";
  padding: 5px 30px;
  color: #fff;
  font-size: 20px;
  top: 0;
  left: 0;
}
/* line 887, ../../sass/base/_toc.scss */
.path-subscribe .sub-table-code-block .table-dig.selected .row-field-logo, .page-node-type-subscription-special-offers .sub-table-code-block .table-dig.selected .row-field-logo, .page-node-type-amex-subscription-cofigs .sub-table-code-block .table-dig.selected .row-field-logo {
  background: #e50b16;
}
/* line 890, ../../sass/base/_toc.scss */
.path-subscribe .sub-table-code-block .table-dig.selected:hover .row-field-logo, .page-node-type-subscription-special-offers .sub-table-code-block .table-dig.selected:hover .row-field-logo, .page-node-type-amex-subscription-cofigs .sub-table-code-block .table-dig.selected:hover .row-field-logo {
  background: #e50b16;
}
/* line 895, ../../sass/base/_toc.scss */
.path-subscribe .sub-table-code-block .sub-table-title, .page-node-type-subscription-special-offers .sub-table-code-block .sub-table-title, .page-node-type-amex-subscription-cofigs .sub-table-code-block .sub-table-title {
  font-weight: 900;
  font-size: 18px;
  padding: 35px 20px;
  display: block;
  width: 100%;
}
/* line 902, ../../sass/base/_toc.scss */
.path-subscribe .sub-table-code-block [class*="table-dig-"], .page-node-type-subscription-special-offers .sub-table-code-block [class*="table-dig-"], .page-node-type-amex-subscription-cofigs .sub-table-code-block [class*="table-dig-"] {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
  /*.field-dm-btn {
  	padding: 25px 0;
  	border-top: 1px solid $border-color;
  	border-bottom: 1px solid $border-color;
  	text-align: center;
  	@media only screen and (min-width: 768px) {
  		border-bottom: 0 none;
  	}
  	a {
  		background: $red_link;
  		padding: 5px 10px;
  		color: $white;
  		font-size: 16px;
  		border-radius: 2px;
  		border: 1px solid $border-color;
  	}
  }*/
}
@media only screen and (min-width: 768px) {
  /* line 902, ../../sass/base/_toc.scss */
  .path-subscribe .sub-table-code-block [class*="table-dig-"], .page-node-type-subscription-special-offers .sub-table-code-block [class*="table-dig-"], .page-node-type-amex-subscription-cofigs .sub-table-code-block [class*="table-dig-"] {
    width: 46.7%;
    float: left;
    margin: 0 1.65%;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
}
/* line 913, ../../sass/base/_toc.scss */
.path-subscribe .sub-table-code-block [class*="table-dig-"] .row-field-logo, .page-node-type-subscription-special-offers .sub-table-code-block [class*="table-dig-"] .row-field-logo, .page-node-type-amex-subscription-cofigs .sub-table-code-block [class*="table-dig-"] .row-field-logo {
  padding: 20px 0;
  /*border-top: 1px solid $border-color;*/
  text-align: center;
  background: #444444;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  /* line 913, ../../sass/base/_toc.scss */
  .path-subscribe .sub-table-code-block [class*="table-dig-"] .row-field-logo, .page-node-type-subscription-special-offers .sub-table-code-block [class*="table-dig-"] .row-field-logo, .page-node-type-amex-subscription-cofigs .sub-table-code-block [class*="table-dig-"] .row-field-logo {
    border-radius: 5px 5px 0 0;
  }
}
/* line 925, ../../sass/base/_toc.scss */
.path-subscribe .sub-table-code-block [class*="table-dig-"] .row-field-dig, .page-node-type-subscription-special-offers .sub-table-code-block [class*="table-dig-"] .row-field-dig, .page-node-type-amex-subscription-cofigs .sub-table-code-block [class*="table-dig-"] .row-field-dig {
  border-top: 1px solid #ddd;
  width: 100%;
  display: table;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #777777;
}
/* line 933, ../../sass/base/_toc.scss */
.path-subscribe .sub-table-code-block [class*="table-dig-"] .row-field-dig.button-div, .page-node-type-subscription-special-offers .sub-table-code-block [class*="table-dig-"] .row-field-dig.button-div, .page-node-type-amex-subscription-cofigs .sub-table-code-block [class*="table-dig-"] .row-field-dig.button-div {
  position: relative;
  display: block;
}
/* line 937, ../../sass/base/_toc.scss */
.path-subscribe .sub-table-code-block [class*="table-dig-"] .row-field-dig .field-dm-label, .page-node-type-subscription-special-offers .sub-table-code-block [class*="table-dig-"] .row-field-dig .field-dm-label, .page-node-type-amex-subscription-cofigs .sub-table-code-block [class*="table-dig-"] .row-field-dig .field-dm-label {
  /*padding: 20px 0;*/
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  background: #f2f2f2;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 937, ../../sass/base/_toc.scss */
  .path-subscribe .sub-table-code-block [class*="table-dig-"] .row-field-dig .field-dm-label, .page-node-type-subscription-special-offers .sub-table-code-block [class*="table-dig-"] .row-field-dig .field-dm-label, .page-node-type-amex-subscription-cofigs .sub-table-code-block [class*="table-dig-"] .row-field-dig .field-dm-label {
    font-size: 14px;
  }
}
/* line 951, ../../sass/base/_toc.scss */
.path-subscribe .sub-table-code-block [class*="table-dig-"] .row-field-dig .field-dm-label span.printing, .page-node-type-subscription-special-offers .sub-table-code-block [class*="table-dig-"] .row-field-dig .field-dm-label span.printing, .page-node-type-amex-subscription-cofigs .sub-table-code-block [class*="table-dig-"] .row-field-dig .field-dm-label span.printing {
  font-size: 15px;
  font-weight: normal;
  display: block;
  line-height: 16px;
}
/* line 958, ../../sass/base/_toc.scss */
.path-subscribe .sub-table-code-block [class*="table-dig-"] .row-field-dig .field-dm-content, .page-node-type-subscription-special-offers .sub-table-code-block [class*="table-dig-"] .row-field-dig .field-dm-content, .page-node-type-amex-subscription-cofigs .sub-table-code-block [class*="table-dig-"] .row-field-dig .field-dm-content {
  /*padding: 20px 0;*/
  font-size: 16px;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 60px;
  word-break: break-word;
}
/* line 968, ../../sass/base/_toc.scss */
.path-subscribe .sub-table-code-block [class*="table-dig-"] .row-field-dig.gift, .page-node-type-subscription-special-offers .sub-table-code-block [class*="table-dig-"] .row-field-dig.gift, .page-node-type-amex-subscription-cofigs .sub-table-code-block [class*="table-dig-"] .row-field-dig.gift {
  border-top: 0 none;
}
/* line 972, ../../sass/base/_toc.scss */
.path-subscribe .sub-table-code-block [class*="table-dig-"] .gift-assured, .page-node-type-subscription-special-offers .sub-table-code-block [class*="table-dig-"] .gift-assured, .page-node-type-amex-subscription-cofigs .sub-table-code-block [class*="table-dig-"] .gift-assured {
  color: #e50b16;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0 5px;
  text-align: center;
  border-top: 1px solid #ddd;
}
/* line 980, ../../sass/base/_toc.scss */
.path-subscribe .sub-table-code-block [class*="table-dig-"] .gift-image, .page-node-type-subscription-special-offers .sub-table-code-block [class*="table-dig-"] .gift-image, .page-node-type-amex-subscription-cofigs .sub-table-code-block [class*="table-dig-"] .gift-image {
  padding: 0;
  text-align: center;
}
/* line 984, ../../sass/base/_toc.scss */
.path-subscribe .sub-table-code-block [class*="table-dig-"] .gift-title, .page-node-type-subscription-special-offers .sub-table-code-block [class*="table-dig-"] .gift-title, .page-node-type-amex-subscription-cofigs .sub-table-code-block [class*="table-dig-"] .gift-title {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}
/* line 991, ../../sass/base/_toc.scss */
.path-subscribe .sub-table-code-block [class*="table-dig-"] .gift-amount, .page-node-type-subscription-special-offers .sub-table-code-block [class*="table-dig-"] .gift-amount, .page-node-type-amex-subscription-cofigs .sub-table-code-block [class*="table-dig-"] .gift-amount {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0 20px;
  text-align: center;
}
/* line 1016, ../../sass/base/_toc.scss */
.path-subscribe .sub-table-code-block [class*="table-dig-"]:hover .row-field-logo, .page-node-type-subscription-special-offers .sub-table-code-block [class*="table-dig-"]:hover .row-field-logo, .page-node-type-amex-subscription-cofigs .sub-table-code-block [class*="table-dig-"]:hover .row-field-logo {
  background: #000000;
}
@media only screen and (min-width: 768px) {
  /* line 839, ../../sass/base/_toc.scss */
  .path-subscribe .sub-table-code-block, .page-node-type-subscription-special-offers .sub-table-code-block, .page-node-type-amex-subscription-cofigs .sub-table-code-block {
    padding: 0 10px;
    overflow: hidden;
  }
  /* line 1024, ../../sass/base/_toc.scss */
  .path-subscribe .sub-table-code-block .view-section-wrap > div, .page-node-type-subscription-special-offers .sub-table-code-block .view-section-wrap > div, .page-node-type-amex-subscription-cofigs .sub-table-code-block .view-section-wrap > div {
    float: left;
    width: 50%;
    border: 1px solid #ddd;
    /*border-right: 1px solid $border-color;*/
    margin-left: -1px;
  }
  /* line 1030, ../../sass/base/_toc.scss */
  .path-subscribe .sub-table-code-block .view-section-wrap > div:nth-child(3), .page-node-type-subscription-special-offers .sub-table-code-block .view-section-wrap > div:nth-child(3), .page-node-type-amex-subscription-cofigs .sub-table-code-block .view-section-wrap > div:nth-child(3) {
    clear: both;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 839, ../../sass/base/_toc.scss */
  .path-subscribe .sub-table-code-block, .page-node-type-subscription-special-offers .sub-table-code-block, .page-node-type-amex-subscription-cofigs .sub-table-code-block {
    padding: 0 35px;
    overflow: hidden;
  }
}
/* line 1039, ../../sass/base/_toc.scss */
.path-subscribe .sub-table-code-block fieldset, .page-node-type-subscription-special-offers .sub-table-code-block fieldset, .page-node-type-amex-subscription-cofigs .sub-table-code-block fieldset {
  clear: both;
}
/* line 1043, ../../sass/base/_toc.scss */
.path-subscribe .sub-table-code-block .form-composite legend, .page-node-type-subscription-special-offers .sub-table-code-block .form-composite legend, .page-node-type-amex-subscription-cofigs .sub-table-code-block .form-composite legend {
  display: none;
}
/* line 1046, ../../sass/base/_toc.scss */
.path-subscribe .sub-table-code-block .form-composite .form-type-radio, .page-node-type-subscription-special-offers .sub-table-code-block .form-composite .form-type-radio, .page-node-type-amex-subscription-cofigs .sub-table-code-block .form-composite .form-type-radio {
  width: 30%;
  float: left;
  margin: 0 1.65%;
  text-align: center;
  padding: 20px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #ddd;
}
@media only screen and (min-width: 768px) {
  /* line 1057, ../../sass/base/_toc.scss */
  .path-subscribe .gift-image, .page-node-type-subscription-special-offers .gift-image, .page-node-type-amex-subscription-cofigs .gift-image {
    min-height: 180px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1062, ../../sass/base/_toc.scss */
  .path-subscribe .promo-code-block, .page-node-type-subscription-special-offers .promo-code-block, .page-node-type-amex-subscription-cofigs .promo-code-block {
    border: 1px solid #ddd;
    border-bottom: 0 none;
    /*margin: 0 55px;*/
    border-radius: 5px 5px 0 0;
  }
}
/* line 1069, ../../sass/base/_toc.scss */
.path-subscribe .promo-code-block fieldset, .page-node-type-subscription-special-offers .promo-code-block fieldset, .page-node-type-amex-subscription-cofigs .promo-code-block fieldset {
  width: 94%;
  margin: 0 auto;
  padding: 40px 0 20px;
}
@media only screen and (min-width: 768px) {
  /* line 1069, ../../sass/base/_toc.scss */
  .path-subscribe .promo-code-block fieldset, .page-node-type-subscription-special-offers .promo-code-block fieldset, .page-node-type-amex-subscription-cofigs .promo-code-block fieldset {
    width: 90%;
  }
}
/* line 1076, ../../sass/base/_toc.scss */
.path-subscribe .promo-code-block fieldset .js-form-type-checkbox, .page-node-type-subscription-special-offers .promo-code-block fieldset .js-form-type-checkbox, .page-node-type-amex-subscription-cofigs .promo-code-block fieldset .js-form-type-checkbox {
  /*float: left;
  width: 50%;*/
  margin: 0 0 25px;
  padding-top: 5px;
  display: block;
}
@media only screen and (min-width: 1025px) {
  /* line 1076, ../../sass/base/_toc.scss */
  .path-subscribe .promo-code-block fieldset .js-form-type-checkbox, .page-node-type-subscription-special-offers .promo-code-block fieldset .js-form-type-checkbox, .page-node-type-amex-subscription-cofigs .promo-code-block fieldset .js-form-type-checkbox {
    float: left;
  }
}
/* line 1085, ../../sass/base/_toc.scss */
.path-subscribe .promo-code-block fieldset .js-form-type-checkbox label, .page-node-type-subscription-special-offers .promo-code-block fieldset .js-form-type-checkbox label, .page-node-type-amex-subscription-cofigs .promo-code-block fieldset .js-form-type-checkbox label {
  background: url("../../images/gift-icon-sprite.png") left top no-repeat;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
  padding: 3px 0 0 30px;
  margin: 0 0 0 12px;
  vertical-align: middle;
  color: #a3a3a3;
}
@media only screen and (min-width: 768px) {
  /* line 1085, ../../sass/base/_toc.scss */
  .path-subscribe .promo-code-block fieldset .js-form-type-checkbox label, .page-node-type-subscription-special-offers .promo-code-block fieldset .js-form-type-checkbox label, .page-node-type-amex-subscription-cofigs .promo-code-block fieldset .js-form-type-checkbox label {
    display: inline-block;
  }
}
/* line 1098, ../../sass/base/_toc.scss */
.path-subscribe .promo-code-block fieldset .js-form-type-checkbox input, .page-node-type-subscription-special-offers .promo-code-block fieldset .js-form-type-checkbox input, .page-node-type-amex-subscription-cofigs .promo-code-block fieldset .js-form-type-checkbox input {
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #ddd;
  vertical-align: top;
  float: left;
  margin: 0;
  display: inline-block;
}
/* line 1107, ../../sass/base/_toc.scss */
.path-subscribe .promo-code-block fieldset .js-form-type-checkbox input:checked + label, .page-node-type-subscription-special-offers .promo-code-block fieldset .js-form-type-checkbox input:checked + label, .page-node-type-amex-subscription-cofigs .promo-code-block fieldset .js-form-type-checkbox input:checked + label {
  background: url("../../images/gift-icon-sprite.png") left -42px no-repeat;
  color: #000000;
}
/* line 1113, ../../sass/base/_toc.scss */
.path-subscribe .promo-code-block fieldset .promocode-block, .page-node-type-subscription-special-offers .promo-code-block fieldset .promocode-block, .page-node-type-amex-subscription-cofigs .promo-code-block fieldset .promocode-block {
  display: block;
}
@media only screen and (min-width: 1025px) {
  /* line 1113, ../../sass/base/_toc.scss */
  .path-subscribe .promo-code-block fieldset .promocode-block, .page-node-type-subscription-special-offers .promo-code-block fieldset .promocode-block, .page-node-type-amex-subscription-cofigs .promo-code-block fieldset .promocode-block {
    float: right;
  }
}
/* line 1118, ../../sass/base/_toc.scss */
.path-subscribe .promo-code-block fieldset .promocode-block .ajax-progress, .page-node-type-subscription-special-offers .promo-code-block fieldset .promocode-block .ajax-progress, .page-node-type-amex-subscription-cofigs .promo-code-block fieldset .promocode-block .ajax-progress {
  display: block;
}
/* line 1122, ../../sass/base/_toc.scss */
.path-subscribe .promo-code-block fieldset .js-form-type-textfield, .page-node-type-subscription-special-offers .promo-code-block fieldset .js-form-type-textfield, .page-node-type-amex-subscription-cofigs .promo-code-block fieldset .js-form-type-textfield {
  float: left;
  margin: 0;
}
/* line 1125, ../../sass/base/_toc.scss */
.path-subscribe .promo-code-block fieldset .js-form-type-textfield label, .page-node-type-subscription-special-offers .promo-code-block fieldset .js-form-type-textfield label, .page-node-type-amex-subscription-cofigs .promo-code-block fieldset .js-form-type-textfield label {
  display: none;
}
/* line 1128, ../../sass/base/_toc.scss */
.path-subscribe .promo-code-block fieldset .js-form-type-textfield input, .page-node-type-subscription-special-offers .promo-code-block fieldset .js-form-type-textfield input, .page-node-type-amex-subscription-cofigs .promo-code-block fieldset .js-form-type-textfield input {
  width: 150px;
  height: 46px;
  padding: 10px 10px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  /* line 1128, ../../sass/base/_toc.scss */
  .path-subscribe .promo-code-block fieldset .js-form-type-textfield input, .page-node-type-subscription-special-offers .promo-code-block fieldset .js-form-type-textfield input, .page-node-type-amex-subscription-cofigs .promo-code-block fieldset .js-form-type-textfield input {
    width: 190px;
    padding: 10px 20px;
  }
}
/* line 1139, ../../sass/base/_toc.scss */
.path-subscribe .promo-code-block fieldset input.button, .page-node-type-subscription-special-offers .promo-code-block fieldset input.button, .page-node-type-amex-subscription-cofigs .promo-code-block fieldset input.button {
  float: left;
  background: #000000;
  color: #ffffff;
  border-radius: 0;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  width: 115px;
  height: 46px;
  margin: 2px 0 2px 1em;
  clear: none;
}
/* line 1155, ../../sass/base/_toc.scss */
.path-subscribe .tab-content.tab-2 .promo-code-block fieldset .promocode-block, .page-node-type-subscription-special-offers .tab-content.tab-2 .promo-code-block fieldset .promocode-block, .page-node-type-amex-subscription-cofigs .tab-content.tab-2 .promo-code-block fieldset .promocode-block {
  float: left;
}
/* line 1158, ../../sass/base/_toc.scss */
.path-subscribe .subscription-detail-block-process1, .page-node-type-subscription-special-offers .subscription-detail-block-process1, .page-node-type-amex-subscription-cofigs .subscription-detail-block-process1 {
  margin: 0 0 55px;
}
@media only screen and (min-width: 768px) {
  /* line 1158, ../../sass/base/_toc.scss */
  .path-subscribe .subscription-detail-block-process1, .page-node-type-subscription-special-offers .subscription-detail-block-process1, .page-node-type-amex-subscription-cofigs .subscription-detail-block-process1 {
    border: 1px solid #ddd;
    border-top: 0 none;
    border-radius: 0 0 5px 5px;
  }
}
/* line 1165, ../../sass/base/_toc.scss */
.path-subscribe .subscription-detail-block-process1 fieldset, .page-node-type-subscription-special-offers .subscription-detail-block-process1 fieldset, .page-node-type-amex-subscription-cofigs .subscription-detail-block-process1 fieldset {
  width: 94%;
  margin: 0 auto;
  padding: 20px 0 30px;
}
@media only screen and (min-width: 768px) {
  /* line 1165, ../../sass/base/_toc.scss */
  .path-subscribe .subscription-detail-block-process1 fieldset, .page-node-type-subscription-special-offers .subscription-detail-block-process1 fieldset, .page-node-type-amex-subscription-cofigs .subscription-detail-block-process1 fieldset {
    width: 90%;
  }
}
/* line 1174, ../../sass/base/_toc.scss */
.path-subscribe .subscription-detail-block-process1 .fieldset-wrapper div, .page-node-type-subscription-special-offers .subscription-detail-block-process1 .fieldset-wrapper div, .page-node-type-amex-subscription-cofigs .subscription-detail-block-process1 .fieldset-wrapper div {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  /* line 1174, ../../sass/base/_toc.scss */
  .path-subscribe .subscription-detail-block-process1 .fieldset-wrapper div, .page-node-type-subscription-special-offers .subscription-detail-block-process1 .fieldset-wrapper div, .page-node-type-amex-subscription-cofigs .subscription-detail-block-process1 .fieldset-wrapper div {
    width: 33%;
    padding-right: 20px;
  }
}
/* line 1181, ../../sass/base/_toc.scss */
.path-subscribe .subscription-detail-block-process1 .fieldset-wrapper div input, .page-node-type-subscription-special-offers .subscription-detail-block-process1 .fieldset-wrapper div input, .page-node-type-amex-subscription-cofigs .subscription-detail-block-process1 .fieldset-wrapper div input {
  height: 46px;
  padding: 10px 20px;
  margin: 0;
  font-size: 14px;
  color: #737373;
  width: 100%;
}
/* line 1189, ../../sass/base/_toc.scss */
.path-subscribe .subscription-detail-block-process1 .fieldset-wrapper div select, .page-node-type-subscription-special-offers .subscription-detail-block-process1 .fieldset-wrapper div select, .page-node-type-amex-subscription-cofigs .subscription-detail-block-process1 .fieldset-wrapper div select {
  height: 46px;
  padding: 10px 20px;
  margin: 0;
  font-size: 14px;
  color: #737373;
  width: 100%;
}
/* line 1198, ../../sass/base/_toc.scss */
.path-subscribe .subscription-detail-block-process1 .fieldset-wrapper .description-block, .page-node-type-subscription-special-offers .subscription-detail-block-process1 .fieldset-wrapper .description-block, .page-node-type-amex-subscription-cofigs .subscription-detail-block-process1 .fieldset-wrapper .description-block {
  clear: both;
  width: 100%;
  padding: 25px 0 0;
  font-size: 14px;
}
/* line 1203, ../../sass/base/_toc.scss */
.path-subscribe .subscription-detail-block-process1 .fieldset-wrapper .description-block a, .page-node-type-subscription-special-offers .subscription-detail-block-process1 .fieldset-wrapper .description-block a, .page-node-type-amex-subscription-cofigs .subscription-detail-block-process1 .fieldset-wrapper .description-block a {
  color: #e50b16;
}
/* line 1205, ../../sass/base/_toc.scss */
.path-subscribe .subscription-detail-block-process1 .fieldset-wrapper .description-block a:hover, .page-node-type-subscription-special-offers .subscription-detail-block-process1 .fieldset-wrapper .description-block a:hover, .page-node-type-amex-subscription-cofigs .subscription-detail-block-process1 .fieldset-wrapper .description-block a:hover {
  color: #000000;
}
/* line 1210, ../../sass/base/_toc.scss */
.path-subscribe .subscription-detail-block-process1 .fieldset-wrapper .form-actions, .page-node-type-subscription-special-offers .subscription-detail-block-process1 .fieldset-wrapper .form-actions, .page-node-type-amex-subscription-cofigs .subscription-detail-block-process1 .fieldset-wrapper .form-actions {
  width: 100%;
  margin: 0 auto;
  padding: 25px 0 0;
}
/* line 1214, ../../sass/base/_toc.scss */
.path-subscribe .subscription-detail-block-process1 .fieldset-wrapper .form-actions input[type="submit"], .page-node-type-subscription-special-offers .subscription-detail-block-process1 .fieldset-wrapper .form-actions input[type="submit"], .page-node-type-amex-subscription-cofigs .subscription-detail-block-process1 .fieldset-wrapper .form-actions input[type="submit"] {
  background: #e50b16;
  padding: 10px 35px;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  border: 0 none;
  float: left;
  width: auto;
}
/* line 1231, ../../sass/base/_toc.scss */
.path-subscribe .subscription-form, .page-node-type-subscription-special-offers .subscription-form, .page-node-type-amex-subscription-cofigs .subscription-form {
  overflow: hidden;
  clear: both;
}
@media only screen and (min-width: 768px) {
  /* line 1231, ../../sass/base/_toc.scss */
  .path-subscribe .subscription-form, .page-node-type-subscription-special-offers .subscription-form, .page-node-type-amex-subscription-cofigs .subscription-form {
    padding: 0;
  }
}
/* line 1239, ../../sass/base/_toc.scss */
.path-subscribe .subscription-title-block, .page-node-type-subscription-special-offers .subscription-title-block, .page-node-type-amex-subscription-cofigs .subscription-title-block {
  font-weight: 900;
  font-size: 18px;
  padding: 0 20px 35px 20px;
  display: block;
  width: 100%;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  /* line 1239, ../../sass/base/_toc.scss */
  .path-subscribe .subscription-title-block, .page-node-type-subscription-special-offers .subscription-title-block, .page-node-type-amex-subscription-cofigs .subscription-title-block {
    padding: 0 0 35px 0;
  }
}
/* line 1250, ../../sass/base/_toc.scss */
.path-subscribe .left-sidebar, .page-node-type-subscription-special-offers .left-sidebar, .page-node-type-amex-subscription-cofigs .left-sidebar {
  width: 100%;
  float: left;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ddd;
  border-left: 0 none;
  border-right: 0 none;
}
@media only screen and (min-width: 768px) {
  /* line 1250, ../../sass/base/_toc.scss */
  .path-subscribe .left-sidebar, .page-node-type-subscription-special-offers .left-sidebar, .page-node-type-amex-subscription-cofigs .left-sidebar {
    width: 34%;
    border-radius: 5px;
    border: 1px solid #ddd;
  }
}
/* line 1263, ../../sass/base/_toc.scss */
.path-subscribe .left-sidebar > div, .page-node-type-subscription-special-offers .left-sidebar > div, .page-node-type-amex-subscription-cofigs .left-sidebar > div {
  padding: 20px 30px;
  border-top: 1px solid #ddd;
  min-height: 100px;
}
/* line 1267, ../../sass/base/_toc.scss */
.path-subscribe .left-sidebar > div:first-child, .page-node-type-subscription-special-offers .left-sidebar > div:first-child, .page-node-type-amex-subscription-cofigs .left-sidebar > div:first-child {
  border: 0 none;
}
/* line 1270, ../../sass/base/_toc.scss */
.path-subscribe .left-sidebar > div.gifting_title, .page-node-type-subscription-special-offers .left-sidebar > div.gifting_title, .page-node-type-amex-subscription-cofigs .left-sidebar > div.gifting_title {
  padding: 42px 20px 15px 70px;
  font-size: 15px;
  background: url("../../images/gift-icon.png") 30px center no-repeat;
}
@media only screen and (max-width: 371px) {
  /* line 1270, ../../sass/base/_toc.scss */
  .path-subscribe .left-sidebar > div.gifting_title, .page-node-type-subscription-special-offers .left-sidebar > div.gifting_title, .page-node-type-amex-subscription-cofigs .left-sidebar > div.gifting_title {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1270, ../../sass/base/_toc.scss */
  .path-subscribe .left-sidebar > div.gifting_title, .page-node-type-subscription-special-offers .left-sidebar > div.gifting_title, .page-node-type-amex-subscription-cofigs .left-sidebar > div.gifting_title {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 1175px) {
  /* line 1270, ../../sass/base/_toc.scss */
  .path-subscribe .left-sidebar > div.gifting_title, .page-node-type-subscription-special-offers .left-sidebar > div.gifting_title, .page-node-type-amex-subscription-cofigs .left-sidebar > div.gifting_title {
    padding-top: 42px;
  }
}
/* line 1285, ../../sass/base/_toc.scss */
.path-subscribe .left-sidebar .label, .page-node-type-subscription-special-offers .left-sidebar .label, .page-node-type-amex-subscription-cofigs .left-sidebar .label {
  display: block;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 1291, ../../sass/base/_toc.scss */
.path-subscribe .left-sidebar .text-area-strike, .page-node-type-subscription-special-offers .left-sidebar .text-area-strike, .page-node-type-amex-subscription-cofigs .left-sidebar .text-area-strike {
  /*text-decoration: line-through;
  display: block;
  padding: 15px 0 0;*/
  font-size: 16px;
  color: #999;
  padding: 0;
  display: inline-block;
  margin: 15px 0 2px;
  position: relative;
  line-height: normal;
}
/* line 1302, ../../sass/base/_toc.scss */
.path-subscribe .left-sidebar .text-area-strike:before, .page-node-type-subscription-special-offers .left-sidebar .text-area-strike:before, .page-node-type-amex-subscription-cofigs .left-sidebar .text-area-strike:before {
  content: "";
  position: absolute;
  border-top: 1px solid #999;
  width: 100%;
  transform: rotate(15deg);
  left: 0;
  top: 8px;
}
/* line 1311, ../../sass/base/_toc.scss */
.path-subscribe .left-sidebar .text-area-strike:after, .page-node-type-subscription-special-offers .left-sidebar .text-area-strike:after, .page-node-type-amex-subscription-cofigs .left-sidebar .text-area-strike:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #999;
  width: 100%;
  transform: rotate(-15deg);
  left: 0;
  bottom: 9px;
}
/* line 1321, ../../sass/base/_toc.scss */
.path-subscribe .left-sidebar .text-area, .page-node-type-subscription-special-offers .left-sidebar .text-area, .page-node-type-amex-subscription-cofigs .left-sidebar .text-area {
  color: #e50b16;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 1325, ../../sass/base/_toc.scss */
.path-subscribe .left-sidebar .text-area a, .page-node-type-subscription-special-offers .left-sidebar .text-area a, .page-node-type-amex-subscription-cofigs .left-sidebar .text-area a {
  color: #e50b16;
  cursor: pointer;
}
/* line 1328, ../../sass/base/_toc.scss */
.path-subscribe .left-sidebar .text-area a:hover, .page-node-type-subscription-special-offers .left-sidebar .text-area a:hover, .page-node-type-amex-subscription-cofigs .left-sidebar .text-area a:hover {
  color: #000000;
}
/* line 1334, ../../sass/base/_toc.scss */
.path-subscribe .left-sidebar .promo-applies .label, .page-node-type-subscription-special-offers .left-sidebar .promo-applies .label, .page-node-type-amex-subscription-cofigs .left-sidebar .promo-applies .label {
  color: #888888;
}
/* line 1337, ../../sass/base/_toc.scss */
.path-subscribe .left-sidebar .promo-applies .text-area, .page-node-type-subscription-special-offers .left-sidebar .promo-applies .text-area, .page-node-type-amex-subscription-cofigs .left-sidebar .promo-applies .text-area {
  color: #000000;
}
/* line 1342, ../../sass/base/_toc.scss */
.path-subscribe .left-sidebar .total-amount .label, .page-node-type-subscription-special-offers .left-sidebar .total-amount .label, .page-node-type-amex-subscription-cofigs .left-sidebar .total-amount .label {
  color: #888888;
}
/* line 1345, ../../sass/base/_toc.scss */
.path-subscribe .left-sidebar .total-amount .text-area, .page-node-type-subscription-special-offers .left-sidebar .total-amount .text-area, .page-node-type-amex-subscription-cofigs .left-sidebar .total-amount .text-area {
  color: #e50b16;
  font-size: 26px;
  display: block;
}
/* line 1352, ../../sass/base/_toc.scss */
.path-subscribe .subscription-block, .page-node-type-subscription-special-offers .subscription-block, .page-node-type-amex-subscription-cofigs .subscription-block {
  width: 100%;
  float: right;
  padding: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  /* line 1352, ../../sass/base/_toc.scss */
  .path-subscribe .subscription-block, .page-node-type-subscription-special-offers .subscription-block, .page-node-type-amex-subscription-cofigs .subscription-block {
    width: 64%;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
}
/* line 1362, ../../sass/base/_toc.scss */
.path-subscribe .subscription-block fieldset, .page-node-type-subscription-special-offers .subscription-block fieldset, .page-node-type-amex-subscription-cofigs .subscription-block fieldset {
  /*width: 90%;*/
  margin: 0 30px;
  padding: 20px 0 30px;
}
@media only screen and (max-width: 767px) {
  /* line 1362, ../../sass/base/_toc.scss */
  .path-subscribe .subscription-block fieldset, .page-node-type-subscription-special-offers .subscription-block fieldset, .page-node-type-amex-subscription-cofigs .subscription-block fieldset {
    width: 94%;
    margin: 0 auto;
  }
}
/* line 1372, ../../sass/base/_toc.scss */
.path-subscribe .subscription-block .fieldset-wrapper div, .page-node-type-subscription-special-offers .subscription-block .fieldset-wrapper div, .page-node-type-amex-subscription-cofigs .subscription-block .fieldset-wrapper div {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  /* line 1372, ../../sass/base/_toc.scss */
  .path-subscribe .subscription-block .fieldset-wrapper div, .page-node-type-subscription-special-offers .subscription-block .fieldset-wrapper div, .page-node-type-amex-subscription-cofigs .subscription-block .fieldset-wrapper div {
    width: 50%;
    padding-right: 20px;
  }
}
/* line 1379, ../../sass/base/_toc.scss */
.path-subscribe .subscription-block .fieldset-wrapper div input, .page-node-type-subscription-special-offers .subscription-block .fieldset-wrapper div input, .page-node-type-amex-subscription-cofigs .subscription-block .fieldset-wrapper div input {
  height: 46px;
  padding: 10px 20px;
  margin: 0;
  font-size: 14px;
  color: #737373;
  width: 100%;
}
/* line 1387, ../../sass/base/_toc.scss */
.path-subscribe .subscription-block .fieldset-wrapper div select, .page-node-type-subscription-special-offers .subscription-block .fieldset-wrapper div select, .page-node-type-amex-subscription-cofigs .subscription-block .fieldset-wrapper div select {
  height: 46px;
  padding: 10px 20px;
  margin: 0;
  font-size: 14px;
  color: #737373;
  width: 100%;
}
/* line 1396, ../../sass/base/_toc.scss */
.path-subscribe .subscription-block .fieldset-wrapper .description-block, .page-node-type-subscription-special-offers .subscription-block .fieldset-wrapper .description-block, .page-node-type-amex-subscription-cofigs .subscription-block .fieldset-wrapper .description-block {
  clear: both;
  width: 100%;
  padding: 25px 0 0;
  font-size: 14px;
}
/* line 1403, ../../sass/base/_toc.scss */
.path-subscribe .subscription-block .form-actions, .page-node-type-subscription-special-offers .subscription-block .form-actions, .page-node-type-amex-subscription-cofigs .subscription-block .form-actions {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 40px;
}
/* line 1407, ../../sass/base/_toc.scss */
.path-subscribe .subscription-block .form-actions input[type="submit"], .page-node-type-subscription-special-offers .subscription-block .form-actions input[type="submit"], .page-node-type-amex-subscription-cofigs .subscription-block .form-actions input[type="submit"] {
  background: #e50b16;
  padding: 10px 35px;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  border: 0 none;
}
/* line 1419, ../../sass/base/_toc.scss */
.path-subscribe .subscription-block .hidden-recipient-code-block .fieldset-wrapper > div, .page-node-type-subscription-special-offers .subscription-block .hidden-recipient-code-block .fieldset-wrapper > div, .page-node-type-amex-subscription-cofigs .subscription-block .hidden-recipient-code-block .fieldset-wrapper > div {
  width: 33.333334%;
}
@media only screen and (max-width: 767px) {
  /* line 1419, ../../sass/base/_toc.scss */
  .path-subscribe .subscription-block .hidden-recipient-code-block .fieldset-wrapper > div, .page-node-type-subscription-special-offers .subscription-block .hidden-recipient-code-block .fieldset-wrapper > div, .page-node-type-amex-subscription-cofigs .subscription-block .hidden-recipient-code-block .fieldset-wrapper > div {
    width: 100%;
  }
}
/* line 1425, ../../sass/base/_toc.scss */
.path-subscribe .subscription-block .hidden-recipient-code-block .fieldset-wrapper .form-type-textarea, .page-node-type-subscription-special-offers .subscription-block .hidden-recipient-code-block .fieldset-wrapper .form-type-textarea, .page-node-type-amex-subscription-cofigs .subscription-block .hidden-recipient-code-block .fieldset-wrapper .form-type-textarea {
  width: 100%;
}
/* line 1427, ../../sass/base/_toc.scss */
.path-subscribe .subscription-block .hidden-recipient-code-block .fieldset-wrapper .form-type-textarea textarea, .page-node-type-subscription-special-offers .subscription-block .hidden-recipient-code-block .fieldset-wrapper .form-type-textarea textarea, .page-node-type-amex-subscription-cofigs .subscription-block .hidden-recipient-code-block .fieldset-wrapper .form-type-textarea textarea {
  padding: 10px 20px;
  font-size: 14px;
}
/* line 1431, ../../sass/base/_toc.scss */
.path-subscribe .subscription-block .hidden-recipient-code-block .fieldset-wrapper .form-type-textarea > div, .page-node-type-subscription-special-offers .subscription-block .hidden-recipient-code-block .fieldset-wrapper .form-type-textarea > div, .page-node-type-amex-subscription-cofigs .subscription-block .hidden-recipient-code-block .fieldset-wrapper .form-type-textarea > div {
  width: 100%;
  padding-right: 0;
}
/* line 1436, ../../sass/base/_toc.scss */
.path-subscribe .subscription-block .hidden-recipient-code-block input[type="submit"], .page-node-type-subscription-special-offers .subscription-block .hidden-recipient-code-block input[type="submit"], .page-node-type-amex-subscription-cofigs .subscription-block .hidden-recipient-code-block input[type="submit"] {
  background: #e50b16 url("../../images/proceed-next.png") 90% center no-repeat;
  padding: 10px 60px 10px 30px;
}
/* line 1442, ../../sass/base/_toc.scss */
.path-subscribe fieldset, .page-node-type-subscription-special-offers fieldset, .page-node-type-amex-subscription-cofigs fieldset {
  clear: both;
}
/* line 1444, ../../sass/base/_toc.scss */
.path-subscribe fieldset .form-actions, .page-node-type-subscription-special-offers fieldset .form-actions, .page-node-type-amex-subscription-cofigs fieldset .form-actions {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
/* line 1449, ../../sass/base/_toc.scss */
.path-subscribe fieldset input[type="submit"], .page-node-type-subscription-special-offers fieldset input[type="submit"], .page-node-type-amex-subscription-cofigs fieldset input[type="submit"] {
  background: #e50b16;
  padding: 10px 35px;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  border: 0 none;
  float: left;
  width: auto;
  margin: 25px 0 0;
  clear: both;
}
/* line 1464, ../../sass/base/_toc.scss */
.path-subscribe .delivery_title, .page-node-type-subscription-special-offers .delivery_title, .page-node-type-amex-subscription-cofigs .delivery_title {
  font-weight: 900;
  font-size: 18px;
  padding: 10px 0 20px;
  display: block;
  width: 100% !important;
}
/* line 1470, ../../sass/base/_toc.scss */
.path-subscribe .delivery_title span, .page-node-type-subscription-special-offers .delivery_title span, .page-node-type-amex-subscription-cofigs .delivery_title span {
  border-bottom: 1px solid #e50b16;
  padding-bottom: 10px;
}
/* line 1475, ../../sass/base/_toc.scss */
.path-subscribe .subscribe-response, .page-node-type-subscription-special-offers .subscribe-response, .page-node-type-amex-subscription-cofigs .subscribe-response {
  overflow: hidden;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 1479, ../../sass/base/_toc.scss */
  .path-subscribe .subscribe-response-blocks, .page-node-type-subscription-special-offers .subscribe-response-blocks, .page-node-type-amex-subscription-cofigs .subscribe-response-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 1491, ../../sass/base/_toc.scss */
.toc-slider, .more-author {
  visibility: hidden;
}

/* line 1495, ../../sass/base/_toc.scss */
.subscribe-tab {
  padding-top: 40px;
  clear: both;
}
@media only screen and (min-width: 768px) {
  /* line 1495, ../../sass/base/_toc.scss */
  .subscribe-tab {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 1495, ../../sass/base/_toc.scss */
  .subscribe-tab {
    margin: 0 55px;
  }
}
/* line 1504, ../../sass/base/_toc.scss */
.subscribe-tab .sub-plan {
  font-size: 14px;
  font-weight: 500;
  padding: 30px 0 0;
}
@media only screen and (min-width: 768px) {
  /* line 1504, ../../sass/base/_toc.scss */
  .subscribe-tab .sub-plan {
    float: right;
    padding: 30px 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1504, ../../sass/base/_toc.scss */
  .subscribe-tab .sub-plan {
    width: 94%;
    margin: 0 auto;
    clear: both;
  }
}
/* line 1517, ../../sass/base/_toc.scss */
.subscribe-tab .sub-plan a {
  padding-left: 10px;
  color: #e50b16;
}
/* line 1520, ../../sass/base/_toc.scss */
.subscribe-tab .sub-plan a:hover {
  color: #000000;
}
/* line 1525, ../../sass/base/_toc.scss */
.subscribe-tab ul {
  margin: 0 !important;
  padding: 0 !important;
}
/* line 1528, ../../sass/base/_toc.scss */
.subscribe-tab ul li.tab-link {
  width: 50%;
  cursor: pointer;
  margin: 0;
  padding: 20px 0;
  float: left;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  background: #f2f2f2;
  color: #9b9b9b;
}
/* line 1539, ../../sass/base/_toc.scss */
.subscribe-tab ul li.tab-link.current {
  background: #e50b16;
  color: #ffffff;
}
@media only screen and (min-width: 480px) {
  /* line 1528, ../../sass/base/_toc.scss */
  .subscribe-tab ul li.tab-link {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1528, ../../sass/base/_toc.scss */
  .subscribe-tab ul li.tab-link {
    width: auto;
    padding: 20px;
  }
  /* line 1549, ../../sass/base/_toc.scss */
  .subscribe-tab ul li.tab-link:first-child {
    border-radius: 5px 0 0 0;
  }
}
/* line 1555, ../../sass/base/_toc.scss */
.subscribe-tab .tab-content {
  display: none;
}
/* line 1557, ../../sass/base/_toc.scss */
.subscribe-tab .tab-content.current {
  display: block;
}

/* line 1563, ../../sass/base/_toc.scss */
.response_page {
  width: 94%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  /* line 1563, ../../sass/base/_toc.scss */
  .response_page {
    width: 64%;
    float: right;
    clear: none;
    padding: 20px 30px 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    /*margin-bottom: 25px;*/
  }
}
/* line 1578, ../../sass/base/_toc.scss */
.response_page .thank-you {
  font-size: 20px;
  font-weight: 900;
  padding: 25px 0 20px;
  color: #000000;
}
/* line 1584, ../../sass/base/_toc.scss */
.response_page .process_transid, .response_page .process_complete {
  font-size: 16px;
  padding: 5px 0 0;
}
/* line 1588, ../../sass/base/_toc.scss */
.response_page .keep_in_touch {
  font-size: 20px;
  font-weight: bold;
  color: #666;
  padding: 30px 0;
  overflow: hidden;
}
/* line 1594, ../../sass/base/_toc.scss */
.response_page .keep_in_touch ul.social-links {
  margin: 0;
  clear: both;
  float: none;
  text-align: left;
  padding: 12px 0 0;
  overflow: hidden;
}
/* line 1601, ../../sass/base/_toc.scss */
.response_page .keep_in_touch ul.social-links li {
  float: left;
  padding-right: 13px;
  font-size: 28px;
}

@media only screen and (min-width: 768px) {
  /* line 1611, ../../sass/base/_toc.scss */
  .subscribe-response .response_page {
    margin-left: 25px;
  }
}

/* line 1620, ../../sass/base/_toc.scss */
.toc-previous article {
  /*padding: 20px;
  border-right: 1px solid #fff;
  margin-right: -1px;
  z-index: 9999;*/
}
@media only screen and (max-width: 767px) {
  /* line 1620, ../../sass/base/_toc.scss */
  .toc-previous article {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
/* line 1630, ../../sass/base/_toc.scss */
.toc-previous article figure {
  width: 66px;
  display: inline-block;
  border: 0 none;
}
/* line 1634, ../../sass/base/_toc.scss */
.toc-previous article figure img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  /* line 1630, ../../sass/base/_toc.scss */
  .toc-previous article figure {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }
  /* line 1642, ../../sass/base/_toc.scss */
  .toc-previous article figure img {
    width: auto;
  }
}
/* line 1647, ../../sass/base/_toc.scss */
.toc-previous article .entry-excerpt {
  width: calc(100% - 76px);
  font-size: 13px;
  color: #737373;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 1647, ../../sass/base/_toc.scss */
  .toc-previous article .entry-excerpt {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1647, ../../sass/base/_toc.scss */
  .toc-previous article .entry-excerpt {
    width: 100%;
    padding: 0;
  }
}
/* line 1658, ../../sass/base/_toc.scss */
.toc-previous article .entry-excerpt h1.slider_title {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 7px;
}
/* line 1664, ../../sass/base/_toc.scss */
.toc-previous article .entry-excerpt .vol-issue span {
  display: inline-block;
}
/* line 1666, ../../sass/base/_toc.scss */
.toc-previous article .entry-excerpt .vol-issue span p {
  margin: 0;
  display: inline-block;
}
/* line 1672, ../../sass/base/_toc.scss */
.toc-previous article .entry-excerpt .issue-numb {
  border-left: 1px solid #737373;
  padding-left: 10px;
  margin-left: 10px;
}
/* line 1677, ../../sass/base/_toc.scss */
.toc-previous article .entry-excerpt .special {
  margin: 16px 0 0;
  border-bottom: 1px solid #000000;
  padding-bottom: 3px;
  color: #e50b16;
  text-transform: uppercase;
  /*display: inline-block;*/
  display: none;
}
/* line 1686, ../../sass/base/_toc.scss */
.toc-previous article .entry-excerpt .subscribe {
  display: none;
}
/* line 1688, ../../sass/base/_toc.scss */
.toc-previous article .entry-excerpt .subscribe a {
  color: #ffffff;
  background: #e50b16;
  padding: 3px 20px;
  border-radius: 3px;
  font-weight: 500;
}

/* line 1700, ../../sass/base/_toc.scss */
.toc-previous.rss-feeds {
  /*background: $search-bgcolor;*/
}
@media only screen and (min-width: 1025px) {
  /* line 1700, ../../sass/base/_toc.scss */
  .toc-previous.rss-feeds {
    float: left;
    width: 25%;
    clear: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 1700, ../../sass/base/_toc.scss */
  .toc-previous.rss-feeds {
    float: left;
    width: 30%;
  }
}
/* line 1711, ../../sass/base/_toc.scss */
.toc-previous.rss-feeds h2 {
  margin-bottom: 30px;
  font-size: 1.5em;
  text-transform: uppercase;
  padding: 30px 0 0 !important;
  /*padding: 30px 20px 0 !important;
  /*border-right: 1px solid $border-color;*/
  /*@media only screen and (min-width: 768px) and (max-width: 1024px) {
  	padding: 0;
  }*/
}
@media only screen and (max-width: 767px) {
  /* line 1711, ../../sass/base/_toc.scss */
  .toc-previous.rss-feeds h2 {
    background: #ffffff;
    line-height: normal;
    /*padding: 40px 0 20px;*/
    border-right: 0 none;
  }
}
/* line 1728, ../../sass/base/_toc.scss */
.toc-previous.rss-feeds .item-list ul {
  margin: 0;
  padding: 0;
}
/* line 1732, ../../sass/base/_toc.scss */
.toc-previous.rss-feeds .item-list ul li {
  margin: 0;
  padding: 0 0 20px 0;
  /*width: 100% !important;*/
  /*border-right: 1px solid $border-color;*/
  /*&.active {
  	background: $white;
  	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  	border-right: 1px solid $white;
  	@media only screen and (max-width: 767px) {
  		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  		border-right: 0 none;
  		&:before {
  			box-shadow: 0 0 10px rgba(0, 0, 0, .25);
  			content: "";
  			position: absolute;
  			border: 1px solid #eee;
  			top: 0;
  			left: 0;
  			height: 100%;
  		}
  		&:after {
  			box-shadow: 0 0 10px rgba(0, 0, 0, .25);
  			content: "";
  			position: absolute;
  			border: 1px solid #eee;
  			top: 0;
  			right: 0;
  			height: 100%;
  		}
  	}
  }*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 1732, ../../sass/base/_toc.scss */
  .toc-previous.rss-feeds .item-list ul li {
    padding: 15px 0;
    border-right: 0 none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1732, ../../sass/base/_toc.scss */
  .toc-previous.rss-feeds .item-list ul li {
    border-right: 0 none;
    padding: 15px 0;
  }
}
/* line 1773, ../../sass/base/_toc.scss */
.toc-previous.rss-feeds .item-list ul li:first-child .entry-excerpt {
  padding-top: 35px;
  position: relative;
}
/* line 1776, ../../sass/base/_toc.scss */
.toc-previous.rss-feeds .item-list ul li:first-child .entry-excerpt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../images/current-issue-tag.png") 20px top no-repeat;
  width: 139px;
  height: 24px;
}
@media only screen and (max-width: 767px) {
  /* line 1776, ../../sass/base/_toc.scss */
  .toc-previous.rss-feeds .item-list ul li:first-child .entry-excerpt:before {
    background: url("../../images/current-issue-tag.png") center top no-repeat;
    left: 50%;
    top: -30px;
    width: 119px;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  /* line 1773, ../../sass/base/_toc.scss */
  .toc-previous.rss-feeds .item-list ul li:first-child .entry-excerpt {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 1798, ../../sass/base/_toc.scss */
  .toc-previous.rss-feeds .entry-excerpt {
    padding-left: 20px;
  }
}
/* line 1803, ../../sass/base/_toc.scss */
.toc-previous.rss-feeds .bx-wrapper {
  z-index: 0;
  padding: 0 0 20px 0;
  /*.bx-loading {
  	background: $search-bgcolor;
  }*/
}
@media only screen and (max-width: 767px) {
  /* line 1803, ../../sass/base/_toc.scss */
  .toc-previous.rss-feeds .bx-wrapper {
    padding-bottom: 0;
    border-top: 1px solid #ddd;
  }
}
/* line 1813, ../../sass/base/_toc.scss */
.toc-previous.rss-feeds .bx-wrapper .bx-viewport {
  background: none;
}
@media only screen and (max-width: 767px) {
  /* line 1813, ../../sass/base/_toc.scss */
  .toc-previous.rss-feeds .bx-wrapper .bx-viewport {
    width: calc(100% - 90px) !important;
    margin: 0 auto;
  }
}
/* line 1820, ../../sass/base/_toc.scss */
.toc-previous.rss-feeds .bx-wrapper .bx-controls {
  height: 100%;
  width: 100%;
  text-align: center;
  top: 0;
  z-index: -1;
  /*@media only screen and (max-width: 767px) {
  	z-index: 0;
  }*/
}
/* line 1830, ../../sass/base/_toc.scss */
.toc-previous.rss-feeds .bx-wrapper .bx-controls-direction {
  height: 100%;
  right: 0;
}
@media only screen and (max-width: 767px) {
  /* line 1830, ../../sass/base/_toc.scss */
  .toc-previous.rss-feeds .bx-wrapper .bx-controls-direction {
    padding: 0;
    width: 100%;
    z-index: 9999;
    right: 0;
    top: 0;
  }
}
/* line 1840, ../../sass/base/_toc.scss */
.toc-previous.rss-feeds .bx-wrapper .bx-controls-direction a.bx-prev {
  position: absolute;
  margin: 0;
  top: -58px;
  left: auto;
  color: #e50b16;
}
/* line 1846, ../../sass/base/_toc.scss */
.toc-previous.rss-feeds .bx-wrapper .bx-controls-direction a.bx-prev i:before {
  content: "\f139";
}
@media only screen and (max-width: 767px) {
  /* line 1846, ../../sass/base/_toc.scss */
  .toc-previous.rss-feeds .bx-wrapper .bx-controls-direction a.bx-prev i:before {
    content: "\f137";
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 1840, ../../sass/base/_toc.scss */
  .toc-previous.rss-feeds .bx-wrapper .bx-controls-direction a.bx-prev {
    top: -55px;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1840, ../../sass/base/_toc.scss */
  .toc-previous.rss-feeds .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 5px;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
  }
}
/* line 1864, ../../sass/base/_toc.scss */
.toc-previous.rss-feeds .bx-wrapper .bx-controls-direction a.bx-next {
  position: absolute;
  margin: 0;
  right: auto;
  bottom: 0;
  color: #e50b16;
}
/* line 1870, ../../sass/base/_toc.scss */
.toc-previous.rss-feeds .bx-wrapper .bx-controls-direction a.bx-next i:before {
  content: "\f13a";
}
@media only screen and (max-width: 767px) {
  /* line 1870, ../../sass/base/_toc.scss */
  .toc-previous.rss-feeds .bx-wrapper .bx-controls-direction a.bx-next i:before {
    content: "\f138";
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 1864, ../../sass/base/_toc.scss */
  .toc-previous.rss-feeds .bx-wrapper .bx-controls-direction a.bx-next {
    /*bottom: 60px;*/
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1864, ../../sass/base/_toc.scss */
  .toc-previous.rss-feeds .bx-wrapper .bx-controls-direction a.bx-next {
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* line 1892, ../../sass/base/_toc.scss */
.more-author .item-list ul li {
  padding: 0 0 20px 0;
  clear: both;
  overflow: hidden;
  height: 120px;
}
/* line 1897, ../../sass/base/_toc.scss */
.more-author .item-list ul li figure {
  float: left;
  width: 100px;
  text-align: center;
  border: 0 none;
}
/* line 1903, ../../sass/base/_toc.scss */
.more-author .item-list ul li .entry-excerpt {
  width: calc(100% - 100px);
}
/* line 1906, ../../sass/base/_toc.scss */
.more-author .item-list ul li article.item h1.slider_title {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
}
/* line 1912, ../../sass/base/_toc.scss */
.more-author .item-list ul li article.item h1.slider_title a {
  color: #e50b16;
}
/* line 1914, ../../sass/base/_toc.scss */
.more-author .item-list ul li article.item h1.slider_title a:hover {
  color: #000000;
}
/* line 1919, ../../sass/base/_toc.scss */
.more-author .item-list ul li .excerpt-p {
  font-size: 12px;
  color: #000000;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 20px;
}
/* line 1927, ../../sass/base/_toc.scss */
.more-author .item-list ul li .read-more a {
  background: #e50b16;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
}
/* line 1936, ../../sass/base/_toc.scss */
.more-author .item-list ul li .read-more a:after {
  display: none;
}
/* line 1942, ../../sass/base/_toc.scss */
.more-author .bx-wrapper {
  max-width: 100%;
  margin: 0px auto;
  padding: 50px 0 70px;
  z-index: 0;
}
/* line 1947, ../../sass/base/_toc.scss */
.more-author .bx-wrapper .bx-controls {
  height: 100%;
  width: 100%;
  text-align: center;
  top: -10px;
  z-index: -1;
}
/* line 1953, ../../sass/base/_toc.scss */
.more-author .bx-wrapper .bx-controls .bx-controls-direction {
  height: 100%;
  width: 100%;
  left: 0;
  overflow: hidden;
  padding: 0;
}
/* line 1959, ../../sass/base/_toc.scss */
.more-author .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  margin: 0;
  color: #e50b16;
}
/* line 1962, ../../sass/base/_toc.scss */
.more-author .bx-wrapper .bx-controls .bx-controls-direction .bx-prev i:before {
  content: "\f139";
}
/* line 1967, ../../sass/base/_toc.scss */
.more-author .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  position: absolute;
  margin: 0 auto;
  right: 0;
  bottom: 25px;
  color: #e50b16;
  left: 0;
}
/* line 1974, ../../sass/base/_toc.scss */
.more-author .bx-wrapper .bx-controls .bx-controls-direction .bx-next i:before {
  content: "\f13a";
}

/* line 1984, ../../sass/base/_toc.scss */
.page-node-type-subscription-special-offers .sub-table-code-block {
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
/* line 1988, ../../sass/base/_toc.scss */
.page-node-type-subscription-special-offers .sub-table-code-block [class*="table-dig"] .row-field-dig.button-div {
  border: inherit;
}
/* line 1991, ../../sass/base/_toc.scss */
.page-node-type-subscription-special-offers .sub-table-code-block .table-dig {
  position: relative;
}
/* line 1994, ../../sass/base/_toc.scss */
.page-node-type-subscription-special-offers .sub-table-code-block .special-terms {
  position: absolute;
  bottom: -20px;
  width: 100%;
  text-align: center;
}
/* line 2001, ../../sass/base/_toc.scss */
.page-node-type-subscription-special-offers .subscription-detail-block-process1 {
  border-top: 1px solid #ddd;
}

/*Quiz Page*/
/* line 3, ../../sass/base/_quiz.scss */
.logo-wrapper {
  width: 100%;
  padding: 30px 0 45px 15px;
  border-bottom: solid 1px #ddd;
}
/* line 8, ../../sass/base/_quiz.scss */
.logo-wrapper .logo-row {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  /* line 3, ../../sass/base/_quiz.scss */
  .logo-wrapper {
    padding-left: 20px;
    /*padding-right: 20px;*/
  }
}
@media only screen and (min-width: 1024px) {
  /* line 3, ../../sass/base/_quiz.scss */
  .logo-wrapper {
    padding-left: 30px;
    /*padding-right: 30px;*/
  }
}

/* line 23, ../../sass/base/_quiz.scss */
.quiz_logo {
  width: 74%;
  float: left;
}
@media only screen and (max-width: 767px) {
  /* line 23, ../../sass/base/_quiz.scss */
  .quiz_logo {
    width: 100%;
  }
  /* line 28, ../../sass/base/_quiz.scss */
  .quiz_logo .logo-wrapper {
    padding: 30px 15px 0;
    border-bottom: 0 none;
  }
}

/* line 34, ../../sass/base/_quiz.scss */
.quiz_date {
  width: 26%;
  float: left;
}
@media only screen and (max-width: 767px) {
  /* line 34, ../../sass/base/_quiz.scss */
  .quiz_date {
    width: 100%;
  }
}
/* line 40, ../../sass/base/_quiz.scss */
.quiz_date .logo-wrapper {
  padding-left: 0;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  /* line 40, ../../sass/base/_quiz.scss */
  .quiz_date .logo-wrapper {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 40, ../../sass/base/_quiz.scss */
  .quiz_date .logo-wrapper {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 40, ../../sass/base/_quiz.scss */
  .quiz_date .logo-wrapper {
    padding: 10px 15px 45px;
  }
}

/* line 54, ../../sass/base/_quiz.scss */
.logo-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
/* line 63, ../../sass/base/_quiz.scss */
.logo-row li {
   		/*width: 30%;
	   	margin-right: 8%;*/
  display: table;
  table-layout: fixed;
  width: 50%;
  /*&:last-of-type {
  	margin-right: 0;
  }*/
  /*	@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  		width: 25%;
  	}
  	@media only screen and (min-width: 768px) and (max-width: 880px) {
  		width: 25%;
  	}*/
}
/* line 73, ../../sass/base/_quiz.scss */
.logo-row li span {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  /* line 63, ../../sass/base/_quiz.scss */
  .logo-row li {
    height: 106px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 63, ../../sass/base/_quiz.scss */
  .logo-row li {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
  }
}
/* line 94, ../../sass/base/_quiz.scss */
.logo-row .quiz-date {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
}
/* line 98, ../../sass/base/_quiz.scss */
.logo-row .quiz-date p {
  font-size: 14px;
  color: #888888;
  font-weight: 700;
  margin: 0 0 -4px;
}
@media only screen and (min-width: 768px) {
  /* line 94, ../../sass/base/_quiz.scss */
  .logo-row .quiz-date {
    /*width: 23%;*/
    text-align: right;
    width: 100%;
  }
}

/* line 112, ../../sass/base/_quiz.scss */
.quiz-detail-block {
  width: 100%;
  display: inline-block;
  padding: 35px 15px 30px;
  vertical-align: top;
  border-bottom: solid 1px #ddd;
}
@media only screen and (min-width: 768px) {
  /* line 112, ../../sass/base/_quiz.scss */
  .quiz-detail-block {
    width: 50%;
    border-bottom: none;
    border-right: solid 1px #ddd;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 112, ../../sass/base/_quiz.scss */
  .quiz-detail-block {
    padding-right: 45px;
    padding-left: 30px;
  }
}
/* line 134, ../../sass/base/_quiz.scss */
.quiz-detail-block .form-type-textfield {
  margin: 0 0 30px;
}

/* line 139, ../../sass/base/_quiz.scss */
.quiz-prize-block {
  width: 100%;
  display: inline-block;
  padding: 35px 15px 30px;
  vertical-align: top;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  /* line 139, ../../sass/base/_quiz.scss */
  .quiz-prize-block {
    width: 49.5%;
    border-left: solid 1px #ddd;
    margin-left: -1px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 139, ../../sass/base/_quiz.scss */
  .quiz-prize-block {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* line 158, ../../sass/base/_quiz.scss */
.quiz-prize-block .fieldset-wrapper h2 {
  color: #e50b16;
  margin-bottom: 20px;
}

/* line 166, ../../sass/base/_quiz.scss */
.quiz-form-id fieldset {
  margin: 0;
}
/* line 169, ../../sass/base/_quiz.scss */
.quiz-form-id .fieldgroup {
  margin: 0 0 35px;
}
/* line 171, ../../sass/base/_quiz.scss */
.quiz-form-id .fieldgroup legend {
  display: block;
  margin-bottom: 15px;
}
/* line 177, ../../sass/base/_quiz.scss */
.quiz-form-id h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 35px;
}
/* line 183, ../../sass/base/_quiz.scss */
.quiz-form-id .form-item input {
  border: solid 1px #ddd;
  height: 40px;
  color: #707070;
  width: 100%;
  padding: 8px 20px;
  font-size: 14px;
}
/* line 191, ../../sass/base/_quiz.scss */
.quiz-form-id .form-item .form-submit {
  background: #e50b16;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  padding: 12px 43px;
  font-size: 18px;
  height: auto;
  width: auto;
  display: block;
  margin-left: 45px;
}
@media only screen and (min-width: 768px) {
  /* line 191, ../../sass/base/_quiz.scss */
  .quiz-form-id .form-item .form-submit {
    display: inline-block;
    margin-left: 22px;
  }
}
/* line 210, ../../sass/base/_quiz.scss */
.quiz-form-id .form-radios .form-type-radio {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  /* line 210, ../../sass/base/_quiz.scss */
  .quiz-form-id .form-radios .form-type-radio {
    width: 24.5%;
    padding-right: 25px;
    padding-left: 0;
    margin-bottom: 0;
  }
}
/* line 225, ../../sass/base/_quiz.scss */
.quiz-form-id .form-radios .form-type-radio:last-of-type {
  padding-right: 0;
  margin-bottom: 0;
}
/* line 229, ../../sass/base/_quiz.scss */
.quiz-form-id .form-radios .form-type-radio input {
  display: none;
}
/* line 232, ../../sass/base/_quiz.scss */
.quiz-form-id .form-radios .form-type-radio label {
  color: #555555;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  margin: 0;
}
/* line 238, ../../sass/base/_quiz.scss */
.quiz-form-id .form-radios .form-type-radio label:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: solid 1px #ddd;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
}
/* line 252, ../../sass/base/_quiz.scss */
.quiz-form-id .form-radios .form-type-radio.selected label:before {
  background: url(../../images/radio-selected.png) no-repeat left top;
  border: none;
}
/* line 260, ../../sass/base/_quiz.scss */
.quiz-form-id .question-style {
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  color: #e61e27;
  margin-bottom: 20px;
}
/* line 268, ../../sass/base/_quiz.scss */
.quiz-form-id .form-type-checkbox {
  display: inline-block;
}
/* line 270, ../../sass/base/_quiz.scss */
.quiz-form-id .form-type-checkbox input {
  display: none;
}
/* line 274, ../../sass/base/_quiz.scss */
.quiz-form-id .form-type-checkbox label {
  color: #7f7f7f;
  font-size: 12px;
}
/* line 278, ../../sass/base/_quiz.scss */
.quiz-form-id .form-type-checkbox label:before {
  content: '';
  width: 24px;
  height: 23px;
  border: solid 1px #ddd;
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}
/* line 290, ../../sass/base/_quiz.scss */
.quiz-form-id .form-type-checkbox.selected label:before {
  background: url(../../images/checkbox-selected.png) no-repeat left top;
  border: none;
}

/* line 298, ../../sass/base/_quiz.scss */
.bullet-number {
  min-width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: solid 1px #e50b16;
  line-height: 30px;
  color: #e50b16;
  font-weight: 700;
  font-size: 16px;
  margin-right: 12px;
}

/* line 311, ../../sass/base/_quiz.scss */
.quiz-question-block, .quiz-submit-block {
  padding-left: 15px;
  padding-right: 15px;
  border-top: solid 1px #ddd;
}
@media only screen and (min-width: 768px) {
  /* line 311, ../../sass/base/_quiz.scss */
  .quiz-question-block, .quiz-submit-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 311, ../../sass/base/_quiz.scss */
  .quiz-question-block, .quiz-submit-block {
    padding-left: 30px;
    padding-right: 45px;
  }
}

/* line 325, ../../sass/base/_quiz.scss */
.quiz-submit-block {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 329, ../../sass/base/_quiz.scss */
.quiz-question-block {
  padding-top: 35px;
  padding-bottom: 0;
}
/* line 332, ../../sass/base/_quiz.scss */
.quiz-question-block .fieldset-wrapper h2 {
  font-size: 18px;
  color: #000000;
  margin-bottom: 30px;
}
/* line 337, ../../sass/base/_quiz.scss */
.quiz-question-block .form-radios {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  /* line 337, ../../sass/base/_quiz.scss */
  .quiz-question-block .form-radios {
    margin-bottom: 60px;
  }
}

/* line 346, ../../sass/base/_quiz.scss */
.sidebar .region-sidebar-second .winners-sidebar-block {
  margin: 20px -25px 30px -20px;
  border-bottom: solid 1px #ddd;
}
/* line 350, ../../sass/base/_quiz.scss */
.sidebar .region-sidebar-second .winners-sidebar-block h2 {
  padding: 0 25px 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 346, ../../sass/base/_quiz.scss */
  .sidebar .region-sidebar-second .winners-sidebar-block {
    /*width: 66%;
    display: inline-block;*/
    border-bottom: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 346, ../../sass/base/_quiz.scss */
  .sidebar .region-sidebar-second .winners-sidebar-block {
    margin-right: 0;
  }
}

/* line 363, ../../sass/base/_quiz.scss */
.winners-sidebar-block .row {
  padding: 0;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
/* line 370, ../../sass/base/_quiz.scss */
.winners-sidebar-block li {
  width: 100%;
  padding: 0 25px 20px 20px;
  /*@media only screen and (min-width: 768px) and (max-width: 1024px) {
  	width: 50%;
  }*/
}
/* line 379, ../../sass/base/_quiz.scss */
.winners-sidebar-block .more-link {
  text-align: left;
  padding: 14px 25px 30px 20px;
}
/* line 382, ../../sass/base/_quiz.scss */
.winners-sidebar-block .more-link a {
  color: #e50b16;
  font-weight: 700;
  font-size: 16px;
}
/* line 386, ../../sass/base/_quiz.scss */
.winners-sidebar-block .more-link a:after {
  content: "\f138";
  padding: 0 6px;
}

/*Winner Page*/
/* line 398, ../../sass/base/_quiz.scss */
.path-winner .block-page-title-block .page-title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  border-bottom: none;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  /* line 398, ../../sass/base/_quiz.scss */
  .path-winner .block-page-title-block .page-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 398, ../../sass/base/_quiz.scss */
  .path-winner .block-page-title-block .page-title {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* line 416, ../../sass/base/_quiz.scss */
.path-winner .quiz-date {
  display: none;
}
/* line 419, ../../sass/base/_quiz.scss */
.path-winner .quiz_logo {
  width: 100%;
  float: none;
}

/* line 425, ../../sass/base/_quiz.scss */
.winners-block {
  	/*li {
  		width: 100%;
  		padding: 0 15px 20px;
  
  		@include breakpoint-min(481) {
  			width: 50%;
  		}
  		@include breakpoint-min(768) {
  			width: 33.3%;
  			padding-left: 20px;
  			padding-right: 20px;
  		}
  		@include breakpoint-min(1024){
  			padding-left: 25px;
  			padding-right: 25px;
  		}
  	}*/
}
/* line 426, ../../sass/base/_quiz.scss */
.winners-block .row {
  padding: 0;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/* line 454, ../../sass/base/_quiz.scss */
.path-winner .winners-block .winner-list {
  margin: 0;
  padding: 0;
}
/* line 457, ../../sass/base/_quiz.scss */
.path-winner .winners-block .winner-list li {
  width: 100%;
  float: left;
  padding: 0 0 20px 25px;
}
@media only screen and (min-width: 481px) {
  /* line 457, ../../sass/base/_quiz.scss */
  .path-winner .winners-block .winner-list li {
    width: 50%;
  }
  /* line 463, ../../sass/base/_quiz.scss */
  .path-winner .winners-block .winner-list li:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  /* line 457, ../../sass/base/_quiz.scss */
  .path-winner .winners-block .winner-list li {
    width: 33%;
  }
  /* line 469, ../../sass/base/_quiz.scss */
  .path-winner .winners-block .winner-list li:nth-child(2n+1) {
    clear: none;
  }
}

/* line 478, ../../sass/base/_quiz.scss */
.winner-photo-field {
  display: inline-block;
  width: 120px;
  height: 100px;
  overflow: hidden;
  padding-right: 20px;
  /*@include breakpoint-min(481){
  	width: 120px;
  }*/
}
/* line 484, ../../sass/base/_quiz.scss */
.winner-photo-field img {
  height: 100px;
  width: 100px;
}

/* line 493, ../../sass/base/_quiz.scss */
.quiz-right-info {
  width: calc(100% - 120px);
  display: inline-block;
  vertical-align: top;
  padding: 4px 0 0 0;
}
@media only screen and (min-width: 481px) {
  /* line 493, ../../sass/base/_quiz.scss */
  .quiz-right-info {
    width: calc(100% - 120px);
  }
}

/* line 503, ../../sass/base/_quiz.scss */
.quiz-no-field a {
  color: #888888;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 4px;
  text-transform: uppercase;
}
/* line 509, ../../sass/base/_quiz.scss */
.quiz-no-field a:hover {
  color: #e50b16;
}

/* line 514, ../../sass/base/_quiz.scss */
.quiz-end-date {
  color: #e50b16;
  font-size: 12px;
  margin-bottom: 8px;
}

/* line 519, ../../sass/base/_quiz.scss */
.winner-name-field {
  color: #000000;
  font-weight: 700;
  font-size: 15px;
  font-family: "Roboto Slab", serif;
  text-transform: capitalize;
}

/* line 526, ../../sass/base/_quiz.scss */
.winner-city-field {
  font-size: 12px;
  color: #000000;
  text-transform: capitalize;
}

/*Quiz Submission Page*/
/* line 535, ../../sass/base/_quiz.scss */
.page-node-type-redirect-q .cover_story, .page-node-type-redirect-q .field--name-title {
  display: none;
}

/* line 541, ../../sass/base/_quiz.scss */
.path-quiz #block-open-content {
  display: inline-block;
  width: 100%;
}

/* line 546, ../../sass/base/_quiz.scss */
.quiz-submission-block {
  background: url("../../images/quiz-submission-icon.png") top center no-repeat;
  text-align: center;
  padding-top: 130px;
  margin-top: 50px;
}
/* line 551, ../../sass/base/_quiz.scss */
.quiz-submission-block p {
  font-size: 22px;
  font-weight: 300;
  color: #555555;
  margin: 0;
}
/* line 558, ../../sass/base/_quiz.scss */
.quiz-submission-block .quiz-social-links {
  margin-top: 35px;
  padding: 0;
}

/* line 563, ../../sass/base/_quiz.scss */
.quiz-social-links {
  text-align: center;
  padding: 0;
}
/* line 566, ../../sass/base/_quiz.scss */
.quiz-social-links li {
  display: inline-block;
  margin: 0 10px;
}
/* line 570, ../../sass/base/_quiz.scss */
.quiz-social-links a {
  color: #e50b16;
  font-size: 30px;
}

/* line 576, ../../sass/base/_quiz.scss */
.quiz-buttons {
  text-align: center;
  margin: 120px 0 80px;
}
/* line 579, ../../sass/base/_quiz.scss */
.quiz-buttons .back-quiz-btn, .quiz-buttons .past-winners-btn {
  color: #e50b16;
}

/* line 583, ../../sass/base/_quiz.scss */
.back-quiz-btn, .past-winners-btn {
  border: solid 1px #e50b16;
  border-radius: 4px;
  margin: 0 8px;
  display: inline-block;
  font-size: 13px;
}
@media only screen and (min-width: 481px) {
  /* line 583, ../../sass/base/_quiz.scss */
  .back-quiz-btn, .past-winners-btn {
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* line 595, ../../sass/base/_quiz.scss */
.back-quiz-btn {
  padding: 10px 15px 10px 12px;
}
/* line 597, ../../sass/base/_quiz.scss */
.back-quiz-btn .fa {
  padding-right: 8px;
}
@media only screen and (max-width: 480px) {
  /* line 595, ../../sass/base/_quiz.scss */
  .back-quiz-btn {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
}

/* line 606, ../../sass/base/_quiz.scss */
.past-winners-btn {
  padding: 10px 15px 10px 10px;
}
/* line 608, ../../sass/base/_quiz.scss */
.past-winners-btn .fa {
  padding-left: 8px;
}
@media only screen and (max-width: 480px) {
  /* line 606, ../../sass/base/_quiz.scss */
  .past-winners-btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 1, ../../sass/base/_search.scss */
.search-list {
  position: relative;
}
/* line 3, ../../sass/base/_search.scss */
.search-list header {
  position: absolute;
  width: 100%;
  top: 120px;
  padding: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  /* line 3, ../../sass/base/_search.scss */
  .search-list header {
    top: 110px;
    font-size: 14px;
  }
}
/* line 13, ../../sass/base/_search.scss */
.search-list header span.keyword {
  font-weight: bold;
}
/* line 17, ../../sass/base/_search.scss */
.search-list form.views-exposed-form {
  padding: 30px 20px;
  width: 100%;
  position: relative;
  margin: 0 0 100px;
  border-bottom: 1px solid #ddd;
}
/* line 23, ../../sass/base/_search.scss */
.search-list form.views-exposed-form .form-item, .search-list form.views-exposed-form .form-actions {
  margin: 0;
}
/* line 26, ../../sass/base/_search.scss */
.search-list form.views-exposed-form .form-item.form-item-sort-by {
  float: right;
  margin-top: 68px;
  font-size: 16px;
  color: #000000;
  line-height: 12px;
}
@media only screen and (max-width: 767px) {
  /* line 26, ../../sass/base/_search.scss */
  .search-list form.views-exposed-form .form-item.form-item-sort-by {
    float: left;
    margin-top: 85px;
    font-size: 14px;
  }
}
/* line 37, ../../sass/base/_search.scss */
.search-list form.views-exposed-form .form-item.form-item-sort-by label {
  float: left;
  padding-right: 5px;
  font-weight: normal;
}
/* line 42, ../../sass/base/_search.scss */
.search-list form.views-exposed-form .form-item.form-item-sort-by #edit-sort-by {
  float: left;
}
/* line 44, ../../sass/base/_search.scss */
.search-list form.views-exposed-form .form-item.form-item-sort-by #edit-sort-by div {
  border-left: 1px solid #000000;
  padding: 0 5px;
  float: left;
  color: #000000;
}
/* line 49, ../../sass/base/_search.scss */
.search-list form.views-exposed-form .form-item.form-item-sort-by #edit-sort-by div:first-child {
  border-left: 0 none;
}
/* line 53, ../../sass/base/_search.scss */
.search-list form.views-exposed-form .form-item.form-item-sort-by #edit-sort-by div.bef-link-active a {
  color: #ff0000;
}
/* line 60, ../../sass/base/_search.scss */
.search-list form.views-exposed-form .form-item.form-item-sort-order {
  display: none;
}
/* line 63, ../../sass/base/_search.scss */
.search-list form.views-exposed-form input[type="text"] {
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  color: #666666;
  border: 1px solid #a3a3a3;
  padding: 12px 60px 12px 15px;
  width: 100%;
  margin: 0;
}
/* line 71, ../../sass/base/_search.scss */
.search-list form.views-exposed-form input[type="text"]:focus {
  background: #ffffff;
}
/* line 75, ../../sass/base/_search.scss */
.search-list form.views-exposed-form .form-actions {
  position: absolute;
  top: 40px;
  right: 40px;
  padding: 0;
}
/* line 80, ../../sass/base/_search.scss */
.search-list form.views-exposed-form .form-actions input[type="submit"] {
  background: url(../../images/search_icon-search-page.png) right center no-repeat;
  border: none;
  height: 28px;
  padding: 0;
  margin: 0 !important;
  width: 28px;
  text-indent: -9999px;
}
/* line 88, ../../sass/base/_search.scss */
.search-list form.views-exposed-form .form-actions input[type="submit"]:hover {
  background: url(../../images/search_icon-search-page.png) right center no-repeat;
}
/* line 94, ../../sass/base/_search.scss */
.search-list #no_result {
  text-align: center;
  font-size: 18px;
}

/* line 2, ../../sass/base/_rss.scss */
.region-content .rss-feed-share-icons {
  z-index: 1;
  text-transform: uppercase;
  font-weight: 300;
  padding: 20px;
}
@media only screen and (min-width: 480px) {
  /* line 2, ../../sass/base/_rss.scss */
  .region-content .rss-feed-share-icons {
    float: right;
    padding: 28px 20px 25px 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 2, ../../sass/base/_rss.scss */
  .region-content .rss-feed-share-icons {
    padding: 33px 25px;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 2, ../../sass/base/_rss.scss */
  .region-content .rss-feed-share-icons {
    padding: 33px 35px;
  }
}
/* line 17, ../../sass/base/_rss.scss */
.region-content .rss-feed-share-icons .field {
  display: flex;
  display: -webkit-flex;
}
/* line 20, ../../sass/base/_rss.scss */
.region-content .rss-feed-share-icons .field .facebook-icon, .region-content .rss-feed-share-icons .field .twitter-icon {
  font-size: 18px;
  color: #888888;
}
@media only screen and (max-width: 479px) {
  /* line 20, ../../sass/base/_rss.scss */
  .region-content .rss-feed-share-icons .field .facebook-icon, .region-content .rss-feed-share-icons .field .twitter-icon {
    width: 50%;
    text-align: center;
    font-size: 12px;
  }
}
@media only screen and (min-width: 480px) {
  /* line 20, ../../sass/base/_rss.scss */
  .region-content .rss-feed-share-icons .field .facebook-icon, .region-content .rss-feed-share-icons .field .twitter-icon {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 20, ../../sass/base/_rss.scss */
  .region-content .rss-feed-share-icons .field .facebook-icon, .region-content .rss-feed-share-icons .field .twitter-icon {
    padding-left: 30px;
  }
}
/* line 34, ../../sass/base/_rss.scss */
.region-content .rss-feed-share-icons .field .facebook-icon a, .region-content .rss-feed-share-icons .field .twitter-icon a {
  color: #888888;
}
/* line 36, ../../sass/base/_rss.scss */
.region-content .rss-feed-share-icons .field .facebook-icon a:before, .region-content .rss-feed-share-icons .field .twitter-icon a:before {
  content: "\f082";
  padding: 0 6px 0 0;
  font-size: 22px;
  position: relative;
  top: 1px;
  color: #4e69a2;
}
@media only screen and (max-width: 479px) {
  /* line 36, ../../sass/base/_rss.scss */
  .region-content .rss-feed-share-icons .field .facebook-icon a:before, .region-content .rss-feed-share-icons .field .twitter-icon a:before {
    font-size: 16px;
  }
}
/* line 52, ../../sass/base/_rss.scss */
.region-content .rss-feed-share-icons .field .twitter-icon a:before {
  content: "\f081";
  color: #55acee;
}
/* line 60, ../../sass/base/_rss.scss */
.region-content .rss-feed-page {
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  /* line 60, ../../sass/base/_rss.scss */
  .region-content .rss-feed-page {
    padding: 25px;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 60, ../../sass/base/_rss.scss */
  .region-content .rss-feed-page {
    padding: 25px 35px;
  }
}
/* line 68, ../../sass/base/_rss.scss */
.region-content .rss-feed-page h2 {
  font-family: "Roboto Slab", serif;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 74, ../../sass/base/_rss.scss */
.region-content .rss-feed-page ul {
  margin: 0;
  padding: 0;
}
/* line 77, ../../sass/base/_rss.scss */
.region-content .rss-feed-page ul ul {
  padding: 20px 0;
}
/* line 79, ../../sass/base/_rss.scss */
.region-content .rss-feed-page ul ul li {
  display: inline-block;
  width: 50%;
  padding: 5px 3% 35px 0;
}
@media only screen and (min-width: 768px) {
  /* line 79, ../../sass/base/_rss.scss */
  .region-content .rss-feed-page ul ul li {
    width: 25%;
  }
}
/* line 88, ../../sass/base/_rss.scss */
.region-content .rss-feed-page ul .child-name {
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
/* line 95, ../../sass/base/_rss.scss */
.region-content .rss-feed-page ul .section-link {
  font-size: 12px;
  padding-bottom: 20px;
}
/* line 98, ../../sass/base/_rss.scss */
.region-content .rss-feed-page ul .section-link a {
  color: #e50b16;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
}
/* line 102, ../../sass/base/_rss.scss */
.region-content .rss-feed-page ul .section-link a:hover {
  color: #000000;
}
/* line 107, ../../sass/base/_rss.scss */
.region-content .rss-feed-page ul .subscribe-link {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 111, ../../sass/base/_rss.scss */
.region-content .rss-feed-page ul .subscribe-link a {
  background: #e50b16;
  color: #ffffff;
  padding: 2px 10px 4px;
  border-radius: 3px;
  display: inline-block;
}
/* line 117, ../../sass/base/_rss.scss */
.region-content .rss-feed-page ul .subscribe-link a:after {
  content: "\f09e";
  padding: 0 5px 0 12px;
  font-size: 18px;
  position: relative;
  top: 2px;
}
/* line 128, ../../sass/base/_rss.scss */
.region-content .rss-feed-page .parent-wrapper {
  color: #e50b16;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
}

/* line 138, ../../sass/base/_rss.scss */
.sidebar .toc-previous {
  width: 100%;
}
/* line 141, ../../sass/base/_rss.scss */
.sidebar .rss-feed-share-icons-right {
  padding: 33px 35px;
  text-align: center;
  z-index: 1;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 !important;
  clear: both;
}
/* line 150, ../../sass/base/_rss.scss */
.sidebar .rss-feed-share-icons-right .field .facebook-icon, .sidebar .rss-feed-share-icons-right .field .twitter-icon {
  font-size: 15px;
  color: #000000;
  padding: 42px 0 50px;
  font-family: "Roboto Slab", serif;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: -1px -25px 0 -20px;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 150, ../../sass/base/_rss.scss */
  .sidebar .rss-feed-share-icons-right .field .facebook-icon, .sidebar .rss-feed-share-icons-right .field .twitter-icon {
    margin: -1px 0 0 -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 150, ../../sass/base/_rss.scss */
  .sidebar .rss-feed-share-icons-right .field .facebook-icon, .sidebar .rss-feed-share-icons-right .field .twitter-icon {
    padding: 20px 0;
    border: 1px solid #ddd;
    margin: -1px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 150, ../../sass/base/_rss.scss */
  .sidebar .rss-feed-share-icons-right .field .facebook-icon, .sidebar .rss-feed-share-icons-right .field .twitter-icon {
    padding: 20px 0;
    border-bottom: 0 none;
  }
}
/* line 170, ../../sass/base/_rss.scss */
.sidebar .rss-feed-share-icons-right .field .facebook-icon a, .sidebar .rss-feed-share-icons-right .field .twitter-icon a {
  color: #000000;
  display: block;
}
/* line 173, ../../sass/base/_rss.scss */
.sidebar .rss-feed-share-icons-right .field .facebook-icon a:before, .sidebar .rss-feed-share-icons-right .field .twitter-icon a:before {
  content: "\f082";
  padding: 0 0 15px 0;
  font-size: 58px;
  display: block;
  color: #4e69a2;
}
/* line 185, ../../sass/base/_rss.scss */
.sidebar .rss-feed-share-icons-right .field .twitter-icon a:before {
  content: "\f081";
  color: #55acee;
}

/* line 2, ../../sass/base/_otherpages.scss */
.other-pages h1 {
  font-family: "Roboto", sans-serif;
  margin: 25px 0;
  text-transform: capitalize;
}
/* line 7, ../../sass/base/_otherpages.scss */
.other-pages * {
  margin: 0;
}
/* line 10, ../../sass/base/_otherpages.scss */
.other-pages .subhead1 {
  text-transform: uppercase;
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
/* line 17, ../../sass/base/_otherpages.scss */
.other-pages .subhead2 {
  font-weight: bold;
  color: #e50b16;
}
/* line 21, ../../sass/base/_otherpages.scss */
.other-pages .story > * {
  margin: 15px 0;
}
/* line 25, ../../sass/base/_otherpages.scss */
.other-pages .story ul {
  padding-left: 25px;
  list-style-type: disc;
}
/* line 29, ../../sass/base/_otherpages.scss */
.other-pages .story ol {
  padding-left: 25px;
  list-style-type: decimal;
}

/* line 37, ../../sass/base/_otherpages.scss */
.path-user .region-content, .path-system .region-content, .page-node-type-page .region-content {
  width: 90%;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  line-height: 30px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  /* line 37, ../../sass/base/_otherpages.scss */
  .path-user .region-content, .path-system .region-content, .page-node-type-page .region-content {
    width: 94%;
  }
}
/* line 46, ../../sass/base/_otherpages.scss */
.path-user .region-content .block-page-title-block h1, .path-system .region-content .block-page-title-block h1, .page-node-type-page .region-content .block-page-title-block h1 {
  border: 0 none;
  padding: 15px 0;
}

/* line 55, ../../sass/base/_otherpages.scss */
.path-user .region-content {
  font-family: "Roboto", sans-serif;
}
/* line 57, ../../sass/base/_otherpages.scss */
.path-user .region-content ul.tabs.primary {
  margin: 0 -5.65%;
  padding: 0 5.65%;
}

/* line 63, ../../sass/base/_otherpages.scss */
.a2a_button_whatsapp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  /* line 63, ../../sass/base/_otherpages.scss */
  .a2a_button_whatsapp {
    display: block !important;
  }
}
/* line 68, ../../sass/base/_otherpages.scss */
.a2a_button_whatsapp .fa-whatsapp {
  background-color: #12af0a;
  color: white;
  display: inline-block;
  padding: 1px 3px;
  border-radius: 5px;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  /* line 68, ../../sass/base/_otherpages.scss */
  .a2a_button_whatsapp .fa-whatsapp {
    font-size: 24px !important;
    margin-top: 17px;
    display: block;
  }
}

/* Offers Page Theming */
@media only screen and (min-width: 768px) {
  /* line 2, ../../sass/base/_offers.scss */
  .open-offer-subscription {
    padding: 0 10px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 2, ../../sass/base/_offers.scss */
  .open-offer-subscription {
    padding: 0 35px;
  }
}
/* line 12, ../../sass/base/_offers.scss */
.open-offer-subscription .sub-table-title {
  font-weight: 900;
  font-size: 18px;
  padding: 30px 20px 15px;
  display: block;
  width: 100%;
}
/* line 19, ../../sass/base/_offers.scss */
.open-offer-subscription [class*="table-dig"] {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
  /*.field-dm-btn {
  	padding: 25px 0;
  	border-top: 1px solid $border-color;
  	border-bottom: 1px solid $border-color;
  	text-align: center;
  	@media only screen and (min-width: 768px) {
  		border-bottom: 0 none;
  	}
  	a {
  		background: $red_link;
  		padding: 5px 10px;
  		color: $white;
  		font-size: 16px;
  		border-radius: 2px;
  		border: 1px solid $border-color;
  	}
  }*/
}
@media only screen and (max-width: 767px) {
  /* line 19, ../../sass/base/_offers.scss */
  .open-offer-subscription [class*="table-dig"] {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 19, ../../sass/base/_offers.scss */
  .open-offer-subscription [class*="table-dig"] {
    width: 30%;
    float: left;
    margin: 0 1.65% 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
}
/* line 33, ../../sass/base/_offers.scss */
.open-offer-subscription [class*="table-dig"] .row-field-logo {
  padding: 20px 0;
  /*border-top: 1px solid $border-color;*/
  text-align: center;
  background: #444444;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  /* line 33, ../../sass/base/_offers.scss */
  .open-offer-subscription [class*="table-dig"] .row-field-logo {
    border-radius: 5px 5px 0 0;
    margin: -1px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
/* line 49, ../../sass/base/_offers.scss */
.open-offer-subscription [class*="table-dig"] .row-field-issue {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}
/* line 57, ../../sass/base/_offers.scss */
.open-offer-subscription [class*="table-dig"] .printing-wrapper {
  width: 100%;
  display: table;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #777777;
  padding: 10px 0 0;
}
/* line 65, ../../sass/base/_offers.scss */
.open-offer-subscription [class*="table-dig"] .printing-wrapper .digital, .open-offer-subscription [class*="table-dig"] .printing-wrapper .print {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 80px;
  color: #777777;
}
/* line 75, ../../sass/base/_offers.scss */
.open-offer-subscription [class*="table-dig"] .printing-wrapper .digital span, .open-offer-subscription [class*="table-dig"] .printing-wrapper .print span {
  clear: both;
  font-size: 14px;
  font-weight: normal;
  display: block;
  line-height: 22px;
  color: #000000;
}
/* line 85, ../../sass/base/_offers.scss */
.open-offer-subscription [class*="table-dig"] .row-field-dig {
  border-top: 1px solid #ddd;
  width: 100%;
  display: table;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #777777;
}
/* line 93, ../../sass/base/_offers.scss */
.open-offer-subscription [class*="table-dig"] .row-field-dig.you-get {
  height: 80px;
}
/* line 105, ../../sass/base/_offers.scss */
.open-offer-subscription [class*="table-dig"] .row-field-dig.button-div {
  position: relative;
  display: block;
  border-top: 0 none;
}
/* line 110, ../../sass/base/_offers.scss */
.open-offer-subscription [class*="table-dig"] .row-field-dig .field-print-digital {
  width: 50%;
}
/* line 113, ../../sass/base/_offers.scss */
.open-offer-subscription [class*="table-dig"] .row-field-dig .field-print {
  width: 50%;
}
/* line 116, ../../sass/base/_offers.scss */
.open-offer-subscription [class*="table-dig"] .row-field-dig .field-dm-label {
  /*padding: 20px 0;*/
  border-right: 1px solid #ddd;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  background: #f2f2f2;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 116, ../../sass/base/_offers.scss */
  .open-offer-subscription [class*="table-dig"] .row-field-dig .field-dm-label {
    font-size: 14px;
  }
}
/* line 131, ../../sass/base/_offers.scss */
.open-offer-subscription [class*="table-dig"] .row-field-dig .field-dm-label span.printing {
  font-size: 15px;
  font-weight: normal;
  display: block;
  line-height: 16px;
}
/* line 138, ../../sass/base/_offers.scss */
.open-offer-subscription [class*="table-dig"] .row-field-dig .field-dm-content {
  /*padding: 20px 0;*/
  font-size: 18px;
  font-weight: bold;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 60px;
  word-break: break-word;
}
/* line 148, ../../sass/base/_offers.scss */
.open-offer-subscription [class*="table-dig"] .row-field-dig .field-dm-content span {
  font-weight: normal;
}
/* line 152, ../../sass/base/_offers.scss */
.open-offer-subscription [class*="table-dig"] .row-field-dig .get-content {
  font-size: 14px;
  text-transform: none;
  line-height: normal;
  font-weight: 500;
}
/* line 161, ../../sass/base/_offers.scss */
.open-offer-subscription [class*="table-dig"] .row-field-dig .get-content span {
  height: 52px;
  display: block;
  overflow: hidden;
  font-weight: 500;
}
/* line 168, ../../sass/base/_offers.scss */
.open-offer-subscription [class*="table-dig"] .row-field-dig.gift {
  border-top: 0 none;
}
/* line 172, ../../sass/base/_offers.scss */
.open-offer-subscription [class*="table-dig"] .gift-assured {
  color: #e50b16;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0 5px;
  text-align: center;
  border-top: 1px solid #ddd;
}
/* line 180, ../../sass/base/_offers.scss */
.open-offer-subscription [class*="table-dig"] .gift-image {
  padding: 0;
  text-align: center;
}
/* line 184, ../../sass/base/_offers.scss */
.open-offer-subscription [class*="table-dig"] .gift-title {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}
/* line 191, ../../sass/base/_offers.scss */
.open-offer-subscription [class*="table-dig"] .gift-amount {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0 20px;
  text-align: center;
}
/* line 216, ../../sass/base/_offers.scss */
.open-offer-subscription [class*="table-dig"]:hover .row-field-logo {
  background: #000000;
}
/* line 222, ../../sass/base/_offers.scss */
.open-offer-subscription .table-dig input[type="radio"] {
  /*display: table-cell;
  vertical-align: middle;*/
  height: 36px;
  width: 100px;
  margin: 0;
  opacity: 0;
  position: relative;
  top: 12px;
  z-index: 1;
}
/* line 232, ../../sass/base/_offers.scss */
.open-offer-subscription .table-dig input[type="radio"] + span {
  clear: both;
  display: block;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
/* line 241, ../../sass/base/_offers.scss */
.open-offer-subscription .table-dig input[type="radio"] + span:before {
  content: "Select";
  position: relative;
  background: #eeeeee;
  padding: 5px 20px;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #000;
  top: 0;
  left: 0;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-transform: none;
  display: block;
}
/* line 259, ../../sass/base/_offers.scss */
.open-offer-subscription .table-dig.selected input[type="radio"]:checked + span:before {
  background: #e50b16;
  content: "\f00c";
  padding: 6px 34px;
  color: #fff;
  font-size: 20px;
  top: 0;
  left: 0;
}
/* line 270, ../../sass/base/_offers.scss */
.open-offer-subscription .table-dig.selected .row-field-logo {
  background: #e50b16;
}
/* line 273, ../../sass/base/_offers.scss */
.open-offer-subscription .table-dig.selected:hover .row-field-logo {
  background: #e50b16;
}

/* Hide Unwanted Text */
/* line 281, ../../sass/base/_offers.scss */
.node--type-subscription-offers {
  display: none;
}

/* Offer Banner Section */
/* line 286, ../../sass/base/_offers.scss */
.offers_banner_section {
  padding: 10px 0;
  text-align: center;
  border-bottom: solid 2px #000000;
}
/* line 290, ../../sass/base/_offers.scss */
.offers_banner_section p {
  margin: 0;
}
/* line 293, ../../sass/base/_offers.scss */
.offers_banner_section img {
  height: auto;
}

/* Offers Grid */
@media only screen and (min-width: 768px) {
  /* line 302, ../../sass/base/_offers.scss */
  .open-offer-gifts {
    padding: 0 10px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 302, ../../sass/base/_offers.scss */
  .open-offer-gifts {
    padding: 0 35px;
  }
}
/* line 310, ../../sass/base/_offers.scss */
.open-offer-gifts .sub-table-title {
  font-weight: 900;
  font-size: 18px;
  padding: 20px 20px 3px;
  display: block;
  width: 100%;
  line-height: normal;
}
/* line 318, ../../sass/base/_offers.scss */
.open-offer-gifts .gifts-grid {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 318, ../../sass/base/_offers.scss */
  .open-offer-gifts .gifts-grid {
    padding: 20px 0;
  }
}
/* line 324, ../../sass/base/_offers.scss */
.open-offer-gifts .gift-check {
  color: #e50b16;
  font-size: 13px;
  padding-left: 20px;
}
/* line 336, ../../sass/base/_offers.scss */
.open-offer-gifts .year-wrapper {
  flex-wrap: wrap;
  display: flex;
}
/* line 340, ../../sass/base/_offers.scss */
.open-offer-gifts .year-wrapper .child-wrapper {
  width: 50%;
  padding: 25px 15px 55px;
  border: 1px solid #dddddd;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 340, ../../sass/base/_offers.scss */
  .open-offer-gifts .year-wrapper .child-wrapper {
    width: 100%;
    padding: 25px 45px;
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
  }
  /* line 351, ../../sass/base/_offers.scss */
  .open-offer-gifts .year-wrapper .child-wrapper:first-child {
    border-top: 1px solid #dddddd;
  }
}
@media only screen and (max-width: 479px) {
  /* line 340, ../../sass/base/_offers.scss */
  .open-offer-gifts .year-wrapper .child-wrapper {
    padding: 25px;
  }
  /* line 357, ../../sass/base/_offers.scss */
  .open-offer-gifts .year-wrapper .child-wrapper:first-child {
    border-top: 1px solid #dddddd;
  }
}
@media only screen and (min-width: 768px) {
  /* line 362, ../../sass/base/_offers.scss */
  .open-offer-gifts .year-wrapper .child-wrapper:nth-child(2n+3) {
    border-top: 0 none;
  }
  /* line 365, ../../sass/base/_offers.scss */
  .open-offer-gifts .year-wrapper .child-wrapper:nth-child(2n+2) {
    border-left: 0 none;
  }
  /* line 368, ../../sass/base/_offers.scss */
  .open-offer-gifts .year-wrapper .child-wrapper:nth-child(2n+4) {
    border-top: 0 none;
  }
}
/* line 373, ../../sass/base/_offers.scss */
.open-offer-gifts .year-wrapper .title {
  width: 100%;
  display: block;
}
/* line 376, ../../sass/base/_offers.scss */
.open-offer-gifts .year-wrapper .title span {
  color: #000000;
  border-bottom: 1px solid #e50b16;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
/* line 387, ../../sass/base/_offers.scss */
.open-offer-gifts .year-wrapper .desc {
  width: 50%;
  float: left;
  color: #777777;
}
/* line 391, ../../sass/base/_offers.scss */
.open-offer-gifts .year-wrapper .desc table {
  width: 100% !important;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}
/* line 395, ../../sass/base/_offers.scss */
.open-offer-gifts .year-wrapper .desc table strong, .open-offer-gifts .year-wrapper .desc table b {
  color: #000000;
}
/* line 398, ../../sass/base/_offers.scss */
.open-offer-gifts .year-wrapper .desc table thead > tr {
  border: 0 none;
  background: none;
  padding: 0;
  vertical-align: top;
}
/* line 403, ../../sass/base/_offers.scss */
.open-offer-gifts .year-wrapper .desc table thead > tr th {
  background: none;
  color: #000000;
  padding: 3px 0;
}
/* line 409, ../../sass/base/_offers.scss */
.open-offer-gifts .year-wrapper .desc table tbody > tr {
  border: 0 none;
  background: none;
  padding: 0;
  vertical-align: top;
}
/* line 414, ../../sass/base/_offers.scss */
.open-offer-gifts .year-wrapper .desc table tbody > tr td {
  background: none;
  border: 0 none;
  color: #777777;
  padding: 3px 0;
}
/* line 423, ../../sass/base/_offers.scss */
.open-offer-gifts .year-wrapper .image {
  width: 45%;
  float: right;
  text-align: right;
  padding: 20px;
}
@media only screen and (max-width: 1024px) {
  /* line 423, ../../sass/base/_offers.scss */
  .open-offer-gifts .year-wrapper .image {
    padding: 20px 0px 20px 20px;
  }
}
/* line 432, ../../sass/base/_offers.scss */
.open-offer-gifts .year-wrapper .row-field-dig {
  width: 100%;
  clear: both;
  position: absolute;
  text-align: center;
  bottom: 22px;
  left: 0;
  right: 0;
  height: 34px;
}
/* line 443, ../../sass/base/_offers.scss */
.open-offer-gifts .year-wrapper .button-div input[type="checkbox"] {
  /*display: table-cell;
  vertical-align: middle;*/
  height: 34px;
  width: 100px;
  margin: 0;
  opacity: 0;
  position: relative;
  top: 0;
  z-index: 1;
}
/* line 453, ../../sass/base/_offers.scss */
.open-offer-gifts .year-wrapper .button-div input[type="checkbox"] + span {
  clear: both;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
/* line 462, ../../sass/base/_offers.scss */
.open-offer-gifts .year-wrapper .button-div input[type="checkbox"] + span:before {
  content: "Select";
  position: relative;
  background: #eeeeee;
  padding: 5px 20px;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #000;
  top: 4px;
  left: 0;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-transform: none;
}
/* line 478, ../../sass/base/_offers.scss */
.open-offer-gifts .year-wrapper .button-div input[type="checkbox"]:checked + span:before {
  background: #e50b16;
  content: "\f00c";
  padding: 6px 34px;
  color: #fff;
  font-size: 20px;
  top: 0;
  left: 0;
}
/* line 491, ../../sass/base/_offers.scss */
.open-offer-gifts .subscribe_btn {
  text-align: center;
  padding: 40px 0 60px;
}
/* line 494, ../../sass/base/_offers.scss */
.open-offer-gifts .subscribe_btn .subscribe_now_btn {
  background: #e50b16;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Roboto",sans-serif;
  border: 0 none;
  text-transform: uppercase;
  width: auto;
  clear: both;
  display: inline-block;
}

/*# sourceMappingURL=screen.css.map */
