/* Resets
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

a img {
  border: none; }

abbr {
  color: #ee1c24;
  border-bottom: 1px dotted #ee1c24; }

div, nav, footer, header {
  position: relative; }

form input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

section, header, #paged, footer, footer .footer-top, footer .footer-top nav, footer .footer-bottom, #slideshow .panel ul, #page-content .main .block, #page-content .main form .row, #latest-posts .listing, #single-head .intro, #single-head .intro .title .meta, #mosaic .featured-posts, #landing-posts .featured-posts, #landing-filters .filters, #blog .main article, #blog.landing .combined, #blog .sidebar form, #blog .sidebar .authors, #team-head .featured-bios .team-categories, #team-head .featured-bios .bios, #bios {
  *zoom: 1; }
  section:before, header:before, #paged:before, footer:before, footer .footer-top:before, footer .footer-top nav:before, footer .footer-bottom:before, #slideshow .panel ul:before, #page-content .main .block:before, #page-content .main form .row:before, #latest-posts .listing:before, #single-head .intro:before, #single-head .intro .title .meta:before, #mosaic .featured-posts:before, #landing-posts .featured-posts:before, #landing-filters .filters:before, #blog .main article:before, #blog.landing .combined:before, #blog .sidebar form:before, #blog .sidebar .authors:before, #team-head .featured-bios .team-categories:before, #team-head .featured-bios .bios:before, #bios:before, section:after, header:after, #paged:after, footer:after, footer .footer-top:after, footer .footer-top nav:after, footer .footer-bottom:after, #slideshow .panel ul:after, #page-content .main .block:after, #page-content .main form .row:after, #latest-posts .listing:after, #single-head .intro:after, #single-head .intro .title .meta:after, #mosaic .featured-posts:after, #landing-posts .featured-posts:after, #landing-filters .filters:after, #blog .main article:after, #blog.landing .combined:after, #blog .sidebar form:after, #blog .sidebar .authors:after, #team-head .featured-bios .team-categories:after, #team-head .featured-bios .bios:after, #bios:after {
    content: " ";
    display: table; }
  section:after, header:after, #paged:after, footer:after, footer .footer-top:after, footer .footer-top nav:after, footer .footer-bottom:after, #slideshow .panel ul:after, #page-content .main .block:after, #page-content .main form .row:after, #latest-posts .listing:after, #single-head .intro:after, #single-head .intro .title .meta:after, #mosaic .featured-posts:after, #landing-posts .featured-posts:after, #landing-filters .filters:after, #blog .main article:after, #blog.landing .combined:after, #blog .sidebar form:after, #blog .sidebar .authors:after, #team-head .featured-bios .team-categories:after, #team-head .featured-bios .bios:after, #bios:after {
    clear: both; }

body {
  font: 18px/1.6 "Droid Sans", sans-serif; }

h1 {
  font: 34px "Droid Sans Mono", sans-serif;
  color: #e01f0c; }

h2 {
  font: 26px "Droid Sans Mono", sans-serif;
  color: #00174e; }

h3 {
  font: 16px/1.6 "Droid Sans Mono", sans-serif;
  color: #272727;
  text-transform: uppercase; }

h4 {
  font: 30px "Droid Sans Mono", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px; }

h5 {
  font: 20px "Droid Sans Mono", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px; }

pre {
  background: #eee;
  width: 100%;
  padding: 2vw;
  margin: 2vw 0;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word; }

strong em {
  font-weight: bold; }

p {
  margin: 20px 0; }

a {
  text-decoration: none;
  color: #e01f0c;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a:hover {
    color: #333; }
  a.button {
    display: inline-block;
    background: #e01f0c;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Droid Sans Mono", sans-serif;
    letter-spacing: 2px;
    font-size: 16px; }
    a.button:hover {
      background: #00174e; }

#page-content .main ul, #blog .main ul, #page-content .main ol, #blog .main ol {
  margin: 15px 0 15px 30px; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

body, html {
  position: relative;
  height: 100%; }

body {
  background: url(../images/bg-gray.png);
  color: #333; }

#wrap {
  overflow: hidden;
  width: 100%; }

section {
  position: relative;
  width: 100%;
  padding: 0 6vw; }

#notification {
  background: #e01f0c;
  z-index: 998;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  text-align: center; }
  #notification a {
    color: #fff; }
    #notification a span {
      background: #fff;
      color: #e01f0c;
      padding: 3px 6px;
      margin: 0 0 0 5px;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    #notification a:hover {
      color: #f9bdbb; }
      #notification a:hover span {
        background: #00174e;
        color: #fff; }

header {
  position: relative;
  width: 100%;
  height: auto;
  padding: 3vw 6vw;
  line-height: 1;
  z-index: 999; }
  header .logo {
    float: left; }
    @media (max-width: 37.5em) {
      header .logo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); } }
    header .logo img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      @media (max-width: 64em) {
        header .logo img {
          width: 80%; } }
  header nav {
    position: absolute;
    right: 6vw;
    top: 2vw;
    letter-spacing: .5px; }
    @media (max-width: 50em) {
      header nav {
        position: relative;
        width: 100%;
        padding: 0 6vw;
        right: auto; } }
    @media (max-width: 37.5em) {
      header nav {
        padding: 0; } }
    header nav ul {
      float: right;
      clear: both;
      list-style: none; }
      @media (max-width: 50em) {
        header nav ul {
          width: 100%;
          display: block;
          float: none;
          text-align: center; } }
    header nav li {
      float: left; }
      @media (max-width: 50em) {
        header nav li {
          width: 25%; } }
      @media (max-width: 37.5em) {
        header nav li {
          width: 100%;
          padding: 2vw 0 0;
          border-top: 2px solid #f2f2f2; } }
    header nav a {
      display: block;
      color: #333;
      font-weight: 700;
      padding-bottom: 10px;
      margin: 0 0 0 2vw;
      border-bottom: 5px solid rgba(226, 43, 26, 0); }
      @media (max-width: 64em) {
        header nav a {
          font-size: 16px; } }
      @media (max-width: 50em) {
        header nav a {
          width: 100%;
          text-align: center;
          margin: 0;
          border: none; } }
    header nav a:hover, header nav li:hover a {
      color: #e01f0c;
      border-bottom: 5px solid #e22b1a; }
      @media (max-width: 50em) {
        header nav a:hover, header nav li:hover a {
          border: none; } }
    header nav ul ul {
      background: rgba(0, 23, 78, 0.8);
      position: absolute;
      margin-left: 2vw;
      padding: 25px 25px 15px 25px;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
      display: none; }
      @media (max-width: 50em) {
        header nav ul ul {
          display: hidden; } }
      header nav ul ul li {
        display: block;
        float: none; }
      header nav ul ul a {
        font-size: 14px;
        line-height: 1.5;
        color: #fff !important;
        border-bottom: none !important;
        margin: 0; }
      header nav ul ul a:hover {
        color: #e01f0c !important;
        border-bottom: none; }
    header nav form {
      margin: 0 0 0 2vw; }
      header nav form input[type=text] {
        border: 1px solid #272727;
        border-width: 1px 0 1px 1px;
        background: #eff1f0;
        padding: 0 10px;
        width: 140px;
        height: 26px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
        float: left; }
      header nav form input[type=submit] {
        border: 1px solid #272727;
        background: #eff1f0;
        height: 26px;
        padding: 0 10px;
        cursor: pointer;
        float: left; }
  header .utility {
    margin: 0 0 2vw; }
    @media (max-width: 50em) {
      header .utility {
        display: none; } }
    header .utility a {
      padding: 0;
      border: none;
      font-size: 14px;
      line-height: 26px;
      font-weight: normal;
      border-bottom: none !important; }
    header .utility a:hover {
      padding: 0;
      border-bottom: none !important; }
    header .utility li.highlight a {
      color: #e01f0c;
      font-weight: 700; }
    header .utility li.highlight a:hover {
      text-decoration: underline; }

.valign {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

#cta {
  background: url(../images/bg-cta.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  font-size: 20px;
  padding: 0; }
  #cta .inner {
    padding: 4vw 6vw; }
  @media (max-width: 64em) {
    #cta {
      font-size: 16px; } }
  @media (max-width: 37.5em) {
    #cta {
      font-size: 12px; } }
  #cta p {
    margin: 15px 0 30px; }
    @media (max-width: 37.5em) {
      #cta p {
        margin: 15px 0; } }
  @media (max-width: 37.5em) {
    #cta h4 {
      font-size: 20px; } }

#paged {
  padding: 3vw 0;
  text-align: center; }
  #paged .page-numbers {
    margin: 0 0.5vw; }
  #paged .prev {
    float: left; }
  #paged .next {
    float: right; }

footer {
  background: url(../images/bg-footer.png) repeat;
  padding: 6vw 6vw 3vw; }
  footer .footer-top {
    padding: 0 0 3vw; }
    @media (max-width: 37.5em) {
      footer .footer-top {
        display: none; } }
    footer .footer-top nav {
      float: left;
      width: 62vw; }
      @media (max-width: 50em) {
        footer .footer-top nav {
          float: none;
          width: 88vw;
          margin: 0 0 6vw; } }
      footer .footer-top nav li {
        float: left;
        list-style: none;
        width: 10vw;
        margin: 0 0 0 2vw;
        font: 14px/1.4 "Droid Sans Mono", sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px; }
        @media (max-width: 50em) {
          footer .footer-top nav li {
            width: 19vw;
            margin: 0 0 0 4vw; } }
        footer .footer-top nav li a {
          color: #e01f0c; }
        footer .footer-top nav li:first-child {
          margin: 0 0 5px; }
        footer .footer-top nav li li {
          font: 14px/1.4 "Droid Sans", sans-serif;
          text-transform: none;
          margin: 0 0 5px;
          letter-spacing: normal; }
          footer .footer-top nav li li a {
            color: #c2c2c2; }
            footer .footer-top nav li li a:hover {
              color: #fff; }
      footer .footer-top nav .sub-menu {
        margin: 10px 0 0; }
    footer .footer-top #social {
      max-width: 24vw;
      float: right;
      color: #eee; }
      @media (max-width: 50em) {
        footer .footer-top #social {
          display: none; } }
      footer .footer-top #social p {
        margin: 0 0 30px;
        font-size: 14px; }
        footer .footer-top #social p strong {
          color: #fff;
          font-size: 18px; }
      footer .footer-top #social input {
        border: none;
        background: #fff;
        font: 16px "Droid Sans", sans-serif; }
        footer .footer-top #social input[type="email"] {
          width: 80%;
          padding: 1vw; }
          footer .footer-top #social input[type="email"].wpcf7-not-valid {
            background: #f2a8a8;
            color: #fff; }
            footer .footer-top #social input[type="email"].wpcf7-not-valid::-webkit-input-placeholder {
              color: #fff; }
            footer .footer-top #social input[type="email"].wpcf7-not-valid::-moz-placeholder {
              color: #fff; }
            footer .footer-top #social input[type="email"].wpcf7-not-valid:-moz-placeholder {
              color: #fff; }
            footer .footer-top #social input[type="email"].wpcf7-not-valid:-ms-input-placeholder {
              color: #fff; }
        footer .footer-top #social input[type="submit"] {
          background: #fff url(../images/bg-submit.png) no-repeat center center;
          width: 20%;
          padding: 1vw;
          cursor: pointer;
          text-indent: -9999px; }
      footer .footer-top #social span[role="alert"], footer .footer-top #social .wpcf7-validation-errors, footer .footer-top #social .ajax-loader, footer .footer-top #social .wpcf7-mail-sent-ok {
        display: none !important; }
      footer .footer-top #social ul {
        margin: 30px 0 0;
        list-style: none; }
        footer .footer-top #social ul li {
          float: left;
          margin: 0 15px 0 0; }
        footer .footer-top #social ul a {
          background-image: url(../images/bg-social.png);
          background-repeat: no-repeat;
          display: block;
          height: 32px;
          overflow: hidden;
          text-indent: 101%;
          white-space: nowrap;
          opacity: 0.5; }
          footer .footer-top #social ul a:hover {
            opacity: 1; }
          footer .footer-top #social ul a.fb {
            width: 13px; }
          footer .footer-top #social ul a.tw {
            background-position: -13px 0;
            width: 26px; }
          footer .footer-top #social ul a.google {
            background-position: -39px 0;
            width: 32px; }
          footer .footer-top #social ul a.insta {
            background-position: -71px 0;
            width: 23px; }
  footer .footer-bottom {
    padding: 20px 0 0 85px;
    font-size: 14px;
    color: #eee; }
    @media (max-width: 64em) {
      footer .footer-bottom {
        padding: 0 0 0 85px; } }
    @media (max-width: 37.5em) {
      footer .footer-bottom {
        padding: 0;
        font-size: 10px;
        text-align: center; } }
    footer .footer-bottom .logo {
      position: absolute;
      left: 0;
      top: 0; }
      @media (max-width: 37.5em) {
        footer .footer-bottom .logo {
          display: none; } }
    footer .footer-bottom .address {
      border-top: 1px dotted #eee; }
      @media (max-width: 64em) {
        footer .footer-bottom .address {
          border: none; } }
      footer .footer-bottom .address a {
        color: #eee;
        text-decoration: underline; }
        footer .footer-bottom .address a:hover {
          color: #fff; }
      footer .footer-bottom .address p {
        float: right; }
        @media (max-width: 64em) {
          footer .footer-bottom .address p {
            float: none;
            margin: 5px 0; } }
        footer .footer-bottom .address p:first-child {
          float: left; }
          @media (max-width: 64em) {
            footer .footer-bottom .address p:first-child {
              float: none; } }

.alignright {
  float: right;
  margin: 0 0 0 20px; }

.alignleft {
  float: left;
  margin: 0 20px 0 0; }

#slideshow {
  background: url(../images/spinner.gif) 50% 50% no-repeat;
  z-index: 5;
  min-height: 285px; }
  #slideshow .panel {
    background: url(../images/bg-gray.png);
    border-top: 2px solid #f2f2f2;
    padding: 3vw 0 3vw 3vw;
    margin: 0 0 0 6vw;
    width: 88vw;
    height: 100%;
    display: none; }
    @media (max-width: 64em) {
      #slideshow .panel {
        padding: 3vw 0 3vw 3vw; } }
    @media (max-width: 50em) {
      #slideshow .panel {
        padding: 2vw 0 6vw; } }
    @media (max-width: 37.5em) {
      #slideshow .panel {
        width: 100%;
        padding: 20px;
        margin: 0 0 40px; } }
    #slideshow .panel p {
      position: relative;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease;
      font: 20px/2 "Droid Sans Mono", sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #00174e;
      width: 43vw; }
      #slideshow .panel p strong {
        color: #e01f0c;
        font-weight: 700; }
      @media (max-width: 64em) {
        #slideshow .panel p {
          font: 18px/2 "Droid Sans Mono", sans-serif; } }
      @media (max-width: 50em) {
        #slideshow .panel p {
          font: 24px/2 "Droid Sans Mono", sans-serif;
          width: 100%; } }
      @media (max-width: 37.5em) {
        #slideshow .panel p {
          font: 18px/2 "Droid Sans Mono", sans-serif;
          width: 100%;
          margin: 0 0 20px; } }
    #slideshow .panel ul {
      list-style: none;
      margin: 3vw 0 0 -2vw;
      position: relative; }
      @media (max-width: 50em) {
        #slideshow .panel ul {
          display: none; } }
      #slideshow .panel ul:before {
        border-top: 1px dotted #272727;
        content: "";
        margin: 0;
        /* this centers the line to the full width specified */
        position: absolute;
        /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 60vw;
        z-index: 0; }
      #slideshow .panel ul li {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-color: #dfdfdf;
        background-position: center center;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        border: 1px solid #272727;
        display: block;
        float: left;
        width: 10vw;
        height: 10vw;
        margin: 0 3vw 0 0;
        position: relative;
        z-index: 5;
        overflow: hidden;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        #slideshow .panel ul li:hover {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
        #slideshow .panel ul li.cycle-pager-active {
          -webkit-transform: scale(1.2);
          -moz-transform: scale(1.2);
          -ms-transform: scale(1.2);
          -o-transform: scale(1.2);
          transform: scale(1.2); }
    #slideshow .panel .cycle-slideshow.inner-slideshow, #slideshow .panel .sub-panel {
      position: absolute;
      width: 40vw;
      height: 100%;
      top: 0;
      right: 0;
      z-index: 10; }
    #slideshow .panel .headshot {
      width: 100%;
      height: 95%;
      position: absolute;
      bottom: 0;
      right: 3vw; }
      #slideshow .panel .headshot img {
        position: absolute;
        height: 100%;
        width: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
      @media (max-width: 50em) {
        #slideshow .panel .headshot {
          display: none; } }
    #slideshow .panel .title {
      position: absolute;
      display: block;
      width: 12vw;
      top: 55%;
      right: 0;
      z-index: 5;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 64em) {
        #slideshow .panel .title {
          display: none; } }
      #slideshow .panel .title p {
        font: 12px/1.4 "Droid Sans", sans-serif;
        text-transform: none;
        width: auto; }
        #slideshow .panel .title p strong {
          font: 12px/1.4 "Droid Sans Mono", sans-serif;
          text-transform: uppercase;
          display: block;
          font-weight: 700; }
    #slideshow .panel .bio {
      position: absolute;
      width: 40vw;
      height: 100px;
      bottom: -100px;
      right: 3vw;
      z-index: 5; }
      #slideshow .panel .bio p {
        width: 100%;
        position: absolute;
        font: 14px/1.4 "Droid Sans", sans-serif;
        color: #eee;
        text-transform: none;
        margin: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
      #slideshow .panel .bio img {
        position: absolute;
        top: -21px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
      #slideshow .panel .bio a {
        font-size: 12px;
        text-decoration: underline; }
      @media (max-width: 50em) {
        #slideshow .panel .bio {
          display: none; } }

