/**
 * Mixin for using "rem" units in a backwards-compatible way.
 *
 * `@include rem(font-size, 3.2);`
 */
/**
 * Mixin to supply basic font information for headings and titles.
 * The final `$use-serif` attribute is mostly for internal use, making
 * it possible to reuse code to easily apply heading and title styles.
 *
 * `@include ct-heading(1.3, 8, 1.5);`
 * - OUTPUTS -
 * font-weight: 8; 
 * line-height: 1.3;
 * font-size: 1.5 // plus the calculated pixels for browser
 * // that don't support rem units
 * 
 */
/**
 * Mixin to supply basic font information for titles. The only difference
 * between `ct-title` and `ct-heading` is that `ct-title` always uses
 * the current `$font-sans-serif`.
 *
 * `@include ct-title(1.3, 8, 1.5);`
 */
/**
 * Mixin to calculate the width of a grid item.
 *
 * `@include calc-width(3); // (60 * 3) + (20 * (3 - 1)) = 180 + 40 = 240`
 */
/** 
* Mixin for generating fonts
* @include font(c,400);
*	type: c,cs,g;
*	weight: font weight;
*/
/** Local variables **/
/** Global styles overwritten **/
/**
 * Mixin for using "rem" units in a backwards-compatible way.
 *
 * `@include rem(font-size, 3.2);`
 */
/**
 * Mixin to calculate the width of a grid item.
 *
 * `@include calc-width(3); // (60 * 3) + (20 * (3 - 1)) = 180 + 40 = 240`
 */
/**
ARTICLE BODY STYLES

[REQUIRED VARIABLES]
[VARIABLES]
ASSIGN THE FOLLOWING VARS IN LOCAL CHANNEL/SITE.SCSS
* `$article_body_type: serif OR sans-serif;` - default value is 'none'
* `$article_body_secondary_color: Hex color value;` - default value is '#d51b1e'

[NOTES]
* Default values for all variables below are defined in:
\system\css\sass\base\_defaults.scss
**/
/** [Required mixins] **/
/** [Font specific styles - Serif] **/
/* line 35, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body {
  font-family: "Chronicle SSm A", "Chronicle SSm B", serif !important;
  font-weight: 400;
  font-size: 1rem;
}

/* line 39, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body p, #body p.intro, #body blockquote {
  font-family: "Chronicle SSm A", "Chronicle SSm B", serif !important;
  font-weight: 400;
  line-height: 1.7;
}

/* line 43, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body p.intro, #body blockquote {
  font-size: 1rem;
}

/* line 47, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body strong, #body .question {
  font-family: "Chronicle SSm A", "Chronicle SSm B", serif !important;
  font-weight: 600;
}

/* line 51, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .question em, #body .question .citation {
  font-family: inherit !important;
  font-weight: inherit !important;
}

/* line 56, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .subhead {
  font-family: "Chronicle Display A", "Chronicle Display B", serif !important;
  font-weight: 600;
}

/* line 59, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .subhead2 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif !important;
  font-weight: 700;
}

/* line 62, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .subhead3 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif !important;
  font-weight: 700;
}

/* line 65, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .subhead4 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif !important;
  font-weight: 700;
}

/* line 69, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .subhead em, #body .subhead2 em, #body .subhead3 em, #body .subhead4 em {
  font-family: "Chronicle Display A", "Chronicle Display B", serif !important;
  font-weight: 600;
  font-style: italic;
  line-height: 1.2;
}

/* line 75, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .intro, #body .bio, #body .source, #body .citation {
  font-family: "Chronicle SSm A", "Chronicle SSm B", serif !important;
  font-weight: 400;
  font-style: italic;
}

/* line 78, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body em, #body ul li, #body ol li {
  font-family: "Chronicle SSm A", "Chronicle SSm B", serif !important;
  font-weight: 400;
  font-style: italic;
}

/* line 82, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .callout,
#body .callout_left,
#body .callout_right,
#body .callout_center {
  line-height: 1.3;
  font-family: "Chronicle Display A", "Chronicle Display B", serif !important;
  font-weight: 200;
}

/* line 88, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .callout span.citation, #body .callout em,
#body .callout_left span.citation,
#body .callout_left em,
#body .callout_right span.citation,
#body .callout_right em,
#body .callout_center span.citation,
#body .callout_center em {
  font-weight: 200;
  font-family: inherit !important;
}

/* line 92, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .callout strong,
#body .callout_left strong,
#body .callout_right strong,
#body .callout_center strong {
  font-weight: 700;
}

/* line 98, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .dropcap, #body .article-dropcap {
  color: #299eb3;
  line-height: 0.8;
  font-family: "Chronicle Display A", "Chronicle Display B", serif !important;
  font-weight: 200;
  font-size: 6rem;
}

/* line 108, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body table td {
  font-size: 1rem;
}

/* line 114, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .sidebar_center, #body .sidebar_left, #body .sidebar_right,
#body .sidebar_center blockquote, #body .sidebar_left blockquote, #body .sidebar_right blockquote {
  line-height: 1.6;
  font-size: 0.8rem;
}

/* line 120, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .sidebar_center .bio, #body .sidebar_center .source, #body .sidebar_left .bio, #body .sidebar_left .source, #body .sidebar_right .bio, #body .sidebar_right .source,
#body .sidebar_center blockquote .bio,
#body .sidebar_center blockquote .source, #body .sidebar_left blockquote .bio, #body .sidebar_left blockquote .source, #body .sidebar_right blockquote .bio, #body .sidebar_right blockquote .source {
  font-size: 0.75rem;
}

/** [Font specific styles - Sans-Serif] **/
/* line 226, Z:/global/system/css/sass/modules/_article_body_styles.scss */
.caption, .table-caption,
.image-caption, #body .image-caption,
#body .caption,
#body p.caption {
  font-family: Verdana, Arial, sans-serif !important;
  color: #878787 !important;
  font-size: 0.7rem;
  line-height: 1.4;
}

/* line 231, Z:/global/system/css/sass/modules/_article_body_styles.scss */
.caption a, .table-caption a,
.image-caption a, #body .image-caption a,
#body .caption a {
  color: #878787 !important;
  text-decoration: none;
}

/* line 234, Z:/global/system/css/sass/modules/_article_body_styles.scss */
.caption a:hover, .table-caption a:hover,
.image-caption a:hover, #body .image-caption a:hover,
#body .caption a:hover {
  text-decoration: underline;
}

/** [Article CSS] **/
/* line 244, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body {
  line-height: 1.7;
  /** [All red colored items here] **/
  /** [Anchor specific] **/
  /*bio*/
  /** [Paragraph styles] **/
  /** [Table styles] **/
  /** [Italicized items] **/
  /** [Subhead] **/
  /** [Callout] **/
  /** [Sidebar] **/
  /** [Blockquote] **/
  /* Question & Answer*/
  /** [Lists] **/
  /** [Bio and Source] **/
  /** [Copyright] **/
  /** [Image] **/
  /** [Video] **/
  /** [Dropcap] **/
  /** [All items with Verdana] **/
  /** [Inline Footnote] **/
}

/* line 248, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body a,
#body .callout,
#body .callout_left,
#body .callout_center,
#body .callout_right,
#body .subhead a {
  color: #299eb3;
}

/* line 256, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body a.callout_left,
#body a.callout_left:active,
#body a.callout_left:visited,
#body .callout_left a.text,
#body .callout_left a.text:active,
#body .callout_left a.text:visited {
  text-decoration: underline;
  color: #299eb3;
}

/* line 268, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body a {
  text-decoration: underline;
}

/* line 270, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body a:hover {
  color: #000;
  text-decoration: underline !important;
}

/* line 279, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body p.bio a, #body p.source a {
  color: #299eb3;
}

/* line 284, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body p {
  margin-bottom: 25px;
}

/* line 287, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body p strong em {
  font-weight: inherit !important;
}

/* line 296, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body table {
  margin-bottom: 20px;
}

/* line 298, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body table td {
  border: 1px solid #e5e5e5;
  padding: 10px;
}

/* line 302, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body table p {
  margin-bottom: 10px;
}

/* line 308, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .intro, #body em, #body .bio, #body .source {
  font-style: italic;
}

/* line 310, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .intro .citation, #body em .citation, #body .bio .citation, #body .source .citation {
  font-style: normal;
}

/* line 315, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body p.bio a, #body p.source a {
  font-style: italic;
}

/* line 320, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .bio em {
  font-style: normal;
}

/* line 326, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .subhead, #body .subhead2 {
  line-height: 1.2;
  margin-bottom: 15px;
}

/* line 329, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .subhead a, #body .subhead2 a {
  color: #299eb3;
  text-decoration: underline;
}

/* line 332, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .subhead a:hover, #body .subhead2 a:hover {
  color: #000;
}

/* line 337, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .subhead {
  font-size: 1.5rem;
}

/* line 340, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .subhead2 {
  font-size: 1.2rem;
}

/* line 343, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .subhead3 {
  font-size: 1.1875rem;
}

/* line 346, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .subhead4 {
  font-size: 1.125rem;
}

/* line 352, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .callout,
#body .callout_left,
#body .callout_center,
#body .callout_right {
  border: none;
  width: 300px;
  margin: 5px 0 20px;
  box-sizing: border-box;
  font-size: 1.7rem;
}

/* line 361, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .callout a:hover,
#body .callout_left a:hover,
#body .callout_center a:hover,
#body .callout_right a:hover {
  color: #000 !important;
}

@media only screen and (max-width: 400px) {
  /* line 352, Z:/global/system/css/sass/modules/_article_body_styles.scss */
  #body .callout,
  #body .callout_left,
  #body .callout_center,
  #body .callout_right {
    width: 100% !important;
  }
}

/* line 368, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .callout_left {
  float: left;
  padding-right: 40px;
}

/* line 372, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .callout_center {
  margin-left: auto;
  margin-right: auto;
}

/* line 376, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .callout_right {
  float: right;
  padding-left: 40px;
}

/* line 382, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .sidebar_center,
#body .sidebar_left,
#body .sidebar_right {
  background: #fff;
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  border-right: none;
  border-left: none;
  margin-top: 30px;
  margin-bottom: 35px;
  padding: 20px 0;
  font-family: Verdana,Arial,sans-serif !important;
  box-sizing: border-box;
}

/* line 396, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .sidebar_center strong, #body .sidebar_center .subhead, #body .sidebar_center li, #body .sidebar_center .subhead2, #body .sidebar_center em, #body .sidebar_center .citation, #body .sidebar_center .question, #body .sidebar_center p, #body .sidebar_center blockquote, #body .sidebar_center quoteindent, #body .sidebar_center a, #body .sidebar_center .bio a,
#body .sidebar_left strong,
#body .sidebar_left .subhead,
#body .sidebar_left li,
#body .sidebar_left .subhead2,
#body .sidebar_left em,
#body .sidebar_left .citation,
#body .sidebar_left .question,
#body .sidebar_left p,
#body .sidebar_left blockquote,
#body .sidebar_left quoteindent,
#body .sidebar_left a,
#body .sidebar_left .bio a,
#body .sidebar_right strong,
#body .sidebar_right .subhead,
#body .sidebar_right li,
#body .sidebar_right .subhead2,
#body .sidebar_right em,
#body .sidebar_right .citation,
#body .sidebar_right .question,
#body .sidebar_right p,
#body .sidebar_right blockquote,
#body .sidebar_right quoteindent,
#body .sidebar_right a,
#body .sidebar_right .bio a {
  font-family: Verdana,Arial,sans-serif !important;
}

/* line 400, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .sidebar_center .subhead,
#body .sidebar_left .subhead,
#body .sidebar_right .subhead {
  font-size: 1.2rem;
  font-family: Verdana,Arial,sans-serif !important;
  font-weight: 700;
}

/* line 405, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .sidebar_center .subhead2,
#body .sidebar_left .subhead2,
#body .sidebar_right .subhead2 {
  font-size: 1rem;
  font-family: Verdana,Arial,sans-serif !important;
  font-weight: 700;
}

/* line 410, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .sidebar_center .subhead, #body .sidebar_center .subhead2,
#body .sidebar_left .subhead,
#body .sidebar_left .subhead2,
#body .sidebar_right .subhead,
#body .sidebar_right .subhead2 {
  margin-bottom: 10px;
}

/* line 413, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .sidebar_center li,
#body .sidebar_left li,
#body .sidebar_right li {
  margin-bottom: 10px;
}

/* line 416, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .sidebar_center strong,
#body .sidebar_left strong,
#body .sidebar_right strong {
  font-weight: bold;
}

/* line 419, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .sidebar_center em,
#body .sidebar_left em,
#body .sidebar_right em {
  font-weight: italic;
}

/* line 423, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .sidebar_left, #body .sidebar_right {
  width: 260px;
}

/* line 426, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .sidebar_left {
  margin-right: 30px;
  float: left;
}

/* line 430, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .sidebar_right {
  margin-left: 30px;
  float: right;
}

/* line 436, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body blockquote {
  margin: 30px 50px;
  line-height: 1.7;
  padding: 0;
}

/* line 440, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body blockquote .quoteindent {
  margin: 25px 0 20px 50px;
}

/* line 446, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body p.answer, #body p.question {
  line-height: 1.7 !important;
  color: #000;
}

/* line 450, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body p.question {
  font-weight: 700;
}

/* line 455, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body ul, #body ol {
  padding-left: 65px !important;
  margin-bottom: 20px !important;
}

/* line 458, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body ul li, #body ol li {
  padding-bottom: 4px !important;
}

/* line 461, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body ul ul, #body ol ul {
  padding-left: 30px;
}

/* line 468, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .bio,
#body .source {
  font-size: 0.8rem;
}

/* line 471, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .bio a,
#body .source a {
  text-decoration: underline;
}

/* line 473, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .bio a:hover,
#body .source a:hover {
  color: #000;
}

/* line 481, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .copyright {
  line-height: 1.35;
  font-family: Verdana,Arial,sans-serif !important;
  color: #d51b1e;
  font-size: 0.7rem;
}

/* line 486, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .copyright a {
  text-decoration: underline;
  position: static;
  color: #d51b1e;
}

/* line 490, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .copyright a:hover {
  color: #000;
}

/* line 494, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .copyright .citation {
  font-family: Verdana,Arial,sans-serif !important;
}

/* line 501, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .image img {
  margin: auto;
}

/* line 505, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .image_right {
  float: right;
  margin-left: 20px;
}

/* line 509, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .image_left {
  float: left;
  margin-right: 20px;
}

/* line 513, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .imageWrapper {
  line-height: 1.45;
}

/* line 516, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body blockquote {
  margin: 30px 50px;
  line-height: 1.7;
}

/* line 522, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .video_left {
  float: left;
  margin-right: 20px;
}

/* line 526, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .video_right {
  float: right;
  margin-left: 20px;
}

/* line 530, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .video_center {
  text-align: center;
}

/* line 535, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .dropcap, #body .article-dropcap {
  height: 80px;
  padding-right: 15px;
  float: left;
}

/* line 544, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .footnote-button,
#body a.footnote-button {
  font-family: monospace;
  font-weight: normal;
  text-decoration: none !important;
  letter-spacing: -0.1em;
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
  color: #299eb3;
}

/* line 554, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .footnote-button:visited, #body .footnote-button:focus,
#body a.footnote-button:visited,
#body a.footnote-button:focus {
  color: #299eb3;
}

/* line 557, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .footnote-button:hover, #body .footnote-button:focus,
#body a.footnote-button:hover,
#body a.footnote-button:focus {
  color: #000;
  text-decoration: none !important;
}

/* line 562, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .inline-ftn-wrapper {
  display: none;
  margin: 10px 0;
}

/* line 566, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .inline-footnote {
  display: none;
  margin-top: 0;
  background-color: #ebeded;
  color: #000;
  border: medium none;
  padding: 15px;
  font: 11px Verdana,Arial,Helvetica,sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 578, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .inline-footnote .citation {
  font: 400 italic 11px Verdana,Arial,Helvetica,sans-serif !important;
}

/* line 581, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .inline-footnote em, #body .inline-footnote strong {
  font-family: Verdana,Arial,Helvetica,sans-serif !important;
}

/* line 583, Z:/global/system/css/sass/modules/_article_body_styles.scss */
#body .inline-footnote em .citation, #body .inline-footnote strong .citation {
  font-style: normal !important;
}

