@charset "UTF-8";
/* #TYPOGRAPHY */
/* #links  */
/* #TABLE */
/* #pagination */
/* #NAVIGATION */
/* #topmenu  */
/* #sidemenu */
/* #footermenu */
body {
  margin: 0; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none;
    margin: 0;
    padding: 0; }

a {
  outline: none; }

a img, img {
  border: none; }

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

/**
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    contenteditable attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that are clearfixed.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.cf {
  *zoom: 1; }

.wk-map img {
  max-width: none !important; }
.wk-map .wk-content {
  white-space: nowrap; }

#ckimgrsz {
  display: none; }

#xmap ul {
  margin-top: 0; }
#xmap ul.level_0 {
  margin-bottom: 0; }
#xmap ul.level_1 {
  font-size: 85%; }
#xmap a {
  color: #4d4d4f; }
  #xmap a:hover {
    color: #3f3f3f; }

#searchForm .label {
  float: none;
  margin: 6px 5px 0 0; }
#searchForm #search-searchword {
  float: left;
  height: 40px;
  margin: 0 5px 0 0;
  padding: 7px;
  width: 270px; }
#searchForm .button {
  float: left;
  height: 40px;
  padding: 7px 15px; }

@media screen and (max-width: 480px) {
  #searchForm #search-searchword {
    margin: 0 1% 0 0;
    padding-left: 2%;
    padding-right: 2%;
    width: 77%; }
  #searchForm .button {
    font-size: 13px;
    padding-left: 2%;
    padding-right: 2%;
    width: 22%; } }
.search-results {
  margin: 0 !important;
  padding: 0 !important; }
  .search-results .result-title {
    margin: 0 0 10px 0; }
  .search-results .result-created {
    color: #AEAEAE;
    font-size: 11px;
    margin: 0;
    text-transform: uppercase; }
  .search-results .result-text {
    margin: 5px 0; }
  .search-results hr {
    margin: 20px 0; }
  .search-results .highlight {
    background: #3f3f3f;
    color: #fff; }

.counter {
  margin: 20px 0 10px 0; }

.pagination {
  font-size: 14px;
  line-height: 1; }
  .pagination ul {
    margin: 0 !important;
    padding: 0 !important; }
    .pagination ul li {
      float: left;
      list-style: none !important;
      margin: 0 5px 5px 0 !important;
      padding: 0 !important; }
      .pagination ul li.pagination-start span, .pagination ul li.pagination-prev span, .pagination ul li.pagination-next span, .pagination ul li.pagination-end span {
        background: #e2e2e2;
        color: #4d4d4f; }
      .pagination ul li a {
        background: #0055a5;
        color: #fff;
        display: block;
        padding: 5px 8px; }
        .pagination ul li a:hover {
          background: #3f3f3f;
          color: #fff; }
      .pagination ul li span {
        background: #3f3f3f;
        color: #fff;
        display: block;
        padding: 5px 8px; }

.article-info {
  color: #AEAEAE;
  font-size: 11px;
  margin: 0;
  text-transform: uppercase; }
  .article-info dd {
    margin: 0; }

*:focus {
  outline: 0; }

.align-left {
  float: left;
  margin: 0 15px 10px 0; }

.align-right {
  float: right;
  margin: 0 0 10px 15px; }

.overthrow {
  clear: both;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.overthrow-message {
  background: #999 url(../img/table-scroll.png) no-repeat right center;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 12px;
  padding: 2px 15px 2px 7px;
  text-align: right; }

.modulelink {
  background: url(../img/blank.png) repeat 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.tooltip {
  display: none !important; }

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

body {
  color: #4d4d4f;
  font-family: "Helvetica LT W01 Light", "Arial";
  font-size: 17px;
  line-height: 1.55; }

h1, h2, h3, h4 {
  color: #848484;
  font-family: "Helvetica Neue LT W01_71488914";
  font-weight: normal;
  margin: 0; }

p {
  margin: 0; }

a {
  color: #0055a5;
  text-decoration: none; }
  a:hover {
    color: #dd1a32;
    text-decoration: none; }

blockquote {
  color: #0055a5;
  font-size: 19px;
  line-height: 1.4;
  margin: 15px 0; }
  blockquote p:first-child {
    margin-top: 0; }
  blockquote p:last-child {
    margin-bottom: 0; }

table tr td {
  border: none;
  margin: 0;
  padding: 0; }
table p {
  margin: 0; }

table {
  border-collapse: collapse;
  border: none;
  width: 100%; }
  table tr {
    border-bottom: solid 2px #fff; }
    table tr th {
      background: #4d4d4f;
      color: #fff;
      padding: 9px 15px;
      text-align: left; }
    table tr td {
      border: none;
      margin: 0;
      padding: 9px 15px; }
    table tr:nth-child(2n) td {
      background: #ebebeb;
      color: #4d4d4f; }
    table tr:nth-child(2n+1) td {
      background: #ebebeb;
      color: #4d4d4f; }

a.readmore,
div.readmore a {
  background: url(../img/readmore.png) no-repeat top right;
  background-size: auto 17px;
  color: #3f3f3f !important;
  display: inline-block;
  font-family: "Helvetica Neue LT W01_65 Md", "Arial";
  line-height: 17px;
  padding: 0 25px 0 0;
  text-decoration: none; }
  a.readmore:hover,
  div.readmore a:hover {
    background-image: url(../img/readmore-hover.png);
    color: #dd1a32 !important;
    text-decoration: none; }

hr {
  background: #e2e2e2;
  border: none;
  color: #e2e2e2;
  height: 1px; }

.container p {
  margin: 15px 0; }

.main-content h1 {
  color: #848484;
  font-family: "ITC Lubalin Graph W01 Bd CnObl";
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 15px 0; }
.main-content h2 {
  color: #dd1a32;
  font-family: "Helvetica LT W01 Light", "Arial";
  font-size: 25px;
  line-height: 1.2;
  margin: 15px 0; }
.main-content h3 {
  color: #dd1a32;
  font-size: 17px;
  line-height: 1.2;
  margin: 15px 0;
  text-transform: uppercase; }
.main-content h4 {
  color: #3f3f3f;
  font-family: "Helvetica Neue LT W01_65 Md", "Arial";
  font-size: 18px;
  line-height: 1.2;
  margin: 15px 0; }
.main-content a {
  color: #0055a5;
  text-decoration: none; }
  .main-content a:hover {
    color: #dd1a32;
    text-decoration: none; }
.main-content ul {
  margin: 15px 0 15px 20px;
  padding: 0; }
  .main-content ul li {
    list-style: disc;
    margin: 5px 0;
    padding: 0; }
    .main-content ul li p {
      margin: 0; }
.main-content ol li p {
  margin: 0; }
.main-content img {
  height: auto !important;
  max-width: 100%; }
.main-content iframe {
  border: none;
  width: 100% !important; }

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  border: solid 1px #e2e2e2;
  color: #4d4d4f;
  font-family: "Helvetica LT W01 Light", "Arial";
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 8px 10px; }

input[placeholder], [placeholder], *[placeholder] {
  color: #4d4d4f !important; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #4d4d4f !important; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #4d4d4f !important; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #4d4d4f !important; }

input[type="submit"],
button,
.button {
  background: #0055a5;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: "Helvetica LT W01 Light", "Arial";
  font-size: 14px;
  line-height: 1;
  padding: 10px 20px;
  text-transform: uppercase; }
  input[type="submit"]:hover,
  button:hover,
  .button:hover {
    background: #3f3f3f; }

.inner {
  padding: 0 15px;
  position: relative; }

.header {
  background: white;
  height: 105px;
  position: relative;
  z-index: 15; }
  .header .inner {
    padding: 0; }
  .header .logo {
    display: inline-block;
    margin: 53px 0 0 15px; }
    .header .logo img {
      height: 45px; }
  .header .top-info {
    position: absolute;
    right: 0;
    top: 10px;
    width: 100%; }
  .header .social {
    float: right;
    display: block;
    margin: 0 0 15px 0; }
    .header .social ul li {
      display: block;
      float: left;
      margin: 0 7px 0 0; }
      .header .social ul li a {
        background: url(../img/facebook.png) no-repeat 0 0;
        background-size: 30px auto;
        display: block;
        height: 30px;
        text-indent: -999em;
        width: 30px; }
        .header .social ul li a:hover {
          opacity: 0.7;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
          filter: alpha(opacity=70); }
        .header .social ul li a.twitter {
          background-position: -28px 0; }
        .header .social ul li a.linkedin {
          background-image: url(../img/linkedin.png); }
        .header .social ul li a.youtube {
          background-position: -85px 0; }
        .header .social ul li a.googleplus {
          background-position: -114px 0; }
  .header .phone-number {
    float: left;
    color: #0055a5;
    display: block;
    font-family: "Helvetica Neue LT W01_71488914";
    font-size: 18px;
    margin: 0 0 0 15px; }

.menu-btn {
  background: url("../img/menu-btn.png") no-repeat;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 68px;
  width: 25px; }
  .menu-btn:hover {
    background: url("../img/menu-btn-hover.png") no-repeat; }

.main-nav,
.main-nav-hover {
  display: none; }
  .main-nav ul.menu > li,
  .main-nav-hover ul.menu > li {
    border-bottom: solid 1px #B6B5B4; }
    .main-nav ul.menu > li:hover > a, .main-nav ul.menu > li.active > a, .main-nav ul.menu > li.alias-parent-active > a,
    .main-nav-hover ul.menu > li:hover > a,
    .main-nav-hover ul.menu > li.active > a,
    .main-nav-hover ul.menu > li.alias-parent-active > a {
      background: #dd1a32;
      color: #fff; }
    .main-nav ul.menu > li:last-child,
    .main-nav-hover ul.menu > li:last-child {
      border-bottom: none; }
    .main-nav ul.menu > li > a,
    .main-nav-hover ul.menu > li > a {
      background: rgba(63, 63, 63, 0.96);
      color: #eaeaea;
      display: block;
      font-size: 12px;
      line-height: 1.2;
      padding: 10px 15px;
      text-transform: uppercase; }
    .main-nav ul.menu > li ul,
    .main-nav-hover ul.menu > li ul {
      display: none; }

.slider {
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .slider .moduletable,
  .slider .moduletable > div,
  .slider .moduletable .uk-position-relative,
  .slider ul.uk-slideshow,
  .slider ul.uk-slideshow li {
    height: 100% !important; }
  .slider .uk-slideshow li .uk-cover-background {
    height: 100%; }
  .slider .uk-slideshow li .uk-overlay-panel {
    height: 160px;
    position: absolute;
    top: 300px;
    width: 100%; }
    .slider .uk-slideshow li .uk-overlay-panel .uk-text-large {
      color: #fff;
      font-family: "Helvetica Neue LT W01_65 Md", "Arial";
      font-size: 22px;
      left: 0;
      line-height: 1.1;
      overflow: hidden;
      text-transform: uppercase; }
      .slider .uk-slideshow li .uk-overlay-panel .uk-text-large h2 {
        font-family: "ITC Lubalin Graph W01 Bk CnObl";
        font-size: 20px;
        line-height: 1.4;
        text-transform: none; }
  .slider .uk-position-relative > .uk-overlay-panel {
    display: none; }
    .slider .uk-position-relative > .uk-overlay-panel ul.uk-dotnav li {
      padding-left: 10px; }
      .slider .uk-position-relative > .uk-overlay-panel ul.uk-dotnav li a {
        height: 15px;
        width: 15px; }
        .slider .uk-position-relative > .uk-overlay-panel ul.uk-dotnav li a:hover {
          background: #dd1a32; }
    .slider .uk-position-relative > .uk-overlay-panel ul.uk-dotnav .uk-active a {
      background: #dd1a32; }

.sub .slider .content {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%; }

.home-container {
  margin: 300px 0 0;
  position: relative; }
  .home-container .home-services {
    background: #eaeaea;
    background: rgba(234, 234, 234, 0.8);
    padding: 9px 0 0; }
    .home-container .home-services .moduletable {
      background: #fff;
      float: left;
      height: 160px;
      margin: 0 2% 2% 0;
      position: relative;
      text-align: center;
      width: 49%; }
      .home-container .home-services .moduletable:nth-child(2n) {
        margin-right: 0; }
      .home-container .home-services .moduletable:hover h3 {
        color: #dd1a32; }
      .home-container .home-services .moduletable:hover .content .hover-image {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter: alpha(opacity=1); }
      .home-container .home-services .moduletable h3 {
        bottom: 10px;
        color: #3f3f3f;
        font-family: "ITC Lubalin Graph W01 Bk CnObl";
        font-size: 11px;
        height: 30px;
        line-height: 1.125;
        padding: 0 2px;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        width: 100%; }
      .home-container .home-services .moduletable .content .static-image,
      .home-container .home-services .moduletable .content .hover-image {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 87px;
        left: 50%;
        margin-left: -43.5px;
        position: absolute;
        top: 20px;
        width: 87px; }
      .home-container .home-services .moduletable .content .hover-image {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }

.container {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 0 20px;
  margin: 20px 15px;
  position: relative;
  z-index: 3; }
  .container .main-content {
    padding: 0 0 20px 0; }
    .container .main-content .breadcrumbs {
      color: #3f3f3f;
      display: block;
      font-size: 11px;
      margin-bottom: 25px;
      text-transform: uppercase; }
      .container .main-content .breadcrumbs a, .container .main-content .breadcrumbs span {
        padding: 0 5px; }
        .container .main-content .breadcrumbs a:first-child, .container .main-content .breadcrumbs span:first-child {
          padding-left: 0; }
      .container .main-content .breadcrumbs a {
        color: #AEAEAE; }
        .container .main-content .breadcrumbs a:hover {
          color: #3f3f3f; }
      .container .main-content .breadcrumbs span {
        font-family: "Helvetica Neue LT W01_65 Md", "Arial"; }
    .container .main-content .blog .items-row .item {
      border-bottom: solid 1px #e2e2e2;
      padding: 10px 0; }
  .container .left .side-nav ul li > a:hover, .container .left .side-nav ul li.current > a {
    background: #dd1a32;
    color: #fff; }
  .container .left .side-nav ul li a {
    background: #4d4d4f;
    color: #fff;
    display: block;
    font-size: 13px;
    line-height: 1.2;
    padding: 12px 15px;
    text-transform: uppercase; }
  .container .left .side-nav ul li ul li a {
    background: #eaeaea;
    color: #3f3f3f; }
  .container .left .moduletable.associates {
    background: #dcdcdc;
    padding: 30px 30px 15px; }
    .container .left .moduletable.associates h3 {
      color: #0055a5;
      font-size: 25px;
      font-family: "ITC Lubalin Graph W01 Bk CnObl";
      margin: 0 0 15px; }
    .container .left .moduletable.associates ul {
      margin: 0; }
      .container .left .moduletable.associates ul li {
        padding: 0; }
        .container .left .moduletable.associates ul li img {
          height: auto !important;
          max-width: 100%; }
    .container .left .moduletable.associates .uk-slidenav {
      color: #7f7f7f;
      display: block;
      font-size: 22px;
      height: 22px;
      line-height: 22px;
      margin-top: -11px;
      width: 22px; }
      .container .left .moduletable.associates .uk-slidenav:hover {
        color: #dd1a32; }
      .container .left .moduletable.associates .uk-slidenav.uk-slidenav-previous {
        left: -20px; }
      .container .left .moduletable.associates .uk-slidenav.uk-slidenav-next {
        right: -20px; }

.dash-projects .associates .logo img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%); }

.footer-wrap {
  position: relative;
  z-index: 10; }
  .footer-wrap .testimonials {
    background: #fff;
    padding: 15px 0; }
    .footer-wrap .testimonials h3 {
      color: #dd1a32;
      font-family: "ITC Lubalin Graph W01 Bk CnObl";
      font-size: 20px;
      line-height: 1;
      margin-bottom: 10px; }
    .footer-wrap .testimonials .uk-slidenav-position .uk-slidenav {
      background-size: 25px auto !important;
      display: block;
      height: 25px;
      line-height: 25px;
      margin-top: -15px;
      width: 25px; }
      .footer-wrap .testimonials .uk-slidenav-position .uk-slidenav::before {
        content: ""; }
      .footer-wrap .testimonials .uk-slidenav-position .uk-slidenav.uk-slidenav-previous {
        background: url("../img/arrow-pre.png") no-repeat;
        left: 0; }
        .footer-wrap .testimonials .uk-slidenav-position .uk-slidenav.uk-slidenav-previous:hover {
          background-image: url(../img/arrow-pre-hover.png); }
      .footer-wrap .testimonials .uk-slidenav-position .uk-slidenav.uk-slidenav-next {
        background: url("../img/arrow-next.png") no-repeat;
        right: 0; }
        .footer-wrap .testimonials .uk-slidenav-position .uk-slidenav.uk-slidenav-next:hover {
          background-image: url(../img/arrow-next-hover.png); }
    .footer-wrap .testimonials .uk-slidenav-position .uk-slideshow {
      height: auto !important;
      margin: 0 30px;
      position: relative;
      width: auto; }
      .footer-wrap .testimonials .uk-slidenav-position .uk-slideshow > li {
        display: none;
        height: auto !important;
        position: relative; }
        .footer-wrap .testimonials .uk-slidenav-position .uk-slideshow > li.uk-active {
          display: block; }
      .footer-wrap .testimonials .uk-slidenav-position .uk-slideshow .uk-margin {
        position: relative;
        margin: 0; }
      .footer-wrap .testimonials .uk-slidenav-position .uk-slideshow p {
        font-size: 12px;
        font-style: italic; }
      .footer-wrap .testimonials .uk-slidenav-position .uk-slideshow blockquote {
        color: #a6a6a6;
        font-family: "ITC Lubalin Graph W01 Bk CnObl";
        font-size: 12px; }

.mega-footer {
  display: none; }

.footer {
  background: #323232;
  padding: 20px 0;
  position: relative; }
  .footer .footer-nav ul li {
    font-size: 13px;
    line-height: 1;
    padding: 6px 0; }
    .footer .footer-nav ul li a {
      color: #fff; }
      .footer .footer-nav ul li a:hover {
        color: #dd1a32; }
  .footer .dash {
    background: url(../img/dash-2x.png) no-repeat 0 0;
    background-size: 190px auto;
    display: block;
    font-size: 0;
    height: 28px;
    line-height: 0;
    margin-top: 10px;
    width: 190px; }
    .footer .dash:hover {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80); }

.rsform form div.rsform-block {
  padding: 0 0 15px 0; }
.rsform form input[type="text"],
.rsform form input[type="email"],
.rsform form textarea,
.rsform form select {
  width: 100%; }
.rsform form input[type="submit"] {
  float: right; }
.rsform form .formRed {
  color: #cc0000;
  margin: 0 0 15px 0; }
.rsform form .formError {
  color: #cc0000;
  font-size: 11.5px; }
.rsform form .caption {
  font-size: 14px; }
.rsform form input[type="text"], .rsform form .rsform form input[type="email"], .rsform form .rsform form textarea, .rsform form .rsform form select {
  height: 40px; }
.rsform form textarea {
  height: 205px; }

.contact-form.moduletable {
  padding: 15px 15px; }
  .contact-form.moduletable h3 {
    color: #dd1a32;
    font-size: 17px;
    line-height: 1.2;
    margin: 15px 0;
    text-transform: uppercase; }

/*** Zoo - Project Styles ***/
#zoo {
  /*** Teaser & Full projects page common styles ***/
  /*** Teaser projects page ***/
  /*** Full projects page ***/ }
  #zoo .project-info-wrap {
    position: relative; }
  #zoo .project-info label {
    font-family: "Helvetica Neue LT W01_65 Md", "Arial"; }
  #zoo .project-info .info {
    color: #3f3f3f;
    font-size: 14px;
    line-height: 1.2;
    padding: 3px 0; }
  #zoo .teaser-item {
    border-bottom: solid 1px #e2e2e2;
    padding: 25px 0; }
    #zoo .teaser-item:first-child {
      padding-top: 0; }
    #zoo .teaser-item:last-child {
      border-bottom: none; }
    #zoo .teaser-item .title {
      margin: 0 0 15px; }
      #zoo .teaser-item .title a {
        color: #dd1a32; }
        #zoo .teaser-item .title a:hover {
          color: #4d4d4f; }
    #zoo .teaser-item .intro {
      font-size: 15px;
      margin: 10px 0 0; }
      #zoo .teaser-item .intro p {
        margin: 0 0 10px 0; }
  #zoo .item .project-info-wrap {
    border-bottom: solid 1px #e2e2e2;
    padding: 0 0 15px 0; }
  #zoo .item .gallery {
    margin: 30px 0 0 0; }