#prev, #next {
  position: absolute;
  display: block;
  height: 48px;
  width: 48px;
  z-index: 999;
  top: 3vw;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media (max-width: 50em) {
    #prev, #next {
      display: none; } }
  #prev#prev, #next#prev {
    background: url(../images/bg-arrows-prev.png) no-repeat left center;
    right: 11vw; }
    @media (max-width: 64em) {
      #prev#prev, #next#prev {
        right: 12vw; } }
    #prev#prev:hover, #next#prev:hover {
      background: url(../images/bg-arrows-prev-hover.png) no-repeat left center;
      right: 11.25vw; }
      @media (max-width: 64em) {
        #prev#prev:hover, #next#prev:hover {
          right: 12.25vw; } }
  #prev#next, #next#next {
    background: url(../images/bg-arrows-next.png) no-repeat right center;
    right: 6vw; }
    #prev#next:hover, #next#next:hover {
      background: url(../images/bg-arrows-next-hover.png) no-repeat right center;
      right: 5.75vw; }

#banner {
  background: #333;
  padding: 0 12vw;
  height: 100px;
  z-index: 0; }
  @media (max-width: 64em) {
    #banner {
      padding: 0 12vw 0 9vw; } }
  @media (max-width: 50em) {
    #banner {
      padding: 0 6vw; } }
  #banner p {
    margin: 0; }
  #banner a {
    letter-spacing: 2px;
    text-decoration: none;
    color: #eee;
    text-transform: uppercase; }
    #banner a:hover {
      color: #969696; }
  #banner .cta {
    position: absolute;
    height: 100%;
    width: 45vw;
    float: left;
    padding: 2vw 0;
    font-size: 14px;
    line-height: 24px; }
    @media (max-width: 64em) {
      #banner .cta {
        font-size: 12px; } }
    @media (max-width: 50em) {
      #banner .cta {
        width: 100%;
        position: relative;
        float: none;
        text-align: center;
        padding: 4vw 0;
        font-size: 14px; } }
    @media (max-width: 37.5em) {
      #banner .cta {
        font-size: 12px; } }
    #banner .cta a {
      background: url(../images/arrow-red-right.png) no-repeat right center;
      position: absolute;
      top: 50%;
      height: 24px;
      padding: 0 39px 0 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 50em) {
        #banner .cta a {
          position: relative;
          padding: 0;
          background: none; } }
      #banner .cta a:hover {
        padding: 0 42px 0 0; }
        @media (max-width: 50em) {
          #banner .cta a:hover {
            padding: 0; } }

