@import url(https://fonts.googleapis.com/css?family=Lato:400,900,700,300,100);
@import url(https://fonts.googleapis.com/css?family=Libre+Franklin:300);
@import url(https://fonts.googleapis.com/css?family=Amatica+SC);
@import url(https://fonts.googleapis.com/css?family=Merriweather);
button, input[type="button"], input[type="reset"], input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover,
  button:focus {
    background-color: #2c5999;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #e5e5d9;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #c4c4c4; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #477dca;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #477dca;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #2c5999; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

html {
  box-sizing: border-box; }

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

.dropdown {
  line-height: 1.5;
  line-height: 1.5;
  display: block;
  width: 35%;
  float: left; }
  @media (max-width: 628px) {
    .dropdown {
      width: 60%; } }
  .dropdown .dropdown-container {
    display: inline-block;
    clear: both;
    /* position: fixed; */
    text-align: left;
    margin: 0 10% 0 4%;
    min-width: 20%; }
  .dropdown .nav-art {
    float: left;
    width: 12%;
    padding: .3em;
    position: relative;
    margin-top: 3px; }
	 @media (max-width: 628px) {
		.dropdown .nav-art {
			 margin-top: -2px; }}
  .dropdown .arrow {
    font-size: .35em;
    vertical-align: 30%; }
  .dropdown .dropdown-button {
    color: white;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    cursor: pointer;
    font-size: 0.7em;
	font-family: lato, sans-serif;
    text-transform: uppercase;
    line-height: 20px;
    padding: 0 2em 0 2em;
    position: relative;
	margin-top:7px; }
    @media screen and (min-width: 53.75em) {
      .dropdown .dropdown-button {
        font-size: 1em; } }
  .dropdown .dropdown-button:hover {
    color: #e5e5d9; }
  .dropdown .dropdown-button:after {
    color: white;
    content: "\25BE";
    display: block;
    position: absolute;
    right: 1em;
    top: 0; }
  .dropdown .dropdown-menu {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: black;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: none;
    margin: 0;
    overflow: show;
    position: absolute;
    left: 0;
    top: 40px;
    width: 270px;
    z-index: 99999;
    text-transform: uppercase;
    padding-left: 1.5em;
    font-weight: 400; }
    .dropdown .dropdown-menu:before {
      position: absolute;
      top: 0;
      right: 1em;
      bottom: 0;
      left: 0;
      font-size: 1.4em;
      pointer-events: none;
      text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.3);
      top: -0.7em; }
  .dropdown .dropdown-menu li {
    border-bottom: 1px solid #343434;
    color: white;
    font-size: 1.2em;
    list-style: none;
    padding: 0.5em;
    font-family: lato, sans-serif; }
  .dropdown .small {
    padding-left: -4em;
    font-size: .8em;
    font-weight: 900;
    border-color: black; }
    .dropdown .dropdown-menu a {
      color: white;}
      .dropdown .dropdown-menu li:hover a {
        color: black;}
  .dropdown .dropdown-menu li:hover {
    background: #e5e5d9;
  color: black;}
  .dropdown .dropdown-menu li:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .dropdown .dropdown-menu li:last-child {
    border: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
   }


  .dropdown .show-menu {
    display: block; }

body {
  margin: 0;
  width: 100%;
  background-color: #e5e5d9; }

.focal-point {
  width: 100%;
  height: auto;
  overflow: hidden; } 
  
.focal-point img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }
  
  .mobile-focal-point {
  display: none; }
  @media (max-width: 628px) {
.focal-point {
	display: none;}}
  
  @media (max-width: 628px) {
 .mobile-focal-point {
	 display:block;}}
  
 

.focal-point div {
  position: relative;
  max-width: none;
  height: auto; }

@media all and (max-width: 767px) {
  .focal-point div {
    margin: -0em -4em; }

  .focal-point.zoom-2 div {
    margin: -0em -8em; }
  .focal-point.zoom-1 div {
    margin: -0em -4em; }

  .down-1 div {
    margin-top: -0em;
    margin-bottom: -0em; }

  .up-1 div {
    margin-top: -0em;
    margin-bottom: -0em; }

  .right-1 div {
    margin-left: -18.66667em;
    margin-right: -13.33333em; }
	
	.mobile-right-1 div {
    margin-left: -18.66667em;
    margin-right: -13.33333em; }

  .left-1 div {
    margin-left: -13.33333em;
    margin-right: -18.66667em; }

  .down-2 div {
    margin-top: -0em;
    margin-bottom: -0em; }

  .up-2 div {
    margin-top: -0em;
    margin-bottom: -0em; }

  .right-2 div {
    margin-left: -21.33333em;
    margin-right: -10.66667em; }

  .left-2 div {
    margin-left: -10.66667em;
    margin-right: -21.33333em; }

  .down-3 div {
    margin-top: -0em;
    margin-bottom: -0em; }

  .up-3 div {
    margin-top: -0em;
    margin-bottom: -0em; }
	
.mobile-up-3 div {
    margin-top: -0em;
    margin-bottom: -0em; }

  .right-3 div {
    margin-left: -24em;
    margin-right: -8em; }

  .left-3 div {
    margin-left: -8em;
    margin-right: -24em; }

  .down-4 div {
    margin-top: -0em;
    margin-bottom: -0em;}

  .up-4 div {
    margin-top: -0em;
    margin-bottom: -0em; }

  .right-4 div {
    margin-left: -1.66667em;
    margin-right: -5.33333em; }

  .left-4 div {
    margin-left: -5.33333em;
    margin-right: -26.66667em; }

  .down-5 div {
    margin-top: -0em;
    margin-bottom: -0em; }

  .up-5 div {
    margin-top: -0em;
    margin-bottom: -0em; }

  .right-5 div {
    margin-left: -29.33333em;
    margin-right: -2.66667em; }

  .left-5 div {
    margin-left: -2.66667em;
    margin-right: -29.33333em; }

  .down-6 div {
    margin-top: -0em;
    margin-bottom: -0em; }

  .up-6 div {
    margin-top: -0em;
    margin-bottom: -0em; }

  .right-6 div {
    margin-left: -32em;
    margin-right: -0em; }

  .left-6 div {
    margin-left: -0em;
    margin-right: -32em; }

  .portrait.focal-point div {
    margin: -4em -0em; }

  .portrait.focal-point.zoom-2 div {
    margin: -8em -0em; }
  .portrait.focal-point.zoom-1 div {
    margin: -4em -0em; }

  .portrait.down-1 div {
    margin-top: -18.66667em;
    margin-bottom: -13.33333em; }

  .portrait.up-1 div {
    margin-top: -13.33333em;
    margin-bottom: -18.66667em; }

  .portrait.right-1 div {
    margin-left: -0em;
    margin-right: -0em; }

  .portrait.left-1 div {
    margin-left: -0em;
    margin-right: -0em; }

  .portrait.down-2 div {
    margin-top: -21.33333em;
    margin-bottom: -10.66667em; }

  .portrait.up-2 div {
    margin-top: -10.66667em;
    margin-bottom: -21.33333em; }

  .portrait.right-2 div {
    margin-left: -0em;
    margin-right: -0em; }

  .portrait.left-2 div {
    margin-left: -0em;
    margin-right: -0em; }

  .portrait.down-3 div {
    margin-top: -24em;
    margin-bottom: -8em; }

  .portrait.up-3 div {
    margin-top: -8em;
    margin-bottom: -24em; }

  .portrait.right-3 div {
    margin-left: -0em;
    margin-right: -0em; }

  .portrait.left-3 div {
    margin-left: -0em;
    margin-right: -0em; }

  .portrait.down-4 div {
    margin-top: -26.66667em;
    margin-bottom: -5.33333em; }

  .portrait.up-4 div {
    margin-top: -5.33333em;
    margin-bottom: -26.66667em; }

  .portrait.right-4 div {
    margin-left: -0em;
    margin-right: -0em; }

  .portrait.left-4 div {
    margin-left: -0em;
    margin-right: -0em; }

  .portrait.down-5 div {
    margin-top: -29.33333em;
    margin-bottom: -2.66667em; }

  .portrait.up-5 div {
    margin-top: -2.66667em;
    margin-bottom: -29.33333em; }

  .portrait.right-5 div {
    margin-left: -0em;
    margin-right: -0em; }

  .portrait.left-5 div {
    margin-left: -0em;
    margin-right: -0em; }

  .portrait.down-6 div {
    margin-top: -32em;
    margin-bottom: -0em; }

  .portrait.up-6 div {
    margin-top: -0em;
    margin-bottom: -32em; }

  .portrait.right-6 div {
    margin-left: -0em;
    margin-right: -0em; }

  .portrait.left-6 div {
    margin-left: -0em;
    margin-right: -0em; } }
.nav {
  height: auto;
  width: 100%;
  padding: 5px 0;
  position: fixed;
  background-color: black;
  z-index: 1000; }

.social {
  vertical-align: top;
  display: block;
  float: right;
  width: 33%; }
  @media (max-width: 628px) {
    .social {
      width: 40%; } }

.nav-brand {
  display: block;
  width: 31%;
  float: left; }

.brand {
  height: 25px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: block;
  background: url("../img/brand/timesfreepress.png");
  background-repeat: no-repeat;
  margin-top: 4px; }
  @media (max-width: 628px) {
    .brand {
      display: none; } }

.facebook, .twitter, .email {
  float: right;
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  overflow: hidden;
  z-index: 100;
  margin-top: 3px;
  margin-right: 4px;
  margin-left: 4px;
  background: url("../img/social-media/facebook-normal.png") no-repeat 0 0;
  background-size: 100%; }
  .facebook:hover, .twitter:hover, .email:hover {
    background: url("../img/social-media/facebook-rollover.png") no-repeat 0 0;
    background-size: 100%; }

.twitter {
  background: url("../img/social-media/twitter-normal.png") no-repeat 0 0;
  background-size: 100%; }
  .twitter:hover {
    background: url("../img/social-media/twitter-rollover.png") no-repeat 0 0;
    background-size: 100%; }

.email {
  margin-top: 3px;
  margin-right: 20px;
  margin-left: 4px;
  background: url("../img/social-media/email-normal.png") no-repeat 0 0;
  background-size: 100%; }
  .email:hover {
    background: url("../img/social-media/email-rollover.png") no-repeat 0 0;
    background-size: 100%; }

.headline {
  position: absolute;
  
  /* left: 6%; */
  color: white;
  width: 100%;
  top: 190px;
  left: 40px;
  width: 70%;
  text-align: center; }
  @media (min-width: 300px) {
    .headline {
      top: 210px;
      left: 30px;
      font-size: 12px; } }

  @media (min-width: 459px) {
    .headline {
      top: 240px;
	  left: 50px; } }
  @media (min-width: 536px) {
    .headline {
      top: 300px;
	  left: 70px; } }
  @media (min-width: 690px) {
    .headline {
      top: 340px;
      left: 80px; } }

  @media (min-width: 768px) {
    .headline {
      top: 230px;
      left: 110px; } }
  @media (min-width: 847px) {
    .headline {
      top: 250px;
      left: 135px; } }

  @media (min-width: 950px) {
    .headline {
      top: 300px;
	  left: 160px; } }
  @media (min-width: 1065px) {
    .headline {
      top: 325px; } }
  @media (min-width: 1190px) {
    .headline {
      top: 350px; } }
  @media (min-width: 1300px) {
    .headline {
      left: 200px;
      top: 410px; } }
  @media (min-width: 1400px) {
    .headline {
      top: 410px;
	  left: 250px; } }
  @media (min-width: 1500px) {
    .headline {
      top: 450px;
      left: 307px; } }

  @media (min-width: 1600px) {
    .headline {
      top: 550px;
      left: 307px; } }

  @media (min-width: 1800px) {
    .headline {
      top: 550px;
      left: 307px; } }
  @media (min-width: 1900px) {
    .headline {
      top: 550px;
      left: 307px; } }
  .headline h1 {
    font-family: "Amatica SC";
    color: #3A3A3A;
    font-weight: 100;
    font-size: 12rem;
    line-height: 99%;
    text-align: center;
    margin-top: 1.25em;
      margin-bottom: 2%;
    margin-left: auto;
    margin-right: auto; }
@media (min-width: 1600px) {
    .headline h1{
     margin-top: .9em;} }
@media (min-width: 1580px) {
    .headline h1{
     margin-top: 1.3em;} }
@media (min-width: 1300px) {
    .headline h1{
     margin-top: .8em;} }
  .headline h2 {
    font-family: "Oswald", Arial, sans-serif;
    font-size: 2em;
    margin-top: 0;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
    @media (max-width: 768px) {
      .headline h2 {
        font-size: 1.5em; } }
    @media (max-width: 480px) {
      .headline h2 {
        font-size: 1em; } }

.otherHeadline {
  position: absolute;
  top: 45%;
  left: 6%;
  color: white; }
  @media (max-width: 992px) {
    .otherHeadline {
      top: 15%;
      left: 15%;
      width: 70%;
      text-align: center; } }
  .otherHeadline h1 {
    font-family: lato, sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    font-size: 4em;
    margin-bottom: 2%;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .otherHeadline h1 {
        font-size: 3.5em; } }
    @media (max-width: 480px) {
      .otherHeadline h1 {
        font-size: 2em; } }
  .otherHeadline h2 {
    font-family: "Oswald", Arial, sans-serif;
    font-size: 2em;
    margin-top: 0;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
    @media (max-width: 768px) {
      .otherHeadline h2 {
        font-size: 1.5em; } }
    @media (max-width: 480px) {
      .otherHeadline h2 {
        font-size: 1em; } }

.subhed {
  width: 60%;
  margin: 0 auto;
  margin-top: 1.3em;
  margin-bottom: 1.3em;
  color: #000000;
  font-size: 1.5em;
  font-weight:300;
  line-height: 120%;
  font-family: "Libre Franklin", sans-serif;
  text-align: center; }

@media (max-width: 768px) {
    .subhed {
        font-size: 1.25em; } }


.story-info {
  width: 70%;
  margin-top: 1.5em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 1em;
    font-family: 'Amatica SC', cursive;
    font-size: 2em;
  font-weight: 700;
  letter-spacing: .2em;
  color: #000000;
  text-align: center;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .story-info {
      float: none;
      padding: 0.5em 0 0.5em 0;
      width: 80%;
      font-size: 1.25em;} }

.byline {
  margin-bottom: 0.5em; }

.note {
  margin-bottom: 0.5em;
  font-weight: 500; }

.pub-date {
  margin-bottom: 0.5em; }

.dateline {
  text-transform: uppercase; }

.story-infoLine {
  width: 30%;
  color: #000000;
  margin-top: 5em;
  margin-bottom: 3em;
  border: .25em solid;
  margin-left: auto;
  margin-right: auto; }

.story-text, .section-lead {
  padding: 2% 20% 7%;
  font-family: 'Merriweather';
  font-size: 1.1em;
  color: #000000;
  line-height: 145%; }
  @media (max-width: 768px) {
    .story-text, .section-lead {
      padding: 2% 10% 0; } }

.section-head {
  padding: 0 11% 0;
  color: #000000;
  font-family: 'Amatica SC', sans-serif;
  font-weight: 100;
  font-size: 6rem;
  line-height: 120%;
  text-align: center;
   margin-bottom: 2%;}

@media (max-width: 768px) {
    .section-head {
    font-size: 4em;}    
}



.hero-img {
  position: relative;
  width: 100%;
  /* for IE 6 */ }
  .hero-img img {
    width: 100%; }

.img-full img {
  width: 100%; }

.art-left {
  float: left;
  margin-bottom: 10%;
  width: 100%; }
  .art-left h1 {
    width: 100%;
    color: black;
    font-weight: 700;
    font-size: 1.6em;
    line-height: 100%;
    font-family: lato, sans-serif;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 7px; }
  .art-left h2 {
    width: 100%;
    color: #A8A8A8;
    font-weight: 600;
    font-size: 1em;
    font-family: lato, sans-serif;
    text-align: left; }
  .art-left h3 {
    width: 100%;
    color: #727272;
    font-weight: 500;
    font-size: 1em;
    font-family: lato, sans-serif;
    text-align: left; }
  .art-left p {
    width: 100%;
    color: #A8A8A8;
    font-weight: 600;
    font-family: lato, sans-serif;
    text-align: left;
    margin-top: 10px;
    font-size: .7em;
    line-height: 1.2em; }
  .art-left .artLine {
    width: 40px;
    color: black;
    border: .2em solid; }
  @media (min-width: 768px) {
    .art-left {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin: 1em 2em 1em 0em; }
      .art-left:last-child {
        margin-right: 0; } }

.art-right {
  float: right;
  margin-bottom: 10%;
  width: 100%; }
  @media (min-width: 768px) {
    .art-right {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin: 1em 0em 1em 2em; }
      .art-right:last-child {
        margin-right: 0; } }

.art-center {
  display:block;
    margin: auto;
    padding: auto;
    margin-top: 2em;
  width: 85%; }

.chart-center {
  margin: auto;
  padding-left: auto;
  padding-right: auto;
  width: 100%; }
  .chart-center img {
    margin: 0 auto;
    display: block; }
  .chart-center h1 {
    width: 100%;
    color: black;
    font-weight: 700;
    font-size: 1.6em;
    line-height: 100%;
    font-family: lato, sans-serif;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 7px;
    width: 86%; }
  .chart-center h2 {
    width: 100%;
    color: #A8A8A8;
    font-weight: 400;
    font-size: 1em;
    font-family: lato, sans-serif;
    text-align: left; }
  .chart-center h3 {
    width: 100%;
    color: #727272;
    font-weight: 500;
    font-size: 1em;
    font-family: lato, sans-serif;
    text-align: left; }
  .chart-center p {
    width: 100%;
    color: #A8A8A8;
    font-weight: 600;
    font-family: lato, sans-serif;
    text-align: left;
    margin-top: 10px;
    font-size: .7em;
    line-height: 1.1em; }

	@media (min-width: 768px) {
		.chart-center p {
    width: 100%;
    color: #A8A8A8;
    font-weight: 600;
    font-family: lato, sans-serif;
    text-align: left;
    font-size: .7em;
    line-height: 1.1em; }}
  .chart-center .artLine {
    width: 40px;
    color: black;
    border: .2em solid; }

.chart-center-earnings {
  margin: auto;
  padding-left: auto;
  padding-right: auto;
  padding-bottom: 2%;
  width: 100%; }
 .chart-center-earnings img {
    margin: 0 auto;
    display: block;
	width: 100%;
	float: none; }
	@media (min-width: 768px) {
	.chart-center-earnings img {
	margin: 0 auto;
    display: block;
	width: 50%;
	float: left; }}


	.chart-center-earnings2 img {
    margin: 0 auto;
    display: block;
	width: 100%;
	float: none; }
	@media (min-width: 768px) {
	.chart-center-earnings2 img {
	margin: 0 auto;
    display: block;
	width: 200px;
	float: left; }}

  .chart-center-earnings h1 {
    width: 100%;
    color: black;
    font-weight: 700;
    font-size: 1.6em;
    line-height: 100%;
    font-family: lato, sans-serif;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 7px;
    width: 86%; }
  .chart-center-earnings h2 {
    width: 100%;
    color: #A8A8A8;
    font-weight: 400;
    font-size: 1em;
    font-family: lato, sans-serif;
    text-align: left; }
  .chart-center-earnings h3 {
    width: 100%;
    color: #727272;
    font-weight: 800;
    font-size: 1em;
    font-family: lato, sans-serif;
    text-align: left; }
  .chart-center-earnings p {
    width: 100%;
    color: #A8A8A8;
    font-weight: 600;
    font-family: lato, sans-serif;
    text-align: left;
    margin-top: 10px;
    font-size: .7em;
    line-height: 1.1em; }
  .chart-center-earnings .artLine {
    width: 40px;
    color: black;
    border: .2em solid; }

.puzzle {
  margin: auto;
  padding: auto;
  width: 30%; }
  .puzzle img {
    margin: 0 auto;
    display: block; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  margin: 0 auto; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.caption {
  display: block;
  width: 95%;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 300;
  color: #727272;
  line-height: 150%;
  font-size: .75em;
  text-align: center;
  margin-right: auto;
  margin-bottom: 2em;
  margin-left: auto; }

.captionLine {
  width: 6%;
  color: #A8A8A8;
  margin-top: .6em;
  margin-bottom: 1.5em;
  border: .2em solid;
  margin-left: auto;
  margin-right: auto; }

.singleLine {
  width: 60%;
  color: #000000;
  border: 1em solid;
  margin-left: auto;
  margin-right: auto; }

.doubleLine1 {
  width: 60%;
  color: #000000;
  margin-top: 3em;
  margin-bottom: -1.2em;
  border: .15em solid;
  margin-left: auto;
  margin-right: auto; }

.doubleLine2 {
  width: 60%;
  background-color: #000000;
  border: .12em solid;
  margin-top: .1em;    
  margin-left: auto;
  margin-right: auto;}

.doubleLine3 {
  width: 100%;
  color: #000000;
  border: .50em solid;}

.doubleLine4 {
  width: 100%;
  background-color: #000000;
  border: .12em solid; 
  margin-left: auto;
  margin-right: auto;}

.quoteLine {
  width: 40%;
  color: #A8A8A8;
  margin-top: 3em;
  margin-bottom: 3em;
  border: .25em solid;
  margin-left: auto;
  margin-right: auto; }

.quote {
  width: 100%;
  color: #000000;
  font-weight: 300;
  font-size: 2.625em;
  line-height: 120%;
  font-family: lato, sans-serif;
  text-align: center; }

.package {
  background-color: rgba 0, 0, 0, 0.75;
  box-sizing: border-box;
  display: block; }

.next-story, .next-story4 {
  background: linear-gradient(transparent, transparent), url("../img/elements/Next_Puzzle_Normal.png");
  display: block;
  width: 100%;
  font-weight: 300;
  color: black;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  font: 300 20px lato, sans-serif;
  background-size: 22%;
  background-repeat: no-repeat;
  height: 24rem;
  margin-bottom: 3%; }
  
   @media (max-width: 768px) {
	.next-story, .next-story4 {
	background-size: 50%; }}	   
  

  .next-story-church, .next-story4 {
  background: url("../img/education/cgla-2.jpg");
  display: block;
  width: 100%;
  font-weight: 300;
  color: black;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  font: 300 20px 'Oswald', Arial, sans-serif;
  background-color: rgba(32, 30, 28, 0.7);
  background-size: cover;
  background-repeat: no-repeat; }

  .next-story-education, .next-story4 {
  background: linear-gradient(transparent, transparent), url("../img/jobs/PovertyJobs.001.jpg");
  display: block;
  width: 100%;
  font-weight: 300;
  color: black;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  font: 300 20px 'Oswald', Arial, sans-serif;
  background-color: rgba(32, 30, 28, 0.7);
  background-size: cover;
  background-repeat: no-repeat; }

  .next-story .footer-art, .next-story4 .footer-art {
    width: 60px;
    height: 60px;
    margin-top: 10px;
    float: left;
    position: relative;
    background: url("../img/elements/nav_puzzle_piece.png") no-repeat 0 0;
    transition: background .2s linear; }
  .next-story:hover .footer-art, .next-story4:hover .footer-art {
    background: url("../img/elements/yellow_puzzle_piece.png") no-repeat 0 0;
    transition: background .2s linear; }

.next-story4 {
  background: linear-gradient(transparent, transparent), url("https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0ahUKEwiDzcSbycjJAhVCNj4KHRSPAAkQjRwIBw&url=http%3A%2F%2Fwww.popularmechanics.com%2Fcars%2Ftrucks%2Fg116%2F10-things-you-didnt-know-about-semi-trucks%2F&psig=AFQjCNFyGmZdgZ119JXZFyDuyxZ-zeTB6g&ust=1449537254320916"); }

.next-story:hover, .next-story4:hover {
  color: #e5e5d9;
  background: linear-gradient(transparent, transparent), url("../img/elements/Next_Puzzle_Rollover.png") no-repeat center center;
  transition: all 0.3s;
  background-size: 22%;
  background-repeat: no-repeat;
  height: 24rem;
  margin-bottom: 3%; }
  
  @media (max-width: 768px) {
	.next-story:hover, .next-story4:hover {
	background-size: 50%; }}	 

  .next-story-church:hover, .next-story4:hover {
  color: #e5e5d9;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/education/cgla-2.jpg") no-repeat center center;
  background-size: cover;
  transition: all 0.3s; }

.next-story-education:hover, .next-story4:hover {
  color: #e5e5d9;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/jobs/PovertyJobs.001.jpg") no-repeat center center;
  background-size: cover;
  transition: all 0.3s; }

.next-story-text {
  width: 86%;
  margin: auto;
  padding: 3.5em 0;
  box-sizing: border-box;
  display: block; }

.next-story-title {
  text-transform: uppercase;
  box-sizing: border-box;
  display: block; }

.next-story-headline {
  font-size: 3em;
  font-weight: bold; }

.next-story-blurb {
  display: block;
  box-sizing: border-box; }

.footer-art {
  float: left;
  position: relative;
  background: url("../img/elements/footer_puzzle_piece.png") no-repeat 0 0; }

.footer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3% 10% 2.35765% 10%;
  background: #f2f2f2; }
  .footer::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 768px) {
    .footer {
      padding: 3% 10% 2.35765% 10%; } }
  .footer h3 {
    font-size: 1.5em;
    font-weight: 300;
    font-family: lato, sans-serif;
    margin-bottom: 0.4em;
    text-align: left;
    text-transform: uppercase; }
  .footer p {
    font-size: 1.2em;
    font-family: lato, sans-serif; }
  .footer .kicker {
    font-size: .7em;
    font-family: lato, sans-serif;
    margin-bottom: 0;
    text-transform: uppercase; }
  .footer .credits {
    width: 100%; }
    @media (min-width: 768px) {
      .footer .credits {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%;
        margin-left: 8.5298%;
        padding-right: 5%;
        padding-top: 2%; }
        .footer .credits:last-child {
          margin-right: 0; } }
  .footer .related-stories {
    width: 100%; }
    @media (min-width: 768px) {
      .footer .related-stories {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .footer .related-stories:last-child {
          margin-right: 0; } }

.myButton {
  background-color: black;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #000000;
  display: inline-block;
  cursor: pointer;
  color: white;
  font-family: lato, sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding: 9px 42px;
  margin-bottom: 5px;
  text-decoration: none; }

.myButton:active {
  position: relative;
  top: 1px; }

.drop-caps {
  float: left;
  font-size: 6em;
  font-family: lato, sans-serif;
  font-weight: 100;
  color: #000000;
   margin-left:-5%;
   margin-right:-5%;
  margin-top:-10%;
  margin-bottom:-5%; }
  @media (max-width: 628px) {
    .drop-caps {
  float: left;
  font-size: 6em;
  font-family: lato, sans-serif;
  font-weight: 100;
  color: #000000;
  
  margin-right:0px;
  margin-top:-10%;
  margin-bottom:-5%; } }

.lineCircle {
  margin: 0px auto 0 auto;
  padding: 0px 0 0px 0;
  width: 100%;
  position: relative;
  z-index: -20;
  background: url("../img/elements/circle.png") no-repeat 0 0;
  background-position: 18% 11%;
  background-size: 20rem 20rem; }
  @media (max-width: 480px) {
    .lineCircle {
      background-size: 10rem 10rem;
      background-position: 15% 6%; } }
  @media (max-width: 628px) {
    .lineCircle {
      background-image: none; } }

.lineCircle2 {
  margin: 0px auto 0 auto;
  padding: 0px 0 0px 0;
  width: 100%;
  position: relative;
  z-index: -20;
  background: url("../img/elements/circle.png") no-repeat 0 0;
  background-position: 17% 1%;
  background-size: 20rem 20rem; }
  @media (max-width: 480px) {
    .lineCircle {
      background-size: 10rem 10rem;
      background-position: 15% 6%; } }
  @media (max-width: 628px) {
    .lineCircle {
      background-image: none; } }

.puzzleCircle {
  margin: 0px auto 0 auto;
  padding: 0px 0 0px 0;
  width: 100%;
  position: relative;
  z-index: -20;
  background: url("../img/elements/circle.png") no-repeat 0 0;
  background-position: 17% 1%;
  background-size: 20rem 20rem; }
  @media (max-width: 628px) {
    .puzzleCircle {
      background-image: none; } }
.puzzleCircle2 {
  margin: 0px auto 0 auto;
  padding: 0px 0 0px 0;
  width: 100%;
  position: relative;
  z-index: -20;
  background: url("../img/elements/circle.png") no-repeat 0 0;
  background-position: 17% 2%;
  background-size: 20rem 20rem; }
  @media (max-width: 628px) {
    .puzzleCircle2 {
      background-image: none; } }

.puzzleCircle3 {
  margin: 0px auto 0 auto;
  padding: 0px 0 0px 0;
  width: 100%;
  position: relative;
  z-index: -20;
  background: url("../img/elements/circle.png") no-repeat 0 0;
  background-position: 17% 4%;
  background-size: 20rem 20rem; }
  @media (max-width: 628px) {
    .puzzleCircle3 {
      background-image: none; } }

.puzzleCircle4 {
  margin: 0px auto 0 auto;
  padding: 0px 0 0px 0;
  width: 100%;
  position: relative;
  z-index: -20;
  background: url("../img/elements/circle.png") no-repeat 0 0;
  background-position: 17% 21%;
  background-size: 20rem 20rem; }
  @media (max-width: 628px) {
    .puzzleCircle4 {
      background-image: none; } }

.puzzleCircle5 {
  margin: 0px auto 0 auto;
  padding: 0px 0 0px 0;
  width: 100%;
  position: relative;
  z-index: -20;
  background: url("../img/elements/circle.png") no-repeat 0 0;
  background-position: 17% 9%;
  background-size: 20rem 20rem; }
  @media (max-width: 628px) {
    .puzzleCircle5 {
      background-image: none; } }

.puzzleCircle6 {
  margin: 0px auto 0 auto;
  padding: 0px 0 0px 0;
  width: 100%;
  position: relative;
  z-index: -20;
  background: url("../img/elements/circle.png") no-repeat 0 0;
  background-position: 17% 9%;
  background-size: 20rem 20rem; }
  @media (max-width: 628px) {
    .puzzleCircle6 {
      background-image: none; } }

.puzzleCircle7 {
  margin: 0px auto 0 auto;
  padding: 0px 0 0px 0;
  width: 100%;
  position: relative;
  z-index: -20;
  background: url("../img/elements/circle.png") no-repeat 0 0;
  background-position: 17% 4%;
  background-size: 20rem 20rem; }
  @media (max-width: 628px) {
    .puzzleCircle7 {
      background-image: none; } }

.puzzleCircle8 {
  margin: 0px auto 0 auto;
  padding: 0px 0 0px 0;
  width: 100%;
  position: relative;
  z-index: -20;
  background: url("../img/elements/circle.png") no-repeat 0 0;
  background-position: 17% 7%;
  background-size: 20rem 20rem; }
  @media (max-width: 628px) {
    .puzzleCircle8 {
      background-image: none; } }

.section-lead {
  padding: 0;
  margin-right: .3rem;
  text-transform: uppercase;
  letter-spacing: .15rem;
  font-weight: bold;
  color: #000000; }
  
  .slideshow { height:650px;
  }
  @media (max-width: 628px) {
  .slideshow {
	  height:150px; }}
.responsive-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.responsive-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }	  
	  
	  
.credits {
  margin: auto;
  padding-left: auto;
  padding-right: auto;
  padding-bottom: 7%;
  width: 100%; }
  .credits img {
    margin: 0 auto;
    display: block; }
  .credits h1 {
    width: 100%;
    color: black;
    font-weight: 700;
    font-size: 1.6em;
    line-height: 100%;
    font-family: lato, sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 7px;
    width: 100%; }
  .credits h2 {
    width: 100%;
    color: #A8A8A8;
    font-weight: 600;
    font-size: 1em;
    font-family: lato, sans-serif;
    text-align: left; }
  .credits h3 {
    width: 100%;
    color: #727272;
    font-weight: 800;
    font-size: 1em;
    font-family: 'Libre Franklin', sans-serif;
    text-align: left; }
  .credits p {
    width: 100%;
    color: #A8A8A8;
    font-weight: 600;
    font-family: 'Libre Franklin', sans-serif;
    text-align: left;
    margin-top: 10px;
    font-size: .7em;
    line-height: 1.1em; }

	@media (min-width: 768px) {
		.credits p {
    width: 100%;
    color: #A8A8A8;
    font-weight: 600;
    font-family: lato, sans-serif;
    text-align: left;
    font-size: .7em;
    line-height: 1.1em; }}
  .credits .artLine {
    width: 40px;
    color: black;
    border: .2em solid; }
	
	
.next-page {
	display:block; }
 @media (max-width: 628px) {
  .next-page {
	display: none;}}
	
.mobile-next-page {
	display: none; }
 @media (max-width: 628px) {
.mobile-next-page {
	 display: block;}}	

.mobile-slideshow {
	display: block; }
@media (max-width: 628px) {
.mobile-slideshow {
	display: none; }}

.double-image {
  display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  width: 900px;
  margin: 1em 0 1em 0;
}
.double-image > div:nth-of-type(1) { width: 50%; padding-right: .5em; text-align: center; }
.double-image > div:nth-of-type(2) { width: 50%; padding-left: .5em; text-align: center; }
.double-image > div > img { width: 100%; }
.double-image > div > p { font-family: 'Libre Franklin', sans-serif; font-size: .9em; }

.tweetline {
  padding: 2px 0;
  border-radius: 3px;
  cursor: pointer; }
  .tweetline:hover {
    background-color: #ffeebc; }
  .tweetline.touch {
    border-bottom: dashed 1px rgba(92, 0, 0, 0.75);
    border-radius: 0;
    padding: 1px 0; }
/*# sourceMappingURL=main.css.map */
