/**
 *  Mobile Mixin
 *
 *  Styles for widths < tablet
 *  Compiles to @media screen and (max-width: 1024)
 *  @Usage:  @include mixin(tablet)
 *
 */
/**
 *  Header mobile breakpoint
 *  Expanding it to 1024px beacuse of ipads
 */
/**
 *  Tablet Mixin
 *
 *  Styles for widths < tablet and > handheld
 *  Compiles to @media screen and (max-width: 1024)
 *  @Usage:  @include mixin(tablet)
 *
 */
@media screen and (max-width: 58.75em) {
  html, body {
    width: 100%; }
    html::after, body::after {
      clear: both;
      content: "";
      display: table; }
  .container {
    max-width: 940px;
    width: 100%;
    padding: 0 10px; }
  .block-460 {
    width: 100%;
    max-width: 454px; }
  .span1 {
    width: 100%;
    max-width: 70px; }
  .span2 {
    width: 100%;
    max-width: 170px; }
  .span3 {
    width: 100%;
    max-width: 270px; }
  .span4 {
    width: 100%;
    max-width: 370px; }
  .span5 {
    width: 100%;
    max-width: 470px; }
  .span6 {
    width: 100%;
    max-width: 570px; }
  .span7 {
    width: 100%;
    max-width: 670px; }
  .span8 {
    width: 100%;
    max-width: 770px; }
  .span9 {
    width: 100%;
    max-width: 870px; }
  .span10 {
    width: 100%;
    max-width: 970px; }
  .span11 {
    width: 100%;
    max-width: 1070px; }
  .span12 {
    width: 100%;
    max-width: 1170px; }
  .twocolumns .column {
    width: 100% !important; }
    .twocolumns .column::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (max-width: 58.75em) {
  #content {
    padding-bottom: 32px; }
    #content::after {
      clear: both;
      content: "";
      display: table; } }

* {
  -webkit-font-smoothing: antialiased; }

/**
 *  nav that appears under titles
 *  @templates news.php
 */
.mobile-selector {
  display: none; }
  @media screen and (max-width: 42.3125em) {
    .mobile-selector {
      display: block; } }
  .mobile-selector p {
    margin: 0; }
  .mobile-selector a {
    margin-right: 4px; }
    .mobile-selector a:after {
      content: "\203A";
      margin-left: 4px; }

body.active-menu {
  height: auto;
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.container.free {
  width: 100%;
  max-width: none;
  padding: 0 !important; }

@media screen and (min-width: 58.8125em) {
  h1.entry-title, .case-study__title {
    padding-right: 150px; } }

.active-menu {
  overflow: hidden; }

#header {
  position: relative; }
  #header .toggle-menu {
    display: none; }
  @media screen and (max-width: 64em) {
    #header {
      background-image: url(../img/bg-header-mobile-grey.png);
      background-position: top right;
      background-repeat: no-repeat;
      background-size: auto 70px; }
      #header > .container {
        width: 100%; }
      #header .container {
        background-image: url(../img/bg-header-mobile.png);
        background-position: top left;
        background-repeat: no-repeat;
        background-size: auto 70px; } }
  @media screen and (max-width: 64em) {
    #header {
      border-bottom: 5px solid #000000;
      height: 70px;
      overflow: hidden; }
      #header .container {
        height: 70px; }
      #header .logo {
        margin: 12px 0 0 0;
        width: 110px; }
      #header .toggle-menu {
        background-image: url(../img/menu.png);
        background-position: top left;
        background-repeat: no-repeat;
        background-size: 38px 17px;
        display: block;
        height: 17px;
        margin-top: -2px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 19px; }
        #header .toggle-menu__text {
          display: none; }
        .active-menu #header .toggle-menu {
          background-position: top right; }
      #header #utilities,
      #header .clear {
        display: none; } }

#header-menu .emergency-services {
  bottom: -31px; }

#header-menu ul li .sub-menu > li:first-child {
  display: none; }

