* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

button, input {
  line-height: normal; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  *overflow: visible; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     01/14/13
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
body {
  font-size: 75%; }

/* ::Extends & common Classes */
/* ----------------------------------------------------------- */
.container, header[role=banner] > div:first-child,
footer[role=contentinfo] > div:first-child,
section[role=main] > div,
section.hero > div:first-child {
  *zoom: 1;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1000px; }
  .container:after, header[role=banner] > div:first-child:after,
  footer[role=contentinfo] > div:first-child:after,
  section[role=main] > div:after,
  section.hero > div:first-child:after {
    content: "";
    display: table;
    clear: both; }

.back-btn {
  border: none;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  background: #c9c9c9;
  padding: 16px 24px;
  letter-spacing: .16em;
  display: inline-block;
  position: relative;
  padding-left: 3em;
  background-color: #ffad33;
  background-color: #ffad33; }
  .back-btn:hover {
    background: #787878;
    color: #fff; }
  .back-btn:before {
    content: '';
    position: absolute;
    background-image: url('../images/sprite-s33a91486d2.png');
    background-position: -160px -160px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 11px;
    width: 9px;
    top: 37%;
    left: 1.5em; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      .back-btn:before {
        background-image: url('../images/sprite-2x-sd648db3073.png');
        background-size: 240px 560px;
        background-position: -160px -160px;
        height: 11px;
        width: 9px; } }

.forward-btn {
  border: none;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  background: #c9c9c9;
  padding: 16px 24px;
  letter-spacing: .16em;
  display: inline-block;
  position: relative;
  padding-right: 3em;
  background-color: #ffad33;
  background-color: #ffad33; }
  .forward-btn:hover {
    background: #787878;
    color: #fff; }
  .forward-btn:before {
    content: '';
    position: absolute;
    background-image: url('../images/sprite-s33a91486d2.png');
    background-position: -169px -160px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 11px;
    width: 9px;
    top: 37%;
    right: 1.5em; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      .forward-btn:before {
        background-image: url('../images/sprite-2x-sd648db3073.png');
        background-size: 240px 560px;
        background-position: -169px -160px;
        height: 11px;
        width: 9px; } }

/*--------------------------------------------------------------*/
/* ::Base styles Almost exclusively single element selectors */
/* ------------------------------------------------------------ */
body {
  color: #242424;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif; }

a {
  color: #787878;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word; }
  a:hover, a:focus, a:active {
    color: #2a5e82; }

ol {
  list-style-position: inside;
  list-style-type: decimal; }

ul {
  list-style-position: inside;
  list-style-type: disc; }

img {
  width: 100%;
  height: auto; }

html {
  font-size: 100%;
  line-height: 0.5em; }

html {
  line-height: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }

h1 {
  font-size: 3em;
  line-height: 1em;
  letter-spacing: -0.05em;
  padding: 0;
  margin: 0; }

h2 {
  font-size: 2.25em;
  line-height: 1.1111111em;
  letter-spacing: -0.05em;
  color: #2a5e82;
  margin: 0; }

h3 {
  font-size: 1.5em;
  line-height: 1.3333333em;
  letter-spacing: -0.025em;
  margin: 0; }

h4 {
  font-size: 1.125em;
  line-height: 1.3333333em;
  margin: 0; }

h5 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0; }

h6 {
  font-size: 0.875em;
  line-height: 1.7142857em;
  margin: 0; }

p, pre, label {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1em; }

p.lead, div.lead p {
  font-size: 1.1875em;
  line-height: 1.2631579em; }

ol, ul {
  margin: 0 0 1.5em; }

li {
  margin: 0 0 0.5em;
  line-height: 1.5em; }

ul {
  list-style-position: outside;
  list-style-type: square;
  margin-left: 1.25em; }

ol {
  list-style-position: outside;
  list-style-type: decimal;
  margin-left: 1.25em; }

strong, b {
  font-weight: 600; }

em, i, q {
  font-style: italic; }

small {
  font-size: 0.875em;
  line-height: 1.7142857em; }

blockquote p {
  font-weight: 400;
  font-style: normal;
  color: #ffad33;
  font-size: 2.25em;
  line-height: 1.1111111em;
  margin: 0 0 0.6666667em 0; }

.hero {
  padding-top: 80px; }

form {
  overflow: hidden; }

label, select {
  display: block; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"] {
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  border: 0;
  background: #787878;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  padding: 15px;
  line-height: 0;
  float: left;
  display: inline-block;
  width: 59%; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer; }

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input[type=submit] {
  -webkit-appearance: none;
  border: none;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  background: #242424;
  padding: 16px 0;
  width: 40%;
  text-align: center;
  letter-spacing: .16em;
  display: inline-block;
  position: relative;
  float: right; }
  input[type=submit]:hover {
    background: #2a5e82;
    color: #fff; }

/* ::Layout - Layouts hold one or more modules together. */
/* ------------------------------------------------------------ */
/* ::Module styles - Modules are widgets, nav bars etc. */
/* ------------------------------------------------------------ */
.site-logo {
  width: 160px;
  height: 160px;
  position: absolute;
  display: block;
  line-height: 0;
  right: 0;
  top: 0;
  z-index: 1000; }

nav[role=navigation]:before {
  content: '';
  position: absolute;
  width: 200%;
  height: 1px;
  background: #c9c9c9;
  top: 0;
  right: 0; }
nav[role=navigation] ul {
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  text-align: right; }
  nav[role=navigation] ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap; }
  nav[role=navigation] ul a {
    text-decoration: none;
    font-weight: bold;
    font-weight: 600; }
nav[role=navigation] #site-nav-handle {
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  background-image: url('../images/sprite-s33a91486d2.png');
  background-position: 0 -160px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 160px;
  width: 160px;
  margin-left: -15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
    nav[role=navigation] #site-nav-handle {
      background-image: url('../images/sprite-2x-sd648db3073.png');
      background-size: 240px 560px;
      background-position: 0 -160px;
      height: 160px;
      width: 160px; } }

.hero {
  padding-top: 0; }
  .hero > div {
    padding-top: 1.5em;
    overflow: hidden; }
  .hero .bg {
    right: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 330px;
    z-index: -1; }
  .hero .title-group {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    margin-left: -15px;
    padding: 1.5em 0 1.5em 15px; }
    .home .hero .title-group {
      bottom: auto;
      left: auto;
      top: 1em;
      right: 0%;
      text-align: right;
      padding-right: 15px; }
    .home .hero .title-group h1 {
      color: #2a5e82;
      text-align: center;
      margin-bottom: 0.2222222em;
      font-weight: 300;
      text-align: right; }
      .home .hero .title-group h1 strong {
        font-weight: bold;
        font-weight: 600; }
  .hero .cta {
    text-align: right;
    padding: 1.5em 0; }

.header-notification {
  color: #ffad33; }

.contact {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  position: relative; }
  .contact:before {
    content: '';
    position: absolute;
    width: 200%;
    height: 1px;
    background: #c9c9c9;
    top: 0;
    right: 0; }
  .contact h2 {
    text-align: center;
    margin-bottom: 0.2222222em;
    font-weight: 300;
    margin-bottom: 0.6666667em; }
    .contact h2 strong {
      font-weight: bold;
      font-weight: 600; }

.enews {
  padding: 1em;
  margin-top: 1.75em;
  border: 1px solid #c9c9c9; }
  .enews h3 {
    color: #2a5e82;
    line-height: 0.6666667em;
    margin-bottom: 0.6666667em; }
    .enews h3 span {
      font-size: 0.6666667em;
      line-height: 0.5em; }

.office-locations {
  background: #242424;
  color: #c9c9c9; }
  .office-locations a {
    color: #ffad33; }
  .office-locations h3 {
    color: #ffad33; }
  .office-locations strong {
    color: #fff; }
  .office-locations .location {
    padding: 1em 0;
    border-bottom: 1px solid #fff; }
  .office-locations .vcard {
    padding: 1em 1em 0; }
    .office-locations .vcard .adr {
      margin-bottom: 0.5em; }
  .office-locations .map {
    padding: 0 1em 1em; }

footer[role=contentinfo] nav ul {
  list-style: none;
  margin-left: 0; }
footer[role=contentinfo] nav li {
  margin: 0; }
footer[role=contentinfo] nav a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-weight: 600;
  padding: 1em;
  border-bottom: 1px solid #c9c9c9; }
  footer[role=contentinfo] nav a:hover {
    background-color: #c9c9c9;
    background-color: #c9c9c9; }
  footer[role=contentinfo] nav a#top-handle {
    text-align: right; }
footer[role=contentinfo] > .copyright {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  position: relative;
  padding-left: 1em;
  padding-right: 1em; }

.news-archive {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  position: relative; }
  .news-archive article {
    margin-bottom: 3em; }

.meta {
  text-transform: uppercase;
  color: #787878;
  margin-top: 1em; }

.pagination {
  overflow: hidden;
  *zoom: 1; }
  .pagination a {
    border: none;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    background: #c9c9c9;
    padding: 16px 24px;
    letter-spacing: .16em;
    display: inline-block;
    position: relative; }
    .pagination a:hover {
      background: #787878;
      color: #fff; }
  .pagination > div:nth-child(1) {
    float: right;
    width: 50%;
    text-align: right; }
    .pagination > div:nth-child(1) a {
      padding-right: 3em; }
      .pagination > div:nth-child(1) a:before {
        content: '';
        position: absolute;
        background-image: url('../images/sprite-s33a91486d2.png');
        background-position: -169px -160px;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        height: 11px;
        width: 9px;
        top: 37%;
        right: 1.5em; }
        @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
          .pagination > div:nth-child(1) a:before {
            background-image: url('../images/sprite-2x-sd648db3073.png');
            background-size: 240px 560px;
            background-position: -169px -160px;
            height: 11px;
            width: 9px; } }
  .pagination > div:nth-child(2) {
    float: left;
    width: 50%; }
    .pagination > div:nth-child(2) a {
      padding-left: 3em; }
      .pagination > div:nth-child(2) a:before {
        content: '';
        position: absolute;
        background-image: url('../images/sprite-s33a91486d2.png');
        background-position: -160px -160px;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        height: 11px;
        width: 9px;
        top: 37%;
        left: 1.5em; }
        @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
          .pagination > div:nth-child(2) a:before {
            background-image: url('../images/sprite-2x-sd648db3073.png');
            background-size: 240px 560px;
            background-position: -160px -160px;
            height: 11px;
            width: 9px; } }

.excerpt p {
  margin-bottom: 0; }

.news-article {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  position: relative; }

.asides {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  position: relative; }
  .asides:before {
    content: '';
    position: absolute;
    width: 200%;
    height: 1px;
    background: #c9c9c9;
    top: 0;
    right: 0; }
  .asides > * {
    margin-bottom: 3em; }
    .asides > *:last-child {
      margin-bottom: 0; }

.search {
  overflow: hidden;
  *zoom: 1; }

aside > h3 {
  color: #2a5e82;
  margin-bottom: 0.6666667em; }
aside ul {
  list-style-position: outside;
  list-style-type: square;
  margin-left: 1.25em;
  list-style: none;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0; }

.archive-list li {
  width: 50%;
  padding-right: 30px;
  float: left; }

.practice-area .introduction {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  position: relative;
  padding-top: 1em;
  padding-bottom: 0; }
.practice-area .service-details {
  margin-bottom: 3em; }
  .practice-area .service-details h3 {
    margin-bottom: 1em; }
.practice-area .related-news article {
  margin-bottom: 1.5em; }
.practice-area .related-news h3 {
  text-align: center;
  margin-bottom: 0.2222222em;
  font-weight: 300;
  text-align: left; }
  .practice-area .related-news h3 strong {
    font-weight: bold;
    font-weight: 600; }
.practice-area .related-news h2 {
  font-size: 1.5em;
  line-height: 1.3333333em; }
.practice-area .related-news .meta {
  margin: 0.25em 0 0.5em; }
.practice-area > div:last-child {
  padding-bottom: 3em; }

.title-group {
  padding-bottom: 2em; }
  .title-group h2 {
    text-align: center;
    margin-bottom: 0.2222222em;
    font-weight: 300;
    margin-bottom: 0; }
    .title-group h2 strong {
      font-weight: bold;
      font-weight: 600; }
  .title-group .byline {
    color: #787878;
    font-weight: 600;
    text-align: center; }

.practice-areas {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  position: relative; }

.service-nav {
  overflow: hidden;
  *zoom: 1; }
  .service-nav > div {
    width: 49.1525424%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden; }
    .service-nav > div:nth-child(2n) {
      float: right;
      margin-right: 0;
      *margin-left: -1em; }
    .service-nav > div > a {
      display: block;
      line-height: 0;
      color: #242424; }
    .service-nav > div h4 {
      width: 100%;
      margin: 0;
      position: absolute;
      left: 0;
      bottom: 0;
      border-bottom: 1px solid #ffad33;
      padding: 16px 10px;
      background-color: #fff;
      background-color: rgba(255, 255, 255, 0.85);
      -moz-transition: All 500ms ease;
      -o-transition: All 500ms ease;
      -webkit-transition: All 500ms ease;
      transition: All 500ms ease; }
    .service-nav > div > a:hover h4 {
      background-color: #2a5e82;
      background-color: rgba(42, 94, 130, 0.85);
      color: #fff;
      padding: 85px 10px;
      border-bottom: 6px solid #ffad33; }

.clients {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  position: relative;
  position: relative; }
  .clients:before {
    content: '';
    position: absolute;
    width: 200%;
    height: 1px;
    background: #c9c9c9;
    top: 0;
    right: 0; }

.feature-clients {
  overflow: hidden;
  *zoom: 1; }

.client-section {
  margin: 0 0 1.5em; }
  .client-section h3 {
    text-align: center;
    margin-bottom: 0.2222222em;
    font-weight: 300;
    text-align: center;
    margin-bottom: 1em; }
    .client-section h3 strong {
      font-weight: bold;
      font-weight: 600; }

.client-list {
  margin-bottom: 3em; }
  .client-list span:nth-child(even) {
    color: #787878; }

.client-logos ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  *zoom: 1;
  text-align: center; }
  .client-logos ul li {
    display: inline-block;
    width: 30%;
    margin: 0 1%; }
    .client-logos ul li:nth-child(3n+1) {
      clear: left; }
    .client-logos ul li img {
      display: block; }

.client-images ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  *zoom: 1; }
  .client-images ul li {
    width: 49.1525424%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
    margin-bottom: 1em; }
    .client-images ul li:nth-child(2n) {
      float: right;
      margin-right: 0;
      *margin-left: -1em; }
    .client-images ul li:nth-child(2n+1) {
      clear: left; }
    .client-images ul li img {
      display: block; }
.client-images h4 {
  margin-top: 0.5714286em;
  font-size: 0.875em;
  line-height: 1.4285714em; }

.latest-news {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  position: relative;
  position: relative;
  color: #c9c9c9; }
  .latest-news:before {
    content: '';
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #242424;
    background-color: #242424;
    z-index: -1; }
  .latest-news .title-group {
    padding-left: 5%;
    padding-right: 5%; }
  .latest-news h2, .latest-news h3, .latest-news a {
    color: #fff; }
  .latest-news .news-articles {
    overflow: hidden;
    *zoom: 1; }
  .latest-news article {
    margin-bottom: 1.5em; }
    .latest-news article .meta {
      margin-top: 0.25em;
      color: #c9c9c9; }

.staff-nav {
  list-style-type: none;
  padding-left: 0;
  margin: 1.5em 0 2em; }
  .staff-nav li {
    display: inline;
    margin-bottom: 0;
    font-weight: 600; }
    .staff-nav li:last-child span {
      display: none; }

.staff-profiles .role {
  text-transform: uppercase; }
.staff-profiles header {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 1.5em; }
.staff-profiles article {
  margin-bottom: 4em; }
.staff-profiles .staff {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  position: relative;
  padding-bottom: 0; }
  .staff-profiles .staff img {
    border: 1px solid #c9c9c9; }
.staff-profiles .staff-img {
  width: 32.2033898%;
  float: left;
  margin-right: 1.6949153%;
  display: inline; }
.staff-profiles .staff-details {
  width: 66.1016949%;
  float: left;
  margin-right: 1.6949153%;
  display: inline;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
  padding-left: 15px;
  padding-top: 5.5%; }
.staff-profiles .principals {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  position: relative;
  padding-bottom: 0;
  position: relative;
  color: #c9c9c9; }
  .staff-profiles .principals > div {
    overflow: hidden;
    *zoom: 1; }
  .staff-profiles .principals:before {
    content: '';
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #242424;
    background-color: #242424;
    z-index: -1; }
  .staff-profiles .principals h2, .staff-profiles .principals h3, .staff-profiles .principals a, .staff-profiles .principals .lead {
    color: #fff; }
.staff-profiles .bio {
  padding-right: 2em; }

.staff-profiles--new .role {
  text-transform: uppercase; }
.staff-profiles--new header {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 1.5em; }
.staff-profiles--new article {
  padding-top: 0; }
.staff-profiles--new .staff {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  position: relative;
  padding-bottom: 0; }
  .staff-profiles--new .staff img {
    border: 1px solid #c9c9c9; }
.staff-profiles--new .staff-img {
  width: 32.2033898%;
  float: left;
  margin-right: 1.6949153%;
  display: inline; }
.staff-profiles--new .staff-details {
  width: 66.1016949%;
  float: left;
  margin-right: 1.6949153%;
  display: inline;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
  padding-left: 15px;
  padding-top: 5.5%; }
.staff-profiles--new .principals {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  position: relative;
  padding-bottom: 0;
  position: relative;
  color: #c9c9c9; }
  .staff-profiles--new .principals > div {
    overflow: hidden;
    *zoom: 1; }
  .staff-profiles--new .principals:before {
    content: '';
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #242424;
    background-color: #242424;
    z-index: -1; }
  .staff-profiles--new .principals h2, .staff-profiles--new .principals h3, .staff-profiles--new .principals a, .staff-profiles--new .principals .lead {
    color: #fff; }
.staff-profiles--new .bio {
  padding: 1em 2em 0 0;
  clear: both; }

/* ::Hide & Show*/
/* ------------------------------------------------------------ */
.sml-hide {
  display: none !important; }

.lg-hide {
  display: block !important; }

body {
  font-size: 100%; }

.site-logo {
  width: 240px;
  height: 240px; }

.hero {
  padding-top: 80px; }
  .hero > div, .hero > div .bg {
    height: 360px; }
  .hero .contact-information {
    margin-top: 165px; }

/* ::IE specific styles */
/* ------------------------------------------------------------ */
