.ta-center {
  text-align: center;
}
.ta-right {
  text-align: right;
}
body .btn {
  text-shadow: none;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background: #fcbe00;
  color: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
}
body .btn.btn-black {
  color: #fff;
  background: #383738;
}
body .btn:hover {
  background: #967100;
  color: #fff;
}
body {
  font-family: 'Open Sans';
}
body h3,
body h2,
body h1 {
  font-weight: normal;
}
body h2 {
  font-weight: lighter;
}
a {
  color: #3083ae;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
p,
ul,
ol {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 21px;
  /* triggered when min-width is 1200 */
}
@media (min-width: 1200px) {
  p,
  ul,
  ol {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
body input[type=text],
body input[type=email] {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 8px 11px;
}
.post-type-archive-report h1.pagetitle {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EFEFEF;
  text-align: center;
}
h1.pagetitle {
  padding-bottom: 20px;
  font-weight: lighter;
}
h1.pagetitle a {
  color: #000000;
}
.grey-wrap {
  background: #f2f5f7;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer {
  background: #383738;
  padding: 20px;
  color: #c9c9c9;
  font-size: 12px;
  text-transform: uppercase;
}
.footer p {
  font-size: 12px;
}
div[class$="-wrap"] {
  padding-top: 40px;
  padding-bottom: 40px;
  /* triggered when max-width is 960 */
}
@media (max-width: 960px) {
  div[class$="-wrap"] {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.hero-wrap {
  background: url('images/bg-home.png') no-repeat scroll top left;
  background-size: cover;
  color: #fff;
  /* triggered when min-width is 1200 */
}
@media (min-width: 1200px) {
  .hero-wrap {
    padding: 100px 0;
  }
  .hero-wrap h1 {
    font-weight: lighter;
    font-size: 44px;
    margin-bottom: 30px;
  }
  .hero-wrap p {
    font-size: 18px;
  }
  .hero-wrap .btn {
    padding: 15px 22px;
  }
}
.header {
  /* triggered when max-width is 960 */
}
.header .brand,
.header h1.brand {
  padding: 0px;
  margin-right: 40px;
  /* triggered when max-width is 960 */
}
.header .brand a,
.header h1.brand a {
  background: url('images/ae-logo.png') no-repeat scroll top left;
  width: 171px;
  height: 69px;
  text-indent: -999em;
  float: left;
  display: block;
}
@media (max-width: 960px) {
  .header .brand,
  .header h1.brand {
    padding: 10px;
  }
  .header .brand a,
  .header h1.brand a {
    display: block;
    width: 100%;
    background-position: center center;
  }
}
.header .nav-wrap {
  padding-top: 0px;
  padding-bottom: 0px;
}
.header .navbar-inner {
  border-bottom: 3px solid #c9c9c9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 14px 0;
  background: #F2F5F7;
}
.header .navbar-inner .container .row {
  margin: 0px;
}
.header .navbar-inner .container .row .brand {
  margin-left: 0px;
}
.header .nav li {
  font-size: 14px;
  padding: 18px 0;
  margin-right: 20px;
}
.header .nav li.active a,
.header .nav li.active a:hover {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 4px solid #c9c9c9;
}
.header .nav li a {
  border-bottom: 4px solid transparent;
  padding: 10px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  color: #383738;
}
.header .nav li a:hover {
  border-bottom: 4px solid #c9c9c9;
}
@media (max-width: 960px) {
  .header .btn-navbar {
    background: #fcbe00;
    border: 1px solid #c99800;
    color: #fff;
  }
}
.header .social {
  padding-top: 30px;
  /* triggered when max-width is 960 */
  float: right;
}
@media (max-width: 960px) {
  .header .social {
    display: block;
    float: none;
    padding-top: 10px;
  }
  .header .social a {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.header .social a {
  padding: 4px 10px;
  font-size: 12px;
  text-decoration: none;
  background: #f2f5f7;
  color: #383738;
  text-transform: uppercase;
  font-weight: bold;
}
.header .social a:hover {
  background: #383738;
  color: #fff;
}
#home .header .navbar-inner {
  background: #fff;
  border-bottom: 1px solid #c9c9c9;
}
#home .header .navbar-inner .nav li a {
  color: #b0b0b0;
}
.nlsignup_widget .btn {
  padding: 11px 19px;
}
#selector {
  background: url('images/bg-corner-new.png') no-repeat scroll top left;
  width: 70px;
  height: 66px;
}
.reports-header {
  text-align: center;
  padding: 10px 0 20px;
  /* triggered when min-width is 1200 */
}
@media (min-width: 1200px) {
  .reports-header {
    padding: 20px 0 30px;
  }
}
.reports-container {
  padding: 40px 0;
}
.reports-container .span4 {
  margin-bottom: 20px;
}
.reports-container .report-wrapper {
  background: #f2f5f7;
}
.reports-container .report-wrapper.report-new {
  position: relative;
}
.reports-container .report-wrapper.report-new .flag-new {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url('images/bg-corner-new.png') no-repeat scroll top left;
  width: 70px;
  height: 66px;
}
.reports-container .report-wrapper.report-scheduled {
  position: relative;
}
.reports-container .report-wrapper.report-scheduled a {
  min-height: 110px;
  text-decoration: none;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.5s ease;
  /* Safari and Chrome */
  -o-transition: all 0.5s ease;
  /* Opera */
  position: relative;
  color: #000;
  padding: 20px;
}
.reports-container .report-wrapper.report-scheduled a .report-overlay {
  display: block;
  position: absolute;
  font-size: 18px;
  padding: 0% 0;
  left: 0;
  top: 0;
  bottom: 0px;
  right: 0px;
  color: #FFF;
  background: #333;
  background: rgba(0, 0, 0, 0.74);
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 65px 0 85px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.reports-container .report-wrapper.report-scheduled a:hover {
  /* triggered when min-width is 960 */
}
@media (min-width: 960px) {
  .reports-container .report-wrapper.report-scheduled a:hover .report-overlay {
    display: block;
  }
}
.reports-container .report-wrapper a {
  min-height: 110px;
  text-decoration: none;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.5s ease;
  /* Safari and Chrome */
  -o-transition: all 0.5s ease;
  /* Opera */
  position: relative;
  color: #000;
  display: block;
  padding: 20px;
}
.reports-container .report-wrapper a .report-overlay {
  display: none;
  position: absolute;
  font-size: 50px;
  padding: 0% 0;
  font-family: "FontAwesome";
  left: 0;
  top: 0;
  bottom: 0px;
  right: 0px;
  color: #FFF;
  background: rgba(252, 190, 0, 0.74);
  text-align: center;
  height: auto;
  width: 100%;
  vertical-align: middle;
  padding: 65px 0 85px;
}
.reports-container .report-wrapper a:hover {
  /* triggered when max-width is 960 */
}
@media (max-width: 960px) {
  .reports-container .report-wrapper a:hover {
    background: #fcbe00;
  }
  .reports-container .report-wrapper a:hover .report-date {
    color: #000000;
  }
}
@media (min-width: 960px) {
  .reports-container .report-wrapper a:hover .report-overlay {
    display: block;
  }
}
.reports-container .report-wrapper h3 {
  font-size: 18px;
  font-weight: normal;
}
.reports-container .report-wrapper .report-date {
  color: #c9c9c9;
}
.reports-container span.coming-date {
  color: #FCBE00;
}
/* triggered when max-width is 960 */
@media (max-width: 960px) {
  .brand {
    width: 100%;
    padding: 20px;
    background-position: center center;
  }
}
.container.content .row {
  padding-top: 30px;
  padding-bottom: 30px;
}
.container.reports-container .row {
  padding-top: 0px;
  padding-bottom: 0px;
}
.widget ul {
  margin-left: 0px;
}
.widget li {
  font-size: 14px;
  line-height: 1.4em;
  padding: 4px;
  border-bottom: 1px solid #ddd;
  list-style: none;
}
body #fsb-social-bar .fsb-title {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 6px;
}
/*# sourceMappingURL=main.css.map */