@import url("https://fonts.googleapis.com/css?family=Chivo|Chivo:900|Chivo:800|Chivo:700");
/*
 Theme Name: Guy M Turner
 Theme URI: http://underscores.me/
 Author: Red Letter Marketing
 Author URI: http://redlettermarketing.com
 Description: Guy M Turner WP Theme
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: guymturner
 Tags:
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 Guy M Turner is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
 */
body {
  background-color: #fff;
  font-family: 'Chivo', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  color: #232c2e;
}
h1, h2, h3, h4, h5 {
  font-weight: 800;
  line-height: 1.3em;
  margin-bottom: 22px;
}
h1 {
  font-size: 26px;
  color: #bd1340;
  text-transform: uppercase;
}
h2 {
  font-size: 32px;
}
h3 {
  margin-bottom: 12px;
}
p {
  font-size: 16px;
  line-height: 1.6em;
}
a {
  color: #52616d;
}
strong {
  font-weight: 800;
}
ul {
  padding-left: 18px;
  list-style-type: square;
  color: #232c2e;
}
li {
  line-height: 32px;
}
.featured-img-description {
  position: absolute;
  width: 375px;
  height: 100%;
  background: #bd1340;
  padding: 44px;
}
.featured-img-description .title {
  margin-bottom: 94px;
}
.featured-img-description h1 {
  margin-top: 0;
  text-transform: uppercase;
}
.featured-img-description * {
  color: #fff;
}
.img-responsive__mixin, .mod-services-wrapper .thumb-container img, .mod-testimonial-wrapper .testimonial__img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.mod-stack-image {
  margin-top: 38px;
  list-style: none;
  padding-left: 0;
}
.mod-stack-image li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 38px;
}
.mod-stack-image li:last-child {
  border-bottom: none;
}
.mod-stack-image li a {
  text-decoration: none;
  text-transform: uppercase;
}
.mod-stack-image li a span {
  font-weight: bold;
  color: #bd1340;
}
.mod-slider {
  margin-bottom: 80px;
  overflow: hidden;
}
.mod-slider-wrapper {
  background: #e3dfcf;
  margin-bottom: 60px;
  height: 400px;
  position: relative;
}
.mod-slider-wrapper .slider-inner-wrapper {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: opacity 1s linear;
}
.mod-slider-wrapper .bx-wrapper {
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
}
.mod-slider-wrapper .mod-slider__zoom {
  right: 15px;
}
.mod-featured-project .bx-wrapper {
  border: 0;
  box-shadow: none;
  width: 1065px;
}
div.preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -31px;
  margin-left: -31px;
  width: 62px;
  height: 62px;
  background-image: url(/wp-content/themes/guymturner/svg/preloader.svg);
}
.mobile-banner {
  background: #e3dfcf;
  margin-bottom: 38px;
  padding: 44px 0;
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.mobile-banner__copy {
  padding: 26px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  position: relative;
  background: rgba(82, 97, 109, 0.75);
  color: #fff;
}
.mobile-banner__link {
  text-align: center;
  margin-top: 20px;
}
.mod-three-col-wrapper {
  background: #e3dfcf;
}
.mod-three-col-wrapper .tabs {
  background: #fff;
  overflow: hidden;
}
.mod-three-col-wrapper .tabs .cols {
  padding-right: 0;
}
.mod-three-col-wrapper .tabs .cols:not(:first-child) {
  padding-left: 6px;
}
.mod-three-col-wrapper .tabs .tab {
  display: inline-block;
  background: #52616d;
  width: 100%;
  cursor: pointer;
  color: #e8e8e8;
  padding: 22px;
  font-size: 22px;
  font-weight: bold;
}
.mod-three-col-wrapper .tabs .tab.active {
  background: #e3dfcf;
  color: #242c2e;
}
.mod-three-col-wrapper .content-wrapper {
  overflow: hidden;
  background: #fff;
}
.mod-three-col-wrapper .content {
  background: #e3dfcf;
  display: none;
  padding: 35px;
}
.mod-three-col-wrapper .mobile-title {
  display: none;
  background: #52616d;
  width: 100%;
  cursor: pointer;
  color: #e8e8e8;
  padding: 22px;
  font-size: 22px;
  font-weight: bold;
}
.mod-three-col-wrapper .mobile-title span {
  float: right;
  margin-top: 4px;
}
.mod-three-col-wrapper .mobile-title.active {
  background: #e3dfcf;
  color: #242c2e;
  padding-bottom: 0;
}
.mod-three-col-wrapper .mobile-title.active span {
  margin-top: 0;
}
#mod-equipments-slider {
  max-width: 785px;
}
.mod-services-wrapper {
  margin-top: 30px;
}
.mod-services-wrapper .thumb-container {
  position: relative;
  margin-bottom: 30px;
}
.mod-services-wrapper .thumb-container .service-title {
  bottom: 0;
  width: 100%;
  padding: 2rem 3rem;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #52616d;
  position: relative;
}
.mod-services-wrapper .thumb-container .service-title span {
  position: absolute;
  right: 1.8rem;
  top: 1.5rem;
  padding-top: 3px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}