/** Typographical styles **/
/* line 2, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.title {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  color: #000;
}

/* line 5, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.title a {
  color: #000;
}

/* line 9, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.title-1 {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.05;
}

/* line 14, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.title-2 {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1;
}

/* line 19, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.title-3 {
  font-weight: 600;
  font-size: 1.3rem;
}

/* line 23, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.title-4_normal {
  font-weight: 400;
  font-size: 1.1rem;
}

/* line 27, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.title-4_bolded {
  font-weight: 700;
  font-size: 1.05rem;
}

/* line 31, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.deck, .short-desc {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: .9rem;
}

/* line 37, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.article-new .deck, article-new .short-desc {
  font-size: 16px !important;
}

/* line 40, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.byline {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 47, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.slug {
  color: #299eb3 !important;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

/* line 53, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.slug a {
  color: #299eb3 !important;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
}

/* line 60, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.slug a:hover {
  text-decoration: underline;
}

/* line 64, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.slug span {
  padding: 0 5px;
  color: #999;
  font-weight: 400;
}

/* line 69, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.slug span.lowercase {
  color: #d51b1e;
}

/* line 73, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.more {
  font-family: "Gotham Cond A", "Gotham Cond B", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 1.05rem;
}

/* line 79, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.section-heading, .heading-section-lg {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 100;
  color: #000;
  font-size: 2.2rem;
  letter-spacing: -.03rem;
  line-height: 1.15;
}

/* line 86, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.section-heading a, .heading-section-lg a {
  color: #000;
}

/* line 91, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.sticky-leftnav .section-heading {
  font-size: 1.85rem;
}

/* line 95, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.page-heading, .heading-lg {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 600;
  color: #000;
  font-size: 2.2rem;
}

/* line 100, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.page-heading a, .heading-lg a {
  color: #000;
}

/* line 105, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.nav-topics .nav-item, .nav-topics .nav-label {
  display: inline-block;
}

/* line 108, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.nav-topics .nav-label {
  color: #000000;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  margin-right: 5px;
  text-transform: uppercase !important;
}

/* line 116, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.nav-topics .nav-topics_list {
  color: #299eb3;
  display: inline-block;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
}

/* line 122, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.nav-topics .nav-topics_list a {
  color: #299eb3;
  padding-bottom: 3px;
}

/* line 125, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.nav-topics .nav-topics_list a:hover {
  border-bottom: 3px solid #000;
  color: #000 !important;
  text-decoration: none;
}

/* line 131, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.nav-topics .nav-topics_list .active {
  color: #000 !important;
}

/* line 133, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.nav-topics .nav-topics_list .active a {
  color: #000 !important;
  border-bottom: 3px solid #000 !important;
}

/* line 136, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.nav-topics .nav-topics_list .active a:hover {
  color: #000 !important;
}

/* line 141, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.nav-topics .nav-topics_list .color-red {
  color: #d51b1e;
}

/* line 145, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.nav-topics ul {
  margin: 0;
  display: inline;
  padding: 0;
}

/* line 151, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.nav-topics .nav-item_first a {
  margin-left: 0px;
}

/* line 155, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.nav-topics .nav-item_first::before {
  content: "" !important;
  padding: 0 4px !important;
}

/* line 159, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.nav-topics .nav-item::before {
  color: #999999;
  content: "|";
  font-size: 0.75rem;
  padding: 0 6px;
  font-weight: 200;
}

/* line 167, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.btn-espanol, .lang-switcher {
  font-family: "Gotham Cond A", "Gotham Cond B", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  display: inline;
  border-bottom: 4px solid #f8e405;
  text-transform: uppercase;
}

/* line 174, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.btn-espanol a, .lang-switcher a {
  color: #000 !important;
}

/* line 176, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.btn-espanol a:hover, .lang-switcher a:hover {
  text-decoration: none !important;
}

/* line 180, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.btn-espanol:hover, .lang-switcher:hover {
  text-decoration: none !important;
  border-bottom: 4px solid #000;
}

/* line 184, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.lang-switcher + .btn-espanol, .lang-switcher + .lang-switcher {
  margin-left: 10px;
}

/* line 188, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_typography.scss */
.postdate {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 0.02em;
  font-size: 0.75rem;
}

/* line 2, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.bg-black {
  background-color: #000;
}

/* line 4, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.bg-black .u-cf {
  clear: both;
}

/* line 8, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.bg-black li.js-subscribe a {
  color: #d51b1e;
}

/* line 10, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.bg-black li.js-subscribe a:hover {
  color: #000;
}

/* line 16, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.bg-gray {
  background: #ebeded !important;
}

/* line 19, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.bg-white {
  background: #fff !important;
}

/* line 22, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.header-content {
  width: 940px;
  padding: 10px 0;
  margin: 0 auto;
  position: relative;
}

/* line 28, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.ad-top {
  width: 100%;
}

/* line 30, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.ad-top img {
  vertical-align: middle;
}

/* line 32, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.header-menu {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}

/* line 38, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.header-menu .l-two {
  width: 140px;
}

/* line 41, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.header-menu a {
  color: #000;
}

/* line 44, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.header-menu .red-color,
.header-menu .color-red {
  color: #d51b1e !important;
}

/* line 48, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.header-menu .gray-color {
  color: #ebeded;
}

/* line 51, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.header-menu .follow-us {
  border-top: 1px solid #e3e6e6;
  padding-top: 11px;
  margin-top: 6px;
  width: 100%;
}

/* line 57, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.header-menu .bg-teal {
  background: #ebeded;
  padding: 10px 6px 15px 10px;
  overflow: hidden;
}

/* line 63, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.border-bottom-light-gray {
  border-bottom: 1px solid #ebeded;
}

/* line 67, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.header-logo {
  padding: 10px 0;
}

/* line 70, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.user-info {
  display: inline;
  position: absolute;
  right: 2px;
  top: 0;
  text-transform: uppercase;
}

/* line 76, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.user-info span, .user-info a {
  font-family: "Gotham Cond A", "Gotham Cond B", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
}

/* line 80, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.user-info .sep {
  font-size: 1.05rem;
  font-weight: 300;
  margin: 0 6px;
  position: relative;
  top: -1px;
}

/* line 89, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.user-info:hover .dropdown-alternate {
  display: block;
}

/* line 93, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.dropdown-alternate {
  border: 1px solid #ccc;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 2;
  position: absolute;
  top: 22px;
  list-style: none;
  right: 0;
  display: none;
}

/* line 103, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.dropdown-alternate ul {
  background: #fff;
}

/* line 105, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.dropdown-alternate ul a {
  font-size: 0.85rem;
}

/* line 109, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.dropdown-alternate li {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
  text-transform: capitalize;
  padding-left: 20px;
}

/* line 115, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.dropdown-alternate li:hover {
  background: #ebeded;
  color: #000;
}

/* line 119, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.dropdown-alternate li a {
  color: #000;
  line-height: 1.3;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
  display: block;
}

/* line 126, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.dropdown-alternate li a:hover {
  color: #000;
  text-decoration: none;
}

/* line 131, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.dropdown-alternate .innerMenu {
  right: 70px;
}

/* line 135, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.alternate-dropdown li a:hover {
  text-decoration: none;
}

/* line 138, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.dropdown-alternate_icon {
  vertical-align: middle;
  padding-left: 5px;
}

/* line 142, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.l-pager {
  margin: 0 auto;
  width: 940px;
}

/* line 146, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
ul.nav-bar {
  list-style-type: none;
  display: inline-block;
}

/* line 149, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
ul.nav-bar li {
  margin: 10px 32px 12px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
}

/* line 155, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
ul.nav-bar li a {
  text-decoration: none;
}

/* line 157, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
ul.nav-bar li a:hover {
  text-decoration: none;
}

/* line 163, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
ul.nav-bar li a.color-red:hover {
  color: #000 !important;
  text-decoration: none;
}

/* line 170, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
ul.nav-bar li.nav-bar_list {
  margin: 0;
}

/* line 172, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
ul.nav-bar li.nav-bar_list a.nav-bar_link {
  padding: 12px 32px !important;
  margin: 0;
  display: inline-block;
}

/* line 176, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
ul.nav-bar li.nav-bar_list a.nav-bar_link:hover {
  color: #d51b1e;
}

/* line 183, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
ul.nav-bar li.js-subscribe a.nav-bar_link:hover {
  color: #000;
}

/* line 189, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
form.box_for_search {
  display: inline-block;
  margin-left: 35px;
  position: relative;
  /*@if $add-vertical-styles == true{
	input.submit{
	margin-top:4px;
	}
	}*/
}

