/* General
--------------------------------------------- */
body {
  font-family: "Open Sans", Arial, sans-serif; }

.clear {
  clear: both; }

@media screen and (max-width: 40em) {
  .anchor {
    display: block;
    content: " ";
    margin-top: -103px;
    height: 103px;
    visibility: hidden; } }
/* Typography 
--------------------------------------------- */
p {
  font-size: 0.875rem; }
  p.lead {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 4rem; }

h1, h2, h3 {
  font-family: "Open Sans", Arial, sans-serif; }

@media screen and (min-width: 64.063em) {
  h1 {
    color: #fff;
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center; } }
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  h1 {
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center; } }
@media screen and (max-width: 40em) {
  h1 {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; } }

h2 {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1;
  text-align: center;
  margin-bottom: 2rem; }
  @media screen and (max-width: 40em) {
    h2 {
      font-size: 1.5rem; } }

h3 {
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase; }
  h3.subhead {
    text-align: center;
    margin-bottom: 2rem;
    background: url(../img/pink-rule.png) no-repeat bottom;
    padding-bottom: 18px;
    margin-bottom: 26px;
    margin-top: 6px; }
    h3.subhead span {
      font-size: 0.9rem; }
  @media screen and (max-width: 40em) {
    h3 {
      font-size: 1rem; } }

.cta {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #1a1a1a; }
  @media screen and (max-width: 40em) {
    .cta {
      font-size: 1.3rem; } }

.address {
  font-size: 1rem;
  color: white;
  text-transform: uppercase;
  font-weight: 700; }

/* Links
--------------------------------------------- */
a {
  color: #666;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #ee1f79; }
  a img {
    border: none; }

/* Navigation
--------------------------------------------- */
nav ul {
  list-style: none; }
  nav ul li {
    display: inline-block;
    margin-left: 20px; }
    nav ul li a {
      color: #fff;
      font-size: 0.875rem;
      font-weight: 600;
      text-transform: uppercase; }

header nav {
  margin-top: 2.8rem; }

/* Mobile */
section.right-small {
  border-right: none;
  box-shadow: none; }

.menu-icon {
  margin-top: 2.45rem;
  font-size: 2rem;
  color: #000; }
  .menu-icon:hover {
    color: #333; }

.off-canvas-list {
  text-transform: uppercase; }
  .off-canvas-list a {
    font-size: 0.875rem;
    font-weight: 600; }

/* Header
--------------------------------------------- */
header {
  position: fixed;
  background-color: #1a1a1a;
  z-index: 300;
  top: 0;
  left: 0;
  height: 120px;
  width: 100%;
  border-bottom: 1px solid #000; }

#logo img {
  margin: 0.7rem 0 1rem 0;
  max-width: 250px; }
  @media screen and (max-width: 40em) {
    #logo img {
      margin: 1rem 0 1rem 0;
      max-width: 200px; } }

/* Home
--------------------------------------------- */
#home {
  background: url(../img/home-image.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-top: 120px;
  width: 100%;
  -webkit-transition: height 400ms linear;
  -moz-transition: height 400ms linear;
  -o-transition: height 400ms linear;
  -ms-transition: height 400ms linear;
  transition: height 400ms linear; }
  #home h1 {
    text-shadow: 2px 2px 10px #1a1a1a;
    position: absolute;
    bottom: 20px; }
  @media screen and (min-width: 64.063em) {
    #home {
      height: 650px; } }
  @media screen and (min-width: 40.063em) and (max-width: 64em) {
    #home {
      height: 500px; } }
  @media screen and (max-width: 40em) {
    #home {
      height: 400px; } }

/* Clients
--------------------------------------------- */
#clients {
  background-color: #1a1a1a;
  padding: 80px 0 80px 0; }
  #clients h2 {
    margin-bottom: 1rem; }
  #clients h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 1rem; }
  #clients p {
    color: #fff; }

/* Showcase
--------------------------------------------- */
#showcase {
  padding: 80px 0 80px 0; }
  #showcase h2 {
    color: #1a1a1a;
    margin-bottom: 1rem; }

.showcase-grid {
  list-style: none; }
  .showcase-grid > li {
    display: inline-block;
    float: none !important;
    margin-bottom: 1.875em;
    position: inherit !important; }
  @media screen and (min-width: 64.063em) {
    .showcase-grid .large-3 {
      width: 24.7%; } }
  @media screen and (min-width: 40.063em) and (max-width: 64em) {
    .showcase-grid .medium-3 {
      width: 24.6%; } }

.showcase-extended {
  color: white;
  display: none;
  position: absolute;
  background: #1a1a1a;
  top: auto;
  left: 0;
  width: 100%;
  margin-top: 1.875em;
  padding: 1.875em 0;
  text-align: left;
  overflow: hidden; }
  .showcase-extended > .row {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 75em; }
  .showcase-extended h3, .showcase-extended p {
    color: #fff;
    text-align: left; }
  .showcase-extended ul {
    list-style-type: disc;
    margin-bottom: 20px; }
    .showcase-extended ul li {
      color: white;
      font-size: 0.875rem; }
  .showcase-extended .close {
    color: #fff;
    position: absolute;
    right: 0.9375em;
    font-size: 40px;
    z-index: 9; }
    @media screen and (min-width: 40.063em) and (max-width: 64em) {
      .showcase-extended .close {
        font-size: 30px; } }
    @media screen and (max-width: 40em) {
      .showcase-extended .close {
        font-size: 20px; } }

.showcase-grid li.active .showcase-extended {
  display: block; }

.flex-video {
  position: relative;
  padding-top: 1.38889rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 0.88889rem;
  overflow: hidden; }
  .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Statistics
--------------------------------------------- */
#statistics {
  background-color: #1a1a1a;
  padding: 80px 0 80px 0; }
  #statistics p.lead {
    color: #fff; }
  #statistics ul p {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
    margin-top: .5rem; }

.circle-text {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 2rem; }
  .circle-text:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #eee;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .circle-text div {
    float: left;
    width: 100%;
    padding-top: 50%;
    line-height: 1em;
    margin-top: -0.5em;
    text-align: center;
    color: #ee1f79; }
  @media screen and (max-width: 40em) {
    .circle-text {
      font-size: 2rem; } }

/* Team
--------------------------------------------- */
#team {
  padding: 80px 0 80px 0;
  background-color: #eee; }
  #team h2 {
    color: #1a1a1a; }
  #team p {
    text-align: center; }

/* Services
--------------------------------------------- */
#services {
  padding: 80px 0 80px 0; }
  #services h2 {
    color: #1a1a1a; }
  #services .services h2 {
    margin-bottom: 1rem;
    text-align: left; }
  #services .services .lead {
    text-align: left;
    margin-bottom: 1rem; }
  #services .services .service {
    display: none; }
    #services .services .service.active {
      display: block; }
      #services .services .service.active h3 {
        color: #ee1f79; }
  #services .services ul.service-list {
    list-style-type: none;
    margin-left: 0; }
    #services .services ul.service-list li .active {
      color: #ee1f79; }

/* Contact
--------------------------------------------- */
#contact {
  background-color: #1a1a1a;
  padding: 80px 0 80px 0;
  color: #fff; }
  #contact h2, #contact .cta {
    color: #fff; }

/* Footer
--------------------------------------------- */
footer {
  background-color: #0d0d0d; }
  footer p {
    color: #666;
    margin-top: 1.25rem; }
