
/*TEMPLATE CSS*/

.topper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #ed1c24;
  padding: 5px 0;
  box-shadow: 0px 3px rgba(200,200,200,0.4);
  z-index: 100;
}

.flag {
  position: relative;
  height: 30px;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 750px;

}

.nj-logo {position: relative; float: left; }
.nj-logo img { height: 30px; }

.socialBox {
  position: relative;
  float: right;
  margin-left: 10px;
  margin-top: 5px;
  width: 20px;
  height: 20px;
}

.socialBox img {width: 20px;}

.content-wrapper {
  position: relative;
  max-width: 990px;
  margin: 55px auto 0;
  padding: 20px 5px 0;

}

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.text-container {
  position: relative;
  max-width: 750px;
  margin: 5px auto 0;
  padding: 0px 5px 0;

}

h1 {
  font-family: 'Freight Big', serif;
  font-size: 70px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-align: center;
  margin: 0;

}

h2 {
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 20px;
  text-align: center;
}

h3 {
  font-size: 20px;
  font-weight: 600; 
}

h4 {
  font-size: 18px;
  font-weight: 300; 
  font-style: italic;
}

p {
  display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
  }

.article-body {
  margin-top: 25px;
}

.article-body p {
  font-family: 'Georgia', sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.75;
  text-align: justify;
  margin: 0 0 10px;
  color: #444;
}

.author {
  font-family: 'Freight Big', serif;
  font-size: 23px;
  font-weight: 900;
  line-height: 1,2;
  width: 100%;
  margin-bottom: 5px;
  display: block;
}

.author a {  color: #333; }

a { color: #ED1C24; cursor: pointer;}

a:hover, footer a:hover {  color: #ED1C24; }

.pub-date {
  font-family: '"Freight-Sans"', sans-serif;
  color: #999;
  font-size: 18px;
  font-weight: 100;
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
  line-height: 1.4285;
}

.clock { 
  position: relative; 
  float: left;
  margin: -2px 5px 0 0 ; 
}

.art-container {
  position: relative;
  max-width: 1120px; /*can be adjusted down to 740px */
  margin: 10px auto 0;
  padding: 0 5px;
}

.note {
  font-size: 15px;
  max-width: 550px
  margin 10px auto;
  padding-bottom: 10px;
  color: #999;
  display: block;
  text-align: justify;
}

.footer {
  position: relative;
  width: 100%;
  background-color: #999;
  overflow: hidden;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.4285;
  padding: 25px 0 40px 0;
  margin-top: 20px;
}

.footer a { color: #eee; font-weight: lighter;}

.footer ul {
  border-left: 1px solid #c2c2c2;
  padding-left: 10px;
  list-style-type: none;
}

.footer li {
  display: list-item;
  margin: 10px 0;
}

.col-md-2-4 , .col-xs-6{
    float: left ; 
    max-width: 210px;
    margin-right: 12px;
  }

  .mainImg {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    margin: 15px 0;
  }

.imgLg { display: inherit; }
.imgMd {  display: none; }

.mainImg img { max-width: 100%; max-height: 100%; }

.caption {
  font-style: italic;
  text-align: right;
}






/*YOUR CSS*/

.map img { width: 100%; }

.chart { 
  position: relative;
  float: right;
  width: 170px;
  margin: 0 0 10px 20px;
 }

.red {color: #ed1c24; font-weight: bold;}
.blue {color: #628ACB; font-weight: bold;}

.main { position: relative; width:100%; }

.labelDiv {
  position: absolute;
  pointer-events: none;
  max-width: 990px;
  width: 100%;
  min-height: 200px;
  height: 100%;
  top: 5px;
  left: 0px;
  font-size: 16px;
  line-height: 95%;
  z-index: 3;
}


.txtHouse {
  position: absolute;
  top: 12%;
  left: 10%;
}

.txtSenate {
  position: absolute;
  top: 5%;
  left: 83%;
  width: 50px;
}

.txtLoC {
  position: absolute;
  top: 3%;
  left: 48%;
}

.txtSC {
  position: absolute;
  top: 36%;
  left: 80%;
  width: 60px;
}

.txtHall {
  position: absolute;
  top: 42%;
  left: 53%;
  width: 60px;
  text-align: center;
}

.txtSoldiers {
  position: absolute;
  top: 52%;
  left: 88%;
  width: 120px;
  text-align: center;
}

.spinLabel {
  width: 100%;
  max-width: 740px;
}

.spinIcon {
  height: 12px;
  margin-right: 7px;
}

.center{
          height: 25px; 
          width: 230px;
          display: block;
          margin:0 auto;
        }

.txtcenter { text-align: center;}

@media only screen and (max-width: 1120px) { 

  h1 {font-size: 55px;}
  h2 {font-size: 20px;}

}


@media only screen and (max-width: 720px) {

  h1 { font-size: 35px; }
  .article-body p { font-size: 15px; }
  .author { font-size: 20px; }
  h3, h4, .pub-date { font-size: 15px; }

  .content-wrapper { margin-top: 35px; }
  .topper { height: 30px; }

  .flag { max-width: 150px;}
  .flag img { height: 20px;}

  .socialBox { display: none; }
  .clock { width: 17px; }

  .mainImg { margin: 0; }
  .imgLg { display: none; }
  .imgMd { display: inline; }
  .caption { font-size: 12px; }

  .labelDiv { font-size: 12px; }
  .txtHouse { top: 5%; left: 5%; }
  .txtSenate { left: 85%;  }
  .txtLoC {display: none; }
  .txtSoldiers { top: 65%; left: 65%; }


}