/* line 193, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
form.box_for_search input.search-component {
  width: 0;
  height: 27px;
  padding: 0;
}

/* line 198, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
form.box_for_search input.submit {
  margin-right: 5px;
}

/* line 206, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
form.box_for_search input {
  background: #ebeded;
  border: none;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  color: #999;
  vertical-align: text-top;
}

/* line 215, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown {
  background: #fff url(/ct/channel/img/bg_nav.png) repeat-x;
  min-width: 1000px;
  width: 100%;
  min-height: 360px;
  left: 0;
  position: absolute;
  color: #000;
  z-index: 9999;
  -webkit-box-shadow: 0 2px 3px 1px #eee;
  -moz-box-shadow: 0 2px 3px 1px #eee;
  box-shadow: 0 2px 3px 1px #eee;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
}

/* line 229, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .section {
  width: none;
}

/* line 232, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .inner-content {
  margin: 0 auto;
  width: 940px !important;
  position: relative;
}

/* line 237, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .u-cf {
  clear: both;
}

/* line 240, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown ul li, .nav-dropdown ul li a {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  text-transform: none;
}

/* line 248, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .subnav-item_lg ul.content-inside .nav-item_sm a:hover {
  text-decoration: underline;
}

/* line 254, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown ul li.uppercase a,
.nav-dropdown ul li.red-color {
  text-transform: uppercase;
}

/* line 258, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .bg-teal {
  background-color: #ebeded;
}

/* line 264, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .subnavSection-lg_left .short-desc .spacer-top-3 a.red-color {
  border-bottom: 1px solid #f4c6c7;
}

/* line 270, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .subnavSection-lg_left .short-desc .text-sm span a.red-color {
  border-bottom: 1px solid #f4c6c7;
}

/* line 277, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .subnav-top {
  padding: 8px 2px;
  color: #fff;
  text-align: left;
}

/* line 283, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .subnav-top ul.nav li a {
  font-weight: 400;
  text-transform: none;
  color: #fff;
}

/* line 290, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .subnav-top li {
  display: inline-block;
  padding: 0 16px;
  width: auto;
  font-weight: 600;
  margin: 0;
}

/* line 296, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .subnav-top li a {
  color: #fff;
}

/* line 298, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .subnav-top li a:hover {
  text-decoration: underline;
}

/* line 303, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .subnav-top .first-item {
  border: 0;
  padding-left: 0;
}

/* line 308, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown ul {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  height: auto;
  position: static;
  min-height: auto;
  width: auto;
}

/* line 315, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown ul li {
  text-align: left;
  margin: 5px 0;
  width: 100%;
  position: static;
  border-bottom: 0;
}

/* line 321, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown ul li a.nav_link {
  margin: 0 !important;
  padding: 0;
  text-decoration: none;
}

/* line 325, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown ul li a.nav_link:hover {
  background: transparent;
  text-decoration: underline;
}

/* line 330, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown ul li a.display-block {
  display: inline-block;
}

/* line 333, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown ul li a.first-item {
  padding-top: .35em;
  padding-bottom: .3em;
}

/* line 337, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown ul li .nav-section-help {
  border: 0;
  width: 130px;
}

/* line 343, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown ul li .second-level ul li {
  width: 100%;
}

/* line 350, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .nav_link {
  color: #000;
  display: inline-block;
  padding: .45em .5em .45em 1.5em;
}

/* line 354, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .nav_link:hover {
  background: #eaeae9;
}

/* line 357, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .nav_link:hover.iconMore {
  background: #eaeae9 url(/ct/channel/img/arrow_red.gif) no-repeat 14em center;
}

/* line 362, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .subnav-item li {
  width: 240px;
  vertical-align: top;
  line-height: 1;
}

/* line 367, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .subnav-item li.nav-item_sm {
  width: 100%;
}

/* line 370, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .subnav-item .subnav-item_lg {
  width: 270px;
  margin-right: 45px;
}

/* line 374, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .subnav-item .blog-nav {
  padding-left: 20px;
  border-left: 1px solid #000;
}

/* line 381, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown ul.content-inside .subnav-item li {
  width: 105px !important;
}

/* line 386, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .iconMore {
  background-position: 14em center;
}

/* line 390, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .subnav-item li.nav-item_sm {
  width: 115% !important;
}

/* line 392, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .subnav-item li.nav-item_sm a.red-color:hover {
  text-decoration: underline;
}

/* line 397, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .subnavSection-lg_left {
  text-align: left;
  text-transform: capitalize;
}

/* line 400, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .subnavSection-lg_left .themeCollection-sm {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 600;
}

/* line 404, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .subnavSection-lg_left .content-inside .deck, .nav-dropdown .subnavSection-lg_left .content-inside .short-desc {
  text-transform: capitalize;
  font-size: 0.8rem;
  text-align: left;
}

/* line 411, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .subnavSection-lg_right {
  text-align: left;
  text-transform: capitalize;
}

/* line 415, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .subnavSection-lg_right .themeCollection-sm {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 600;
}

/* line 418, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .subnavSection-lg_right .content-inside {
  text-align: left;
}

/* line 420, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .subnavSection-lg_right .content-inside .short-desc {
  text-transform: none;
  text-align: left;
}

/* line 426, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .heading-xs,
.nav-dropdown .heading-xs a {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #999;
}

/* line 433, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .heading-xs a:hover {
  text-decoration: underline !important;
}

/* line 437, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .no-border {
  border: 0;
}

/* line 439, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .no-border a {
  padding-left: 40px;
}

/* line 442, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .no-border .nav-head {
  padding-left: 20px;
  display: block;
}

/* line 446, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .no-border ul a {
  padding-left: 20px;
}

/* line 451, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .subnavSection-lg_right .short-desc {
  clear: right;
}

/* line 455, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .seprator {
  margin: 0 3px;
  color: #999;
}

/* line 459, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .highlighted {
  left: 0;
  top: -1px;
  position: absolute;
}

/* line 464, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .highlighted {
  left: 198px;
}

/* line 467, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .highlight-item {
  left: 515px;
}

/* line 470, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .menu-inner {
  margin-top: 5px;
}

/* line 473, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .nav-item {
  display: inline-block;
}

/* line 476, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .logo-small {
  margin-right: 15px;
}

/* line 479, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .nav-section-help {
  width: 142px !important;
}

/* line 482, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .vault-component {
  margin-bottom: 31px;
}

/* line 485, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .subnavSection-lg_left {
  width: 58%;
  padding-right: 30px;
  padding-top: 15px;
}

/* line 490, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .border-right-black {
  border-right: 1px solid #000;
  padding-top: 15px;
}

/* line 494, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .subnavSection-lg_right {
  width: 37%;
  padding-top: 15px;
}

/* line 498, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .buttons_link {
  width: 137px !important;
}

/*vertical header style*/
/* line 503, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.header-section {
  background: #299eb3;
  width: 100%;
  padding: 3px 0 5px;
  height: 60px;
  clear: both;
  min-width: 1000px;
  overflow: hidden;
}

/* line 517, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.header-search {
  border-bottom: 1px solid #000;
  position: relative;
  top: 5px;
}

/* line 521, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.header-search .header-search_input {
  font-family: "Gotham Cond A", "Gotham Cond B", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  border: none;
  text-align: right;
  width: 133px;
  padding-left: 5px;
  font-size: 1.3rem;
}

/* line 530, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.header-search .header-search_input:focus {
  text-align: left;
}

/* line 535, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.global-header, .js-footer {
  min-width: 1000px;
  overflow: hidden;
}

/* line 540, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.header-links li, .header-links li.js-menuTrigger {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 15px 0;
  color: fff;
}

/* line 546, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.header-links li:first-child, .header-links li.js-menuTrigger:first-child {
  background: none;
}

/* line 549, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.header-links li .spacer-inner, .header-links li.js-menuTrigger .spacer-inner {
  padding: 25px 14px 26px;
}

/* line 552, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.header-links li a, .header-links li.js-menuTrigger a {
  color: #fff;
  font-size: 0.8125rem;
}

/* line 558, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.header-links li.lastitem a.spacer-inner {
  padding-right: 0;
}

/* line 563, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.textual-logo {
  font-size: 2.25rem;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 100;
  color: #fff;
  text-transform: uppercase;
}

/* line 569, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.textual-logo:hover {
  text-decoration: none;
}

/* line 572, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.textual-logo .textual-logo_item {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 100;
  padding: 0 4px;
  font-size: 2.7rem;
}

/* line 579, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.buttons_link {
  background-color: #d51b1e;
  color: #fff !important;
  padding: 7px 33.5px;
  font-family: "Gotham Cond A", "Gotham Cond B", sans-serif;
  font-weight: 500;
  font-size: 1.27rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  text-align: center;
}

/* line 591, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.buttons_link a {
  color: #fff !important;
}

/* line 594, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.buttons_link:hover {
  background-color: #ed1317;
  text-decoration: none;
}

/* line 599, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.themeCollection-sm {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 600;
  line-height: 1;
  font-size: 1.85rem;
}

/**
Add `$add-vertical-styles: true;` to your vertical's variables.scss
**/
/* line 608, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .highlighted {
  left: 198px;
}

/* line 611, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown .highlight-item {
  left: 515px;
}

/* line 616, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
#fix-header .nav-main_link {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
}

/* line 621, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
#fix-header .header-content {
  padding: 0 !important;
}

@media screen and (max-width: 991px) {
  /* line 615, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
  #fix-header {
    height: auto;
    box-sizing: border-box;
  }
}

/* line 628, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
#fix-header .nav-dropdown {
  position: fixed;
  border-top: 20px solid #fff;
  margin-top: 6px;
}

/* line 632, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
#fix-header .nav-dropdown .bg-teal {
  padding: 10px 6px 15px 10px;
  overflow: hidden;
}

/* line 637, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
#fix-header .follow-us {
  border-top: 1px solid #e3e6e6;
  padding-top: 11px;
  width: 100%;
  margin-top: 6px;
}

/* line 643, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
#fix-header .nav-dropdown .subnav-item li {
  line-height: normal !important;
}

/* line 646, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
#fix-header .shadow-box {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.06);
}

/* line 653, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.article-section .nav-dropdown .highlighted {
  left: 35px;
}

/* line 658, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav {
  list-style: none;
}

/* line 661, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.content-inside {
  overflow: hidden;
}

/* line 665, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.section .section-button-links {
  margin: 0;
  clear: both;
  width: 137px;
}

/* line 672, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.explore-nav .highlighted {
  left: 272px !important;
}

/* line 675, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.explore-nav .highlight-item {
  left: 588px !important;
}

/* line 679, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.position-relative {
  position: relative;
}

/* line 686, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.nav-dropdown_top ul.subnav-item_eras li.l-three ul.subnav-list li, .nav-dropdown_top ul.subnav-item_holidays li.l-three ul.subnav-list li, .nav-dropdown_top ul.subnav-item_people li.l-three ul.subnav-list li {
  padding: 0;
}

/* line 693, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.pagination {
  font-family: "Gotham A", "Gotham B", sans-serif;
}

/* line 696, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.search-results_result {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}

/* line 700, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.excerpt {
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 25px 0 0 30px;
}

/* line 705, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.component-search_results {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

/* line 710, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.component-search_results .ais-Hits-item .search-results_result:first-child {
  margin-top: 20px;
}

/* line 715, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.component-search_results .ais-Hits-item:last-child .search-results_result {
  border: 0;
  padding: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 724, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
  form.box_for_search input.submit {
    margin-top: 7px;
  }
  /* line 727, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
  form.box_for_search input {
    vertical-align: text-top;
  }
}

/* line 732, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.header-section_inner {
  min-width: 1000px;
}

/* line 735, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.input-addon-group {
  position: relative;
}

/* line 737, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.input-addon-group .submit {
  background: url("/system/img/icon_search.svg") no-repeat transparent !important;
  text-indent: -99999px;
}

/* line 740, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.input-addon-group .submit.reversed {
  background: url("/system/img/icon_search_reversed.svg") no-repeat transparent;
}

/* line 747, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.top-section-search .form-input.search-input-width {
  height: 27px;
}

/* line 753, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.input-group .form-input.search-input-width {
  max-width: 180px;
}

/* line 757, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
.input-group .submit {
  background: url("/ct/channel/img/btn_go.gif") no-repeat center #000;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 765, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_header.scss */
  .header-section_inner .header-menu form.box_for_search div.d-flex.input-addon-group {
    display: inline-block !important;
  }
}

/*Fixed Header CSS*/
/* line 2, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.header-content {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 970px;
}

/* line 8, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.nav-main .nav-main_link {
  font-size: 1.3em;
}

/* line 11, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.fix-header {
  width: 100%;
  background: #fff;
  padding: 8px 0 5px;
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  font-family: "Gotham A", "Gotham B", sans-serif;
}

/* line 20, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.fix-header .header-content {
  height: auto;
  line-height: 1.3;
}

/* line 24, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.fix-header .nav_item, .fix-header .nav_label {
  display: inline-block;
}

/* line 27, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.fix-header ul.nav-main {
  left: 0;
  position: relative;
  bottom: 0;
  float: left;
  top: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 35, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
  .fix-header ul.nav-main {
    top: 2px;
  }
  /* line 37, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
  .fix-header ul.nav-main li.explore {
    padding: 1.3px 13px 0.5px 28px !important;
  }
}

/* line 42, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.fix-header .nav-main_link {
  color: #000000;
}

/* line 45, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.fix-header .nav-main > .nav_item:first-child {
  border: 1px solid #cfcfcf;
}

/* line 47, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.fix-header .nav-main > .nav_item:first-child:hover {
  background-color: #eaeae9;
  border-bottom: 1px solid #cfcfcf;
}

/* line 52, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.fix-header .nav-main li.explore {
  background: #fff url(/ct/channel/img/icon_explore_grey.png) no-repeat 9px 8px;
  padding: 2px 13px 2px 28px !important;
  margin-right: 8px;
}

/* line 57, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.fix-header .js-share {
  background: #fff;
  padding: 20px 0 10px;
  overflow: hidden;
  border-top: 1px solid #dedede;
  top: 5px;
  top: 6px\9\0;
  width: 100%;
  position: relative;
}

/* line 67, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.fix-header .articleHead-top {
  position: relative;
}

/* line 70, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.fix-header .title-head {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
}

/* line 76, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.header-rightlinks {
  border-left: 1px solid #cfcfcf;
}

/* line 78, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.header-rightlinks li {
  border-right: 1px solid #cfcfcf;
  display: inline-block;
  vertical-align: top;
  height: 25px;
  font-size: 0.55rem;
}

/* line 85, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.header-rightlinks img {
  vertical-align: middle;
}

/* line 88, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.header-rightlinks a {
  color: #6b6b6b;
  font-family: verdana,sans-serif;
  padding: 6px 10px 5px;
  display: inline-block;
}

/* line 93, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.header-rightlinks a:hover {
  background-color: #ededed;
}

/* line 97, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.header-rightlinks a.link-txt {
  color: #d51b1e;
  font-family: "Gotham Cond A", "Gotham Cond B", sans-serif;
  padding: 5px 10px 3px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: .05em;
  font-size: 1.05rem;
}

/* line 106, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.header-rightlinks a.link-txt:hover {
  text-decoration: none;
}

/* line 110, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.header-rightlinks .commentsCounter {
  background: url(/ct/channel/img/icon_comments_counter.png) no-repeat 10px center;
  padding-left: 34px;
  height: 14px;
}

/* line 115, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.header-rightlinks .share {
  background: url(/ct/channel/img/icon_share.png) no-repeat 10px 4px;
  padding-left: 35px;
  height: 14px;
}

/* line 119, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.header-rightlinks .share span {
  background: #fff;
  border: 1px solid #D8D8D8;
  display: inline-block;
  margin-left: 4px;
  min-width: 10px;
  padding: 0 2px 2px;
  text-align: center;
  vertical-align: top;
}

/* line 130, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.header-rightlinks .btn-close {
  background: url(/ct/channel/img/btn_close.gif) no-repeat 10px center;
  padding-left: 30px;
  height: 14px;
}

/* line 136, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.search-box {
  top: 5px;
  top: 8px\9\0;
  position: relative;
}

/* line 140, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.search-box label {
  width: 80px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Gotham A", "Gotham B", sans-serif;
}

/* line 148, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.search-box .custom-formElements {
  width: 450px;
  height: 21px;
}

/* line 153, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.progress-bar-active {
  background: #d51b1e;
  height: 2px;
  width: 0%;
  display: block;
  position: relative;
  top: 3px;
  z-index: 2;
}

/* line 162, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.progress-bar {
  background: #cfcfcf;
  height: 2px;
  width: 500px;
  margin-top: 1px;
  display: block;
  position: absolute;
}

/* line 170, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.section-fixed-header {
  position: fixed;
  top: 42px;
  border-top: 1px solid #dedede;
  padding: 5px 0 20px;
  display: none;
  width: 100%;
  height: 40px;
  z-index: 4;
  background: #fff;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 182, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
  .section-fixed-header {
    top: 42px;
  }
}

/* line 186, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.box-shadow, .shadow-box {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.06);
}

/* line 190, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.articleHead-top {
  display: inline-block;
  margin-left: 15px;
  vertical-align: top;
  width: 500px;
}

/* line 196, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.custom-formElements, input.newsletterEmailInput {
  border: 1px solid #000000;
  color: #000000;
  font-family: verdana,arial,sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0;
  padding: 2px;
}

/* line 204, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
input, select {
  vertical-align: middle;
}

/* line 207, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.section-fixed-header .ctSocialShare_horizontal {
  margin-top: 0;
}

/* line 210, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.l-two {
  width: 140px;
}

/* line 214, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.section-currentissue .more {
  padding-right: 10px;
}

/* line 217, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.section-currentissue .move-right-100 {
  right: 100px;
}

/*style for Explore Menu*/
/* line 223, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.nav-dropdown .nav_link:hover {
  background: transparent;
}

/* line 226, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.nav-dropdown a.red-color {
  color: #d51b1e;
}

/* line 228, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.nav-dropdown a.red-color:hover {
  color: #d51b1e;
}

/* line 233, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.nav-dropdown .subnav-top a.red-color {
  color: #d51b1e;
}

/* line 235, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.nav-dropdown .subnav-top a.red-color :hover {
  color: #000;
}

/* line 240, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.nav-dropdown .nav-section-help {
  border: 0;
}

/* line 243, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.nav-dropdown a {
  color: #000;
}

/* line 246, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.nav-dropdown a.color-red {
  color: #d51b1e;
}

/* line 248, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.nav-dropdown a.color-red:hover {
  color: #000;
}

/* line 252, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.nav-dropdown ul {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  height: auto;
  position: static;
  min-height: auto;
  width: auto;
}

/* line 259, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.nav-dropdown ul li {
  border-bottom: 0;
}

/* line 261, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.nav-dropdown ul li a.nav_link {
  padding: 0;
  display: inline-block;
}

/* line 266, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.nav-dropdown ul li.second-level ul li {
  width: 100%;
}

/* line 271, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.inner-content {
  margin: 0 auto;
  width: 940px;
}

/* line 275, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.highlighted {
  position: absolute;
  left: 0;
  top: -30px;
}

/* line 280, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.highlight-item {
  left: 375px;
}

/* line 283, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.subnav-top {
  padding: 8px 2px;
  font-size: .75rem;
  color: #d51b1e;
}

/* line 288, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.logo-small {
  top: 0;
}

/* line 292, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.subnav-item li {
  width: 230px;
  vertical-align: top;
}

/* line 297, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.dd-menu ul {
  display: block;
}

/* line 300, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 303, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.heading-xs {
  font-size: .7rem;
  color: #878787;
  display: block;
}

/* line 307, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.heading-xs a {
  color: #878787;
  text-decoration: none !important;
}

/* line 313, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.subnav-item li.subnav-item_lg {
  width: 270px;
  margin-right: 45px;
}

/* line 318, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.nav_item ul ul {
  display: block;
  margin: 0;
}

/* line 322, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.bg-teal {
  background: #f1f1e3;
  padding: 10px 6px 15px 10px;
  overflow: hidden;
}

/* line 327, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.content-inside {
  overflow: hidden;
}

/* line 332, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.explore .subnav-item li.nav-item_sm a {
  font-size: .7rem;
  font-weight: 400;
  font-family: "Gotham A", "Gotham B", sans-serif;
}

/* line 339, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.nav-section-help {
  border: 0;
  width: 130px;
}

/* line 343, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.explore {
  cursor: default;
}

/* line 346, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.blog-nav {
  padding-left: 20px;
  border-left: 1px solid #000;
}

/* line 351, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.nav_item ul.spacer-top-10 {
  margin-top: 10px;
}

/* line 355, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.nav-byline {
  padding-left: 15px;
  display: block;
  margin-top: 2px;
}

/* line 361, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.nav-dropdown .nav_link.display-block {
  display: inline-block;
}

/* line 365, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.follow-us {
  border-top: 1px solid #e3e6e6;
  padding-top: 11px;
  margin-top: 6px;
  width: 100%;
}

/* line 372, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.nav_item .expandWidth {
  width: auto;
}

/* line 376, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.subnav .subnav-top li {
  display: inline-block;
  padding: 0 16px;
  width: auto;
}

/* line 381, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.subnav .subnav-top li:first-child {
  border-left: none;
  padding: 0 16px 0 0;
}

/* line 385, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.subnav-top li {
  border-left: 3px solid #e3e3d5;
  font-size: .85rem;
  font-weight: 600;
}

/* line 390, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.subnav-top li.first-item {
  border: 0;
}

/* line 393, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.subnav-top li.spacer-left-0 {
  padding-left: 0;
}

/* line 396, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.subnavSection-lg {
  width: 100%;
}

/* line 399, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.subnavSection-lg_left {
  width: 58%;
  padding-right: 30px;
  padding-top: 15px;
}

/* line 404, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.border-right-black {
  border-right: 1px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 409, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.subnavSection-lg_right {
  width: 37%;
  padding-top: 15px;
}

/* line 413, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.themeCollection-sm {
  font-size: 1.85rem;
  line-height: 1;
}

/* line 417, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.short-desc {
  font-size: .85rem;
}

/* line 420, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.seprator {
  color: #999;
  padding: 0 2px;
}

/* line 424, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.text-sm {
  font-size: .7rem;
}

/* line 427, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.section-button-links.spacer-outer-left-0 {
  margin-left: 0;
}

/* line 430, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.display-none {
  display: none;
}

/* line 433, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.color-white {
  color: #fff;
}

/* line 436, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.u-left {
  float: left;
}

/* line 439, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.section .section-button-links {
  width: 210px;
}

/* line 442, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.menu-inner {
  margin-top: 5px;
}

/* line 445, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.nav-dropdown ul.subnav-item li.nav_item {
  line-height: 1.25;
  list-style-type: none;
}

/* line 449, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.nav-dropdown ul.subnav-item li.nav_item:first-child:hover {
  background: transparent;
  border: 0;
}

/* line 453, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.fix-header .nav-dropdown {
  top: 29px;
  border-top: 20px solid #fff;
}

/* line 457, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
.nav-dropdown .subnav-item li.nav-item_sm {
  width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 461, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
  #fix-header .nav-dropdown {
    margin-top: 0;
  }
  /* line 464, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
  .fix-header .nav-dropdown {
    top: 34px;
  }
}

@media screen and (max-width: 991px) {
  /* line 470, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
  .storystream-content .section-fixed-header {
    padding: 0;
    height: auto;
    box-sizing: border-box;
  }
  /* line 474, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
  .storystream-content .section-fixed-header .header-content {
    padding: 0 15px;
  }
  /* line 477, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
  .storystream-content .section-fixed-header .search-box {
    padding: 15px 0;
    top: 0;
  }
  /* line 483, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_fixed_header.scss */
  .storystream-content #janShare .header-content {
    padding: 7px 15px;
    overflow: hidden;
  }
}