/*** Policies Page ***/
.policies-page .policies .moduletable {
  background: #1c3e95 url("../img/policies-blue.jpg") no-repeat center center;
  background-size: cover;
  margin: 0 0 20px 0;
  height: 214px;
  position: relative; }
  .policies-page .policies .moduletable:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80); }
  .policies-page .policies .moduletable:nth-child(2n) {
    background-color: #ab0534;
    background-image: url("../img/policies-red.jpg"); }
  .policies-page .policies .moduletable h3 {
    color: #fff;
    font-family: "Helvetica Neue LT W01_65 Md", "Arial";
    text-transform: none;
    text-align: center;
    padding: 20% 15px 0; }

.zoo-gallery-wall.margin {
  margin: 0; }
.zoo-gallery-wall .thumb {
  float: left;
  margin: 0 1% 10px 0;
  width: 32.666%; }
  .zoo-gallery-wall .thumb:nth-child(3n) {
    margin-right: 0; }

.uk-grid {
  margin: 0; }
  .uk-grid > div {
    margin: 0 1% 10px 0;
    padding: 0; }

.home-container .home-services .moduletable h3 {
  font-size: 12px;
  padding: 0 35px; }

/*** Policies Page ***/
.policies-page .policies .moduletable {
  float: left;
  margin: 0 4% 20px 0;
  width: 48%; }
  .policies-page .policies .moduletable:nth-child(2n) {
    margin-right: 0; }

