.hero-wrapper {
  height: 745px;
  color: #dbdbdb;
  position: relative;
  z-index: 0;
}
.hero-wrapper .mobile-content {
  display: none;
}
.hero-wrapper .hero {
  height: 745px;
  overflow: hidden;
}
.hero-wrapper .hero .hero-content {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 300px;
  position: relative;
  z-index: 1;
}
.hero-wrapper .hero .hero-content .container {
  padding-bottom: 15px;
  position: relative;
}
.hero-wrapper .hero .hero-content .hero-tagline {
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  margin-bottom: 37px;
  width: 340px;
}
.hero-wrapper .hero .hero-content .hero-tagline h1 {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 3.5714em;
  padding: 20px 60px 0 20px;
  margin: 0 0 -20px;
  position: relative;
  z-index: 100;
  display: table;
}
.hero-wrapper .hero .hero-content .hero-tagline .fold {
  border-top-color: #111;
  border-top-color: rgba(0, 0, 0, 0.8);
  border-right-width: 70px;
  border-top-width: 40px;
  bottom: -40px;
}
.hero-wrapper .hero .hero-content .project-title,
.hero-wrapper .hero .hero-content .project-summary,
.hero-wrapper .hero .hero-content .project-award {
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.8);
  width: 230px;
  z-index: 100;
  margin-bottom: 25px;
}
.hero-wrapper .hero .hero-content .project-title .fold,
.hero-wrapper .hero .hero-content .project-summary .fold,
.hero-wrapper .hero .hero-content .project-award .fold {
  border-top-color: #111;
  border-top-color: rgba(0, 0, 0, 0.8);
  border-right-width: 48px;
  border-top-width: 28px;
  bottom: -28px;
}
.hero-wrapper .hero .hero-content .project-title {
  color: #fff;
  text-decoration: none;
}
.hero-wrapper .hero .hero-content .project-title:hover {
  background-color: #c2cd23;
  background-color: rgba(194, 205, 35, 0.8);
}
.hero-wrapper .hero .hero-content .project-title:hover .fold {
  border-top-color: #c2cd23;
  border-top-color: rgba(194, 205, 35, 0.8);
}
.hero-wrapper .hero .hero-content .project-title h2 {
  font-size: 1em;
  line-height: 1.384em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 40px 0 20px;
  margin: 0 0 -10px;
  position: relative;
  z-index: 100;
  display: table;
}
.hero-wrapper .hero .hero-content .project-summary p {
  font-weight: 500;
  padding: 20px 40px 0 20px;
  margin: 0 0 -10px;
  position: relative;
  z-index: 100;
}
.hero-wrapper .hero .hero-content .project-award {
  color: #c2cd23;
  position: absolute;
  top: 100.5%;
  left: 15px;
  z-index: 100;
}
.hero-wrapper .hero .hero-content .project-award .organization {
  padding: 20px 40px 0 20px;
  margin: 0 0 -20px;
  position: relative;
}
.hero-wrapper .hero .hero-content .project-award .award {
  font-weight: 700;
  padding: 20px 40px 0 20px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}