/**
 * Mixin for using "rem" units in a backwards-compatible way.
 *
 * `@include rem(font-size, 3.2);`
 */
/**
 * Mixin to supply basic font information for headings and titles.
 * The final `$use-serif` attribute is mostly for internal use, making
 * it possible to reuse code to easily apply heading and title styles.
 *
 * `@include ct-heading(1.3, 8, 1.5);`
 * - OUTPUTS -
 * font-weight: 8; 
 * line-height: 1.3;
 * font-size: 1.5 // plus the calculated pixels for browser
 * // that don't support rem units
 * 
 */
/**
 * Mixin to supply basic font information for titles. The only difference
 * between `ct-title` and `ct-heading` is that `ct-title` always uses
 * the current `$font-sans-serif`.
 *
 * `@include ct-title(1.3, 8, 1.5);`
 */
/**
 * Mixin to calculate the width of a grid item.
 *
 * `@include calc-width(3); // (60 * 3) + (20 * (3 - 1)) = 180 + 40 = 240`
 */
/** 
* Mixin for generating fonts
* @include font(c,400);
*	type: c,cs,g;
*	weight: font weight;
*/
/* line 5, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles.scss */
.custom-buttons, #body .custom-buttons {
  background-color: #d51b1e;
  color: #fff;
  padding: 7px 33.5px;
  font-family: "Gotham Cond A", "Gotham Cond B", sans-serif;
  font-weight: 500;
  font-size: 1.27rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
}

/* line 14, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles.scss */
.custom-buttons:hover, #body .custom-buttons:hover {
  background-color: #ed1317;
  text-decoration: none !important;
  color: #fff;
}

/* line 21, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles.scss */
.promo-ad a {
  float: left;
}

/* line 25, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles.scss */
.push-left-neg-20 {
  margin-left: -20px;
}

/* line 31, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles.scss */
.blockContent ul.section li div.slug {
  margin-top: 2px;
}

/* line 35, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles.scss */
.blockContent ul.section li:last-child {
  margin-right: 0px;
}

/* line 41, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles.scss */
.bg-ad-gray {
  padding: 10px 0px;
  background-color: #ebeded;
}

/* line 45, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles.scss */
.bg-solid-gray {
  background-color: #ebeded;
}

/* line 49, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles.scss */
.read-these-next h2 {
  font-size: 2.5rem;
}

/* line 52, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles.scss */
.read-these-next .bg-flag {
  font-family: "Gotham Cond A", "Gotham Cond B", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  background: black;
  color: #fff;
  padding: 2px 10px;
  margin-bottom: 1px;
}

/*Code moved from generic to make consistancy for Ct and verticals*/
/* line 63, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles.scss */
.section-waterfall-date {
  border-bottom: 2px solid #000;
}

/* line 66, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles.scss */
.section-waterfall-date-item {
  position: relative;
  top: 6px;
  background: #fff;
  padding-right: 4px;
  font-family: "Gotham Cond A", "Gotham Cond B", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.2rem;
}

/* line 76, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles.scss */
#slideout {
  position: fixed !important;
  bottom: 0;
  left: -550px;
  visibility: visible !important;
  opacity: 0;
  z-index: 999999;
  border: 3px solid #b6bbc1;
  background: white;
}

/* line 85, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles.scss */
#slideout #closeSlideout {
  position: absolute;
  top: -18px;
  right: -3px;
}

/* line 91, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles.scss */
.push-left-neg-20 {
  margin-left: -20px;
}

/* line 94, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles.scss */
.pos-absolute {
  position: absolute;
  left: 0;
}

/* line 98, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles.scss */
.flag-content {
  background: #d51b1e;
  padding: 5px 15px;
  color: #fff;
  font-family: "Gotham Cond A", "Gotham Cond B", sans-serif;
  font-weight: 500;
  font-size: 1.05rem;
  letter-spacing: .03rem;
  display: inline-block;
  line-height: 1;
}

/* line 109, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles.scss */
.global-footer {
  min-width: 1000px;
}

/* line 113, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles.scss */
.leftnav-list li {
  display: inline-block;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid transparent;
  padding: 15px 0;
  margin-top: -1px;
}

/* line 121, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles.scss */
.leftnav-list li a {
  line-height: 1.1;
}

/* line 124, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles.scss */
.leftnav-list li:hover {
  border-top-color: #299eb3;
  border-bottom-color: #299eb3;
}

/* line 127, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles.scss */
.leftnav-list li:hover .byline, .leftnav-list li:hover .title, .leftnav-list li:hover .item-list, .leftnav-list li:hover .deck, .leftnav-list li:hover .section {
  color: #299eb3;
  text-decoration: none;
}

/* line 132, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles.scss */
.leftnav-list li:first-child {
  border-top: none;
}

/* line 134, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles.scss */
.leftnav-list li:first-child:hover {
  border-top: none;
}

/* line 1, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both, .section-bordered-both {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 15px 0;
  overflow: hidden;
}

/* line 6, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .reviewDesc, .section-bordered-both .reviewDesc {
  font-weight: 400;
}

/* line 10, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .section .related-topics, .section-bordered-both .section .related-topics {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  overflow: hidden;
  font-size: 0.75rem;
}

/* line 14, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .section .related-topics .seperator, #body .section-bordered-both .section .related-topics .meta-divider, .section-bordered-both .section .related-topics .seperator, .section-bordered-both .section .related-topics .meta-divider {
  color: #999;
  margin: 0px 8px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 20, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .section .related-topics .seperator:before, #body .section-bordered-both .section .related-topics .meta-divider:before, .section-bordered-both .section .related-topics .seperator:before, .section-bordered-both .section .related-topics .meta-divider:before {
  width: 1px;
  height: 14px;
  content: '';
  position: absolute;
  top: 1px;
  background: #999;
}

/* line 29, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .section .related-topics a, .section-bordered-both .section .related-topics a {
  color: #000;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1px;
  text-decoration: underline;
}

/* line 35, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .section .related-topics a:hover, .section-bordered-both .section .related-topics a:hover {
  text-decoration: none;
}

/* line 39, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .section .related-topics .social-follow, .section-bordered-both .section .related-topics .social-follow {
  padding-left: 10px;
  margin-left: 5px;
}

/* line 42, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .section .related-topics .social-follow .social-item, .section-bordered-both .section .related-topics .social-follow .social-item {
  font-size: .7rem;
  margin-right: 10px;
  vertical-align: middle;
}

/* line 46, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .section .related-topics .social-follow .social-item a, .section-bordered-both .section .related-topics .social-follow .social-item a {
  color: #d51b1e;
  text-decoration: none;
}

/* line 49, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .section .related-topics .social-follow .social-item a:hover, .section-bordered-both .section .related-topics .social-follow .social-item a:hover {
  text-decoration: underline;
}

/* line 53, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .section .related-topics .social-follow .social-item img, .section-bordered-both .section .related-topics .social-follow .social-item img {
  margin-right: 5px;
  position: relative;
  top: 0;
}

/* line 60, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .section .related-topics .item-date, .section-bordered-both .section .related-topics .item-date {
  margin-left: 8px;
}

/* line 62, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .section .related-topics .item-date span, .section-bordered-both .section .related-topics .item-date span {
  margin-right: 8px;
}

/* line 64, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .section .related-topics .item-date span:before, .section-bordered-both .section .related-topics .item-date span:before {
  width: 1px;
  height: 13px;
  content: '';
  position: absolute;
  top: 2px;
  background: #999;
}

/* line 75, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .section .headings-small, .section-bordered-both .section .headings-small {
  font-size: 0.75rem;
  font-family: "Gotham A", "Gotham B", sans-serif !important;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 82, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .related-topics_item, .section-bordered-both .related-topics_item {
  font-family: "Gotham A", "Gotham B", sans-serif !important;
  font-weight: 400;
  color: #999;
  font-size: 0.8rem;
}

/* line 87, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .related-topics_item cite, .section-bordered-both .related-topics_item cite {
  font-style: normal;
}

/* line 90, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .related-topics_item a, .section-bordered-both .related-topics_item a {
  color: #999 !important;
  text-decoration: underline;
}

/* line 93, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .related-topics_item a:hover, .section-bordered-both .related-topics_item a:hover {
  text-decoration: none;
}

/* line 99, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
.topics {
  width: 100px;
  flex: 0 0 auto;
}

/* line 104, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
a.post-parent_left, a.post-parent_right {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 0.7rem;
  color: #d51b1e;
  display: block;
  margin-bottom: 10px;
}

/* line 112, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
a.post-parent_left {
  background: url(/history/channel/img/icon-prev.png) no-repeat center left;
  padding-left: 14px;
}

/* line 116, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
a.post-parent_right {
  background: url(/history/channel/img/icon-next.png) no-repeat center right;
  padding-right: 14px;
}

/* line 1, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both, .section-bordered-both {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 15px 0;
  overflow: hidden;
}

/* line 6, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .reviewDesc, .section-bordered-both .reviewDesc {
  font-weight: 400;
}

/* line 10, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .section .related-topics, .section-bordered-both .section .related-topics {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  overflow: hidden;
  font-size: 0.75rem;
}

/* line 14, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .section .related-topics .seperator, #body .section-bordered-both .section .related-topics .meta-divider, .section-bordered-both .section .related-topics .seperator, .section-bordered-both .section .related-topics .meta-divider {
  color: #999;
  margin: 0px 8px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 20, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .section .related-topics .seperator:before, #body .section-bordered-both .section .related-topics .meta-divider:before, .section-bordered-both .section .related-topics .seperator:before, .section-bordered-both .section .related-topics .meta-divider:before {
  width: 1px;
  height: 14px;
  content: '';
  position: absolute;
  top: 1px;
  background: #999;
}

/* line 29, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .section .related-topics a, .section-bordered-both .section .related-topics a {
  color: #000;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1px;
  text-decoration: underline;
}

/* line 35, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .section .related-topics a:hover, .section-bordered-both .section .related-topics a:hover {
  text-decoration: none;
}

/* line 39, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .section .related-topics .social-follow, .section-bordered-both .section .related-topics .social-follow {
  padding-left: 10px;
  margin-left: 5px;
}

/* line 42, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .section .related-topics .social-follow .social-item, .section-bordered-both .section .related-topics .social-follow .social-item {
  font-size: .7rem;
  margin-right: 10px;
  vertical-align: middle;
}

/* line 46, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .section .related-topics .social-follow .social-item a, .section-bordered-both .section .related-topics .social-follow .social-item a {
  color: #d51b1e;
  text-decoration: none;
}

/* line 49, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .section .related-topics .social-follow .social-item a:hover, .section-bordered-both .section .related-topics .social-follow .social-item a:hover {
  text-decoration: underline;
}

/* line 53, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .section .related-topics .social-follow .social-item img, .section-bordered-both .section .related-topics .social-follow .social-item img {
  margin-right: 5px;
  position: relative;
  top: 0;
}

/* line 60, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .section .related-topics .item-date, .section-bordered-both .section .related-topics .item-date {
  margin-left: 8px;
}

/* line 62, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .section .related-topics .item-date span, .section-bordered-both .section .related-topics .item-date span {
  margin-right: 8px;
}

/* line 64, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .section .related-topics .item-date span:before, .section-bordered-both .section .related-topics .item-date span:before {
  width: 1px;
  height: 13px;
  content: '';
  position: absolute;
  top: 2px;
  background: #999;
}

/* line 75, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .section .headings-small, .section-bordered-both .section .headings-small {
  font-size: 0.75rem;
  font-family: "Gotham A", "Gotham B", sans-serif !important;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 82, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .related-topics_item, .section-bordered-both .related-topics_item {
  font-family: "Gotham A", "Gotham B", sans-serif !important;
  font-weight: 400;
  color: #999;
  font-size: 0.8rem;
}

/* line 87, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .related-topics_item cite, .section-bordered-both .related-topics_item cite {
  font-style: normal;
}

/* line 90, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .related-topics_item a, .section-bordered-both .related-topics_item a {
  color: #999 !important;
  text-decoration: underline;
}

/* line 93, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
#body .section-bordered-both .related-topics_item a:hover, .section-bordered-both .related-topics_item a:hover {
  text-decoration: none;
}

/* line 99, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
.topics {
  width: 100px;
  flex: 0 0 auto;
}

/* line 104, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
a.post-parent_left, a.post-parent_right {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 0.7rem;
  color: #d51b1e;
  display: block;
  margin-bottom: 10px;
}

/* line 112, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
a.post-parent_left {
  background: url(/history/channel/img/icon-prev.png) no-repeat center left;
  padding-left: 14px;
}

/* line 116, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_meta.scss */
a.post-parent_right {
  background: url(/history/channel/img/icon-next.png) no-repeat center right;
  padding-right: 14px;
}

