/*
@font-face {
    font-family: 'FF Unit Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('FF Unit Pro Regular'), url('fonts/FF\ Unit\ Pro\ Regular.woff') format('woff');
    }
@font-face {
    font-family: 'FF Unit Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('FF Unit Pro Bold'), url('fonts/FF\ Unit\ Pro\ Bold.woff.woff') format('woff');
    }
*/

* {
    font-family: unit-rounded, sans-serif;
}

body {
    font-family: unit-rounded, sans-serif;
}

body a {
    color: #00AFE6;
    font-weight: 700;
}

.h1 {
    font-weight: 400px !important;
}

.h2,
.h3,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700 !important;
}

h4 {
    font-weight: 300 !important;
    /* text-transform: uppercase!important; */
}

.uppercase {
    text-transform: uppercase;
}

.blue {
    color: #00AFE6 !important;
}

@media all and (min-width:768px) and (max-width:1199px) {
    .hide-on-large {
        display: none;
    }
}

/*** Project Management **/
@media all and (min-width:768px) and (max-width:990px) {
    body h2 {
        font-size: 25px;
    }

    .list-section-fonts {
        font-weight: 500 !important;
        font-size: 15px;
    }
}

@media all and (min-width:991px) and (max-width:1199px) {
    body h2 {
        font-size: 29px;
    }

}

@media (min-width: 1200px) {
    body h4 {
        font-size: 2rem;
    }
}


strong {
    font-weight: 700 !important;

}

p {
    line-height: 1.3;
    font-weight: 300;
}

li {
    line-height: 1.1;
    font-weight: 300;
    padding-bottom: 5px;
}

li::marker {
    font-size: 11px;
}

/****************************** reusable styles **************************/

.mz-flex {
    display: flex;
}

@media all and (max-width:767px) {
    .no-tablet-flex {
        display: inherit !important;
    }
}

.line-height-smaller {
    line-height: 1.2;
}

.bg-grey {
    background-color: rgba(240, 240, 240, 1) !important;
}

.no-underline {
    text-decoration: none !important;
}

/****** Captions over images ************/

.textover {
    position: relative;
}

.textover figcaption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    line-height: 1.2;
}

.blue-line {
    border-left: 4px solid #00AFE6;
}

.grey {
    color: white;
    font-weight: 300 !important;
}



/**************************** original landing page CSS **************************/

@media all and (min-width:768px) {
    .header-background {
        background: url("../img/header-background-v2.jpg");
        background-position: top center;
        background-size: cover;
    }

    .page-break {
        display: inline;
    }
}

@media all and (max-width:767px) {
    .header-background {
        background: url("../img/mobile-header-background.jpg");
        background-position: top center;
        background-size: cover;
    }

    .page-break {
        display: none;
    }
}