#solutions {
  padding: 0; }
  #solutions ul {
    background: #f2f5f1 url(../images/bg-light-gray.png);
    width: 50%;
    position: relative;
    float: left;
    list-style: none; }
    @media (max-width: 50em) {
      #solutions ul {
        width: 100%; } }
    #solutions ul li {
      width: 33.33%;
      font: 18px/1.2 "Droid Sans Mono", sans-serif;
      float: left; }
      @media (max-width: 70em) {
        #solutions ul li {
          font-size: 14px; } }
      @media (max-width: 64em) {
        #solutions ul li {
          font-size: 12px; } }
      @media (max-width: 37.5em) {
        #solutions ul li {
          font-size: 11px; } }
    #solutions ul p {
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      #solutions ul p.more {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
        opacity: 0;
        position: absolute;
        bottom: 2vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #e01f0c;
        border-bottom: 5px solid #e01f0c;
        white-space: nowrap;
        font-size: 16px; }
        @media (max-width: 70em) {
          #solutions ul p.more {
            font-size: 14px; } }
        @media (max-width: 64em) {
          #solutions ul p.more {
            font-size: 12px; } }
        @media (max-width: 37.5em) {
          #solutions ul p.more {
            font-size: 11px; } }
    #solutions ul a {
      overflow: hidden;
      position: relative;
      display: block;
      width: 100%;
      height: 17vw;
      padding: 2vw 3vw 0;
      border: 1px solid #cdced1;
      border-width: 1px 1px 0 0;
      text-align: center;
      text-transform: uppercase;
      color: #333; }
      @media (max-width: 50em) {
        #solutions ul a {
          width: 100%;
          height: 20vw; } }
      @media (max-width: 37.5em) {
        #solutions ul a {
          height: 33.33vw;
          padding: 8vw 3vw 0; } }
      #solutions ul a:hover {
        background: #00174e;
        color: #fff;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3); }
        #solutions ul a:hover img {
          opacity: 0; }
        #solutions ul a:hover p {
          margin-top: -4vw; }
        #solutions ul a:hover .more {
          opacity: 1;
          margin: 15px 0;
          -webkit-transition-delay: 0.2s;
          -moz-transition-delay: 0.2s;
          transition-delay: 0.2s; }
      #solutions ul a img {
        width: 8vw;
        height: auto; }
    #solutions ul li:nth-child(3) a, #solutions ul li:nth-child(6) a {
      border-right: none; }
    #solutions ul li:first-child a, #solutions ul li:nth-child(2) a, #solutions ul li:nth-child(3) a {
      border-top: none; }
  #solutions .summary {
    background: #00174e;
    width: 50%;
    height: 34vw;
    float: right;
    padding: 3vw 6vw;
    text-align: center;
    color: #fff;
    display: none; }
    #solutions .summary h3 {
      color: #e01f0c;
      font: 20px/1.6 "Droid Sans Mono", sans-serif; }
    #solutions .summary a {
      color: #969696; }
      #solutions .summary a:hover {
        color: #eee; }
    #solutions .summary img {
      width: 10vw;
      height: auto; }
    #solutions .summary.intro {
      background: #333 url(../images/bg-secondary.png) repeat-x bottom;
      font-size: 16px;
      display: block; }
      @media (max-width: 37.5em) {
        #solutions .summary.intro {
          height: 100vw; }
          #solutions .summary.intro p {
            font-size: 13px; }
          #solutions .summary.intro h3 {
            font-size: 13px; } }
    #solutions .summary.current {
      position: absolute;
      top: 0;
      right: 0;
      display: block; }
      @media (max-width: 37.5em) {
        #solutions .summary.current {
          height: 100vw; } }
    @media (max-width: 50em) {
      #solutions .summary {
        width: 100%;
        height: 54vw; }
        #solutions .summary p {
          font-size: 15px; }
        #solutions .summary h3 {
          font-size: 16px; } }

#video {
  background: #e01f0c;
  padding: 0; }
  #video .video-wrapper {
    width: 50%;
    float: right; }
    #video .video-wrapper .ratio {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      padding-top: 25px;
      height: 0; }
      #video .video-wrapper .ratio iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease; }
  #video .blurb {
    padding: 0 6vw;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font: 20px/2 "Droid Sans Mono", sans-serif;
    color: #fff;
    text-align: center; }
  @media (max-width: 50em) {
    #video .video-wrapper {
      width: 100%;
      float: none; }
    #video .blurb {
      display: none; } }

#page-head {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 20vw;
  color: #fff; }
  @media (max-width: 50em) {
    #page-head {
      height: 25vw; } }
  @media (max-width: 37.5em) {
    #page-head {
      height: 45vw; } }
  #page-head h1 {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px; }
  #page-head p {
    margin: 0; }