@media screen and (max-width: 64em) {
  #header-menu {
    background: #3b3b3b;
    background-image: -webkit-linear-gradient( bottom , #0a0a0a 0%, #3b3b3b 100px);
    background-image: linear-gradient(to top, #0a0a0a 0%, #3b3b3b 100px);
    bottom: 0;
    opacity: 0;
    overflow: auto;
    position: fixed;
    top: 69px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    width: 100%;
    z-index: 9999; }
    #header-menu .container {
      padding: 0;
      width: 100%; }
    #header-menu #main-menu .emergency-services {
      background-image: -webkit-linear-gradient( top , #858585, #ffffff);
      background-image: linear-gradient(to bottom, #858585, #ffffff);
      border: none;
      bottom: none;
      height: auto;
      position: static;
      right: none;
      text-align: left;
      width: auto; }
      #header-menu #main-menu .emergency-services a {
        color: #e12727;
        font-size: 2rem;
        line-height: 70px;
        padding: 0 20px; }
    #header-menu #main-menu > ul > li > a:hover {
      color: #fff000; }
    #header-menu #main-menu ul {
      float: none; }
    #header-menu #main-menu li {
      float: none;
      height: auto;
      padding: 0;
      width: 100%; }
      #header-menu #main-menu li a {
        font-size: 2rem;
        line-height: 70px;
        padding: 0 20px; }
      #header-menu #main-menu li #bridges-sub-menu,
      #header-menu #main-menu li #services-sub-menu,
      #header-menu #main-menu li .sub-menu {
        background: none; }
        #header-menu #main-menu li #bridges-sub-menu > li:first-child,
        #header-menu #main-menu li #services-sub-menu > li:first-child,
        #header-menu #main-menu li .sub-menu > li:first-child {
          display: inline; }
        #header-menu #main-menu li #bridges-sub-menu a,
        #header-menu #main-menu li #services-sub-menu a,
        #header-menu #main-menu li .sub-menu a {
          color: #ffffff; }
        #header-menu #main-menu li #bridges-sub-menu div,
        #header-menu #main-menu li #services-sub-menu div,
        #header-menu #main-menu li .sub-menu div {
          border: none;
          float: none;
          font-size: 1.875rem;
          margin: 0;
          padding: 0; }
      #header-menu #main-menu li.active-sub-menu > #bridges-sub-menu,
      #header-menu #main-menu li.active-sub-menu > #services-sub-menu,
      #header-menu #main-menu li.active-sub-menu > .sub-menu {
        display: block !important;
        position: static; }
    #header-menu #main-menu #headersearch,
    #header-menu #main-menu .clear {
      display: none; }
    .active-menu #header-menu {
      opacity: 1;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); } }

#header-menu ul li .sub-menu {
  min-width: 940px; }
  #header-menu ul li .sub-menu .sub-menu1 li:first-child {
    display: none; }
    @media screen and (max-width: 64em) {
      #header-menu ul li .sub-menu .sub-menu1 li:first-child {
        display: inline; } }
  @media screen and (max-width: 64em) {
    #header-menu ul li .sub-menu {
      min-width: 100%; } }

.emergency-services li {
  list-style-type: none; }

/*
 *  Adjusting for logo on tablets > 940px and < 1024px
 */
@media screen and (min-width: 58.75em) and (max-width: 64em) {
  #header .logo {
    margin-left: 16px; } }

.active-menu #main-content {
  position: fixed;
  top: 70px;
  right: 0;
  left: 0; }

.active-menu #footer {
  display: none !important; }

#services-sub-menu .container > div,
#bridges-sub-menu .container > div {
  float: left;
  position: static;
  margin: 0;
  padding: 0; }

#services-sub-menu.sub-menu a,
#bridges-sub-menu.sub-menu a {
  padding-right: 10px;
  font-family: 'UniversLTPro-BoldCond', sans-serif !important; }

#emergency-menu.emergency-menu__wrapper {
  bottom: -81px;
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 100; }
  @media (max-width: 1000px) {
    #emergency-menu.emergency-menu__wrapper {
      bottom: -7px;
      right: 18px; } }
  #emergency-menu.emergency-menu__wrapper li {
    list-style: none; }
  #emergency-menu.emergency-menu__wrapper .menu-item a {
    background: #e7171e;
    color: white;
    font-family: UniversLTPro-55Roman, sans-serif;
    font-size: 13.5px;
    letter-spacing: 0.5px;
    padding: 3px 5px; }
    #emergency-menu.emergency-menu__wrapper .menu-item a:hover {
      text-decoration: none !important; }

/**
 * Map overlay
 */
@media screen and (max-width: 58.75em) {
  .home .fancybox-wrap {
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important; } }

@media screen and (max-width: 58.75em) {
  .home .fancybox-inner {
    height: auto !important; } }