.sure-can-cta-bar {
    background-image: linear-gradient(to bottom, #00AFE6, #234A9E);
    color: white;
}

.pepper-image {
    border-radius: 1000px;
}

.max-width-mz {
    max-width: 700px;
}

h1 {
    font-weight: 400;
    text-transform: uppercase;
}

@media all and (min-width:1600px) {
    h1 {
        font-size: 70px !important;
    }
}

body h2 {
    font-weight: 700;
    color: #272727;
    text-transform: uppercase;
}

h3 {
    text-transform: uppercase;
    font-weight: 700;
}

h4 {
    color: #272727;
    text-transform: none;
}

h5 {
    color: #272727;
    text-transform: uppercase;
    font-weight: 700;
}

body .three-cans h4 {
    font-weight: 200 !important;
}

@media all and (min-width:768px) {
    body .three-cans h4 {
        font-size: 21px;
    }
}

.lighter-text {
    color: #444444;
}

video {
    width: 100%;
    max-height: 100%;
}

@media all and (min-width:767px) {
    .header-text {
        padding-top: 100px !important;
    }

    body .three-cans .surecan {
        font-weight: 700;
    }
}

.mz-side-line {
    /**OLD  border-left-style: solid;
    border-left-width: 4px;
    border-left-color: #00AFE6;
    **/
    /*max-width: 250px;
    padding: 1rem;
    color: white;*/
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #00AFE6;
    /*   border-image: 
      linear-gradient(
        to bottom, 
        #00AFE6, 
        #234A9E
      ) 0 0 0 100%;
*/
}

.success {
    color: #234A9E;
}

.sure-can {
    text-transform: uppercase;
    color: #234A9E;
}

.mz-input {
    background-color: #e5e5e5 !important;
    border-radius: 0 !important;
    border-style: unset !important;
    color: #444444 !important;
}

.mz-website-input {
    background-color: #e5e5e5 !important;
    border-radius: 0 !important;
    border-style: unset !important;
    color: #444444 !important;
}


body .mz-submit {
    text-transform: uppercase !important;
    color: #00AFE6 !important;
    border-radius: 0 !important;
    border: solid 2px #00AFE6 !important;
    background-color: white !important;
    font-weight: 700;
}

.phone-button {
    text-transform: uppercase !important;
    color: white !important;
    border-radius: 0 !important;
    border: solid 2px white !important;
    background-color: unset !important;
    font-weight: 700;
    width: 250px;
}

@media all and (min-width:768px) {
    body .mz-submit {
        max-width: 250px;
        margin-left: auto;
        border-image-width: 0 !important;
    }
}

.form-control:focus {
    border-color: #00AFE6 !important;
    box-shadow: 0 0 0 0.15rem rgb(0 175 230 / 100%) !important;
    background-color: #f5f5f5 !important;
}

body .mz-submit:hover,
.phone-button:hover {
    background-color: #00AFE6 !important;
    color: white !important;
    border-color: #00AFE6 !important;
    border-image-width: 0 !important;
    border-image-outset: unset;
    border-image-repeat: unset;
    border-image-slice: unset;
}

/************************** PSD website CSS - *****************/

/************************** Homepage edits  - *****************/

.industries.flex-list {
    font-size: 25px;
}

.industries.flex-list,
.capabilities.flex-list {
    font-weight: 500;
    align-items: center;
    line-height: 1;
}

.industries.flex-list li,
.capabilities.flex-list li {
    border-left: 4px solid white;
    align-items: center;
    line-height: 1;
    text-transform: uppercase;
}

.capabilities.flex-list li {
    border-left: 4px solid #00AFE6;
}

.flex-list ul {
    display: flex;
    list-style: none;
    padding-left: 0;
}

.capabilites-page-list.flex-list ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    flex-flow: wrap;
}

.capabilites-page-list li {
    margin-bottom: 10px !important;
}

.flex-list ul li {
    display: flex;
    list-style: none;
    padding: 0 30px 0 20px;
}

/*************************** Homepage Video **********************/

