/* Compiled Less CSS File */
/* Generated from "style.css" */

/* LESS Document */
/* imports */
.white-bg {
  background: #ffffff;
}
.black-bg {
  background: #000000;
}
.red-bg {
  background: #e30613;
}
.grey-bg {
  background: #414141;
}
.white-grey-bg {
  background: #dfe1e3;
}
.dark-grey-bg {
  background: #221f21;
}
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* main */
html,
body {
  font-family: 'ProximaNova-Regular-webfont', Arial, Helvetica, sans-serif;
  overflow: touch;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
body {
  color: #414141;
}
.clear {
  clear: both;
}
h1 {
  font-family: 'ProximaNova-Bold-webfont', Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-weight: normal;
}
h2 {
  font-family: 'ProximaNova-Regular-webfont', Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #414141;
  font-weight: normal;
}
#wrapper {
  width: 100%;
  position: relative;
  float: left;
  z-index: 1;
}
.box {
  position: relative;
  float: left;
}
.box-25 {
  width: 25%;
}
.box-33 {
  width: 33.33333333%;
}
.box-50 {
  width: 50%;
}
.box-66 {
  width: 66.6666666%;
}
.box-75 {
  width: 75%;
}
.box-100 {
  width: 100%;
}
.wide {
  width: 100%;
  float: left;
}
.wide.red-bg {
  background: url(images/me_wave_lg-2x.png) #e30613 no-repeat;
  background-position: center;
  background-size: cover;
}
.inner {
  max-width: 1020px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.inner img {
  max-width: 100%;
  display: block;
}
.header {
  width: 100%;
  position: relative;
  background-color: #221f21;
  color: #ffffff;
  z-index: 5;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.header .inner {
  min-height: 60px;
}
.header .logo {
  float: left;
  height: 44px;
  width: auto;
  padding: 0;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.header .logo img {
  float: left;
  margin: 8px 15px 0 0;
}
.header .logo h1 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-family: 'ProximaNova-Regular-webfont', Arial, Helvetica, sans-serif;
  line-height: 60px;
  float: left;
}
.top-nav {
  float: right;
  position: relative;
}
.top-nav:after {
  position: absolute;
  height: 60px;
  top: 0;
  width: 200%;
  right: 0;
  z-index: 1;
  background: #221f21;
  content: '';
}
.nav-item {
  float: left;
  position: relative;
}
.nav-item a {
  width: 100%;
  line-height: 60px;
  font-size: 18px;
  float: left;
}
.nav-item a i {
  margin: 2px 0 0 8px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.nav-item > a {
  position: relative;
  height: 60px;
  margin-right: 20px;
  background: #221f21;
  z-index: 2;
}
.nav-item .sub {
  position: absolute;
  z-index: 1;
  top: 60px;
  right: 5px;
  background: #221f21;
  font-size: 14px;
  padding: 5px 20px 15px 20px;
  white-space: nowrap;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  margin: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nav-item:hover a i {
  color: #e30613;
}
.nav-item:hover .sub {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.nav-item .sub a {
  font-family: 'ProximaNova-Regular-webfont', Arial, Helvetica, sans-serif;
  line-height: 27px !important;
  font-size: 16px;
}
.nav-item .sub a:hover {
  color: #e30613;
}
.nav-item .sub .links {
  margin-left: 30px;
  float: left;
}
.expand-links .links {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.expand-links .links.expanded-active {
  max-height: 500px;
}
.splash {
  width: 100%;
  position: relative;
  float: left;
  background: url(images/splash.jpg) no-repeat center top;
  background-size: auto 320px;
  min-height: 320px;
}
.splash .inner {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
.splash h1 {
  position: absolute;
  left: 20px;
  bottom: 0;
  font-size: 72px;
  padding-bottom: 50px;
  line-height: normal;
  margin: 0;
}
.splash h1 span {
  font-family: 'ProximaNova-Light-webfont', Arial, Helvetica, sans-serif;
}
.band h1 {
  color: #414141;
  font-family: 'ProximaNova-Bold-webfont', Arial, Helvetica, sans-serif;
  margin: 30px 0 10px 0;
  font-size: 32px;
  line-height: 32px;
}
.band h2 {
  color: #414141;
  font-family: 'ProximaNova-Regular-webfont', Arial, Helvetica, sans-serif;
  margin: 10px 0 30px 0;
  font-size: 25px;
  line-height: 28px;
}
.wide-band {
  width: 100%;
  float: left;
  padding: 25px;
  text-align: center;
}
.wide-band h1 {
  font-size: 28px;
  font-weight: 200;
  margin: 0;
}
.content {
  width: 100%;
  position: relative;
  float: left;
  z-index: 2;
}
.inside {
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 70px 0;
  font-size: 16px;
  line-height: 25px;
}
.inside p {
  font-size: 16px;
  letter-spacing: 0.4px;
  display: inline-block;
  margin: 7px 0;
  padding: 0;
}
.inside a {
  color: #e30613;
}
.inside a:hover {
  text-decoration: underline;
}
.inside ul,
.inside ol {
  margin: 0;
  padding: 10px 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
  list-style-position: inside;
  list-style-type: none;
}
.inside ul {
  padding-left: 25px;
  list-style: none;
}
.inside ul li:before {
  color: #7e2ac4;
  content: "•";
  position: absolute;
  left: -15px;
  font-size: 20px;
  margin-left: -10px;
  line-height: 24px;
}
.inside ul li {
  line-height: 22px;
  padding: 8px 0 0;
  position: relative;
}
.inside ol {
  counter-reset: li;
  padding-left: 25px;
}
.inside ol li {
  list-style-type: none;
  counter-increment: li;
  position: relative;
  line-height: 22px;
  padding: 8px 0 0;
}
.inside ol li:before {
  content: counter(li) ".";
  position: absolute;
  left: -15px;
  text-align: right;
  margin-left: -10px;
  color: #7e2ac4;
  font-weight: 700;
  font-size: 12px;
}
.inside ol ol li:before {
  content: counter(li, lower-alpha) ".";
}
.inside ol ol ol li:before {
  content: counter(li, lower-roman) ")";
}
.animation {
  padding-right: 30px;
}
.animation img {
  min-width: 100%;
}
.tweets h2 {
  margin: 0;
}
#tweets {
  width: 100%;
}
#tweets ul {
  padding: 0;
}
#tweets ul li:before {
  display: none;
}
#tweets .user div > a {
  font-weight: bold;
  width: auto;
  float: left;
  padding-right: 5px;
}
#tweets .user div a span {
  display: none;
}
#tweets .user div a span:last-child {
  display: block !important;
  font-weight: blod;
}
#tweets .user div a span:last-child:after {
  content: ':';
  padding-right: 5px;
}
#tweets .tweet {
  display: inline;
}
#tweets .interact {
  display: none;
}
.video-holder {
  height: 0;
  padding-bottom: 55%;
  margin: 50px 0 0 0;
}
.video-holder iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.button {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px;
  color: #ffffff;
  margin: 0 10px;
  padding: 0 15px;
  border: solid 1px #ffffff;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946) 0s;
  -o-transition: all 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946) 0s;
  transition: all 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946) 0s;
}
.button:hover {
  color: #e30613 !important;
  background: #ffffff;
}
.button i {
  margin-left: 10px;
}
.report-holder {
  margin: 25px 0 30px 0;
}
.report-holder .button {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px;
  color: #ffffff;
  margin: 0 10px;
  padding: 0 15px;
  border: solid 1px #ffffff;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  display: inline-block;
}
.report-holder .button:first-child {
  margin-left: 0;
}
.report-holder .button:last-child {
  margin-right: 0;
}
.report-bottom {
  margin: 15px 0 0 0;
  color: #ffffff;
}
.report-bottom a {
  -webkit-transition: all 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946) 0s;
  -o-transition: all 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946) 0s;
  transition: all 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946) 0s;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.report-bottom i {
  margin-right: 8px;
}
.report-bottom a:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer {
  width: 100%;
  position: relative;
  float: left;
  background: #221f21;
  padding: 50px 0 80px 0;
  color: #dfe1e3;
  font-size: 12px;
  line-height: 21px;
}
.list-reports .box {
  background: #ffffff;
  margin-bottom: 9px;
  height: 120px;
  padding: 25px 15px;
  border-left: solid 3px #221f21;
  border-right: solid 3px #221f21;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}
.list-reports .box:nth-of-type(3n+1) {
  border-left: 0 none;
  border-right: solid 6px #221f21;
}
.list-reports .box:nth-of-type(3n+3) {
  border-left: solid 6px #221f21;
  border-right: 0 none;
}
.list-reports .box:after {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background: url(images/me_footer_inactive.png) #252622 no-repeat;
  content: '';
  background-size: cover;
}
.list-reports .box.active:after {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background: url(images/me_footer_active.png) #ffffff no-repeat;
  content: '';
  background-size: cover;
}
.list-reports .box .box-inside {
  top: 10px;
  vertical-align: bottom;
  position: absolute;
  z-index: 2;
}
.list-reports .box h2 {
  margin: 0;
  font-family: 'ProximaNova-Light-webfont', Arial, Helvetica, sans-serif;
  display: inline-block;
  float: left;
  clear: both;
}
.list-reports .box h2.region-title {
  margin: 0;
  font-family: 'ProximaNova-Bold-webfont', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
}
.footer-top {
  width: 100%;
  float: left;
  position: relative;
  padding: 10px 0 15px 0;
}
.footer-bottom {
  width: 100%;
  float: left;
  position: relative;
  padding: 10px 0 0 0;
  border-top: solid 1px #414141;
}
.footer-top a,
.footer-bottom a {
  color: #e30613;
}
.footer-bottom .socials {
  position: absolute;
  top: 30px;
  right: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
blockquote {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  font-style: italic;
  text-align: left;
  margin: 5px 0 10px 0;
  padding-left: 15px;
  display: inline-block;
  width: 100%;
  border-left: 5px #e7e7e7 solid;
}
.socicon-facebook:after {
  background: #3c5b9a;
}
.socicon-linkedin:after {
  background: #007bb6;
}
.socicon-twitter:after {
  background: #5aa6db;
}
.socicon-youtube:after {
  background: #dc2825;
}
.hamburger {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 20px;
  top: 8px;
  background: #e30613;
  z-index: 7;
  display: none;
  margin: 0;
  box-shadow: none;
}
.hamburger span {
  width: 50%;
  height: 2px;
  position: absolute;
  background: #fff;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 150ms ease-in, rotate 150ms ease-in, scale 150ms ease-in;
  -moz-transition: -moz-transform 150ms ease-in, rotate 150ms ease-in, scale 150ms ease-in;
  -o-transition: -o-transform 150ms ease-in, rotate 150ms ease-in, scale 150ms ease-in;
  transition: -webkit-transform 150ms ease-in,-moz-transform 150ms ease-in,-o-transform 150ms ease-in,transform 150ms ease-in, rotate 150ms ease-in, scale 150ms ease-in;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  -moz-transform: translate3d(0, 0, 0) scale(1, 1);
  -o-transform: translate3d(0, 0, 0) scale(1, 1);
  -ms-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
}
.hamburger span:nth-of-type(1) {
  -webkit-transform: translate3d(0, -7px, 0);
  -moz-transform: translate3d(0, -7px, 0);
  -o-transform: translate3d(0, -7px, 0);
  -ms-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}
.hamburger span:nth-of-type(2) {
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  -moz-transform: translate3d(0, 0, 0) scale(1, 1);
  -o-transform: translate3d(0, 0, 0) scale(1, 1);
  -ms-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
}
.hamburger span:nth-of-type(3) {
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  -o-transform: translate3d(0, 7px, 0);
  -ms-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}
.menu-active .hamburger span:nth-of-type(1) {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg) scale(0.8, 1.2);
  -moz-transform: translate3d(0, 0, 0) rotate(45deg) scale(0.8, 1.2);
  -o-transform: translate3d(0, 0, 0) rotate(45deg) scale(0.8, 1.2);
  -ms-transform: translate3d(0, 0, 0) rotate(45deg) scale(0.8, 1.2);
  transform: translate3d(0, 0, 0) rotate(45deg) scale(0.8, 1.2);
}
.menu-active .hamburger span:nth-of-type(2) {
  -webkit-transform: translate3d(0, 0, 0) scale(0, 1.2);
  -moz-transform: translate3d(0, 0, 0) scale(0, 1.2);
  -o-transform: translate3d(0, 0, 0) scale(0, 1.2);
  -ms-transform: translate3d(0, 0, 0) scale(0, 1.2);
  transform: translate3d(0, 0, 0) scale(0, 1.2);
}
.menu-active .hamburger span:nth-of-type(3) {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg) scale(0.8, 1.2);
  -moz-transform: translate3d(0, 0, 0) rotate(-45deg) scale(0.8, 1.2);
  -o-transform: translate3d(0, 0, 0) rotate(-45deg) scale(0.8, 1.2);
  -ms-transform: translate3d(0, 0, 0) rotate(-45deg) scale(0.8, 1.2);
  transform: translate3d(0, 0, 0) rotate(-45deg) scale(0.8, 1.2);
}
@media screen and (max-width: 1024px) {
  
}
@media screen and (max-width: 1000px) {
  
}
@media screen and (max-width: 960px) {
  .hamburger {
    display: block;
  }
  .top-nav {
    position: fixed;
    width: 50%;
    right: -50%;
    top: 60px;
    bottom: 0;
    overflow: auto;
    background: #000000;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    z-index: 6;
  }
  .top-nav:after {
    display: none;
  }
  .header:after {
    content: '';
    position: fixed;
    width: 100%;
    right: 0;
    top: 60px;
    bottom: 0;
    background: #000000;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    pointer-events: none;
  }
  .menu-active {
    overflow: hidden;
  }
  .menu-active .top-nav {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .menu-active .header:after {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  .nav-item {
    background: none;
    border-bottom: solid 1px #414141;
    float: left;
    width: 100%;
    position: relative;
  }
  .nav-item a {
    width: 100%;
    line-height: 60px;
    font-size: 20px;
    float: left;
    padding: 0 20px;
  }
  .nav-item a i {
    margin: 2px 0 0 8px;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .nav-item > a {
    position: relative;
    height: 60px;
    margin-right: 0;
    background: none;
    z-index: 2;
  }
  .nav-item .sub {
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
    top: auto;
    right: auto;
    background: none;
    font-size: 16px;
    padding: 5px 20px 15px 20px;
    white-space: nowrap;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    margin: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
  }
  .nav-item.active-sub > a i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #e30613;
  }
  .nav-item.active-sub .sub {
    display: block;
  }
  .nav-item:hover a i {
    color: #e30613;
  }
  .nav-item .sub a {
    line-height: 40px;
  }
  .nav-item .sub a:hover {
    color: #e30613;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 18px;
    line-height: 20px;
  }
  .header .logo h1 {
    font-size: 22px;
  }
  .splash {
    min-height: 220px;
  }
  .splash h1 {
    font-size: 52px;
  }
  .band h1 {
    font-size: 18px;
    line-height: 26px;
  }
  .animation {
    width: 100%;
    padding: 0;
  }
  .tweets {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 720px) {
  .footer-bottom .socials {
    position: relative;
    width: 100%;
    float: left;
    top: auto;
  }
}
@media screen and (max-width: 650px) {
  .edge-inner {
    padding: 0;
  }
  .top-nav {
    position: fixed;
    width: 100%;
    right: -100%;
  }
  .list-reports .box {
    border-left: 0 none;
    border-right: 0 none;
    width: 100%;
  }
  .list-reports .box:nth-of-type(3n+1) {
    border-left: 0 none;
    border-right: 0 none;
  }
  .list-reports .box:nth-of-type(3n+3) {
    border-left: 0 none;
    border-right: 0 none;
  }
}
@media screen and (max-width: 420px) {
  
}
@media screen and (max-width: 390px) {
  .header .logo h1 {
    font-size: 16px;
  }
  .splash {
    min-height: 180px;
  }
  .splash h1 {
    font-size: 32px;
  }
  .band h1 {
    font-size: 18px;
    line-height: 22px;
  }
  .band h2 {
    font-size: 13px;
    line-height: 22px;
  }
}