#map {
  width: 940px;
  overflow-x: hidden; }
  #map .acrow-map {
    min-height: 520px; }
  @media screen and (max-width: 58.75em) {
    #map {
      margin: 0 20px;
      width: auto; }
      #map .acrow-map {
        height: 0.55vw !important;
        min-height: 0px; } }

@media screen and (max-width: 58.75em) {
  .block-20 {
    display: none; } }

@media screen and (max-width: 58.75em) {
  .block-220, .block-460 {
    width: 100%; } }

@media screen and (min-width: 42.375em) and (max-width: 58.75em) {
  .block-220, .block-460 {
    width: calc(50% - 30px);
    margin-right: 15px; } }

@media screen and (max-width: 58.75em) {
  .features .feature {
    max-width: 9999px; }
    .features .feature .excerpt {
      display: none !important; }
    .features .feature h2 {
      display: inline !important;
      background: rgba(255, 255, 255, 0.75);
      float: left;
      width: 100%; } }

/**
 * Slideshow
 */
#jcycle-slideshow {
  background: #000000; }
  #jcycle-slideshow .slick-arrow {
    background-color: transparent;
    width: 60px;
    height: 60px;
    top: 42.5%; }
    @media screen and (max-width: 58.75em) {
      #jcycle-slideshow .slick-arrow {
        top: 32.5%; } }
  #jcycle-slideshow .slick-prev,
  #jcycle-slideshow .slick-next {
    background-size: 36px 36px; }
  #jcycle-slideshow .slideshow__slide {
    position: relative;
    height: 550px;
    background-size: cover;
    background-position: center center; }
    @media screen and (max-width: 58.75em) {
      #jcycle-slideshow .slideshow__slide {
        height: 350px; } }
  #jcycle-slideshow .slideshow__title {
    color: #ffffff;
    font-size: 100px;
    line-height: 120px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
    margin-bottom: 100px; }
    @media screen and (max-width: 58.75em) {
      #jcycle-slideshow .slideshow__title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 10px;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto; } }
  #jcycle-slideshow .slideshow__value {
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    width: 80%;
    max-width: 600px;
    margin: 0 auto 20px; }
    @media screen and (max-width: 58.75em) {
      #jcycle-slideshow .slideshow__value {
        font-size: 14px;
        line-height: 18px; } }
  #jcycle-slideshow .slideshow__text {
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
	margin-left: 5px;
    font-size: 14px;
    line-height: 18px; }
    @media screen and (max-width: 58.75em) {
      #jcycle-slideshow .slideshow__text {
        font-size: 14px;
        line-height: 18px;
        padding: 0 10px;
        height: 50px; } }
    #jcycle-slideshow .slideshow__text a {
      color: #feee35; }
      @media screen and (max-width: 58.75em) {
        #jcycle-slideshow .slideshow__text a {
          display: block; } }
    #jcycle-slideshow .slideshow__text-wrap {
      position: absolute;
      z-index: 1;
      left: 0;
      bottom: 0;
      width: 100%;
      /* background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%); */
      /* FF3.6-15 */
      /* background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%); */
      /* Chrome10-25,Safari5.1-6 */
      /* background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%); */
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); */
      /* IE6-9 */ }
  #jcycle-slideshow .slideshow__image {
    width: 100%;
    height: auto; }

/**
 * Features
 */