.down-arrow {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  height: 120px;
  cursor: pointer;
  z-index: 1;
}
.down-arrow div {
  height: 120px;
  width: 120px;
  background-image: url(../img/ui/home/arrow-down.png);
  background-image: url(../img/ui/home/arrow-down.svg), none;
  background-size: 120px 120px;
  display: inline-block;
  position: absolute;
  margin-left: -60px;
  left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  top: -20px;
}
.down-arrow div:nth-child(1) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.down-arrow div:nth-child(2) {
  transition: top .2s, opacity .5s;
}
.down-arrow div:nth-child(3) {
  transition: top .2s, opacity 1s;
}
.down-arrow.active div {
  opacity: 1;
  filter: alpha(opacity=100);
}
.down-arrow.active div:nth-child(2) {
  top: 0;
}
.down-arrow.active div:nth-child(3) {
  top: 20px;
}
.down-arrow.inactive div {
  top: -20px;
}
.down-arrow.inactive div:nth-child(2),
.down-arrow.inactive div:nth-child(3) {
  opacity: 0;
  filter: alpha(opacity=0);
}
#specialties {
  background-image: url('../img/ui/photo-bg.jpg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: 1800px;
  padding: 120px 0;
}
#specialties .slogan {
  padding-top: 25px;
  font-weight: 100;
  font-size: 4.923em;
  text-transform: uppercase;
  color: #215092;
  line-height: 1.125em;
  width: 550px;
  padding-right: 25px;
  float: left;
}
#specialties .slogan span {
  font-size: .546875em;
  font-weight: 900;
  display: block;
}
#specialties .specialties {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: left;
  width: 640px;
}
#specialties .specialties > li {
  border-bottom: 1px solid #fff;
}
#specialties .specialties > li:first-child {
  border-top: 1px solid #fff;
}
#specialties .specialties > li > a {
  padding: 22px 15px;
  display: block;
  color: #444;
  text-decoration: none;
  transition: 150ms background-color;
}
#specialties .specialties > li > a:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}
#specialties .specialties > li > a:after {
  content: '';
  background-image: url('../img/ui/home/icon-chevron-right.png');
  background-image: url('../img/ui/home/icon-chevron-right.svg'), none;
  background-repeat: no-repeat;
  float: right;
  display: none;
  position: relative;
  top: -3px;
  width: 10px;
  height: 20px;
}
#specialties .specialties > li > a span {
  font-size: 2.615em;
  text-transform: uppercase;
  font-weight: 200;
  margin-right: 17px;
}
#specialties .specialties > li > a ul {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#specialties .specialties > li > a ul li {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}
#specialties .specialties > li > a ul li:after {
  content: '//';
  color: #215092;
  margin-left: 5px;
}
#specialties .specialties > li > a ul li:last-child:after {
  display: none;
}
#news {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 110px 0 140px;
}
#news h2 {
  font-size: 3.0769em;
  font-weight: 100;
  margin-bottom: 75px;
}
#news .block-news {
  background-color: #e7e7e7;
  min-height: 110px;
  padding: 25px 35px 0 0;
  display: block;
  float: left;
  position: relative;
  z-index: 100;
  margin-bottom: 26px;
  width: 30%;
  margin-right: 5%;
  color: #444;
  text-decoration: none;
  margin-left: -200px;
  opacity: 0;
  filter: alpha(opacity=0);
}
#news .block-news .fold {
  border-top-color: #e7e7e7;
}
#news .block-news:nth-child(2) {
  transition: opacity 1s, margin-left 600ms;
  z-index: 3;
}
#news .block-news:nth-child(3) {
  transition: opacity 1s, margin-left 1200ms;
  z-index: 2;
}
#news .block-news:nth-child(4) {
  transition: opacity 1s, margin-left 1800ms;
  z-index: 1;
}
#news .block-news:last-child {
  margin-right: 0;
}
#news .block-news:hover {
  background-color: #dedede;
}
#news .block-news:hover .fold {
  border-top-color: #dedede;
}
#news .block-news p {
  margin: 0 0 0 50px;
  font-weight: 500;
  position: relative;
  z-index: 100;
  word-wrap: break-word;
}
#news .block-news p strong {
  font-size: 1.125em;
}
#news .block-news p .excerpt {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
}
#news .block-news .icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 35px;
  background-color: #4a4a4a;
  text-align: center;
  padding-top: 8px;
}
#news.visible .block-news {
  margin-left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