/* line 6, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
.l-rightnav .right-section-currentIssue {
  line-height: 1.3;
}

/* line 9, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
.l-rightnav .right-section-currentIssue .heading-section .currentIssueDateSection {
  background-color: #ebeded;
  padding: 5px 8px;
  font-family: "Gotham Cond A", "Gotham Cond B", sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

/* line 17, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
.l-rightnav .right-section-currentIssue .heading-section .currentIssueDateSection span a {
  color: #000;
  float: left;
  text-transform: uppercase;
}

/* line 24, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
.l-rightnav .right-section-currentIssue .heading-section .currentIssueDateSection .more-rightView a {
  color: #d51b1e !important;
  text-transform: uppercase;
  float: right;
}

/* line 32, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
.l-rightnav .right-section-currentIssue .ctLatestCover {
  margin-right: 20px;
  line-height: 1.1;
}

/* line 36, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
.l-rightnav .right-section-currentIssue .section-currentissue {
  color: #000000 !important;
  font-family: "Chronicle Display A", "Chronicle Display B", serif !important;
}

/* line 39, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
.l-rightnav .right-section-currentIssue .section-currentissue .more {
  font-family: "Gotham Cond A", "Gotham Cond B", sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #d51b1e;
  text-transform: uppercase;
}

/* line 48, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
.l-rightnav .right-section-currentIssue .section-currentissue ul .firstlink {
  font-weight: 700 !important;
  font-size: 1.05rem !important;
}

/* line 51, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
.l-rightnav .right-section-currentIssue .section-currentissue ul .firstlink a {
  font-size: 1.05rem !important;
}

/* line 55, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
.l-rightnav .right-section-currentIssue .section-currentissue ul li {
  display: inline-block;
  vertical-align: top;
  line-height: 1.05;
  margin-bottom: 15px;
}

/* line 60, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
.l-rightnav .right-section-currentIssue .section-currentissue ul li .spacer-left {
  margin-left: 8px;
}

/* line 63, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
.l-rightnav .right-section-currentIssue .section-currentissue ul li a {
  color: #000000 !important;
  font-family: "Chronicle Display A", "Chronicle Display B", serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1;
}

/* line 73, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
.l-rightnav .right-section-currentIssue .heading-section-lg {
  padding-bottom: 2px;
  font-size: 2.2rem;
}

/*Support our work*/
/* line 82, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
.support-work .shadow {
  box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.15);
}

/* line 85, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
.support-work .support-work-content {
  overflow: hidden;
  font-size: 12.8px;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
}

/* line 92, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
.support-work .support-work-content a.red-color {
  text-decoration: underline !important;
}

/* line 94, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
.support-work .support-work-content a.red-color:hover {
  color: #000;
  text-decoration: none !important;
}

/* line 100, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
.support-work .w-700 {
  font-weight: 700;
}

/* line 103, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
.support-work .red-color {
  color: #d51b1e;
}

/* line 105, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
.support-work .red-color:hover {
  color: #d51b1e !important;
}

/* line 111, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
#body .inner-rightnav_item {
  margin-left: 25px;
  line-height: 1.3 !important;
}

/* line 114, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
#body .inner-rightnav_item ul, #body .inner-rightnav_item ol {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.1;
}

/* line 119, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
#body .inner-rightnav_item a {
  color: #000;
  text-decoration: none;
}

/* line 123, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
#body .inner-rightnav_item a.more, #body .inner-rightnav_item a.more-link {
  line-height: .9;
}

/* line 128, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
#body div.section-newsletters .nlListIsEmpty {
  padding: 0 !important;
}

/* line 130, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
#body div.section-newsletters .nlListIsEmpty p {
  font-family: Verdana, Arial, sans-serif !important;
  font-size: 12.5px;
  font-size: .75rem;
  margin-bottom: 0;
}

/* line 143, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
#body .l-rightnav .right-section-currentIssue .section-currentissue ul .firstlink strong {
  font-family: "Chronicle Display A", "Chronicle Display B", serif !important;
  font-weight: 700 !important;
}

/* line 148, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
#body .l-rightnav .right-section-currentIssue .section-currentissue ul li {
  padding-bottom: 0 !important;
}

/* line 158, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
div.newsletters .section-heading,
#body .section-newsletters .section-heading {
  line-height: 1.15;
}

/* line 161, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
div.newsletters .description,
#body .section-newsletters .description {
  font-size: 12.5px;
  font-size: .75rem;
  font-family: verdana,sans-serif;
}

/* line 166, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
div.newsletters a.more, div.newsletters a.more-link,
#body .section-newsletters a.more,
#body .section-newsletters a.more-link {
  color: #d51b1e;
  font-size: 17px;
  font-size: 1.05rem !important;
  font-family: "Gotham Cond A", "Gotham Cond B", sans-serif;
  letter-spacing: .03em;
  font-weight: 500;
  text-decoration: none;
}

/* line 174, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
div.newsletters a.more:hover, div.newsletters a.more-link:hover,
#body .section-newsletters a.more:hover,
#body .section-newsletters a.more-link:hover {
  color: #d51b1e !important;
  text-decoration: underline;
}

/* line 180, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
.l-rightnav .right-section-currentIssue .more,
#body .inner-rightnav_item a.more,
#body .inner-rightnav_item a.more-link {
  text-transform: uppercase;
  font-family: "Gotham Cond A", "Gotham Cond B", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #d51b1e;
  font-size: 1.05rem !important;
}

/* line 191, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
div.newsletters a.section-heading_sm, .section-newsletters a.section-heading_sm {
  font-size: .9rem;
  font-family: "Gotham A","Gotham B", sans-serif;
  color: #000;
  text-decoration: none;
}

/* line 196, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
div.newsletters a.section-heading_sm:hover, .section-newsletters a.section-heading_sm:hover {
  text-decoration: underline;
}

/* line 204, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
.l-rightnav li.spacer-inner-bottom-0, #body .l-rightnav li.spacer-inner-bottom-0 {
  padding-bottom: 0 !important;
}

/* line 207, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
.l-rightnav .rightnav-item-link {
  color: #000000 !important;
  font-family: "Chronicle Display A", "Chronicle Display B", serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1;
}

/* line 214, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
.l-rightnav .notification, #body .l-rightnav ul li.notification {
  width: auto !important;
  background: #d51b1e;
  color: #fff;
  position: static !important;
  padding: 4px 10px;
  float: left;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 700;
  font-family: "Gotham A", "Gotham B", sans-serif !important;
  font-size: 1rem;
}

/* line 227, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
.job-board .job-board-logo {
  display: inline-block;
}

/* line 229, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
.job-board .job-board-logo img {
  vertical-align: top;
}

/* line 234, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
.shadow {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
}

/* line 238, Z:/home-ct/channels/ct/channel/css/sass/base/_vertical_styles_currentissue.scss */
.shadow img {
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  /* line 6, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .sticky-active .ctSocialShare ul li {
    margin-right: 12px;
  }
}

@media screen and (max-width: 991px) {
  /* line 14, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .related-articles {
    width: 68% !important;
  }
  /* line 17, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .global-header, .storystream-content .global-footer, .storystream-content .js-footer,
  .storystream-content .l-outer {
    min-width: 100%;
  }
  /* line 21, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .content-article, .storystream-content .story-stream_article-content {
    width: calc(100% - 230px) !important;
    float: right;
  }
  /* line 24, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .content-article .l-nine, .storystream-content .story-stream_article-content .l-nine {
    width: 100%;
  }
  /* line 28, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .devotion-article-content {
    width: calc(100% - 220px) !important;
  }
  /* line 31, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .featured-image {
    width: 100%;
  }
  /* line 34, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .devotions-leftnav {
    padding-right: 0;
    margin: 0;
    width: 100%;
  }
  /* line 38, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .devotions-leftnav ul.devotions-leftnav {
    width: 205px;
  }
  /* line 41, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .devotions-leftnav ul.devotions-leftnav li a.active {
    margin-left: -10px;
    width: 183px;
  }
  /* line 45, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .devotions-leftnav ul.devotions-leftnav li a {
    width: 185px;
  }
  /* line 51, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .banner-top {
    width: 100%;
  }
  /* line 54, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .timeline-nav {
    width: 210px;
    padding: 0;
    margin-right: 0;
  }
  /* line 58, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .timeline-nav .timeline-leftnav {
    margin-left: -10px;
  }
  /* line 62, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .sticky-leftnav {
    width: 205px;
    padding: 0;
    margin: 0;
  }
  /* line 66, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .sticky-leftnav ul.article-leftnav-list {
    width: 100%;
    margin: 0;
  }
  /* line 70, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .sticky-leftnav ul.article-leftnav-list li a.active {
    width: 183px;
    margin-left: -10px;
  }
  /* line 74, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .sticky-leftnav ul.article-leftnav-list li a {
    width: 185px;
  }
  /* line 82, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .streamline-leftnav .leftnav-list a.active {
    margin-left: -10px;
    width: 183px;
  }
  /* line 88, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .short-list {
    width: 200px;
  }
  /* line 92, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .ad-top img {
    width: 100%;
    height: auto;
  }
  /* line 97, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .ad-content, .storystream-content .ad-ajax {
    width: 100%;
  }
  /* line 99, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .ad-content img, .storystream-content .ad-ajax img {
    width: auto;
    height: auto;
  }
  /* line 104, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .sticky-active {
    background: #fff;
  }
  /* line 107, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content #fix-header .header-content {
    padding: 0 15px !important;
  }
  /* line 110, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .articleHead-top {
    width: 390px;
  }
  /* line 112, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .articleHead-top .progress-bar {
    width: inherit;
  }
  /* line 116, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .article-preview, .storystream-content .l-pager,
  .storystream-content .article-image {
    width: 100%;
  }
  /* line 120, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .l-content, .storystream-content .article-data,
  .storystream-content .curated-article-content {
    width: calc(100% - 220px) !important;
    box-sizing: border-box;
  }
  /* line 126, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .featured-article img {
    width: 100%;
  }
  /* line 130, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .l-nine.deck, .storystream-content .l-nine.byline, .storystream-content .l-nine.article-title {
    width: auto;
  }
  /* line 133, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .desktop-true {
    display: none !important;
  }
  /* line 136, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .header-bottom, .storystream-content .l-wrapper, .storystream-content .global-header,
  .storystream-content .header-section_inner, .storystream-content .header-section, .storystream-content .l-full, .storystream-content .global-footer, .storystream-content .footer {
    min-width: 100%;
  }
  /* line 142, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .l-full ul .l-three {
    width: 22.75%;
  }
  /* line 145, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .l-full ul .l-three a img {
    width: 100%;
    height: auto;
  }
  /* line 149, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .l-full ul .l-three a .subscriber-icon img,
  .storystream-content .l-full ul .l-three a .icon_subscribe {
    width: 12px;
  }
  /* line 157, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .l-full .job-board .widget-thumb {
    width: 50%;
  }
  /* line 162, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .header-section {
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
    height: 68px;
  }
  /* line 168, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .user-info {
    right: 23px;
  }
  /* line 171, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .l-page, .storystream-content .inner-content, .storystream-content .header-content {
    width: 100%;
    box-sizing: border-box;
  }
  /* line 175, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .l-page {
    padding: 0 25px;
  }
  /* line 178, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .four-blocks-container ul.section li.l-three,
  .storystream-content .four-blocks-container ul.l-grid li.l-three,
  .storystream-content .four-block-container ul.l-grid li.l-three,
  .storystream-content .four-block-container .section .l-three {
    width: 22.75%;
  }
  /* line 185, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .four-blocks-container ul.section li.l-three .img-container a img, .storystream-content .four-blocks-container ul.section li.l-three .img-container a .img-container_item, .storystream-content .four-blocks-container ul.section li.l-three .spacer-bottom-5 a img, .storystream-content .four-blocks-container ul.section li.l-three .spacer-bottom-5 a .img-container_item,
  .storystream-content .four-blocks-container ul.l-grid li.l-three .img-container a img,
  .storystream-content .four-blocks-container ul.l-grid li.l-three .img-container a .img-container_item,
  .storystream-content .four-blocks-container ul.l-grid li.l-three .spacer-bottom-5 a img,
  .storystream-content .four-blocks-container ul.l-grid li.l-three .spacer-bottom-5 a .img-container_item,
  .storystream-content .four-block-container ul.l-grid li.l-three .img-container a img,
  .storystream-content .four-block-container ul.l-grid li.l-three .img-container a .img-container_item,
  .storystream-content .four-block-container ul.l-grid li.l-three .spacer-bottom-5 a img,
  .storystream-content .four-block-container ul.l-grid li.l-three .spacer-bottom-5 a .img-container_item,
  .storystream-content .four-block-container .section .l-three .img-container a img,
  .storystream-content .four-block-container .section .l-three .img-container a .img-container_item,
  .storystream-content .four-block-container .section .l-three .spacer-bottom-5 a img,
  .storystream-content .four-block-container .section .l-three .spacer-bottom-5 a .img-container_item {
    width: 100%;
    height: auto;
    position: inherit;
    vertical-align: top;
  }
  /* line 194, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .four-block-container {
    clear: both;
    width: 100%;
    float: left;
  }
  /* line 198, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
  .storystream-content .four-block-container .section .img-container {
    width: 100%;
    height: auto;
  }
}

/* line 204, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
.storystream-content .ad-content, .storystream-content .ad-ajax {
  display: flex;
  justify-content: center;
}

/* line 208, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
.storystream-content .ad-content a img, .storystream-content .ad-ajax a img {
  width: 100% !important;
}

/* line 213, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
.storystream-content .section-fixed-header {
  padding: 0;
  height: auto;
  box-sizing: border-box;
}

/* line 217, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
.storystream-content .section-fixed-header .header-content {
  padding: 0 15px;
}

/* line 220, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
.storystream-content .section-fixed-header .search-box {
  padding: 15px 0;
  top: 0;
}

/* line 226, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
.storystream-content #janShare .header-content {
  padding: 7px 15px;
  overflow: hidden;
}

/* line 233, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
.storystream-content #body .article-preview .btn-red {
  width: 200px;
}

/* line 240, Z:/home-ct/channels/ct/channel/css/sass/modules/_storystream.scss */
.subscriber-icon img {
  margin-left: 6px;
}

/* line 1, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-page {
  margin: 0 auto;
  width: 940px;
}

/* line 5, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.global-header, .header, .footer, .main-header, .top-nav, .logo-container {
  width: 100%;
}

/* line 8, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-page, .inner-content {
  width: 940px;
  margin: 0 auto;
}

/* line 12, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-wrap, #beta {
  width: 100%;
  min-width: 1000px;
}

/* line 16, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-content {
  width: 620px;
}

/* line 19, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-content_lg {
  width: 640px;
}

/* line 22, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-rightnav {
  width: 300px;
  position: relative;
}

/* line 26, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-one {
  width: 60px;
}

/* line 29, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-two {
  width: 140px;
}

/* line 32, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-three {
  width: 220px;
}

/* line 35, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-four {
  width: 300px;
}

/* line 38, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-five {
  width: 380px;
}

/* line 41, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-six {
  width: 460px;
}

/* line 44, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-eight {
  width: 620px;
}

/* line 47, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-nine {
  width: 76%;
}

/* line 50, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-full {
  width: 100%;
}

/* line 53, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-grid_item {
  margin-right: 20px;
}

/* line 56, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-grid_item:first-child {
  margin-left: 0;
}

/* line 59, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-grid_item-last {
  margin-right: 0;
}

/* line 62, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-wrapper {
  background: #fff;
  width: 100%;
  min-width: 1000px;
  overflow: hidden;
}

/* line 68, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-grid,
.l-tbl {
  list-style: none;
}

/* line 72, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-grid,
.l-grid_item {
  float: left;
}

/* line 76, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-grid_item,
.l-tbl_item {
  position: relative;
}

/* line 80, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-tbl {
  display: table;
  width: 100%;
}

/* line 84, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-tbl_item {
  display: table-cell;
  vertical-align: top;
}

/* line 88, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-threeFourths {
  width: 75%;
}

/* line 91, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-half {
  width: 50%;
}

/* line 94, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-fourth {
  width: 25%;
}

/* line 97, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-fifth {
  width: 20%;
}

/* line 100, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-twoThirds {
  width: 66.6666666667%;
}

/* line 103, Z:/home-ct/channels/women/channel/css/sass/base/_layout.scss */
.l-third {
  width: 33.3333333333%;
}

/* line 1, Z:/home-ct/channels/women/channel/css/sass/base/_base.scss */
body {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

/* line 6, Z:/home-ct/channels/women/channel/css/sass/base/_base.scss */
a {
  text-decoration: none;
}

/* line 8, Z:/home-ct/channels/women/channel/css/sass/base/_base.scss */
a:hover {
  text-decoration: underline;
}

/* line 1, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.color-red {
  color: #d51b1e;
}

/* line 4, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.color-magenta {
  color: #299eb3;
}

/* line 7, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.color-yellow {
  color: #f8e405;
}

/* line 10, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.color-light-gray {
  color: #ebeded;
}

/* line 13, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.color-black {
  color: #000;
}

/* line 16, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.color-blue {
  color: #0082a8;
}

/* line 19, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.bg-red {
  background-color: #d51b1e;
}

/* line 22, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.bg-magenta {
  background-color: #299eb3;
}

/* line 25, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.bg-yellow {
  background-color: #f8e405;
}

/* line 28, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.bg-light-gray {
  background-color: #ebeded;
}

/* line 31, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.bg-black {
  background-color: #000;
}

/* line 35, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.l-content .btn-red, .article-popup_item .btn-red, #body .article-preview .btn-red, .read-more-button .btn-red {
  background: #d51b1e none repeat scroll 0 0;
  display: inline-block;
  letter-spacing: 0.03em;
  font-family: "Gotham Cond A", "Gotham Cond B", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 8px 0px;
  width: 222px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 47, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.l-content .btn-red a, .article-popup_item .btn-red a, #body .article-preview .btn-red a, .read-more-button .btn-red a {
  color: #ffffff;
  text-decoration: none;
}

/* line 51, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.l-content .btn-red:hover, .article-popup_item .btn-red:hover, #body .article-preview .btn-red:hover, .read-more-button .btn-red:hover {
  background: #ed1317 none repeat scroll 0 0;
  text-decoration: none;
}

/* line 57, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.lowercase {
  text-transform: lowercase;
}

/* line 60, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.capitalize {
  text-transform: capitalize;
}

/* line 63, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.align-left {
  text-align: left;
}

/* line 66, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.align-right {
  text-align: right;
}

/* line 69, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.clearfix {
  clear: both;
}

/* line 72, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.breadcrumbs {
  font-family: verdana,arial,sans-serif;
  color: #999999;
  font-weight: 400;
  text-align: right;
  font-size: 0.7rem;
}

/* line 78, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.breadcrumbs a {
  color: #999999;
  display: inline-block;
  vertical-align: top;
}

/* line 84, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.image-caption {
  font-family: verdana,arial,sans-serif;
  color: #878787;
  font-size: 0.7rem;
}

/* line 88, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.image-caption a {
  color: #878787;
}

/* line 92, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.lock-image {
  margin: 0 8px;
  vertical-align: baseline;
}

/* line 96, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.img-container {
  position: relative;
  height: 124px;
  width: 220px;
}

/* line 100, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.img-container .img-container_item {
  position: absolute;
  height: auto;
  width: 100%;
}

/* line 106, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.browse-dropdown {
  border: 1px solid #000000;
  height: 27px;
  width: 175px;
  font-family: verdana,arial,sans-serif;
}

/* line 113, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.info-box div {
  background: #ebeded;
}

/* line 116, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.info-box .info-box_left {
  padding: 17px 12px;
  border-right: 2px solid #fff;
}

/* line 120, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.info-box .info-box_right {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  padding: 12px 25px 15px 55px;
  font-size: 0.75rem;
}

/* line 125, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.info-box .info-box_right a {
  color: #299eb3;
  text-decoration: underline;
}

/* line 128, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.info-box .info-box_right a:hover {
  text-decoration: none;
}

/* line 134, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.section-newsletters {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 8px 0 15px;
}

/* line 138, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.section-newsletters .form-elements_input {
  color: #696969;
  height: 19px;
  padding: 3px 6px;
  width: 249px;
  border: 1px solid #000;
  font-family: verdana,sans-serif;
}

/* line 146, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.section-newsletters .section-heading_sm {
  color: #000;
  font-size: 0.9rem;
}

/* line 152, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.featured-section .featured-section_container {
  border: 1px solid #ebeded;
  height: 273px;
  padding: 15px 10px 15px 0px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 159, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
  .header-section .inner-content h1 img {
    height: 35px !important;
  }
}

/* line 163, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.load-more > span {
  color: #d51b1e;
  font-family: "Gotham Cond A", "Gotham Cond B", sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  left: 15px;
  letter-spacing: -0.03em;
  position: relative;
  top: 4px;
  vertical-align: top;
}

/* line 174, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.load-more {
  text-align: center;
}

/* line 177, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.border-bottom-black {
  border-bottom: 1px solid black;
}

/* line 180, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.content-inside, .sub-section {
  overflow: hidden;
}

/* line 183, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.waterfall-date {
  border-bottom: 2px solid #000;
}

/* line 185, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.waterfall-date .waterfall-date_item {
  background: #fff none repeat scroll 0 0;
  font-family: "Gotham Cond A", "Gotham Cond B", sans-serif;
  font-weight: 500;
  line-height: 1;
  padding-right: 4px;
  position: relative;
  text-transform: uppercase;
  top: 6px;
  font-size: 1.1rem;
}

/* line 197, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.tooltip-container {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  background: #fff;
  border: 1px solid #000;
  line-height: 1.25;
  font-size: 0.75rem;
}

/* line 207, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.author-section ul li {
  list-style-type: none;
  display: inline-block;
  width: 140px;
  vertical-align: top;
}

/* line 215, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.border-top-black_bold {
  border-top: 3px solid black;
}

/* line 220, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.link-list .nav-topics .nav-label {
  color: #000000;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  margin-right: 15px;
  text-transform: uppercase;
}

/* line 228, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.link-list .nav-topics .nav-topics_list-magenta {
  list-style-type: none;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
}

/* line 233, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.link-list .nav-topics .nav-topics_list-magenta a {
  padding-bottom: 3px;
}

/* line 237, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.link-list .nav-topics ul {
  margin: 0;
  padding-left: 11px;
  width: 100%;
}

/* line 243, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.link-list .browse-dropdown {
  border: 1px solid #000000;
  font-family: verdana,arial,sans-serif;
  height: 27px;
  width: 220px;
}

/* social link above current issue*/
/* line 251, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
._2tga._49ve {
  border-radius: 3px;
  font-size: 11px;
  height: 20px;
  margin: 0px 0px 15px 0px !important;
  padding: 0 0 12px 2px;
}

/* line 258, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.border-top-black_bold .section-heading_lg {
  color: #999999;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 1.05rem;
  font-weight: 600;
}

/* line 264, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.social-link {
  background-color: #ECEDEF;
  padding: 15px;
  display: flex;
  align-items: center;
}

/* line 269, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.social-link .fb-like {
  margin-right: 20px;
}

/*current issue*/
/* line 279, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.l-rightnav .right-section-currentIssue .section-currentissue .more {
  font-family: "Gotham Cond A", "Gotham Cond B", sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #d51b1e;
  text-transform: uppercase;
  position: relative;
  left: -158px;
}

/* end of current issue*/
/* line 293, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.btn-label {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  display: inline-block;
  position: relative;
  background-color: #f8e405;
  color: #000;
  bottom: 22px;
  right: 248px;
  padding: 4px 7px;
  font-size: 0.8rem;
}

/* line 305, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.btn-select {
  background-position: -28px 8px !important;
  height: 20px;
  width: 18px;
}

/* line 310, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.title-display {
  display: inline-block;
  font-size: 2.65rem !important;
}

/* line 314, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.heading-lg_search {
  margin-top: -5px;
}

/* line 319, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.footer .footer-inner_logo .logo_narrow {
  max-width: 115px;
  width: 110px;
}

/* Search Page - Start */
/* line 326, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.valign-top {
  vertical-align: top;
}

/* line 329, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.component-search_box {
  padding: 25px 0;
}

/* line 331, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.component-search_box .component-search_options {
  margin-top: 5px;
}

/* line 333, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.component-search_box .component-search_options input {
  margin-left: 0;
}

/* line 336, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.component-search_box .component-search_options .text-sm {
  font-family: verdana,sans-serif;
  margin-left: 2px;
  color: #5e5e5e;
  font-size: 0.55rem;
}

/* line 343, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.component-search_box .heading-5 {
  font-size: 0.75rem;
  font-weight: 700;
}

/* line 348, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.component-search_input {
  font-family: verdana,sans-serif;
  width: 252px;
  height: 21px;
  padding: 2px 5px;
  border: 1px solid #070707;
  color: #696969;
  font-size: 0.75rem;
}

/* line 357, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.component-search_result {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}

/* line 361, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.excerpt {
  padding: 22px 0 10px 30px;
  line-height: 1.5;
  font-size: 0.75rem;
}

/* line 365, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.excerpt .highlight {
  background-color: #f8e405;
  color: #000;
  padding: 1px 3px;
}

/* Search Page - End */
/* line 374, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
#homepage .usElem {
  z-index: 1;
}

/* line 378, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
#homepage .js-exploreDropDown .bg-teal {
  opacity: 1;
}

/* line 383, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.backToTop {
  background-image: url("/ct/channel/img/img_sprite_backtotop.png");
  cursor: pointer;
  float: right;
  height: 51px;
  margin-bottom: -10px;
  margin-top: 10px;
  width: 53px;
}

/* line 391, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.backToTop:hover {
  background-position: 0 -51px;
}

/* line 395, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
a.selected {
  border-bottom: 3px solid #000;
  color: #000 !important;
  text-decoration: none;
}

/* line 401, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.nav-topics_list-magenta a:hover {
  border-bottom: 3px solid #000;
  color: #000 !important;
  text-decoration: none;
}

/* line 407, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.overlay-filter {
  background: #fff none repeat scroll 0 0 !important;
  height: 100%;
  opacity: 0.6 !important;
  position: absolute !important;
  top: 0px;
  width: 620px !important;
  z-index: 999;
}

/* line 417, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.writer-content #body p {
  font-size: 1.05rem !important;
}

/* line 424, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.author-section ul li .short-desc {
  font-size: 0.9rem !important;
}

/* line 431, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.login-main label {
  font-weight: 400;
  display: block;
  margin-bottom: 2px;
  font-size: 0.85rem;
}

/* line 437, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.login-main p {
  font-size: 0.85rem;
}

/* line 440, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.login-main .login-input {
  width: 300px;
  height: 21px;
}

/* line 444, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.login-main a {
  text-decoration: underline;
  color: #299eb3;
}

/* line 447, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.login-main a:hover {
  text-decoration: none;
}

/* line 451, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.login-main input.custom-formElements {
  background: #fff;
}

/* line 454, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.login-main .color-black {
  font-weight: 400;
  vertical-align: bottom;
  font-size: 0.9rem;
}

/* line 459, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.login-main .btn-custom {
  padding: 5px 10px;
  border: none;
  width: 95px;
  font-size: 1.25rem;
}

/* line 468, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.login-error .login-nav li {
  font-weight: 700;
}

/* line 472, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.login-error a {
  text-decoration: underline;
  color: #299eb3;
}

/* line 475, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.login-error a:hover {
  text-decoration: none;
}

/* line 479, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.login-error .title-2 {
  font-size: 1.4rem;
}

/* line 482, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.login-error .login-input {
  border: 1px solid #000;
  background: none;
  height: 21px;
  width: 300px;
  color: #000;
}

/* line 490, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.display-block {
  display: block;
}

/* line 493, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.display-inline {
  display: inline-block;
}

/* line 498, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.global-header .global-header_logo img {
  height: 22px;
}

/* line 503, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.no-results {
  font-weight: 700;
}

/* line 508, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.four-block-container .section .img-container {
  height: 124px;
  overflow: hidden;
  position: relative;
  width: 220px;
}

/* line 513, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.four-block-container .section .img-container .img-container_item {
  height: auto;
  position: absolute;
  width: 100%;
}

/* line 521, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.inner-rightnav_article {
  float: right;
  position: relative;
  width: 1px;
}

/* line 526, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.rightnav-article_adjustment {
  clear: both;
}

/* line 529, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.border-black-top {
  border-top: 1px solid #000;
}

/* line 533, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.devotions-browse .browse-dropdown {
  width: 235px;
}

/* line 537, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.date-info {
  border-left: 1px solid #000000;
  margin: 0;
  padding: 35px 15px 36px;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  /* line 543, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
  .post-info {
    display: flex;
    width: 100%;
  }
  /* line 547, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
  .post-info .div-width {
    width: auto;
  }
}

/* line 551, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.post-info .content-post {
  margin-left: auto;
}

/* line 554, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.post-info h2 {
  font-size: 2rem;
  padding-top: 11px;
  display: inline-block;
}

/* line 560, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.divider-magenta {
  border-bottom: 3px solid #299eb3;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

/* line 565, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.heading-large {
  color: #000000;
  font-family: "Chronicle Display A","Chronicle Display B",serif;
  font-size: 3.15rem;
  font-weight: 700;
  letter-spacing: -0.2rem;
}

/* line 573, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.devotions-newsletter .nlField_label {
  display: none;
}

/* line 577, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.devotions-newsletter .newsletterSubmit label {
  display: none;
}

/* line 581, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.devotions-newsletter .newsletterSubscribe {
  height: auto;
  margin: 0 auto;
  padding-top: 0;
  position: relative;
  width: 100%;
}

/* line 588, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.devotions-newsletter .newsletterEmail {
  display: inline-block;
  float: left;
}

/* line 592, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.devotions-newsletter #newsletterEmailInput {
  border: 1px solid #000000;
  color: #696969;
  font-family: verdana,sans-serif;
  height: 19px;
  padding: 3px 6px;
  width: 249px;
}

/* line 600, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.devotions-newsletter .newsletterSubmit {
  display: inline-block;
}

/* line 603, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.devotions-newsletter input, .devotions-newsletter select {
  vertical-align: middle;
}

/* line 607, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
#body .amazon-api {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0px 0px 0px;
}

/* line 611, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
#body .amazon-api ul.l-grid {
  margin-bottom: 15px !important;
}

/* line 613, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
#body .amazon-api ul.l-grid a {
  color: #000;
  text-decoration: none;
}

/* line 618, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
#body .amazon-api .book-name {
  font-size: 0.9rem;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 700;
}

/* line 623, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
#body .amazon-api .book-author {
  font-size: 0.75rem;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-style: italic;
  font-weight: 400;
}

/* line 629, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
#body .amazon-api .book-info {
  font-size: 0.75rem;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
}

/* line 635, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.sticky-active {
  position: fixed;
  top: 7%;
  width: 235px;
}

/* line 641, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.sticky-active .progress-bar-active, .sticky-leftnav .progress-bar-active {
  background: #f0f2f2;
  display: none;
  height: 100%;
  left: 6px;
  max-width: 250px;
  position: absolute;
  top: 0;
  z-index: -1;
  margin-left: -16px;
}

/* line 653, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.heading-3 {
  color: #000000;
  font-family: "Gotham A","Gotham B",sans-serif;
  font-size: 1.8rem;
  font-weight: 100;
}

/* line 659, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
#body .sidebar_center {
  border-bottom: 2px solid #cccccc;
  border-top: 2px solid #cccccc;
  font-family: verdana,arial,sans-serif;
  padding: 20px 0 0 0 !important;
  line-height: 1rem;
  overflow: hidden;
}

/* line 666, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
#body .sidebar_center h4 {
  font-weight: 700;
  padding-top: 0;
  font-size: 0.9rem !important;
  margin-bottom: 15px !important;
}

/* line 672, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
#body .sidebar_center p {
  line-height: 1.3 !important;
  margin-bottom: 20px !important;
}

/* line 676, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
#body .sidebar_center .l-grid {
  margin-bottom: 0 !important;
}

/* line 680, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.article-message {
  font-family: verdana,arial,sans-serif;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  font-size: 0.9rem;
  line-height: 1rem;
}

/* line 686, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.article-message h3 {
  font-weight: 700;
  padding-top: 20px;
}

/* line 690, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.article-message a {
  color: #299eb3;
  text-decoration: underline;
}

/* line 695, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
input#newsletterEmailInput {
  background-color: #fff !important;
}

/* line 698, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.nlField_label {
  display: none;
}

/* line 702, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
#body p.subscribenote-item {
  font-family: "Gotham A", "Gotham B", sans-serif !important;
}

/* line 706, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.div-width {
  width: 62%;
}

/* line 709, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.elementHeightAdjust {
  padding: 5px 15px !important;
}

/* line 711, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.elementHeightAdjust p {
  position: relative;
  top: 45%;
}

/* line 717, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.devotion-article-content .inner-rightnav_article {
  float: right;
  height: 350px;
  position: relative;
  width: 1px;
}

/* line 725, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.l-rightnav ul.l-full {
  list-style: none;
}

/* line 729, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.modal-devotion-options_item {
  height: 365px;
}

/* line 732, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.extrnl-url {
  font-family: "Gotham A","Gotham B",sans-serif;
  font-size: 0.75rem;
  font--weight: 400;
  color: #999;
  word-wrap: break-word;
}

/* line 739, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.border-bottom-gray {
  border-bottom: 1px solid #ebeded;
}

/* line 742, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.short-desc-new {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 0.7rem;
  color: #999;
  text-transform: uppercase;
}

/* line 750, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.slug span.spacer-slug {
  margin-left: -8px;
  color: #299eb3;
}

/* line 755, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.devotion-article-content {
  width: 73% !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 760, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
  .devotions-leftnav .leftnav-list li {
    z-index: 1 !important;
  }
}

/* line 765, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.item-list {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 0.75rem;
  text-transform: uppercase;
}

/* line 772, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.no-bottom-border {
  border-bottom: none !important;
}

/* line 775, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.clear-link {
  color: #999;
  float: right;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
}

/* line 782, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.social-nav-item {
  width: 220px;
}

/* line 786, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.loginError .login-nav {
  padding-left: 0;
}

/* line 789, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.loginError .loginerrorpassword {
  width: 240px;
  margin-right: 0;
}

/* line 794, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.loginError #login-error input#email {
  width: 266px;
}

/* line 799, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.subscription-notice {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: .7rem;
  padding: 6px 10px 10px;
  line-height: 1.05;
}

/* line 805, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.notification {
  background: #d51b1e;
  color: #fff;
  display: inline-block;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 4px 10px;
}

/* line 813, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.searchdiv .component-search_results {
  border-top: none;
  border-bottom: none;
}

/* line 817, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.border-component {
  border-bottom: 1px solid #ccc;
}

/* line 820, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.section-bordered-both {
  font-family: "Gotham A","Gotham B",sans-serif;
  font-weight: 400;
  overflow: hidden;
  font-size: .75rem;
}

/* line 825, Z:/home-ct/channels/women/channel/css/sass/base/_generic.scss */
.section-bordered-both a {
  color: #000;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1px;
  text-decoration: underline;
}

/** Add local vertical styles overwrites here **/
/* line 2, Z:/home-ct/channels/women/channel/css/sass/modules/_nav.scss */
.nav-topics .nav-label {
  color: #000000;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 0.75em !important;
  font-weight: 700;
  margin-right: 15px;
  text-transform: uppercase !important;
}

/* line 10, Z:/home-ct/channels/women/channel/css/sass/modules/_nav.scss */
.nav-topics .nav_label {
  display: inline-block;
  color: #000000;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 0.8em !important;
  font-weight: 700;
  margin-right: 15px;
  text-transform: uppercase !important;
}

/* line 19, Z:/home-ct/channels/women/channel/css/sass/modules/_nav.scss */
.nav-topics .nav-item_first::before {
  content: "" !important;
  padding: 0;
}

/* line 23, Z:/home-ct/channels/women/channel/css/sass/modules/_nav.scss */
.nav-topics .nav-item::before {
  color: #999999;
  content: "|";
  font-size: 0.8rem;
  padding: 0 6px;
  font-weight: 200;
}

/* line 32, Z:/home-ct/channels/women/channel/css/sass/modules/_nav.scss */
.nav-links li {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  display: inline-block;
  padding: 10px 10px 12px 11px;
  color: black;
  font-size: 1rem;
}

/* line 39, Z:/home-ct/channels/women/channel/css/sass/modules/_nav.scss */
.nav-links li:first-child {
  background: none;
}

/* line 42, Z:/home-ct/channels/women/channel/css/sass/modules/_nav.scss */
.nav-links li a {
  color: black;
}

/* line 48, Z:/home-ct/channels/women/channel/css/sass/modules/_nav.scss */
.archive-nav-topics .nav-topics_list {
  color: #000;
  display: inline;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
}

/* line 54, Z:/home-ct/channels/women/channel/css/sass/modules/_nav.scss */
.archive-nav-topics .nav-topics_list .nav-item {
  display: inline-block;
  vertical-align: top;
}

/* line 57, Z:/home-ct/channels/women/channel/css/sass/modules/_nav.scss */
.archive-nav-topics .nav-topics_list .nav-item a {
  color: #000;
  padding-bottom: 3px;
}

/* line 63, Z:/home-ct/channels/women/channel/css/sass/modules/_nav.scss */
.archive-nav-topics ul {
  margin: 0;
  padding: 0;
}

/* line 1, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.print-page {
  width: 860px;
  position: relative;
}

/* line 5, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.printerversionad {
  text-align: center;
  padding-top: 5px;
  background-color: #e3e6e6;
  border-bottom: 1px solid #d1d3d4;
}

/* line 10, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.printerversionad p {
  color: #999999;
  margin: 5px 0 0;
  font-size: 0.8rem;
}

/* line 16, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.print-container {
  margin-left: 10px;
}

/* line 18, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.print-container .print-title {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 3rem;
}

/* line 22, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.print-container .current-date {
  color: #299eb3;
  margin: -21px 0 10px;
  font-size: 0.7rem;
}

/* line 27, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.print-container .current-date, .print-container .post-date, .print-container .slug, .print-container .slug a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* line 30, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.print-container .slug {
  color: #000;
  font-size: 0.7rem;
}

/* line 33, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.print-container .slug a {
  color: #000;
  text-transform: uppercase;
}

/* line 37, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.print-container .slug .lowercase {
  color: #000;
}

/* line 41, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.print-container .post-date {
  font-weight: normal;
  position: static;
  font-size: 0.7rem;
}

/* line 46, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.print-container .image-caption {
  margin-top: 5px;
}

/* line 50, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.utilities {
  width: 99%;
}

/* line 52, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.utilities ul {
  margin: -65px 0 10px;
  float: right;
}

/* line 56, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.utilities li {
  margin: 0 5px;
  display: inline;
  margin: 2px 3px;
  overflow: hidden;
}

/* line 61, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.utilities li a {
  color: #299eb3;
  padding: 0 2px;
  margin-left: 3px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7rem;
}

/* line 70, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.print-article_link {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 10px 10px 3px;
  margin-left: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7rem;
}

/* line 77, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.print-article_link a {
  text-decoration: none;
  color: #000;
}

/* line 80, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.print-article_link a:hover {
  text-decoration: underline;
}

/* line 86, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.print-content .article-img {
  margin: 7px 20px 0 0;
  width: 460px;
}

/* line 90, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.print-content .copyright {
  color: #000;
  font-size: 0.8rem;
}

/* line 94, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.print-content .slug {
  text-transform: uppercase;
  font-size: 0.75rem;
}

/* line 98, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.print-content .image_left, .print-content .image {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

/* line 103, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.print-content .blockquote {
  margin-left: 20px;
}

/* line 106, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.print-content .image_right {
  float: right;
}

/* line 110, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.print-content div#body {
  width: 860px;
}

/* line 115, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
#body.print-body p a {
  color: #299eb3;
  text-decoration: underline;
}

/* line 118, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
#body.print-body p a:hover {
  text-decoration: none;
}

/* line 123, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
#body.print-body .callout_left {
  margin: 0 20px 10px 7px;
  padding: 0;
}

/* line 127, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
#body.print-body .callout_right {
  padding: 0;
  margin: 0 0 10px 20px;
}

/* line 131, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
#body.print-body .copyright {
  font-size: 0.75rem;
}

/* line 133, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
#body.print-body .copyright a {
  color: #000;
  text-decoration: underline;
}

/* line 137, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
#body.print-body .copyright:hover {
  text-decoration: none;
}

/* line 141, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
#body.print-body .sidebar_center, #body.print-body .sidebar_left, #body.print-body .sidebar_right {
  clear: both;
}

/* line 146, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
#body.print-body .subhead a, #body.print-body h4.subhead a, #body.print-body .subhead2 a {
  color: #000;
}

/* line 150, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
#body.print-body p.table-caption, #body.print-body p.image-caption, #body.print-body p.caption {
  font-size: 0.8rem;
}

/* line 154, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
#body.print-body .section-articlePreview a.custom-buttons {
  color: #000;
  text-decoration: none;
}

/* line 160, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.print-issue_info {
  color: #299eb3;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7rem;
}

@media print {
  /* line 167, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
  body, .title,
  .title-2, .deck,
  .byline, .print-page,
  .post-date,
  #body p {
    font-family: Georgia, "Times New Roman", serif !important;
    color: #000;
  }
}

@media print {
  /* line 177, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
  .printerversionad {
    display: none;
    visibility: hidden;
  }
}

/* line 182, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.footer-print {
  font-size: 0.7rem;
}

/* line 184, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.footer-print p {
  text-align: right;
}

/* line 188, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.print-logo {
  height: 85px;
}

/* line 191, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
h2.email {
  margin-bottom: 5px;
  font-size: 1.1rem;
}

/* line 195, Z:/home-ct/channels/women/channel/css/sass/base/_utilities.scss */
.required_item, .error {
  color: #d51b1e;
}

/*header styles are now being called from CT*/
/* line 1, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-top-40 {
  margin-top: 40px;
}

/* line 4, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-top-45 {
  margin-top: 45px;
}

/* line 7, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-top-55 {
  margin-top: 55px;
}

/* line 10, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-bottom-8 {
  margin-bottom: 8px;
}

/* line 13, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-left-0 {
  margin-left: 0px;
}

/* line 16, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-left-7 {
  margin-left: 7px;
}

/* line 19, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-left-12 {
  margin-left: 12px;
}

/* line 22, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-left-17 {
  margin-left: 17px;
}

/* line 25, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-left-50 {
  margin-left: 50px;
}

/* line 28, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-left-60 {
  margin-left: 60px;
}

/* line 31, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-right-40 {
  margin-right: 40px;
}

/* line 34, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-right-45 {
  margin-right: 45px;
}

/* line 37, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-right-65 {
  margin-right: 65px;
}

/* line 40, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-inner-top-3 {
  padding-top: 3px;
}

/* line 43, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-inner-top-8 {
  padding-top: 8px;
}

/* line 46, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-inner-top-25 {
  padding-top: 25px;
}

/* line 49, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-inner-bottom-2 {
  padding-bottom: 2px;
}

/* line 52, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-inner-bottom-15 {
  padding-bottom: 15px;
}

/* line 55, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-inner-bottom-25 {
  padding-bottom: 25px;
}

/* line 58, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-inner-bottom-30 {
  padding-bottom: 30px;
}

/* line 61, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-inner-bottom-35 {
  padding-bottom: 35px;
}

/* line 64, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-inner-bottom-40 {
  padding-bottom: 40px;
}

/* line 67, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-inner-bottom-50 {
  padding-bottom: 50px;
}

/* line 70, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-inner-left-10 {
  padding-left: 10px;
}

/* line 73, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-inner-right-10 {
  padding-right: 10px;
}

/* line 76, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-inner-right-15 {
  padding-right: 15px;
}

/* line 79, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-inner-right-20 {
  padding-right: 20px;
}

/* line 82, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-inner-left-0 {
  padding-left: 0;
  border-left: none;
}

/* line 86, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-inner-left-0 {
  padding-left: 0;
  border-left: none;
}

/* line 90, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-inner-left-10 {
  padding-left: 10px;
}

/* line 93, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-inner-right-10 {
  padding-right: 10px;
}

/* line 96, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-inner-right-15 {
  padding-right: 15px;
}

/* line 99, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-inner-right-20 {
  padding-right: 20px;
}

/* line 102, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-0 {
  margin: 0;
}

/* line 105, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.top-negative-5 {
  top: -5px;
}

/* line 108, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-negative-top-15 {
  margin-top: -15px;
}

/* line 111, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-negative-top-25 {
  margin-top: -25px;
}

/* line 114, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-negative-top-17 {
  margin-top: -17px;
}

/* line 117, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-negative-top-18 {
  margin-top: -18px;
}

/* line 120, Z:/home-ct/channels/women/channel/css/sass/modules/_spacers.scss */
.spacer-left-neg-20 {
  margin-left: -20px;
}

/* line 1, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.sticky-leftnav {
  box-sizing: border-box;
  padding-right: 30px;
  margin-right: 5px;
}

/* line 6, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.article-title {
  font-weight: 400;
  font-size: 3.3rem;
  line-height: 1;
}

/* line 11, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.inline-block {
  display: inline-block;
}

/* line 15, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.author-bio .author-image {
  border-radius: 30px;
  margin-right: 10px;
}

/* line 19, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.author-bio span {
  display: inline-block;
  margin: 13px 10px 0 0;
}

/* line 22, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.author-bio span a {
  color: #000;
}

/* line 27, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.social-follow {
  border-left: 1px solid #999;
  padding-left: 14px;
}

/* line 30, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.social-follow .social-item {
  font-size: 0.7rem;
  margin-right: 16px;
  vertical-align: middle;
}

/* line 34, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.social-follow .social-item img {
  margin-right: 8px;
  position: relative;
  top: 0;
}

/* line 39, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.social-follow .social-item a {
  color: #299eb3;
  position: relative;
  bottom: 1px;
}

/* line 47, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
#body .article-preview {
  font-family: "Chronicle SSm A", "Chronicle SSm B", serif !important;
}

/* line 49, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
#body .article-preview .bg-black {
  color: #fff;
  font-size: 1.2rem;
}

/* line 53, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
#body .article-preview .bg-gray {
  background: #ebebeb;
  font-size: 0.9rem;
  padding: 10px 20px;
}

/* line 57, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
#body .article-preview .bg-gray a.btn {
  color: #fff;
  text-decoration: none;
}

/* line 61, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
#body .article-preview .bg-gray .note {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
}

/* line 64, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
#body .article-preview .bg-gray .note a {
  color: #d51b1e !important;
}

/* line 70, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
#body .video_center {
  width: 380px !important;
}

/* line 75, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.follow-links {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
}

/* line 79, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.follow-links img {
  vertical-align: middle;
}

/* line 82, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.follow-links a {
  color: #299eb3;
  text-decoration: underline;
}

/* line 85, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.follow-links a:hover {
  text-decoration: none;
}

/* line 90, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.topicsList {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: .75rem;
}

/* line 93, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.topicsList a {
  color: #000;
}

/* line 97, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.topics {
  font-weight: 700;
  font-size: .75rem;
  width: 100px;
}

/* line 102, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.related-topics {
  overflow: hidden;
}

/* line 104, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.related-topics .related-topics_name {
  font-weight: 700;
  color: #000;
}

/* line 108, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.related-topics span {
  color: #999;
  margin: 0 10px;
}

/* line 112, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.related-topics .related-topics_item {
  color: #999;
  font-style: italic;
  font-size: 0.8rem;
}

/* line 116, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.related-topics .related-topics_item cite {
  font-style: normal;
}

/* line 119, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.related-topics .related-topics_item a {
  color: #999;
  text-decoration: underline;
}

/* line 122, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.related-topics .related-topics_item a:hover {
  text-decoration: none;
}

/* line 128, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.border-top-black {
  border-top: 1px solid #000;
}

/* line 131, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.four-block-container {
  padding-top: 15px;
}

/* line 133, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.four-block-container .bg-flag {
  font-family: "Gotham Cond A", "Gotham Cond B", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  background: #000;
  color: #fff;
  height: 15px;
  padding: 4px 10px;
  line-height: 1;
}

/* line 143, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.four-block-container img {
  border-top: 1px solid #fff;
}

/* Porous Paywall - Start */
/* line 148, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.l-page.section {
  position: relative;
}

/* line 151, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.article-popup_section {
  box-sizing: border-box;
  padding-left: 90px;
}

/* line 155, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.article-popup_section .message-confirm {
  line-height: 1.2;
  margin: 12px 0 25px;
  font-size: 0.9rem;
}

/* line 160, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.article-popup_section .text-member {
  overflow: hidden;
  line-height: 1.2;
  font-size: 0.9rem;
}

/* line 164, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.article-popup_section .text-member a {
  text-decoration: underline;
  color: #d51b1e;
}

/* line 167, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.article-popup_section .text-member a:hover {
  text-decoration: none;
}

/* line 172, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.article-popup_section .subheading {
  color: #000;
  font-size: 1.3rem;
  line-height: 1.15;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 600;
}

/* line 178, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.article-popup_section .btn-custom {
  font-size: 1.27rem;
  padding: 9px 0;
  letter-spacing: 0.03em;
}

/* line 185, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.article-popup {
  background: #fff;
  border-top: 15px solid #000;
  position: fixed;
  width: 100%;
  z-index: 5;
  bottom: 0;
  display: none;
}

/* line 193, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.article-popup p.notice-subscribedUser {
  font-size: 1rem;
}

/* line 195, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.article-popup p.notice-subscribedUser a {
  text-decoration: underline;
}

/* line 197, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.article-popup p.notice-subscribedUser a:hover {
  text-decoration: none;
}

/* line 203, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
a.close-it {
  background: url(/women/channel/img/icon_hide.gif) no-repeat center left;
  padding-left: 20px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1.3;
  font-family: verdana,sans-serif;
  font-size: 0.75rem;
  color: #6b6b6b;
}

/* Porous Paywall - End */
/* line 217, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
#body .inner-rightnav_item {
  padding-top: 10px;
}

/* line 221, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
#body .inner-rightnav_item .fb_iframe_widget iframe {
  bottom: 6px;
}

/* Social Media:Link Pop-up - Start */
/* line 228, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
#unlockUrlModal, #shareUrlModal {
  width: 620px;
  padding: 22px 20px;
}

/* line 231, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
#unlockUrlModal .modal-title, #shareUrlModal .modal-title {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 2.4rem;
}

/* line 237, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
#unlockUrlModal .modal-description, #shareUrlModal .modal-description {
  margin-bottom: 20px;
  line-height: 1.2;
}

/* line 241, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
#unlockUrlModal textarea, #shareUrlModal textarea {
  width: 100%;
}

/* line 245, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.subscribenote-item {
  font-size: 0.75rem;
}

/* line 247, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.subscribenote-item a {
  text-decoration: underline;
}

/* line 249, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.subscribenote-item a:hover {
  text-decoration: none;
}

/* line 255, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.devotions-leftnav {
  box-sizing: border-box;
  padding-right: 30px;
  margin-right: 5px;
  width: 247px;
}

/* line 261, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.devotions-leftnav .leftnav-list li:first-child a {
  border-top: none;
}

/* line 265, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.devotions-leftnav .leftnav-list li {
  border-bottom: none;
  border-top: none;
  padding: 0;
}

/* line 269, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.devotions-leftnav .leftnav-list li a {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid transparent;
  color: #000;
  padding: 15px 0px 15px 10px;
  text-decoration: none;
  display: inline-block;
  width: 197px;
  margin-top: 0;
}

/* line 278, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.devotions-leftnav .leftnav-list li a:hover {
  border-bottom: 1px solid #299eb3;
  border-top: 1px solid #299eb3;
  text-decoration: none;
}

/* line 286, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.devotions-leftnav .leftnav-list li a.active {
  border-top: 1px solid transparent;
  border-bottom: 1px solid #299eb3;
  border-left: 8px solid #299eb3;
  margin-left: -18px;
  padding: 15px 4px 15px 10px;
  color: #299eb3;
  text-decoration: none;
  display: inline-block;
  width: 203px;
}

/* line 300, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.heading {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  color: #000;
}

/* line 304, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.heading-md {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 700;
  color: #000;
  font-size: 2.7rem;
}

/* line 310, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.heading-sm {
  font-weight: 400;
  font-size: 2.5rem;
}

/* line 315, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.elem-sans_serif p {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
}

/* line 322, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.slug span.lowercase {
  color: #299eb3 !important;
}

/* line 326, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.weight-600 {
  font-weight: 600;
}

/* line 330, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.devotions-newsletter .section-newsletters {
  border-bottom: 0;
  padding-bottom: 0;
}

/* line 333, Z:/home-ct/channels/women/channel/css/sass/modules/_article.scss */
.devotions-newsletter .section-newsletters div.nlListIsEmpty {
  padding: 0 !important;
}

/* line 1, Z:/home-ct/channels/women/channel/css/sass/modules/_paging.scss */
.component-paging {
  font-family: "Gotham Cond A", "Gotham Cond B", sans-serif;
  font-weight: 500;
  letter-spacing: .03em;
  font-size: 0.95rem;
}

/* line 6, Z:/home-ct/channels/women/channel/css/sass/modules/_paging.scss */
.component-paging a {
  color: #d51b1e;
}

/* line 10, Z:/home-ct/channels/women/channel/css/sass/modules/_paging.scss */
.btn-search_goto {
  height: 23px;
  margin-top: -6px;
  vertical-align: top;
  width: 21px;
  border: 1px solid #070707;
  padding: 0 2px;
}

/* line 18, Z:/home-ct/channels/women/channel/css/sass/modules/_paging.scss */
select.sortBy {
  text-transform: capitalize;
  height: 26px;
  border: 1px solid #070707;
  letter-spacing: normal;
  font-family: verdana,sans-serif;
  font-size: 0.75rem;
}

/* line 26, Z:/home-ct/channels/women/channel/css/sass/modules/_paging.scss */
.component-paging_order {
  margin-top: -6px;
}

/* line 31, Z:/home-ct/channels/women/channel/css/sass/modules/_paging.scss */
.flex-paging .paging-item strong {
  color: #000;
}

/* line 1, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.overlay {
  height: 100%;
  opacity: 0.3;
  top: 0;
  z-index: 999;
}

/* line 7, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.overlay {
  background: #000000 none repeat scroll 0 0;
  opacity: 0.6;
  position: fixed;
  width: 100%;
}

/* line 13, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.modal {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #000000;
  border-radius: 8px;
  padding: 15px;
  z-index: 9999;
}

/* line 20, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.modal-newsletter.is-centered {
  left: 25%;
  top: 15%;
  transform: translate(0%, -80px);
}

/* line 25, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.modal-options.is-centered {
  left: 50%;
  position: fixed !important;
  top: 30%;
  transform: translate(-50%, 0px);
}

/* line 31, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.modal-options {
  background: #ffffff none repeat scroll 0 0;
  border: 3px solid #b6bbc1;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 15px;
  width: 600px;
  z-index: 999999;
}

/* line 41, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.modal-newsletter .closeModal {
  z-index: 1;
}

/* line 45, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.closeModal {
  position: absolute;
  top: -15px;
  right: -15px;
}

/* line 50, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.newsletterSubscribe {
  position: relative;
  padding-top: 180px;
  margin: 0 auto;
  width: 550px;
  height: auto;
}

/* line 56, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.newsletterSubscribe .newsletter-modal {
  position: absolute;
  top: 0;
  left: -123px;
}

/* line 61, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.newsletterSubscribe .section-copyright {
  position: relative;
  bottom: -7px;
}

/* line 66, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.nlListIsEmpty {
  margin-top: 12px;
}

/* line 68, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.nlListIsEmpty h3 {
  font-weight: 700;
}

/* line 71, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.nlListIsEmpty p {
  line-height: 1.35;
  margin-top: 4px;
  font-weight: 400;
}

/* line 75, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.nlListIsEmpty p a {
  text-decoration: underline;
  color: #000;
}

/* line 78, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.nlListIsEmpty p a:hover {
  text-decoration: none;
}

/* line 84, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.subscribe-title {
  position: absolute;
  top: 28px;
}

/* line 89, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.section-newsletters .section-heading_sm {
  line-height: 1.25;
  font-size: 0.95rem;
}

/* line 95, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.modal-options .nlList_item, .modal-newsletter .nlList_item {
  margin-bottom: 20px;
}

/* line 98, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.modal-options .nlList_item_checkbox, .modal-newsletter .nlList_item_checkbox {
  position: relative;
  top: -22px;
  margin-right: 10px;
}

/* line 103, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.modal-options .newsletterDescription, .modal-newsletter .newsletterDescription {
  display: inline-block;
  margin: 0 25px;
  line-height: 1.2;
  position: relative;
  top: -12px;
  font-size: 0.9rem;
}

/* line 111, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.modal-options .js-logo1, .modal-newsletter .js-logo1 {
  height: 26px;
  padding-bottom: 17px;
}

/* line 115, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.modal-options .js-logo2, .modal-newsletter .js-logo2 {
  height: 45px;
  position: relative;
  top: -9px;
  width: 160px;
}

/* line 121, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.modal-options .js-logo3, .modal-newsletter .js-logo3 {
  height: 25px;
  position: relative;
  top: -15px;
  width: 180px;
}

/* line 127, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.modal-options .newsletterSample, .modal-newsletter .newsletterSample {
  display: none;
}

/* line 132, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.modal-options .newsletterSubmit label, .modal-newsletter .newsletterSubmit label {
  display: none;
}

/* line 136, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.modal-options .newsletterFields, .modal-newsletter .newsletterFields {
  margin-bottom: 20px;
}

/* line 139, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.modal-options .copyright, .modal-newsletter .copyright {
  font-family: verdana,sans-serif;
  font-size: 0.7rem;
}

/* line 143, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.modal-options .errormsg, .modal-newsletter .errormsg {
  display: block;
  margin-top: 3px;
  color: #d51b1e;
  font-size: 0.9rem;
}

/* line 149, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.modal-options input, .modal-newsletter input {
  background-color: transparent;
  border: 0px solid;
  color: #87878f;
}

/* line 154, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.modal-options .nlListIsEmpty, .modal-newsletter .nlListIsEmpty {
  margin: 15px 15px 15px 20px;
  font-size: 0.9rem;
}

/* line 159, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.modal-options_item {
  height: auto;
}

/* line 161, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.modal-options_item .section-copyright {
  bottom: 2px;
  margin-left: 10px;
}

/* line 166, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.modal-newsletter {
  width: 801px;
  padding: 0 4px;
}

/* line 169, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.modal-newsletter .closeModal {
  z-index: 1;
}

/* line 173, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.modal-newsletter.is-centered {
  top: 15%;
  left: 25%;
  transform: translate(0%, -80px);
}

/* line 178, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.modal-options .newsletterEmail,
.modal-newsletter .newsletterEmail {
  float: left;
  margin-left: 25px;
}

/* line 186, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.modal-options .newsletterSubscribe .newsletterFields input.newsletterEmailInput {
  height: 21px !important;
}

/* line 192, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.modal-options .newsletterEmail .nlField-email,
.modal-newsletter .newsletterEmail .nlField-email {
  border: 1px solid #000000;
  font-family: verdana,sans-serif;
  height: 23px;
  padding-left: 8px;
  width: 300px;
}

/* line 200, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
.modal-options .newsletterEmail .nlField_label,
.modal-newsletter .newsletterEmail .nlField_label {
  font-size: 0.9rem;
  margin-right: 10px;
}

/*This should be move under system folder*/
@media screen and (max-width: 1024px) {
  /* line 207, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
  .modal-newsletter.is-centered {
    left: 11%;
  }
  /* line 210, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
  .modal-options_item {
    height: auto;
  }
  /* line 212, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
  .modal-options_item .newsletterSubscribe {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  /* line 218, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
  .modal-newsletter.is-centered {
    width: 90%;
    left: 5%;
  }
  /* line 222, Z:/home-ct/channels/women/channel/css/sass/modules/_newsletters.scss */
  .newsletterSubscribe .newsletter-modal {
    width: 685px;
    left: -68px;
    height: auto;
  }
}

/*This should be move under system folder*/

/*# sourceMappingURL=../channel.map */