#page-content {
  background: #fff;
  padding: 0 6vw 6vw; }
  @media (max-width: 50em) {
    #page-content {
      padding: 0 6vw 6vw; } }
  #page-content .main {
    width: 54vw;
    float: left;
    padding: 3vw 0 0; }
    @media (max-width: 50em) {
      #page-content .main {
        width: 88vw; } }
    #page-content .main.search {
      float: none;
      margin: 0 auto; }
      #page-content .main.search h1 {
        padding: 0 0 3vw;
        border-bottom: 1px dotted #d0d0d0; }
    #page-content .main .breadcrumbs {
      display: block;
      font: 13px "Droid Sans Mono", sans-serif;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-weight: bold;
      margin: 0 0 3vw; }
      #page-content .main .breadcrumbs a {
        color: #999; }
        #page-content .main .breadcrumbs a:hover {
          text-decoration: underline; }
    #page-content .main h2 {
      text-transform: uppercase;
      margin: 0 0 30px; }
    #page-content .main .date {
      margin: -30px 0 30px; }
    #page-content .main blockquote p {
      margin: 3vw 0;
      padding: 0 0 0 20px;
      border-left: 4px solid #eff1f0; }
    #page-content .main .listing {
      display: block;
      width: 100%;
      border-bottom: 1px dotted #b7b7b7;
      padding: 1vw 0;
      line-height: 30px;
      list-style: none; }
      #page-content .main .listing:first-child {
        border: none; }
      #page-content .main .listing img {
        height: 30px;
        width: auto;
        float: left;
        margin: 0 5px 0 0; }
    #page-content .main .block {
      list-style: none;
      margin: 1vw 0 1vw -3vw; }
      #page-content .main .block li {
        float: left; }
      #page-content .main .block a {
        border-bottom: 0.5vw solid #e01f0c;
        background: #eee url(../images/bg-block-links.jpg) repeat-x bottom;
        display: block;
        width: 16vw;
        min-height: 12vw;
        height: 100%;
        padding: 3vw;
        margin: 1vw 0 1vw 3vw;
        font-size: 16px;
        text-align: center;
        font-weight: bold; }
        #page-content .main .block a:hover {
          background-color: #e01f0c;
          background-image: none;
          color: #fff; }
    #page-content .main #tabs ul.tab-links {
      position: relative;
      margin: 20px 0 0;
      z-index: 10; }
      #page-content .main #tabs ul.tab-links li {
        background: #eee;
        border: 1px solid #eee;
        border-width: 1px 1px 0 1px;
        color: #222;
        display: inline-block;
        padding: 10px 15px;
        cursor: pointer; }
      #page-content .main #tabs ul.tab-links li.current {
        background: #fff; }
    #page-content .main #tabs .tab {
      border: 1px solid #eee;
      padding: 2vw;
      margin: -1px 0 0;
      display: none;
      z-index: 5; }
      #page-content .main #tabs .tab.current {
        display: inherit; }
      #page-content .main #tabs .tab ul {
        list-style: none;
        margin: 0; }
        #page-content .main #tabs .tab ul li {
          display: inline;
          padding: 0 10px;
          border-left: 1px solid #333; }
        #page-content .main #tabs .tab ul li:first-child {
          padding: 0 10px 0 0;
          border-left: none; }
      #page-content .main #tabs .tab h3 {
        margin: 2vw 0 0; }
      #page-content .main #tabs .tab table {
        width: calc(100% + 6px);
        border-spacing: 3px;
        border-collapse: separate;
        margin: 10px -3px 0 -3px;
        font-size: 12px; }
        #page-content .main #tabs .tab table tr:nth-child(odd) {
          background: #eee; }
        #page-content .main #tabs .tab table th {
          background: #333;
          color: #fff;
          font-weight: bold;
          padding: 5px; }
        #page-content .main #tabs .tab table td {
          padding: 5px; }
    #page-content .main .subpages {
      list-style: none;
      margin: 1vw 0; }
      #page-content .main .subpages li {
        position: relative; }
      #page-content .main .subpages a {
        border-bottom: 0.5vw solid #e01f0c;
        background: #eee;
        display: block;
        width: 100%;
        min-height: 12vw;
        height: 100%;
        padding: 3vw 3vw 3vw 16vw;
        margin: 1vw 0;
        font-size: 14px; }
        #page-content .main .subpages a .icon {
          position: absolute;
          top: 50%;
          left: 3vw;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
          #page-content .main .subpages a .icon svg {
            width: 10vw;
            height: auto;
            fill: #333;
            stroke: #333; }
        #page-content .main .subpages a strong {
          font-size: 18px;
          font-weight: bold;
          display: block; }
        #page-content .main .subpages a p {
          color: #333;
          margin: 20px 0 0; }
        #page-content .main .subpages a:hover {
          background-color: #e01f0c;
          background-image: none; }
          #page-content .main .subpages a:hover p, #page-content .main .subpages a:hover strong {
            color: #fff; }
          #page-content .main .subpages a:hover .icon svg {
            fill: #fff;
            stroke: #fff; }
        #page-content .main .subpages a.ebook {
          padding: 3vw; }
          #page-content .main .subpages a.ebook::after {
            clear: both;
            content: "";
            display: table; }
          #page-content .main .subpages a.ebook .icon {
            position: relative;
            float: left;
            width: 7vw;
            top: auto;
            left: auto;
            transform: translateY(0); }
            #page-content .main .subpages a.ebook .icon img {
              display: block;
              width: 100%;
              height: auto; }
          #page-content .main .subpages a.ebook .excerpt {
            position: absolute;
            top: 50%;
            left: 13vw;
            right: 3vw;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%); }
        @media (max-width: 50em) {
          #page-content .main .subpages a {
            padding: 3vw; }
            #page-content .main .subpages a .icon svg {
              display: none; } }
    #page-content .main .result {
      padding: 3vw 0;
      border-bottom: 1px dotted #d0d0d0; }
    #page-content .main form {
      margin: 3vw 0 0; }
      #page-content .main form input[type=text], #page-content .main form input[type=email], #page-content .main form textarea {
        border: none;
        background: #eff1f0;
        width: 100%;
        padding: 1.5vw 2vw;
        font-size: 16px; }
        #page-content .main form input[type=text].wpcf7-not-valid, #page-content .main form input[type=email].wpcf7-not-valid, #page-content .main form textarea.wpcf7-not-valid {
          background: #f2a8a8;
          color: #fff; }
          #page-content .main form input[type=text].wpcf7-not-valid::-webkit-input-placeholder, #page-content .main form input[type=email].wpcf7-not-valid::-webkit-input-placeholder, #page-content .main form textarea.wpcf7-not-valid::-webkit-input-placeholder {
            color: #fff; }
          #page-content .main form input[type=text].wpcf7-not-valid::-moz-placeholder, #page-content .main form input[type=email].wpcf7-not-valid::-moz-placeholder, #page-content .main form textarea.wpcf7-not-valid::-moz-placeholder {
            color: #fff; }
          #page-content .main form input[type=text].wpcf7-not-valid:-moz-placeholder, #page-content .main form input[type=email].wpcf7-not-valid:-moz-placeholder, #page-content .main form textarea.wpcf7-not-valid:-moz-placeholder {
            color: #fff; }
          #page-content .main form input[type=text].wpcf7-not-valid:-ms-input-placeholder, #page-content .main form input[type=email].wpcf7-not-valid:-ms-input-placeholder, #page-content .main form textarea.wpcf7-not-valid:-ms-input-placeholder {
            color: #fff; }
      #page-content .main form p {
        margin: 0; }
      #page-content .main form .email, #page-content .main form .city, #page-content .main form .fname {
        display: block;
        float: left;
        width: 49%;
        margin: 0 0 1vw; }
        @media (max-width: 50em) {
          #page-content .main form .email, #page-content .main form .city, #page-content .main form .fname {
            width: 100%;
            margin: none;
            float: none; } }
      #page-content .main form .organization, #page-content .main form .state, #page-content .main form .lname {
        display: block;
        float: right;
        width: 49%;
        margin: 0 0 1vw; }
        @media (max-width: 50em) {
          #page-content .main form .organization, #page-content .main form .state, #page-content .main form .lname {
            width: 100%;
            margin: none;
            float: none; } }
      #page-content .main form textarea {
        display: block;
        font-size: 16px;
        height: 150px;
        padding: 1.5vw 2vw;
        margin: 0 0 1vw; }
      #page-content .main form input[type=submit] {
        border: none;
        background: #e01f0c;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        width: 100%;
        padding: 1.5vw 2vw;
        text-transform: uppercase;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        #page-content .main form input[type=submit]:hover {
          background: #00174e; }
      #page-content .main form span[role="alert"], #page-content .main form .wpcf7-validation-errors, #page-content .main form .ajax-loader, #page-content .main form .wpcf7-mail-sent-ok {
        display: none !important; }
  #page-content .sidebar {
    width: 27vw;
    float: right; }
    @media (max-width: 50em) {
      #page-content .sidebar {
        margin: 6vw 0;
        width: 88vw; } }
    #page-content .sidebar nav {
      background: #333 url(../images/bg-secondary.png) repeat-x bottom;
      padding: 4.5vw 3vw 6vw;
      text-align: center;
      margin: -20vw 0 0;
      min-height: 22vw; }
      @media (max-width: 50em) {
        #page-content .sidebar nav {
          min-height: 25vw;
          margin: 0; } }
      @media (max-width: 37.5em) {
        #page-content .sidebar nav {
          min-height: 45vw; } }
      #page-content .sidebar nav ul {
        list-style: none; }
      #page-content .sidebar nav li {
        text-transform: uppercase;
        font-family: "Droid Sans Mono", sans-serif;
        letter-spacing: 1px;
        margin: 1.5vw 0; }
        #page-content .sidebar nav li.current_page_item a, #page-content .sidebar nav li.current_page_ancestor a {
          color: #e01f0c; }
      #page-content .sidebar nav a {
        color: #fff; }
        #page-content .sidebar nav a:hover {
          color: #e01f0c; }
    #page-content .sidebar h5 {
      color: #e01f0c;
      padding: 2vw 0;
      text-align: center;
      border-bottom: 1px dotted #333; }
      @media (max-width: 50em) {
        #page-content .sidebar h5 {
          display: none; } }
    #page-content .sidebar blockquote {
      padding: 2vw 2vw 1vw;
      color: #001a4c; }
      @media (max-width: 50em) {
        #page-content .sidebar blockquote {
          display: none; } }
      #page-content .sidebar blockquote p {
        margin: 0; }
    #page-content .sidebar cite {
      display: block;
      padding: 0 2vw;
      font-size: 14px;
      font-weight: bold; }
      @media (max-width: 50em) {
        #page-content .sidebar cite {
          display: none; } }
    #page-content .sidebar form {
      margin: 3vw 0 0; }
      #page-content .sidebar form input {
        background: #f2f2f2;
        border: none;
        padding: 2vw 0 2vw 2vw;
        width: 85%;
        font-size: 16px;
        font-family: "Droid Sans Mono", sans-serif;
        text-transform: uppercase; }
        @media (max-width: 64em) {
          #page-content .sidebar form input {
            font-size: 14px; } }
        #page-content .sidebar form input[type=submit] {
          background: #f2f2f2 url(../images/bg-submit-rss.png) no-repeat center center;
          width: 15%;
          cursor: pointer;
          text-indent: -9999px; }

@media (max-width: 50em) {
  .page-child .block li {
    float: none;
    display: block;
    width: 88vw !important; }
  .page-child .block a {
    display: block;
    width: 100% !important;
    padding: 6vw 3vw !important; }
  .page-parent .block {
    display: none; } }

#latest-posts {
  background: #eee;
  padding: 4vw 6vw;
  text-align: center; }
  @media (max-width: 50em) {
    #latest-posts {
      display: none; } }
  #latest-posts .listing {
    overflow: hidden;
    text-align: left; }
    #latest-posts .listing article {
      position: relative;
      display: block;
      float: left;
      width: 33.33%;
      margin: 0 0 -100vw;
      padding: 0 6vw 100vw;
      font-size: 16px;
      line-height: 1.2;
      border-left: 1px dotted #d3d3d3; }
      #latest-posts .listing article:first-child {
        border: none; }
      #latest-posts .listing article a {
        color: #00144e; }
        #latest-posts .listing article a:hover {
          color: #e01f0c; }
        #latest-posts .listing article a:hover .featimg {
          margin: 0.5vw auto 1.5vw; }
        #latest-posts .listing article a:hover .date {
          margin: -.5vw 0 0; }
        #latest-posts .listing article a .date {
          background: url(../images/bg-date.png) no-repeat;
          position: absolute;
          width: 43px;
          height: 47px;
          top: 0.5vw;
          right: 8vw;
          font-family: "Droid Sans Mono", sans-serif;
          text-align: center;
          font-size: 11px;
          line-height: 1.2;
          text-transform: uppercase;
          color: #fff;
          padding: 10px 0;
          z-index: 10;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          transition: all 0.2s ease; }
          @media (max-width: 64em) {
            #latest-posts .listing article a .date {
              right: 6vw; } }
        #latest-posts .listing article a .featimg {
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
          display: block;
          margin: 0 auto 2vw auto;
          width: 13.33vw;
          height: 13.33vw;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box;
          /* stops bg color from leaking outside the border: */
          border: 1px solid #272727;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          transition: all 0.2s ease;
          z-index: 5; }
        #latest-posts .listing article a p {
          margin: 0; }
  #latest-posts .button {
    margin: 4vw auto 0; }