.features {
  width: 100%; }
  .features__feature {
    background-size: cover;
    background-position: center center;
    height: 420px;
    width: 33.3333%;
    float: left; }
    @media screen and (min-width: 42.375em) and (max-width: 58.75em) {
      .features__feature {
        width: 50%; } }
    @media screen and (max-width: 58.75em) {
      .features__feature {
        width: 100%; } }
    .features__feature-inner {
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
      background: rgba(255, 255, 255, 0.5);
      box-sizing: border-box;
      position: relative;
      padding: 10px;
      height: auto;
      height: 55px;
      overflow: hidden; }
      .features__feature:hover .features__feature-inner {
        background: rgba(0, 0, 0, 0.5);
        cursor: pointer;
        height: 100%; }
      @media screen and (max-width: 58.75em) {
        .features__feature-inner {
          background: rgba(0, 0, 0, 0.5);
          cursor: pointer;
          height: 100%; } }
    .features__feature-title {
      -webkit-transition: color 0.35s ease-in-out;
      -moz-transition: color 0.35s ease-in-out;
      transition: color 0.35s ease-in-out;
      font-family: "UniversLTPro-BoldCond", sans-serif;
      -webkit-font-smoothing: antialiased;
      font-size: 30px;
      line-height: 36px;
      font-weight: bold; }
      .features__feature:hover .features__feature-title {
        color: #ffffff; }
      @media screen and (max-width: 58.75em) {
        .features__feature-title {
          color: #ffffff; } }
    .features__feature-text {
      -webkit-font-smoothing: antialiased;
      font-size: 18px;
      line-height: 24px;
      color: #ffffff;
      padding-top: 10px; }
    .features__feature-link {
      color: #feee35;
      display: block; }
      .features__feature-link:hover {
        color: #feee35; }
    .features__feature-toggle {
      position: absolute;
      top: 15px;
      right: 15px;
      font-size: 32px;
      color: #333333;
      display: none;
      text-decoration: none;
      z-index: 999; }
      .features__feature-toggle:hover {
        text-decoration: none;
        color: #ffffff; }
      .features__feature:hover .features__feature-toggle {
        color: #ffffff; }
      @media screen and (max-width: 58.75em) {
        .features__feature-toggle {
          color: #ffffff; } }

/**
 * Latest News
 */
.latest-news {
  width: 100%;
  height: 300px; }
  .latest-news__title, .latest-news__post {
    height: 300px;
    width: 24%;
    float: left;
    background: #feee35;
    box-sizing: border-box;
    margin-top: 1%;
    margin-right: 1%;
    padding: 15px;
    position: relative; }
    @media screen and (max-width: 58.75em) {
      .latest-news__title, .latest-news__post {
        height: auto;
        width: 100%;
        margin: 0 0 10px; } }
  .latest-news__post {
    background-image: url("../img/bg-news-angle.png");
    background-position: bottom right;
    background-repeat: no-repeat; }
    .latest-news__post:last-of-type {
      margin-right: 0;
      width: 25%; }
      @media screen and (max-width: 58.75em) {
        .latest-news__post:last-of-type {
          width: 100%; } }
    .latest-news__post-title {
      font-family: "UniversLTPro-BoldCond", sans-serif;
      -webkit-font-smoothing: antialiased;
      font-size: 24px;
      line-height: 32px;
      margin: 10px 0;
      display: block; }
    .latest-news__post-link {
      font-family: "UniversLTPro-BoldCond", sans-serif;
      -webkit-font-smoothing: antialiased;
      font-size: 18px;
      color: #333333 !important;
      position: absolute;
      bottom: 15px;
      left: 15px; }
      @media screen and (max-width: 58.75em) {
        .latest-news__post-link {
          top: auto;
          left: auto;
          position: relative;
          display: block;
          margin: 20px 0 0 0; } }
  .latest-news__title {
    font-size: 36px;
    background: #000000;
    color: #feee35; }
  .latest-news__date {
    font-size: 16px;
    color: #333333; }

.entry-title--connection {
  background: #000000;
  color: #feee35;
  margin: 0 0 20px;
  padding: 10px !important; }
  @media screen and (max-width: 58.75em) {
    .entry-title--connection {
      margin-top: 0px !important; } }
  .entry-title--connection .inner {
    max-width: 940px;
    margin: 0 auto; }

.connection__author {
  display: block; }

.connection__date {
  display: block;
  margin: 10px 0;
  font-style: italic; }

.footer-menus::after {
  clear: both;
  content: "";
  display: table; }

.footer-menus__half {
  float: left; }
  .footer-menus__half--w360 {
    width: 360px; }
  .footer-menus__half--w560 {
    width: 560px; }
  @media screen and (max-width: 58.75em) {
    .footer-menus__half {
      padding-top: 10px;
      width: 50%; }
      .footer-menus__half--end {
        padding-top: 46px; }
        .footer-menus__half--end::after {
          clear: both;
          content: "";
          display: table; } }

.footer-menus__column {
  float: left;
  width: 105px; }
  .footer-menus__column--about {
    width: 150px; }
  .footer-menus__column--bridges {
    width: 150px; }
  .footer-menus__column--services {
    padding-top: 36px;
    width: 230px; }
  .footer-menus__column--shoring-systems {
    padding-top: 36px;
    width: 180px; }
  @media screen and (max-width: 58.75em) {
    .footer-menus__column {
      float: none;
      padding-top: 0;
      width: auto; }
      .footer-menus__column--about {
        margin: 20px 0; }
        .footer-menus__column--about ul {
          -webkit-column-count: 2;
          -moz-column-count: 2;
          column-count: 2;
          -webkit-column-gap: 0;
          -moz-column-gap: 0;
          column-gap: 0; }
      .footer-menus__column--contact, .footer-menus__column--locations {
        float: left;
        width: 50%; }
        .footer-menus__column--contact .white, .footer-menus__column--locations .white {
          display: none !important; }
      .footer-menus__column .yellow--no-mobile {
        display: none; } }

@media screen and (max-width: 58.75em) {
  .footer-menus a {
    line-height: 32px; } }

.footer-social {
  display: none; }

@media screen and (max-width: 58.75em) {
  #footer .container {
    margin-top: 10px; }
  #footer .white {
    height: 32px; }
    #footer .white a {
      color: #ffffff; }
  #footer-address {
    border-top: 1px solid #cccccc;
    float: left;
    max-width: none;
    padding: 32px 20px 32px 0;
    width: 50%; }
    #footer-address:before {
      clear: left;
      content: '';
      display: table; }
  .footer-social {
    border-top: 1px solid #cccccc;
    display: block;
    float: left;
    padding: 32px 0;
    width: 50%; }
    .footer-social::after {
      clear: both;
      content: "";
      display: table; }
    .footer-social a {
      float: left;
      max-width: 50px;
      width: 33%; }
  #footer-legal {
    margin: 0 0 12px 0;
    text-align: left; }
    #footer-legal span {
      display: block; }
    #footer-legal:before {
      clear: left;
      content: '';
      display: table; } }

@media screen and (max-width: 1140px) {
  #toplink {
    display: none; } }

.menu-item-2560 {
  list-style-type: none; }

.footer-mission {
  background-color: #373737;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  color: #feee35;
  text-align: center;
  padding: 15px 15px 12px;
  display: block;
  font-weight: normal !important; }
  .footer-mission__sup {
    font-size: 14px; }

.footer-menus {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  width: 100%;
  flex-flow: row nowrap; }
  @media (max-width: 1000px) {
    .footer-menus {
      flex-flow: column wrap; } }
  .footer-menus ul {
    margin: 0;
    padding: 0; }
  .footer-menus > div {
    flex: 1 auto;
    padding-right: 15px; }
  .footer-menus .footer-menus__half {
    float: left;
    padding-right: 0; }
    .footer-menus .footer-menus__half--end {
      display: flex;
      justify-content: flex-start;
      align-content: flex-start; }
      .footer-menus .footer-menus__half--end > div {
        flex: 1 auto;
        padding-right: 5px; }
  .footer-menus .footer-menus__column {
    width: auto; }
    .footer-menus .footer-menus__column--technical {
      padding-top: 36px; }
    .footer-menus .footer-menus__column--shoring-systems {
      padding-top: 36px; }
    .footer-menus .footer-menus__column--services {
      max-width: 150px;
      padding-top: 0; }

.attachments__quote--no-icon {
  min-height: 41px; }

@media screen and (max-width: 58.75em) {
  .attachments {
    margin-top: 20px;
    max-width: none; }
    .attachments::after {
      clear: both;
      content: "";
      display: table; }
    .attachments__pdf, .attachments__quote {
      float: left;
      height: 70px;
      overflow: hidden;
      position: relative;
      width: 40%;
      width: calc(50% - 10px); }
      .attachments__pdf:nth-child(even), .attachments__quote:nth-child(even) {
        margin-left: 20px; }
    .attachments__caption {
      margin: 0 !important;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .attachments__caption a, .attachments__caption p {
        line-height: 20px !important;
        margin: 0 !important;
        max-width: 100% !important; }
      .attachments__pdf .attachments__caption {
        left: 50px;
        width: calc(100% - 60px) !important; }
      .attachments__quote .attachments__caption {
        left: 20px;
        right: 10px; }
    .attachments__icon {
      background-size: 30px auto !important;
      height: 30px !important;
      left: 10px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 30px !important; } }

@media screen and (max-width: 58.75em) {
  #attachments {
    margin-left: 0; }
    #attachments .requestlink {
      min-height: 50px; }
      #attachments .requestlink .icon {
        display: none; }
      #attachments .requestlink .caption a {
        margin-top: 0;
        line-height: 50px; } }