body .home-header-background {
    background-image: url(../img/fallback.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.homepage-video {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*@media (min-aspect-ratio: 16/9) {
    .homepage-video {
        width:100%;
        height: auto;
    }
}
@media (max-aspect-ratio: 16/9) {
    .homepage-video { 
        width:auto;
        height: 100%;
    }
}*/

@media all and (min-width:768px) {
    .homepage-hero {
        z-index: 1;
        position: absolute;
        bottom: 5vh;
    }
}

@media all and (min-width:991px) {
    .home-header-background {
        height: calc(100vh - 81px);
        position: relative;
        place-items: center;
        margin: 0 auto;
        top: 80px;
        margin-bottom: 80px;
    }
}

@media all and (min-width:768px) and (max-width:990px) {
    .home-header-background {
        height: calc(100vh - 60px);
        position: relative;
        place-items: center;
        margin: 0 auto;
        top: 60px;
        margin-bottom: 60px;
    }
}

@media all and (max-width:767px) {
    .home-header-background {
        height: unset !important;
        position: relative;
        place-items: center;
        margin: 0 auto;
        top: 60px;
        margin-bottom: 60px;
    }

    .homepage-hero {
        z-index: 1;
        position: relative;
    }
}

/*
  .homepage-video {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
  }

  @media all and (max-width:767px) {
    .homepage-video {
        width: unset;
        height: 100%;
        max-height: 500px;
    }
  }
  */

/************************ Homepage  header responsive edits ******************/

@media all and (min-width: 1200px) {

    .home-header h1,
    h1 {
        font-size: 3.5rem;
    }
}

@media all and (min-width:1200px) and (max-width:1400px) {
    .industries.flex-list li {
        font-size: 20px;
    }
}

@media all and (min-width:991px) and (max-width:1200px) {
    .industries.flex-list li {
        font-size: 18px;
    }
}

@media all and (min-width:768px) and (max-width:990px) {
    .industries.flex-list li {
        font-size: 16px;
    }
}

@media all and (max-width:767px) {
    .industries.flex-list li {
        font-size: 16px;
    }

    .industries.flex-list ul {
        display: block;
    }
}

@media all and (min-width:1200px) and (max-width:1400px) {
    .industries.flex-list li {
        font-size: 20px;
    }
}

@media all and (min-width:991px) and (max-width:1200px) {
    .capabilities.flex-list li {
        font-size: 18px;
    }
}

@media all and (min-width:768px) and (max-width:990px) {
    .capabilities.flex-list li {
        font-size: 16px;
    }
}

@media all and (max-width:767px) {
    .capabilities.flex-list li {
        font-size: 16px;
    }

    .capabilities.flex-list ul {
        display: block;
    }
}

/************************ Homepage  3 stages responsive edits ******************/

@media all and (max-width:1200px) {
    .hover-container {
        max-height: 250px;
        overflow: hidden;
    }
}

/**************************** Menu ************************/

body .navbar-dark .navbar-nav .nav-link {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    border-color: rgba(148, 161, 165, 0);
    border-width: 3px;
    border-bottom-style: solid;
}

body .navbar-dark .navbar-nav .nav-link:hover {
    font-weight: 300;
    border-bottom: #00AFEB 3px solid;
}

@media (min-width: 992px) {
    body .navbar-expand-lg .navbar-nav .nav-link {
        margin-right: 1.5rem;
        padding-bottom: 5px;
    }
}

/****************************** Hover CSS ***********************/

.hover-container {
    position: relative;
    transition-duration: 0.5s;
    border-bottom-width: 10px;
    border-bottom-color: white;
    border-left: rgba(255, 255, 255, 0) 10px solid;

}

.hover-image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.hover-inside {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: left;
    width: 100%;
    height: auto;
    transition-duration: 0.5s;
}

.hover-container:hover .hover-image {
    opacity: 0.1;
}

.hover-container:hover {
    border-left: #00AFEB 10px solid;
    background-color: #333;
    border-bottom-width: 10px;
    border-bottom-color: white;
}

.hover-container:hover .hover-inside {
    opacity: 1;
}

.hover-text {
    color: white;
    padding: 16px 32px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
}

.overlay-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 80%;
}

.overlay-corner {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.overlay-text {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    transition-duration: 0.2s;
}

.hover-container:hover .overlay-text {
    opacity: 0;
}

/*********************************** Contact Footer Section *****************************/

.contact-footer {
    background-image: url("../img/contact-footer-image.jpg");
    position: center;
    background-size: cover;
}

.mz-input {
    background: none !important;
    border-radius: 0 !important;
    border-width: 2px !important;
    border-color: white !important;
    border-style: solid !important;
    color: white !important;
}


/* placeholder for homepage */

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #f2f2f2 !important;
    font-style: oblique;
    font-weight: 300;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #f2f2f2 !important;
    opacity: 1;
    /* Firefox */
    font-style: oblique;
    font-weight: 300;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #f2f2f2 !important;
    font-style: oblique;
    font-weight: 300;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333333 !important;
    font-style: oblique;
    font-weight: 300;
}

/* placeholder for forms on white */


.mz-website-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333333 !important;
    opacity: 1;
    /* Firefox */
    font-style: oblique;
    font-weight: 300;
}

.mz-website-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333333 !important;
    font-style: oblique;
    font-weight: 300;
}