#single-head {
  background: url(../images/bg-gray.png); }
  #single-head .intro {
    border-top: 2px solid #f2f2f2;
    padding: 3vw 0; }
    #single-head .intro .title {
      position: absolute;
      width: 54vw;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 64em) {
        #single-head .intro .title {
          position: relative;
          width: 88vw;
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); } }
      #single-head .intro .title .meta {
        display: block;
        color: #999;
        font: 13px "Droid Sans Mono", sans-serif;
        line-height: 47px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0 0 30px; }
        #single-head .intro .title .meta .date {
          background: url(../images/bg-date.png) no-repeat;
          display: block;
          width: 43px;
          height: 47px;
          float: left;
          margin: 0 15px 0 0;
          font-family: "Droid Sans Mono", sans-serif;
          text-align: center;
          font-size: 10px;
          line-height: 1.2;
          text-transform: uppercase;
          color: #fff;
          padding: 10px 0; }
        #single-head .intro .title .meta a {
          color: #999; }
          #single-head .intro .title .meta a:hover {
            color: #00174e; }
      #single-head .intro .title .categories {
        list-style: none;
        margin: 0; }
        #single-head .intro .title .categories li {
          float: left; }
        #single-head .intro .title .categories a {
          display: block;
          color: #333;
          border: 2px solid #adadad;
          margin: 1vw 0.5vw 0 0;
          padding: 1vw 2vw;
          -webkit-border-radius: 30px;
          border-radius: 30px;
          background-clip: padding-box;
          /* stops bg color from leaking outside the border: */
          font-size: 14px;
          font-weight: bold;
          color: #666; }
          #single-head .intro .title .categories a:hover {
            border: 2px solid #e01f0c;
            color: #e01f0c; }
      #single-head .intro .title h2 {
        text-transform: uppercase; }
    #single-head .intro .featimg {
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      width: 27vw;
      height: 27vw;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      overflow: hidden;
      float: right; }
      @media (max-width: 64em) {
        #single-head .intro .featimg {
          display: none; } }

#mosaic {
  background: url(../images/bg-gray.png); }
  @media (max-width: 37.5em) {
    #mosaic {
      display: none; } }
  #mosaic .featured-posts {
    border-top: 2px solid #f2f2f2;
    padding: 3vw 0; }
    #mosaic .featured-posts .primary {
      float: left;
      width: 58vw; }
      #mosaic .featured-posts .primary article {
        height: 40vw; }
        #mosaic .featured-posts .primary article .title {
          top: 0;
          bottom: auto; }
        #mosaic .featured-posts .primary article h2 {
          width: 75%;
          font-size: 20px; }
    #mosaic .featured-posts .secondary {
      width: 27vw;
      float: right; }
      #mosaic .featured-posts .secondary article {
        height: 18.5vw; }
        #mosaic .featured-posts .secondary article:first-child {
          margin: 0 0 3vw; }
        #mosaic .featured-posts .secondary article h2 {
          width: 85%;
          font-size: 16px; }
    #mosaic .featured-posts article {
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
      #mosaic .featured-posts article a {
        position: relative;
        display: block;
        height: 100%;
        width: 100%; }
      #mosaic .featured-posts article .title {
        background: rgba(51, 51, 51, 0.9);
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 2vw 2vw 2vw 8vw; }
      #mosaic .featured-posts article .date {
        background: url(../images/bg-date-red.png) no-repeat;
        position: absolute;
        width: 43px;
        height: 47px;
        top: 2vw;
        left: 2vw;
        font-family: "Droid Sans Mono", sans-serif;
        text-align: center;
        font-size: 11px;
        line-height: 1.2;
        text-transform: uppercase;
        color: #fff;
        padding: 10px 0;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      #mosaic .featured-posts article h2 {
        color: #fff;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      #mosaic .featured-posts article:hover h2 {
        color: #e01f0c; }

#landing-heading h1 {
  border-top: 2px solid #f2f2f2;
  padding: 3vw 0 0;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center; }

#landing-heading p {
  text-align: center;
  margin: 1vw 0 3vw; }

#landing-heading h3 {
  background: #00174e;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  width: 47.5%;
  float: left; }
  #landing-heading h3.h3b {
    background: #e01f0c;
    float: right; }

@media (max-width: 50em) {
  #landing-heading h3 {
    font-size: 12px; } }

@media (max-width: 37.5em) {
  #landing-heading {
    display: none; } }

#landing-posts {
  background: #fff; }
  #landing-posts .featured-posts {
    padding: 0 0 3vw 0; }
    #landing-posts .featured-posts .title {
      background-color: transparent;
      background-image: -webkit-linear-gradient(top, transparent 0%, rgba(51, 51, 51, 0.9) 100%);
      background-image: linear-gradient(to bottom,transparent 0%, rgba(51, 51, 51, 0.9) 100%, , , , , , , , );
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 2vw 2vw 2vw 8vw;
      width: 100%; }
      #landing-posts .featured-posts .title h2 {
        font-size: 20px;
        color: #fff;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      #landing-posts .featured-posts .title:hover h2 {
        color: #e01f0c; }
    #landing-posts .featured-posts .date {
      background: url(../images/bg-date-red.png) no-repeat;
      position: absolute;
      width: 43px;
      height: 47px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 2vw;
      font-family: "Droid Sans Mono", sans-serif;
      text-align: center;
      font-size: 11px;
      line-height: 1.2;
      text-transform: uppercase;
      color: #fff;
      padding: 10px 0;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    #landing-posts .featured-posts .tech-posts {
      width: 47.5%;
      float: left; }
      #landing-posts .featured-posts .tech-posts .date {
        background: url(../images/bg-date.png) no-repeat; }
    #landing-posts .featured-posts .business-posts {
      width: 47.5%;
      float: right; }
    #landing-posts .featured-posts .intro {
      height: 25vw;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
  @media (max-width: 50em) {
    #landing-posts .featured-posts .title {
      padding: 4vw 4vw 4vw 10vw; }
      #landing-posts .featured-posts .title h2 {
        font-size: 14px; } }
  @media (max-width: 37.5em) {
    #landing-posts .featured-posts .tech-posts, #landing-posts .featured-posts .business-posts {
      width: 88vw;
      float: none;
      margin: 6vw 0; }
    #landing-posts .featured-posts .title {
      padding: 4vw 4vw 4vw 20vw; }
      #landing-posts .featured-posts .title h2 {
        font-size: 14px; }
    #landing-posts .featured-posts .intro {
      height: 50vw; } }

#landing-filters {
  background: #fff; }
  #landing-filters .filters {
    background: #f2f2f2;
    height: 80px;
    padding: 0 2vw; }
  #landing-filters form {
    float: left; }
    #landing-filters form input {
      background: none;
      height: 80px;
      border: none;
      font-family: "Droid Sans Mono", sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 1rem; }
  #landing-filters .dropdowns {
    float: right; }
    #landing-filters .dropdowns .categories, #landing-filters .dropdowns .archives {
      height: 50px;
      margin: 15px 0 0;
      float: left; }
      #landing-filters .dropdowns .categories select, #landing-filters .dropdowns .archives select {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url(../images/arrow-select-light.png) no-repeat right center;
        height: 50px;
        padding: 0;
        border: none;
        font-family: "Droid Sans Mono", sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1rem;
        color: #666;
        cursor: pointer; }
      #landing-filters .dropdowns .categories select::-ms-expand, #landing-filters .dropdowns .archives select::-ms-expand {
        display: none; }
    #landing-filters .dropdowns .categories select {
      width: 150px; }
    #landing-filters .dropdowns .archives {
      border-left: 1px solid #d9dadb;
      padding: 0 0 0 2vw;
      margin: 15px 0 0 2vw; }
      #landing-filters .dropdowns .archives select {
        width: 110px; }
  @media (max-width: 37.5em) {
    #landing-filters {
      display: none; } }

#blog-heading {
  background: #fff;
  padding: 3vw 6vw;
  margin-bottom: -3vw;
  z-index: 5; }
  #blog-heading::before {
    content: '';
    width: 54vw;
    height: 1px;
    position: absolute;
    bottom: 0;
    border-top: 1px dotted #d0d0d0; }
  #blog-heading h2 {
    text-transform: uppercase; }