@media screen and (max-width: 545px) {
  .attachments__pdf, .attachments__quote {
    height: 90px; } }

@media screen and (max-width: 500px) {
  .attachments__pdf, .attachments__quote {
    height: 130px; } }

@media screen and (max-width: 415px) {
  .attachments__pdf, .attachments__quote {
    float: none;
    height: 70px;
    width: auto; }
    .attachments__pdf:nth-child(even), .attachments__quote:nth-child(even) {
      margin-left: 0; }
  .attachments:after {
    clear: none;
    display: none; } }

.page-template-all-childern-pages-content-attachments .attachments .requestlink .icon {
  background: url(../img/icon-pdf.png) center center no-repeat; }

@media screen and (min-width: 58.8125em) {
  .page-template-all-childern-pages-content-attachments .attachments .requestlink.attachments--has-icon .icon {
    position: relative;
    right: 14px;
    top: 6px; } }

@media screen and (max-width: 58.75em) {
  .bridge-type .feature-image {
    margin: 20px 0; }
  .bridge-type .feature-bottom-image {
    display: none; } }

.bridge-type {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px;
  padding-bottom: 40px; }
  .bridge-type:last-child {
    border-bottom-color: rbga(0, 0, 0, 0); }
  @media screen and (max-width: 58.75em) {
    .bridge-type {
      margin-bottom: 20px;
      padding-bottom: 20px; } }