.mz-input:focus {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.btn-primary {
    background-color: unset !important;
    border-color: #00AFEB !important;
    border-width: 2px !important;
    border-style: solid !important;
    min-width: 200px;
    text-align: left !important;
    border-radius: 0 !important;
    font-weight: 300 !important;
    font-style: oblique;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.btn-primary:hover {
    background-color: #00AFEB !important;
    letter-spacing: 1px;
}

.btn-secondary {
    color: #fafafa !important;

    background-color: #333333 !important;
    border-color: #333333 !important;
    border-width: 2px !important;
    border-style: solid !important;
    min-width: 200px;
    text-align: left !important;
    border-radius: 0 !important;
    font-weight: 700 !important;
    /* font-style: oblique; */
    text-transform: uppercase;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.btn-secondary:hover {
    background-color: #00AFEB !important;
    border-color: #00AFEB !important;

}

/*********************************** Capabilities *****************************************/



.capabilites-text-link h6 {


    width: 100%;
    text-decoration: none;
    border-style: solid;
    border-color: rgba(240, 240, 240, 1);
    border-bottom-color: #00AFEB;


    transition: all;
    transition-delay: 0.1;
    transition-duration: 0.2s;
}

.capabilites-text-link.collapsed h6 {
    border-bottom: solid;
    border-bottom-width: 3;
    border-style: solid;
    border-color: rgba(240, 240, 240, 1);
    text-decoration: none;
    width: max-content !important;

    transition: width;
    transition-delay: 0.1;
    transition-duration: 0.3s;
}

.capabilites-text-link {
    text-decoration: none;

}

.capabilites-text-link:hover h6 {
    border-bottom: #00AFEB 3px solid;

}


.capabilites-header {
    background-image: url(../img/header-capabilities.jpg);
    background-position: center;
    background-size: cover;

}

.capabilites-page-list li {
    font-weight: 700 !important;
    text-transform: uppercase;

}

.turnkey-list {
    font-weight: 700 !important;
    text-transform: uppercase;
}


.capabilites-page-list {
    justify-content: space-between;
}

.image-flex {
    display: flex;
}

.image-flex figcaption {
    text-transform: uppercase;
}

@media all and (max-width:767px) {
    .image-flex.capabilities-page {
        flex-flow: wrap;
    }

    .image-flex.capabilities-page figure {
        width: 50% !important;

    }

    .image-flex.capabilities-page figure img {
        /* width: -webkit-fill-available;
    height: -webkit-fill-available; */
        width: 100%;
    }
}

@media all and (min-width:991px) {
    .sub-page-header {
        margin-top: 80px !important;
    }
}


.capabilities-callout {
    background-color: #efefef;
    padding: 30px 20px 15px 25px;
    margin: 20px 0;
}



/********************************* PROJECTS PAGE *************************************/

.projects-header {
    background-image: url(../img/header-projects.jpg);
    background-position: center;
    background-size: cover;
}

/********************************* ABOUT PAGE *************************************/

.about-header {
    background-image: url(../img/about-header.jpg);
    background-position: center;
    background-size: cover;
}



/********************************* Contact PAGE *************************************/

.contact-header {
    background-image: url(../img/header-contact.jpg);
    background-position: center;
    background-size: cover;
}

.location-select {
    color: #888888;
    font-weight: 400;
    cursor: pointer;
}

.location-select:hover {
    color: #00AFEB;
}

.cursor-pointer {
    cursor: pointer;

}


/********************************* Equipment PAGE *************************************/

.equipment-header {
    background-image: url(../img/equipment-header.jpg);
    background-position: center;
    background-size: cover;
}

/********************************* Talent PAGE *************************************/

.talent-header {
    background-image: url(../img/header-talent.jpg);
    background-position: center;
    background-size: cover;
}

/********************************* Documents PAGE *************************************/

.documents-header {
    background-image: url(../img/header-documents.jpg);
    background-position: center;
    background-size: cover;
}

.documents-page p {
    font-weight: 500;
}


/********************************* Header Scroll Page Info *************************************/

#mz-top-navbar {
    transition-property: all;
    animation-duration: 1s;
    background-color: rgba(240, 240, 240, 1);
    transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}

#mz-top-navbar.scroll {
    background-color: rgba(240, 240, 240, 1);
}

#mz-top-navbar .nav-link {
    font-weight: 400;
    color: #272727;
}