.mod-services-wrapper .thumb-container .service-title.active span {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mod-services-wrapper .thumb-container .service-title ul.sub-menus {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 20px;
  z-index: 4444;
  background-color: #e3dfcf;
  padding: 10px 10px 22px;
  list-style: none;
  z-index: 2;
}
.mod-services-wrapper .thumb-container .service-title ul.sub-menus li {
  margin-left: 12px;
}
.mod-services-wrapper .thumb-container .service-title ul.sub-menus li:first-child {
  margin-top: 6px;
}
.mod-services-wrapper .thumb-container .service-title ul.sub-menus a {
  font-size: 18px;
  font-weight: normal;
  color: #52616d;
  text-decoration: none;
}
.mod-services-wrapper .thumb-container .service-title ul.sub-menus a:hover {
  color: #bd1340;
}
.mod-services-wrapper .thumb-container .service-title > a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mod-services-wrapper .thumb-container > a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-testimonial-wrapper .mod-testimonial-wrapper__box {
  padding: 35px 20px;
  margin: 25px 15px 45px 15px;
  background-color: #e3dfcf;
}
.mod-testimonial-wrapper .testimonial__content {
  padding: 3.5rem 1rem;
  text-align: right;
}
.mod-testimonial-wrapper .testimonial__content__testimony {
  line-height: 1.6;
  font-style: italic;
}
.mod-testimonial-wrapper .testimonial__content__author {
  padding-top: 2rem;
  font-size: 14px;
  color: #52616d;
}
.mod-location-thumb {
  margin-top: 38px;
}
.mod-location-thumb__item {
  position: relative;
  margin-bottom: 32px;
}
.mod-location-thumb__item__title {
  bottom: 0;
  width: 100%;
  padding: 2rem 1.5rem;
  font-weight: bold;
  color: #fff;
  background-color: #52616d;
}
.mod-location-thumb__item__title a {
  color: #fff;
  font-size: 16px;
}
.mod-location-thumb__item__title div {
  float: right;
  margin-top: -4px;
}
.mod-location-thumb__item__title img {
  width: 32px;
}
.mod-location-thumb__service-icons {
  margin-top: 60px;
}
.mod-location-thumb__service-icons > div {
  display: inline-block;
  margin-right: 26px;
  font-size: 12px;
}
.mod-location-thumb__service-icons > div img {
  width: 32px;
}
.mod-location-thumb__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mod-location-map {
  margin-bottom: 38px;
}
.mod-location-map .mobile-indicator {
  display: none;
}
.mod-location-map .inner-wrapper {
  background: #e3dfcf;
}
.mod-location-map .mob-service-text {
  color: #fff;
  padding: 4px 0;
  cursor: pointer;
}
.mod-location-map .filter__service {
  margin-top: 16px;
}
.mod-location-map .outer-container {
  position: relative;
}
.mod-location-map span.glyphicon {
  color: #fff;
  position: absolute;
  right: 16px;
  top: 10px;
}
.mod-location-map .filter {
  background: #232c2e;
  padding: 16px;
}
.mod-location-map .service-wrapper {
  display: inline-block;
  margin-right: 16px;
}
.mod-location-map .service-wrapper label {
  font-weight: normal;
  cursor: pointer;
  color: #fff;
  vertical-align: middle;
}
.mod-location-map .map-wrapper {
  position: relative;
  font-size: 12px;
}
.mod-location-map .map-wrapper #canvas {
  height: 480px;
  width: 100%;
}
.mod-location-map .map-wrapper .info-below {
  display: none;
}
.mod-location-map .map-wrapper .location-info {
  width: 400px;
  height: 300px;
  position: absolute;
  bottom: 60px;
  background: #fff;
  left: 40px;
  padding: 30px;
  display: none;
}
.mod-location-map .map-wrapper .location-info.desktop {
  display: none;
}
.mod-location-map .map-wrapper .location-info span.glyphicon-remove {
  position: absolute;
  right: 12px;
  top: 12px;
  opacity: 0.5;
  cursor: pointer;
  color: inherit;
}
.mod-location-map .map-wrapper .location-info span.glyphicon-remove:hover {
  opacity: 1;
}
.mod-location-map .map-wrapper .location-info h2 {
  color: #bd1340;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
.mod-location-map .map-wrapper .location-info h3 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mod-location-map .map-wrapper .location-desc {
  width: 300px;
  background: transparent;
  font-size: 10px;
  margin: 0;
  border-radius: 6px;
  font-weight: bold;
  height: 150px;
  position: absolute;
  top: 136px;
  right: 44px;
  display: none;
}
.mod-location-map .map-wrapper .location-desc--heavy-haul, .mod-location-map .map-wrapper .location-desc--rigging {
  top: 222px;
}
.mod-location-map .map-wrapper .location-desc__content {
  padding: 16px;
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: normal;
}
.mod-location-map .map-wrapper .service-list ul {
  list-style: none;
  padding: 0;
}
.mod-location-map .map-wrapper .service-list li {
  margin-bottom: 7px;
  line-height: 1.8em;
}
.mod-location-map .map-wrapper .location-url {
  position: absolute;
  bottom: 0;
  right: 0;
}
.mod-location-map .map-wrapper .location-url a {
  color: #fff;
  display: block;
  background: #bd1340;
  padding: 9px;
  width: 110px;
  font-weight: bold;
  text-decoration: none;
  padding-left: 14px;
}
.mod-location-map .map-wrapper .location-url span {
  float: right;
}
.mod-location-map .location-info.mobile {
  display: none;
  border-bottom: 1px solid #e0e3e5;
  padding-bottom: 36px;
}
.mod-location-map .location-info.mobile .location-url a {
  padding: 6px 8px;
  font-size: 12px;
  margin-top: 16px;
}
.mod-location-map .location-info.mobile h2 {
  color: #bd1340;
  text-transform: uppercase;
  margin-bottom: 0;
}
.mod-location-map .location-info.mobile h3 {
  font-size: 16px;
}
.mod-location-map .location-info.mobile ul {
  padding-left: 20px;
}
.service-location .mod-location-map .inner-wrapper {
  background: #fff;
}
.service-location .mod-location-map .filter {
  display: none;
}
.mod-section-banner {
  background: #e3dfcf;
  margin-bottom: 38px;
}
.mod-section-banner .inner-wrapper {
  position: relative;
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.mod-section-banner .img-svg {
  padding: 40px 0;
}
.banner__right__col {
  padding-left: 0;
}
.banner__left__col {
  padding-right: 0;
}
.banner__right__col__bg {
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 400px;
}
.desc {
  height: 400px;
  background: #bd1340;
  padding: 40px;
}
.desc * {
  color: #fff;
}
.desc h1 > span {
  font-weight: 900;
  display: inline;
}
.affiliations .logos__row {
  margin: 0 auto;
  width: 1060px;
  overflow: hidden;
}
.affiliations .logos__row__item {
  float: left;
  padding: 3rem 30px 1rem 0;
}
.mod-slider .bx-wrapper .bx-controls-direction a {
  z-index: 1;
}
.mod-slider .mod-slider__bxslider .bx-controls-direction {
  display: none;
}
.mod-slider .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.mod-slider__zoom {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  cursor: zoom-in;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4444;
}
.mod-slider__zoom span {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
  margin-left: 10px;
}
.mod-slider-zoomed__fancybox {
  display: none;
}
.mod-slider__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.5);
  z-index: 3333;
  display: none;
}
.mod-loc-service-btn {
  margin-top: 38px;
  margin-bottom: 38px;
}
.mod-branch-info {
  margin-bottom: 60px;
}
.mod-zoomed__mini-image img {
  cursor: zoom-in;
}
.mod-zoomed__inner-container {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 3300px;
  height: 3388px;
  overflow: hidden;
  z-index: 5555;
  cursor: url('/wp-content/themes/guymturner/images/openhand.gif'), url('/wp-content/themes/guymturner/images/openhand.cur'), default;
}
.mod-zoomed__inner-container > .glyphicon-remove {
  color: #bd1340;
  font-size: 40px;
  position: fixed;
  top: 44px;
  left: 24px;
  cursor: pointer;
}
.mod-zoomed__inner-container__position-tracking {
  position: fixed;
  border: 1px solid #ddd;
  top: 62px;
  left: 24px;
  padding: 10px;
  background: #fff;
}
.mod-zoomed__inner-container__position-tracking h3 {
  font-size: 14px;
}
.mod-zoomed__inner-container__img-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.mod-zoomed__inner-container__post-group {
  z-index: 6666;
  padding: 0.5em;
  border: 1px solid #ddd;
  position: absolute !important;
  height: 40px;
  width: 156px;
  background: #eee;
  top: 398px;
  left: 24px;
  opacity: 0.4;
}
.mod-zoomed__inner-container__post-group .popup-trigger {
  cursor: pointer;
}
.mod-zoomed__inner-container__post-group .popup-trigger h4 {
  font-weight: 400;
  margin-top: 16px;
}
.mod-zoomed__inner-container__post-group .popup-trigger .landing-page {
  float: right;
  margin-top: 25px;
}
.mod-zoomed__inner-container__post-group .popup-trigger .glyphicon-remove {
  position: absolute;
  left: -12px;
  font-size: 24px;
  opacity: 0.4;
  top: -10px;
}
.mod-zoomed__inner-container__post-group .popup-trigger .glyphicon-remove:hover {
  opacity: 1;
}
.mod-zoomed__inner-container__post-group .arrow_box {
  position: absolute;
  background: #fffaf0;
  border: 1px solid #ddd;
  padding: 15px;
  top: 60px;
  display: none;
}
.mod-zoomed__inner-container__post-group .arrow_box:after, .mod-zoomed__inner-container__post-group .arrow_box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.mod-zoomed__inner-container__post-group .arrow_box:after {
  border-color: rgba(255, 250, 240, 0);
  border-bottom-color: #fffaf0;
  border-width: 18px;
  margin-left: -18px;
}
.mod-zoomed__inner-container__post-group .arrow_box:before {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #ddd;
  border-width: 19px;
  margin-left: -19px;
}
.mod-zoomed__outside-container {
  position: absolute;
  z-index: 5555;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.mod-zoomed__outside-container .draggable {
  z-index: 6666;
}
.hide-sub-label .ginput_container span label {
  display: none;
}
header#masthead {
  display: none;
  z-index: 1060;
  background: #fff;
}
header#masthead .mini-header {
  padding: 6px 0;
  background-color: #232c2e;
}
header#masthead .mini-header .left-content {
  float: left;
}
header#masthead .mini-header .left-content span {
  color: #e3dfcf;
  font-size: 12px;
  font-weight: bold;
  margin-right: 30px;
}
header#masthead .mini-header .right-content {
  float: right;
}
header#masthead .mini-header .right-content a {
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
  color: #e3dfcf;
  text-decoration: none;
}
header#masthead .mini-header .right-content .search {
  margin-left: 15px;
}
header#masthead .mini-header .right-content .search img {
  cursor: pointer;
}
header#masthead .main-nav-wrapper {
  transition: all 0.25s ease-in-out;
  box-shadow: 0px 5px 8px rgba(116, 116, 116, 0.25);
}
header#masthead .main-nav-wrapper .site-branding {
  float: left;
}
header#masthead .main-nav-wrapper .site-branding img {
  max-width: 150px;
  padding: 10px 0;
  transition: all 0.5s ease-in-out;
}
header#masthead .main-nav-wrapper .main-navigation {
  float: right;
  padding: 15px 0;
  transition: all 0.25s ease-in-out;
}
header#masthead .main-nav-wrapper ul.menu > li {
  transition: all 0.5s ease-in-out;
}
header#masthead .main-nav-wrapper ul.menu > li:last-child {
  margin-right: 0;
}
header#masthead .main-nav-wrapper ul.menu > li a {
  transition: all 0.5s ease-in-out;
}
header#masthead .main-nav-wrapper.minified .site-branding {
  float: left;
}
header#masthead .main-nav-wrapper.minified .site-branding img {
  max-width: 90px;
}
header#masthead .main-nav-wrapper.minified .main-navigation {
  padding: 0;
}
header#masthead .main-nav-wrapper.minified .main-navigation .main-menu > li {
  padding: 14px 6px;
  margin-right: 17px;
}
header#masthead .main-nav-wrapper.minified .main-navigation .main-menu > li a {
  font-size: 15px;
}
header#masthead .main-nav-wrapper.minified .main-navigation .main-menu > li > ul.sub-menu {
  padding-top: 14px;
  margin-left: -21px;
}
header#masthead .main-nav-wrapper.minified .main-navigation .main-menu > li > ul.sub-menu a {
  padding: 8px 22px;
}
header#masthead .main-nav-wrapper.minified .mm__item__box {
  top: 50px;
}
header#masthead #search-form, header#masthead #quote-form {
  display: none;
}
header#masthead .search-form {
  position: fixed;
  width: 100%;
  top: 0;
}
header#masthead .search-form__close {
  position: absolute;
  color: #fff;
  background: #bd1340;
  padding: 6px 10px;
  font-size: 20px;
  right: 0;
  cursor: pointer;
  z-index: 222;
}
header#masthead .search-form__input {
  text-align: center;
  background: #232c2e;
  color: #e3dfcf;
  font-size: 26px;
  padding: 34px 20px;
  font-weight: bold;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  position: fixed;
  width: 100%;
}
body.single-cp_careers ul {
  padding-left: 18px;
}
body.overflow-hidden {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-y: hidden;
  overflow-x: hidden;
}
body.fix-mobile-nav {
  top: 80px;
}
#breadcrumbs {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  text-transform: uppercase;
  font-size: 12px;
}
#breadcrumbs li.item-current {
  color: 838383;
}
#breadcrumbs .seperator {
  font-size: 18px;
  font-weight: 100;
  color: #ccc;
}
div#content {
  margin-top: 118px;
}
div#content .content-area {
  overflow: hidden;
}
div#content h1.entry-title {
  text-transform: uppercase;
}
/*Footer Styles*/
footer .row .col-md-4 {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  footer .row .col-md-4 input, footer .row .col-md-4 .gmt__btn {
    width: 100% !important;
  }
}
footer#colophon {
  margin-top: 60px;
}
footer#colophon .inner-wrapper {
  background-color: #232c2e;
  padding: 42px 0;
}
footer#colophon .footer-column-wrapper {
  color: #e3dfcf;
}
footer#colophon .footer-column-wrapper .title {
  color: #e8e8e8;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: bold;
}
footer#colophon .footer-column-wrapper .content * {
  font-size: 14px;
}
footer#colophon .footer-column-wrapper .validation_error {
  color: #e3dfcf;
}
footer#colophon .footer-column-wrapper .subscribe-input .gfield_label {
  display: none;
}
footer#colophon .footer-column-wrapper .subscribe-input input {
  background: #000;
  border: none;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  width: 278px;
  color: #838383;
}
footer#colophon .footer-column-wrapper .subscribe-input.gfield_error {
  padding-left: 12px;
}
footer#colophon .footer-column-wrapper .gform_wrapper .gform_footer {
  margin-top: 8px;
}
footer#colophon .footer-column-wrapper .gform_button {
  background-color: #52616d;
  color: #fff;
  border: none;
  padding: 1.25rem 4rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
