/*
* -----------------------------------------------
* Peregrine Screen Styles
* Author: Peregrine LLC
* ----------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

html {
  min-height: 100%; }

body {
  background: #ececec;
  line-height: 1;
  -webkit-text-size-adjust: none; }
  body.sticky {
    padding-top: 210px; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: #cc0000;
  outline: none;
  text-decoration: none; }
  a:hover {
    color: #141414;
    text-decoration: none; }
  a img {
    border: none; }

.clear, .section, #works ul, #capabilities ul {
  display: block; }
  .clear:after, .section:after, #works ul:after, #capabilities ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden; }

* html .clear, * html .section, * html #works ul, #works * html ul, * html #capabilities ul, #capabilities * html ul {
  height: 1%; }

/* Font Faces
----------------------------------------------- */
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.ttf"), url("../fonts/Roboto-Thin.ttf"), url("../fonts/Roboto-Bold.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url("../fonts/avenirltstd-black-webfont.eot");
  src: url("../fonts/avenirltstd-black-webfont-.eot#iefix") format("embedded-opentype"), url("../fonts/avenirltstd-black-webfont.woff") format("woff"), url("../fonts/avenirltstd-black-webfont.ttf") format("truetype"), url("../fonts/avenirltstd-black-webfont.svg#AvenirLTStd95Black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Tungsten';
  src: url("../fonts/Tungsten-Semibold.eot");
  src: url("../fonts/Tungsten-Semibold-.eot#iefix") format("embedded-opentype"), url("../fonts/Tungsten-Semibold.woff") format("woff"), url("../fonts/Tungsten-Semibold.ttf") format("truetype"), url("../fonts/Tungsten-Semibold.svg#Tungsten-Semibold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Minion';
  src: url("../fonts/MinionPro-Bold.otf");
  font-weight: normal;
  font-style: normal; }
  
/* Header
----------------------------------------------- */
#header {
  background: rgba(255, 255, 255, 0.85);
  left: 0;
  padding: 10px 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100; }
  #header:after {
    background: url(../images/tab.png) no-repeat center top;
    bottom: -40px;
    content: "";
    display: block;
    height: 40px;
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%; }
  #header h2 {
    color: #cc0000;
    display: none;
    font: normal 60px/60px "Tungsten", Helvetica, Arial, Verdana, sans-serif;
    margin: 60px 0;
    text-transform: uppercase; }
    #header h2 i {
      color: #686868;
      font-style: normal; }
  #header ul {
    font: normal 14px/14px "Roboto", Roboto-Thin, Helvetica, Arial, Verdana, sans-serif;
    margin: 0 0 0 -30px;
    position: relative;
    text-transform: uppercase;
    z-index: 100; }
    #header ul li {
      display: inline-block;
      padding: 0 30px; }
      #header ul li:nth-child(2) {
        padding-right: 60px; }
      #header ul li:nth-child(3) {
        padding-left: 60px; }
      #header ul li a {
        color: #141414; }
        #header ul li a:hover {
          color: #686868; }
        #header ul li a.current {
          color: #cc0000; }
  #header a[href='/'] {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    bottom: -26px;
    height: 50px;
    display: block;
    left: 50%;
    margin: 0 0 0 -25px;
    overflow: hidden;
    position: absolute;
    width: 50px;
    z-index: 10; }
    #header a[href='/'] span:first-child {
      background: #141414;
      border-radius: 24px 0 0 24px;
      -moz-border-radius: 24px 0 0 24px;
      -webkit-border-radius: 24px 0 0 24px;
      display: block;
      height: 50px;
      left: 0;
      position: absolute;
      text-indent: -9999px;
      top: 0;
      width: 24px; }
    #header a[href='/'] span:last-child {
      background: #686868;
      border-radius: 0 24px 24px 0;
      -moz-border-radius: 0 24px 24px 0;
      -webkit-border-radius: 0 24px 24px 0;
      display: block;
      height: 50px;
      position: absolute;
      right: 0;
      text-indent: -9999px;
      top: 0;
      width: 24px; }
    #header a[href='/']:hover span:first-child {
      background: #cc0000; }
    #header a[href='/']:hover span:last-child {
      background: #cc0000; }
  #header.full {
    position: absolute; }
    #header.full h2:first-child {
      display: block; }
    #header.full a[href='/']:after {
      display: none; }
    #header.full a[href='/']:hover {
      cursor: default; }
      #header.full a[href='/']:hover span:first-child {
        background: #141414; }
      #header.full a[href='/']:hover span:last-child {
        background: #686868; }