.footer-wrap .testimonials .uk-slidenav-position .uk-slideshow {
  width: 90%; }
  .footer-wrap .testimonials .uk-slidenav-position .uk-slideshow > li .uk-margin {
    padding: 0 30px; }
    .footer-wrap .testimonials .uk-slidenav-position .uk-slideshow > li .uk-margin::before, .footer-wrap .testimonials .uk-slidenav-position .uk-slideshow > li .uk-margin::after {
      color: #dd1a32;
      font-family: "ITC Lubalin Graph W01 Bk CnObl";
      font-size: 48px;
      position: absolute; }
    .footer-wrap .testimonials .uk-slidenav-position .uk-slideshow > li .uk-margin::before {
      content: '“';
      left: 0;
      top: -16px; }
    .footer-wrap .testimonials .uk-slidenav-position .uk-slideshow > li .uk-margin::after {
      content: '”';
      bottom: -6px;
      right: 0; }

.home-container .home-services .moduletable {
  margin: 0 1% 10px  0;
  width: 32.666%; }
  .home-container .home-services .moduletable:nth-child(2n) {
    margin-right: 1%; }
  .home-container .home-services .moduletable:nth-child(3n) {
    margin-right: 0; }
  .home-container .home-services .moduletable h3 {
    padding: 0 18px; }