footer#colophon .footer-column-wrapper .gform_button:hover {
  background-color: #3d4c58;
}
footer#colophon .copy-right {
  background: #000;
}
footer#colophon .copy-right p {
  margin: 0;
  padding: 1.5rem 0;
  color: #e8e8e8;
  font-size: 12px;
}
footer#colophon .footer-quote {
  overflow: hidden;
  cursor: pointer;
  background: #bd1340;
  color: #fff;
  position: fixed;
  width: 100%;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  padding: 10px;
  -webkit-transform: translate3d(0, 150px, 0);
  -moz-transform: translate3d(0, 150px, 0);
  -o-transform: translate3d(0, 150px, 0);
  -ms-transform: translate3d(0, 150px, 0);
  transform: translate3d(0, 150px, 0);
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  -webkit-user-select: none;
}
footer#colophon .footer-quote.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
footer#colophon .footer-quote .footer-quote__icon {
  float: left;
  width: 100px;
}
footer#colophon .footer-quote .footer-quote__text {
  margin: 0 100px;
  text-align: center;
}
footer#colophon .footer-quote .footer-quote__text__mini {
  display: none;
}
footer#colophon .footer-quote .footer-quote__minimize {
  float: right;
  width: 100px;
}
footer#colophon .footer-quote.footer-quote--minimize {
  width: 112px;
  right: 20px;
  bottom: 20px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
}
footer#colophon .footer-quote.footer-quote--minimize .footer-quote__icon {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
footer#colophon .footer-quote.footer-quote--minimize .footer-quote__text {
  margin: auto;
  display: inline-block;
}
footer#colophon .footer-quote.footer-quote--minimize .footer-quote__text__mini {
  display: block;
}
footer#colophon .footer-quote.footer-quote--minimize .footer-quote__text__full {
  display: none;
}
footer#colophon .footer-quote.footer-quote--minimize .footer-quote__minimize {
  display: none;
}
footer#colophon .footer-quote-form {
  margin-top: 78px;
  z-index: 6666;
}
footer#colophon .footer-quote-form__content__body {
  padding: 46px;
  background: #e3dfcf;
}
footer#colophon .footer-quote-form__content__body h1 {
  margin-top: 0;
}
footer#colophon .footer-quote-form__content__body button.close {
  position: absolute;
  right: 18px;
  font-size: 50px;
  cursor: pointer;
  color: #bd1340;
  opacity: 1;
  top: 0;
}
footer#colophon .footer-quote-form__content__body .gfield_label {
  display: none;
}
footer#colophon .footer-quote-form__content__body .chk_services .gfield_label {
  display: block;
  margin-top: 25px;
}
footer#colophon .footer-quote-form__content__body .gform_wrapper .top_label li.gfield textarea {
  height: 110px;
  width: 100%;
  -webkit-appearance: textfield;
}
footer#colophon .footer-quote-form__content__body .gform_wrapper input[type="text"] {
  padding: 10px 8px;
}
footer#colophon .footer-quote-form__content__body .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large {
  padding: 10px 8px;
  background: #52616d;
  color: #fff;
  height: 45px;
  border: 0;
}
footer#colophon .footer-quote-form__content__body #gform_submit_button_1, footer#colophon .footer-quote-form__content__body #gform_submit_button_5 {
  background: #bd1340;
  color: #fff;
  margin: 0;
  border: none;
  padding: 12px 41px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  margin-top: 10px;
}
footer#colophon .footer-quote-form__content__body .gform_wrapper .top_label li.gfield.gf_left_half, footer#colophon .footer-quote-form__content__body .gform_wrapper ul li.gfield {
  margin-top: 2px;
}
footer#colophon .footer-quote-form__content__body .gform_wrapper .top_label li.gfield.gf_left_half.comment_form {
  margin-top: -170px;
}
footer#colophon .footer-quote-form__content__body .simple-captcha .gfield_captcha_container {
  margin-top: 10px;
}
footer#colophon .footer-quote-form__content__body .simple-captcha input {
  width: auto;
}
#menu-footer-links {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
#menu-footer-links > li {
  display: block;
  font-weight: bold;
  line-height: 26px;
  font-size: 14px;
}
#menu-footer-links a {
  color: #fff;
  text-decoration: none;
}
#menu-footer-links .sub-menu {
  display: inline-block;
  padding: 0;
  margin-left: 10px;
}
#menu-footer-links .sub-menu a {
  font-size: 12px;
}
#menu-footer-links .sub-menu li {
  display: inline-block;
  font-weight: normal;
}
#menu-footer-links .sub-menu li:after {
  content: "/";
  margin: 0 6px;
  font-size: 12px;
  color: #fff;
}
#menu-footer-links .sub-menu li:last-child:after {
  content: "";
}
.brand-nav-header-container {
  width: 100%;
  position: relative;
  background: #fff;
}
.main-navigation {
  float: right;
}
.main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-menu > li {
  display: inline-block;
  margin-right: 20px;
  padding: 10px;
}
.main-menu > li a {
  font-size: 18px;
  text-transform: uppercase;
  color: #232c2e;
  text-decoration: none;
}
.main-menu > li.current-menu-item {
  background: #bd1340;
}
.main-menu > li.current-menu-item > a {
  color: #fff;
}
.main-menu > li:last-child {
  margin-right: 0;
}
.main-menu > li > ul.sub-menu {
  position: absolute;
  list-style: none;
  padding-left: 0;
  padding-top: 25px;
  margin-left: -24px;
  display: none;
}
.main-menu > li > ul.sub-menu a {
  display: block;
  padding: 8px 26px;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.main-menu > li > ul.sub-menu a:hover {
  background: #e0e0e0;
}
.main-menu > li:hover > ul.sub-menu {
  display: block;
}
.mm__item__box {
  display: none;
  position: absolute;
  width: 100%;
  top: 75px;
  left: 0;
  background: #fff;
  min-height: 483px;
  z-index: 4444;
  transition: all 0.25s ease-in-out;
}
.mm__item__box ul {
  margin: 0;
  padding: 0;
}
.mm__item__box li {
  list-style: none;
  width: 100%;
  line-height: 20px;
}
.mm__item__box li.active {
  background-color: #e0e0e0;
}
.mm__item__box li a {
  text-transform: none;
  font-size: 15px;
}
.tri-nav-placeholder {
  position: absolute;
  width: 70%;
  height: 100%;
  background: #ddd;
  right: 0;
  z-index: 2;
  background-image: url('/wp-content/themes/guymturner/images/GMT-Menu-Services-4600-v01.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.tri-nav-placeholder.service-heavy-rigging {
  background-image: url('/wp-content/themes/guymturner/images/Heavy-Rigging-v2.jpg');
}
.tri-nav-placeholder.service-export-crating {
  background-image: url('/wp-content/themes/guymturner/images/Export-crating-v2.jpg');
}
.tri-nav-placeholder.service-warehousing {
  background-image: url('/wp-content/themes/guymturner/images/warehousing-2-cols.jpg');
}
.tri-nav-placeholder.not-visible {
  display: none;
}
.fourth-nav-placeholder {
  position: absolute;
  background: #ddd;
  width: 75%;
  height: 100%;
  right: 0;
  z-index: 2;
  background-image: url('/wp-content/themes/guymturner/images/GMT-Menu-Equipm-pics024-v01.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.fourth-nav-placeholder.not-visible {
  display: none;
}
.tri-col-box {
  box-shadow: rgba(116, 116, 116, 0.25) 0px 5px 8px;
}
.tri-col-box .first-col-menu {
  width: 30%;
  float: left;
  position: absolute;
  left: 0;
  height: 100%;
  border-right: solid 1px #c3c3c3;
  overflow-y: auto;
  overflow: hidden;
}
.tri-col-box .first-col-menu ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  overflow: hidden;
}
.tri-col-box .first-col-menu ul li span {
  float: left;
  width: 60%;
  text-transform: none;
  font-size: 15px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 20px;
}
.tri-col-box .first-col-menu ul li.two-line-label span {
  margin-top: -21px;
}
.tri-col-box .first-col-menu ul li .nav-menu-img__icon {
  float: left;
  padding-left: 3%;
  width: 37%;
  margin-left: 194px;
}
.tri-col-box .second-col-menu {
  width: 30%;
  float: left;
  position: absolute;
  left: 30%;
  height: 100%;
  overflow-y: auto;
  border-right: solid 2px #fff;
}
.tri-col-box .second-col-menu > div {
  display: none;
}
.tri-col-box .second-col-menu li a {
  padding: 15px 20px;
  display: block;
  overflow: hidden;
}
.tri-col-box .third-col-menu {
  width: 40%;
  float: left;
  position: absolute;
  left: 60%;
  height: 100%;
}
.tri-col-box .third-col-menu .img-box {
  display: none;
}
.four-col-box {
  box-shadow: rgba(116, 116, 116, 0.25) 0px 5px 8px;
}
.four-col-box .first-col-menu {
  width: 25%;
  float: left;
  position: absolute;
  left: 0;
  height: 100%;
  border-right: solid 1px #c3c3c3;
  overflow-y: auto;
}
.four-col-box .first-col-menu ul li a {
  padding: 15px 20px;
  display: block;
  overflow: hidden;
  position: relative;
  cursor: default;
}
.four-col-box .first-col-menu ul li span {
  float: left;
  width: 60%;
  text-transform: none;
  font-size: 15px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  padding-right: 10px;
  left: 20px;
}
.four-col-box .first-col-menu ul li.three-line-label span {
  margin-top: -31px;
}
.four-col-box .first-col-menu ul li.second-line-label span {
  margin-top: -21px;
}
.four-col-box .first-col-menu ul li .nav-menu-img__icon {
  float: left;
  padding-left: 3%;
  width: 37%;
  margin-left: 160px;
}
.four-col-box .second-col-menu {
  width: 25%;
  float: left;
  position: absolute;
  left: 25%;
  height: 100%;
  overflow-y: auto;
  border-right: solid 1px #c3c3c3;
}
.four-col-box .second-col-menu > div {
  display: none;
}
.four-col-box .second-col-menu li {
  padding: 15px 20px;
}
.four-col-box .second-col-menu li:not(:last-child) a {
  padding: 0;
}
.four-col-box .second-col-menu a {
  cursor: default;
}
.four-col-box .third-col-menu {
  width: 25%;
  float: left;
  position: absolute;
  left: 50%;
  height: 100%;
  overflow-y: auto;
  border-right: solid 2px #fff;
}
.four-col-box .third-col-menu > div {
  display: none;
}
.four-col-box .third-col-menu li a {
  text-transform: capitalize;
  padding: 15px 20px;
  display: block;
  overflow: hidden;
}
.four-col-box .fourth-col-menu {
  width: 25%;
  float: left;
  position: absolute;
  left: 75%;
  height: 100%;
}
.four-col-box .fourth-col-menu .img-box {
  display: none;
  text-transform: uppercase;
}
.four-col-box .fourth-col-menu .img-box h3 {
  padding-left: 10px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}
.four-col-box .fourth-col-menu .img-box ul {
  margin: 0;
  padding: 0;
}
.four-col-box .fourth-col-menu .img-box ul li {
  padding: 2px 0 2px 10px;
  font-size: 13px;
  width: 100%;
}
.four-col-box .fourth-col-menu .img-box ul li span {
  display: inline-block;
  width: 50%;
}
.four-col-box .fourth-col-menu .img-box .vector-img {
  cursor: pointer;
}
/* Mobile Navigation */
.mobile-nav__section {
  position: relative;
  display: block;
}
.mobile-nav__section #gmt__mobile-nav {
  position: relative;
  margin: 0;
  padding: 20px 15px;
  border: 0;
  background: #fff;
  -webkit-transition: top 500ms;
  -moz-transition: top 500ms;
  -o-transition: top 500ms;
  transition: top 500ms;
}
.mobile-nav__section #gmt__mobile-nav .navbar-header {
  float: none;
}
.mobile-nav__section #gmt__mobile-nav .navbar-toggle {
  margin-top: 0;
}
.mobile-nav__section #gmt__mobile-nav .navbar-toggle .icon-bar {
  width: 32px;
  border: solid 2px #242c2e;
}
.mobile-nav__section #gmt__mobile-nav .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 7px;
}
.mobile-nav__section #gmt__mobile-nav .navbar-brand {
  background: url('/wp-content/uploads/2017/06/brand-logo.png') center/contain no-repeat;
  width: 126px;
  left: 50%;
  position: absolute;
  margin-left: -63px;
}
.mobile-nav__section #gmt__mobile-nav .mobile-quote {
  padding: 10px 15px;
  margin-top: 5px;
  background-color: #40484a;
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
}
.mobile-nav__section #gmt__mobile-nav .dropdown-submenu {
  position: relative;
}
.mobile-nav__section #gmt__mobile-nav .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.mobile-nav__section #gmt__mobile-nav .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.mobile-nav__section #gmt__mobile-nav .dropdown-submenu .pull-left {
  float: none;
}
.mobile-nav__section #gmt__mobile-nav .dropdown-submenu .pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.mobile-nav__section #gmt__mobile-nav .dropdown-submenu:hover > a:after {
  border-left-color: #555;
}
.mobile-nav__section #gmt__mobile-nav.navbar--float {
  position: fixed;
  width: 100%;
  z-index: 4444;
  border-bottom: 1px solid #ddd;
}
.mobile-nav__section #gmt__mobile-nav.navbar--float.nav-menu--shown {
  width: 298px;
  z-index: 5555;
  background: transparent;
}
.mobile-nav__section #gmt__mobile-nav.navbar--float.nav-menu--shown .navbar-brand, .mobile-nav__section #gmt__mobile-nav.navbar--float.nav-menu--shown .mobile-quote {
  display: none;
}
.mobile-nav__section #gmt-responsive-menu {
  z-index: 5555;
  margin-left: -15px;
}
.mobile-nav__section #gmt-responsive-menu .brand-logo {
  position: absolute;
  left: -300px;
  background: #fff;
  width: 300px;
  height: 55px;
  transition: all 0.25s ease-in-out;
}
.mobile-nav__section #gmt-responsive-menu .brand-logo img {
  display: inline-block;
  max-width: 110px;
  margin-top: 10px;
  margin-left: 15px;
}
.mobile-nav__section #gmt-responsive-menu .brand-logo div {
  float: right;
  padding: 15px 10px;
  color: #444;
}
.mobile-nav__section #gmt-responsive-menu .brand-logo .close-label {
  visibility: hidden;
}
.mobile-nav__section #gmt-responsive-menu .brand-logo.dl-active {
  left: 0;
}
.mobile-nav__section #gmt-responsive-menu .brand-logo .search {
  float: left;
  width: 100%;
  display: block;
  background: #dedede;
  padding: 5px;
}
.mobile-nav__section #gmt-responsive-menu .brand-logo .search input {
  width: 245px;
  display: inline-block;
  float: left;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.mobile-nav__section #gmt-responsive-menu .brand-logo .search span.glyphicon {
  float: left;
  width: 25px;
  display: inline-block;
  font-size: 24px;
  margin: 5px 0 1px 8px;
}
.mobile-nav__section #gmt-responsive-menu .dl-trigger {
  margin: 10px;
  width: 38px;
  height: 24px;
  position: absolute;
  left: 15px;
  top: 0;
  transform: translateZ(0);
  transform: rotate(0deg);
  transition: ease-in-out 0.25s;
  cursor: pointer;
  background-color: #fff;
  z-index: 1040;
}
.mobile-nav__section #gmt-responsive-menu .dl-trigger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 75%;
  background: #444;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: ease-in-out 0.25s;
}
.mobile-nav__section #gmt-responsive-menu .dl-trigger span:nth-child(1) {
  top: 0px;
}
.mobile-nav__section #gmt-responsive-menu .dl-trigger span:nth-child(2), .mobile-nav__section #gmt-responsive-menu .dl-trigger span:nth-child(3) {
  top: 10px;
}
.mobile-nav__section #gmt-responsive-menu .dl-trigger span:nth-child(4) {
  top: 20px;
}
.mobile-nav__section #gmt-responsive-menu .dl-trigger.dl-active {
  left: 235px;
  width: 55px;
  height: 53px;
  background-color: #444;
  top: -10px;
}
.mobile-nav__section #gmt-responsive-menu .dl-trigger.dl-active span {
  background-color: #fff;
}
.mobile-nav__section #gmt-responsive-menu .dl-trigger.dl-active span:nth-child(1) {
  top: 5px;
  width: 0%;
  left: 50%;
}
.mobile-nav__section #gmt-responsive-menu .dl-trigger.dl-active span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 25px;
  left: 10%;
}
.mobile-nav__section #gmt-responsive-menu .dl-trigger.dl-active span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
  left: 10%;
}
.mobile-nav__section #gmt-responsive-menu .dl-trigger.dl-active span:nth-child(4) {
  top: 5px;
  width: 0%;
  left: 50%;
}
.mobile-nav__section .gmt__mobile-nav-bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5555;
  overflow: hidden;
  display: none;
}
.mobile-nav__section #menu-mobile-navigation-menu {
  top: 96px;
  margin: 0;
  width: 300px;
}
.mobile-nav__section #menu-mobile-navigation-menu li {
  border-bottom: solid 1px #d6d6d6;
}
.mobile-nav__section #menu-mobile-navigation-menu li a {
  color: #242c2e;
  text-transform: uppercase;
  font-size: 14px;
}
.mobile-nav__section #menu-mobile-navigation-menu li a span {
  padding: 18px 12px;
  border-left: solid 1px #d6d6d6;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.mobile-nav__section #menu-mobile-navigation-menu li a:hover {
  text-decoration: none;
}
.mobile-nav__section #menu-mobile-navigation-menu .mobile-nav .mobile-nav {
  margin-left: 10px;
}
.mobile-nav__section .mini-header {
  padding: 10px 0;
  background-color: #919191;
}
.mobile-nav__section .mini-header .left-content {
  float: left;
  padding-left: 15px;
  text-align: center;
  width: 100%;
}
.mobile-nav__section .mini-header .left-content span {
  padding-right: 15px;
  color: #242c2e;
  font-size: 14px;
  font-weight: bold;
}
#breadcrumbs {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  font-weight: normal;
  font-size: 1px;
}
#breadcrumbs li {
  margin: 0 3px 0 3px;
  text-transform: uppercase;
}
#breadcrumbs li strong {
  font-weight: normal;
  color: #bd1340;
}
#breadcrumbs li {
  width: auto;
  float: left;
}
.careers-summary-content .thumb-container {
  background-color: #52616d;
  height: 250px;
  position: relative;
  margin-bottom: 30px;
}
.careers-title, .featured-thumbs__item__title {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem 3rem;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #52616d;
}
.careers-title span.glyphicon, .featured-thumbs__item__title span.glyphicon {
  position: absolute;
  right: 1.8rem;
  top: 2.3rem;
}
.careers-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2rem 3rem;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #52616d;
}
.careers-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.careers-info ul li {
  display: inline-block;
  padding: 0 5px 0 0;
  color: #fff;
}
.careers-info ul li::after {
  padding: 0 0 0 0;
  content: ";";
}
.careers-info ul li:last-child:after {
  padding: 0 0 0 0;
  content: "";
}
.thumb-container {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.thumb-container a:hover {
  text-decoration: none;
}
.form-page-link {
  width: 100%;
  margin: 20px 0 0 0;
}
/* ----------------------------------------------------------------
 Project landing page
 -----------------------------------------------------------------*/
.featured-thumbs__item {
  position: relative;
  margin-bottom: 30px;
  background-color: #52616d;
}
.featured-thumbs__item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.featured-thumbs__item__title span.glypicon {
  float: right;
}
/* ----------------------------------------------------------------
 Single Service page
 -----------------------------------------------------------------*/
.featured-project__wrapper {
  background: #232c2e;
  width: 1065px;
}
.featured-project__wrapper img {
  margin: 0 auto;
}
.featured-project__wrapper__desc {
  background: #52616d;
  color: #fff;
  padding: 16px;
  overflow: hidden;
}
.featured-project__wrapper__desc div {
  float: left;
}
.featured-project__wrapper__desc .title {
  font-size: 18px;
  font-weight: bold;
}
.featured-project__wrapper__desc a {
  color: #fff;
  background: #bd1340;
  padding: 12px 40px;
  text-decoration: none;
  float: right;
  margin-top: 4px;
}
.service-industries {
  margin-top: 38px;
}
.service-industries__title {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-industries__title a {
  display: block;
  color: #fff;
  background: #52616d;
  border-bottom: 2px solid #fff;
  padding: 23px 10px 23px 26px;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
}
.service-industries__title a.active {
  background: #e3dfcf;
  color: #232c2e;
}
.service-industries__wrapper {
  position: relative;
}
.service-industries__wrapper .wrapper__col__left {
  padding-right: 0;
}
.service-industries__wrapper .wrapper__col__left a {
  display: block;
  color: #fff;
  background: #52616d;
  border-bottom: 2px solid #fff;
  padding: 23px 10px 23px 26px;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  text-transform: capitalize;
}
.service-industries__wrapper .wrapper__col__right {
  padding-left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: none;
}
.service-industries__wrapper .wrapper__col__right__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.service-industries__wrapper .row.active .wrapper__col__right {
  display: block;
}
.service-industries__wrapper .row.active .wrapper__col__left a {
  background: #e3dfcf;
  color: #232c2e;
}
.service-industries__img {
  padding: 0;
  margin-left: -30px;
}
.gmt__location__btn {
  top: 88px;
  position: relative;
}
.text-content {
  overflow: hidden;
}
/* ----------------------------------------------------------------
 Single equipment page
 -----------------------------------------------------------------*/
.specification {
  overflow: hidden;
}
.specification__item {
  font-size: 20px;
  border-bottom: 1px solid;
  padding-bottom: 8px;
  padding-top: 18px;
}
.specification__item.first {
  padding-top: 0;
}
.specification__item__value {
  float: right;
}
/* ----------------------------------------------------------------
 Contact page
 -----------------------------------------------------------------*/
.quote-embed {
  background: #e3dfcf;
  padding: 22px;
}
.quote-embed p {
  max-width: 540px;
}
.quote-embed a {
  margin-top: 22px;
  display: inline-block;
}
.location-btns h3 {
  margin-bottom: 28px;
}
/* ----------------------------------------------------------------
 Locations page
 -----------------------------------------------------------------*/
.mod-location-thumb__item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.mod-location-thumb__item > img {
  width: 100% !important;
  height: auto;
}
.mod-location-thumb__item .mod-location-thumb__item__title > img {
  width: auto !important;
  position: relative;
  z-index: 222;
}
.mod-location-thumb__service-icons {
  margin: 0 0 20px 0;
  text-align: center;
}
.mod-location-thumb__service-icons .service-icons {
  display: inline-block;
  margin-right: 26px;
  font-size: 12px;
  transition: all 0.5s;
}
@media screen and (max-width: 991px) {
  .mod-location-thumb__service-icons .service-icons {
    width: 48%;
    margin-right: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 620px) {
  .mod-location-thumb__service-icons .service-icons {
    width: 290px;
    margin: 0;
    padding: 5px 0 5px 0;
    text-align: center;
    text-align: left;
  }
}
/* ----------------------------------------------------------------
 Mobile Nav
 -----------------------------------------------------------------*/
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/* ----------------------------------------------------------------
 Bootstrap override
 -----------------------------------------------------------------*/
@media screen and (min-width: 1300px) {
  .modal-lg {
    width: 1254px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
/* ----------------------------------------------------------------
 Magical Footer
 -----------------------------------------------------------------*/
.magical-footer {
  display: block;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 100;
  width: 100%;
  height: 44px;
  background-color: #bd1340;
  transition: all 0.5s;
  text-align: center;
  color: #fff;
  border-radius: 0px;
  font-size: 14px;
  padding: 13px 0 0 0;
  cursor: pointer;
  z-index: 222;
}
.magical-footer .glyphicon-list-alt {
  display: inline-block;
  position: relative;
  top: 2px;
  padding: 0 10px 0 0;
}
.magical-footer .footer-quote__text__mini {
  display: inline-block;
  position: relative;
}
.shrink {
  width: 200px;
  right: 20px;
  bottom: 20px;
}
#gform_wrapper_1 .gfield_checkbox label {
  font-weight: normal;
}
#gform_wrapper_1 .gfield_checkbox input[type=checkbox] {
  margin-top: 0;
}
#gform_wrapper_1 .gform_footer {
  margin-top: 0;
  padding-top: 0;
}
/* ----------------------------------------------------------------
 Equipment list
 -----------------------------------------------------------------*/
.equipments {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e0e3e5;
  padding-bottom: 32px;
  margin-bottom: 28px;
}
.equipments__title h4 {
  float: left;
  margin-bottom: 10px;
}
.equipments__title h4 > a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #bd1340;
}
.equipments__title > a {
  float: right;
  text-transform: capitalize;
  font-size: 13px;
  margin-top: 18px;
  color: #bd1340;
  font-weight: bold;
  margin-right: 8px;
  position: relative;
}
.equipments__container {
  height: 160px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.equipments__container__thumbnail {
  float: left;
  width: 20%;
  cursor: pointer;
  height: 160px;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.equipments__container__thumbnail.no-img {
  cursor: default;
}
.equipments__container__thumbnail .glyphicon-camera {
  position: absolute;
  color: #fff;
  font-size: 28px;
  right: 10px;
  top: 122px;
  filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  opacity: 0.5;
}
.equipments__container__thumbnail__empty {
  background: #ddd;
  width: 215px;
  height: 160px;
}
.equipments__container__vector {
  float: left;
  background: #e0e3e5;
  width: 80%;
  padding: 0 24px;
}
.equipments__container__vector > div {
  width: 100%;
  height: 160px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.equipments__container__vector img {
  width: 100%;
  height: 245px;
  top: -47px;
  position: relative;
}
.mod-slider-wrapper {
  display: block;
  position: relative;
  clear: both;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 1030;
  opacity: 0.6;
}
.breaker {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: transparent;
  clear: both;
}
.slider-mobile {
  display: none;
}
.slider-mobile-copy {
  display: block;
  position: relative;
  margin: 40px 0 20px 0;
  width: calc(100% - 20px);
  padding: 5px 20px 10px 20px;
  background-color: rgba(0, 0, 0, 0.67);
}
.safety-company-logos a {
  margin-right: 16px;
}
.safety-company-logos img {
  margin-bottom: 22px;
}
.page-id-1363 img.alignleft {
  width: 240px;
  height: 300px;
}
#submenu-964 li, #submenu-964 a {
  cursor: pointer;
}
.static-quote-button {
  background: #bd1340;
  text-align: center;
  color: #fff;
  cursor: pointer;
  padding: 8px 0;
}
.static-quote-button span {
  padding-right: 6px;
  vertical-align: middle;
}
/* ----------------------------------------------------------------
 Button
 -----------------------------------------------------------------*/
.gmt__btn {
  padding: 1.25rem 2.5rem;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.gmt__btn.btn--red {
  background-color: #bd1340;
}
.gmt__btn.btn--red:hover {
  background-color: #9f1237;
}
.gmt__btn.btn--grey {
  background-color: #52616d;
}
.gmt__btn.btn--grey:hover {
  background-color: #3d4c58;
}
.gmt__btn.btn--orange {
  background-color: #e37b40;
}
.gmt__btn.btn--small {
  font-weight: normal;
}
.gmt__btn.gmt-loc-service {
  display: block;
  margin-bottom: 18px;
}
.gmt__btn.gmt-loc-service span {
  float: right;
}
.gmt__btn.btn--block {
  display: block;
  margin-bottom: 18px;
}
.gmt__btn * {
  color: #fff;
}
.gmt__btn:hover, .gmt__btn:visited, .gmt__btn:active {
  text-decoration: none;
  color: #fff;
}
.gmt__btn .glyphicon {
  float: right;
}
/* ----------------------------------------------------------------
 Button backgrounds
 -----------------------------------------------------------------*/
.gmt-btn-bg-1 {
  background-color: #bd1340;
}
.gmt-btn-bg-2 {
  background-color: #232c2e;
}
.gmt-btn-bg-3 {
  background-color: #52616d;
}
.gmt-btn-bg-4 {
  background-color: #858585;
}
.gmt-btn-bg-5 {
  background-color: #e3dfcf;
}
/* ----------------------------------------------------------------
 Text colors
 -----------------------------------------------------------------*/
.gmt-primary-color {
  color: #bd1340;
}
/* ----------------------------------------------------------------
 Margins
 -----------------------------------------------------------------*/
.gmt-margin-top-22 {
  margin-top: 22px;
}
.gmt-margin-bot-22 {
  margin-bottom: 22px;
}
.gmt-margin-top-base {
  margin-top: 60px;
}
.gmt-margin-bot-base {
  margin-bottom: 60px;
}
.gmt-margin-top-small {
  margin-top: 38px;
}
.gmt-margin-bot-small {
  margin-bottom: 38px;
}
.gmt-margin-bot-big {
  margin-bottom: 80px;
}
.gmt-margin-bot-extra-big {
  margin-bottom: 250px;
}
/* ----------------------------------------------------------------
 Alignments
 -----------------------------------------------------------------*/
.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.alignright, img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 12px;
}
/* ----------------------------------------------------------------
 Bullet list
 -----------------------------------------------------------------*/
.gmt-bullet-list {
  list-style: none;
  padding: 0;
}
.gmt-bullet-list > li {
  background: url(/wp-content/themes/guymturner/images/bullet-icon.png) no-repeat left top;
  line-height: 30px;
  background-position: 0 9px;
  padding-left: 20px;
}
/* ----------------------------------------------------------------
 Cursors
 -----------------------------------------------------------------*/
.gmt-default-cursor a {
  cursor: default;
}
/* Mobile Nav */
@media only screen and (min-width: 1200px) {
  header#masthead {
    display: block;
  }
  .mobile-nav__section {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 480px) {
  .mobile-nav__section #gmt__mobile-nav .navbar-brand {
    width: 30%;
  }
}
@media only screen and (max-width: 1200px) {
  div#content {
    margin-top: 0;
  }
}
/* ----------------------------------------------------------------
 Base elements
 -----------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 22px;
  }
}
/* ----------------------------------------------------------------
 Margins / Spacings
 -----------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .gmt-margin-bot-extra-big {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .gmt-margin-bot-big {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .gmt-margin-bot-base {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .gmt-margin-top-base {
    margin-top: 24px;
  }
}
/* ----------------------------------------------------------------
 Main content
 -----------------------------------------------------------------*/
/* ----------------------------------------------------------------
 Footer
 -----------------------------------------------------------------*/
@media only screen and (max-width: 640px) {
  footer#colophon .footer-quote-form__content__body .gform_wrapper .top_label li.gfield.gf_left_half.comment_form {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  footer#colophon {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 768px) {
  footer#colophon .footer-quote-form__content__body {
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  footer#colophon .footer-quote-form {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .shrink {
    direction: none;
  }
}
@media only screen and (max-width: 768px) {
  .shrink {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .affiliations .logos__row {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .mod-slider-wrapper {
    display: block;
    position: relative;
    clear: both;
    height: auto;
    min-height: 420px;
  }
}
@media only screen and (max-width: 768px) {
  .mod-slider-wrapper .bx-viewport {
    background-color: #bd1340 !important;
  }
}
@media only screen and (max-width: 768px) {
  .mod-slider-wrapper .col-sm-5 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .mod-slider-wrapper .desc {
    padding: 2px 20px 20px 20px;
    height: auto;
  }
  .mod-slider-wrapper .desc h1 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .mod-slider-wrapper .desc .title {
    margin-bottom: 0;
  }
  .mod-slider-wrapper .desc .title h1 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-banner {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .banner__left__col .desc {
    height: 420px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  .mod-slider__zoom {
    display: none;
  }
}
/* ----------------------------------------------------------------
 Module Tabs
 -----------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  .mod-slider {
    margin-bottom: 30px;
  }
}
/* ----------------------------------------------------------------
 Module Tabs
 -----------------------------------------------------------------*/
@media only screen and (max-width: 992px) {
  .mod-three-col-wrapper .tabs {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .mod-three-col-wrapper .content-wrapper {
    padding-bottom: 18px;
  }
}
@media only screen and (max-width: 992px) {
  .mod-three-col-wrapper .mobile-title {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .mod-three-col-wrapper .mobile-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .mod-three-col-wrapper .mobile-title {
    font-size: 16px;
    font-weight: 800;
  }
}
@media only screen and (max-width: 992px) {
  .mod-three-col-wrapper .content {
    padding: 25px;
  }
}
@media only screen and (min-width: 993px) {
  .mod-three-col-wrapper .content.mobile-shown {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .mod-three-col-wrapper img {
    display: none;
  }
}
/* ----------------------------------------------------------------
 Module Service Wrapper
 -----------------------------------------------------------------*/
@media only screen and (max-width: 992px) {
  .mod-services-wrapper .thumb-container img {
    width: 100%;
  }
}
/* ----------------------------------------------------------------
 Module Banner section
 -----------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .mod-section-banner {
    position: relative;
    overflow: hidden;
  }
  .mod-section-banner.inner-wrapper {
    height: 100px !important;
  }
  .mod-section-banner.column-10 {
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .mod-section-banner .container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .mod-section-banner .banner__left__col {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .mod-section-banner .banner__left__col.col-sm-5 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .mod-section-banner .banner__right__col {
    padding-right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
@media only screen and (max-width: 768px) {
  .mod-section-banner .banner__right__col__bg {
    height: 100%;
    position: absolute;
  }
}
@media only screen and (max-width: 1200px) {
  .mod-section-banner .desc {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .mod-section-banner .desc {
    position: relative;
    margin: 40px auto 40px auto;
    width: 90%;
    padding: 5px 20px 10px 20px;
    background-color: rgba(0, 0, 0, 0.67);
    height: auto;
    z-index: 222;
  }
}
@media only screen and (max-width: 400px) {
  .mod-section-banner .desc {
    width: 90%;
  }
}
@media only screen and (max-width: 1200px) {
  .mod-section-banner .desc h1 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .mod-section-banner .desc h1 {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .slider-mobile {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .slider-desktop {
    display: none;
  }
}
/* ----------------------------------------------------------------
 Module Service thumbnails
 -----------------------------------------------------------------*/
@media only screen and (max-width: 550px) {
  .mod-services-wrapper .col-xs-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .mod-services-wrapper .thumb-container .service-title {
    font-size: 18px;
  }
}
/* ----------------------------------------------------------------
 Module location map
 -----------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .mod-location-map {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .mod-location-map .mobile-indicator {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .mod-location-map .inner-wrapper > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .mod-location-map .filter__service {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .mod-location-map .service-wrapper {
    display: block;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 480px) {
  .mod-location-map .service-wrapper label {
    font-size: 13px;
    width: 190px;
  }
}
@media only screen and (max-width: 1199px) {
  .mod-location-map .map-wrapper .info-below {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  .mod-location-map .map-wrapper .location-info.desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mod-location-map .location-info.mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mod-location-map .location-info.mobile.active {
    display: block !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mod-location-map .location-info.mobile.active {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .mod-location-map .container {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .mod-location-map .filter {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .mod-location-map .filter .container {
    padding: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .mod-location-map .filter__service {
    padding: 0 16px;
    padding-bottom: 16px;
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .mod-location-map .filter__service {
    display: block !important;
  }
}
@media only screen and (min-width: 1199px) {
  .mod-location-map .toggle-filter-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .mod-location-map .mob-service-text {
    padding: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .mod-location-map span.glyphicon {
    top: 20px;
  }
}
/* ----------------------------------------------------------------
 Module location thumb
 -----------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .mod-location-thumb__item {
    margin-bottom: 16px;
  }
}
/* ----------------------------------------------------------------
 Service detail page
 -----------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  .mod-featured-project .featured-project__wrapper {
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .mod-featured-project .featured-project__wrapper a {
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .mod-featured-project .bx-wrapper .bx-controls-direction a {
    top: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .service-industries__wrapper {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .service-industries__wrapper .wrapper__col__left {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .service-industries__wrapper .wrapper__col__left.col-sm-5 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .service-industries__wrapper .wrapper__col__left a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .service-industries__wrapper .wrapper__col__right {
    padding-left: 15px;
    right: auto;
    width: 100%;
    display: none;
    height: 256px;
  }
}
@media only screen and (max-width: 768px) {
  .service-industries__wrapper .wrapper__col__right__bg {
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .service-industries__wrapper .row.active {
    height: 320px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .service-industries__wrapper .row.active .wrapper__col__right {
    right: auto;
    width: 100%;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .service-industries__wrapper .gmt__location__btn {
    top: 0;
    margin-bottom: 16px;
    margin-top: 16px;
  }
}
/* ----------------------------------------------------------------
 Equipment list
 -----------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .equipments__container__thumbnail {
    float: none;
    position: absolute;
    height: 48px;
    width: 64px;
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .equipments__container__vector {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 1199px) {
  .equipments__container__vector > div {
    background-size: contain;
  }
}
/* ----------------------------------------------------------------
 BX Slider for Mobile
 -----------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  .mod-featured-project .bx-wrapper .bx-wrapper .bx-controls-direction a {
    top: 35%;
  }
}
@media only screen and (max-width: 530px) {
  .safety-company-logos a {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .equipments__title h4 a span {
    visibility: visible;
  }
}
/* ----------------------------------------------------------------
 Generic pages
 -----------------------------------------------------------------*/
@media only screen and (max-width: 440px) {
  .page-id-1363 img.alignleft {
    width: 100%;
    height: auto;
    float: none;
    margin-right: auto;
  }
}
/* ----------------------------------------------------------------
 Career page
 -----------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  .careers-title, .featured-thumbs__item__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-template-location .magical-footer {
    display: none;
  }
}