@media all and (max-width: 480px) {
  #header h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 10px 0; }
  #header ul {
    font-size: 10px;
    margin-left: -15px; }
    #header ul li {
      padding: 0 6px; }
      #header ul li:nth-child(2) {
        padding-right: 35px; }
      #header ul li:nth-child(3) {
        padding-left: 35px; } }
/* Intro
----------------------------------------------- */
h1 {
  background: #141414 url(../images/main.jpg) center center;
  color: #fff;
  font: normal 37px/60px "Minion", MinionPro-Bold, Arial, sans-serif;
  height: 275px;
  padding: 380px 0 0 0;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 0 #232323; }
  h1 b {
    display: block;
    margin: 0 auto;
    width: 960px; }
  h1 i {
    color: #ccccc;
    display: block;
    font: normal 20px/25px "Roboto", Roboto-Thin, Helvetica, Arial, Verdana, sans-serif;
    margin: 10px auto 0 auto;
    text-transform: uppercase;
    width: 960px; }
    h1 i:before {
      color: #fff;
      content: "— ";
      text-shadow: 0 1px 0 #141414; }
    h1 i:after {
      color: #fff;
      content: " —";
      text-shadow: 0 1px 0 #141414; }
body.sticky h1 {
  margin-top: -210px; }

@media all and (min-width: 1420px) {
  h1 {
    background-size: cover; } }
@media all and (max-width: 1024px) {
  h1 {
    font-size: 45px; } }
@media all and (max-width: 768px) {
  h1 {
    font-size: 35px;
    line-height: 40px;
    height: 220px; }
    h1 b {
      width: 90%; }
    h1 i {
      font-size: 16px;
      width: 90%; } }
@media all and (max-width: 480px) {
  h1 {
    background: #141414;
    font-size: 25px;
    height: 105px;
    line-height: 30px;
    padding-top: 120px;
    text-shadow: none; }
    h1 i {
      display: none; } }
/* Sections
----------------------------------------------- */
.container {
  margin: 0 auto;
  width: 960px; }
@media all and (max-width: 768px) {
  .container {
    width: 90%; } }
@media all and (max-width: 480px) {
  .container {
    width: 100%; } }
.section {
  border-bottom: 1px solid #cccccc;
    overflow: hidden;
  padding: 110px 0;
  position: relative; }
  .section h2 {
    color: #141414;
    font: normal 54px/75px "Minion", MinionPro-Bold, Helvetica, Arial, Verdana, sans-serif;
    margin: 0 0 80px 0;
    text-align: center; }
  .section h3 {
    color: #141414;
    font: normal 20px/22px "Roboto", Roboto-Thin, Helvetica, Arial, Verdana, sans-serif;
    margin: 0 0 5px 0;
    text-align: center;
    text-transform: uppercase; }
  .section h4 {
    border-bottom: 1px solid #cccccc;
    color: #686868;
    font: normal 14px/30px "Roboto", Roboto-Thin, Helvetica, Arial, Verdana, sans-serif;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    text-align: center; }
  .section p {
    color: #686868;
    font: normal 14px/22px "Roboto", Roboto-Thin, Georgia, serif;
    text-align: center; }
  .section:last-child {
    border: none; }
@media all and (max-width: 768px) {
  .section h2 {
    font-size: 35px;
    line-height: 50px; }
  .section h4 {
    display: none; } }
@media all and (max-width: 480px) {
  .section {
    padding: 20px 0; }
    .section h2 {
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 30px;
      padding: 0 5%; }
    .section h3 {
      font-size: 14px;
      line-height: 18px; }
    .section p {
      font-size: 13px;
      line-height: 20px; } }
/* Works
----------------------------------------------- */
#works ul {
  margin: 0 0 -60px 0; }
  #works ul li {
    display: block;
    float: left; }
    #works ul li a {
      display: block;
      float: left;
      height: 282px;
      margin: 0 57px 60px 0;
      position: relative;
      width: 282px; }
      #works ul li a h3 {
        background: rgba(0, 0, 0, 0.7);
        border-radius: 131px;
        -moz-border-radius: 131px;
        -webkit-border-radius: 131px;
        color: #fff;
        display: none;
        font-size: 16px;
        height: 142px;
        left: 10px;
        line-height: 22px;
        padding: 120px 30px 0 30px;
        position: absolute;
        top: 10px;
        width: 202px; }
      #works ul li a p {
        background: url(../images/triangle.png) no-repeat right center;
        bottom: 95px;
        color: #ff0000;
        display: none;
        font: 12px/22px "Roboto", Roboto-Thin, Helvetica, Arial, Verdana, sans-serif;
        left: 50%;
        margin: 0 0 0 -34px;
        padding: 0 10px 0 0;
        position: absolute;
        text-transform: uppercase; }
    #works ul li:nth-child(3n + 3) a {
      float: right;
      margin-right: 0; }
    #works ul li:first-child a h3, #works ul li:nth-child(5) a h3 {
      height: 152px;
      padding-top: 110px; }
