@charset "UTF-8";
/* mixins */
/* makes a multicolumn responsive box */
/* color */
/*measures */
/* RED */
/* purple */
/* BROWN */
/*$gold:#d49b31; */
/* GRAYS */
/* BLUE */
/*social media */
/*menu colors */
@font-face {
  font-family: 'icon';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* general styles for page */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clear {
  clear: both !important;
  width: 100%;
  height: 0px;
  margin: 0px !important;
  padding: 0px;
  float: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

body {
  font-size: 1em;
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, Times, "Times New Roman", serif;
  color: #444;
  font-weight: 400;
  margin: 0;
  width: 100%;
  padding: 0;
}

p {
  margin: 0px 0 15px;
  line-height: 150%;
}

p::selection, li::selection, q::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, label::selection, div::selection, a::selection {
  background: #f1efea;
  /* WebKit/Blink Browsers */
  color: black;
}

p::-moz-selection, li::-moz-selection, q::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, label::-moz-selection, div::-moz-selection, a::-moz-selection {
  background: #f1efea;
  /* Gecko Browsers */
  color: black;
}

li {
  list-style-type: none;
  line-height: 150%;
}
li a {
  color: "Sentinel SSm A", "Sentinel SSm B", Georgia, Times, "Times New Roman", serif;
}

i {
  font-family: 'icon', sans-serif;
  font-style: normal;
}

a {
  text-decoration: none;
  transition: color .1s;
  padding: 0px;
  width: auto;
  height: auto;
  border: 0px;
  color: #ca0002;
}
a:hover {
  color: #8d0001;
}
a:focus {
  outline-color: rgba(162, 162, 164, 0.4);
}

a img {
  border: 0px;
}

q {
  display: block;
}

img {
  display: block;
}

picture {
  display: block;
}

/*
-----------------
HEADLINES
------------------
*/
h1 {
  font-size: 1.375em;
  margin: 0px 0 10px 0;
  font-weight: 600;
  line-height: 100%;
  font-family: "Sentinel A", "Sentinel B", Georgia, Times, "Times New Roman", serif;
}
@media screen and (min-width: 31.25em) {
  h1 {
    font-size: 2.25em;
    margin: 0px 0 8px 0;
  }
}
h1 a {
  color: #444;
}
h1 a:hover {
  color: #8d0001;
  background-image: -moz-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #8d0001 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}

.no-cssgradients h1 a:hover {
  text-decoration: underline;
}

h2, .h2 {
  font-size: 1.375em;
  text-align: left;
  font-weight: 600;
  margin: 0 0 10px 0;
  font-family: "Sentinel A", "Sentinel B", Georgia, Times, "Times New Roman", serif;
  line-height: 105%;
}
@media screen and (min-width: 40.625em) {
  h2, .h2 {
    line-height: 120%;
    font-size: 1.375em;
    margin: 0 0 12px 0;
  }
}
h2 a, .h2 a {
  color: #444;
}
h2 a:hover, .h2 a:hover {
  color: #8d0001;
  background-image: -moz-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #8d0001 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}

.no-cssgradients h2 a:hover {
  text-decoration: underline;
}

.subhead {
  font-size: 1.125em;
  margin: 0 0 20px 0;
  color: #a2a2a4;
  line-height: 120%;
  font-weight: 600;
}
@media screen and (min-width: 31.25em) {
  .subhead {
    font-size: 1.25em;
    margin: -10px 0 20px 0;
  }
}
@media screen and (min-width: 46.875em) {
  .subhead {
    font-size: 1.375em;
    margin: -5px 0 20px 0;
  }
}

h3 {
  font-size: 1em;
  margin: 0 0 10px 0;
  font-weight: 600;
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, Times, "Times New Roman", serif;
}
h3 a {
  color: #444;
}
h3 a:hover {
  color: #8d0001;
  background-image: -moz-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #8d0001 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}

.no-cssgradients h3 a:hover {
  text-decoration: underline;
}

h4 {
  font-weight: 600;
  font-size: 1em;
  margin: 0 0 10px 0;
  color: #ca0002;
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, Times, "Times New Roman", serif;
}
h4 a {
  color: "Sentinel SSm A", "Sentinel SSm B", Georgia, Times, "Times New Roman", serif;
}

a .hover {
  color: #444;
}
a .hover:hover {
  color: #8d0001;
  color: #8d0001;
  background-image: -moz-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #8d0001 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}

.no-cssgradients a .hover {
  color: #444;
}
.no-cssgradients a .hover:hover {
  text-decoration: underline;
}

.headline_special {
  font-weight: 600;
  font-style: italic;
  text-align: center;
}
@media screen and (min-width: 59.375em) {
  .headline_special {
    font-size: 1.625em;
  }
}

.hidden {
  display: block;
  position: absolute;
  left: -9000px;
  top: -9000px;
}

.more {
  font-weight: 400;
  color: #a2a2a4;
  font-size: 0.9375em;
  display: inline;
}
.more:after {
  content: '\f178';
  font-family: icon;
  font-size: 12px;
  font-weight: 100;
  display: inline-block;
  margin: 0 0 0 5px;
  color: #ca0002;
}
.more:hover {
  color: #8d0001;
}

.right_link {
  text-align: right;
  font-size: 0.8125em;
}
.right_link a {
  color: #ca0002;
}
.right_link a:hover {
  color: #8d0001;
  background-image: -moz-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #8d0001 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}
.right_link a:after {
  content: "\f178";
  font-family: 'icon';
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 0.875em;
}

.no_cssgradients .right_link a:hover, .no_cssgradients .down_link a:hover {
  text-decoration: underline;
}

.down_link {
  text-align: right;
  font-size: 0.875em;
}
.down_link a {
  color: #ca0002;
}
.down_link a:hover {
  color: #8d0001;
  background-image: -moz-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #8d0001 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}
.down_link a:hover:after {
  color: #8d0001;
}
.down_link a:after {
  content: "\f078";
  font-family: 'icon';
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 0.875em;
  color: #ca0002;
}

.story_text p {
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, Times, "Times New Roman", serif;
  font-size: 0.9375em;
  line-height: 150%;
  margin-bottom: 12px;
}
.story_text p em {
  font-style: italic;
}
.story_text p em strong, .story_text p em emphasis, .story_text p em b {
  font-weight: 700;
}
.story_text p em strong a, .story_text p em emphasis a, .story_text p em b a {
  font-weight: 400;
}
.story_text p strong, .story_text p emphasis, .story_text p b {
  font-weight: 700;
}
.story_text p strong a, .story_text p emphasis a, .story_text p b a {
  font-weight: 400;
}
.story_text p strong em, .story_text p emphasis em, .story_text p b em {
  font-style: italic;
}
.story_text p a {
  color: #ca0002;
  background-image: -moz-linear-gradient(top, transparent 75%, #ca0002 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #ca0002 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #ca0002 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #ca0002 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}
.story_text p a strong, .story_text p a emphasis, .story_text p a b {
  font-weight: 400;
}
.story_text p a:hover {
  color: #a2a2a4;
  background-image: -moz-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #a2a2a4 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}
.story_text p a:followed {
  color: #8d0001;
  background-image: -moz-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #8d0001 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}
@media screen and (min-width: 31.25em) {
  .story_text p {
    font-size: 1em;
    line-height: 160%;
    margin-bottom: 15px;
  }
}
.story_text .right_link a {
  font-size: 0.8125em;
  background-image: none;
}
.story_text .right_link a:hover {
  color: #8d0001;
  background-image: -moz-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #8d0001 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}
.story_text ul {
  padding: 0px 20px 0 10px;
}
.story_text ul li {
  font-size: 0.9375em;
  margin: 0 10px 15px 15px;
  padding: 0 0 0 0;
  text-indent: -15px;
}
@media screen and (min-width: 31.25em) {
  .story_text ul li {
    font-size: 1em;
  }
}
.story_text ul li:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #a2a2a4;
  margin: 0 6px 0 -3px;
}

.no-cssgradients .story_text p a {
  text-decoration: underline;
}

blockquote {
  font-size: 0.875em;
  line-height: 160%;
  font-weight: 400;
  margin: 0 0px 20px 0px;
  padding: 0 0 0px 20px;
  border-left: 2px solid #e8e9ea;
}

.story_tags {
  color: #a2a2a4;
  font-size: 0.75em;
  margin: 10px 0 20px 0 !important;
  padding: 8px 0 0 0 !important;
  clear: left;
  border-top: 1px solid #d0d0d0;
}
.story_tags a {
  color: #6f6f71;
}
.story_tags a:hover {
  color: #8d0001;
  color: #8d0001;
  background-image: -moz-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #8d0001 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}
.story_tags .story_tags_label {
  float: left;
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 700;
  color: #ca0002;
  margin: 4px 8px 0 0;
  letter-spacing: .05em;
  padding: 0px;
}
.story_tags li {
  float: left;
  margin: 0px !important;
  text-indent: 0px !important;
  padding: 0px !important;
  font-size: 1.125em !important;
}
.story_tags li:before {
  display: none !important;
}
.story_tags li:after {
  content: '|';
  display: inline-block;
  margin: 0 5px;
  color: #a2a2a4;
}
.story_tags li:last-child:after {
  content: '';
}

/*
------------------
BYLINES
------------------
*/
.byline_basic {
  font-size: 0.9375em !important;
  font-weight: 400;
  padding: 0 0 5px 0;
  margin: 0 0 12px 0 !important;
  background-image: -moz-linear-gradient(top, transparent 75%, #444 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #444 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #444 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #444 75%);
  background-size: 50px 2px;
  background-origin: padding-box;
  background-position: 0 100%;
  background-repeat: no-repeat;
  line-height: 120% !important;
}
.byline_basic span {
  font-size: 0.8125em !important;
  letter-spacing: .09em;
  font-style: italic;
  font-weight: 300;
  display: block;
}

.no-cssgradients .byline_basic {
  background-image: url("../siteart/no_svg_rule.jpg");
  background-size: auto auto;
}

.byline_basic_n {
  margin: 0 0 15px;
  padding: 0 0 8px 0;
  background-image: -moz-linear-gradient(top, transparent 75%, #6f6f71 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #6f6f71 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #6f6f71 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #6f6f71 75%);
  background-size: 50px 2px;
  background-origin: padding-box;
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.byline_basic_n .byline_basic_n_name {
  font-size: 0.84375em !important;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 0px 0 !important;
  line-height: 120% !important;
}
.byline_basic_n .byline_basic_n_affilitation {
  font-size: 0.8125em !important;
  letter-spacing: .04em;
  font-style: italic;
  font-weight: 400;
  margin: 0px;
}
.byline_basic_n .byline_basic_n_timestamp {
  font-style: normal;
  font-weight: 400;
  color: #6f6f71;
  font-size: 0.9375em;
  display: inline-block;
}
.byline_basic_n .byline_basic_n_timestamp:before {
  content: ' | ';
  display: inline-block;
  margin: 0 8px;
}

.no-cssgradients .byline_basic {
  background-image: url("../siteart/no_svg_rule.jpg");
  background-size: auto auto;
}

.timestamp_basic_n {
  font-style: normal;
  font-weight: 400;
  color: #6f6f71;
  font-size: 0.78125em;
  margin: 0 0 5px;
  padding: 0 0 8px;
  display: inline-block;
  background-image: -moz-linear-gradient(top, transparent 75%, #6f6f71 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #6f6f71 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #6f6f71 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #6f6f71 75%);
  background-size: 50px 2px;
  background-origin: padding-box;
  background-position: 0 100%;
  background-repeat: no-repeat;
}

.abstract_byline {
  font-size: 0.625em;
  font-style: italic;
  margin: 5px 0 0;
  clear: both;
  letter-spacing: .05em;
  color: #ca0002;
  text-transform: uppercase;
  display: table-cell;
}
.abstract_byline a {
  display: inline-block;
  padding: 6px 0 0;
  padding: 0;
  color: #ca0002;
}
.abstract_byline a:hover {
  color: #8d0001;
  color: #8d0001;
  background-image: -moz-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #8d0001 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}
.abstract_byline a:hover em {
  text-decoration: underline;
}
.abstract_byline a.special_treatment {
  background-position: 64px 0;
}
.abstract_byline span {
  color: #a2a2a4;
  text-transform: none;
}
.abstract_byline span:hover {
  color: #8d0001;
}
.abstract_byline img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 60px;
  margin-right: 6px;
  margin-top: -5px;
}
.abstract_byline em {
  display: inline-block;
  background-image: -moz-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #a2a2a4 75%);
  background-size: 50px 2px;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 10px 0 0 0;
}

.no-cssgradients .abstract_byline em {
  background-image: url("../siteart/no_svg_rule.jpg");
  background-repeat: no-repeat;
  background-size: 50px 1px;
}
.no-cssgradients .abstract_byline a {
  color: #ca0002;
}
.no-cssgradients .abstract_byline a:hover {
  text-decoration: underline;
}

.abstract_byline_special {
  text-align: left;
  background-position: center top;
  margin: 5px auto 0;
  display: block;
  border-bottom: 1px solid #e8e9ea;
  max-width: 250px;
}
.abstract_byline_special a:hover {
  background-image: none;
}
.abstract_byline_special em {
  background-position: 50% 0;
}

.no-cssgradients .abstract_byline_special {
  background-image: url("../siteart/no_svg_rule.jpg");
  background-size: auto auto;
  background-repeat: no-repeat;
}
.no-cssgradients .abstract_byline_special em {
  background-position: 50% 0;
  background-size: 50px 1px;
}

.abstract_byline_n, .abstract_byline_special_mug {
  font-size: 0.625em;
  font-style: italic;
  margin: 8px 0 0;
  padding: 8px 0 0;
  clear: both;
  letter-spacing: .05em;
  color: #a2a2a4;
  display: table-cell;
  background-image: -moz-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #a2a2a4 75%);
  background-size: 50px 2px;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: no-repeat;
  line-height: 140%;
}
.abstract_byline_n .byline_name_n, .abstract_byline_special_mug .byline_name_n {
  color: #ca0002;
  text-transform: uppercase;
}
.abstract_byline_n .byline_affiliation_n, .abstract_byline_special_mug .byline_affiliation_n {
  display: inline-block;
}
.abstract_byline_n a, .abstract_byline_special_mug a {
  color: #a2a2a4;
}
.abstract_byline_n a .byline_name_n:hover, .abstract_byline_special_mug a .byline_name_n:hover {
  color: #8d0001;
  background-image: -moz-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #8d0001 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}
.abstract_byline_n a .byline_affiliation_n, .abstract_byline_special_mug a .byline_affiliation_n {
  color: #a2a2a4;
  display: inline-block;
}
.abstract_byline_n a .byline_affiliation_n:hover, .abstract_byline_special_mug a .byline_affiliation_n:hover {
  color: #8d0001;
  background-image: -moz-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #8d0001 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}

.no-cssgradients .abstract_byline_n, .no-cssgradients .abstract_byline_special_mug {
  background-image: url("../siteart/no_svg_rule.jpg");
  background-position: left top;
  background-size: 50px 1px;
  background-repeat: no-repeat;
}

.abstract_byline_special_mug {
  width: 230px;
  height: auto;
  margin: 0 auto 10px;
  float: none;
  display: block;
  border-bottom: 1px solid #d0d0d0;
  background-position: center top;
  padding: 12px 0 5px 0;
  text-align: center;
}
.abstract_byline_special_mug .author_avatar {
  float: left;
  width: auto;
  height: 50px;
  margin: -12px 0 -5px 0;
}
.abstract_byline_special_mug a .byline_affiliation_n {
  display: inline-block;
}

.no-cssgradients .abstract_byline_special_mug {
  background-image: url("../siteart/no_svg_rule.jpg");
  background-position: center top;
  background-size: 50px 1px;
  background-repeat: no-repeat;
}

/*MODIFIERS */
.main_color {
  color: #ca0002;
}

.secondary_color {
  color: #b99f53;
}

.twitter {
  color: #4099FF;
}

.facebook {
  color: #3b5998;
}

/*
--------------------
LABELS
--------------------
*/
.valid {
  display: none;
}

.small_label, .small_label_gray, .big_label_special, .right_rail_label {
  font-size: 0.625em;
  color: #ca0002;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 115%;
  margin: 0 0 2px 0;
}
.small_label a, .small_label_gray a, .big_label_special a, .right_rail_label a {
  color: #ca0002;
}
.small_label a:hover, .small_label_gray a:hover, .big_label_special a:hover, .right_rail_label a:hover {
  color: #8d0001;
  background-image: -moz-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #8d0001 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}

.no-cssgradients .small_label a:hover, .no-cssgradients .small_label_gray a:hover, .no-cssgradients .big_label_special a:hover, .no-cssgradients .right_rail_label a:hover {
  text-decoration: underline;
}

.small_label_gray {
  color: #a2a2a4;
}

.small_label_special {
  font-size: 0.625em;
  color: #ca0002;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 115%;
  text-align: center;
  margin: 15px 0 10px;
  min-width: 120px;
  box-sizing: none;
  margin: 0 auto 15px;
}
.small_label_special a {
  color: #ca0002;
  border: 1px solid #ca0002;
  padding: 5px 5px 4px;
  display: inline-block;
}
.small_label_special a:hover {
  border: 1px solid #8d0001;
  color: white;
  background-color: #8d0001;
  transition: all 0.1s ease 0s;
}

.big_label_special {
  text-align: center;
  margin: 15px 0 10px;
  border: 1px solid #ca0002;
  width: 180px;
  padding: 5px 5px 4px;
  box-sizing: none;
  margin: 0 auto 15px;
}
@media screen and (min-width: 43.75em) {
  .big_label_special {
    font-size: 0.8125em;
  }
}

.two_views_header {
  font-size: 1em;
  text-align: center;
  padding: 0;
  margin: 0 0 10px 0;
  color: #444;
}
@media screen and (min-width: 43.75em) {
  .two_views_header {
    font-size: 1.25em;
  }
}
.two_views_header span {
  color: #6f6f71;
}

.big_label, .forms_container .gform_title {
  font-size: 0.8125em;
  color: #ca0002;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin: 0;
}
.big_label a, .forms_container .gform_title a {
  color: #ca0002;
}
.big_label a:hover, .forms_container .gform_title a:hover {
  color: #8d0001;
  color: #8d0001;
  background-image: -moz-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #8d0001 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}

.no-cssgradients .big_label a:hover, .no-cssgradients .forms_container .gform_title a:hover, .forms_container .no-cssgradients .gform_title a:hover {
  text-decoration: underline;
}

.emphasis_subhead {
  font-weight: 700;
  font-family: "Sentinel A", "Sentinel B", Georgia, Times, "Times New Roman", serif;
  text-align: center;
  font-size: 1em;
  color: #ca0002;
  padding-bottom: 8px;
  background-image: -moz-linear-gradient(top, transparent 75%, #444 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #444 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #444 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #444 75%);
  background-size: 70px 2px;
  background-origin: padding-box;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.no-cssgradients .emphasis_subhead {
  background-image: url("../siteart/no_svg_rule.jpg");
  background-size: 70px 1px;
}

.callout_label {
  color: #ca0002;
  font-size: 1.5em;
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 25em) {
  .callout_label {
    font-size: 1.875em;
    display: inline-block;
    margin: 0 10px 10px 0;
  }
}

.pull_quote {
  display: inline-block;
  font-style: italic;
  font-family: "Sentinel A", "Sentinel B", Georgia, Times, "Times New Roman", serif;
  font-size: 1.375em;
  font-weight: 600;
  margin: 0 0 0px 0;
  line-height: 120%;
}
.pull_quote:before {
  content: ' \201C';
}
.pull_quote a {
  color: #444;
}
.pull_quote a:after {
  content: '\00a0\201D';
}

.ads_overline {
  font-size: 0.625em !important;
  font-weight: 300 !important;
  color: #a2a2a4;
  text-align: center;
  width: 100% !important;
  float: none !important;
  margin: 0 0 5px 0 !important;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: helvetica, arial, sans-serif;
}

.scroller_tag {
  font-size: 0.625em;
  font-family: helvetica, arial, sans-serif;
  float: right;
  border-top: 3px solid #d0d0d0;
  width: 100%;
  text-transform: uppercase;
  color: #6f6f71;
  text-align: right;
  padding-right: 40px;
  padding: 10px 0 0;
  margin: 0;
}
@media screen and (min-width: 59.375em) {
  .scroller_tag {
    display: none;
  }
}

.blobby {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #ca0002;
  font-size: 11px;
  color: white;
  text-align: center;
  padding: 33px 5px 0;
  text-transform: uppercase;
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: .3em;
  margin: 0 auto 20px;
  text-indent: 8px;
}

.no-borderradius .blobby {
  background-image: url("../siteart/blobby_bg.jpg");
  background-color: transparent;
}

.right_rail_label {
  text-align: center;
  margin: 0 0 8px 0;
}

.archive_header, .info_pages_header, .entry-title {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #d0d0d0;
  padding: 0 0 8px 0;
}
.archive_header h2, .info_pages_header h2, .entry-title h2, .archive_header h1, .info_pages_header h1, .entry-title h1 {
  color: #6f6f71;
  font-size: 1.375em;
  font-weight: 600 !important;
  margin: 0;
}
.archive_header h2 span, .info_pages_header h2 span, .entry-title h2 span, .archive_header h1 span, .info_pages_header h1 span, .entry-title h1 span {
  color: #ca0002;
}

/*
------------------
ABSTRACTS
------------------
*/
.abstract, .abstract_light, .abstract_small, .forms_container .charleft, .gfield_description, .abstract_bio, .archive_search_link {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 155%;
  margin-bottom: 5px;
}
.abstract .digest_comments, .abstract_light .digest_comments, .abstract_small .digest_comments, .forms_container .charleft .digest_comments, .gfield_description .digest_comments, .abstract_bio .digest_comments, .archive_search_link .digest_comments {
  font-size: 0.75em;
  display: inline-block;
  margin: 0 0 0 0px;
  font-weight: 700;
  color: #ca0002;
}
.abstract .digest_comments i, .abstract_light .digest_comments i, .abstract_small .digest_comments i, .forms_container .charleft .digest_comments i, .gfield_description .digest_comments i, .abstract_bio .digest_comments i, .archive_search_link .digest_comments i {
  font-size: 1em;
  display: inline-block;
  margin: 0 0 0 2px;
}
.abstract .digest_comments a, .abstract_light .digest_comments a, .abstract_small .digest_comments a, .forms_container .charleft .digest_comments a, .gfield_description .digest_comments a, .abstract_bio .digest_comments a, .archive_search_link .digest_comments a {
  color: #a2a2a4;
}
.abstract .digest_comments a:hover, .abstract_light .digest_comments a:hover, .abstract_small .digest_comments a:hover, .forms_container .charleft .digest_comments a:hover, .gfield_description .digest_comments a:hover, .abstract_bio .digest_comments a:hover, .archive_search_link .digest_comments a:hover {
  color: #8d0001;
  background-image: none !important;
}
.abstract .timestamp, .abstract_light .timestamp, .abstract_small .timestamp, .forms_container .charleft .timestamp, .gfield_description .timestamp, .abstract_bio .timestamp, .archive_search_link .timestamp {
  font-size: 0.75em;
  color: #6f6f71;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 0 5px;
  font-weight: 400;
  letter-spacing: .03em;
}
.abstract .timestamp:after, .abstract_light .timestamp:after, .abstract_small .timestamp:after, .forms_container .charleft .timestamp:after, .gfield_description .timestamp:after, .abstract_bio .timestamp:after, .archive_search_link .timestamp:after {
  content: '|';
  display: inline-block;
  margin: 0 0 0 5px;
}

.more_link, .entry-content .excerpt-read-more {
  color: #ca0002;
  font-weight: 700;
  font-size: 70%;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
  background-image: none;
  font-style: normal;
}
.more_link:after, .entry-content .excerpt-read-more:after {
  content: ' \f178';
  font-family: "icon";
  margin-left: 5px;
}
.more_link:hover, .entry-content .excerpt-read-more:hover {
  color: #8d0001;
  background-image: none;
}

.abstract_light {
  color: #6f6f71;
}

.abstract_small, .forms_container .charleft, .gfield_description {
  color: #6f6f71;
  font-size: 0.6875em;
  line-height: 110%;
}

.abstract_bio {
  color: #a2a2a4;
  font-size: 0.875em;
  line-height: 155%;
  font-style: italic;
}

.topic_list {
  padding: 0;
  margin: 0;
}
.topic_list li {
  font-size: 0.6875em;
  color: #6f6f71;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.topic_list li a {
  color: #6f6f71;
}
.topic_list li a:hover {
  color: #8d0001;
  background-image: -moz-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #8d0001 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}
.topic_list li:before {
  content: '|';
  display: inline-block;
  margin: 0 3px 0 0;
}
.topic_list li:nth-child(1) a {
  color: #ca0002;
}
.topic_list li:nth-child(1):before {
  content: '';
}
.topic_list .leader {
  font-weight: 700;
  font-size: 0.625em;
  color: #ca0002;
  text-transform: uppercase;
  letter-spacing: .07em;
}

/*
------------------
TEASER ITEMS
------------------
*/
.story_refer, .story_refer_special {
  clear: both;
  font-size: 0.875em;
  color: #6f6f71;
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
}
.story_refer span, .story_refer_special span {
  font-size: 0.75em;
  color: #a2a2a4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.story_refer a, .story_refer_special a {
  color: #6f6f71;
}
.story_refer a:hover, .story_refer_special a:hover {
  color: #8d0001;
  color: #8d0001;
  background-image: -moz-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #8d0001 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}

.no-cssgradients .story_refer a:hover, .no-cssgradients .story_refer_special a:hover {
  text-decoration: underline;
}

.story_refer_special {
  text-align: center;
}

/*
------------------
FRONT PAGE ITEMS
------------------
*/
.bugme {
  font-weight: 700 !important;
  text-align: center;
  font-style: italic;
  font-family: "Sentinel A", "Sentinel B", Georgia, Times, "Times New Roman", serif;
  font-size: 1.0625em !important;
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, Times, "Times New Roman", serif;
}
@media screen and (min-width: 37.5em) {
  .bugme {
    font-size: 1.0625em !important;
  }
}
.bugme span {
  text-transform: uppercase;
  color: #ca0002;
  font-style: normal;
  font-size: 0.6875em;
  font-weight: 700;
  letter-spacing: .07em;
  display: inline-block;
  margin: 0 5px 0;
}
.bugme a {
  color: #444;
}

.bugme-close {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 5px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  font-family: "icon";
  font-style: normal;
  color: #a2a2a4 !important;
}
.bugme-close:hover {
  color: #8d0001 !important;
}

.today_alert, .today_alert_sf {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
  background-color: #f1efea;
  padding: 12px 0 15px;
  margin: 0;
  position: relative;
}

.today_alert_sf {
  margin: 20px 0 20px 0 !important;
  border-bottom: 1px solid #d0d0d0;
  padding: 8px 25px 15px;
}

.today_alert_inside {
  background-color: #f5f6f6;
  padding: 8px 30px 8px 8px;
  border-radius: 3px;
  border: 1px solid #e8e9ea;
  position: relative;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 37.5em) {
  .today_alert_inside {
    padding: 15px 30px 15px 15px;
  }
}

/*
----------------
NEWS DIGEST
----------------
*/
.headlines_digest {
  width: 100%;
  margin-right: 0%;
  box-sizing: border-box;
  margin: 0;
  padding: 20px 10px 0 0;
}
.headlines_digest li h3 {
  line-height: 130%;
  margin: 0 0 20px 0;
  clear: left;
  font-size: 0.875em;
  font-weight: 700;
  padding: 0 10px 8px 0;
  background-image: -moz-linear-gradient(top, transparent 75%, #444 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #444 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #444 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #444 75%);
  background-size: 50px 2px;
  background-origin: padding-box;
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.headlines_digest li h3 i {
  font-size: 0.75em;
}
.headlines_digest li h3 a {
  color: #444;
}
.headlines_digest li h3 a:hover {
  color: #8d0001;
}
.headlines_digest .digest_comments {
  font-size: 0.75em;
  display: inline-block;
  margin: 0 0 0 5px;
  font-weight: 700;
  color: #a2a2a4;
  text-transform: uppercase;
}
.headlines_digest .digest_comments i {
  font-size: 1em;
  display: inline-block;
  margin: 0 0 0 2px;
}
.headlines_digest .digest_comments a {
  color: #ca0002;
}
.headlines_digest .digest_comments a:hover {
  color: #8d0001;
  background-image: none !important;
}

.no-cssgradients .headlines_digest li h3 {
  background-image: url("../siteart/no_svg_rule.jpg");
  background-size: auto auto;
}

/*
------------------
TRENDING LIST
------------------
*/
.trending_list, .trending_list_art {
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 59.375em) {
  .trending_list, .trending_list_art {
    max-width: 300px;
    margin: 0 auto;
  }
}
.trending_list li, .trending_list_art li {
  font-weight: 700;
  text-align: left;
  font-size: 0.8125em;
  line-height: 130%;
  margin: 0 0 20px 30px;
  text-indent: -30px;
}
.trending_list li em, .trending_list_art li em {
  font-style: normal;
}
@media screen and (min-width: 37.5em) {
  .trending_list li, .trending_list_art li {
    line-height: 145%;
    margin: 0 0 12px 40px;
    text-indent: -40px;
  }
}
@media screen and (min-width: 59.375em) {
  .trending_list li, .trending_list_art li {
    margin: 0 0 12px 0px;
    text-indent: 0px;
  }
}
.trending_list li span, .trending_list_art li span {
  text-align: center;
  width: 20px;
  height: 20px;
  margin: 0 auto 3px;
  padding-top: 0px;
  border-radius: 12.5px;
  background-color: #ca0002;
  color: white;
  font-size: 0.875em;
  font-style: italic;
  font-weight: 400;
  text-indent: 0;
  display: inline-block;
  margin: 3px 10px 0px 0;
  line-height: 20px;
}
@media screen and (min-width: 37.5em) {
  .trending_list li span, .trending_list_art li span {
    width: 30px;
    height: 30px;
    padding-top: 0px;
    border-radius: 15px;
    font-size: 1.125em;
    line-height: 30px;
  }
}
@media screen and (min-width: 59.375em) {
  .trending_list li span, .trending_list_art li span {
    display: block;
    margin: 3px auto 5px;
    line-height: 30px;
  }
}
.trending_list li a, .trending_list_art li a {
  color: #444;
}
.trending_list li a:hover, .trending_list_art li a:hover {
  color: #8d0001;
  background-image: -moz-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #8d0001 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}

.no-borderradius .trending_list li span, .no-borderradius .trending_list_art li span {
  background-image: url("../siteart/trending_bg.jpg");
  background-color: transparent;
}

.no-cssgradients .trending_list li a, .no-cssgradients .trending_list_art li a {
  text-decoration: underline;
}

.trending_list_art li img {
  display: none;
}
@media screen and (min-width: 28.125em) {
  .trending_list_art li {
    font-size: 0.9375em;
  }
}
@media screen and (min-width: 34.375em) {
  .trending_list_art li {
    margin: 0 0 20px 0;
  }
}
@media screen and (min-width: 40.625em) {
  .trending_list_art li {
    font-size: 0.9375em;
  }
}
@media screen and (min-width: 59.375em) {
  .trending_list_art li {
    width: 100%;
    float: none;
  }
  .trending_list_art li img {
    display: block;
  }
}
.trending_list_art li:nth-child(5) {
  margin-right: 0;
}
.trending_list_art li span {
  margin-bottom: 0px;
}
@media screen and (min-width: 34.375em) {
  .trending_list_art li span {
    float: none;
    display: block;
    margin: 0 auto 8px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    font-size: 1.125em;
    line-height: 30px;
  }
}
.trending_list_art img {
  width: 35%;
  height: auto;
  float: left;
  margin: 3px 10px 0 0;
}
@media screen and (min-width: 34.375em) {
  .trending_list_art img {
    width: 100%;
  }
}
@media screen and (min-width: 59.375em) {
  .trending_list_art img {
    width: 35%;
    float: left;
    margin: 3px 10px 0 0;
  }
}

.no-borderradius .trending_list_art li span {
  background-image: url("../siteart/trending_bg.jpg");
  background-color: transparent;
}

/*
------------------
INSIDE PAGE
------------------
*/
.inside_lead_headline {
  font-size: 1.75em;
  margin: 0 0 15px 0 !important;
  line-height: 105%;
}
@media screen and (min-width: 31.25em) {
  .inside_lead_headline {
    font-size: 2.625em;
  }
}
@media screen and (min-width: 46.875em) {
  .inside_lead_headline {
    font-size: 3em;
  }
}
@media screen and (min-width: 59.375em) {
  .inside_lead_headline {
    width: 83.33333%;
    margin-right: 0%;
    box-sizing: border-box;
  }
}
.inside_lead_headline em, .inside_lead_headline i {
  font-style: normal;
}
.inside_lead_headline b, .inside_lead_headline strong {
  font-weight: 600;
}

.inside_lead_headline_special {
  font-size: 1.5em;
  margin: 0 0 15px 0 !important;
  line-height: 110%;
  font-style: italic;
}
@media screen and (min-width: 31.25em) {
  .inside_lead_headline_special {
    font-size: 1.875em;
  }
}
@media screen and (min-width: 46.875em) {
  .inside_lead_headline_special {
    font-size: 2.25em;
  }
}
@media screen and (min-width: 59.375em) {
  .inside_lead_headline_special {
    width: 83.33333%;
    margin-right: 0%;
    box-sizing: border-box;
    margin: 0 0 40px 0 !important;
  }
}

.inside_lead_headline_debate {
  font-size: 1.375em;
  margin: 0 0 15px 0 !important;
  line-height: 105%;
  font-style: italic;
}
@media screen and (min-width: 31.25em) {
  .inside_lead_headline_debate {
    font-size: 1.625em;
  }
}
@media screen and (min-width: 46.875em) {
  .inside_lead_headline_debate {
    font-size: 1.875em;
  }
}
@media screen and (min-width: 59.375em) {
  .inside_lead_headline_debate {
    width: 83.33333%;
    margin-right: 0%;
    box-sizing: border-box;
    margin: 0 0 20px 0 !important;
  }
}

.double_edit {
  margin: 0 0 20px;
  padding: 0;
}
@media screen and (min-width: 43.75em) {
  .double_edit {
    padding: 0 10px 0 0;
  }
}
.double_edit li {
  line-height: 130%;
  margin: 0 0 10px 0;
  clear: left;
  font-size: 0.84375em;
  font-weight: 700;
  padding: 0 5px 10px 0;
  background-image: -moz-linear-gradient(top, transparent 75%, #444 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #444 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #444 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #444 75%);
  background-size: 50px 2px;
  background-origin: padding-box;
  background-position: 0 100%;
  background-repeat: no-repeat;
  list-style-type: none;
}
@media screen and (min-width: 37.5em) {
  .double_edit li {
    line-height: 140%;
    margin: 0 0 20px 0;
    clear: left;
    font-size: 0.84375em;
    font-weight: 700;
    padding: 0 10px 10px 0;
    list-style-type: none;
  }
}

.double_edit_label {
  margin: 0 0 10px 0;
  display: none;
}
@media screen and (min-width: 43.75em) {
  .double_edit_label {
    display: block;
  }
}

.no-cssgradients .double_edit li {
  background-image: url("../siteart/no_svg_rule.jpg");
  background-size: 50px 1px;
}

.cutline_text {
  font-weight: 700;
  line-height: 128%;
  font-size: 0.75em;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 43.75em) {
  .cutline_text {
    margin: 0 0 20px 0;
  }
}

.cutline_credit {
  font-weight: 700;
  font-size: 0.625em;
  text-transform: uppercase;
  letter-spacing: .05em;
  display: inline-block;
  white-space: nowrap;
}
.cutline_credit:before {
  content: "\2014";
  display: inline-block;
  margin: 0 3px;
}
@media screen and (min-width: 43.75em) {
  .cutline_credit {
    font-size: 0.75em;
  }
}

.main {
  width: 100%;
  float: none;
  margin: 0 auto;
  max-width: 1100px;
  height: auto;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 70em) {
  .main {
    padding: 0px;
  }
}

/*
-----------------------------
ADVERTISING
-----------------------------
*/
.medium_rectangle {
  width: 18.75em;
  height: 15.625em;
  margin-left: auto;
  margin-right: auto;
}
.medium_rectangle img {
  width: 300px;
}

.large_rectangle {
  width: 18.75em;
  margin-left: auto;
  margin-right: auto;
}
.large_rectangle img {
  width: 300px;
}

/*
---------
BUTTONS
---------
*/
.button, .button_two {
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, Times, "Times New Roman", serif;
  font-size: 0.75em;
  font-weight: 400;
  color: white;
  font-style: italic;
  letter-spacing: .09em;
  text-align: center;
  padding: 0 0 2px 0;
  margin: 0 0 10px;
  cursor: pointer;
  width: 100%;
  height: 40px;
  border: none;
  background-color: #ca0002;
  transition: background-color .1s;
  border-radius: 2px;
  appearance: button;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  appearance: none;
  display: block;
}
@media screen and (min-width: 31.25em) {
  .button, .button_two {
    width: 90px;
    margin: 0 0 10px 0;
  }
}
.button:hover, .button_two:hover {
  color: white;
  background-color: #a2a2a4;
}
.button:focus, .button_two:focus {
  border: 1px solid white;
  outline-color: rgba(162, 162, 164, 0.4);
}
.button a, .button_two a {
  color: white;
}

input[type=button] {
  -webkit-appearance: none;
}
input[type=button]:hover {
  box-shadow: 0 0 7px rgba(255, 0, 0, 0.8);
}
input[type=button]:focus {
  box-shadow: 0 0 7px rgba(255, 0, 0, 0.8);
}

@media screen and (min-width: 31.25em) {
  .button_two {
    width: 130px;
    margin: 0 0 10px 0;
  }
}

.button_small {
  width: 100px;
  height: 30px;
  margin: 0 0 30px 0;
  cursor: pointer;
}

.button_wide {
  width: 100%;
  padding-top: 3px;
}

.button_gray {
  background-color: #a2a2a4;
  color: white;
}
.button_gray:hover {
  background-color: #6f6f71;
  color: white;
  text-shadow: none;
}

.fake_button {
  padding-top: 12px;
}

@media screen and (max-width: 31.25em) {
  .transforming_button {
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    text-align: center;
    color: white;
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: .09em;
    cursor: pointer;
    width: 100%;
    height: 32px;
    padding: 5px 0 2px 0;
    margin: 15px 0 10px;
    border: none;
    background-color: #ca0002;
    transition: background-color .1s;
    border-radius: 2px;
    appearance: button;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    appearance: none;
    clear: left;
  }
  .transforming_button a {
    color: white;
  }
}

/*
---------
FORMS
---------
*/
input[type=text] {
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, Times, "Times New Roman", serif;
  -moz-box-shadow: inset 0 0 0 #000000;
  -webkit-box-shadow: inset 0 0 0 #000000;
  box-shadow: inset 0 0 0 #000000;
  border-radius: 0px;
  -webkit-appearance: none;
  background-color: white;
  padding: 0 15px;
  color: #6f6f71;
  border: 1px solid #d0d0d0;
  font-weight: 700;
  font-size: 0.75em;
  -webkit-appearance: none;
}
input[type=text]:hover {
  border: 1px solid #444;
  transition: border .2s;
}
input[type=text]:focus {
  border: 1px solid #444;
  outline-width: 0px;
  color: #444;
}

.form_field, .forms_container input[type=text], .forms_container textarea {
  border: 1px solid #a2a2a4;
  height: 42px;
  margin: 0 0 20px 0;
  color: #6f6f71;
  width: 100%;
  box-shadow: none;
  padding: 0px 0 0 10px;
  background-color: white;
  font-weight: 700;
  font-size: 0.75em;
  transition: border .2s;
  transition: box-shadow .2s;
  -webkit-appearance: none;
  border-radius: 0px;
}
.form_field:hover, .forms_container input[type=text]:hover, .forms_container textarea:hover {
  border: 1px solid #6f6f71;
}
.form_field:focus, .forms_container input[type=text]:focus, .forms_container textarea:focus {
  border: 1px solid #6f6f71;
  outline-width: 0px;
  color: #444;
  box-shadow: 0 0 7px rgba(162, 162, 164, 0.5);
}

.form_field_half {
  width: 48.7069%;
  margin: 0 0.86207% 0 0;
  box-sizing: border-box;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 20px;
}

input[type=textarea] {
  -webkit-appearance: none;
}

input[type=checkbox] {
  margin: 0 8px 0 0;
}

/* ---- */
:root .css3-radios label,
:root .css3-radios input[type="radio"] + span,
:root .css3-radios input[type="radio"] + span::before,
:root .css3-checkboxes label,
:root .css3-checkboxes input[type="checkbox"] + span,
:root .css3-checkboxes input[type="checkbox"] + span::before {
  display: inline-block;
  vertical-align: middle;
}

:root .css3-radios,
:root .css3-checkboxes {
  position: relative;
}

:root .css3-radios label *,
:root .css3-checkboxes label * {
  cursor: pointer;
}

:root .css3-radios input[type="radio"],
:root .css3-checkboxes input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

:root .css3-radios input[type="radio"] + span,
:root .css3-checkboxes input[type="checkbox"] + span {
  color: #6f6f71;
}

:root .css3-radios label:hover span::before,
:root .css3-checkboxes label:hover span::before {
  box-shadow: 0 0 2px #a2a2a4;
}

:root .css3-radios label:hover span,
:root .css3-checkboxes label:hover span {
  color: #444;
}

:root .css3-radios input[type="radio"] + span::before,
:root .css3-checkboxes input[type="checkbox"] + span::before {
  content: "";
  border: solid 1px #a2a2a4;
  line-height: 14px;
  text-align: center;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -3px 8px 0 0;
  background-color: white;
}
@media screen and (min-width: 50em) {
  :root .css3-radios input[type="radio"] + span::before,
  :root .css3-checkboxes input[type="checkbox"] + span::before {
    width: 20px;
    height: 20px;
    margin: -4px 8px 0 0;
  }
}

:root .css3-radios input[type="radio"]:checked + span::before,
:root .css3-checkboxes input[type="checkbox"]:checked + span::before {
  color: #6f6f71;
}

:root .css3-radios input[type="radio"]:disabled + span,
:root .css3-checkboxes input[type="checkbox"]:disabled + span {
  cursor: default;
  opacity: .4;
}

:root .css3-checkboxes input[type="checkbox"] + span::before {
  border-radius: 2px;
}

:root .css3-radios input[type="radio"]:checked + span::before {
  content: "\2022";
  font-size: 24px;
  font-family: "icon";
}

:root .css3-checkboxes input[type="checkbox"]:checked + span::before {
  content: "\f00c";
  font-size: 14px;
  font-family: "icon";
  line-height: 24px;
  color: #ca0002;
}
@media screen and (min-width: 50em) {
  :root .css3-checkboxes input[type="checkbox"]:checked + span::before {
    font-size: 0.875em;
    line-height: 20px;
  }
}

/* -- */
label {
  font-size: 0.875em;
  color: #6f6f71;
  font-weight: 400;
  margin: 2px 0 0 5px;
  line-height: 20px;
  display: block;
}

.newsletter_container {
  margin: 0 0 0px 0;
}
@media screen and (min-width: 59.375em) {
  .newsletter_container {
    margin: 0 0 30px 0;
  }
}

.social_container {
  width: 100%;
  border-top: 1px solid #d0d0d0;
  padding: 10px 0 0 0;
  margin: 0 auto;
  display: block;
  clear: both;
  text-align: center;
  max-width: 300px;
  height: 80px;
}
@media screen and (min-width: 59.375em) {
  .social_container {
    padding: 0px 0 0 0;
    margin: 0 auto;
    border-top: 0px;
  }
}
.social_container .social_button {
  width: 48.75%;
  margin-right: 2.5%;
  box-sizing: border-box;
  float: left;
}
.social_container .social_button:nth-child(3) {
  margin-right: 0px;
}

/*
--------------
GENERIC SOCIAL MEDIA BUTTONS
--------------
*/
.social_button {
  width: 10%;
  margin-right: 0%;
  box-sizing: border-box;
  font-size: 1.125em;
  display: inline-block;
  width: 40px;
  border: 1px solid #d0d0d0;
  padding-top: 5px;
  border-radius: 2px;
  text-align: center;
  height: 30px;
  font-family: icon;
}

.twitter:hover {
  background-color: #4099FF;
  color: white;
  border: 1px solid #4099FF;
  transition: all .2s;
  cursor: pointer;
}

.twitter_dark {
  background-color: #4099FF;
  color: white;
  border: 0px;
}
.twitter_dark:hover {
  background-color: #0071f3;
  transition: all .2s;
  cursor: pointer;
  color: white;
}

.facebook:hover {
  background-color: #3b5998;
  border: 1px solid #3b5998;
  color: white;
  transition: all .2s;
  cursor: pointer;
}

.facebook_dark {
  background-color: #3b5998;
  color: white;
  border: 0px;
}
.facebook_dark:hover {
  background-color: #263961;
  color: white;
  transition: all .2s;
  cursor: pointer;
}

.google_dark {
  background-color: #d34836;
  color: white;
  border: 0px;
}
.google_dark:hover {
  color: white;
  transition: all .2s;
  cursor: pointer;
  background-color: #9b3022;
}

.rss_dark {
  background-color: #FF6600;
  color: white;
  border: 0px;
}
.rss_dark:hover {
  background-color: #b34700;
  color: white;
  transition: all .2s;
  cursor: pointer;
}

.email_dark {
  background-color: #6f6f71;
  color: white;
  border: 0px;
}
.email_dark:hover {
  background-color: #444;
  color: white;
  transition: all .2s;
  cursor: pointer;
}

/*
--------------
SOCIAL MEDIA BUTTONS STORY PAGE
--------------
*/
.social_media_button_story {
  width: 23.5%;
  margin-right: 2%;
  box-sizing: border-box;
  height: 30px;
  margin-bottom: 10px;
  padding-top: 9px;
  display: block;
  float: left;
  font-size: 0.75em;
  color: white;
  text-align: center;
  letter-spacing: .04em;
  cursor: pointer;
  border-radius: 2px;
}
@media screen and (min-width: 31.25em) {
  .social_media_button_story {
    width: 60px;
    height: 33px;
    margin-right: 10px;
  }
}
.social_media_button_story .social_media_button_text {
  margin: 0 0 0 5px;
  font-size: 0.8125em;
}
@media screen and (min-width: 31.25em) {
  .social_media_button_story {
    font-size: 0.9375em;
  }
}

.facebook_social {
  background-color: #3b5998;
}
.facebook_social:hover {
  background-color: #213256;
  color: white;
}
.facebook_social i {
  font-size: 1.125em;
}

.twitter_social {
  background-color: #4099FF;
}
.twitter_social:hover {
  background-color: #006ae3;
  color: white;
}
.twitter_social i {
  font-size: 1.125em;
}

.comments_social {
  background-color: #ca0002;
  padding-top: 6px;
  margin-right: 0px;
}
.comments_social:hover {
  background-color: #8d0001;
  color: white;
}
.comments_social i {
  font-size: 1.125em;
}

.email_social {
  background-color: #a2a2a4;
  color: white;
  padding-top: 7px;
}
.email_social:hover {
  background-color: #6f6f71;
  color: white;
}
.email_social i {
  font-size: 1.0625em;
}

.social_media_sticky {
  display: block;
  position: fixed;
  top: -35px;
  width: 100%;
  z-index: 100000;
  background-color: white;
  transition: top .2s;
  border-bottom: 3px solid white;
}
@media screen and (min-width: 50em) {
  .social_media_sticky {
    display: none;
  }
}
.social_media_sticky .social_logo {
  width: 25%;
  margin-right: 0%;
  box-sizing: border-box;
  display: block;
  float: left;
  height: 30px;
  background-image: url("../siteart/header_logo.svg");
  background-size: auto 20px;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: 1px solid #e8e9ea;
}
@media screen and (min-width: 31.25em) {
  .social_media_sticky .social_logo {
    height: 33px;
  }
}
.social_media_sticky .social_media_button_story {
  width: 25%;
  margin-right: 0%;
  box-sizing: border-box;
  border-radius: 0px;
  margin: 0px;
  padding-top: 8px;
}
.social_media_sticky .social_media_button_story i {
  font-size: 1.25em;
}

.social_media_sticky_active {
  top: 0px;
}

.social_media_bottom {
  display: none;
}
@media screen and (min-width: 43.75em) {
  .social_media_bottom {
    display: block;
  }
}

/*
-----------------------------
HEADER AND NAV
-----------------------------
*/
.header_n {
  width: 100.0%;
  margin: 0 0% 0 0;
  box-sizing: border-box;
  float: left;
  margin: 0px 0 10px;
  z-index: 1000;
  background-color: white;
  height: auto;
  float: none;
  padding: 0px;
}
@media screen and (min-width: 40.625em) {
  .header_n {
    padding: 0px 10px;
  }
}
@media screen and (min-width: 70em) {
  .header_n {
    padding: 0px;
  }
}
@media screen and (min-width: 40.625em) {
  .header_n {
    margin: 0px 0 20px;
  }
}

.header_n_inside {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 400px auto;
  background-color: white;
  border-bottom: 1px solid #d0d0d0;
}
@media screen and (min-width: 40.625em) {
  .header_n_inside {
    border-bottom: 0px;
  }
}

.header_n_name, .header_n_section_container {
  width: 100px;
  height: 34px;
  margin: 5px auto 0px;
  /*remove this */
  background-image: url("../siteart/header_logo.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 6px 0 0 0;
}
@media screen and (min-width: 28.125em) {
  .header_n_name, .header_n_section_container {
    width: 135px;
    height: 44px;
  }
}
@media screen and (min-width: 43.75em) {
  .header_n_name, .header_n_section_container {
    width: 200px;
    height: 65px;
    margin: 8px auto 3px;
  }
}
@media screen and (min-width: 56.25em) {
  .header_n_name, .header_n_section_container {
    width: 230px;
    height: 75px;
    margin: 10px auto 0px;
  }
}

.no-svg .header_n_name, .no-svg .header_n_section_container {
  background-image: url("../siteart/header_logo.png");
}

/*
-------------
SECTION FRONT HEADER
-------------
*/
.header_n_section_container {
  background-size: 70px auto;
  background-position: center top;
  position: relative;
  height: 50px;
}
@media screen and (min-width: 28.125em) {
  .header_n_section_container {
    background-size: 70px auto;
  }
}
@media screen and (min-width: 40.625em) {
  .header_n_section_container {
    background-size: 135px auto;
    height: 68px;
    width: 290px;
  }
}
@media screen and (min-width: 43.75em) {
  .header_n_section_container {
    background-size: 200px auto;
    height: 95px;
    width: 290px;
  }
}
@media screen and (min-width: 56.25em) {
  .header_n_section_container {
    background-size: 230px auto;
    height: 104px;
  }
}

.header_n_section_inside {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
@media screen and (min-width: 40.625em) {
  .header_n_section_inside {
    bottom: 3px;
  }
}
@media screen and (min-width: 43.75em) {
  .header_n_section_inside {
    bottom: 6px;
  }
}
@media screen and (min-width: 59.375em) {
  .header_n_section_inside {
    bottom: 6px;
  }
}

.header_n_overline_section_front {
  font-size: 0.625em;
  margin: 0 auto;
  display: none;
  font-weight: 400;
  font-style: italic;
  text-align: center;
}
@media screen and (min-width: 40.625em) {
  .header_n_overline_section_front {
    display: block;
    padding: 3px 0 0;
    margin: 0px 0 5px;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 56.25em) {
  .header_n_overline_section_front {
    font-size: 0.8625em;
  }
}

.header_n_section {
  font-size: 1.125em;
  font-family: "Sentinel A", "Sentinel B", Georgia, Times, "Times New Roman", serif;
  color: #6f6f71;
  width: 240px;
  margin: 0 0 3px;
  line-height: 100%;
  text-align: center;
  font-weight: 700;
  border-top: 1px solid #d0d0d0;
  width: 100%;
  padding: 1px;
}
@media screen and (min-width: 28.125em) {
  .header_n_section {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 40.625em) {
  .header_n_section {
    display: none;
  }
}

.header_n_main_container {
  margin: 0 auto;
  position: relative;
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
}
@media screen and (min-width: 40.625em) {
  .header_n_main_container {
    border-bottom: 0px;
  }
}
.header_n_main_container .header_n_ad {
  display: none;
}
@media screen and (min-width: 43.75em) {
  .header_n_main_container .header_n_ad {
    width: 184px;
    height: 90px;
    float: left;
    display: block;
  }
}
@media screen and (min-width: 70em) {
  .header_n_main_container .header_n_ad {
    margin-left: 0px;
  }
}
.header_n_main_container .header_n_social {
  width: 10%;
  margin-right: 0%;
  box-sizing: border-box;
  float: right;
  height: 30px;
  width: 90px;
  display: none;
  margin: 8px 8px 0 0;
  padding-top: 0px;
}
@media screen and (min-width: 40.625em) {
  .header_n_main_container .header_n_social {
    display: block;
    text-align: right;
    margin: 8px 8px 0 0;
  }
}
@media screen and (min-width: 43.75em) {
  .header_n_main_container .header_n_social {
    display: block;
    text-align: right;
    margin: 20px 20px 0 0;
  }
}
.header_n_main_container .twitter {
  background-color: #4099FF;
  border: 1px solid #4099FF;
  color: white;
}
.header_n_main_container .twitter:hover {
  background-color: #004da6;
  border: 1px solid #004da6;
}
.header_n_main_container .facebook {
  background-color: #3b5998;
  border: 1px solid #3b5998;
  color: white;
}
.header_n_main_container .facebook:hover {
  background-color: #213256;
  border: 1px solid #213256;
}
.header_n_main_container .header_n_search_button {
  float: left;
  text-align: center;
  font-size: 1em;
  border: 1px solid #d0d0d0;
  color: #a2a2a4;
  width: 48px;
  height: 24px;
  margin: 6px 0 0 8px;
  line-height: 90%;
  padding-top: 2px;
}
.header_n_main_container .header_n_search_button:hover {
  border: 1px solid #a2a2a4;
  color: white;
  background-color: #a2a2a4;
  transition: all .2s;
  cursor: pointer;
}
@media screen and (min-width: 28.125em) {
  .header_n_main_container .header_n_search_button {
    height: 30px;
    margin: 8px 0 0 8px;
    width: 90px;
  }
}
@media screen and (min-width: 43.75em) {
  .header_n_main_container .header_n_search_button {
    margin: 20px 0 0 20px;
    float: right;
    height: 30px;
  }
}
.header_n_main_container .header_n_search_button i {
  font-size: 0.8125em;
  line-height: 24px;
}
.header_n_main_container .header_n_search_button .mobile_hide {
  display: none;
  font-size: 0.75em;
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  line-height: 100%;
  margin: 0px;
}
@media screen and (min-width: 28.125em) {
  .header_n_main_container .header_n_search_button .mobile_hide {
    display: inline-block;
    margin-top: 2px;
    font-size: 0.625em;
  }
}
.header_n_main_container .header_n_menu_button {
  float: right;
  width: 48px;
  height: 25px;
  text-align: center;
  font-size: 0.75em;
  color: #a2a2a4;
  border: 1px solid #d0d0d0;
  padding: 5px;
  margin: 5px 8px 0 0;
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 28.125em) {
  .header_n_main_container .header_n_menu_button {
    height: 30px;
    margin: 8px 20px 0 0;
    width: 90px;
    padding-top: 8px;
  }
}
@media screen and (min-width: 40.625em) {
  .header_n_main_container .header_n_menu_button {
    display: none;
  }
}

.header_n_marquee {
  width: 184px;
  height: 90px;
  background-color: #e8e9ea;
  float: left;
}

.header_n_overline {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.625em;
  margin: 0 0 8px 0;
  color: #444;
  font-style: italic;
  margin: 0 0 5px 0;
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
}
@media screen and (min-width: 28.125em) {
  .header_n_overline {
    font-size: 0.8125em;
    margin: 0 auto 8px;
    width: 230px;
  }
}
@media screen and (min-width: 43.75em) {
  .header_n_overline {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 56.25em) {
  .header_n_overline {
    font-size: 0.875em;
    margin: 0 auto 12px;
  }
}

.header_n_nav_search_wrapper {
  height: 30px;
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
  margin: 20px 0 20px;
  padding: 0 10px;
  display: none;
}
@media screen and (min-width: 68.75em) {
  .header_n_nav_search_wrapper {
    padding: 0px;
  }
}
.header_n_nav_search_wrapper .form_field, .header_n_nav_search_wrapper .forms_container input[type=text], .forms_container .header_n_nav_search_wrapper input[type=text], .header_n_nav_search_wrapper .forms_container textarea, .forms_container .header_n_nav_search_wrapper textarea {
  height: 30px;
  width: 68%;
  float: left;
  color: #6f6f71;
}
@media screen and (min-width: 28.125em) {
  .header_n_nav_search_wrapper .form_field, .header_n_nav_search_wrapper .forms_container input[type=text], .forms_container .header_n_nav_search_wrapper input[type=text], .header_n_nav_search_wrapper .forms_container textarea, .forms_container .header_n_nav_search_wrapper textarea {
    width: 78%;
  }
}
@media screen and (min-width: 46.875em) {
  .header_n_nav_search_wrapper .form_field, .header_n_nav_search_wrapper .forms_container input[type=text], .forms_container .header_n_nav_search_wrapper input[type=text], .header_n_nav_search_wrapper .forms_container textarea, .forms_container .header_n_nav_search_wrapper textarea {
    width: 89%;
  }
}
.header_n_nav_search_wrapper .button, .header_n_nav_search_wrapper .button_two {
  float: right;
  width: 30%;
  height: 30px;
}
@media screen and (min-width: 28.125em) {
  .header_n_nav_search_wrapper .button, .header_n_nav_search_wrapper .button_two {
    width: 20%;
  }
}
@media screen and (min-width: 46.875em) {
  .header_n_nav_search_wrapper .button, .header_n_nav_search_wrapper .button_two {
    width: 10%;
  }
}

.header_n_nav_wrapper {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
  background-color: white;
  z-index: 1000;
  padding-top: 0px;
  display: none;
}
@media screen and (min-width: 40.625em) {
  .header_n_nav_wrapper {
    display: block;
    margin: 0px auto;
    padding: 0px 0;
  }
}
.header_n_nav_wrapper .header_n_social_in_menu {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
  clear: both;
  padding: 20px 10px;
  margin: 0 auto;
  border-bottom: 2px solid #d0d0d0;
  max-width: 500px;
}
.header_n_nav_wrapper .header_n_social_in_menu .small_label, .header_n_nav_wrapper .header_n_social_in_menu .small_label_gray, .header_n_nav_wrapper .header_n_social_in_menu .big_label_special, .header_n_nav_wrapper .header_n_social_in_menu .right_rail_label {
  text-align: center;
  margin: 0 0 8px 0;
}
.header_n_nav_wrapper .header_n_social_in_menu .social_button_menu {
  font-size: 1.125em;
  display: block;
  width: 49%;
  margin-right: 2%;
  box-sizing: border-box;
  float: left;
  text-align: center;
  padding-top: 9px;
  border-radius: 2px;
  text-align: center;
  height: 36px;
  margin-bottom: 5px;
  color: white;
  border: 0px;
}
@media screen and (min-width: 34.375em) {
  .header_n_nav_wrapper .header_n_social_in_menu {
    display: none;
  }
}
.header_n_nav_wrapper .twitter {
  background-color: #4099FF;
}
.header_n_nav_wrapper .twitter:hover {
  background-color: #0071f3;
}
.header_n_nav_wrapper .facebook {
  background-color: #3b5998;
  margin-right: 0px !important;
}
.header_n_nav_wrapper .facebook:hover {
  background-color: #213256;
}

.header_n_main_nav {
  margin: 0 auto;
  padding: 0px 0 0px 0;
  text-align: center;
  background-image: -moz-linear-gradient(top, transparent 75%, #d0d0d0 75%), -moz-linear-gradient(top, transparent 75%, #d0d0d0 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #d0d0d0 75%), -webkit-linear-gradient(top, transparent 75%, #d0d0d0 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #d0d0d0 75%), -o-linear-gradient(top, transparent 75%, #d0d0d0 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #d0d0d0 75%), linear-gradient(to bottom, transparent 75%, #d0d0d0 75%);
  background-size: 100% 2px;
  background-origin: padding-box, border-box;
  background-position: center bottom, center -1px;
  background-repeat: no-repeat;
  border-top: 2px solid #d0d0d0;
}
@media screen and (min-width: 31.25em) {
  .header_n_main_nav {
    padding: 0px 0;
    border-bottom: 0px;
    background-color: #f1efea;
    border-top: 0px;
    height: 29px;
    overflow: hidden;
  }
}
.header_n_main_nav li {
  text-align: center;
  font-size: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
  margin: 0px;
  border-bottom: 1px solid #e8e9ea;
  overflow: hidden;
  height: 38px;
  line-height: 130%;
}
@media screen and (min-width: 31.25em) {
  .header_n_main_nav li {
    height: 29px;
    padding: 0px;
  }
}
.header_n_main_nav li a {
  width: 100%;
  padding: 7px 0;
  display: block;
  border-right: 1px solid #d0d0d0;
  transition: color .2s;
  transition: background-color .2s;
  height: 38px;
}
@media screen and (min-width: 31.25em) {
  .header_n_main_nav li a {
    height: 29px;
  }
}
.header_n_main_nav li a:hover {
  color: white;
  background-color: #8d0001;
  border-color: #8d0001;
}
@media screen and (min-width: 31.25em) {
  .header_n_main_nav li {
    width: 20%;
    margin-right: 0%;
    box-sizing: border-box;
    font-size: 0.9375em;
    font-weight: 700;
    margin: 0px 0;
    background-image: none;
    display: inline-block;
    margin: 0 -4px 0 0;
    letter-spacing: .03em;
    line-height: 110%;
    border-bottom: 0px;
  }
}
.header_n_main_nav li:nth-child(3) {
  margin-right: 0px;
}

.header_n_church {
  border-left: 1px solid #d0d0d0;
}

.no-cssgradients .header_n_main_nav li {
  background-image: url("../siteart/no_svg_rule.jpg");
  background-size: 50px 1px;
  background-origin: padding-box;
  background-position: center 85%;
}
.no-cssgradients .header_n_main_nav li:nth-child(3) {
  background-image: none;
}
@media screen and (min-width: 31.25em) {
  .no-cssgradients .header_n_main_nav li {
    background-image: none;
  }
}

@media screen and (min-width: 40.625em) {
  .category-papal-visit .header_n_papal_visit {
    background-color: #ca0002;
  }
  .category-papal-visit .header_n_papal_visit a {
    color: white;
    border: 0px;
  }
}

@media screen and (min-width: 40.625em) {
  .category-faith .header_n_faith {
    background-color: #ca0002;
  }
  .category-faith .header_n_faith a {
    color: white;
    border: 0px;
  }
}
@media screen and (min-width: 40.625em) {
  .category-faith .header_n_church a {
    border: 0px solid #ca0002;
  }
}

@media screen and (min-width: 40.625em) {
  .category-life .header_n_life {
    background-color: #ca0002;
  }
  .category-life .header_n_life a {
    color: white;
    border: 0px;
  }
}

@media screen and (min-width: 40.625em) {
  .category-church .header_n_church {
    background-color: #ca0002;
  }
  .category-church .header_n_church a {
    color: white;
    border: 0px;
  }
}
@media screen and (min-width: 40.625em) {
  .category-church .header_n_faith a {
    border-left: 0px solid #ca0002;
    border-right: 1px solid #d0d0d0;
  }
}
@media screen and (min-width: 40.625em) {
  .category-church .nameplate_church {
    display: inline-block;
  }
}

.header_n_secondary_nav {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #d0d0d0;
}
@media screen and (min-width: 31.25em) {
  .header_n_secondary_nav {
    padding: 8px 0;
    background-color: white;
    border-bottom: 0px;
  }
}
.header_n_secondary_nav li {
  text-transform: none;
  font-weight: 400;
  width: 50%;
  margin-right: 0%;
  box-sizing: border-box;
  float: left;
  padding: 5px 0;
}
.header_n_secondary_nav li:nth-child(1n) {
  border-right: 1px solid #d0d0d0;
}
@media screen and (min-width: 31.25em) {
  .header_n_secondary_nav li {
    width: auto;
    float: none;
    display: inline-block;
    border: 0px;
    font-size: 0.875em;
    padding: 0;
  }
  .header_n_secondary_nav li:nth-child(1n) {
    border: 0px;
  }
  .header_n_secondary_nav li:before {
    content: ' | ';
    display: inline;
    margin: 0 7px;
    color: #d0d0d0;
    font-style: normal;
  }
}
.header_n_secondary_nav li a {
  color: #6f6f71;
}
.header_n_secondary_nav li a:hover {
  color: #444;
  background-image: -moz-linear-gradient(top, transparent 75%, #444 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #444 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #444 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #444 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0px 90%;
  background-repeat: repeat-x;
}
.header_n_secondary_nav li:nth-child(1) {
  width: 100%;
  color: #ca0002;
  font-weight: 700;
  font-size: 0.6875em;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.header_n_secondary_nav li:nth-child(1):before {
  content: '';
}
@media screen and (min-width: 31.25em) {
  .header_n_secondary_nav li:nth-child(1) {
    width: auto;
    margin: 4px 0 0 0;
  }
}
.header_n_secondary_nav .header_n_main_nav_button {
  width: 45px;
  height: 28px;
}
@media screen and (min-width: 28.125em) {
  .header_n_secondary_nav .header_n_main_nav_button {
    width: 50px;
    height: 35px;
  }
}

.header_n_secondary_nav li a:hover {
  text-decoration: underline;
}

/*
-----------------------------
MORE STORIES CONTAINER
-----------------------------
*/
.more_stories_container {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
}
@media screen and (min-width: 46.875em) {
  .more_stories_container {
    width: 75.0%;
    margin-right: 0%;
    box-sizing: border-box;
    margin-left: 25.0%;
  }
}
@media screen and (min-width: 59.375em) {
  .more_stories_container {
    width: 50.0%;
    margin-right: 0%;
    box-sizing: border-box;
    margin-left: 16.66667%;
  }
}
.more_stories_container .tertiary_teaser {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
}

.load_more_stories {
  display: none;
}

/*
-----------------------------
FOOTER
-----------------------------
*/
.footer_container {
  width: 100%;
  background-color: #f5f6f6;
  clear: both;
  border-top: 1px solid #d0d0d0;
  padding: 0px 10px 60px;
}

.footer_content {
  width: 100%;
  max-width: 1100px;
  margin: 40px auto 40px;
}

.footer_masthead {
  width: 130px;
  margin: 0 auto;
}
@media screen and (min-width: 31.25em) {
  .footer_masthead {
    width: 25%;
    margin-right: 0%;
    box-sizing: border-box;
    float: left;
    padding: 0 10px 0 0;
  }
}
@media screen and (min-width: 43.75em) {
  .footer_masthead {
    width: 20%;
    margin-right: 0%;
    box-sizing: border-box;
    margin-left: 5%;
    float: left;
    padding: 0 30px 0 0;
  }
}
.footer_masthead .footer_masthead_logo {
  width: 100%;
  padding-bottom: 33%;
  background-image: url("../siteart/crux_logo_footer.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  margin: 0px;
}
.footer_masthead .no-svg .footer_masthead_logo {
  background-image: url("../siteart/crux_logo_footer.png");
}
.footer_masthead .footer_tagline {
  font-size: 0.875em;
  font-style: italic;
  text-align: center;
  line-height: 120%;
  margin: 10px 0 20px 0;
}

.footer_right_container {
  width: 100%;
}
@media screen and (min-width: 31.25em) {
  .footer_right_container {
    width: 75%;
    margin-right: 0%;
    box-sizing: border-box;
    float: left;
    padding: 0 0 0 10px;
    border-left: 1px solid #d0d0d0;
  }
}
@media screen and (min-width: 43.75em) {
  .footer_right_container {
    width: 75%;
    margin-right: 0%;
    box-sizing: border-box;
    float: left;
    padding: 0 0 0 30px;
    border-left: 1px solid #d0d0d0;
  }
}
.footer_right_container .small_label, .footer_right_container .small_label_gray, .footer_right_container .big_label_special, .footer_right_container .right_rail_label {
  text-align: center;
  padding: 0 0 5px 0;
}
@media screen and (min-width: 37.5em) {
  .footer_right_container .small_label, .footer_right_container .small_label_gray, .footer_right_container .big_label_special, .footer_right_container .right_rail_label {
    text-align: left;
  }
}

.footer_links {
  margin: 0px 0 20px;
  padding: 0 0 10px 0;
  float: left;
  width: 100%;
  margin-right: 0%;
  box-sizing: border-box;
  background-image: -moz-linear-gradient(top, transparent 75%, #6f6f71 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #6f6f71 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #6f6f71 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #6f6f71 75%);
  background-size: 80px 2px;
  background-origin: padding-box;
  background-position: center 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 37.5em) {
  .footer_links {
    background-position: 0px 100%;
  }
}
.footer_links li {
  font-size: 0.75em;
  text-align: center;
  padding: 0 0 10px;
  font-weight: 700;
}
@media screen and (min-width: 18.125em) {
  .footer_links li {
    width: 50%;
    margin-right: 0%;
    box-sizing: border-box;
    float: left;
  }
}
@media screen and (min-width: 37.5em) {
  .footer_links li {
    width: auto;
    padding: 0px;
  }
  .footer_links li:before {
    content: '|';
    display: inline-block;
    margin: 0 5px;
    color: #a2a2a4;
  }
}
.footer_links li:nth-child(2):before {
  content: '';
  margin: 0px;
}
.footer_links li a {
  color: #6f6f71;
}
.footer_links li a:hover {
  color: #444;
}

.no-cssgradients .footer_links {
  background-image: url("../siteart/no_svg_rule.jpg");
  background-size: 80px 1px;
}

.footer_type {
  text-align: center;
  background-image: -moz-linear-gradient(top, transparent 75%, #6f6f71 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #6f6f71 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #6f6f71 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #6f6f71 75%);
  background-size: 80px 2px;
  background-origin: padding-box;
  font-weight: 700;
  color: #6f6f71;
  font-size: 0.75em;
  padding: 0 0 10px 0;
  background-position: center 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 37.5em) {
  .footer_type {
    text-align: left;
    background-position: 0px 100%;
  }
}
.footer_type a {
  color: #6f6f71;
}
.footer_type a:hover {
  color: #444;
}

.footer_type_plain {
  background-image: none;
  margin: 0px;
  padding: 0px;
}

.no-cssgradients .footer_type {
  background-image: url("../siteart/no_svg_rule.jpg");
  background-size: 80px 1px;
}
.no-cssgradients .footer_type_plain {
  background-image: none;
  margin: 0px;
  padding: 0px;
}

.social_media_footer {
  margin: 0 0 20px 0;
}
.social_media_footer .social_button {
  font-size: 0.6875em;
  font-family: helvetica, arial, sans-serif;
  margin: 0 5px 10px 0;
  padding-top: 9px;
  letter-spacing: .05em;
  height: 30px;
  float: left;
  width: 49%;
  margin-right: 2%;
  box-sizing: border-box;
}
.social_media_footer .social_button:nth-child(5) {
  margin-right: 0px;
}
.social_media_footer .social_button:nth-child(3) {
  margin-right: 0px;
}
@media screen and (min-width: 37.5em) {
  .social_media_footer .social_button {
    width: 90px;
    margin-right: 10px !important;
  }
}
.social_media_footer i {
  font-size: 1.125em;
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.social_media_footer .small_label, .social_media_footer .small_label_gray, .social_media_footer .big_label_special, .social_media_footer .right_rail_label {
  margin: 0 0 5px 0;
}

.newsletter_footer {
  width: 100%;
  margin: 0 0px 30px;
  display: none;
}
@media screen and (min-width: 31.25em) {
  .newsletter_footer {
    max-width: 400px;
  }
}
.newsletter_footer .form_field, .newsletter_footer .forms_container input[type=text], .forms_container .newsletter_footer input[type=text], .newsletter_footer .forms_container textarea, .forms_container .newsletter_footer textarea {
  margin: 0 0 10px 0;
}
.newsletter_footer .input_checkbox {
  padding: 0px;
  margin: 0px 0 10px 0;
}
.newsletter_footer .input_checkbox li {
  font-size: 0.875em;
}
.newsletter_footer .abstract, .newsletter_footer .abstract_light, .newsletter_footer .abstract_small, .newsletter_footer .forms_container .charleft, .forms_container .newsletter_footer .charleft, .newsletter_footer .gfield_description, .newsletter_footer .abstract_bio, .newsletter_footer .archive_search_link {
  margin: 0px 0 5px 0;
  font-size: 0.875em;
}
.newsletter_footer .abstract_small, .newsletter_footer .forms_container .charleft, .forms_container .newsletter_footer .charleft, .newsletter_footer .gfield_description {
  font-size: 0.75em;
}

#n_footer {
  cursor: pointer;
}
#n_footer:hover {
  color: #444;
}

.show {
  display: none;
}

/*
-----------------------------
scroll to
-----------------------------
*/
.scroll_to {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 15px;
  bottom: 40px;
  text-align: center;
  font-weight: normal;
  padding: 5px;
  background-color: #f1efea;
  background-color: rgba(241, 239, 234, 0.7);
  border-radius: 2px;
  display: none;
  border: 1px solid #f1efea;
}
.scroll_to i {
  font-size: 0.875em;
  color: #ca0002;
  margin: 0 0 1px 0;
  display: block;
}
.scroll_to span {
  font-weight: normal;
  font-size: 0.5625em;
  text-transform: uppercase;
  display: block;
  letter-spacing: .05em;
  color: #ca0002;
  font-weight: 700;
}

.pagination ul.page-numbers {
  padding: 0;
}
.pagination ul.page-numbers li {
  display: inline-block;
  margin: 10px;
}
.pagination ul.page-numbers li:first-child {
  margin-left: 0;
}

.infinite-scroll-container .pagination span.hor-line {
  display: block;
  width: 100%;
  border-top: 3px solid #d0d0d0;
  position: absolute;
  bottom: 45px;
}

/* color */
/*measures */
/* RED */
/* purple */
/* BROWN */
/*$gold:#d49b31; */
/* GRAYS */
/* BLUE */
/*social media */
/*menu colors */
pre {
  position: relative;
  z-index: 9999;
}

.xe-notice, .xe-warning, .kint {
  position: relative;
  z-index: 9999;
}

.print-only {
  display: none;
}

.abstract_byline a {
  background: none;
}

.comments_container {
  height: auto;
}

.email_social .social_media_button_text img {
  display: none;
}

.debate-footer {
  margin-left: 25%;
  margin-top: 40px;
}

.hidden {
  left: -9000px;
  top: -9000px;
}

.photo_byline_module .photo img,
.tagline_content .author_avatar img,
.teaser_image_small img,
.teaser_image_off_lede img,
.teaser_image_feature img,
.archive_mugshot img,
.teaser_image_special img,
.tagline_bio .author_avatar,
.top_content .photo img,
.gallery_tease_image img {
  height: auto;
}

.bio_information .photo {
  float: left;
  width: auto;
  margin: 0 15px 10px 0;
}

.arg0-about .tagline_bio_story_bottom .posts-found {
  display: none;
}
.arg0-about .tagline_bio_story_bottom p:empty {
  margin: 0;
}

.today_alert, .today_alert_sf, .today_alert_inside, .today_alert_sf {
  overflow: hidden;
  background-color: transparent;
  padding: 0;
  margin-bottom: 20px;
}
.today_alert:empty, .today_alert_sf:empty, .today_alert_inside:empty, .today_alert_sf:empty {
  display: none;
}
.today_alert .bugme, .today_alert_sf .bugme, .today_alert_inside .bugme, .today_alert_sf .bugme {
  padding: 15px 60px;
  z-index: 100 !important;
}
.today_alert .bugme .bugme-close, .today_alert_sf .bugme .bugme-close, .today_alert_inside .bugme .bugme-close, .today_alert_sf .bugme .bugme-close {
  top: 16px;
  font-style: normal;
}

.home .today_alert, .home .today_alert_sf {
  margin-bottom: 0;
  clear: both;
}

.infinite-scroll-container {
  position: relative;
  padding-bottom: 50px;
}
.infinite-scroll-container nav.pagination {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.infinite-scroll-container nav.pagination * {
  display: none;
}
.infinite-scroll-container nav.pagination .next {
  display: inline-block;
}
.infinite-scroll-container nav.pagination .next span {
  display: inline-block;
  padding: 3px 0 3px 27px;
}
.infinite-scroll-container.loading .pagination .next {
  background-color: #a2a2a4;
}
.infinite-scroll-container.loading .pagination .next span {
  background: url(../siteart/loader-small.gif) 0 0 no-repeat;
}

.new-portion .teaser-list .basic_teaser,
.archive_container .new-portion .teaser-list .basic_teaser,
.archive_search_topper .new-portion .teaser-list .basic_teaser {
  border-top: 3px solid #d0d0d0;
}

.river .next span, .comments_container .next span {
  display: inline-block;
  padding: 1px 0 3px 25px;
}
.river .next.loading, .comments_container .next.loading {
  background-color: #a2a2a4;
}
.river .next.loading span, .comments_container .next.loading span {
  background: url(../siteart/loader-small.gif) 0 0 no-repeat;
}

.new-portion .archive_container .basic_teaser:nth-child(1), .new-portion .archive_search_topper .basic_teaser:nth-child(1) {
  border-top-width: 3px;
}

.related_container figure {
  margin: 0;
}

.events-archive .page_container, .page-template-404-php .page_container {
  background: none;
}

.tmce-active {
  border: solid 1px #6f6f71;
}

.gform_input_half_width {
  width: 50%;
  float: left;
}

.gform_input_half_width_margin .ginput_container {
  margin-right: 10px;
}

.advert_container.empty {
  display: none !important;
}

.medium_rect_one_index.no_ad,
.medium_rect_three_index.no_ad,
.medium_rect_four_index.no_ad,
.medium_rect_four_story.no_ad,
.medium_rect_two_category.no_ad {
  padding: 0;
  border-width: 0;
}

.large_rectangle_ad_index.no_ad {
  padding: 0;
  border-bottom-width: 0;
}

.medium_rectangle_ad_two_container_index.category, .category.medium_rectangle_ad_two_container_story {
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
  padding-top: 10px;
  width: 100%;
  clear: both;
}
@media screen and (min-width: 37.5em) and (max-width: 59.375em) {
  .medium_rectangle_ad_two_container_index.category .medium_rect_two_index, .category.medium_rectangle_ad_two_container_story .medium_rect_two_index,
  .medium_rectangle_ad_two_container_index.category .newsletter_hidden,
  .category.medium_rectangle_ad_two_container_story .newsletter_hidden {
    width: 48%;
  }
}

@media screen and (max-width: 37.5em) {
  .medium_rectangle_ad_two_container_index.no_ad, .no_ad.medium_rectangle_ad_two_container_story, .medium_rectangle_ad_two_container_story.no_ad {
    border-width: 0;
    padding: 0;
  }
}
@media screen and (min-width: 37.5em) and (max-width: 59.375em) {
  .medium_rectangle_ad_two_container_index.no_ad, .no_ad.medium_rectangle_ad_two_container_story, .medium_rectangle_ad_two_container_story.no_ad {
    border-width: 0;
    padding: 0;
  }
  .medium_rectangle_ad_two_container_index.no_ad .medium_rect_two_index, .no_ad.medium_rectangle_ad_two_container_story .medium_rect_two_index, .medium_rectangle_ad_two_container_story.no_ad .medium_rect_two_index {
    width: 0;
  }
  .medium_rectangle_ad_two_container_index.no_ad .newsletter_hidden, .no_ad.medium_rectangle_ad_two_container_story .newsletter_hidden, .medium_rectangle_ad_two_container_story.no_ad .newsletter_hidden {
    border-left: 0;
    width: 88%;
  }
}

/* new ads position styles */
.medium_rect_two_category {
  display: block;
  padding: 10px 0;
}
.medium_rect_two_category.top {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
@media screen and (max-width: 59.375em) {
  .medium_rect_two_category.top {
    display: none;
  }
}
.medium_rect_two_category.bottom {
  border-top: 3px solid #d0d0d0;
}
@media screen and (min-width: 59.375em) {
  .medium_rect_two_category.bottom {
    display: none;
  }
}

/* BugMeBar Colour options */
.bugme {
  background: #f1efea;
  color: #000000;
  font-size: inherit;
}

.bugme-close {
  right: 20px;
}

.bugme-close.bugme-close-left {
  right: auto;
  left: 0;
}

.bugme a {
  color: #444;
}

.bugme a:hover {
  color: #8D0001;
}

.bugme a.bugme-close {
  color: #ca0002;
}

.bugme a.bugme-close:hover {
  color: #34495e;
}

.bugme_pipe:after {
  content: ' | ';
}

@-webkit-keyframes colour {
  0% {
    background-color: #f1efea;
  }
  15% {
    background-color: #2ecc71;
  }
  28% {
    background-color: #1abc9c;
  }
  41% {
    background-color: #9b59b6;
  }
  53% {
    background-color: #e74c3c;
  }
  65% {
    background-color: #f39c12;
  }
  78% {
    background-color: #e67e22;
  }
  90% {
    background-color: #2ecc71;
  }
  100% {
    background-color: #f1efea;
  }
}
@-moz-keyframes colour {
  0% {
    background-color: #f1efea;
  }
  15% {
    background-color: #2ecc71;
  }
  28% {
    background-color: #1abc9c;
  }
  41% {
    background-color: #9b59b6;
  }
  53% {
    background-color: #e74c3c;
  }
  65% {
    background-color: #f39c12;
  }
  78% {
    background-color: #e67e22;
  }
  90% {
    background-color: #2ecc71;
  }
  100% {
    background-color: #f1efea;
  }
}
@-ms-keyframes colour {
  0% {
    background-color: #f1efea;
  }
  15% {
    background-color: #2ecc71;
  }
  28% {
    background-color: #1abc9c;
  }
  41% {
    background-color: #9b59b6;
  }
  53% {
    background-color: #e74c3c;
  }
  65% {
    background-color: #f39c12;
  }
  78% {
    background-color: #e67e22;
  }
  90% {
    background-color: #2ecc71;
  }
  100% {
    background-color: #f1efea;
  }
}
@-o-keyframes colour {
  0% {
    background-color: #f1efea;
  }
  15% {
    background-color: #2ecc71;
  }
  28% {
    background-color: #1abc9c;
  }
  41% {
    background-color: #9b59b6;
  }
  53% {
    background-color: #e74c3c;
  }
  65% {
    background-color: #f39c12;
  }
  78% {
    background-color: #e67e22;
  }
  90% {
    background-color: #2ecc71;
  }
  100% {
    background-color: #f1efea;
  }
}
@keyframes colour {
  0% {
    background-color: #f1efea;
  }
  15% {
    background-color: #2ecc71;
  }
  28% {
    background-color: #1abc9c;
  }
  41% {
    background-color: #9b59b6;
  }
  53% {
    background-color: #e74c3c;
  }
  65% {
    background-color: #f39c12;
  }
  78% {
    background-color: #e67e22;
  }
  90% {
    background-color: #2ecc71;
  }
  100% {
    background-color: #f1efea;
  }
}
/**
 * Mailchimp throbber
 */
.mc4wp-ajax-loader {
  vertical-align: middle;
  height: 16px;
  width: 16px;
  border: 0;
  background: url("../../../../plugins/mailchimp-for-wp-pro/assets/img/ajax-loader.gif");
}

.main .comment_counter_container {
  display: none;
}

.main span.comment_counter {
  display: inline-block;
}

span.tagline_link_separator:after {
  content: ' | ';
  display: inline-block;
  margin: 0 5px;
  color: #a2a2a4;
}

/* no separate file bc it's handled incorrectly by css concatenator (w3tc) */
@media print {
  .print-only {
    display: block;
  }

  .advert_container, div#menu, div#search, .header_n_social, .button, .button_two,
  aside.right_rail_story_page, div#social_media_story, aside.related_container, div.social_media.social_media_two,
  .adskip_top, .today_alert, .today_alert_sf, .today_alert_inside, .medium_rectangle_ad_two_container_story, .medium_rect_four_story.clearfix, .ads_overline, .ad_placeholder,
  .form.mc4wp-form, #social_media_sticky, #scroll_to span, #scroll_to i, .feature_tease_right_rail_inside > *, footer, .comments_container,
  aside ul.story_tags.clearfix, #river, a.tagline_link_button i, a.tagline_link_button span, .abstract_bio .more_link, .abstract_bio .entry-content .excerpt-read-more, .entry-content .abstract_bio .excerpt-read-more {
    display: none;
  }

  .tagline_bio_story_bottom {
    border: none;
  }
  .tagline_bio_story_bottom .tagline_link_button, .tagline_bio_story_bottom .tagline_link_separator {
    display: none;
  }

  .header_n_name, .header_n_section_container, .header_n_section_container {
    background: none;
  }

  .print-logo {
    margin: -6px 0 0 0;
  }

  h2.header_n_overline:after {
    display: block;
    content: "Online at www.cruxnow.com";
    margin-bottom: 10px;
    margin-top: 6px;
    font-weight: bold;
    font-style: normal;
  }

  .feature_tease_right_rail_inside > .widget_text {
    display: block;
  }
  .feature_tease_right_rail_inside > .widget_text .textwidget {
    font-size: 0;
  }
  .feature_tease_right_rail_inside > .widget_text .textwidget .print-only {
    font-size: 16px;
  }

  footer.footer_container:after {
    font-family: "Sentinel SSm A","Sentinel SSm B",Georgia,Times,"Times New Roman",serif;
    color: #444;
    content: "(c) Boston Globe Media Partners, LLC. Visit Crux online at www.cruxnow.com";
  }
}
.teaser.lead_teaser {
  position: relative;
}

.river-no-top-borber > .teaser-list > .teaser:nth-child(1) {
  border-top: none;
  padding-top: 5px;
}

#social_media_sticky_no_story .follow_label {
  padding-right: 4px;
  text-align: right;
  border-bottom: 1px solid #e8e9ea;
  font-weight: 700;
  font-size: 0.9em;
  color: #444;
}
@media screen and (min-width: 31.25em) {
  #social_media_sticky_no_story .follow_label {
    padding-right: 8px;
  }
}

.feature_tease_container .abstract, .feature_tease_container_inside .abstract, .feature_tease_container .abstract_light, .feature_tease_container_inside .abstract_light, .feature_tease_container .abstract_small, .feature_tease_container_inside .abstract_small, .feature_tease_container .forms_container .charleft, .forms_container .feature_tease_container .charleft, .feature_tease_container_inside .forms_container .charleft, .forms_container .feature_tease_container_inside .charleft, .feature_tease_container .gfield_description, .feature_tease_container_inside .gfield_description, .feature_tease_container .abstract_bio, .feature_tease_container_inside .abstract_bio, .feature_tease_container .archive_search_link, .feature_tease_container_inside .archive_search_link {
  line-height: 120%;
}

.headlines_digest li a.comment_counter_container {
  color: #ca0002;
}

.headlines_digest li a.comment_counter_container:hover {
  color: #ca0002;
}

.validation_error {
  color: #ca0002;
  margin-bottom: 5px;
  font-style: italic;
}

.gfield_description.validation_message {
  color: #ca0002;
  font-size: 0.7875em;
  font-weight: bold;
}

@media screen and (max-width: 700px) {
  .biography_contact_info .full-width {
    padding-top: 0px;
  }
  .biography_contact_info .full-width a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 10px;
  }
}
@media screen and (min-width: 31.25em) and (max-width: 59.375em) {
  .right_rail_index .trending_full_width {
    width: 100%;
  }
  .right_rail_index .trending_full_width li {
    text-align: center;
    margin-left: 0px;
  }
  .right_rail_index .trending_full_width li span {
    margin: auto;
    display: block;
  }
}
@media screen and (max-width: 34.375em) {
  .right_rail_index .trending_full_width li {
    text-align: left;
    margin-left: 25px;
  }
  .right_rail_index .trending_full_width li span {
    margin-right: 5px;
    display: inline-block;
  }
}
.events_notify {
  text-align: center;
  font-size: 12px;
}

/* page structures */
/*
-----------------------------
TOP OF PAGE AND LEAD
-----------------------------
*/
@media screen and (min-width: 59.375em) {
  .page_container {
    background-image: -moz-linear-gradient(left, transparent 75%, #d0d0d0 75%);
    background-image: -webkit-linear-gradient(left, transparent 75%, #d0d0d0 75%);
    background-image: -o-linear-gradient(left, transparent 75%, #d0d0d0 75%);
    background-image: linear-gradient(to left, transparent 75%, #d0d0d0 75%);
    background-size: 2px 2px;
    background-origin: padding-box;
    background-position: 66.8% 100%;
    background-repeat: repeat-y;
  }
}

@media screen and (min-width: 59.375em) {
  .no-cssgradients .page_container {
    background-image: url("../siteart/rule_dot.jpg");
    background-size: auto auto;
  }
}

.page_container_wide {
  background-image: none;
}

.top_content {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
  position: relative;
}
.top_content .photo {
  margin: 0 0 5px 0;
  padding: 0;
}
@media screen and (min-width: 59.375em) {
  .top_content .photo {
    float: left;
    width: 100%;
    margin-right: 0%;
    box-sizing: border-box;
  }
}
.top_content img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 59.375em) {
  .cutline_module {
    width: 100%;
    margin-right: 0%;
    box-sizing: border-box;
    bottom: 0px;
    right: 0px;
    padding: 0 0 10px 0px;
  }
}

.gallery-icon {
  margin-bottom: 5px;
}

.photo_byline_module {
  position: relative;
  margin: 0 0 0px 0;
}
@media screen and (min-width: 59.375em) {
  .photo_byline_module {
    width: 100.0%;
    margin-right: 0%;
    box-sizing: border-box;
  }
}
.photo_byline_module .photo {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 59.375em) {
  .photo_byline_module .photo {
    float: left;
    width: 66.66667%;
    margin-right: 0%;
    box-sizing: border-box;
    max-width: 950px;
  }
}
.photo_byline_module .photo img {
  width: 100%;
}
@media screen and (min-width: 59.375em) {
  .photo_byline_module .cutline_module {
    width: 66.66667%;
    margin-right: 0%;
    box-sizing: border-box;
    bottom: 0px;
    right: 0px;
    padding: 0 0 10px 0px;
    clear: left;
  }
}

.byline_module {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
}
@media screen and (min-width: 59.375em) {
  .byline_module {
    display: block;
    width: 33.33333%;
    margin-right: 0%;
    box-sizing: border-box;
    position: absolute;
    right: 0px;
    top: 0px;
    margin-left: 0px;
  }
}
.byline_module .tagline_content {
  display: none;
}
@media screen and (min-width: 59.375em) {
  .byline_module .tagline_content {
    display: block;
  }
}

.gallery-item .cutline_text {
  font-size: 0.75em;
}

/*
-----------------------------
STORY BODY ITEMS
-----------------------------
*/
.story_text {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 43.75em) {
  .story_text {
    width: 75.0%;
    margin-right: 0%;
    box-sizing: border-box;
    float: left;
  }
}
@media screen and (min-width: 59.375em) {
  .story_text {
    width: 75%;
    margin-right: 0%;
    box-sizing: border-box;
    padding: 0;
    margin-left: 180px;
    float: none;
  }
}

.story_text_gallery .related_container {
  display: none;
}

.debate_bottom_story {
  border-top: 1px solid #d0d0d0;
  clear: both;
  padding: 30px 0 0 0;
}

.content_container {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
  padding-bottom: 20px;
}
@media screen and (min-width: 59.375em) {
  .content_container {
    width: 66.66667%;
    margin-right: 0%;
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
  }
}

.double_edit_container, .omg_sig_container {
  margin: 0;
  padding: 0;
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
}
@media screen and (min-width: 43.75em) {
  .double_edit_container, .omg_sig_container {
    width: 25.0%;
    margin-right: 0%;
    box-sizing: border-box;
    float: left;
  }
}
@media screen and (min-width: 59.375em) {
  .double_edit_container, .omg_sig_container {
    width: 25%;
    margin-right: 0%;
    box-sizing: border-box;
    float: left;
  }
}

@media screen and (min-width: 43.75em) {
  .sum_points_container {
    margin: 54px 0 0 0;
    float: left;
  }
}

.related_container {
  margin: 0 0 20px 0;
  padding: 8px 0px 0 0;
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
  clear: both;
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
}
@media screen and (min-width: 43.75em) {
  .related_container {
    border-top: 0px solid #d0d0d0;
    width: 28.88889%;
    margin-right: 1.66667%;
    box-sizing: border-box;
    position: absolute;
    left: -33.3333%;
    top: 50%;
    border-bottom: 0px;
    padding: 0px 15px 0 0;
  }
}
@media screen and (min-width: 59.375em) {
  .related_container {
    width: 29.16667%;
    margin-right: 2.5%;
    box-sizing: border-box;
  }
}
.related_container .right_link {
  font-size: 1em;
}

.social_media {
  margin: 0 0 10px 0;
  padding: 0px 0px 0 0;
  overflow: hidden;
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
  clear: left;
}
@media screen and (min-width: 43.75em) {
  .social_media {
    clear: none;
  }
}

.newsletter_container_in_stream {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  margin: 0 0 15px 0;
  padding: 15px 0 0;
}
@media screen and (min-width: 59.375em) {
  .newsletter_container_in_stream {
    display: none;
  }
}
.newsletter_container_in_stream .newsletter_ws {
  display: none;
}
.newsletter_container_in_stream .form_field, .newsletter_container_in_stream .forms_container input[type=text], .forms_container .newsletter_container_in_stream input[type=text], .newsletter_container_in_stream .forms_container textarea, .forms_container .newsletter_container_in_stream textarea {
  margin-bottom: 15px;
}
.newsletter_container_in_stream .input_checkbox {
  padding: 0px;
  margin: -5px 0 15px 0;
}
.newsletter_container_in_stream .input_checkbox li {
  text-align: left;
  margin: 10px 0 15px 10px;
  float: left;
  margin: 0px 0 15px 0;
  width: 100%;
  text-indent: 0px;
}
.newsletter_container_in_stream .input_checkbox li:before {
  display: none;
}
.newsletter_container_in_stream .input_checkbox li:nth-child(2) {
  margin-right: 0px;
}
@media screen and (min-width: 26.5625em) {
  .newsletter_container_in_stream .input_checkbox li {
    width: 48.75%;
    margin-right: 2.5%;
    box-sizing: border-box;
    float: left;
  }
}
.newsletter_container_in_stream .input_checkbox li label {
  padding: 12px 10px 10px 15px;
  background-color: #e8e9ea;
  border-radius: 2px;
  display: block;
  margin: 0px;
}
@media screen and (min-width: 31.25em) {
  .newsletter_container_in_stream .button, .newsletter_container_in_stream .button_two {
    width: 300px;
    margin: 0 auto 20px;
  }
}
.newsletter_container_in_stream .abstract_small, .newsletter_container_in_stream .forms_container .charleft, .forms_container .newsletter_container_in_stream .charleft, .newsletter_container_in_stream .gfield_description {
  font-size: 0.6875em;
  text-align: center;
}
.newsletter_container_in_stream ul li {
  text-indent: 0px;
}
.newsletter_container_in_stream ul li:before {
  display: none;
}

/*
-----------------------------
BOTTOM OF THE PAGE
-----------------------------
*/
.bottom_content {
  clear: both;
  position: relative;
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.bottom_content .river, .bottom_content .comments_container {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
  padding-bottom: 20px;
}
@media screen and (min-width: 43.75em) {
  .bottom_content .river, .bottom_content .comments_container {
    width: 75%;
    margin-right: 0%;
    box-sizing: border-box;
    margin-left: 25%;
    padding: 30px 0px 20px 0;
  }
}
@media screen and (min-width: 59.375em) {
  .bottom_content .river, .bottom_content .comments_container {
    padding: 30px 20px 20px 0;
    width: 50.41667%;
    margin-right: 0%;
    box-sizing: border-box;
    margin-left: 16.25%;
    clear: both;
  }
}
.bottom_content .river .medium_rect_four_index, .bottom_content .comments_container .medium_rect_four_index {
  border-top: 1px solid #d0d0d0;
}
.bottom_content .digest_teaser {
  border-top: 1px solid #d0d0d0;
  padding: 15px 0 3px 0;
  margin: 0 0 0 0;
}
.bottom_content .digest_teaser:nth-child(4) {
  border-top: 3px solid #d0d0d0;
}
.bottom_content .digest_teaser h3 {
  font-size: 0.875em;
}
@media screen and (min-width: 31.25em) {
  .bottom_content .digest_teaser h3 {
    font-size: 1em;
  }
}
.bottom_content .digest_teaser .digest_comments {
  color: #ca0002;
  font-size: 0.65625em;
  padding: 0 0 0 8px;
}
.bottom_content .digest_teaser .digest_comments:hover {
  background-image: none;
}

.full_width {
  min-width: 100%;
  background-image: none;
  margin-left: 0;
}
.full_width .related_container {
  display: none;
}
.full_width .timestamp_basic_n {
  font-size: .8125em;
}
.full_width .river, .full_width .comments_container {
  margin: 0 auto;
}
.full_width .inside_lead_headline {
  width: 100%;
}
.full_width .comments_container {
  height: auto;
}

.comments_container {
  height: auto;
}

/*
-----------------------------
RIGHT RAIL
-----------------------------
*/
@media screen and (min-width: 43.75em) {
  .right_rail_story_page {
    width: 75.0%;
    margin-right: 0%;
    box-sizing: border-box;
    margin-left: 25.0%;
  }
}
@media screen and (min-width: 59.375em) {
  .right_rail_story_page {
    float: right;
    width: 33.33333%;
    margin-right: 0%;
    box-sizing: border-box;
    margin: 0px;
  }
}
@media screen and (min-width: 59.375em) {
  .right_rail_story_page .advert_container {
    padding-top: 20px;
    border-top: 3px solid #d0d0d0;
    max-width: 300px;
  }
}
.right_rail_story_page .newsletter_container {
  float: left;
  width: 20px;
  margin: 0px;
  display: none;
}
@media screen and (min-width: 59.375em) {
  .right_rail_story_page .newsletter_container {
    padding: 0;
    width: 100%;
    max-width: none;
    display: block;
  }
}

.trending_list_container {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
  clear: both;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 43.75em) {
  .trending_list_container {
    width: 100%;
    margin-right: 0%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 59.375em) {
  .trending_list_container {
    padding-top: 20px;
    border-top: 3px solid #d0d0d0;
    max-width: 300px;
    margin: 0 auto 40px;
  }
}

@media screen and (min-width: 59.375em) {
  .feature_tease_right_rail_inside {
    width: 33.3333% !important;
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
  }
}

.feature_tease_container_inside {
  overflow-x: scroll;
}

/*
-----------------------------
OMG 
-----------------------------
*/
.omg_sig_container {
  width: 100%;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #d0d0d0;
  margin: 0 0 20px 0;
  word-wrap: break-word;
}
@media screen and (min-width: 43.75em) {
  .omg_sig_container {
    padding-right: 20px;
    border: 0px;
  }
}
.omg_sig_container .abstract, .omg_sig_container .abstract_light, .omg_sig_container .abstract_small, .omg_sig_container .forms_container .charleft, .forms_container .omg_sig_container .charleft, .omg_sig_container .gfield_description, .omg_sig_container .abstract_bio, .omg_sig_container .archive_search_link {
  line-height: 140%;
}
.omg_sig_container .sig_links {
  padding: 8px 0 0 0;
  min-height: 50px;
}
.omg_sig_container .sig_links a {
  font-size: 0.875em;
  display: inline;
  margin: 0 0 0 8px;
}
@media screen and (min-width: 43.75em) {
  .omg_sig_container .sig_links a {
    display: block;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
  }
}
.omg_sig_container .sig_links a:before {
  content: ' | ';
  display: inline-block;
  margin: 0 8px 0 0;
}
@media screen and (min-width: 46.875em) {
  .omg_sig_container .sig_links a:before {
    content: '';
    display: none;
  }
}
.omg_sig_container .sig_links a:first-child {
  margin: 0;
}
.omg_sig_container .sig_links a:first-child:before {
  content: '';
  display: none;
  margin: 0 8px 0 0;
}
.omg_sig_container .right_link {
  display: inline-block;
}
@media screen and (min-width: 18.75em) {
  .omg_sig_container .vp_submit_link:after {
    content: ' | ';
    display: inline-block;
    margin: 0 5px;
  }
}
@media screen and (min-width: 43.75em) {
  .omg_sig_container .vp_submit_link {
    margin-bottom: 10px;
  }
  .omg_sig_container .vp_submit_link:after {
    content: '';
    margin: 0;
  }
}

.omg_sig {
  width: 85px;
  margin: 0px auto;
  border-bottom: 3px solid #d0d0d0;
  margin: 0 10px 0px 0;
  float: left;
}
@media screen and (min-width: 28.125em) {
  .omg_sig {
    width: 100px;
  }
}
@media screen and (min-width: 43.75em) {
  .omg_sig {
    float: none;
    width: 120px;
    margin: 0 auto 20px;
  }
}
.omg_sig img {
  width: 80%;
  margin: 0px auto;
  max-width: 120px;
}

.no_rule {
  border-bottom: 0px;
}

.omg_sig_separator {
  padding: 14px 10px 0px 0;
  margin: 10px 0 0 0;
  background-image: -moz-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #a2a2a4 75%);
  background-size: 50px 2px;
  background-origin: padding-box;
  background-position: 0px top;
  background-repeat: no-repeat;
}

.omg_dropcap {
  color: #ca0002;
  font-size: 1.375em;
  display: inline-block;
  margin: 0 10px 0 0;
  font-family: "Sentinel A", "Sentinel B", Georgia, Times, "Times New Roman", serif;
  font-weight: 700;
}

.vp_submit_link {
  margin: 0px;
}

.omg_widowshade {
  display: none;
}
@media screen and (min-width: 37.5em) {
  .omg_widowshade {
    display: block;
  }
}

.vp_sig {
  display: none;
}
@media screen and (min-width: 43.75em) {
  .vp_sig {
    display: block;
  }
}

/*
-----------------------------
404 page 
-----------------------------
*/
.content_container_wide {
  margin: 0px auto 0;
  padding-top: 15px;
  float: none;
  min-height: 400px;
}

.not_found_head {
  font-size: 1em;
  line-height: 110%;
  margin: 0 0 3px 8px;
  text-indent: -8px;
  color: #a2a2a4;
  font-weight: 600;
  font-style: italic;
}
@media screen and (min-width: 21.875em) {
  .not_found_head {
    font-size: 1.25em;
    margin: 0 0 5px 8px;
  }
}
@media screen and (min-width: 31.25em) {
  .not_found_head {
    font-size: 1.375em;
    line-height: 110%;
    margin: 20px 0 8px 20px;
    text-indent: -10px;
    padding-left: 10px;
  }
}

.not_found_container {
  border: 1px solid #d0d0d0;
  padding: 10px 0 0 10px;
  margin: 0 0 30px 0;
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(241, 239, 234, 0.7);
  /* background-image:url('../siteart/stripe-pattern.png'); */
}
@media screen and (min-width: 43.75em) {
  .not_found_container {
    width: 80%;
    margin: 30px auto 30px;
  }
}
.not_found_container .not_found_inside {
  padding: 15px 0px 5px;
  background-color: white;
}

.not_found_quote_tag {
  font-size: 0.75em;
  margin: 2px 0 0 8px;
  line-height: 115%;
}
@media screen and (min-width: 31.25em) {
  .not_found_quote_tag {
    font-size: 0.875em;
    margin: 0 0 0 15px;
  }
}

.not_found_main {
  float: right;
  padding: 0px;
  display: block;
  margin: 0px;
  width: 90px;
}
@media screen and (min-width: 31.25em) {
  .not_found_main {
    width: 130px;
  }
}
.not_found_main img {
  width: 100%;
}

.not_found_list {
  padding: 0px;
  margin: 8px 0 30px 0;
}
.not_found_list li {
  text-indent: -10px;
  margin: 0 0 15px 10px;
  font-weight: 700;
  padding: 0px 0 0 10px;
  font-size: 0.875em;
}
@media screen and (min-width: 37.5em) {
  .not_found_list li {
    font-size: 1em;
  }
}
.not_found_list li:before {
  content: '\f04d';
  font-family: "icon";
  font-size: 0.625em;
  color: #ca0002;
  display: inline-block;
  margin: 0 8px 0 0;
}
.not_found_list li i {
  font-size: 0.75em;
}

.not_found_trending_container .small_label, .not_found_trending_container .small_label_gray, .not_found_trending_container .big_label_special, .not_found_trending_container .right_rail_label {
  margin: 0 0 10px 0;
}
.not_found_trending_container .trending_list_container {
  width: 100%;
  max-width: none;
}
.not_found_trending_container .trending_list_container .big_label, .not_found_trending_container .trending_list_container .forms_container .gform_title, .forms_container .not_found_trending_container .trending_list_container .gform_title {
  margin: 0 0 15px;
}
.not_found_trending_container .trending_list, .not_found_trending_container .trending_list_art {
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 37.5em) {
  .not_found_trending_container .trending_list li, .not_found_trending_container .trending_list_art li {
    font-size: 1.125em;
    padding: 0 0 10px 0;
  }
  .not_found_trending_container .trending_list li span, .not_found_trending_container .trending_list_art li span {
    font-size: 0.8125em;
    display: inline-block;
    margin: 0 8px 0 0;
    line-height: 25px;
  }
}

/* 
----------------
LEAD STORY CONTAINER AND STYLES
----------------
*/
.index_top_content {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
  margin: 0 0 25px 0;
}
.index_top_content .lede_teaser {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
}

.top_story_container, .section_front_content_container {
  position: relative;
  padding: 0 0 0px 0;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 56.25em) {
  .top_story_container, .section_front_content_container {
    width: 66.66667%;
    margin-right: 0%;
    box-sizing: border-box;
    float: left;
    margin: 0 0 20px;
    padding-right: 15px;
    border-right: 1px solid #d0d0d0;
  }
}
@media screen and (min-width: 40.625em) {
  .top_story_container .teaser_text_background, .section_front_content_container .teaser_text_background {
    position: absolute;
    background-color: #f1efea;
    background-color: rgba(241, 239, 234, 0.87);
    padding: 15px;
    bottom: 0px;
    left: 0;
    top: 0px;
    width: 300px;
  }
  .top_story_container .teaser_text_background .byline_container, .section_front_content_container .teaser_text_background .byline_container {
    background-position: left;
    border-bottom: 0px;
  }
  .top_story_container .teaser_text_background .byline_container .abstract_byline, .section_front_content_container .teaser_text_background .byline_container .abstract_byline {
    text-align: left;
    background-position: left top;
  }
}
@media screen and (min-width: 56.25em) {
  .top_story_container .teaser_text_background, .section_front_content_container .teaser_text_background {
    margin: 0 auto;
    width: 320px;
    height: 450px;
  }
}
.top_story_container .teaser_text_background .digest_comments, .section_front_content_container .teaser_text_background .digest_comments {
  color: #ca0002;
}
.top_story_container .teaser_text_background_right, .section_front_content_container .teaser_text_background_right {
  right: 0px;
  left: auto;
}
.top_story_container .teaser_text_background_bottom, .section_front_content_container .teaser_text_background_bottom {
  height: auto;
  width: auto;
  top: auto;
  right: 0px;
}
.top_story_container .abstract_byline_special_mug, .section_front_content_container .abstract_byline_special_mug {
  border-bottom: 1px solid #a2a2a4;
  background-image: -moz-linear-gradient(top, transparent 75%, #6f6f71 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #6f6f71 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #6f6f71 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #6f6f71 75%);
}
.top_story_container .abstract_byline_special_mug a, .section_front_content_container .abstract_byline_special_mug a {
  color: #6f6f71;
}
.top_story_container a .byline_affiliation_n, .section_front_content_container a .byline_affiliation_n {
  color: #6f6f71;
}
.top_story_container .story_refer a, .top_story_container .story_refer_special a, .section_front_content_container .story_refer a, .section_front_content_container .story_refer_special a {
  color: #444;
}
.top_story_container .story_refer a span, .top_story_container .story_refer_special a span, .section_front_content_container .story_refer a span, .section_front_content_container .story_refer_special a span {
  color: #6f6f71;
}
.top_story_container .story_refer a:hover, .top_story_container .story_refer_special a:hover, .section_front_content_container .story_refer a:hover, .section_front_content_container .story_refer_special a:hover {
  color: #8d0001;
}
.top_story_container .story_refer a:hover span, .top_story_container .story_refer_special a:hover span, .section_front_content_container .story_refer a:hover span, .section_front_content_container .story_refer_special a:hover span {
  color: #8d0001;
}
.top_story_container .abstract_byline_n, .top_story_container .abstract_byline_special_mug, .section_front_content_container .abstract_byline_n, .section_front_content_container .abstract_byline_special_mug {
  background-image: -moz-linear-gradient(top, transparent 75%, #6f6f71 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #6f6f71 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #6f6f71 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #6f6f71 75%);
  color: #6f6f71;
}
.top_story_container .abstract_byline_n a, .top_story_container .abstract_byline_special_mug a, .section_front_content_container .abstract_byline_n a, .section_front_content_container .abstract_byline_special_mug a {
  color: #6f6f71;
}

.off_lede_container {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
  border-top: 3px solid #d0d0d0;
  padding-top: 20px;
  margin: 0 0 20px 0;
  position: relative;
}
@media screen and (min-width: 56.25em) {
  .off_lede_container {
    width: 33.33333%;
    margin-right: 0%;
    box-sizing: border-box;
    float: left;
    padding: 0 0 0 20px;
    border-top: 0px;
  }
}
.off_lede_container .tertiary_teaser .teaser_text_container {
  width: 100%;
}
.off_lede_container .tertiary_teaser .teaser_text_container .abstract, .off_lede_container .tertiary_teaser .teaser_text_container .abstract_light, .off_lede_container .tertiary_teaser .teaser_text_container .abstract_small, .off_lede_container .tertiary_teaser .teaser_text_container .forms_container .charleft, .forms_container .off_lede_container .tertiary_teaser .teaser_text_container .charleft, .off_lede_container .tertiary_teaser .teaser_text_container .gfield_description, .off_lede_container .tertiary_teaser .teaser_text_container .abstract_bio, .off_lede_container .tertiary_teaser .teaser_text_container .archive_search_link {
  display: block;
}
.off_lede_container .basic_teaser h2 {
  margin: 0 0 10px 0;
}
.off_lede_container .basic_teaser h3 {
  font-size: 1.125em;
}
.off_lede_container .tertiary_teaser_text .large_text_teaser_headline {
  width: 100%;
  background-color: transparent;
  float: none;
  padding: 0px;
}
.off_lede_container .tertiary_teaser_text .teaser_text_container {
  width: 100%;
}

.off_lede_container {
  position: relative;
}
@media screen and (min-width: 56.25em) {
  .off_lede_container {
    height: 450px;
  }
}
.off_lede_container .basic_teaser .special_teaser {
  position: relative;
}
@media screen and (min-width: 40.625em) {
  .off_lede_container .basic_teaser .special_teaser .teaser_image_special {
    width: 47.70833%;
    margin-right: 0.41667%;
    box-sizing: border-box;
    float: left;
    margin: 0 12px 0 0;
  }
}
@media screen and (min-width: 56.25em) {
  .off_lede_container .basic_teaser .special_teaser .teaser_image_special {
    width: 100.0%;
    margin-right: 0%;
    box-sizing: border-box;
    float: none;
    margin: 0 0 12px 0;
  }
}
.off_lede_container .basic_teaser .special_teaser .abstract_byline_special_mug {
  margin-bottom: 0px;
}
.off_lede_container .basic_teaser .special_teaser .abstract_byline_special_mug br.byline_splitter {
  display: block;
}
.off_lede_container .basic_teaser .special_teaser .story_refer, .off_lede_container .basic_teaser .special_teaser .story_refer_special {
  margin-top: 5px;
}
@media screen and (min-width: 40.625em) {
  .off_lede_container .basic_teaser .special_teaser .teaser_text_container {
    width: 50.0%;
    margin-right: 0%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 56.25em) {
  .off_lede_container .basic_teaser .special_teaser .teaser_text_container {
    width: 100%;
  }
}
.off_lede_container .basic_teaser .special_teaser h3 {
  font-size: 1.125em !important;
}
@media screen and (min-width: 56.25em) {
  .off_lede_container .basic_teaser .special_teaser header {
    position: absolute;
    margin: 0 auto;
    top: 20px;
    left: 0;
    display: block;
    width: 100%;
  }
}
.off_lede_container .basic_teaser .special_teaser header .small_label_special a {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.6);
}
.off_lede_container .basic_teaser .special_no_photo .teaser_text_container {
  width: 100%;
}
@media screen and (min-width: 56.25em) {
  .off_lede_container .basic_teaser .special_no_photo header {
    position: static;
    margin: 5px auto;
  }
  .off_lede_container .basic_teaser .special_no_photo header .small_label_special {
    margin: 0 auto 10px;
  }
  .off_lede_container .basic_teaser .special_no_photo .headline_special {
    font-size: 1.125em !important;
  }
  .off_lede_container .basic_teaser .special_no_photo .abstract_byline_special_mug {
    margin: 0 auto 0px;
  }
  .off_lede_container .basic_teaser .special_no_photo .teaser_text_container {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 56.25em) {
  .column_teaser {
    height: 450px;
  }
}
.column_teaser .column_teaser_content {
  border: 3px solid #d0d0d0;
  width: 100;
  margin: 0;
  padding: 15px;
}
@media screen and (min-width: 40.625em) {
  .column_teaser .column_teaser_content {
    padding: 20px 40px 20px;
  }
}
@media screen and (min-width: 46.25em) {
  .column_teaser .column_teaser_content {
    padding: 15px 70px;
  }
}
@media screen and (min-width: 56.25em) {
  .column_teaser .column_teaser_content {
    width: 100%;
    margin: 0;
    padding: 30px 25px 20px;
  }
}
@media screen and (min-width: 62.5em) {
  .column_teaser .column_teaser_content {
    width: 90%;
    margin: 0 5%;
    padding: 30px 30px 20px;
  }
}
.column_teaser header {
  position: static;
  margin: 0 auto 20px;
}
@media screen and (min-width: 56.25em) {
  .column_teaser .abstract_byline_special_mug {
    background-image: none;
    border-bottom: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 56.25em) {
  .column_teaser .author_avatar {
    float: none;
    margin: 0px auto 8px;
    border-bottom: 1px solid #d0d0d0;
  }
}
.column_teaser .headline_special {
  font-size: 1.375em !important;
}
.column_teaser .story_refer, .column_teaser .story_refer_special {
  margin-top: 0px;
}

.off_lede_container .basic_teaser .teaser_text_container {
  float: none;
}
.off_lede_container .basic_teaser .abstract, .off_lede_container .basic_teaser .abstract_light, .off_lede_container .basic_teaser .abstract_small, .off_lede_container .basic_teaser .forms_container .charleft, .forms_container .off_lede_container .basic_teaser .charleft, .off_lede_container .basic_teaser .gfield_description, .off_lede_container .basic_teaser .abstract_bio, .off_lede_container .basic_teaser .archive_search_link {
  float: none !important;
  width: auto !important;
  display: block;
}
@media screen and (min-width: 56.25em) {
  .off_lede_container .basic_teaser .teaser_image_small {
    max-width: 143px;
  }
}
@media screen and (min-width: 56.25em) {
  .off_lede_container .basic_teaser h2 {
    font-size: 1.25em;
  }
}
.off_lede_container .basic_teaser .abstract_too {
  display: block;
}
.off_lede_container .basic_teaser .abstract_byline_n, .off_lede_container .basic_teaser .abstract_byline_special_mug {
  display: block;
  clear: right;
}
.off_lede_container .basic_teaser .abstract_byline_n .byline_splitter, .off_lede_container .basic_teaser .abstract_byline_special_mug .byline_splitter {
  display: none;
}
.off_lede_container .basic_teaser .abstract_byline_n a .byline_affiliation_n, .off_lede_container .basic_teaser .abstract_byline_special_mug a .byline_affiliation_n {
  display: inline-block;
  margin: 0 0 0 8px;
}
.off_lede_container .basic_teaser:nth-child(2) {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 3px solid #d0d0d0;
}

/* 
----------------
CALLOUT BOX
----------------
*/
.callout_container {
  padding: 15px;
  background-color: #f1efea;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  width: 100%;
  margin-right: 0%;
  box-sizing: border-box;
  clear: both;
}
@media screen and (min-width: 37.5em) {
  .callout_container {
    width: 48.66667%;
    margin-right: 2.66667%;
    box-sizing: border-box;
    float: left;
    margin-right: 0px;
    clear: none;
  }
}
@media screen and (min-width: 46.875em) {
  .callout_container {
    width: 100%;
    margin-right: 0%;
    box-sizing: border-box;
  }
}
.callout_container .callout_box {
  margin-bottom: 10px;
}
.callout_container .attribution {
  font-size: 0.5625em;
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, Times, "Times New Roman", serif;
  color: #a2a2a4;
  display: block;
  margin: 0 0 0 15px;
  font-weight: 600;
}
.callout_container .attribution:before {
  content: ' \2014 ';
  display: inline-block;
  margin: 0 5px 0 0;
}
.callout_container .callout_link {
  margin: 0px;
}
.callout_container .story_refer, .callout_container .story_refer_special {
  margin: 8px 0;
  padding: 8px 0 0;
  background-image: -moz-linear-gradient(top, transparent 75%, #444 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #444 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #444 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #444 75%);
  background-size: 70px 2px;
  background-origin: padding-box;
  background-position: left top;
  background-repeat: no-repeat;
}

/* 
----------------
CENTER WELL & STORY STREAM
----------------
*/
.left_content_container, .section_front_content_container {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
}
@media screen and (min-width: 59.375em) {
  .left_content_container, .section_front_content_container {
    width: 66.66667%;
    margin-right: 0%;
    box-sizing: border-box;
    float: left;
    border-right: 1px solid #d0d0d0;
  }
}

.index_middle_content, .section_front_top_well {
  width: 100%;
  margin-right: 0%;
  box-sizing: border-box;
  clear: both;
  position: relative;
  float: left;
}

/* 
----------------
CALENDAR AND DIGEST CONTAINERS
----------------
*/
.middle_left {
  clear: both;
  margin-bottom: 20px;
  border-top: 3px solid #d0d0d0;
  padding: 20px 0 0 0;
}
@media screen and (min-width: 46.875em) {
  .middle_left {
    width: 25.0%;
    margin-right: 0%;
    box-sizing: border-box;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 15px 0 0;
    border-top: 0px;
  }
}
@media screen and (min-width: 59.375em) {
  .middle_left {
    width: 25%;
    margin-right: 0%;
    box-sizing: border-box;
    float: left;
  }
}
.middle_left .blobby {
  margin: 0 12px 0 0;
  float: left;
}
@media screen and (min-width: 46.875em) {
  .middle_left .blobby {
    float: none;
    margin: 0 auto 20px;
  }
}
.middle_left .button, .middle_left .button_two {
  clear: left;
}
@media screen and (min-width: 31.25em) {
  .middle_left .button, .middle_left .button_two {
    margin-left: 112px;
  }
}

/* 
----------------
CENTER STORY STREAM & RIGHT RAIL
----------------
*/
@media screen and (min-width: 46.875em) {
  .middle_right {
    width: 75.0%;
    margin-right: 0%;
    box-sizing: border-box;
    float: right;
    border-left: 1px solid #d0d0d0;
    padding: 0 0px 0 20px;
  }
}
@media screen and (min-width: 59.375em) {
  .middle_right {
    width: 75%;
    margin-right: 0%;
    box-sizing: border-box;
    float: right;
    padding-right: 15px;
    border-right: 1px solid #d0d0d0;
  }
}
.middle_right .basic_teaser:nth-child(1) {
  border-top: 0px;
}

.display_section .basic_teaser:nth-child(1) {
  padding-top: 0px;
}

.medium_rectangle_ad_two_container_index, .medium_rectangle_ad_two_container_story {
  border-top: 3px solid #d0d0d0;
  padding: 10px 0 0 0;
  margin: 0 0 00px 0;
}
@media screen and (min-width: 59.375em) {
  .medium_rectangle_ad_two_container_index, .medium_rectangle_ad_two_container_story {
    display: none;
  }
}
@media screen and (min-width: 37.5em) {
  .medium_rectangle_ad_two_container_index .in_touch, .medium_rectangle_ad_two_container_story .in_touch {
    margin-top: 5px;
  }
}
.medium_rectangle_ad_two_container_index .newsletter_hidden, .medium_rectangle_ad_two_container_story .newsletter_hidden {
  padding: 20px 0 0 0;
  margin: 0 0 20px 0;
  clear: left;
  border-top: 3px solid #d0d0d0;
}
@media screen and (min-width: 37.5em) {
  .medium_rectangle_ad_two_container_index .newsletter_hidden, .medium_rectangle_ad_two_container_story .newsletter_hidden {
    clear: none;
    border-left: 1px solid #d0d0d0;
    float: left;
    display: inline-table;
    width: 44%;
    padding: 0 0 0 20px;
    margin: 0 0 20px 20px;
    border-top: 0px;
  }
}
@media screen and (min-width: 40.625em) {
  .medium_rectangle_ad_two_container_index .newsletter_hidden, .medium_rectangle_ad_two_container_story .newsletter_hidden {
    width: 48%;
  }
}
@media screen and (min-width: 45.3125em) {
  .medium_rectangle_ad_two_container_index .newsletter_hidden, .medium_rectangle_ad_two_container_story .newsletter_hidden {
    width: 54%;
  }
}
@media screen and (min-width: 46.875em) {
  .medium_rectangle_ad_two_container_index .newsletter_hidden, .medium_rectangle_ad_two_container_story .newsletter_hidden {
    width: 39%;
  }
}
@media screen and (min-width: 51.5625em) {
  .medium_rectangle_ad_two_container_index .newsletter_hidden, .medium_rectangle_ad_two_container_story .newsletter_hidden {
    width: 44%;
  }
}
@media screen and (min-width: 54.6875em) {
  .medium_rectangle_ad_two_container_index .newsletter_hidden, .medium_rectangle_ad_two_container_story .newsletter_hidden {
    width: 48%;
  }
}
@media screen and (min-width: 59.375em) {
  .medium_rectangle_ad_two_container_index .newsletter_hidden, .medium_rectangle_ad_two_container_story .newsletter_hidden {
    display: none;
  }
}

.medium_rectangle_ad_two_container_story {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  margin: 0 auto 15px;
}
.medium_rectangle_ad_two_container_story .medium_rect_two_index {
  margin: 0 auto 20px;
  float: none;
}
.medium_rectangle_ad_two_container_story .newsletter_hidden {
  padding: 20px 0 0 0;
  clear: left;
  border-top: 1px solid #d0d0d0;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 37.5em) {
  .medium_rectangle_ad_two_container_story .newsletter_hidden {
    clear: none;
    border-left: 1px solid #d0d0d0;
    float: left;
    display: inline-table;
    width: 44%;
    padding: 0 0 0 20px;
    margin: 0 0 20px 20px;
    border-top: 0px;
  }
}
@media screen and (min-width: 40.625em) {
  .medium_rectangle_ad_two_container_story .newsletter_hidden {
    width: 48%;
  }
}
@media screen and (min-width: 43.75em) {
  .medium_rectangle_ad_two_container_story .newsletter_hidden {
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
    border-left: 0px;
  }
}
@media screen and (min-width: 46.875em) {
  .medium_rectangle_ad_two_container_story .newsletter_hidden {
    width: 40%;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #d0d0d0;
  }
}
@media screen and (min-width: 48.4375em) {
  .medium_rectangle_ad_two_container_story .newsletter_hidden {
    width: 43%;
  }
}
@media screen and (min-width: 51.5625em) {
  .medium_rectangle_ad_two_container_story .newsletter_hidden {
    width: 46%;
  }
}
@media screen and (min-width: 54.6875em) {
  .medium_rectangle_ad_two_container_story .newsletter_hidden {
    width: 50%;
  }
}
@media screen and (min-width: 59.375em) {
  .medium_rectangle_ad_two_container_story .newsletter_hidden {
    display: none;
  }
}

.middle_right .newsletter_container_in_stream {
  border-top: 3px solid #d0d0d0;
  border-bottom: 0px;
  margin-bottom: 15px;
}

.adskip_top {
  display: block;
  font-weight: 700;
  text-align: center;
  font-size: 0.6875em;
  margin: 0 auto 8px;
  color: #a2a2a4;
  padding: 3px;
  border: 1px solid #a2a2a4;
  width: 130px;
  border-radius: 2px;
}
@media screen and (min-width: 40.625em) {
  .adskip_top {
    display: none;
  }
}

/* 
----------------
POLL CONTAINER
----------------
*/
.middle_left_poll {
  width: 100%;
  margin-right: 0%;
  box-sizing: border-box;
}
@media screen and (min-width: 37.5em) {
  .middle_left_poll {
    width: 48.66667%;
    margin-right: 2.66667%;
    box-sizing: border-box;
    float: left;
  }
}
@media screen and (min-width: 46.875em) {
  .middle_left_poll {
    width: 25.0%;
    margin-right: 0%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 15px 0 0;
    border-top: 0px;
  }
}
@media screen and (min-width: 59.375em) {
  .middle_left_poll {
    width: 25%;
    margin-right: 0%;
    box-sizing: border-box;
  }
}

.widget_crux_poll_widget {
  margin: 0 0 8px 0;
}
@media screen and (min-width: 46.875em) {
  .widget_crux_poll_widget {
    width: 100.0%;
    margin-right: 0%;
    box-sizing: border-box;
    right: 0px;
    top: 0px;
    padding: 18px 0 0 0;
  }
}

.PDS_Poll {
  width: 100% !important;
}

.pds-box-outer {
  padding: 0px !important;
}

.pds-box {
  width: 100% !important;
  border-radius: 0 !important;
  border: 0px !important;
}
.pds-box .pds-question-top {
  font-family: "Sentinel SSm A","Sentinel SSm B",Georgia,Times,"Times New Roman",serif !important;
  font-size: 1.125em !important;
  font-weight: 400  !important;
  line-height: 155%  !important;
  margin-bottom: 5px  !important;
  font-weight: 400  !important;
  margin-bottom: 0px  !important;
  color: #6f6f71 !important;
}
.pds-box .pds-votebutton-outer .pds-vote-button {
  width: 100% !important;
  height: 32px !important;
  text-align: center  !important;
  padding: 3px 0 2px 0  !important;
  margin: 0 0 10px  !important;
  cursor: pointer  !important;
  background: none !important;
  background-color: #ca0002 !important;
  transition: background-color .1s  !important;
  font-style: italic  !important;
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, Times, "Times New Roman", serif !important;
  color: white  !important;
  font-size: 0.9375em !important;
  font-weight: 400  !important;
  letter-spacing: .07em  !important;
  border-radius: 2px  !important;
  appearance: button  !important;
  -moz-appearance: none  !important;
  /* Firefox */
  -webkit-appearance: none  !important;
  appearance: none  !important;
  display: block  !important;
  border: none  !important;
}
@media screen and (min-width: 31.25em) {
  .pds-box .pds-votebutton-outer .pds-vote-button {
    width: 90px !important;
    margin: 0 0 10px 0 !important;
  }
}
.pds-box .pds-votebutton-outer .pds-vote-button:hover {
  color: white !important;
  background-color: #a2a2a4 !important;
}
.pds-box .pds-votebutton-outer .pds-vote-button a {
  color: white;
}
.pds-box .pds-answer {
  padding: 0px !important;
  border: 0px !important;
}
.pds-box .pds-answer-group {
  padding: 0px 0 5px 0 !important;
}
.pds-box .pds-answer-span {
  font-family: "Sentinel SSm A","Sentinel SSm B",Georgia,Times,"Times New Roman",serif !important;
  font-size: 1.125em !important;
  font-weight: 400  !important;
  line-height: 155%  !important;
  margin-bottom: 5px  !important;
  font-weight: 400  !important;
  margin-bottom: 0px  !important;
  color: #6f6f71 !important;
}
.pds-box .pds-answer-span a {
  color: #6f6f71 !important;
}
.pds-box .pds-links {
  display: block !important;
  margin-top: 15px !important;
  text-align: right !important;
  font-size: 0.875em !important;
  padding: 0 !important;
  margin: 0 !important;
}
.pds-box .pds-links a {
  color: #ca0002 !important;
  font-family: "Sentinel SSm A","Sentinel SSm B",Georgia,Times,"Times New Roman",serif !important;
  font-weight: 400 !important;
  font-size: 1.25em !important;
}
.pds-box .pds-links a:after {
  content: "\f178";
  font-family: 'icon';
  display: inline-block !important;
  margin: 0 0 0 10px !important;
  font-size: 0.875em !important;
}
.pds-box .pds-answerlabel {
  font-size: 0.875em !important;
  font-weight: 400 !important;
}

.pds-feedback-group {
  margin: 0px 0 8px !important;
  padding: 0px !important;
  width: 100% !important;
}

.pds-feedback-label {
  font-family: "Sentinel SSm A","Sentinel SSm B",Georgia,Times,"Times New Roman",serif !important;
  font-size: 1.125em !important;
  font-weight: 400  !important;
  line-height: 155%  !important;
  font-weight: 400  !important;
  margin: 0px  !important;
  color: #6f6f71 !important;
  line-height: 110% !important;
  padding: 0px !important;
}

.pds-answer-text {
  display: block !important;
  color: #6f6f71 !important;
  float: none !important;
  line-height: 100% !important;
}

.pds-feedback-result {
  font-weight: 700 !important;
  display: block  !important;
  font-size: 0.75em !important;
  margin: 0 0 5px 0  !important;
  float: none !important;
}

.pds-answer-feedback {
  background-color: #e8e9ea !important;
  border: 0 !important;
}

.pds-answer-feedback-bar {
  height: 15px !important;
  background-color: #ca0002 !important;
}

.pds-total-votes {
  font-family: "Sentinel SSm A","Sentinel SSm B",Georgia,Times,"Times New Roman",serif !important;
  font-size: 1.125em !important;
  line-height: 155%  !important;
  font-weight: 600 !important;
  font-weight: 700 !important;
  margin: 0px !important;
  padding: 0px !important;
}
.pds-total-votes span {
  color: #ca0002 !important;
}

.pds-return-poll {
  display: none !important;
}

.pds-pd-link {
  display: none !important;
}

.pds-input-label {
  line-height: 0.625em !important;
  margin-top: 0px !important;
  font-size: 0.9375em !important;
}

.pds-checkbox {
  margin: 2px 0 10px 0 !important;
}

.pds-answer-input {
  width: 20px !important;
}

/* 
----------------
FEATURE TEASES
----------------
*/
.feature_tease_right_rail, .feature_tease_right_rail_inside {
  clear: both;
  position: relative;
}
@media screen and (min-width: 59.375em) {
  .feature_tease_right_rail, .feature_tease_right_rail_inside {
    width: 100%;
    margin-right: 0%;
    box-sizing: border-box;
    padding: 0 0 0 10px;
  }
}
.feature_tease_right_rail .shader, .feature_tease_right_rail_inside .shader {
  width: 25px;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 200px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 66%, white 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(66%, white), color-stop(99%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 66%, white 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 66%, white 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 66%, white 99%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 66%, white 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-8 */
}
@media screen and (min-width: 53.125em) {
  .feature_tease_right_rail .shader, .feature_tease_right_rail_inside .shader {
    display: none;
  }
}

.feature_tease_container, .feature_tease_container_inside {
  overflow-x: scroll;
  padding: 5px 0 20px;
  border-bottom: 0px solid #d0d0d0;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 59.375em) {
  .feature_tease_container, .feature_tease_container_inside {
    min-width: none;
    overflow-x: hidden;
    max-width: 250px;
    margin: 0 auto;
    padding-top: 20px;
    width: 100%;
    position: relative;
    overflow-x: initial;
  }
}

.right_rail_scroller {
  width: 1280px;
  margin: 0px;
  padding: 0px;
}
@media screen and (min-width: 59.375em) {
  .right_rail_scroller {
    width: 100%;
  }
}
.right_rail_scroller .feature_tease {
  width: 125px;
  float: left;
  margin: 0px 0px 0 0;
  padding: 0 0 0 10px;
}
@media screen and (min-width: 54.6875em) {
  .right_rail_scroller .feature_tease {
    width: 10%;
    margin-right: 0%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 59.375em) {
  .right_rail_scroller .feature_tease {
    width: 100%;
    margin-right: 0%;
    box-sizing: border-box;
    max-width: 200px;
    float: none;
    display: block;
    margin: 0 auto 20px;
    padding: 0px;
  }
}

/* 
----------------
BOTTOM OF PAGE
----------------
*/
.index_bottom_content {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
  clear: both;
}

.more_stories_container {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
}
@media screen and (min-width: 46.875em) {
  .more_stories_container {
    width: 75.0%;
    margin-right: 0%;
    box-sizing: border-box;
    margin-left: 25.0%;
  }
}
@media screen and (min-width: 59.375em) {
  .more_stories_container {
    width: 50.0%;
    margin-right: 0%;
    box-sizing: border-box;
    margin-left: 16.66667%;
  }
}

.load_more_stories {
  display: none;
}

.discussion {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 59.375em) {
  .discussion {
    width: 60%;
    margin-right: 0%;
    box-sizing: border-box;
  }
}

/* 
----------------
CALENDAR
----------------
*/
.calendar_front_page .calendar_items {
  margin: 0 0 20px 0;
  min-height: 100px;
}
@media screen and (min-width: 46.875em) {
  .calendar_front_page .calendar_items {
    border-bottom: 1px solid #d0d0d0;
    min-height: 0px;
  }
}
.calendar_front_page .calendar_items .abstract_light {
  padding: 0 0 10px 0;
  margin: 10px 0 0 0;
  background-image: -moz-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #a2a2a4 75%);
  background-size: 50px 2px;
  background-origin: padding-box;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.calendar_front_page .calendar_items .abstract_light:nth-last-child(-n+2) {
  background-image: none;
}
.calendar_front_page .calendar_mobile {
  min-height: 120px;
}
@media screen and (min-width: 46.875em) {
  .calendar_front_page .calendar_mobile .abstract_light {
    margin: 0 0 20px 0;
  }
}
@media screen and (min-width: 46.875em) {
  .calendar_front_page .teaser_image_square {
    float: none;
    padding: 0px;
    margin: 5px 0 5px 0;
  }
}
@media screen and (min-width: 31.25em) {
  .calendar_front_page .button, .calendar_front_page .button_two {
    width: 150px;
  }
}

.more_link, .entry-content .excerpt-read-more {
  padding: 0 0 0 0px;
}

.calendar_mobile {
  display: block;
}

.calendar_button {
  display: block;
}
@media screen and (min-width: 46.875em) {
  .calendar_button {
    display: none;
  }
}
.calendar_button i {
  display: inline-block;
  margin: 0 0 0 5px;
  font-weight: 100;
  font-size: 0.75em;
}

.right_rail_index {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
  clear: both;
  padding: 0px 0 0 0;
  border-top: 3px solid #d0d0d0;
}
@media screen and (min-width: 59.375em) {
  .right_rail_index {
    width: 33.33333%;
    margin-right: 0%;
    box-sizing: border-box;
    float: right;
    border-top: 0px;
    clear: none;
  }
}
.right_rail_index .newsletter_container {
  display: none;
}
@media screen and (min-width: 59.375em) {
  .right_rail_index .newsletter_container {
    display: block;
  }
}
.right_rail_index .trending_list_container {
  padding: 15px 0 0 0;
  margin: 0 0 20px 0;
  clear: none;
}
@media screen and (min-width: 31.25em) {
  .right_rail_index .trending_list_container {
    width: 50.0%;
    margin-right: 0%;
    box-sizing: border-box;
    float: left;
    padding: 15px 15px 0 0;
  }
}
@media screen and (min-width: 59.375em) {
  .right_rail_index .trending_list_container {
    width: 100%;
    float: none;
    margin: 0 auto 30px;
    padding: 30px 0 0 0;
  }
}

@media screen and (min-width: 59.375em) {
  .right_rail_index_position {
    position: absolute;
    right: 0px;
    top: 0px;
  }
}

.newsletter_container .down_link:after {
  content: '';
}

/*
-------------------
advertising
-------------------
*/
.medium_rect_one_index {
  display: none;
}
@media screen and (min-width: 59.375em) {
  .medium_rect_one_index {
    display: block;
    margin-bottom: 20px;
  }
}
.medium_rect_one_index .advert_container {
  display: block !important;
}

.medium_rect_two_index {
  margin: 0 auto 20px;
}
@media screen and (min-width: 37.5em) {
  .medium_rect_two_index {
    display: block;
    width: 100%;
    padding: 0px 0;
    width: 300px;
  }
}
@media screen and (min-width: 59.375em) {
  .medium_rect_two_index {
    margin: 0 auto;
    float: none;
  }
}
.medium_rect_two_index .advert_container {
  display: block !important;
}

.medium_rect_three_index {
  display: block;
  width: 100%;
  border-top: 3px solid #d0d0d0;
  border-bottom: 3px solid #d0d0d0;
  padding: 10px 0 20px;
}
@media screen and (min-width: 39.375em) {
  .medium_rect_three_index {
    display: none;
  }
}
.medium_rect_three_index .advert_container {
  display: block !important;
}

.medium_rect_four_index {
  display: block;
  width: 100%;
  border-top: 3px solid #d0d0d0;
  padding: 10px 0 20px;
}
.medium_rect_four_index .advert_container {
  display: block !important;
}

.medium_rect_four_story {
  display: block;
  width: 100%;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  padding: 10px 0 20px;
  margin: 0 0 20px 0;
}
.medium_rect_four_story .advert_container {
  display: block !important;
}

.large_rectangle_ad_index {
  display: block;
  width: 100%;
  clear: both;
  display: none;
}
@media screen and (min-width: 39.375em) {
  .large_rectangle_ad_index {
    display: block;
    border-bottom: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    padding: 10px 0 20px;
  }
}
.large_rectangle_ad_index .advert_container {
  width: 600px;
  margin: 0 auto;
  float: none;
  display: block !important;
}

.medium_rect_two_inside {
  display: block;
  width: 100%;
  border-top: 3px solid #d0d0d0;
  border-bottom: 3px solid #d0d0d0;
  padding: 10px 0 20px;
}
@media screen and (min-width: 59.375em) {
  .medium_rect_two_inside {
    display: none;
  }
}
.medium_rect_two_inside .advert_container {
  display: block !important;
}

.medium_rect_three_inside {
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
  padding: 10px 0 20px;
  width: 100%;
}

.advert_container {
  margin: 0px auto;
  float: none;
  display: block !important;
}
.advert_container img {
  display: block;
  margin: 0 auto;
}

/*
--------------
section front
-------------
*/
@media screen and (min-width: 59.375em) {
  .section_front_content_container {
    border-right: 1px solid #d0d0d0;
  }
}

.lede_teaser {
  padding: 0 0 0px 0;
  border-bottom: 1px solid #d0d0d0;
  position: relative;
}
@media screen and (min-width: 40.625em) {
  .lede_teaser .teaser_image_lede img {
    width: 800px;
  }
}
@media screen and (min-width: 50em) {
  .lede_teaser .teaser_image_lede img {
    width: 900px;
  }
}
@media screen and (min-width: 59.375em) {
  .lede_teaser .teaser_image_lede img {
    width: 720px;
  }
}

.section_front_top_well {
  border-right: 0px;
}
.section_front_top_well .middle_left {
  top: 20px;
}
.section_front_top_well .middle_left .abstract_byline_special_mug {
  width: 100%;
}
.section_front_top_well .middle_left .author_avatar {
  display: none;
}

.middle_right {
  border-right: 0px;
}

@media screen and (min-width: 44.0625em) {
  .middle_left .tertiary_teaser .teaser_image_small {
    width: 100%;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 44.0625em) {
  .middle_left .tertiary_teaser .abstract, .middle_left .tertiary_teaser .abstract_light, .middle_left .tertiary_teaser .abstract_small, .middle_left .tertiary_teaser .forms_container .charleft, .forms_container .middle_left .tertiary_teaser .charleft, .middle_left .tertiary_teaser .gfield_description, .middle_left .tertiary_teaser .abstract_bio, .middle_left .tertiary_teaser .archive_search_link {
    width: 100% !important;
  }
}
.middle_left .basic_teaser {
  padding-top: 0px !important;
}
.middle_left .special_teaser .author_avatar {
  display: block;
}
@media screen and (min-width: 46.875em) {
  .middle_left .special_teaser h2 {
    font-size: 1.375em;
  }
  .middle_left .special_teaser .author_avatar {
    float: none;
    margin: 0 auto;
    display: block;
    margin-bottom: 8px;
  }
  .middle_left .special_teaser .abstract_byline_special_mug {
    text-align: center;
    padding-bottom: 5px;
    background-image: none;
    padding-top: 0px;
  }
  .middle_left .special_teaser .teaser_text_container {
    padding: 0px !important;
  }
  .middle_left .special_teaser .small_label_special {
    margin-top: 0px;
  }
}
.middle_left .tertiary_teaser_text .teaser_text_container {
  width: 100%;
}
.middle_left .tertiary_teaser_text .large_text_teaser_headline {
  background-color: transparent;
  padding: 0px;
  width: 100%;
}

/*
-----------------------------
ARCHIVE PAGE
-----------------------------
*/
.archive_container, .archive_search_topper {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
}
@media screen and (min-width: 43.75em) {
  .archive_container, .archive_search_topper {
    width: 91.66667%;
    margin-right: 0%;
    box-sizing: border-box;
    margin-left: 8.33333%;
    padding: 00px 0px 0;
  }
}
@media screen and (min-width: 59.375em) {
  .archive_container, .archive_search_topper {
    width: 100%;
    margin-right: 0%;
    box-sizing: border-box;
    margin: 0px;
    clear: both;
  }
}
.archive_container .big_label, .archive_search_topper .big_label, .archive_container .forms_container .gform_title, .forms_container .archive_container .gform_title, .archive_search_topper .forms_container .gform_title, .forms_container .archive_search_topper .gform_title {
  margin: 0 0 10px 0;
}
.archive_container .basic_teaser, .archive_search_topper .basic_teaser {
  margin: 0 0 20px 0;
  padding: 20px 0 0px;
  height: auto;
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
  border-top: 3px solid #d0d0d0;
}
@media screen and (min-width: 59.375em) {
  .archive_container .basic_teaser, .archive_search_topper .basic_teaser {
    width: 100%;
    margin-right: 0%;
    box-sizing: border-box;
  }
}
.archive_container .basic_teaser:nth-child(1), .archive_search_topper .basic_teaser:nth-child(1) {
  border-top-width: 0px;
}
@media screen and (min-width: 34.375em) {
  .archive_container .abstract, .archive_search_topper .abstract, .archive_container .abstract_light, .archive_search_topper .abstract_light, .archive_container .abstract_small, .archive_search_topper .abstract_small, .archive_container .forms_container .charleft, .forms_container .archive_container .charleft, .archive_search_topper .forms_container .charleft, .forms_container .archive_search_topper .charleft, .archive_container .gfield_description, .archive_search_topper .gfield_description, .archive_container .abstract_bio, .archive_search_topper .abstract_bio, .archive_container .archive_search_link, .archive_search_topper .archive_search_link {
    font-size: 0.9375em;
  }
}
@media screen and (min-width: 46.875em) {
  .archive_container .abstract, .archive_search_topper .abstract, .archive_container .abstract_light, .archive_search_topper .abstract_light, .archive_container .abstract_small, .archive_search_topper .abstract_small, .archive_container .forms_container .charleft, .forms_container .archive_container .charleft, .archive_search_topper .forms_container .charleft, .forms_container .archive_search_topper .charleft, .archive_container .gfield_description, .archive_search_topper .gfield_description, .archive_container .abstract_bio, .archive_search_topper .abstract_bio, .archive_container .archive_search_link, .archive_search_topper .archive_search_link {
    font-size: 1em;
  }
}

/* 
------------------
AUTHOR BIO PAGE
------------------
*/
.archive_bio_container, .top_text_block {
  margin: 0 0 30px 0;
  border-bottom: 1px solid #d0d0d0;
  padding: 0 0 0px 0;
  width: 100%;
}
@media screen and (min-width: 59.375em) {
  .archive_bio_container, .top_text_block {
    width: 97.5%;
    margin-right: 2.5%;
    box-sizing: border-box;
  }
}
.archive_bio_container p, .top_text_block p {
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, Times, "Times New Roman", serif;
  font-size: 0.9375em;
  line-height: 150%;
  margin-bottom: 12px;
}
.archive_bio_container p em, .top_text_block p em {
  font-style: italic;
}
.archive_bio_container p em strong, .top_text_block p em strong, .archive_bio_container p em emphasis, .top_text_block p em emphasis, .archive_bio_container p em b, .top_text_block p em b {
  font-weight: 700;
}
.archive_bio_container p em strong a, .top_text_block p em strong a, .archive_bio_container p em emphasis a, .top_text_block p em emphasis a, .archive_bio_container p em b a, .top_text_block p em b a {
  font-weight: 400;
}
.archive_bio_container p strong, .top_text_block p strong, .archive_bio_container p emphasis, .top_text_block p emphasis, .archive_bio_container p b, .top_text_block p b {
  font-weight: 700;
}
.archive_bio_container p strong a, .top_text_block p strong a, .archive_bio_container p emphasis a, .top_text_block p emphasis a, .archive_bio_container p b a, .top_text_block p b a {
  font-weight: 400;
}
.archive_bio_container p strong em, .top_text_block p strong em, .archive_bio_container p emphasis em, .top_text_block p emphasis em, .archive_bio_container p b em, .top_text_block p b em {
  font-style: italic;
}
.archive_bio_container p a, .top_text_block p a {
  color: #ca0002;
  background-image: -moz-linear-gradient(top, transparent 75%, #ca0002 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #ca0002 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #ca0002 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #ca0002 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}
.archive_bio_container p a strong, .top_text_block p a strong, .archive_bio_container p a emphasis, .top_text_block p a emphasis, .archive_bio_container p a b, .top_text_block p a b {
  font-weight: 400;
}
.archive_bio_container p a:hover, .top_text_block p a:hover {
  color: #a2a2a4;
  background-image: -moz-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #a2a2a4 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}
.archive_bio_container p a:followed, .top_text_block p a:followed {
  color: #8d0001;
  background-image: -moz-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #8d0001 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}
@media screen and (min-width: 31.25em) {
  .archive_bio_container p, .top_text_block p {
    font-size: 1em;
    line-height: 160%;
    margin-bottom: 15px;
  }
}

.bio_information {
  margin: 0 0 20px 0;
}
.bio_information p {
  margin-bottom: 15px;
  margin-top: 0px;
}

.archive_mugshot {
  float: left;
  margin: 3px 15px 0 0;
  padding: 0px;
  overflow: hidden;
  width: 90px;
  height: 70px;
  border-bottom: 1px solid #d0d0d0;
}
@media screen and (min-width: 31.25em) {
  .archive_mugshot {
    width: 128px;
    height: 100px;
  }
}
.archive_mugshot img {
  width: 100%;
  height: auto;
  margin-top: 0px;
}

.biography_contact_info {
  padding: 20px 0 0;
  margin: 0px;
  width: 100%;
  border-top: 1px solid #d0d0d0;
}
@media screen and (min-width: 34.375em) {
  .biography_contact_info {
    padding: 10px 0 0;
  }
}
.biography_contact_info li {
  font-size: 0.875em;
  margin: 0 0 20px 0;
  width: 100%;
  height: 38px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-color: #d0d0d0;
  text-align: center;
  padding: 10px 5px 0;
  border-radius: 2px;
  line-height: 120%;
  font-weight: 400;
  min-width: 280;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.biography_contact_info li a {
  color: #444;
  cursor: pointer;
}
@media screen and (min-width: 34.375em) {
  .biography_contact_info li {
    width: 32.5%;
    margin-right: 1.25%;
    box-sizing: border-box;
    height: 50px;
    float: left;
    padding: 8px 5px 0;
  }
  .biography_contact_info li:nth-child(3) {
    margin-right: 0px;
  }
  .biography_contact_info li i {
    color: #a2a2a4;
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
@media screen and (min-width: 43.75em) {
  .biography_contact_info li {
    width: 38%;
    margin-right: 1.25%;
    box-sizing: border-box;
    background-color: transparent;
    height: auto;
    padding: 0 0 0px 0;
    text-align: left;
    color: #444;
    white-space: normal;
    border-left: 1px solid #d0d0d0;
    padding: 0 0 0 10px;
    margin-bottom: 8px !important;
  }
  .biography_contact_info li a:hover {
    color: #8d0001;
    background-image: -moz-linear-gradient(top, transparent 75%, #8d0001 75%);
    background-image: -webkit-linear-gradient(top, transparent 75%, #8d0001 75%);
    background-image: -o-linear-gradient(top, transparent 75%, #8d0001 75%);
    background-image: linear-gradient(to bottom, transparent 75%, #8d0001 75%);
    background-size: 2px 2px;
    background-origin: padding-box;
    background-position: 0 95%;
    background-repeat: repeat-x;
  }
  .biography_contact_info li:nth-child(3) {
    width: 20%;
    margin-right: 0%;
    box-sizing: border-box;
    border-left: 0px solid #d0d0d0;
    padding: 0px 10px 0 0;
    float: right;
  }
  .biography_contact_info li:nth-child(1) {
    border-left: 0px solid #d0d0d0;
  }
}
.biography_contact_info li span {
  font-weight: 500;
  color: #ca0002;
  display: inline-block;
  margin: 0 8px 0 0;
  font-size: 0.75em;
  text-transform: uppercase;
}
@media screen and (min-width: 34.375em) {
  .biography_contact_info li span {
    display: block;
  }
}
@media screen and (min-width: 43.75em) {
  .biography_contact_info li span {
    color: #ca0002;
    letter-spacing: .05em;
  }
}
.biography_contact_info .bio_no_button {
  width: 50%;
  margin: 0 auto 20px;
  padding: 0px;
  height: auto;
  background-color: transparent;
  border-radius: none;
}
@media screen and (min-width: 34.375em) {
  .biography_contact_info .bio_no_button {
    width: 32.5%;
    margin-right: 1.25%;
    box-sizing: border-box;
    float: left;
    padding: 8px 0 0 10px;
  }
}
.biography_contact_info .bio_no_button a:hover {
  background-image: none;
}
@media screen and (min-width: 34.375em) {
  .biography_contact_info.inline li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 43.75em) {
  .biography_contact_info.inline {
    width: 100%;
    padding: 0;
  }
  .biography_contact_info.inline li {
    border-left: 1px solid #a2a2a4;
    width: auto;
    max-width: 50%;
    background: none;
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
  .biography_contact_info.inline li:first-child {
    border-left: none;
    padding-left: 0;
  }
}

.bio_social_buttons {
  width: 28.88889%;
  margin-right: 6.66667%;
  box-sizing: border-box;
  margin: 0 0 0 6.66667%;
  height: 35px;
  display: block;
  float: right;
  text-align: center;
  padding: 11px 0 0 0;
  border-radius: 2px;
  color: white !important;
  cursor: pointer;
  font-family: "icon";
}

.bio_facebook {
  background-color: #3b5998;
  margin-left: 0px;
}
.bio_facebook:hover {
  background-color: #263961;
  color: white;
}

.bio_google {
  background-color: #d34836;
}
.bio_google:hover {
  background-color: #9b3022;
  color: white;
}

.bio_rss {
  background-color: #FF6600;
}
.bio_rss:hover {
  background-color: #b34700;
  color: white;
}

.archive_search_box {
  clear: both;
}
.archive_search_box .big_label, .archive_search_box .forms_container .gform_title, .forms_container .archive_search_box .gform_title {
  margin-bottom: 10px;
}
@media screen and (min-width: 31.25em) {
  .archive_search_box .search_wrapper .button, .archive_search_box .search_wrapper .button_two {
    float: right;
    width: 18%;
    height: 41px;
  }
}
@media screen and (min-width: 31.25em) {
  .archive_search_box .search_wrapper .form_field, .archive_search_box .search_wrapper .forms_container input[type=text], .forms_container .archive_search_box .search_wrapper input[type=text], .archive_search_box .search_wrapper .forms_container textarea, .forms_container .archive_search_box .search_wrapper textarea {
    width: 80%;
    float: left;
    margin-bottom: 0px;
  }
}

.archive_search_link {
  margin: 0 0 0px 0;
  width: 100%;
  text-align: right;
  cursor: pointer;
  color: #6f6f71;
}

/*
------------------
windowshade
------------------
*/
.windowshade_text {
  position: relative;
  max-height: 312px;
  overflow: hidden;
  transition: max-height .8s;
}
@media screen and (min-width: 43.75em) {
  .windowshade_text {
    max-height: 410px;
  }
}
.windowshade_text .windowshade_fade {
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 92%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(92%, white), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 92%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 92%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 92%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 92%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.windowshade_text .windowshade_fade .button, .windowshade_text .windowshade_fade .button_two {
  position: absolute;
  margin: 0 auto;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 1000;
}
@media screen and (min-width: 31.25em) {
  .windowshade_text .windowshade_fade .button, .windowshade_text .windowshade_fade .button_two {
    width: 200px;
  }
}

.windowshade_text_active {
  max-height: 10000px;
}

/*
------------------
info card pages 
------------------
*/
.card_info_container {
  margin: 0px;
  padding: 0px 10px 0 0;
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
}
@media screen and (min-width: 43.75em) {
  .card_info_container {
    width: 25.0%;
    margin-right: 0%;
    box-sizing: border-box;
    float: left;
  }
}
@media screen and (min-width: 59.375em) {
  .card_info_container {
    width: 25%;
    margin-right: 0%;
    box-sizing: border-box;
    float: left;
  }
}
.card_info_container .card_info_mugshot {
  width: 100px;
  margin: 0px 10px 10px 0px;
  float: left;
}
.card_info_container .card_info_mugshot img {
  width: 100%;
  height: auto;
}
.card_info_container .double_edit {
  float: left;
  font-weight: 400 !important;
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, Times, "Times New Roman", serif !important;
}
.card_info_container .double_edit strong {
  color: #a2a2a4;
  font-size: 0.75em;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 5px 0 0;
}

.cns_logo {
  width: 100px;
  height: 25px;
  float: right;
  background-image: url("../siteart/CNSMark.png");
  background-size: 100% auto;
  margin: 0 0 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cns_logo {
    background-image: url("../siteart/CNSMark_2x.png");
  }
}
@media screen and (min-width: 37.5em) {
  .cns_logo {
    width: 150px;
    height: 37px;
  }
}

@media screen and (min-width: 37.5em) {
  .debate_story {
    width: 50%;
    margin-right: 0%;
    box-sizing: border-box;
    float: left;
  }
}

.previous_next_container {
  width: 100%;
  margin-right: 0%;
  box-sizing: border-box;
  margin: 0px 0 40px;
  padding: 10px 0;
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
}
.previous_next_container li {
  width: 100%;
  margin-right: 0%;
  box-sizing: border-box;
  clear: left;
}
.previous_next_container li a {
  color: #444;
}
.previous_next_container li a:hover {
  color: #a2a2a4;
}
.previous_next_container li a:followed {
  color: #a2a2a4;
}
@media screen and (min-width: 31.25em) {
  .previous_next_container li {
    width: 50%;
    margin-right: 0%;
    box-sizing: border-box;
    float: left;
    padding: 0px 10px 0;
    clear: none;
  }
  .previous_next_container li:nth-child(1) {
    border-right: 1px solid #d0d0d0;
  }
}
.previous_next_container li .read_link {
  font-size: 0.6875em;
  color: #ca0002;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 0 8px;
}
.previous_next_container .card_info_mugshot_small {
  width: 50px;
  height: 50px;
  float: left;
  margin: 0px;
}
@media screen and (min-width: 31.25em) {
  .previous_next_container .card_info_mugshot_small {
    float: right;
    width: 60px;
    height: 60px;
  }
}
.previous_next_container .card_info_mugshot_small img {
  width: 100%;
}

.info_pages_header {
  margin-bottom: 15px;
}
.info_pages_header h1 {
  font-size: 1.375em;
}

.entry-title {
  margin-bottom: 15px;
  font-size: 1.375em;
  color: #6f6f71;
}

.database_search_module {
  margin-bottom: 30px;
  padding: 0px 0 20px 0;
  margin: 0 0 00px 0;
}
.database_search_module h3 {
  font-size: 0.875em;
  color: #a2a2a4;
  text-align: right;
  cursor: pointer;
}
.database_search_module h3:hover {
  color: #d0d0d0;
}
.database_search_module .input_checkbox {
  float: left;
  margin-right: 8px;
}
.database_search_module .archive_search_box {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 20px;
}

.search-results article {
  border-top: 3px solid #d0d0d0;
  margin: 0 0 20px 0;
  padding: 20px 0 0 0;
}
.search-results article p {
  margin: 0px 0 5px 0;
  font-size: 0.9375em;
}
.search-results article:nth-child(1) {
  border: 0px;
}
.search-results .tags {
  margin: 2px 0;
}

.search_results_details {
  font-size: 0.8125em !important;
  padding: 10px 0 0;
  margin: 10px 0 0;
  color: #6f6f71;
  font-weight: 400;
  background-image: -moz-linear-gradient(top, transparent 75%, #444 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #444 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #444 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #444 75%);
  background-size: 50px 2px;
  background-origin: padding-box;
  background-position: top 100%;
  background-repeat: no-repeat;
  line-height: 150%;
}
.search_results_details a {
  color: #444;
}
.search_results_details a:hover {
  color: #8d0001;
  color: #8d0001;
  background-image: -moz-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #8d0001 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}

.no-cssgradients .search_results_details {
  background-image: url("../siteart/no_svg_rule.jpg");
  background-size: 50px 1px;
}

.entry-content {
  margin: 0px;
}

.posts-found {
  font-weight: 400;
  margin: 5px 0 0px 0;
  font-size: 0.875em;
}

.archive_rss {
  width: 30px;
  height: 22px;
  background-color: #FF6600;
  float: right;
  font-family: "icon";
  color: white;
  text-align: center;
  padding: 4px 0;
  font-size: 0.875em;
  border-radius: 2px;
  display: block;
}
.archive_rss:hover {
  color: white;
  background-color: #b34700;
  cursor: pointer;
}

.river .big_label, .comments_container .big_label, .river .forms_container .gform_title, .forms_container .river .gform_title, .comments_container .forms_container .gform_title, .forms_container .comments_container .gform_title {
  margin: 0 0 10px 0;
}

/*
------------------
forms 
------------------
*/
.forms_outer {
  width: 100%;
  margin-right: 0%;
  box-sizing: border-box;
  border-top: 1px solid #d0d0d0;
  padding-top: 20px;
}

.forms_chatter_topper {
  margin: 0 0 30px 0;
}

.forms_container {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
}
@media screen and (min-width: 37.5em) {
  .forms_container {
    width: 75%;
    margin-right: 0%;
    box-sizing: border-box;
    margin: 0 auto;
  }
}
.forms_container input[type=text] {
  margin-bottom: 5px;
}
.forms_container textarea {
  margin-bottom: 5px;
  height: 300px;
  font-size: 0.9375em;
  font-weight: 400;
  padding: 15px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, Times, "Times New Roman", serif;
  line-height: 150%;
}
.forms_container .gform_title {
  margin: 0 0 10px 0;
}
.forms_container .gform_fields {
  margin: 0px;
  padding: 0px;
}
.forms_container .gform_fields li {
  margin: 0 0 20px 0;
}
.forms_container .button, .forms_container .button_two {
  clear: left;
}

.gfield_label {
  margin: 0 0 0px 0;
  padding: 0 0 8px 0;
  font-weight: 700;
  color: #444;
  line-height: 130% !important;
  display: block;
}
.gfield_label span {
  color: #ca0002;
}

.mc_error {
  width: 100%;
  padding: 10px;
  background-color: #f1efea;
  color: #ca0002;
  text-align: center;
  margin: 0 0 15px 0;
  display: none;
}

.mc_options {
  padding: 0px;
  margin: 0 0 15px 0;
  padding: 5px 0 0;
}
.mc_options li {
  margin: 0 0 5px 0;
}
.mc_options li input[type=checkbox] {
  margin: 0 8px 0 0;
  padding: 0px;
}

.display_archive {
  margin: 10px 0 0 0;
  padding: 20px 10px 0;
  border-top: 1px solid #d0d0d0;
}
@media screen and (min-width: 37.5em) {
  .display_archive {
    padding: 20px 0 0 20px;
  }
}

.staffers_list {
  width: 100%;
  margin-right: 0%;
  box-sizing: border-box;
  margin: 0 0 30px 0;
}
.staffers_list .abstract_bio {
  font-style: normal;
}
.staffers_list .tagline_bio_story_bottom:nth-child(1) {
  margin-top: 5px;
}

/* modules */
/* teaser image types */
.teaser_image_lede {
  width: 100%;
  margin: 0 0% 0 0;
  box-sizing: border-box;
  float: left;
  background-color: #f5f6f6;
  margin: 0 0 15px 0;
  float: none;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 40.625em) {
  .teaser_image_lede {
    margin: 0px;
    text-align: center;
    overflow: hidden;
    height: 500px;
  }
}
@media screen and (min-width: 56.25em) {
  .teaser_image_lede {
    width: 100%;
    margin-right: 0%;
    box-sizing: border-box;
    margin: 0 00px 0 0;
    height: 450px;
  }
}
.teaser_image_lede img {
  width: 100%;
  display: block;
  margin: 0 auto !important;
  height: auto;
}
@media screen and (min-width: 40.625em) {
  .teaser_image_lede img {
    width: 800px;
    margin: 0 auto;
    position: absolute;
    right: 0;
  }
}
@media screen and (min-width: 50em) {
  .teaser_image_lede img {
    width: 900px;
  }
}
@media screen and (min-width: 56.25em) {
  .teaser_image_lede img {
    width: 720px;
  }
}

.teaser_image_off_lede {
  width: 100%;
  margin: 0 0% 0 0;
  box-sizing: border-box;
  float: left;
  background-color: #f5f6f6;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 37.5em) {
  .teaser_image_off_lede {
    width: 50.0%;
    margin-right: 0%;
    box-sizing: border-box;
    float: left;
    margin: 0px 12px 0 0;
  }
}
@media screen and (min-width: 56.25em) {
  .teaser_image_off_lede {
    width: 100%;
    margin-right: 0%;
    box-sizing: border-box;
    margin: 0px 0px 12px 0;
  }
}
.teaser_image_off_lede img {
  width: 100%;
  display: block;
}

.teaser_image_small {
  /*	@include spanner (12, 1200, 0,  6); */
  width: 47%;
  float: left;
  margin: 4px 0px 0px 0;
  max-width: 350px;
  padding-right: 8px;
  overflow: hidden;
}
@media screen and (min-width: 46.875em) {
  .teaser_image_small {
    width: 50.0%;
    margin: 0 0% 0 0;
    box-sizing: border-box;
    float: left;
    padding-right: 10px;
    margin-top: 4px;
  }
}
@media screen and (min-width: 59.375em) {
  .teaser_image_small {
    width: 50.0%;
    margin-right: 0%;
    box-sizing: border-box;
  }
}
.teaser_image_small img {
  width: 100%;
  display: block;
}

.teaser_image_square {
  width: 50.0%;
  margin: 0 0% 0 0;
  box-sizing: border-box;
  float: left;
  margin: 4px 0px 0px 0;
  width: 80px;
  height: 80px;
  padding-right: 8px;
  overflow: hidden;
}
@media screen and (min-width: 46.875em) {
  .teaser_image_square {
    padding-right: 8px;
  }
}
@media screen and (min-width: 59.375em) {
  .teaser_image_square {
    width: 80px;
    height: 80px;
    margin-right: 0px;
  }
}
.teaser_image_square img {
  width: 100%;
  display: block;
}

.teaser_image_feature {
  width: 100.0%;
  margin: 0 0% 0 0;
  box-sizing: border-box;
  float: left;
  background-color: #f5f6f6;
  margin: 0 10px 10px 0;
}
@media screen and (min-width: 59.375em) {
  .teaser_image_feature {
    width: 100%;
    margin-right: 0%;
    box-sizing: border-box;
    margin: 0 0 10px 0;
  }
}
.teaser_image_feature img {
  width: 100%;
  display: block;
  height: auto;
}

.teaser_image_special {
  width: 100%;
  margin: 0 0 15px 0;
}
.teaser_image_special img {
  width: 100%;
  display: block;
}

.gallery_tease_image {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
  position: relative;
}
.gallery_tease_image img {
  width: 100%;
  display: block;
}

.teaser_image_gallery {
  margin: 0px;
}

/* 
---------
TEASERS 
---------
*/
.teaser a h2, .teaser a .h2 {
  color: #444;
}
.teaser a:hover h2, .teaser a:focus h2, .teaser a:hover .h2, .teaser a:focus .h2 {
  color: #a2a2a4;
}

.middle_right .basic_teaser, .river .basic_teaser, .comments_container .basic_teaser {
  margin: 0 0 20px 0;
  padding: 20px 0 0px;
  height: auto;
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
  border-top: 3px solid #d0d0d0;
}
@media screen and (min-width: 59.375em) {
  .middle_right .basic_teaser, .river .basic_teaser, .comments_container .basic_teaser {
    width: 100%;
    margin-right: 0%;
    box-sizing: border-box;
  }
}
.middle_right .basic_teaser h3, .river .basic_teaser h3, .comments_container .basic_teaser h3 {
  font-size: 1.375em;
  text-align: left;
  font-weight: 600 !important;
  margin: 0 0 10px 0;
  font-family: "Sentinel A", "Sentinel B", Georgia, Times, "Times New Roman", serif;
  line-height: 105%;
}
@media screen and (min-width: 40.625em) {
  .middle_right .basic_teaser h3, .river .basic_teaser h3, .comments_container .basic_teaser h3 {
    line-height: 120%;
    font-size: 1.375em;
    margin: 0 0 12px 0;
  }
}
.middle_right .basic_teaser h3 a, .river .basic_teaser h3 a, .comments_container .basic_teaser h3 a {
  color: #444;
}
.middle_right .basic_teaser h3 a:hover, .river .basic_teaser h3 a:hover, .comments_container .basic_teaser h3 a:hover {
  color: #8d0001;
}

.basic_teaser .special_teaser {
  position: relative;
}
.basic_teaser .special_teaser .teaser_text_container {
  margin-bottom: 12px;
}
@media screen and (min-width: 43.75em) {
  .basic_teaser .special_teaser .teaser_text_container {
    padding: 0px 10px 0;
  }
}
.basic_teaser .special_teaser .teaser_text_container .abstract_byline {
  text-align: center;
  background-position: center top;
}
.basic_teaser .special_teaser h3 {
  font-weight: 600;
  font-style: italic;
  text-align: center;
}
@media screen and (min-width: 59.375em) {
  .basic_teaser .special_teaser h3 {
    font-size: 1.625em;
  }
}
.basic_teaser .special_teaser .story_refer, .basic_teaser .special_teaser .story_refer_special {
  text-align: center;
}

.byline_container {
  background-repeat: no-repeat;
  clear: both;
}

.allen_byline {
  background-image: url("../siteart/john_allen_mug.png");
  height: 60px;
  padding-top: 8px;
  background-size: auto 40px;
  background-position: 10% top;
  max-width: 320px;
  margin: 0 auto;
  border-bottom: 1px solid #e8e9ea;
}
@media screen and (min-width: 23.75em) {
  .allen_byline {
    background-size: auto 60px;
    background-position: 15% top;
    max-width: 380px;
  }
}

.tertiary_teaser .teaser_text_container {
  width: 100.0%;
  margin: 0 0% 0 0;
  box-sizing: border-box;
  float: left;
}
@media screen and (min-width: 31.25em) {
  .tertiary_teaser .teaser_text_container {
    width: 100.0%;
    margin: 0 0% 0 0;
    box-sizing: border-box;
    float: left;
  }
}
@media screen and (min-width: 59.375em) {
  .tertiary_teaser .teaser_text_container {
    width: 100.0%;
    margin-right: 0%;
    box-sizing: border-box;
  }
}
.tertiary_teaser .teaser_text_container .abstract, .tertiary_teaser .teaser_text_container .abstract_light, .tertiary_teaser .teaser_text_container .abstract_small, .tertiary_teaser .teaser_text_container .forms_container .charleft, .forms_container .tertiary_teaser .teaser_text_container .charleft, .tertiary_teaser .teaser_text_container .gfield_description, .tertiary_teaser .teaser_text_container .abstract_bio, .tertiary_teaser .teaser_text_container .archive_search_link {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
  float: none;
  padding: 0px;
}
.tertiary_teaser .teaser_text_container_special {
  margin: 0 0 12px 0;
}

.tertiary_teaser_text .large_text_teaser_headline {
  width: 100.0%;
  margin: 0 0% 0 0;
  box-sizing: border-box;
  float: left;
  margin: 0 0px 0px 0;
  padding: 0px;
}
@media screen and (min-width: 59.375em) {
  .tertiary_teaser_text .large_text_teaser_headline {
    width: 47.91667%;
    margin-right: 0.83333%;
    box-sizing: border-box;
    margin: 4px 0px 0px 0;
    margin-right: 12px;
    background-color: #f1efea;
    padding: 10px;
  }
}
.tertiary_teaser_text .teaser_text_container {
  width: 100.0%;
  margin: 0 0% 0 0;
  box-sizing: border-box;
  float: left;
}
@media screen and (min-width: 31.25em) {
  .tertiary_teaser_text .teaser_text_container {
    width: 100.0%;
    margin: 0 0% 0 0;
    box-sizing: border-box;
    float: left;
  }
}
@media screen and (min-width: 59.375em) {
  .tertiary_teaser_text .teaser_text_container {
    width: 47.91667%;
    margin-right: 0.83333%;
    box-sizing: border-box;
    float: left;
    margin-right: 0px;
  }
}

.pointer_counter_tease .pointer_counter_divide_container {
  width: 100.0%;
  margin: 0 0% 0 0;
  box-sizing: border-box;
  float: left;
}
@media screen and (min-width: 25em) {
  .pointer_counter_tease .pointer_counter_divide_container {
    background-image: -moz-linear-gradient(left, white 75%, #d0d0d0 75%);
    background-image: -webkit-linear-gradient(left, white 75%, #d0d0d0 75%);
    background-image: -o-linear-gradient(left, white 75%, #d0d0d0 75%);
    background-image: linear-gradient(to left, white 75%, #d0d0d0 75%);
    background-size: 2px 2px;
    background-origin: padding-box;
    background-position: 50% 0px;
    background-repeat: repeat-y;
  }
}
.pointer_counter_tease .pointer_counter_divide_container h3 {
  font-size: 1.125em;
}
.pointer_counter_tease .abstract_byline {
  margin-bottom: 0px;
  padding-bottom: 0px;
  height: auto;
}
.pointer_counter_tease .pointer_counter_divide_left {
  margin: 4px 0px 15px 0;
  padding: 0 0 15px 0;
  background-image: -moz-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #a2a2a4 75%);
  background-size: 50% 2px;
  background-origin: padding-box;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 25em) {
  .pointer_counter_tease .pointer_counter_divide_left {
    width: 50.0%;
    margin-right: 0%;
    box-sizing: border-box;
    float: left;
    padding: 0 0 0px 8px;
    max-width: 350px;
    border-bottom: 0px;
    padding-right: 15px;
    background: none;
  }
}
.pointer_counter_tease .pointer_counter_divide_right {
  margin: 4px 0px 0px 0;
}
@media screen and (min-width: 25em) {
  .pointer_counter_tease .pointer_counter_divide_right {
    width: 50.0%;
    margin-right: 0%;
    box-sizing: border-box;
    float: right;
    padding-left: 15px;
    max-width: 350px;
  }
}

@media screen and (min-width: 25em) {
  .no-cssgradients .pointer_counter_divide_container {
    background-image: url("../siteart/rule_dot.jpg");
    background-size: 1px 1px;
  }
}

@media screen and (min-width: 40.625em) {
  .top_story_container .pointer_counter_divide_container {
    background-image: none;
  }
  .top_story_container .pointer_counter_divide_right {
    width: 100%;
    padding: 20px 0 0 0;
    background-image: -moz-linear-gradient(top, transparent 75%, #a2a2a4 75%);
    background-image: -webkit-linear-gradient(top, transparent 75%, #a2a2a4 75%);
    background-image: -o-linear-gradient(top, transparent 75%, #a2a2a4 75%);
    background-image: linear-gradient(to bottom, transparent 75%, #a2a2a4 75%);
    background-size: 50% 2px;
    background-origin: padding-box;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .top_story_container .pointer_counter_divide_left {
    width: 100%;
    padding: 0px;
    margin: 0 0 20px 0;
  }
}

.no-cssgradients .top_story_container .pointer_counter_divide_right {
  background-image: url("../siteart/no_svg_rule.jpg");
  background-size: 50% 1px;
}

@media screen and (min-width: 40.625em) {
  .off_lede_container .pointer_counter_divide_container {
    background-image: none;
  }
  .off_lede_container .pointer_counter_divide_right {
    width: 100%;
    padding: 20px 0 0 0;
    background-image: -moz-linear-gradient(top, transparent 75%, #a2a2a4 75%);
    background-image: -webkit-linear-gradient(top, transparent 75%, #a2a2a4 75%);
    background-image: -o-linear-gradient(top, transparent 75%, #a2a2a4 75%);
    background-image: linear-gradient(to bottom, transparent 75%, #a2a2a4 75%);
    background-size: 50% 2px;
    background-origin: padding-box;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .off_lede_container .pointer_counter_divide_left {
    width: 100%;
    padding: 0px;
    margin: 0 0 20px 0;
  }
}

.confessions_tease {
  clear: left;
  padding: 20px 12px 5px !important;
  background-image: url("../siteart/boston_advice_nagarajan.png");
  background-image: url("../siteart/boston_advice_nagarajan.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  border: 1px solid #d0d0d0;
  height: auto;
}
@media screen and (min-width: 25em) {
  .confessions_tease {
    background-image: url("../siteart/boston_advice_nagarajan_sf.png");
    background-image: url("../siteart/boston_advice_nagarajan_sf.jpg");
    background-size: auto 100%;
  }
}
@media screen and (min-width: 56.25em) {
  .confessions_tease {
    height: 450px;
    background-size: auto auto;
    background-image: url("../siteart/boston_advice_nagarajan.png");
    background-image: url("../siteart/boston_advice_nagarajan.jpg");
  }
}
.confessions_tease .inside_link {
  font-size: 0.875em;
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, Times, "Times New Roman", serif;
  font-weight: 700;
  text-align: center;
  font-style: italic;
  color: #ca0002;
  background-image: -moz-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #a2a2a4 75%);
  background-size: 50px 2px;
  background-origin: padding-box;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 12px;
  margin: 0 0 5px 0;
}
.confessions_tease .inside_link a {
  color: #ca0002;
}
.confessions_tease .inside_link span {
  font-style: normal;
  font-weight: 700;
}
.confessions_tease .teaser_hed_container {
  width: 50%;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 31.25em) {
  .confessions_tease .teaser_hed_container {
    width: 70%;
    float: left;
    padding-left: 20px;
  }
}
@media screen and (min-width: 56.25em) {
  .confessions_tease .teaser_hed_container {
    width: 60%;
    float: none;
    padding-left: 0px;
  }
}
.confessions_tease .teaser_hed_container h3 {
  font-family: "Sentinel A", "Sentinel B", Georgia, Times, "Times New Roman", serif;
  font-weight: 600 !important;
}
.confessions_tease .teaser_hed_container h2 {
  font-size: 1.25em;
  font-weight: 600 !important;
  font-style: italic;
  text-align: center;
  line-height: 130%;
}
.confessions_tease .teaser_hed_container h2 .initial_cap {
  color: #ca0002;
  font-style: normal;
  font-weight: 600 !important;
}
.confessions_tease .confessions_comments {
  text-align: center;
  padding: 0 0 8px 0;
}

.no-cssgradients .confessions_tease .inside_link {
  background-image: url("../siteart/no_svg_rule.jpg");
  background-size: 50px 1px;
}

.section_front_content_container .confessions_tease {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("../siteart/boston_advice_nagarajan.png");
  background-image: url("../siteart/boston_advice_nagarajan.jpg");
  background-size: 100% auto;
}
@media screen and (min-width: 21.875em) {
  .section_front_content_container .confessions_tease {
    background-image: url("../siteart/boston_advice_nagarajan_sf.png");
    background-image: url("../siteart/boston_advice_nagarajan_sf.jpg");
    background-size: auto 100%;
  }
}
.section_front_content_container .confessions_tease h3 {
  font-size: 1.25em;
}
.section_front_content_container .lede_teaser h2 {
  font-size: 1.25em;
}
@media screen and (min-width: 46.875em) {
  .section_front_content_container .lede_teaser h2 {
    font-size: 1.875em;
    line-height: 120%;
  }
}

.middle_right .confessions_tease, .teaser-list .confessions_tease {
  height: auto;
  background-size: auto 100%;
  background-image: url("../siteart/boston_advice_nagarajan.png");
  background-image: url("../siteart/boston_advice_nagarajan.jpg");
}
@media screen and (min-width: 20.625em) {
  .middle_right .confessions_tease, .teaser-list .confessions_tease {
    background-image: url("../siteart/boston_advice_nagarajan_sf.png");
    background-image: url("../siteart/boston_advice_nagarajan_sf.jpg");
  }
}

.gallery_tease {
  position: relative;
}
.gallery_tease .teaser_text_container {
  width: 100%;
  margin-right: 0%;
  box-sizing: border-box;
  width: auto;
  height: auto;
  padding: 10px 10px 12px;
  background-color: #f1efea;
  background-color: rgba(241, 239, 234, 0.7);
  position: relative;
}
@media screen and (min-width: 31.25em) {
  .gallery_tease .teaser_text_container {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #f1efea;
    background-color: rgba(241, 239, 234, 0.7);
  }
}
@media screen and (min-width: 43.75em) {
  .gallery_tease .teaser_text_container {
    width: 60%;
    margin-right: 0%;
    box-sizing: border-box;
  }
}
.gallery_tease .teaser_text_container h3 {
  font-weight: 300 !important;
  font-size: 1.375em;
  font-style: italic;
  margin: 0px;
}
.gallery_tease .teaser_text_container .small_label, .gallery_tease .teaser_text_container .small_label_gray, .gallery_tease .teaser_text_container .big_label_special, .gallery_tease .teaser_text_container .right_rail_label {
  color: #f1efea;
}
.gallery_tease .gallery_icon_tab {
  font-family: icon;
  padding: 5px 5px 0;
  height: 15px;
  width: 40px;
  color: #ca0002;
  position: absolute;
  top: -15px;
  left: 0px;
  font-size: 0.6875em;
  text-align: center;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #f1efea;
}
@media screen and (min-width: 31.25em) {
  .gallery_tease .gallery_icon_tab {
    background-color: #f1efea;
    background-color: rgba(241, 239, 234, 0.7);
  }
}

.feature_tease h3 {
  font-size: 0.9375em;
  font-weight: 600;
  font-family: "Sentinel A", "Sentinel B", Georgia, Times, "Times New Roman", serif;
  line-height: 110%;
  padding: 0 5px 0 0;
}
@media screen and (min-width: 59.375em) {
  .feature_tease h3 {
    font-size: 1.0625em;
    line-height: 120%;
  }
}

.comment_tease {
  margin: 12px 0 0 0;
}
.comment_tease .commenter_quote {
  font-style: italic;
  font-size: 0.9375em;
  float: none;
  padding-right: 20px;
}
@media screen and (min-width: 31.25em) {
  .comment_tease .commenter_quote {
    font-size: 0.9375em;
    width: 70.5%;
    margin: 0 2% 0 0;
    box-sizing: border-box;
    float: left;
    float: left;
    border-right: 1px solid #d0d0d0;
  }
}
.comment_tease .commenter_quote a {
  color: #444;
}
.comment_tease .commenter_quote a:hover {
  color: #8d0001;
  background-image: -moz-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #8d0001 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}
.comment_tease .commenter_name {
  font-size: 0.875em;
  font-weight: 700;
  font-style: normal;
  color: #ca0002;
  margin: 0 0 0px 0;
  overflow: hidden;
}
.comment_tease .commenter_name a {
  color: #ca0002;
}
.comment_tease .commenter_name a:hover {
  color: #8d0001;
}
.comment_tease .commenter_name span {
  color: #6f6f71;
  display: inline-block;
}
@media screen and (min-width: 31.25em) {
  .comment_tease .commenter_name span {
    display: block;
  }
}
.comment_tease .commenter_name span:hover {
  color: #8d0001;
}
.comment_tease .commenter_CTA {
  color: #ca0002;
  font-weight: 700;
  font-size: 0.875em;
  background-image: -moz-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #a2a2a4 75%);
  background-size: 50px 2px;
  background-origin: padding-box;
  background-position: 0px 100%;
  background-repeat: no-repeat;
  padding: 0 0 8px 0;
  margin: 0 0 10px 0;
  width: 37.5%;
  margin-right: 0%;
  box-sizing: border-box;
  float: left;
}
.comment_tease .story_refer, .comment_tease .story_refer_special {
  margin: 0px;
  padding: 0px;
}

.comment_tease_standalone .comment_tease_icon {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  padding-top: 5px;
  margin: 0 auto;
  font-size: 1.25em;
  color: white;
  font-weight: 100;
  font-family: "icon";
  text-align: center;
  background-color: #ca0002;
}
@media screen and (min-width: 40.625em) {
  .comment_tease_standalone .comment_tease_icon {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    padding-top: 9px;
  }
}
.comment_tease_standalone .big_label, .comment_tease_standalone .forms_container .gform_title, .forms_container .comment_tease_standalone .gform_title {
  text-align: center;
  margin: 8px 0 8px;
  padding: 0 0 8px 0;
  background-image: -moz-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #a2a2a4 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #a2a2a4 75%);
  background-size: 75px 2px;
  background-origin: padding-box;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.comment_tease_standalone .commenter_quote {
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-size: 1.0625em;
}
@media screen and (min-width: 40.625em) {
  .comment_tease_standalone .commenter_quote {
    font-size: 1.125em;
  }
}

.no-borderradius .comment_tease_icon {
  background-image: url("../siteart/round_icon_bg.jpg");
  background-color: transparent;
}

.archive_db_teaser h2 {
  font-size: 1.25em;
  margin: 0 0 5px 0;
}

/*
----------------
RIGHT RAIL WIDGETS 
----------------
*/
.in_touch {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
  clear: left;
  padding-bottom: 10px;
}
@media screen and (min-width: 37.5em) {
  .in_touch {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 59.375em) {
  .in_touch {
    max-width: 300px;
    margin: 0 auto 30px;
    padding: 20px 0 0 0;
    border-top: 3px solid #d0d0d0;
  }
}
.in_touch .form_field, .in_touch .forms_container input[type=text], .forms_container .in_touch input[type=text], .in_touch .forms_container textarea, .forms_container .in_touch textarea {
  margin: 0 0 10px 0;
  width: 100%;
}
@media screen and (min-width: 50em) {
  .in_touch .form_field, .in_touch .forms_container input[type=text], .forms_container .in_touch input[type=text], .in_touch .forms_container textarea, .forms_container .in_touch textarea {
    margin: 0 0 15px 0;
  }
}
.in_touch #newsletter_details {
  margin: 0;
}
@media screen and (min-width: 37.5em) {
  .in_touch #newsletter_details {
    display: none;
  }
}
.in_touch .newsletter_windowshade {
  padding-top: 10px;
}
.in_touch .input_checkbox {
  margin: 5px 0 20px 10px;
  padding: 0px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-size: 0.875em;
}
.in_touch .input_checkbox li {
  margin: 0 0 18px 0px;
  line-height: 100%;
}
@media screen and (min-width: 37.5em) {
  .in_touch .input_checkbox li {
    width: 100%;
    display: block;
  }
}
.in_touch .input_checkbox li label {
  margin: 0px;
  font-weight: 400;
}
.in_touch .abstract_small, .in_touch .forms_container .charleft, .forms_container .in_touch .charleft, .in_touch .gfield_description {
  text-align: center;
}
.in_touch .abstract, .in_touch .abstract_light, .in_touch .abstract_small, .in_touch .forms_container .charleft, .forms_container .in_touch .charleft, .in_touch .gfield_description, .in_touch .abstract_bio, .in_touch .archive_search_link {
  margin: 0 0 5px 0;
  display: block;
}

.newsletter_windowshade {
  clear: left;
  display: none;
}
@media screen and (min-width: 37.5em) {
  .newsletter_windowshade {
    display: block;
  }
}

.mc4wp-alert {
  width: 100%;
  font-size: 0.875em;
  margin: 0 0 20px 0;
  color: #ca0002;
  background-color: #f1efea;
  padding: 5px 3px;
  text-align: center;
  font-weight: 400;
}

.trending {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 37.5em) {
  .trending .button, .trending .button_two {
    display: none;
  }
}

.poll_widget {
  width: 50.0%;
  margin-right: 0%;
  box-sizing: border-box;
  padding: 20px 0 0px 0;
  margin: 0 0 15px 0;
  height: auto;
  border-bottom: 0px;
  clear: both;
}
@media screen and (min-width: 31.25em) {
  .poll_widget {
    width: 50.0%;
    margin-right: 0%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 59.375em) {
  .poll_widget {
    width: 100%;
    margin-right: 0%;
    box-sizing: border-box;
    max-width: 300px;
    margin: 0 auto;
    padding: 20px 0 15px 0;
  }
}
.poll_widget input[type='radio'] {
  float: left;
  margin: 3px 8px 0 0;
}
.poll_widget label {
  display: block;
  margin: 0 0 10px 0;
}
.poll_widget .button, .poll_widget .button_two {
  margin: 10px 0 0 0;
}

.essay_widget {
  padding: 20px 0 0px 0;
  margin: 0 0 20px 0;
  height: auto;
  border-bottom: 0px;
  float: left;
  border-top: 3px solid #d0d0d0;
  width: 100%;
}
@media screen and (min-width: 31.25em) {
  .essay_widget {
    width: 50.0%;
    margin-right: 0%;
    box-sizing: border-box;
    padding-left: 15px;
    padding: 0 0 0 15px;
    border-left: 1px solid #d0d0d0;
    border-top: 0px;
    margin: 20px 0 20px 0;
  }
}
@media screen and (min-width: 59.375em) {
  .essay_widget {
    width: 100%;
    margin-right: 0%;
    box-sizing: border-box;
    max-width: 300px;
    margin: 0 auto 20px;
    border-top: 3px solid #d0d0d0;
    padding: 20px 0 0 0;
    float: none;
    border: 3px solid #d0d0d0;
    padding: 20px;
  }
}
.essay_widget .abstract_light span {
  color: #ca0002;
  font-weight: 400;
}
.essay_widget .abstract, .essay_widget .abstract_light, .essay_widget .abstract_small, .essay_widget .forms_container .charleft, .forms_container .essay_widget .charleft, .essay_widget .gfield_description, .essay_widget .abstract_bio, .essay_widget .archive_search_link {
  text-align: center;
}
.essay_widget .essays_point_art {
  width: 100%;
  height: 80px;
  background-image: url("../siteart/Voxpopuli_NAgarajan.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto 10px;
}
.essay_widget .abstract, .essay_widget .abstract_light, .essay_widget .abstract_small, .essay_widget .forms_container .charleft, .forms_container .essay_widget .charleft, .essay_widget .gfield_description, .essay_widget .abstract_bio, .essay_widget .archive_search_link {
  margin: 0 0 25px 0;
}
.essay_widget .abstract a, .essay_widget .abstract_light a, .essay_widget .abstract_small a, .essay_widget .forms_container .charleft a, .forms_container .essay_widget .charleft a, .essay_widget .gfield_description a, .essay_widget .abstract_bio a, .essay_widget .archive_search_link a {
  color: #444;
}
.essay_widget .abstract a:hover, .essay_widget .abstract_light a:hover, .essay_widget .abstract_small a:hover, .essay_widget .forms_container .charleft a:hover, .forms_container .essay_widget .charleft a:hover, .essay_widget .gfield_description a:hover, .essay_widget .abstract_bio a:hover, .essay_widget .archive_search_link a:hover {
  color: #8d0001;
  background-image: -moz-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #8d0001 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}
.essay_widget .button, .essay_widget .button_two {
  margin: 0 0 20px 0;
}

/* right rail items */
/*

.tweet
{
@include spanner_too (12, 1200, 0, 12);
margin:0 0 20px 0;

		@media screen and (min-width:em(950))
		{
		@include spanner_too (10, 1000, 0, 6);
		}


	.tweet_avatar
	{
	width:45px;
	height:45px;
	float:left;
	@include trans($photo);
	margin:0 10px 0 0;
	}

}

*/
/* story pages module */
/*
.story_list
	{
	padding:20px em(20) 0;
	height:auto;
			border:
		ul
		{
		padding:0 0 20px 10px;
		margin:0;
		
			li
			{
			list-style-type: disc;	
			margin:0 0 5px 0;
			
			}
		}	
	
	}
	
	
.byline
	{
	padding:10px em(20);
			width:100%;
					border:
	
		.avatar
		{
		width:40px;
		height:40px;
		float:left;
		margin:0 10px 0 0;
		
			@media screen and (min-width:em(950)) 
			{
			width:60px;
			height:60px;
			}
		
		img
		{
		width:100%;
		}
		
		}

		p
		{
		margin:0 0 5px 50px;	
		
			@media screen and (min-width:em(950)) 
			{
			margin-left:70px;
			}
		}
	
	.bio
	{
	display:none;
	
			@media screen and (min-width:em(950)) 
			{
			display:block;
			}
	
	
	}
	
	
	}
	
*/
/*
---------------------
INSIDE PAGE MODULES
---------------------
*/
.related_container .right_link {
  display: none;
}
@media screen and (min-width: 43.75em) {
  .related_container .right_link {
    display: block;
  }
}
.related_container .related_list_sidebar {
  list-style-type: none;
  padding: 0 0 0px 0;
  margin: 0 0 10px 3px;
  display: inline-block;
}
@media screen and (min-width: 43.75em) {
  .related_container .related_list_sidebar {
    border-bottom: 0px;
    display: block;
  }
}
.related_container .related_list_sidebar figure {
  width: 100%;
  display: none;
}
@media screen and (min-width: 43.75em) {
  .related_container .related_list_sidebar figure {
    display: block;
    margin: 0 0 5px 0;
  }
}
.related_container .related_list_sidebar figure img {
  width: 100%;
  height: auto;
}
.related_container .related_list_sidebar li {
  font-size: 0.875em;
  font-weight: 700;
  padding: 0 0 5px 0;
  margin: 0 0 5px 10px;
  line-height: 140%;
  text-indent: -10px;
}
.related_container .related_list_sidebar li:after {
  content: ' \f178';
  display: inline-block;
  margin: 0 5px 0;
  font-family: "icon";
  font-weight: 100;
  font-size: 0.75em;
  text-indent: 0px;
}
@media screen and (min-width: 43.75em) {
  .related_container .related_list_sidebar li {
    font-size: 0.875em;
    font-weight: 700;
    padding: 0 0 15px 0;
    margin: 8px 0 10px 0;
    text-indent: 0px;
    padding: 0 10px 5px 0;
    background-image: -moz-linear-gradient(top, transparent 75%, #a2a2a4 75%);
    background-image: -webkit-linear-gradient(top, transparent 75%, #a2a2a4 75%);
    background-image: -o-linear-gradient(top, transparent 75%, #a2a2a4 75%);
    background-image: linear-gradient(to bottom, transparent 75%, #a2a2a4 75%);
    background-size: 50px 2px;
    background-origin: padding-box;
    background-position: center bottom;
    padding: 0 10px 5px 0;
    background-repeat: no-repeat;
    display: block;
  }
  .related_container .related_list_sidebar li:before {
    display: none;
  }
}
.related_container .related_list_sidebar li a {
  color: #6f6f71;
}
.related_container .related_list_sidebar li a:hover {
  color: #8d0001;
  background-image: -moz-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #8d0001 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}

.no-cssgradients .related_list_sidebar li {
  background-image: url("../siteart/no_svg_rule.jpg");
  background-size: auto auto;
}
.no-cssgradients .related_list_sidebar li a {
  text-decoration: underline;
}

/*-------------
tagline bio basic styles
---------------*/
.tagline_bio {
  margin-bottom: 20px;
}
@media screen and (min-width: 43.75em) {
  .tagline_bio {
    width: 100%;
    margin-right: 0%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 59.375em) {
  .tagline_bio {
    width: 100%;
    margin-right: 0%;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 300px;
  }
}
.tagline_bio .avatar_container {
  border-bottom: 2px solid #d0d0d0;
  margin: 0 0 10px 0;
}
.tagline_bio .author_avatar {
  width: 60px;
  float: left;
  margin: 0px 10px 0 0;
}
@media screen and (min-width: 31.25em) {
  .tagline_bio .author_avatar {
    width: 80px;
  }
}
@media screen and (min-width: 59.375em) {
  .tagline_bio .author_avatar {
    width: 90px;
  }
}
.tagline_bio .tagline_name {
  font-size: 0.8125em;
  font-weight: 700;
  margin: 3px 0 0 0;
  padding: 0 0px 0px 0;
}
@media screen and (min-width: 31.25em) {
  .tagline_bio .tagline_name {
    font-size: 0.875em;
    background-image: -moz-linear-gradient(top, transparent 75%, #a2a2a4 75%);
    background-image: -webkit-linear-gradient(top, transparent 75%, #a2a2a4 75%);
    background-image: -o-linear-gradient(top, transparent 75%, #a2a2a4 75%);
    background-image: linear-gradient(to bottom, transparent 75%, #a2a2a4 75%);
    background-size: 50px 2px;
    background-origin: padding-box;
    background-position: left bottom;
    background-repeat: no-repeat;
    display: table-cell;
    margin: 5px 0 2px 0;
    padding: 0 7px 3px 0;
  }
}
@media screen and (min-width: 59.375em) {
  .tagline_bio .tagline_name {
    margin: 8px 0 3px 0;
    padding: 0 10px 3px 0;
  }
}
.tagline_bio .abstract_bio {
  display: none;
}
@media screen and (min-width: 31.25em) {
  .tagline_bio .abstract_bio {
    display: block;
    color: #6f6f71;
  }
}
.tagline_bio .right_link {
  display: none;
  text-align: left;
}
@media screen and (min-width: 31.25em) {
  .tagline_bio .right_link {
    display: block;
    font-size: 0.8125em;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    background-image: -moz-linear-gradient(top, transparent 75%, #444 75%);
    background-image: -webkit-linear-gradient(top, transparent 75%, #444 75%);
    background-image: -o-linear-gradient(top, transparent 75%, #444 75%);
    background-image: linear-gradient(to bottom, transparent 75%, #444 75%);
    background-size: 50px 2px;
    background-origin: padding-box;
    background-position: left top;
    background-repeat: no-repeat;
  }
}

.tagline_extras {
  font-size: 0.71875em;
  display: inline-block;
  margin: 0px;
  font-weight: 700;
}
@media screen and (min-width: 59.375em) {
  .tagline_extras {
    display: block;
    float: left;
    color: #6f6f71;
  }
}
.tagline_extras a {
  color: #6f6f71;
}
.tagline_extras a:hover {
  color: #8d0001;
  background-image: -moz-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #8d0001 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}
.tagline_extras a .twitter:hover {
  color: #4099FF;
  border: 0px;
  background-color: transparent;
  background-image: none;
}

.staff_position {
  display: none;
  color: #6f6f71;
}
@media screen and (min-width: 28.125em) {
  .staff_position {
    display: inline-block;
  }
}
.staff_position:after {
  content: ' | ';
  display: inline-block;
  margin: 0 0 0 8px;
}
@media screen and (min-width: 59.375em) {
  .staff_position:after {
    content: '';
    margin: 0 10px;
    display: inline-block;
  }
}

.no-cssgradients .tagline_name {
  background-image: url("../siteart/no_svg_rule.jpg");
  background-size: auto auto;
}

/*-------------
right rail byline sig
---------------*/
.right_rail_byline_sig {
  display: none;
}
@media screen and (min-width: 59.375em) {
  .right_rail_byline_sig {
    display: block;
  }
}
.right_rail_byline_sig .byline_module {
  position: static;
  width: 100%;
}
.right_rail_byline_sig .tagline_bio .avatar_container {
  border-bottom: 0px;
  margin-bottom: 0px;
}

/*-------------
story sig at top of story
---------------*/
.story_top_byline_sig {
  display: block;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
@media screen and (min-width: 59.375em) {
  .story_top_byline_sig {
    display: none;
  }
}
.story_top_byline_sig .byline_module {
  position: static;
  width: 100%;
  max-width: none;
  margin: 0px;
}
.story_top_byline_sig .byline_module .tagline_bio {
  width: 100%;
}
.story_top_byline_sig .byline_module .tagline_bio .avatar_container {
  width: 100%;
}
.story_top_byline_sig .tagline_extras {
  font-size: 0.75em;
  display: inline-block;
  margin: 0px;
}
@media screen and (min-width: 59.375em) {
  .story_top_byline_sig .tagline_extras {
    display: block;
    float: left;
  }
}
.story_top_byline_sig .tagline_extras a {
  color: #6f6f71;
  background: none;
}
.story_top_byline_sig .tagline_extras a:hover {
  color: #8d0001;
  background-image: -moz-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #8d0001 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}
.story_top_byline_sig .staff_position {
  display: none;
}
@media screen and (min-width: 23.75em) {
  .story_top_byline_sig .staff_position {
    display: inline-block;
  }
}
.story_top_byline_sig .clear {
  margin: 0px;
  padding: 0px;
}
.story_top_byline_sig .abstract_bio, .story_top_byline_sig .right_link {
  margin: 0 0 5px 0;
}

.no-cssgradients .tagline_extras a:hover {
  text-decoration: underline;
}

/*-------------
tagline bio at bottom of story
---------------*/
.tagline_bio_story_bottom {
  width: 100% !important;
  max-width: none;
  border-top: 1px solid #d0d0d0;
  padding-top: 10px;
  margin: 0px 0 15px 0;
}

.story_text .tagline_bio_story_bottom {
  margin: 30px 0 20px 0;
}

.tagline_content {
  float: left;
  width: auto;
  display: inline-table;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 34.375em) {
  .tagline_content {
    text-align: left;
  }
}
.tagline_content .author_avatar {
  width: 25%;
  float: left;
  margin: 5px 3% 0 0;
  padding: 0px;
  height: auto;
  border-bottom: 1px solid #e8e9ea;
  max-width: 85px;
}
@media screen and (min-width: 31.25em) {
  .tagline_content .author_avatar {
    width: 100px;
    height: 78px;
    margin: 5px 8px 0 0;
    max-width: none;
  }
}
.tagline_content .author_avatar img {
  display: block;
  width: 100%;
  margin: 0px;
}
.tagline_content .more_link, .tagline_content .entry-content .excerpt-read-more, .entry-content .tagline_content .excerpt-read-more {
  font-style: normal;
  background-image: none;
}
.tagline_content .more_link:hover, .tagline_content .entry-content .excerpt-read-more:hover, .entry-content .tagline_content .excerpt-read-more:hover {
  background-image: none;
  color: #8d0001;
}
.tagline_content .tagline_details_wrapper {
  display: inline-table;
  width: 70%;
}
.tagline_content .tagline_details_wrapper .tagline_link_separator {
  display: none;
}
@media screen and (min-width: 34.375em) {
  .tagline_content .tagline_details_wrapper .tagline_link_separator {
    display: inline;
  }
}
@media screen and (min-width: 26.25em) {
  .tagline_content .tagline_details_wrapper {
    width: 75%;
  }
}
@media screen and (min-width: 34.375em) {
  .tagline_content .tagline_details_wrapper {
    margin-bottom: 5px;
  }
}
.tagline_content .tagline_details_wrapper a .twitter:hover {
  background-color: transparent;
  color: #4099FF;
  border: 0px;
}
.tagline_content .tagline_b_name {
  font-size: 0.875em;
  font-weight: 700;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 31.25em) {
  .tagline_content .tagline_b_name {
    font-weight: 700;
  }
}
@media screen and (min-width: 34.375em) {
  .tagline_content .tagline_b_name {
    margin: 0 0 -4px;
  }
}
.tagline_content .tagline_b_name a {
  color: #444;
  background-image: none;
}
.tagline_content .tagline_b_name a:hover {
  color: #8d0001;
  background-image: -moz-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #8d0001 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #8d0001 75%);
  background-size: 2px 2px;
  background-origin: padding-box;
  background-position: 0 95%;
  background-repeat: repeat-x;
}
.tagline_content .tagline_link_button {
  width: 100%;
  padding: 10px;
  background-color: #e8e9ea;
  font-size: 0.8125em;
  display: block;
  margin: 0 0 10px 0;
  color: #444;
  text-align: center;
  font-weight: 400;
}
.tagline_content .tagline_link_button:after {
  /*@media screen and (min-width:em(550))
  {
  content:' | ';
  display:inline-block;
  margin:0 5px 0 0;
  color:$stone;
  }*/
}
.tagline_content .tagline_link_button:nth-child(3):after {
  content: ' ';
}
.tagline_content .tagline_link_button:hover {
  background-color: #ca0002;
  color: white;
}
@media screen and (min-width: 34.375em) {
  .tagline_content .tagline_link_button {
    padding: 0px;
    background-color: transparent;
    margin: 0 0 0px 0;
    display: inline-block;
    text-align: left;
    width: auto;
    font-size: 0.75em;
    font-weight: 700;
  }
  .tagline_content .tagline_link_button:hover {
    color: #ca0002;
    background-color: transparent;
    color: #8d0001;
    background-image: -moz-linear-gradient(top, transparent 75%, #8d0001 75%);
    background-image: -webkit-linear-gradient(top, transparent 75%, #8d0001 75%);
    background-image: -o-linear-gradient(top, transparent 75%, #8d0001 75%);
    background-image: linear-gradient(to bottom, transparent 75%, #8d0001 75%);
    background-size: 2px 2px;
    background-origin: padding-box;
    background-position: 0 95%;
    background-repeat: repeat-x;
  }
}
.tagline_content .hide_on_mobile {
  display: none;
}
@media screen and (min-width: 34.375em) {
  .tagline_content .hide_on_mobile {
    display: inline-block;
  }
}
.tagline_content .show_on_mobile {
  display: inline-block;
}
@media screen and (min-width: 34.375em) {
  .tagline_content .show_on_mobile {
    display: none;
  }
}
.tagline_content .abstract_bio {
  display: block;
  font-size: 0.84375em;
  color: #444;
  line-height: 155%;
  margin: 5px 0 0 0;
  text-align: left;
}

/*-------------
plain tagline at bottom of story
---------------*/
@media screen and (min-width: 31.25em) {
  .tagline_plain .tagline_extras:nth-child(1):after {
    content: ' | ';
    margin: 0 8px;
  }
}
.tagline_plain .tagline_extras:nth-child(2):after {
  content: '';
  margin: 0;
}
.tagline_plain .tagline_details_wrapper {
  width: 100%;
}

@media screen and (min-width: 59.375em) {
  .tagline_bio_flex {
    display: none;
  }
}

/*-------------
story pullquote
---------------*/
.story_pullquote {
  clear: both;
  background-color: white;
  padding: 10px 0 30px;
}
@media screen and (min-width: 59.375em) {
  .story_pullquote {
    width: 100%;
    margin-right: 0%;
    box-sizing: border-box;
  }
}
.story_pullquote q {
  font-size: 1.0625em;
  font-family: "Sentinel A", "Sentinel B", Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  color: #a2a2a4;
  font-weight: 600;
  margin: -20px 0 0;
  padding: 20px 0 15px;
  line-height: 130%;
  quotes: "“" "”" "‘" "’";
  background-image: -moz-linear-gradient(top, transparent 75%, #e8e9ea 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #e8e9ea 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #e8e9ea 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #e8e9ea 75%);
  background-size: 35% 12px;
  background-origin: padding-box;
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (min-width: 43.75em) {
  .story_pullquote q {
    font-size: 1.375em;
  }
}
.story_pullquote q:before {
  content: open-quote;
  font-size: 2.875em;
  color: #ca0002;
  line-height: 48px;
  display: inline-block;
  height: 24px;
  vertical-align: text-bottom;
  margin: 0 10px 0 0;
}
.story_pullquote q:after {
  content: close-quote;
  visibility: visible;
  font-size: 2.875em;
  color: #ca0002;
  line-height: 48px;
  display: inline-block;
  height: 24px;
  vertical-align: text-bottom;
  margin: 0 10px 0 0;
}
.story_pullquote .pullquote_attribution, .story_pullquote .abstract_byline {
  font-size: 0.75em;
  letter-spacing: normal;
  font-weight: 700;
  color: #6f6f71;
  margin: 10px 0 0;
  padding: 8px 0 0 0;
  background-image: -moz-linear-gradient(top, transparent 75%, #444 75%);
  background-image: -webkit-linear-gradient(top, transparent 75%, #444 75%);
  background-image: -o-linear-gradient(top, transparent 75%, #444 75%);
  background-image: linear-gradient(to bottom, transparent 75%, #444 75%);
  background-size: 70px 2px;
  background-origin: padding-box;
  background-position: left top;
  background-repeat: no-repeat;
  text-transform: none;
}
.story_pullquote .abstract_byline {
  text-transform: none;
}
.story_pullquote .abstract_byline span {
  color: #6f6f71;
}
.story_pullquote .abstract_byline span:hover {
  color: #6f6f71;
}

.embedded_photo {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
}

.embedded_photo_half {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
}
@media screen and (min-width: 28.125em) {
  .embedded_photo_half {
    width: 50.0%;
    margin-right: 0%;
    box-sizing: border-box;
    float: right;
    margin: 8px 0 10px 8px;
  }
}

.embedded_photo_half {
  width: 100.0%;
  margin-right: 0%;
  box-sizing: border-box;
}
@media screen and (min-width: 28.125em) {
  .embedded_photo_half {
    width: 50.0%;
    margin-right: 0%;
    box-sizing: border-box;
    float: right;
    margin: 8px 0 10px 8px;
  }
}

.embedded_photo_mugshot {
  width: 100px;
  float: right;
  margin: 8px 0 10px 10px;
  clear: right;
}
@media screen and (min-width: 28.125em) {
  .embedded_photo_mugshot {
    width: 200px;
  }
}
.embedded_photo_mugshot .photo {
  float: left;
  width: 100px;
}
@media screen and (min-width: 28.125em) {
  .embedded_photo_mugshot .photo {
    float: left;
    width: 100px;
    margin: 3px 8px 0 0;
  }
}

/* calendar */
/* other */
.tell-a-friend[aria-hidden="true"] {
  display: none;
}
.tell-a-friend__underlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000;
  opacity: .3;
  -moz-opacity: .3;
  filter: alpha(opacity=30);
  border: 1px solid #cecece;
  z-index: 100000;
}
.tell-a-friend__panel {
  height: auto;
  width: 100%;
  background: #FFFFFF;
  padding: 0;
  position: fixed;
  z-index: 111000;
  cursor: default;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.25);
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, Times, "Times New Roman", serif;
  top: 0;
  left: 0 !important;
  right: 0 !important;
}
@media screen and (min-width: 37.5em) {
  .tell-a-friend__panel {
    margin: auto;
    width: 590px;
    top: 180px !important;
    bottom: auto !important;
    left: 0 !important;
    right: 0 !important;
  }
}
@media screen and (max-height: 800px) {
  .tell-a-friend__panel {
    top: 0 !important;
  }
}
.tell-a-friend__header {
  border-bottom: 1px solid #d2d2d1;
  background: #f1efea;
  font-family: "Sentinel A", "Sentinel B", Georgia, Times, "Times New Roman", serif;
  line-height: 30px;
  height: 30px;
}
@media screen and (min-width: 37.5em) and (min-height: 570px) {
  .tell-a-friend__header {
    height: 49px;
    line-height: 49px;
  }
}
.tell-a-friend__title {
  float: left;
  width: 180px;
  color: #ca0002;
  font-size: 16px;
  font-weight: 600;
  margin-left: 15px;
}
.tell-a-friend__close-box {
  height: 100%;
}
.tell-a-friend__close-box a {
  display: inline-block;
  float: right;
  height: 100%;
  width: 49px;
  color: #ca0002;
  text-align: center;
  outline: 0;
}
.tell-a-friend__close-box i {
  color: #6f6f71;
}
.tell-a-friend__close-box i:hover {
  color: #8d0001;
}
.tell-a-friend__body {
  margin: 15px;
}
@media screen and (max-height: 570px), screen and (max-width: 37.5em) {
  .tell-a-friend__body {
    margin: 5px;
  }
}
.tell-a-friend__alert {
  font-size: 1.0em;
  color: #FF0000;
  padding-top: 4px;
}
@media screen and (max-height: 570px) {
  .tell-a-friend__alert {
    font-size: 0.8em;
  }
}
.tell-a-friend__alert .success {
  color: #005a0e;
}
@media screen and (max-height: 400px) and (min-width: 500px) {
  .tell-a-friend__field-group {
    width: 47%;
  }
  .tell-a-friend__field-group:nth-child(even) {
    float: left;
  }
  .tell-a-friend__field-group:nth-child(odd) {
    float: right;
  }
}
.tell-a-friend__label {
  font-size: 0.875em;
  font-weight: 500;
  color: #6f6f71;
  padding-top: 4px;
}
.tell-a-friend .form_field:focus, .tell-a-friend .forms_container input[type=text]:focus, .forms_container .tell-a-friend input[type=text]:focus, .tell-a-friend .forms_container textarea:focus, .forms_container .tell-a-friend textarea:focus {
  color: #111;
}
.tell-a-friend input[type="text"] {
  color: #222;
  height: 25px;
  margin: 0 0 4px 0;
}
@media screen and (min-width: 37.5em) and (min-height: 570px) {
  .tell-a-friend input[type="text"] {
    height: 40px;
    margin-bottom: 10px;
  }
}
.tell-a-friend textarea {
  min-height: 30px;
  height: auto;
  padding: 5px;
  color: #222;
  font-size: 1em;
  font-family: "Sentinel SSm A","Sentinel SSm B",Georgia,Times,"Times New Roman",serif;
  font-weight: normal;
  margin: 0px;
}
@media screen and (min-width: 37.5em) and (min-height: 570px) {
  .tell-a-friend textarea {
    min-height: 90px;
    margin-bottom: 10px;
  }
}
.tell-a-friend .button, .tell-a-friend .button_two {
  color: white;
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 37.5em) {
  .tell-a-friend .button, .tell-a-friend .button_two {
    width: 100px;
  }
}
@media screen and (max-height: 570px) {
  .tell-a-friend .button, .tell-a-friend .button_two {
    width: 100%;
    margin: 0px;
    height: 25px;
  }
}

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