#blog {
  background: #fff; }
  #blog .main {
    width: 54vw;
    float: left;
    padding: 3vw 0 6vw; }
    @media (max-width: 37.5em) {
      #blog .main {
        width: 88vw; } }
    #blog .main h2:first-child {
      border-bottom: 1px solid #d9dadb;
      padding: 0 0 3vw; }
    #blog .main h3, #blog .main h4 {
      font-size: 20px;
      color: #e01f0c; }
    #blog .main img {
      max-width: 100%; }
    #blog .main article {
      position: relative;
      padding: 3vw 0.5vw 3vw 16.33vw;
      min-height: 19.33vw;
      border-bottom: 1px dotted #d0d0d0; }
      @media (max-width: 37.5em) {
        #blog .main article {
          padding: 3vw 0; } }
      #blog .main article .featimg {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: absolute;
        display: block;
        width: 13.33vw;
        height: 13.33vw;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        border: 1px solid #272727;
        overflow: hidden;
        left: 0; }
        @media (max-width: 37.5em) {
          #blog .main article .featimg {
            position: relative;
            width: 50vw;
            height: 50vw;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            margin: 3vw 0; } }
      #blog .main article .date {
        background: url(../images/bg-date.png) no-repeat;
        position: absolute;
        width: 43px;
        height: 47px;
        top: 3vw;
        left: 10.33vw;
        font-family: "Droid Sans Mono", sans-serif;
        text-align: center;
        font-size: 11px;
        line-height: 1.2;
        text-transform: uppercase;
        color: #fff;
        padding: 10px 0;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        @media (max-width: 37.5em) {
          #blog .main article .date {
            left: 56vw; } }
      #blog .main article h2 {
        font-size: 24px; }
      #blog .main article p {
        color: #333; }
      #blog .main article .more {
        color: #e01f0c; }
      #blog .main article:hover .more {
        color: #00174e; }
    #blog .main .ssb-share {
      padding: 3vw 0; }
      @media (max-width: 37.5em) {
        #blog .main .ssb-share {
          display: none; } }
      #blog .main .ssb-share .count {
        display: none; }
    #blog .main .author {
      border-top: 1px dotted #d0d0d0;
      border-bottom: 1px dotted #d0d0d0;
      padding: 3vw 0 3vw 195px;
      min-height: 200px; }
      @media (max-width: 37.5em) {
        #blog .main .author {
          padding: 3vw 0; } }
      #blog .main .author .name {
        font: 22px/1.6 "Droid Sans Mono", sans-serif;
        color: #00174e;
        text-transform: uppercase;
        margin: 0; }
      #blog .main .author .title {
        text-transform: uppercase;
        font-size: 16px;
        margin: 0; }
      #blog .main .author .bio {
        font-size: 16px; }
      #blog .main .author img {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 1px dotted #272727;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */ }
        @media (max-width: 37.5em) {
          #blog .main .author img {
            display: none; } }
  #blog.landing {
    padding-bottom: 3vw;
    text-align: center; }
    #blog.landing .combined {
      border-bottom: 1px dotted #d0d0d0;
      padding: 3vw 0;
      margin: 0 0 3vw;
      text-align: left; }
    #blog.landing .main {
      padding-top: 0;
      padding-bottom: 0; }
      #blog.landing .main article {
        padding: 0;
        min-height: inherit;
        border-top: 1px dotted #d0d0d0;
        border-bottom: none; }
        #blog.landing .main article:first-child {
          border-top: none; }
        #blog.landing .main article a {
          display: block;
          padding: 3vw 1vw 3vw 16.33vw;
          min-height: 19.33vw; }
          #blog.landing .main article a:hover {
            background: #f2f2f2; }
          #blog.landing .main article a .more {
            color: #666;
            font-weight: 700; }
          #blog.landing .main article a .featimg {
            width: 12.33vw;
            height: 12.33vw;
            left: 1vw; }
      #blog.landing .main.tech {
        width: 50%;
        float: left;
        border-right: 1px dotted #d0d0d0;
        padding-right: 2.5%; }
        #blog.landing .main.tech h3 {
          color: #00174e; }
      #blog.landing .main.business {
        width: 47.5%;
        float: right; }
        @media (max-width: 37.5em) {
          #blog.landing .main.business article {
            padding: 3vw 0; } }
        #blog.landing .main.business article .date {
          background: url(../images/bg-date-red.png) no-repeat; }
      @media (max-width: 37.5em) {
        #blog.landing .main article
a .featimg {
          position: relative;
          width: 50vw;
          height: 50vw;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          margin: 0 0 3vw 0; }
        #blog.landing .main article
a h2 {
          font-size: 24px; }
        #blog.landing .main article
a .more {
          font-size: 18px !important;
          font-weight: normal; }
        #blog.landing .main.tech {
          border-right: none; } }
    @media (max-width: 50em) {
      #blog.landing .main h3 {
        font-size: 14px; }
      #blog.landing .main h2 {
        font-size: 14px; }
      #blog.landing .main article a {
        padding: 3vw 0.5vw 3vw 18.33vw; }
        #blog.landing .main article a .more {
          font-size: 12px; } }
    @media (max-width: 37.5em) {
      #blog.landing .main h3 {
        display: none; }
      #blog.landing .main article a {
        padding: 3vw 0; }
      #blog.landing .main.tech, #blog.landing .main.business {
        width: 100%;
        float: none; }
      #blog.landing .button {
        margin: 6vw 0; } }
  #blog .sidebar {
    width: 27vw;
    float: right; }
    @media (max-width: 37.5em) {
      #blog .sidebar {
        display: none; } }
    #blog .sidebar form {
      margin: 3vw 0 0; }
      #blog .sidebar form input {
        background: #f2f2f2;
        border: none;
        padding: 2vw 0 2vw 2vw;
        width: 80%;
        font-size: 16px;
        font-family: "Droid Sans Mono", sans-serif;
        text-transform: uppercase;
        float: left; }
        @media (max-width: 64em) {
          #blog .sidebar form input {
            font-size: 14px; } }
        #blog .sidebar form input[type=submit] {
          background: #f2f2f2 url(../images/bg-submit-rss.png) no-repeat center center;
          width: 20%;
          cursor: pointer;
          text-indent: -9999px;
          float: left; }
      #blog .sidebar form.search input[type=submit] {
        background: #e01f0c;
        color: #fff;
        width: 20%;
        cursor: pointer;
        text-indent: inherit;
        padding: 2vw 0; }
      #blog .sidebar form.subscribe {
        margin: 2vw 0 0; }
    #blog .sidebar h5 {
      color: #e01f0c;
      padding: 2vw 0;
      text-align: center;
      border-bottom: 1px dotted #333; }
    #blog .sidebar .authors {
      list-style: none;
      padding: 1.5vw;
      display: inline-block;
      font-size: 0; }
      @media (max-width: 50em) {
        #blog .sidebar .authors {
          padding: 3vw 0; } }
      #blog .sidebar .authors li {
        display: inline-block;
        vertical-align: top; }
      #blog .sidebar .authors a {
        display: block;
        width: 7vw;
        height: auto;
        margin: 0.5vw;
        font-size: 12px;
        text-align: center; }
        @media (max-width: 50em) {
          #blog .sidebar .authors a {
            width: 25.33vw;
            height: 25.33vw;
            margin: 0 0 3vw 3vw; } }
        #blog .sidebar .authors a img {
          width: 100%;
          height: auto;
          border: 1px dotted #272727;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box;
          /* stops bg color from leaking outside the border: */
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          transition: all 0.2s ease; }
        #blog .sidebar .authors a:hover img {
          opacity: 0.75; }
    #blog .sidebar .white-papers {
      list-style: none;
      padding: 0 2vw 2vw; }
      #blog .sidebar .white-papers a {
        background: url(../images/icon-dl.png) no-repeat left center;
        display: block;
        font-size: 16px;
        color: #333;
        border-top: 1px dotted #dedede;
        padding: 2vw 2vw 2vw 4vw; }
        @media (max-width: 50em) {
          #blog .sidebar .white-papers a {
            background: none;
            padding: 2vw 2vw 0 2vw;
            text-align: center;
            border: none; } }
        #blog .sidebar .white-papers a:hover {
          color: #e01f0c; }
      #blog .sidebar .white-papers li:first-child a {
        border-top: none; }
    #blog .sidebar .promo {
      margin: 2vw 0;
      width: 100%;
      height: auto; }
    #blog .sidebar .twitter {
      padding: 2vw;
      font-size: 16px;
      margin: 0; }
    #blog .sidebar select {
      -webkit-appearance: none;
      -moz-appearance: none;
      background: #fff url(../images/arrow-select.png) no-repeat 90% center;
      border: 1px solid #d9dadb;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      width: 100%;
      height: 60px;
      line-height: 60px;
      font-family: "Droid Sans Mono", sans-serif;
      text-transform: uppercase;
      font-size: 16px;
      display: block;
      padding: 0 50px 0 30px;
      position: relative;
      cursor: pointer;
      margin: 2vw 0; }
    #blog .sidebar select::-ms-expand {
      display: none; }

#team-head .featured-bios {
  border-top: 2px solid #f2f2f2;
  text-align: center;
  padding: 3vw 3vw 0;
  font-size: 20px; }
  @media (max-width: 50em) {
    #team-head .featured-bios {
      padding: 6vw 3vw; } }
  #team-head .featured-bios h1 {
    text-transform: uppercase; }
    #team-head .featured-bios h1 span {
      color: #00174e; }
  #team-head .featured-bios .team-categories {
    list-style: none;
    margin: 2vw 0;
    text-align: center; }
    #team-head .featured-bios .team-categories li {
      display: inline-block; }
    #team-head .featured-bios .team-categories a {
      display: block;
      color: #333;
      border: 2px solid #adadad;
      margin: 1vw 0.5vw 0 0;
      padding: 1vw 2vw;
      -webkit-border-radius: 30px;
      border-radius: 30px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      font-size: 14px;
      font-weight: bold;
      color: #666; }
      #team-head .featured-bios .team-categories a:hover, #team-head .featured-bios .team-categories a.current {
        border: 2px solid #e01f0c;
        color: #e01f0c; }
  @media (max-width: 50em) {
    #team-head .featured-bios .bios {
      display: none; } }
  #team-head .featured-bios .bio {
    float: left;
    position: relative;
    width: 43.99%;
    z-index: 4; }
    #team-head .featured-bios .bio:nth-child(2) {
      margin: 0 -16%;
      z-index: 5; }
    #team-head .featured-bios .bio img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
    #team-head .featured-bios .bio .name {
      position: absolute;
      display: block;
      width: 100%;
      height: 6vw;
      bottom: -6vw;
      color: #fff;
      text-align: center; }
      @media (max-width: 70em) {
        #team-head .featured-bios .bio .name {
          height: 8vw;
          bottom: -8vw; } }
      @media (max-width: 64em) {
        #team-head .featured-bios .bio .name {
          height: 10vw;
          bottom: -10vw; } }
      #team-head .featured-bios .bio .name p {
        font-size: 14px;
        line-height: 1.4;
        color: #fff;
        margin: 0; }
        #team-head .featured-bios .bio .name p:first-child {
          font-size: 16px;
          font-family: "Droid Sans Mono", sans-serif;
          text-transform: uppercase;
          color: #e01f0c; }
    #team-head .featured-bios .bio .name:before {
      background: url(../images/arrow-up-gray.png) no-repeat;
      content: '';
      height: 21px;
      width: 41px;
      position: absolute;
      top: -21px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }

#bios {
  background: #fff;
  border-top: 6vw solid #343137;
  padding: 6vw 9vw; }
  @media (max-width: 70em) {
    #bios {
      border-top: 8vw solid #343137; } }
  @media (max-width: 64em) {
    #bios {
      border-top: 10vw solid #343137; } }
  @media (max-width: 50em) {
    #bios {
      border: none; } }
  #bios .bio {
    width: 25%;
    margin: 0 0 3vw;
    float: left;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    @media (max-width: 64em) {
      #bios .bio {
        width: 33%; } }
    @media (max-width: 50em) {
      #bios .bio {
        width: 50%; } }
    #bios .bio:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    #bios .bio img {
      background: url(../images/bg-gray.png);
      width: 65%;
      height: auto;
      margin: 0 auto;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      border: 1px solid #272727; }
    #bios .bio .bio-name {
      font-family: "Droid Sans Mono", sans-serif;
      color: #e01f0c;
      text-transform: uppercase;
      letter-spacing: 1px;
      white-space: nowrap; }
    #bios .bio .bio-title {
      white-space: nowrap; }
      @media (max-width: 50em) {
        #bios .bio .bio-title {
          display: none; } }
    #bios .bio .bio-content, #bios .bio .full-headshot, #bios .bio .certifications, #bios .bio .blog-posts {
      display: none; }

#bio-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  top: 0;
  left: 0;
  z-index: 99999;
  background: rgba(225, 225, 225, 0.95);
  text-align: center; }
  #bio-overlay article {
    padding: 6vw;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  #bio-overlay #close-bio-btn {
    background: url(../images/bg-close.png) no-repeat;
    position: fixed;
    display: block;
    width: 43px;
    height: 47px;
    top: 3vw;
    right: 3vw;
    text-indent: -9999px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
    #bio-overlay #close-bio-btn:hover {
      opacity: .5;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
  #bio-overlay #nav {
    position: fixed;
    width: 100%;
    top: 20vw;
    left: 0; }
    #bio-overlay #nav a {
      display: block;
      height: 48px;
      line-height: 48px;
      position: absolute; }
      #bio-overlay #nav a span {
        opacity: 0;
        color: #e01f0c; }
      #bio-overlay #nav a:hover span {
        opacity: 1; }
      #bio-overlay #nav a#prev-bio-btn {
        background: url(../images/bg-arrows-prev.png) no-repeat left center;
        left: 3vw;
        padding: 0 0 0 58px; }
        #bio-overlay #nav a#prev-bio-btn:hover {
          background: url(../images/bg-arrows-prev-hover.png) no-repeat left center;
          padding: 0 0 0 63px; }
      #bio-overlay #nav a#next-bio-btn {
        background: url(../images/bg-arrows-next.png) no-repeat right center;
        right: 3vw;
        padding: 0 58px 0 0; }
        #bio-overlay #nav a#next-bio-btn:hover {
          background: url(../images/bg-arrows-next-hover.png) no-repeat right center;
          padding: 0 63px 0 0; }
  #bio-overlay h2 {
    color: #e01f0c;
    font-size: 26px;
    text-transform: uppercase; }
  #bio-overlay p {
    color: #666;
    font-size: 20px;
    margin: 0 0 3vw;
    text-align: center; }
  #bio-overlay #headshot {
    width: 60vw;
    max-width: 600px;
    height: 39vw;
    max-height: 390px;
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 0 auto;
    text-align: center; }
  #bio-overlay #bio-copy {
    background: #fff;
    padding: 3vw 9vw;
    margin: 0 0 6vw;
    width: 88vw;
    max-width: 960px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    #bio-overlay #bio-copy p {
      margin: 0; }
    #bio-overlay #bio-copy h3 {
      margin: 1vw 0 0; }
    #bio-overlay #bio-copy .listing {
      list-style: none;
      margin: 1vw 0 0; }
      #bio-overlay #bio-copy .listing li {
        display: block;
        width: 100%;
        border-top: 1px dotted #b7b7b7;
        padding: 1vw 0; }
        #bio-overlay #bio-copy .listing li:first-child {
          border: none; }

#bio-overlay * {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }

#bio-overlay.shown * {
  opacity: 1; }

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none; }
  ul.tabs li {
    display: inline-block;
    color: #333;
    border: 2px solid #adadad;
    margin: 1vw 0.5vw 0 0;
    padding: 1vw 2vw;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    font-size: 14px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    ul.tabs li.current, ul.tabs li:hover {
      border: 2px solid #e01f0c;
      color: #e01f0c; }

.tab-content {
  display: none;
  padding: 2vw 0 0; }
  .tab-content.current {
    display: inherit; }

.lt-ie9 body {
  min-width: 1280px; }

.lt-ie9 section {
  padding: 0 3%; }

.lt-ie9 .valign {
  top: 0; }

.lt-ie9 #paged {
  padding: 39px 0; }
  .lt-ie9 #paged .page-numbers {
    margin: 0 7px; }

.lt-ie9 header {
  padding: 3% 6%; }
  .lt-ie9 header nav {
    right: 6%;
    top: 0;
    padding: 2% 0 0; }
    .lt-ie9 header nav a {
      margin: 0 0 0 26px; }
    .lt-ie9 header nav ul ul {
      background: url(../images/bg-nav-dd.png);
      margin-left: 26px; }
      .lt-ie9 header nav ul ul a {
        margin: 0; }
  .lt-ie9 header form {
    margin: 0 0 0 26px; }
    .lt-ie9 header form input {
      float: left; }
  .lt-ie9 header .utility {
    margin: 0 0 26px; }

.lt-ie9 #slideshow .panel {
  padding: 3% 0 6% 3%;
  margin: 0 0 0 6%;
  width: 88%; }
  .lt-ie9 #slideshow .panel p {
    width: 50%; }
  .lt-ie9 #slideshow .panel ul {
    margin: 39px 0 0 0; }
    .lt-ie9 #slideshow .panel ul li {
      width: 130px;
      height: 130px;
      margin: 0 39px 0 0;
      -ms-behavior: url("http://www.netcraftsmen.com/wp-content/themes/netcraftsmen/assets/backgroundsize.htc"); }
  .lt-ie9 #slideshow .panel .cycle-slideshow.inner-slideshow {
    width: 50%; }
  .lt-ie9 #slideshow .panel .sub-panel {
    width: 100%; }
  .lt-ie9 #slideshow .panel .headshot {
    right: 0;
    overflow: hidden; }
    .lt-ie9 #slideshow .panel .headshot img {
      left: 0;
      bottom: 0;
      height: auto;
      width: 100%; }
  .lt-ie9 #slideshow .panel .title {
    width: 156px;
    top: 45%; }
  .lt-ie9 #slideshow .panel .bio {
    width: 100%; }
    .lt-ie9 #slideshow .panel .bio img {
      margin-left: -20px; }
    .lt-ie9 #slideshow .panel .bio p {
      width: 100%;
      top: 19px; }

.lt-ie9 #banner {
  padding: 0 0 0 9%; }
  .lt-ie9 #banner .cta {
    width: 45%; }
    .lt-ie9 #banner .cta a {
      height: 100px;
      line-height: 100px;
      top: 0; }

.lt-ie9 #solutions ul p {
  text-align: center; }
  .lt-ie9 #solutions ul p.more {
    position: relative;
    left: auto;
    border: none; }

.lt-ie9 #solutions ul a {
  height: 201px;
  padding: 39px 0 0; }
  .lt-ie9 #solutions ul a img {
    display: none; }

.lt-ie9 #solutions .summary {
  display: none; }
  .lt-ie9 #solutions .summary.intro {
    display: block;
    padding: 39px 6%;
    height: 402px; }

.lt-ie9 #page-head {
  padding: 0 6%;
  height: 260px;
  -ms-behavior: url("http://www.netcraftsmen.com/wp-content/themes/netcraftsmen/assets/backgroundsize.htc"); }
  .lt-ie9 #page-head .valign {
    top: 40%; }

.lt-ie9 #page-content {
  padding: 0 6% 6%; }
  .lt-ie9 #page-content .main {
    width: 54%;
    padding: 3% 0 0; }
    .lt-ie9 #page-content .main .breadcrumbs {
      margin: 0 0 39px; }
    .lt-ie9 #page-content .main.search h1 {
      padding: 0 0 39px; }
    .lt-ie9 #page-content .main .listing {
      padding: 13px 0; }
      .lt-ie9 #page-content .main .listing img {
        display: none; }
    .lt-ie9 #page-content .main .block {
      margin: 13px 0 13px -39px; }
      .lt-ie9 #page-content .main .block li {
        float: left; }
      .lt-ie9 #page-content .main .block a {
        border-bottom: 6px solid #e01f0c;
        display: block;
        width: 221px;
        padding: 39px 13px;
        margin: 13px 0 13px 39px;
        text-align: center;
        font-weight: bold; }
        .lt-ie9 #page-content .main .block a:hover {
          background-color: #e01f0c;
          background-image: none;
          color: #fff; }
    .lt-ie9 #page-content .main .result {
      padding: 39px 0; }
    .lt-ie9 #page-content .main form input, .lt-ie9 #page-content .main form textarea {
      padding: 18px 26px;
      margin: 0 0 13px; }
  .lt-ie9 #page-content .sidebar {
    width: 27%; }
    .lt-ie9 #page-content .sidebar nav {
      margin: -260px 0 0;
      min-height: 286px;
      padding: 18px 3% 36px; }
      .lt-ie9 #page-content .sidebar nav li {
        margin: 18px 0; }
    .lt-ie9 #page-content .sidebar h5 {
      padding: 26px 0; }
    .lt-ie9 #page-content .sidebar blockquote {
      padding: 26px 26px 13px; }
    .lt-ie9 #page-content .sidebar cite {
      padding: 0 26px; }