/*** Zoo - Project Styles ***/
#zoo {
  /*** Teaser projects page ***/ }
  #zoo .teaser-item .thumbnail {
    float: left;
    width: 30%; }
  #zoo .teaser-item .project-info {
    float: right;
    width: 65%; }

/* Sticky Footer Code */
html, body.sub {
  height: 100%; }

.sub .wrap {
  min-height: 100%; }

.container {
  overflow: auto;
  padding-bottom: 450px !important; }

.sub .footer-wrap {
  position: relative;
  margin-top: -387px !important;
  height: 387px !important;
  clear: both; }

/* END Sticky Footer Code */
.header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%; }
  .header .logo {
    margin: 40px 10px 0 15px; }
  .header.scroll {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%; }
  .header .top-info {
    right: 15px;
    width: auto; }
  .header .social ul li:last-child {
    margin: 0; }
  .header .social ul li a {
    background-size: auto auto;
    height: 33px;
    width: 33px; }
  .header .phone-number {
    font-size: 21px;
    margin: 0;
    padding: 9px 20px 0 0; }

.slider .uk-slideshow li .uk-overlay-panel {
  top: 250px; }
  .slider .uk-slideshow li .uk-overlay-panel .uk-text-large h2 {
    font-size: 25px; }
.slider .uk-position-relative > .uk-overlay-panel {
  bottom: auto;
  display: block;
  top: 310px;
  z-index: 5; }

