
/* ================== */
/* | Layout         | */
/* ================== */

html, body{
  height: 100%;
  margin-top: 0 !important;
  overflow: visible;
}
/* ====[Site]==== */
.site{
  width: 100%;
  height: 100%;
  overflow: visible;
}
/* ====[Header]==== */
.header{
  width: 100%;
  padding: 30px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: background 0.5s ease, padding 0.5s ease;
          transition: background 0.5s ease, padding 0.5s ease;
}
body.home .header{
  background: none;
}
div.header.white-bg{
  background: #FFF;
  padding: 15px 0;
}
.header .inner{
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.header nav{
  float: right;
}
.header nav ul li{
  line-height: 70px;
  float: left;
  margin: 0 0 0 30px;
}
.header .logo{
  width: 70px;
  height: 70px;
  float: left;
}
/* ====[Intro]==== */
.intro{
  width: 100%;
  height: 100%;
  background-image: url('../img/bg-intro.jpg');
  background-repeat: no-repeat;
  background-position: center center;

}
.intro .overlay{
  width: 100%;
  height: 100%;
  display: table;
  background: rgba(0,0,0,0.75);
}
.intro .inner{
  margin: 0 auto;
  padding: 0 30px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.intro .header .inner{
  padding: 0;
}
.intro .logo{
  width: 70px;
  height: 70px;
  float: left;
}
.intro h1{
  font-size: 40px;
	line-height: 55px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1.2px;
  max-width: 960px;
  margin: 0 auto;
}
.intro .divider{
  margin: 30px auto;
}
.intro p{
  width: 100%;
  max-width: 640px;
  text-align: center;
  margin: 0 auto;
}
.intro .arrow{
  width: 100%;
  position: absolute;
  bottom: 100px;
  right: 0;
  text-align: center;
  overflow: visible;
}
.intro .arrow a{
  border-bottom: none;
}
.intro .arrow img{
  width: 60px;
  height: 60px;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}
@-webkit-keyframes bounce {
  0 {-webkit-transform: translateY(0px);transform: translateY(0px);}
  50% {-webkit-transform: translateY(-20px);transform: translateY(-20px);}
  100% {-webkit-transform: translateY(0px);transform: translateY(0px);}
}
@keyframes bounce {
  0 {-webkit-transform: translateY(0px);transform: translateY(0px);}
  50% {-webkit-transform: translateY(-20px);transform: translateY(-20px);}
  100% {-webkit-transform: translateY(0px);transform: translateY(0px);}
}
.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
}
/* ====[Mail]==== */
.mail{
  width: 90%;
  max-width: 960px;
  padding: 60px 30px;
  margin: 30px auto;
  border: 1px dotted rgba(0,0,0,0.4);
}
.mail .logo{
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto 60px;
}
.mail h1{
  font-size: 40px;
	line-height: 55px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1.2px;
}
.mail .divider{
  margin: 30px auto;
}
.mail p{
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.kws_form.gform_wrapper{
  width: 100%;
  max-width: 640px;
  margin: 30px auto 0;
  position: relative;
}
.cc_email_address.kws_input_container.gfield{
  width: 100%;
  float: left;
}
.cc_Go.kws_input_container.gfield{
  background: #000;
  clear: none;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px 24px 16px 24px;
  cursor: pointer;
}
.cc_Go.kws_input_container.gfield input[type=submit]{
  border: none;
  background: none;
  display: block;
  margin: 0 auto;
  color: #FFF;
  font-size: 20px;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
.cc_email_address.kws_input_container.gfield input[type=text]{
  width: 100%;
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: 1px solid #000;
  padding: 15px 0 15px 15px;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 20px;
  outline: none;
}
#constant-contact-signup-errors{
  text-align: center;
  margin: 0 0 30px;
}
.success.cc_success{
  margin: 0 0 30px;
}
/* ====[Grid]==== */
.grid{
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
.grid a, .grid a:visited, .grid a:hover, .grid a:focus{
  float: left;
  border-bottom: none;
}
.grid a div{
  width: 480px;
  height: 480px;
  display: table;
  background: #000;
  background-size: cover;
}
.grid a:first-child div, .grid a div.sticky, .grid a.sticky{
  width: 100%;
  height: 480px;
}
.grid a:first-child, {
  width: 100%;
}
.grid a div .inner a{
  width: auto;
}
.grid a div .inner{
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px;
  background: rgba(0,0,0,0.4);
}
.grid a div .inner h1{
  font-size: 30px;
	line-height: 41px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1.2px;
  color: #FFF;
  margin: 0 0 30px;
}
.grid a div .inner p{
  text-align: center;
  color: #FFF;
  margin: 30px 0 0 0;
}
/* ====[Cta]==== */
.cta{
  width: 100%;
  padding: 90px 0;
  margin: 30px 0;
  background: #000;
}
.cta .inner{
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}
.cta .display{
  width: 640px;
  height: 130px;
  display: table;
  margin: 0 auto 60px;
}
.cta .display .item{
  width: 320px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cta .display .item:first-child{
  border-right: 1px dotted rgba(255,255,255,0.4);
}
.cta .display .item img{
  width: 80px;
}
.cta a, .cta a:visited, .cta a:hover, .cta a:focus{
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px solid #FFF;
}
.cta a:hover, .footer a:hover{
  color: rgba(255,255,255,0.8);
}
.cta .item a{
  font-size: 30px;
  border-bottom: 0px;
}
.cta .item a.image, .cta .item a.image:hover, .cta .item a.image:focus, .cta .item a.image:visited{
  display: inline-block;
  height: 60px;
  font-size: auto;
}
.cta p{
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
  color: #FFF;
}
.cta a{
  text-align: center;
}
.cta .btn{
  display: inline-block;
  padding: 15px 30px;
  margin: 30px auto 0;
  border: 1px dotted rgba(255,255,255,0.4);
  color: #FFF;
}
.cta .btn:hover{
  background: #FFF;
}
.cta .btn:hover p{
  color: #000;
}
/* ====[About]==== */
.about{
  width: 90%;
  max-width: 960px;
  padding: 60px 30px;
  margin: 30px auto;
  border: 1px dotted rgba(0,0,0,0.4);
}
.about h1{
  font-size: 40px;
	line-height: 55px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1.2px;
}
.about .divider{
  margin: 30px auto;
}
.about p{
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
}
.about .display{
  width: 640px;
  display: table;
  margin: 60px auto 0;
}
.about .display .item{
  width: 320px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.about .display .item img{
  height: 70px;
}
/* ====[Author]==== */
.author-c{
  width: 100%;
  padding: 220px 0 90px;
}
.author-c .inner{
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}
.author-c .author-d{
  margin-bottom: 30px;
}
.author-c h1{
  font-size: 40px;
	line-height: 55px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1.2px;
  margin-bottom: 30px;
}
.author-c p{
  text-align: center;
  max-width: 640px;
  margin: 0 auto 30px;
}
.author-c li{
  font-size: 30px;
  line-height: 60px;
  text-align: center;
}
/* ====[Footer]==== */
.footer{
  width: 100%;
  padding: 90px 0;
  margin: 30px 0 0;
  background: #000;
}
.footer .inner{
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}
.footer .logo{
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto 30px;
}
.footer p{
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  color: #FFF;
}
.footer a, .footer a:visited, .footer a:hover, .footer a:focus{
  border-bottom: 1px solid #FFF;
}
/* ====[Post]==== */
.single-c{
  width: 100%;
  padding: 220px 30px 60px;
}
.single-c .inner{
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}
.single-c h1.header-h1{
  font-size: 40px;
	line-height: 55px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1.2px;
  margin: 0 auto 30px;
  padding: 0;
}
.single-c p.author{
  margin: 0 auto 30px;
}
.single-c p.author-meta{
  margin: 0 auto 60px;
  text-align: center;
}
.single-c .inner img.featured{
  width: 100%;
  margin: 0 auto;
  display:block;
  margin: 0 0 60px 0;
}
.single-c .author{
  font-size: 30px;
  line-height: 44px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-align: center;
  margin: 0 0 60px;
}
.single-c img{
  max-width: 960px;
  display: block;
  margin: 60px auto;
}
.single-c p, .single-c ul, .single-c ol, .single-c h1, .single-c h2, .single-c h3, .single-c h4, .single-c h5, .single-c h6{
  margin-bottom: 30px;
}
.single-c p, .single-c blockquote{
  width: 100%;
  max-width: 640px;
  margin: 0 auto 30px;
}
.single-c .inner > * {
  max-width: 640px;
  margin: 0 auto 30px;
}
.single-c .inner > img {
  max-width: 100%;
  margin: 60px auto;
}
.single-c ol{
  list-style: decimal;
  list-style-position: inside;
  padding: 0 0 0 30px;
}
.single-c ul{
  list-style: square;
  list-style-position: inside;
  padding: 0 0 0 30px;
}
.single-c ul li, .single-c ol li{
  margin: 0 0 30px;
}
.single-c .inner blockquote{
  padding: 0 0 0 40px;
  border-left: 2px solid rgba(0,0,0,0.2);
  margin: 60px auto;
}
.single-c blockquote > p{
  font-size: 24px;
  line-height: 33px;
  margin: 0;
}
.single-c blockquote > p:before{
  content: "\" ";
}
.single-c blockquote > p:after{
  content: "\"";
}
.single-c hr{
  border: 0;
  border-bottom: 1px dotted rgba(0,0,0,0.4);
}
.single-c .meta{
  text-align: center;
  margin: 0 auto 60px;
  color: rgba(0,0,0,0.5);
  font-size: 16px;
}
/* ====[Storify]==== */
.single-c .inner .storify{
  width: 100%;
  max-width: 960px;
}
.single-c .inner .storify iframe{
  margin: 0 auto;
}
.single-c .inner .storify iframe html{
  margin: 0;
}
/* ====[Storify]==== */
.mashsb-box{
  text-align: center;
}
.mashsb-buttons{
  display: inline-block;
}
.mashsb-buttons a, .single-c .mashsb-buttons a:hover{
  border-bottom: none;
}
/* ====[Button]==== */
#menu-item-45 a{
  border-bottom: none;
  border: 3px solid #000;
  padding: 12px 20px 12px;
  -webkit-transition: 0.5s ease;
          transition: 0.5s ease;
}
#menu-item-45 a:hover{
  background: #000;
  color: #FFF;
}
/* ====[Misc]==== */
.single-c .inner .social-icons{
  text-align: center;
  margin: 0 auto 90px;
}
.social-icons .icons{
  display: inline-block;
}
.social-icons .icons a, .social-icons .icons a:hover, .social-icons .icons a:visited, .social-icons .icons a:focus{
  display: inline-block;
  border-bottom: none;
}
.social-icons .icons img{
  height: 50px;
  margin: 0;
  float: left;
  margin: 0 30px;
}
.divider{
	width: 120px;
	height: 5px;
	background: #000;
}
#wpadminbar{
  display: none;
}
a img{
  border:none;
  outline:none
}

body.page-template-page-report-php{
  height: auto;
}

body.page-template-page-report-php .site{
  height: auto;
}

body.page-template-page-report-php .grid{
  max-width: 960px;
}

body.page-template-page-report-php .grid a{
  border: 1px dotted rgba(0, 0, 0, 0.4);
  margin: 25px 0;
  max-width: 600px;
}

body.page-template-page-report-php .grid a:nth-child(5n+3){
  background: #000;
  color: #FFF;
}

body.page-template-page-report-php .grid a:nth-child(7n+2){
  background: #d822ab;
  color: #FFF;
  border: 1px dotted #FFF;
}

body.page-template-page-report-php .grid a:nth-child(7n+2) div.date, body.page-template-page-report-php .grid a:nth-child(5n+3) div.date{
  border-right: 1px dotted rgba(255,255,255,0.4);
}

body.page-template-page-report-php .grid a:hover{
  background: #d822ab;
  color: #FFF;
  border: 1px dotted #FFF;
}

body.page-template-page-report-php .single-c div.cta{
  width: 100%;
  text-align: center;
  padding: 40px 0;
  margin: 50px auto 0 auto;
  background: #000;
  font-size: 20px;
}

body.page-template-page-report-php .grid a:hover div.date{
  border-right: 1px dotted rgba(255,255,255,0.4);
}

body.page-template-page-report-php .grid a div{
  width: auto;
  height: auto;
  background: none;
  padding: 25px 0;
  display: table;
}

body.page-template-page-report-php .grid a div.title{
  width: auto;
  height: auto;
  background: none;
  font-size: 20px;
  padding: 25px;
  display: table-cell;
  vertical-align: middle;
}

body.page-template-page-report-php .grid a div.date{
  width: auto;
  padding: 25px;
  float: left;
  font-size: 30px;
  display: table-cell;
  vertical-align: middle;
  border-right: 1px dotted rgba(0, 0, 0, 0.4);
  text-align: center;
}

body.page-template-page-report-php .grid a:nth-child(odd){
  float: right;
  clear: both;
}

body.page-template-page-report-php .grid a:nth-child(even){
  float: left;
  clear: both;
}

nav.reportNav{
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.9);
  padding: 40px 80px 40px 40px;
  color: #FFF;
}

nav.reportNav ul li{
  line-height: 18px;
  color: #FFF;
}

nav.reportNav ul li a{
  color: #FFF;
}

nav.reportNav ul li a:hover{
  text-decoration: underline;
}

@media (max-width: 1200px) {
  nav.reportNav{
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    transform: none;
    padding: 20px;
  }
  nav.reportNav ul li{
    float: left;
    margin-right: 10px;
  }
}

@media only screen and (min-device-width : 320px)
and (max-device-width : 480px) {
  nav.reportNav {
    visibility: hidden;
    display: none;
  }
}