.lt-ie9 #team-head .featured-bios {
  padding: 3% 6% 0;
  margin: 0 3%; }
  .lt-ie9 #team-head .featured-bios .team-categories {
    margin: 2% 0; }
    .lt-ie9 #team-head .featured-bios .team-categories a {
      margin: 13px 7px 0 0;
      padding: 13px 26px; }
  .lt-ie9 #team-head .featured-bios .bio .name {
    height: 78px;
    bottom: -78px;
    padding: 13px 0 0; }
  .lt-ie9 #team-head .featured-bios .bio .name:before {
    margin-left: -20px; }

.lt-ie9 #bios {
  border-top: 78px solid #343137;
  padding: 6% 9%; }
  .lt-ie9 #bios .bio {
    margin: 0 0 39px; }

.lt-ie9 #bio-overlay {
  background: url(../images/bg-overlay.png); }
  .lt-ie9 #bio-overlay article {
    padding: 6%; }
  .lt-ie9 #bio-overlay #close-bio-btn {
    top: 3%;
    right: 3%; }
  .lt-ie9 #bio-overlay #nav {
    top: 20%;
    left: 0; }
    .lt-ie9 #bio-overlay #nav a#prev-bio-btn {
      left: 39px; }
    .lt-ie9 #bio-overlay #nav a#next-bio-btn {
      right: 39px; }
  .lt-ie9 #bio-overlay p {
    margin: 0 0 39px; }
  .lt-ie9 #bio-overlay #headshot {
    width: 60%;
    height: 507px; }
  .lt-ie9 #bio-overlay #bio-copy {
    padding: 3% 9%;
    margin: 0;
    width: 80%;
    max-width: none;
    left: 10%; }
    .lt-ie9 #bio-overlay #bio-copy .listing li {
      padding: 13px 0; }

.lt-ie9 ul.tabs li {
  margin: 13px 7px 0 0;
  padding: 13px 26px; }

.lt-ie9 .tab-content {
  padding: 26px 0 0; }

.lt-ie9 #single-head .intro {
  padding: 39px 0; }
  .lt-ie9 #single-head .intro .title {
    width: 63%;
    top: 100px; }
    .lt-ie9 #single-head .intro .title .categories a {
      margin: 13px 7px 0 0;
      padding: 13px 26px; }
  .lt-ie9 #single-head .intro .featimg {
    -ms-behavior: url("http://www.netcraftsmen.com/wp-content/themes/netcraftsmen/assets/backgroundsize.htc");
    width: 416px;
    height: 416px; }

.lt-ie9 #mosaic .featured-posts {
  padding: 39px 0; }
  .lt-ie9 #mosaic .featured-posts .primary {
    width: 65%; }
    .lt-ie9 #mosaic .featured-posts .primary article {
      height: 520px; }
      .lt-ie9 #mosaic .featured-posts .primary article .title {
        top: 0;
        bottom: auto; }
      .lt-ie9 #mosaic .featured-posts .primary article h2 {
        width: 75%;
        font-size: 20px; }
  .lt-ie9 #mosaic .featured-posts .secondary {
    width: 32%;
    float: right; }
    .lt-ie9 #mosaic .featured-posts .secondary article {
      height: 240.5px; }
      .lt-ie9 #mosaic .featured-posts .secondary article:first-child {
        margin: 0 0 39px; }
      .lt-ie9 #mosaic .featured-posts .secondary article h2 {
        width: 85%;
        font-size: 16px; }
  .lt-ie9 #mosaic .featured-posts article {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .lt-ie9 #mosaic .featured-posts article a {
      position: relative;
      display: block;
      height: 100%;
      width: 100%; }
    .lt-ie9 #mosaic .featured-posts article .title {
      background: url(../images/bg-title.png);
      padding: 26px 26px 26px 104px; }
    .lt-ie9 #mosaic .featured-posts article .date {
      top: 26px;
      left: 26px; }

.lt-ie9 #blog-heading {
  padding: 39px 78px;
  margin-bottom: -39px; }

.lt-ie9 #blog {
  padding-bottom: 6%; }
  .lt-ie9 #blog .main {
    width: 63%;
    padding: 3% 0 0; }
    .lt-ie9 #blog .main h2:first-child {
      padding: 0 0 3%; }
    .lt-ie9 #blog .main article {
      padding: 39px 7px 39px 208px;
      min-height: 169px; }
      .lt-ie9 #blog .main article .featimg {
        -ms-behavior: url("http://www.netcraftsmen.com/wp-content/themes/netcraftsmen/assets/backgroundsize.htc");
        width: 169px;
        height: 169px; }
      .lt-ie9 #blog .main article .date {
        top: 18px;
        left: 148px; }
    .lt-ie9 #blog .main .ssb-share {
      padding: 39px 0; }
    .lt-ie9 #blog .main .author {
      padding: 39px 0 39px 195px;
      min-height: 200px; }
  .lt-ie9 #blog .sidebar {
    width: 32%; }
    .lt-ie9 #blog .sidebar form {
      margin: 39px 0 0; }
      .lt-ie9 #blog .sidebar form input {
        padding: 26px 0 26px 26px; }
      .lt-ie9 #blog .sidebar form.search input[type=submit] {
        padding: 26px 0; }
      .lt-ie9 #blog .sidebar form.subscribe {
        margin: 26px 0 0; }
    .lt-ie9 #blog .sidebar h5 {
      padding: 26px 0; }
    .lt-ie9 #blog .sidebar .authors {
      padding: 18px; }
      .lt-ie9 #blog .sidebar .authors li {
        float: left;
        width: 30%;
        margin: 1.5%; }
      .lt-ie9 #blog .sidebar .authors a {
        display: block; }
    .lt-ie9 #blog .sidebar .white-papers {
      padding: 0 26px 26px; }
      .lt-ie9 #blog .sidebar .white-papers a {
        padding: 26px 26px 26px 52px; }
    .lt-ie9 #blog .sidebar .twitter {
      padding: 26px; }
    .lt-ie9 #blog .sidebar select {
      -webkit-appearance: none;
      line-height: normal;
      margin: 26px 0; }

.lt-ie9 #latest-posts {
  padding: 4% 6%; }
  .lt-ie9 #latest-posts .listing {
    text-align: center; }
    .lt-ie9 #latest-posts .listing article {
      margin: 0 0 -1000px;
      padding: 0 6% 1000px; }
      .lt-ie9 #latest-posts .listing article .date {
        display: none; }
      .lt-ie9 #latest-posts .listing article .featimg {
        margin: 0 auto 26px auto;
        width: 13em;
        height: 13em;
        -ms-behavior: url("http://www.netcraftsmen.com/wp-content/themes/netcraftsmen/assets/backgroundsize.htc"); }
  .lt-ie9 #latest-posts .button {
    margin: 4% auto 0; }

.lt-ie9 #cta {
  padding: 4% 6%; }

.lt-ie9 footer {
  padding: 6% 6% 3%; }
  .lt-ie9 footer .footer-top {
    padding: 0 0 3%; }
    .lt-ie9 footer .footer-top nav {
      width: 65%; }
      .lt-ie9 footer .footer-top nav li {
        width: 23%;
        margin: 0 2% 0 0;
        float: left; }
        .lt-ie9 footer .footer-top nav li li {
          float: none; }
    .lt-ie9 footer .footer-top #newsletter {
      max-width: 35%; }
      .lt-ie9 footer .footer-top #newsletter input {
        padding: 13px; }

.safari header {
  padding: 3% 6%; }
  .safari header nav {
    right: 6%;
    top: 0;
    padding: 2% 0 0; }
    .safari header nav a {
      margin: 0 0 0 26px; }
    .safari header nav ul ul {
      background: url(../images/bg-nav-dd.png);
      margin-left: 26px; }
      .safari header nav ul ul a {
        margin: 0; }
  .safari header form {
    margin: 0 0 0 26px; }
    .safari header form input {
      float: left; }
  .safari header .utility {
    margin: 0 0 26px; }

.safari #team-head .featured-bios {
  padding: 3% 6% 0;
  margin: 0 3%; }
  .safari #team-head .featured-bios .team-categories {
    margin: 2% 0; }
    .safari #team-head .featured-bios .team-categories a {
      margin: 13px 7px 0 0; }
  .safari #team-head .featured-bios .bio .name {
    height: 78px;
    bottom: -78px;
    padding: 0; }
  .safari #team-head .featured-bios .bio .name:before {
    margin-left: -20px; }

.safari #bios {
  border-top: 78px solid #343137;
  padding: 6% 9%; }
  .safari #bios .bio {
    margin: 0 0 39px; }

.safari #single-head .intro .title .categories a {
  margin: 13px 7px 0 0; }

.safari #mosaic .featured-posts {
  padding: 39px 0; }
  .safari #mosaic .featured-posts .primary {
    width: 65%; }
    .safari #mosaic .featured-posts .primary article {
      height: 520px; }
      .safari #mosaic .featured-posts .primary article .title {
        top: 0;
        bottom: auto; }
      .safari #mosaic .featured-posts .primary article h2 {
        width: 75%;
        font-size: 20px; }
  .safari #mosaic .featured-posts .secondary {
    width: 32%;
    float: right; }
    .safari #mosaic .featured-posts .secondary article {
      height: 240.5px; }
      .safari #mosaic .featured-posts .secondary article:first-child {
        margin: 0 0 39px; }
      .safari #mosaic .featured-posts .secondary article h2 {
        width: 85%;
        font-size: 16px; }
  .safari #mosaic .featured-posts article {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .safari #mosaic .featured-posts article a {
      position: relative;
      display: block;
      height: 100%;
      width: 100%; }
    .safari #mosaic .featured-posts article .title {
      background: url(../images/bg-title.png);
      padding: 26px 26px 26px 104px; }
    .safari #mosaic .featured-posts article .date {
      top: 26px;
      left: 26px; }

.safari #blog .sidebar .authors li {
  display: inline-block;
  width: 30%;
  margin: 1.5%; }