#news .block-whitepapers {
  background-color: #c2cd23;
  color: #fff;
}
#news .block-whitepapers p {
  font-size: 1.3846em;
  line-height: 1.6em;
}
#news .block-whitepapers p a {
  color: #fff;
}
#news .block-whitepapers p strong {
  font-size: .9em;
}
#news .block-whitepapers .fold {
  border-top-color: #c2cd23;
}
#news .block-whitepapers:hover {
  background-color: #b7c221;
}
#news .block-whitepapers:hover .fold {
  border-top-color: #b7c221;
}
#news .block-whitepapers:nth-child(3),
#news .block-whitepapers:nth-child(4) {
  background-color: #e7e7e7;
  color: #444;
}
#news .block-whitepapers:nth-child(3) .fold,
#news .block-whitepapers:nth-child(4) .fold {
  border-top-color: #e7e7e7;
}
#news .block-whitepapers:nth-child(3):hover,
#news .block-whitepapers:nth-child(4):hover {
  background-color: #dedede;
}
#news .block-whitepapers:nth-child(3):hover .fold,
#news .block-whitepapers:nth-child(4):hover .fold {
  border-top-color: #dedede;
}
#news .block-twitter:hover .icon {
  background-color: #00acee;
}
#news .block-facebook:hover .icon {
  background-color: #49639e;
}
.ie8 .hero .hero-content .hero-tagline {
  margin-bottom: 42px;
}
.ie8 .hero .hero-content .project-title {
  margin-bottom: 30px;
}
.ie8 #news .block-news {
  width: 28.3%;
}
@media (min-width: 1600px) {
  .hero-wrapper {
    height: 957px;
  }
  .hero-wrapper .hero {
    height: 957px;
  }
}
@media (max-width: 1600px) {
  .hero-wrapper {
    height: 853px;
  }
  .hero-wrapper .hero {
    height: 853px;
  }
  .hero-wrapper .hero .hero-content {
    margin-top: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1229px) {
  .hero-wrapper {
    height: 680px;
  }
  .hero-wrapper .hero {
    height: 680px;
  }
  .hero-wrapper .hero .hero-content {
    margin-top: 150px;
  }
}
@media (min-width: 980px) and (max-width: 1229px) {
  #specialties {
    padding: 60px 0;
  }
  #specialties .slogan {
    width: 45%;
    font-size: 3.75em;
    padding-right: 30px;
  }
  #specialties .specialties {
    width: 55%;
  }
  #specialties .specialties > li > a {
    padding: 15px;
  }
  #specialties .specialties > li > a span {
    font-size: 2em;
    display: block;
  }
  #news {
    padding: 60px 0 80px;
  }
  #news h2 {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #specialties {
    padding: 40px 0;
  }
  #specialties .slogan {
    width: 45%;
    font-size: 3em;
    padding-right: 30px;
  }
  #specialties .specialties {
    width: 55%;
  }
  #specialties .specialties > li > a {
    padding: 15px 0;
  }
  #specialties .specialties > li > a span {
    font-size: 2em;
    display: inline-block;
    padding-left: 15px;
  }
  #specialties .specialties > li > a:after {
    display: inline-block;
    float: right;
    margin-top: 7px;
    margin-right: 15px;
  }
  #specialties .specialties > li > a ul {
    display: none;
  }
  #news {
    padding: 40px 0 60px;
  }
  #news h2 {
    margin-bottom: 37px;
  }
  #news .block-news {
    min-height: 215px;
  }
}
@media (max-width: 767px) {
  .hero-wrapper {
    height: auto;
    color: #dbdbdb;
  }
  .hero-wrapper .down-arrow {
    display: none;
  }
  .hero-wrapper .hero {
    height: 400px;
  }
  .hero-wrapper .hero .hero-content {
    border-top: 0;
    border-bottom: 0;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .hero-wrapper .hero .hero-content .container {
    position: relative;
    margin: 0;
    padding: 0;
    border-top: 1px solid #fff;
  }
  .hero-wrapper .hero .hero-content .folded {
    display: block;
  }
  .hero-wrapper .hero .hero-content .hero-tagline {
    z-index: 100;
    margin-bottom: 15px;
    width: auto;
    display: inline-block;
  }
  .hero-wrapper .hero .hero-content .hero-tagline h1 {
    font-size: 3em;
    padding: 15px 30px 15px 25px;
    margin: 0 0 -20px;
    position: relative;
    display: table;
  }
  .hero-wrapper .hero .hero-content .hero-tagline .fold {
    border-top-width: 20px;
    border-right-width: 35px;
    bottom: -20px;
  }
  .hero-wrapper .hero .hero-content .project-title,
  .hero-wrapper .hero .hero-content .project-summary,
  .hero-wrapper .hero .hero-content .project-award {
    display: none;
  }
  .hero-wrapper .mobile-content {
    background-color: #1b1b1b;
    color: #fff;
    display: block;
    padding: 15px 25px;
    border-top: 1px solid #fff;
  }
  .hero-wrapper .mobile-content .project-title,
  .hero-wrapper .mobile-content .project-summary,
  .hero-wrapper .mobile-content .project-award {
    display: block;
  }
  .hero-wrapper .mobile-content .project-title {
    color: #fff;
    text-decoration: none;
  }
  .hero-wrapper .mobile-content .project-title h2 {
    font-size: 1.1em;
    line-height: 1.384em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 5px;
  }
  .hero-wrapper .mobile-content .project-summary {
    font-size: 1.1em;
    font-weight: 500;
    margin: 0 0 10px;
  }
  .hero-wrapper .mobile-content .project-award {
    margin: 0;
    color: #c2cd23;
  }
  .hero-wrapper .mobile-content .project-award p {
    margin: 0;
  }
  .hero-wrapper .mobile-content .project-award .organization {
    font-size: 1em;
    margin: 5px 0 -3px;
    position: relative;
  }
  .hero-wrapper .mobile-content .project-award .award {
    font-size: 1.1em;
    font-weight: 700;
    margin: 0 0 5px;
    position: relative;
    text-transform: uppercase;
  }
  #specialties {
    padding: 40px 0;
  }
  #specialties .slogan {
    padding-top: 30px;
    font-weight: 200;
    font-size: 3em;
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  #specialties .slogan span {
    font-size: .75em;
  }
  #specialties .specialties {
    padding: 0;
    margin: 0;
    float: none;
    width: 100%;
  }
  #specialties .specialties:before,
  #specialties .specialties:after {
    content: " ";
    display: table;
  }
  #specialties .specialties:after {
    clear: both;
  }
  #specialties .specialties > li {
    margin: 0 5% 0 0;
    border-top: 1px solid #cdcdcd;
    border-bottom: 0;
    float: left;
    width: 45%;
    display: block;
    height: 56px;
  }
  #specialties .specialties > li:first-child {
    border-top-color: #cdcdcd;
  }
  #specialties .specialties > li:nth-child(2n+2) {
    margin-right: 0;
  }
  #specialties .specialties > li > a {
    padding: 12px;
    width: 100%;
  }
  #specialties .specialties > li > a span {
    font-size: 1.5em;
    margin-right: 0;
    font-weight: 300;
  }
  #specialties .specialties > li > a:after {
    display: block;
    margin-top: 7px;
  }
  #specialties .specialties > li > a ul {
    display: none;
  }
  #news {
    padding: 20px 0;
  }
  #news h2 {
    font-size: 2em;
    line-height: 1.35em;
    font-weight: 300;
    margin-bottom: 37px;
    padding-top: 20px;
  }
  #news .block-news {
    height: auto;
    padding: 20px 35px 5px 0;
    display: inline-block;
    float: none;
    margin: 0 auto 50px;
    width: 75%;
  }
  #news .block-news p {
    margin: 0 0 -5px 50px;
    font-size: 1em;
    height: auto;
    text-align: left;
  }
  #news .block-news p strong {
    font-size: 1.125em;
  }
  #news .block-whitepapers {
    margin-bottom: 50px;
  }
  #news .block-whitepapers p {
    font-size: 1.125em;
    line-height: 1.35em;
  }
}
@media (max-width: 480px) {
  .hero-wrapper .hero {
    height: 300px;
  }
  .hero-wrapper .hero .hero-content .hero-tagline h1 {
    font-size: 2.5em;
    padding: 15px 30px 15px 15px;
  }
  .hero-wrapper .hero .hero-content .project-title,
  .hero-wrapper .hero .hero-content .project-summary,
  .hero-wrapper .hero .hero-content .project-award {
    display: none;
  }
  .hero-wrapper .mobile-content {
    padding: 10px 15px;
  }
  .hero-wrapper .mobile-content .project-title h2 {
    font-size: 1.1em;
  }
  #specialties {
    padding: 40px 0 0;
  }
  #specialties .container {
    padding: 0;
  }
  #specialties .slogan {
    padding: 0 15px;
    font-size: 2.25em;
  }
  #specialties .specialties > li {
    margin: 0;
    float: none;
    width: 100%;
    height: auto;
    border-bottom-color: #cecece;
  }
  #specialties .specialties > li:last-child {
    border-bottom: 1px solid #cecece;
  }
  #specialties .specialties > li > a:after {
    display: block;
    padding-top: 1px;
  }
  #news {
    text-align: left;
  }
  #news h2 {
    padding-top: 0;
  }
  #news .block-news {
    margin: 0 auto 30px;
    width: 100%;
  }
  #news .block-whitepapers {
    margin-bottom: 30px;
  }
  #news .block-whitepapers p {
    font-size: 1.3em;
  }
}