#mz-top-navbar.scroll .nav-link {
    font-weight: 400;
    color: #272727;
}

#mz-top-navbar .navbar-brand img {
    transform: scale(1);
    transform-origin: left;
    transition-property: all;
    transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    animation-duration: 1s;
}

#mz-top-navbar.scroll .navbar-brand img {
    transform: scale(0.7);
    transform-origin: left;
}

#mz-top-navbar .navbar-toggler {
    border: unset;
}

@media all and (max-width:767px) {

    #mz-top-navbar.scroll .navbar-toggler {
        border-color: unset;
        border: unset;
        color: #272727;
    }

    #mz-top-navbar.scroll .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
}

#mz-top-navbar .nav-link.active {
    border-bottom: #00AFEB 3px solid;
}


/***************** Mobile header style fix ***********************/
@media all and (max-width:991px) {
    #mz-top-logo {
        max-width: 100px;
        margin-left: 20px;
    }

    .mz-mobile-header-fix {
        position: relative;
        margin-bottom: 60px;
        top: 60px;
    }
}


/***************** youtube responsive embed css *****************/
.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.grey-blue-line {
    border-left: 4px solid #fafafa;
}

@media all and (max-width:767px) {
    .hidden-blue-line-fixing::before {
        content: "";
        border-left: 4px solid #00AFE6;
        height: 40px;
        position: relative;
        display: inline-block;
        top: 47px;
        left: 9px;
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .hidden-blue-line-fixing::before {
        content: "";
        border-left: 4px solid #00AFE6;
        height: 20px;
        position: relative;
        display: inline-block;
        top: 27px;
        left: 9px;
    }

}

@media all and (min-width:992px) {
    .hidden-blue-line-fixing::before {
        content: "";
        border-left: 4px solid #00AFE6;
        height: 40px;
        position: relative;
        display: inline-block;
        top: 47px;
        left: 9px;
    }
}

.hidden-blue-line-fixing {
    margin-top: -40px;
}


/****************** Homepage fixes from feedback ***************/
.homepage-smaller-h3 {
    font-size: 27px;
    font-weight: 400 !important;
}

/***** media querys for keeping tyhings on one line *********/

@media all and (min-width:992px) and (max-width:1199px) {
    .home-subhead-1 {
        font-size: 25px;
    }
}

@media all and (min-width:1200px) and (max-width:1400px) {
    .home-subhead-1 {
        font-size: 30px;
    }
}


/********************************* RENTAL PAGE *************************************/


/* Rental page edits */

.textover figcaption.centered {
    bottom: calc(50% - 20px);
}

.large-caption {
    font-size: 30px;
    font-weight: 600;
}

.rental-cta-box {
    height: 100%;
    background-image: url(https://www.psdenergy.com/img/contact-footer-image.jpg);
    background-position: center;
    background-size: cover;
}

.rental-sub-header {
    justify-content: space-between;
}

body .rental-button {
    color: #00AFE6;
    min-width: 180px;
}

body .rental-button-long {
    min-width: 280px;

}

.rental-button:hover {
    color: white;
}

.short-page {
    min-height: calc(100vh - 148px);
}
/* 
@media all and (min-width:992px) {
        .footer-bar {
        clear: both;
        position: relative;
        height: 70px;
        margin-top: -150px;

    }
} */


.rental-header {
   /* background-image: url(img/rental-header.jpg);*/
    background-image: url(../img/rental-header.jpg);
    background-position: center;
    background-size: cover;
}

.rental-button:focus {
    color: #00AFE6!important;
    background-color: white!important;
}
@media all and (max-width:991px) {
    .rental-button {
        margin-bottom:10px;
    }
}

.footer-members-text {
    display: block;
}

.footer-members {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

@media all and (min-width: 768px) {
    .footer-members-text {
        display: inline;
    }

    .footer-members {
        flex-wrap: nowrap;
    }

}


/* Honeypot field — off-screen rather than display:none, which bots skip. */
.mz-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