@media all and (max-width: 768px) {
  #works ul {
    margin-left: auto;
    margin-right: auto;
    width: 90%; }
    #works ul li:nth-child(3n + 3) a {
      float: left;
      margin-right: 57px; }
    #works ul li:nth-child(2n + 2) a {
      float: right;
      margin-right: 0; }
    #works ul li:nth-child(9) {
      display: none; } }
@media all and (max-width: 480px) {
  #works ul {
    margin-bottom: -20px;
    width: 100%; }
    #works ul li {
      float: none; }
      #works ul li a {
        float: none;
        margin: 0 auto 20px auto; }
      #works ul li:nth-child(3n + 3) a {
        float: none;
        margin-right: auto; }
      #works ul li:nth-child(2n + 2) a {
        float: none;
        margin-right: auto; }
      #works ul li:nth-child(9) {
        display: block; } }
/* Capabilities
----------------------------------------------- */
#capabilities ul {
  margin: 0 0 -60px 0; }
  #capabilities ul li {
    display: block;
    float: left;
    margin: 0 93px 60px 0;
    width: 258px; }
    #capabilities ul li img {
      margin: 0 0 25px 0; }
    #capabilities ul li:nth-child(3n +3) {
      float: right;
      margin-right: 0; }
@media all and (max-width: 768px) {
  #capabilities ul {
    margin-left: auto;
    margin-right: auto;
    width: 90%; }
    #capabilities ul li {
      margin-right: 57px; }
      #capabilities ul li:nth-child(3n + 3) {
        float: left;
        margin-right: 57px; }
      #capabilities ul li:nth-child(2n + 2) {
        float: right;
        margin-right: 0; } }
@media all and (max-width: 480px) {
  #capabilities ul {
    margin-bottom: -25px;
    width: 100%; }
    #capabilities ul li {
      float: none;
      margin: 0 auto 25px auto; }
      #capabilities ul li img {
        margin-bottom: 15px; }
      #capabilities ul li:nth-child(3n + 3) {
        float: none;
        margin-right: auto; }
      #capabilities ul li:nth-child(2n + 2) {
        float: none;
        margin-right: auto; } }
/* About
----------------------------------------------- */
#about div {
  float: left;
  width: 414px; }
  #about div img {
    margin: 0 0 25px 0; }
  #about div ul {
    margin: 40px 0 0 0;
    text-align: center; }
    #about div ul li {
      display: inline-block; }
      #about div ul li a {
        background: url(../images/.png) no-repeat;
        display: inline-block;
        height: 55px;
        margin: 0 5px;
        text-indent: -9999px;
        width: 55px; }
        #about div ul li a:hover {
          background-position: left bottom; }
      #about div ul li:nth-child(2) a {
        background-position: -55px top; }
        #about div ul li:nth-child(2) a:hover {
          background-position: -55px bottom; }
      #about div ul li:last-child a {
        background-position: right top; }
        #about div ul li:last-child a:hover {
          background-position: right bottom; }
  #about div:last-child {
    float: right; }
@media all and (max-width: 768px) {
  #about div {
    float: none;
    margin: 0 auto; }
    #about div:last-child {
      float: none;
      margin-top: 50px; } }
@media all and (max-width: 480px) {
  #about div {
    width: 90%; }
    #about div:last-child {
      margin-top: 40px; }
    #about div img {
      display: none; }
    #about div ul {
      margin-top: 20px; } }
/* Contact
----------------------------------------------- */
#contact h2 {
  background: url(../images/.png) no-repeat right center;
  font-size: 40px;
  line-height: 0px;
  margin-right: 0px;
  padding: 0 0px 0 0; }