.menu-btn {
  display: none; }

.main-nav {
  display: block !important;
  font-family: "Helvetica Neue LT W01_71488914";
  position: absolute;
  right: 15px;
  top: 50px; }
  .main-nav ul.menu > li {
    border: none;
    display: block;
    float: left;
    padding: 10px 0; }
    .main-nav ul.menu > li.active > a, .main-nav ul.menu > li:hover > a {
      background: none;
      color: #dd1a32; }
    .main-nav ul.menu > li:hover ul {
      display: block; }
    .main-nav ul.menu > li > a {
      background: none;
      color: #0055a5;
      display: block;
      font-size: 14px;
      padding: 0 12px;
      position: relative;
      text-align: center;
      z-index: 25; }
      .main-nav ul.menu > li > a:last-child {
        padding-right: 0; }
    .main-nav ul.menu > li ul {
      font-family: "Helvetica LT W01 Light", "Arial";
      position: absolute;
      z-index: 15; }
      .main-nav ul.menu > li ul li {
        background: #3f3f3f;
        background: rgba(50, 50, 50, 0.9);
        display: block; }
        .main-nav ul.menu > li ul li:hover a > span, .main-nav ul.menu > li ul li.active a > span, .main-nav ul.menu > li ul li.alias-parent-active a > span {
          color: #dd1a32; }
        .main-nav ul.menu > li ul li:last-child a span {
          border-bottom: none; }
        .main-nav ul.menu > li ul li a {
          color: #fff;
          display: block;
          font-size: 13px;
          line-height: 1.1;
          padding: 12px 14px 0;
          text-transform: uppercase;
          width: 245px; }
          .main-nav ul.menu > li ul li a span {
            border-bottom: solid 2px #cccccc;
            display: block;
            padding-bottom: 10px; }

.full-width .container .main-content {
  min-height: auto;
  width: 100%; }
.full-width .container .left {
  display: none; }

.home-container {
  margin: 370px 0 0; }
  .home-container .home-services .moduletable {
    height: 190px; }
    .home-container .home-services .moduletable h3 {
      bottom: 20px;
      font-size: 13px;
      padding: 0 38px; }
    .home-container .home-services .moduletable .content .static-image,
    .home-container .home-services .moduletable .content .hover-image {
      background-size: auto;
      height: 117px;
      margin-left: -58.5px;
      top: 15px;
      width: 117px; }

.container {
  background: none;
  padding: 150px 0;
  margin: 0; }
  .container .main-content {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    float: right;
    min-height: 658px;
    padding: 30px;
    width: 75%; }
  .container .left {
    float: left;
    width: 25%; }

.footer-wrap .testimonials h3 {
  font-size: 24px; }
.footer-wrap .testimonials .uk-slidenav-position .uk-slideshow p {
  font-size: 16px; }

.mega-footer {
  background: #323232;
  display: block;
  padding: 20px 0;
  position: relative; }
  .mega-footer .mega-footer-nav ul.menu > li.item-164 ul {
    display: none; }
  .mega-footer .mega-footer-nav ul.menu > li {
    border: none;
    display: block;
    float: left;
    font-family: "Helvetica Neue LT W01_71488914";
    margin-bottom: 20px;
    width: 33.33%; }
    .mega-footer .mega-footer-nav ul.menu > li:nth-child(4) {
      clear: left; }
    .mega-footer .mega-footer-nav ul.menu > li a {
      color: #fff;
      display: block;
      font-size: 16px;
      line-height: 1.1;
      padding: 0 5px;
      text-transform: uppercase; }
      .mega-footer .mega-footer-nav ul.menu > li a:hover {
        color: #dd1a32; }
  .mega-footer .mega-footer-nav ul.menu ul {
    margin: 15px 0 0; }
    .mega-footer .mega-footer-nav ul.menu ul li {
      float: none;
      font-family: "Helvetica LT W01 Light", "Arial";
      padding: 0; }
      .mega-footer .mega-footer-nav ul.menu ul li a {
        display: block;
        font-size: 14px;
        padding: 5px 5px;
        text-transform: none; }

.footer .footer-nav {
  float: left; }
  .footer .footer-nav ul li {
    border: none;
    border-right: solid 1px #fff;
    display: block;
    float: left;
    padding: 0 10px; }
    .footer .footer-nav ul li:first-child {
      padding-left: 0; }
    .footer .footer-nav ul li:last-child {
      border-right: none; }
.footer .dash {
  float: right;
  margin: -15px 0 0; }

/** 2 columns layout**/
.col-1 {
  float: left;
  width: 49%; }

.col-2 {
  float: right;
  width: 49%; }

/*** Policies Page ***/
.policies-page .policies .moduletable {
  margin: 0 2% 20px 0;
  width: 23.5%; }
  .policies-page .policies .moduletable:nth-child(2n) {
    margin-right: 2%; }
  .policies-page .policies .moduletable:nth-child(4n) {
    margin-right: 0; }
  .policies-page .policies .moduletable h3 {
    padding: 30% 45px 0; }

.inner {
  margin: 0 auto;
  padding: 0;
  width: 960px; }

.header {
  height: 95px; }
  .header .top-info {
    right: 0; }
  .header .logo {
    margin: 8px 0 0; }
    .header .logo img {
      height: 80px; }

.slider .uk-slideshow li .uk-overlay-panel {
  top: 350px; }
  .slider .uk-slideshow li .uk-overlay-panel .uk-text-large h2 {
    font-size: 25px; }
.slider .uk-position-relative > .uk-overlay-panel {
  top: 410px; }

.main-nav {
  right: 0; }

.home-container {
  margin: 470px 0 0; }
  .home-container .home-services .moduletable h3 {
    padding: 0 75px; }

.container {
  padding: 200px 0 100px; }
  .container .left .side-nav ul li a {
    font-size: 15px;
    padding: 14px 30px; }

.footer-wrap .testimonials .uk-slidenav-position .uk-slideshow {
  margin: 0 auto;
  width: 65%; }

.mega-footer .mega-footer-nav ul.menu > li {
  margin-bottom: 0;
  width: 14.333%; }
  .mega-footer .mega-footer-nav ul.menu > li:nth-child(2) {
    width: 20%; }
  .mega-footer .mega-footer-nav ul.menu > li:nth-child(3) {
    width: 20%; }
  .mega-footer .mega-footer-nav ul.menu > li:nth-child(4) {
    clear: none; }

/*** Policies Page ***/
.policies-page .policies .moduletable {
  margin: 0 6% 20px 0;
  width: 20.5%; }
  .policies-page .policies .moduletable:nth-child(2n) {
    margin-right: 6%; }
  .policies-page .policies .moduletable:nth-child(4n) {
    margin-right: 0; }

.inner {
  width: 1200px; }

.slider .uk-slideshow li .uk-overlay-panel {
  top: 450px; }
  .slider .uk-slideshow li .uk-overlay-panel .uk-text-large h2 {
    font-size: 30px; }
.slider .uk-position-relative > .uk-overlay-panel {
  top: 510px; }

@media screen and (min-width: 1550px) {
  .main-nav {
    right: -100px; } }
.main-nav ul.menu > li {
  padding: 10px 0 13px; }
  .main-nav ul.menu > li > a {
    font-size: 14px;
    padding: 0 13px; }
  .main-nav ul.menu > li ul {
    margin-left: -7px;
    padding-top: 0; }
    .main-nav ul.menu > li ul li a {
      font-size: 14px;
      padding: 13px 14px 0; }
      .main-nav ul.menu > li ul li a span {
        padding-bottom: 15px; }

.home-container {
  margin: 570px 0 0; }
  .home-container .home-services {
    padding: 10px 0 0; }
    .home-container .home-services .moduletable {
      height: 210px; }
      .home-container .home-services .moduletable:last-child {
        margin-bottom: 10px; }
      .home-container .home-services .moduletable:nth-child(2n) {
        margin-right: 10px; }
      .home-container .home-services .moduletable:nth-child(3n) {
        margin-right: 0; }
      .home-container .home-services .moduletable h3 {
        bottom: 41px;
        font-size: 15px;
        padding: 0 95px; }
      .home-container .home-services .moduletable .content .static-image,
      .home-container .home-services .moduletable .content .hover-image {
        top: 13px; }

.container {
  min-height: 300px; }
  .container .main-content {
    padding: 20px 40px 40px; }
    .container .main-content p, .container .main-content ul li, .container .main-content ol li {
      text-align: justify; }
    .container .main-content .blog .items-row.cols-2 {
      border-bottom: solid 1px #e2e2e2;
      padding: 10px 0; }
      .container .main-content .blog .items-row.cols-2 .item {
        float: left;
        border: none;
        padding: 0;
        width: 45%; }
        .container .main-content .blog .items-row.cols-2 .item:nth-child(n+2) {
          margin-right: 10%; }
    .container .main-content .blog .items-row.cols-3 {
      border-bottom: solid 1px #e2e2e2;
      padding: 10px 0; }
      .container .main-content .blog .items-row.cols-3 .item {
        float: left;
        border: none;
        margin: 0 5% 0 0;
        padding: 0;
        width: 30%; }
        .container .main-content .blog .items-row.cols-3 .item:nth-child(3n) {
          margin-right: 0; }

.full-width .container .main-content {
  padding: 20px 40px 40px; }

.contact-map {
  margin: 40px 0; }

.mega-footer {
  padding: 22px 0 0; }
  .mega-footer .mega-footer-nav ul.menu > li {
    padding: 0 65px 15px 0; }
    .mega-footer .mega-footer-nav ul.menu > li:last-child {
      padding-right: 0; }

.footer {
  padding: 40px 0 20px; }
  .footer .dash {
    background: url(../img/dash.png) no-repeat 0 0;
    background-size: auto auto; }

/*** Zoo - Project Styles ***/
#zoo {
  /*** Full projects page ***/ }
  #zoo .item .project-info-wrap {
    border-bottom: solid 1px #e2e2e2;
    padding: 0 0 15px 0; }

.zoo-gallery-wall .thumb {
  width: 24.25%; }
  .zoo-gallery-wall .thumb:nth-child(3n) {
    margin-right: 1%; }
  .zoo-gallery-wall .thumb:nth-child(4n) {
    margin-right: 0; }

/*# sourceMappingURL=ie.css.map */