@media screen and (max-width: 58.75em) {
  .entry-title {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1;
    margin-top: 20px; } }

@media screen and (max-width: 58.75em) {
  .overview .overview-items {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding-left: 0; }
    .overview .overview-items h2 {
      margin-left: 0; } }

@media screen and (max-width: 58.75em) {
  .overview .overview-items .post-thumb {
    max-width: 100%; } }

@media screen and (max-width: 58.75em) {
  .overview .overview-items .post-thumb img {
    height: auto;
    width: 100%; } }

@media screen and (max-width: 58.75em) {
  .overview .overview-items table {
    float: left;
    width: 100%; }
    .overview .overview-items table td {
      height: auto !important; }
      .overview .overview-items table td h2 {
        margin: 0 0 32px; } }

@media screen and (max-width: 58.75em) {
  .attachments > * {
    min-height: 50px; } }

@media screen and (max-width: 58.75em) {
  .attachments {
    margin-left: 0 !important; }
    .attachments .pdf .icon {
      width: 41px; }
    .attachments .pdf .caption {
      margin-top: 4px; } }

@media screen and (max-width: 58.75em) {
  .attachments .requestlink {
    line-height: 50px; }
    .attachments .requestlink .icon {
      display: none; } }

.feature-middle-image img {
  min-width: 100%; }

@media screen and (max-width: 58.75em) {
  .feature-middle-image-middle {
    margin: 20px 0; } }

.acrow__extra {
  margin-bottom: 32px; }
  .acrow__extra:before {
    content: "";
    height: 1px;
    width: 100%;
    float: left;
    margin-bottom: 64px;
    height: 1px;
    background: #ccc; }

/*
 * hack for design-engineering page
 */
body.page-id-95 #attachments {
  display: none; }

body.page-id-95 .span8 {
  width: 100%; }

@media screen and (max-width: 58.75em) {
  body.page-id-73 .last.column {
    margin-top: -100px; } }

.products-and-services {
  list-style: none;
  margin: 0; }
  .products-and-services::after {
    clear: both;
    content: "";
    display: table; }
  .products-and-services__page {
    display: block;
    float: left;
    min-height: 110px;
    padding: 40px 0;
    position: relative;
    width: 50%; }
    @media screen and (max-width: 58.75em) {
      .products-and-services__page {
        float: none;
        margin: 20px 0;
        padding: 0;
        width: auto; } }
  .products-and-services__page-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 110px;
    width: 220px; }
    @media screen and (max-width: 42.3125em) {
      .products-and-services__page-image {
        height: 150px;
        width: 100%; } }
  .products-and-services__page-title {
    color: #333333;
    font-family: universltpro-65bold, Verdana, sans-serif;
    font-size: 1.5625rem;
    line-height: 1.875rem;
    left: 240px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .products-and-services__page-title:hover {
      color: #333333;
      text-decoration: underline; }
    @media screen and (max-width: 42.3125em) {
      .products-and-services__page-title {
        left: none;
        margin-top: 10px;
        position: static;
        top: none;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); } }