#contact ul:first-of-type {
  background: url(../images/ribbon.png) no-repeat;
  display: block;
  height: 88px;
  margin: 230px auto;
  width: 940px; }
  #contact ul:first-of-type li:nth-of-type(1) a {
    border-radius: 135px;
    -moz-border-radius: 135px;
    -webkit-border-radius: 135px;
    display: block;
    height: 310px;
    left: 50%;
    margin: 0 0 0 -155px;
    position: absolute;
    top: 226px;
    width: 310px; }
    #contact ul:first-of-type li:nth-of-type(1) a h3 {
      background: rgba(0, 0, 0, 0.7);
      border-radius: 134px;
      -moz-border-radius: 134px;
      -webkit-border-radius: 134px;
      color: #fff;
      display: none;
      font-size: 16px;
      height: 163px;
      left: 21px;
      line-height: 22px;
      padding: 105px 30px 0 30px;
      position: absolute;
      top: 21px;
      width: 208px; }
      #contact ul:first-of-type li:nth-of-type(1) a h3 span.postal-code {
        display: none; }
    #contact ul:first-of-type li:nth-of-type(1) a p {
      background: url(../images/triangle.png) no-repeat right center;
      bottom: 110px;
      color: #cc0000;
      display: none;
      font: 12px/22px "Roboto", Roboto-Thin, Helvetica, Arial, Verdana, sans-serif;
      left: 50%;
      margin: 0 0 0 -55px;
      padding: 0 10px 0 0;
      position: absolute;
      text-transform: uppercase; }
  #contact ul:first-of-type li:nth-of-type(2),
  #contact ul:first-of-type li:nth-of-type(3) {
    color: #cccccc;
    display: block;
    float: left;
    font: normal 32px/88px "Avenir", Helvetica, Arial, Verdana, sans-serif;
    margin: 0 0 0 75px;
    text-shadow: 0 1px 0 #333333;
    text-transform: uppercase; }
    #contact ul:first-of-type li:nth-of-type(2) a,
    #contact ul:first-of-type li:nth-of-type(3) a {
      color: #cccccc;
      display: block;
      float: left; }
      #contact ul:first-of-type li:nth-of-type(2) a:hover,
      #contact ul:first-of-type li:nth-of-type(3) a:hover {
        color: #ffffff; }
  #contact ul:first-of-type li:nth-of-type(3) {
    float: right;
    margin: 0 45px 0 0; }
#contact ul:last-of-type {
  margin: 140px 0 0 0;
  text-align: center; }
  #contact ul:last-of-type li {
    color: #686868;
    display: inline;
    font: normal 14px/20px "Roboto", Roboto-Thin, Helvetica, Arial, Verdana, sans-serif;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase; }
    #contact ul:last-of-type li:first-child:after {
      content: "•";
      padding: 0 8px 0 12px; }
#contact p {
  font: normal 11px/14px "Roboto", Roboto-Thin, Helvetica, Arial, Verdana, sans-serif;
  margin: 5px 0 0 0;
  text-transform: uppercase; }
@media all and (max-width: 1024px) {
  #contact ul:first-of-type li:nth-of-type(3) {
    margin-right: 70px; } }
@media all and (max-width: 768px) {
  #contact h2 {
    font-size: 28px;
    margin-right: 0; }
  #contact ul:first-of-type {
    background-position: center top;
    width: 100%; }
    #contact ul:first-of-type li:nth-of-type(2),
    #contact ul:first-of-type li:nth-of-type(3) {
      font-size: 22px;
      margin-left: 35px; }
    #contact ul:first-of-type li:nth-of-type(3) {
      margin-right: 35px; } }
@media all and (max-width: 480px) {
  #contact h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 5%;
    padding: 0 60px 0 0; }
  #contact ul:first-of-type {
    margin: 141px auto 0 auto;
    padding-top: 170px;
    text-align: center; }
    #contact ul:first-of-type li:nth-of-type(1) a {
      top: 90px; }
    #contact ul:first-of-type li:nth-of-type(2),
    #contact ul:first-of-type li:nth-of-type(3) {
      display: inline;
      float: none;
      font-size: 16px;
      margin: 170px 10px 0 10px; }
      #contact ul:first-of-type li:nth-of-type(2) a,
      #contact ul:first-of-type li:nth-of-type(3) a {
        display: inline;
        float: none;
        margin: 0; }
    #contact ul:first-of-type li:nth-of-type(3) {
      display: inline;
      float: none;
      right: 0; }
  #contact ul:last-of-type {
    margin: 20px 0 0 0; }
    #contact ul:last-of-type li {
      font-size: 12px; }
      #contact ul:last-of-type li:first-child:after {
        padding: 0 4px 0 6px; }
  #contact p {
    font-size: 9px;
    margin: 0; } }

/* Localized */