.split-content p {
  margin-bottom: 20px; }

.split-content--twocolumns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px; }
  .split-content--twocolumns p {
    display: inline-block; }

@media screen and (max-width: 42.3125em) {
  .split-content {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; } }

.page-template-locations .span7 > div {
  max-width: 450px; }
  @media screen and (max-width: 58.75em) {
    .page-template-locations .span7 > div {
      max-width: 100%; } }

.page-template-locations .acf-map {
  border: 1px solid black; }

.page-template-locations article {
  display: block;
  margin: 3em 0; }
  .page-template-locations article h2 {
    font-size: 1rem;
    line-height: 1.4rem;
    margin-bottom: .5em;
    padding-bottom: 0; }

.wpml-ls-legacy-list-vertical .wpml-ls-item {
  font-size: 11px;
  width: 149px; }

.news .post-list {
  max-width: 100%; }
  @media screen and (min-width: 42.375em) and (max-width: 58.75em) {
    .news .post-list {
      max-width: calc(50% - 40px);
      margin-right: 20px; } }
  @media screen and (max-width: 58.75em) {
    .news .post-list .posts {
      padding-right: 0;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid black; } }
  @media screen and (max-width: 58.75em) {
    .news .post-list .thumb {
      max-width: 100%;
      margin-bottom: 4px;
      text-align: left; } }
  @media screen and (max-width: 58.75em) {
    .news .post-list #attachments {
      margin-left: 0; }
      .news .post-list #attachments a {
        margin-left: 0 !important; } }

@media screen and (max-width: 58.75em) {
  body.search-results .post, body.search-results .page {
    margin: 14px 0;
    border-bottom: 1px solid black; }
    body.search-results .post h2, body.search-results .page h2 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.33; } }

.contact-address {
  position: absolute;
  top: 300px;
  margin-left: 35px; }
  @media screen and (max-width: 58.75em) {
    .contact-address {
      margin: 20px 0 0 0;
      position: static; } }

@media screen and (max-width: 58.75em) {
  .contact-tabs {
    padding-top: 8px !important; }
    .contact-tabs .span3 {
      margin-left: 0; } }

@media screen and (max-width: 58.75em) {
  body.page-id-12 #tabs, body.parent-pageid-12 #tabs {
    padding-top: 8px; }
    body.page-id-12 #tabs .span3, body.parent-pageid-12 #tabs .span3 {
      position: relative !important;
      top: 0 !important;
      margin-left: 0 !important; }
  body.page-id-12 .entry-title, body.parent-pageid-12 .entry-title {
    color: transparent;
    position: relative; }
    body.page-id-12 .entry-title:after, body.parent-pageid-12 .entry-title:after {
      content: "Contact Us";
      color: black;
      position: absolute;
      top: 0;
      right: 0;
      left: 0; } }

@media screen and (max-width: 58.75em) {
  #tech-info-form-container.form {
    width: 100%;
    padding: 0 10px; } }

#media-library-request-brochure-container {
  max-width: 620px;
  left: 0;
  right: 0;
  margin: 0 auto; }
  @media screen and (max-width: 58.75em) {
    #media-library-request-brochure-container {
      min-width: 0; } }

@media screen and (max-width: 58.75em) {
  form.w2llead .form-item {
    width: 100%; } }

@media screen and (max-width: 58.75em) {
  form #requiredfieldsmsg {
    position: relative;
    top: 0;
    right: initial;
    bottom: initial;
    left: 0; } }

@media screen and (max-width: 58.75em) {
  .w2linput.text {
    height: 30px; } }

/*
 *  @templates: single-case-study.php
 */
.case-study__gallery {
  margin-bottom: 32px; }

.case-study__body {
  padding-right: 20px;
  box-sizing: border-box; }

@media screen and (max-width: 58.75em) {
  .case-study__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2; } }

.case-study__subtitle {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: UniversLTPro-55Roman !important;
  font-weight: 100;
  line-height: 1.33;
  margin-bottom: 20px; }
  @media screen and (max-width: 58.75em) {
    .case-study__subtitle {
      font-size: 20px;
      font-size: 1.25rem; } }

.case-study__blurb {
  font-family: UniversLTPro-55Roman !important;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 100; }
  @media screen and (max-width: 42.3125em) {
    .case-study__blurb {
      line-height: 1.33;
      font-size: 18px;
      font-size: 1.125rem; } }

.case-study__description {
  line-height: 1.5; }

.case-study__list {
  float: left;
  list-style-type: none; }
  .case-study__list-item {
    position: relative; }
    .case-study__list-item:before {
      content: '-';
      position: absolute;
      margin-left: -12px; }

.sidebar__title {
  margin-bottom: 0; }

.sidebar__subtitle {
  margin-bottom: 8px;
  float: left; }

.sidebar__image {
  margin-bottom: 8px; }

.sidebar__pdf-link {
  background: white;
  display: block;
  height: 50px;
  width: 100%;
  padding-left: 50px;
  position: relative;
  box-sizing: border-box;
  color: black;
  font-family: "UniversLTPro-65Bold", sans-serif;
  padding-top: 6px;
  overflow: hidden; }
  .sidebar__pdf-link::after {
    clear: both;
    content: "";
    display: table; }
  .sidebar__pdf-link:before {
    content: url("/wp-content/themes/acrow-bridges/img/icon-pdf.png");
    position: absolute;
    top: 5px;
    left: 4px; }

.post-type-archive-acrow-case-study {
  box-sizing: border-box;
  /* clear fix */ }
  .post-type-archive-acrow-case-study #main-content {
    padding-top: 10px; }
  .post-type-archive-acrow-case-study .grid:after {
    content: '';
    display: block;
    clear: both; }
  .post-type-archive-acrow-case-study .grid-item {
    float: left;
    width: 205px;
    height: 113.5px; }
  .post-type-archive-acrow-case-study .case-studies {
    margin: 35px 0 0 0;
    padding: 0; }
    .post-type-archive-acrow-case-study .case-studies .case-study {
      display: block;
      margin: 0 20px 20px 0; }
  .post-type-archive-acrow-case-study .box {
    cursor: pointer;
    color: black;
    background: white;
    height: 100%;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center; }
    .post-type-archive-acrow-case-study .box:hover {
      background-color: #fedc01;
      color: black;
      text-decoration: none; }
    .post-type-archive-acrow-case-study .box h2 {
      font-family: Arial, sans-serif !important;
      font-size: 15px;
      line-height: 20px;
      font-weight: 400;
      padding: 1em; }
  .post-type-archive-acrow-case-study .filter-area {
    margin-bottom: 10px; }
    .post-type-archive-acrow-case-study .filter-area > strong:first-child {
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 10px;
      display: block; }
    .post-type-archive-acrow-case-study .filter-area button {
      list-style: none;
      display: inline-block;
      background: transparent;
      color: black;
      text-align: center;
      padding: 4px 20px;
      border: 1px solid black;
      border-radius: 2px;
      margin-right: 5px;
      margin-bottom: 10px;
      font-size: 16px; }
      .post-type-archive-acrow-case-study .filter-area button:hover,
      .post-type-archive-acrow-case-study .filter-area button .active {
        background-color: black;
        color: #fedc01;
        text-decoration: none; }

.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  color: transparent;
  height: 30px;
  width: 30px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 99; }
  .slick-arrow:focus {
    outline: none; }

.slick-next {
  right: 0;
  background-image: url("/wp-content/themes/acrow-bridges/img/chevron-right.svg"); }

.slick-prev {
  background-image: url("/wp-content/themes/acrow-bridges/img/chevron-left.svg"); }

.mobile-language {
  display: none; }
  @media screen and (max-width: 64em) {
    .mobile-language {
      background: #000000;
      display: block;
      padding: 0 10px; }
      .mobile-language__list #lang_sel_list {
        width: 100%; }
        .mobile-language__list #lang_sel_list ul {
          border: none; }
          .mobile-language__list #lang_sel_list ul li {
            margin-right: 20px !important;
            width: auto; }
            .mobile-language__list #lang_sel_list ul li a {
              background: transparent;
              border: none;
              color: #f7eb14 !important;
              display: block;
              font-size: 12px;
              height: 26px;
              line-height: 26px;
              margin: 0;
              padding: 0;
              text-decoration: underline !important; }
              .mobile-language__list #lang_sel_list ul li a.lang_sel_sel {
                text-decoration: none !important; }
                .mobile-language__list #lang_sel_list ul li a.lang_sel_sel:hover {
                  cursor: default; } }

@media screen and (max-width: 58.75em) {
  *, *:before, *:after {
    box-sizing: border-box; } }
