/*
 Theme Name:   UnderStrap Child
 Theme URI:    https://www.understrap.com
 Description:  UnderStrap Child Theme
 Author:       Holger Koenemann
 Author URI:   http://www.holgerkoenemann.de
 Template:     understrap
 Version:      0.3.5
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child


 Color Palette
 Blue #004C8B  (Primary)
*/

/*
	Global
*/

body {
    font-family: 'Roboto', sans-serif;
}

p {
    color: #4d4d4d;
}


.vertical-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.vertical-padding-top {
    padding-top: 60px;
}

.vertical-padding-bottom {
    padding-bottom: 60px;
}

.padding-left {
    padding-left: 20px;
}

.gray-bg {
    background-color: #E4E4E4;
}


/* Section Titles */
.section-title {
    margin-bottom: 12px;
}

.section-title--blue {
    color: #004C8B;
}

.section-title--medium {
    margin-bottom: 14px;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.156;
    text-transform: uppercase;
}

.section-title__part {
    display: block;
}

.section-title--small,
.section-title__part--small {
    margin-bottom: 27px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5556;
    text-transform: uppercase;
}

.section-title__part--large {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.217;
}

/* Discussion - body text */
.discussion,
.description {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 1.777;
}

/* Tagline block -- large text in a section by itself */
.tagline {
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.tagline__main {
    margin-bottom: 0;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 1.22;
    text-transform: uppercase;
}

.tagline__subtext {
    font-size: 18px;
    line-height: 1.556;
    text-transform: uppercase;
}

.tagline--white,
.tagline--white .tagline__subtext {
    color: #fff;
}

/*Fix for hash jump without using JS*/
#videos {
    margin-top: -80px;
    padding-top: 80px;
}

#contact_form {
    margin-top: -80px;
    padding-top: 80px;
}

/*
	Bootstrap Specific Overrides
	
*/
.special-gutters {
    margin-left: -15px;
    margin-right: -15px;
}

.btn {
    border-radius: 0px;
}

.me_button {
    background: #1388E8;
    color: #fff;
    width: auto;
    padding: 16px 20px 15px 20px;
    text-transform: uppercase;
    font-size: 10pt;
    cursor: pointer;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.me_button span {
    text-align: right;
    float: right;
    font-size: 10pt;
    position: relative;
    top: 2px;
}

.navbar {
    padding: 0px 1rem;
    margin-top: -2px;
    background: #ffffff;
}

/*Bootstrap nav hover fix*/
@media (min-width: 768px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .dropdown .dropdown-menu {
        padding: 20px 20px 30px 20px;
        border-radius: 0px;
        margin-top: -1px;
    }

    .dropdown .dropdown-menu li {
        margin: 0px;
        padding: 5px 30px 0px 10px !important;

    }

    .dropdown .dropdown-menu li a {
        padding: 0px 0px 0px 25px !important;
        font-size: 10pt !important;
        width: 100%;
        margin-right: 20px;
    }

    .navbar .dropdown li {
        position: relative;
    }

    .navbar .dropdown li:after {
        content: "\f139";
        font-family: dashicons;
        position: absolute;
        top: 0px;
        color: #004C8B;
        font-size: 20px;
    }
}

.dropdown-toggle::after {
    display: none;
    width: 0;
    height: 0;
    content: "";
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}

.carousel-indicators li {
    height: 10px;
    width: 10px;
}

.carousel-caption {
    left: auto;
    right: auto;
    bottom: 0px;
    background: rgba(0, 76, 139, 0.7);
    width: 100%;
}

.carousel-caption p {
    color: #fff;
    font-size: 16pt;
    position: relative;
    top: -5px;
}

/*
	Header / Navigation
*/
#main-menu li a.nav-link {
    font-size: 10pt;
    padding: 10px 12px;
    color: #4D4D4D;
    text-transform: uppercase;
}

.phone {
    font-size: 10.5pt;
	width:20%;
}

.phone a i {
    display: inline;
}


.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar #main-menu li {
    border-top: 5px solid #fff;
    padding: 10px 0px;
}

.navbar #main-menu > li.active,
.navbar #main-menu > li.current_page_parent,
.navbar #main-menu > li:hover {
    border-top: 5px solid #004C8B;
    transition: border-top 0.25s;
}

.navbar .dropdown {
    border-radius: 0px;
}


.nav-search form {
    text-align: right;
    position: relative;
    margin-top: 18px;
    left: 10px;
}

.nav-search form i.fa-search {
    position: absolute;
    font-size: 10pt;
    top: 10px;
    left: 10px;
    z-index: 1;
    color: #4D4D4D;

}


.nav-search form input {
    outline: none;
    width: 15px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
    padding: 6px 25px 6px 5px;
    border: none;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    z-index: 10;
    background: transparent;
    position: absolute;
}

.nav-search form input:focus {
    width: 150px;
    background-color: transparent;
    padding: 6px 25px 6px 32px;
    cursor: auto;
    transition: all .5s;
    -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    -moz-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 1) 50% rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
}

.nav-search form input:-moz-placeholder {
    color: transparent;
}

.nav-search form input::-webkit-input-placeholder {
    color: transparent;
}


.dropdown ul li.active a {
    color: #004C8B !important
    s;
}

/*
	Front Page Template
*/
.landing_hero {
    width: 100%;
    position: relative;
}

.landing_hero img {
    width: 100%;
    max-width: 100%;
}

.landing_hero_content {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
}

/*hack fix to save time going in and removing br's from pages where I used them on desktop*/
.landing_hero_content br {
    display: none;
}

.landing_hero h1 {
    color: #fff;
    text-align: center;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 82px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 82px;
    margin-bottom: 5px;
    padding-bottom: 0px

}

.landing_hero hr {
    border-color: #1388E8;
    width: 300px;
    margin: 0 auto;
    border-width: 2px;
    margin-bottom: 10px;
    margin-top: 10px;

}

.landing_hero p {
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
    font-weight: 400;
    max-width: 55%;
    margin: 0 auto;
}

.info-section .section-title{
    margin-bottom: 8px;
}
.info-section .section-title__part--small {
    margin-top: 55px;
}

.info-section .section-title__part--large {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.2857;
}

.info-section__description {
    margin-bottom: 25px;
}

.info-section__cta-button button {
    background: #1388E8;
    color: #fff;
    width: auto;
    padding: 18px 20px 15px 20px;
    text-transform: uppercase;
    font-size: 10pt;
    cursor: pointer;
}

.info-section__cta-button button span {
    text-align: right;
    float: right;
    font-size: 10pt;
    position: relative;
    top: 2px;
}

.striped_background {
    background: url('../images/striped_bg.png');
    width: 100%;
    padding-bottom: 40px;
}

.striped_background .header p {
    color: #fff;
    text-align: center;
    padding: 0 30px;
}

.product_card {
    background: #fff;
    padding: 30px 30px 20px 30px;
    border-bottom: 16px solid #00C3FF;
    position: relative;
    margin-bottom: 30px;
	height:550px;
	
}

.product_card img {
    display: block;
    margin: 0 auto;
    padding: 0px 40px;
}

.product_card p {
    font-size: 12pt;
  
    margin: 20px 0 100px 0;
}

.product_card button {
    background: #1388E8;
    color: #fff;
    width: auto;
    padding: 18px 20px 15px 20px;
    text-transform: uppercase;
    font-size: 10pt;
    position: absolute;
    bottom: 40px;
    left: 0px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.product_card button span {
    text-align: right;
    float: right;
    font-size: 10pt;
    position: relative;
    top: 2px;
}

.recent_news {
    padding-bottom: 70px;
}

.recent_news h2 {
    color: #004C8B;
    text-align: center;
    font-size: 42pt;
    margin-top: 70px;
    text-transform: uppercase;
    font-family: 'Archivo Narrow', sans-serif;
    letter-spacing: 2px;
    margin-bottom: 70px;
    font-weight: bold;
}

.recent_news .video h3 {
    font-size: 15.2pt;
    color: #004C8B;
    text-transform: uppercase;
}

.recent_news .event {
    padding-top: 35px;
    justify-content: center;
    align-items: center;
}

.recent_news .event h3 {
    font-size: 19pt;
    color: #004C8B;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-weight: bold;
}

.recent_news .event p.subhead {
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14pt;
    color: #004C8B;
}

.recent_news .event p.content {
    text-align: center;
    font-size: 12pt;
    padding: 0 20px 20px 20px;
}

.recent_news .event a {
    background: #1388E8;
    color: #fff;
    width: auto;
    padding: 16px 20px 15px 20px;
    text-transform: uppercase;
    font-size: 10pt;
    cursor: pointer;
    text-align: center;
    width: 145px;
    display: block;
    margin: 0 auto;
}

.recent_news .event a span {
    text-align: right;
    float: right;
    font-size: 10pt;
    position: relative;
    top: 1px;
}

.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;
}

/*
	Interior Global
*/

.interior_page_wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
}

.interior_page_wrapper h1 {
    font-size: 42pt;
    font-family: 'Archivo Narrow', sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #004C8B;
    margin-bottom: 40px;
}

/*
	Inventory Template
*/


.inventory_wrapper {
    border-top: 1px solid #4d4d4d;
    margin: 20px 0 40px 0;
}

.inventory_wrapper .nav-link {
    border: none;
    border-top: 4px solid transparent;
    padding: 10px 0px;
    color: #4D4D4D;
    text-transform: uppercase;
    border-radius: 0px;
    margin: 0 30px 0 0px;

}

.inventory_wrapper .nav-link.active {
    border: none;
    border-top: 4px solid #004C8B;
    color: #004C8B;
    background-color: transparent;
    font-weight: bold;

}

.inventory_wrapper .card {
    border-radius: 0px;
    border: none;
    background: #ffffff;
}

.inventory_wrapper .card .card-header {
    position: relative;
    background: #ffffff;

}

.inventory_wrapper .card .card-header a:after {
    position: absolute;
    left: 0px;
    content: "\f460";
    font-family: dashicons;
    font-size: 20px;
    color: #ffffff;
    background-color: #1388E8;
    top: 12px;
    line-height: 0px;
    padding: 12.5px 1.75px 13px 2.75px;


}

.inventory_wrapper .card .card-header a.collapsed:after {
    content: "\f132";
    padding: 15px 2.25px 10.5px 2.25px;
}


.inventory_wrapper .card .card-header a {
    color: #4d4d4d;
    text-transform: uppercase;
    padding-left: 20px;
    font-family: 'Archivo Narrow', sans-serif;
    letter-spacing: 1px;
    display: block;
}

.inventory_wrapper .card-block {
    margin-top: 20px;
    margin-bottom: 30px;
}

.inventory_wrapper .img-container {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
}

.inventory_wrapper .content-container {
    display: inline-block;
    width: 50%;
}

/* Handle small mobile for inventory */
@media (max-width: 399px) {
    .inventory_wrapper .content-container {
        display: block;
        width: 100%;
        padding-top: 20px;
    }
}

.inventory_wrapper .card-block img {
    float: left;
    padding-right: 30px;
    max-width: 100%;
}

.inventory_wrapper .card-block h3 {
    font-weight: bold;
    font-size: 12pt;
    top: -11px;
    position: relative;
    color: #004C8B;
}

.inventory_wrapper .card-block p {
    position: relative;
    top: -10px;
}

.inventory_wrapper .card-block p.availability {
    text-transform: uppercase;
    font-size: 10pt;
}

.inventory_wrapper .card-block p.availability span {
    font-weight: bold;
}

.inventory_wrapper .clearfix {
    margin: 00px 0;
}


/*
	Projects Template
*/
.project_container {
    padding-bottom: 40px;
}

.project_container h3 {
    color: #004C8B;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.project_container h4 {
    font-size: 15pt;
    text-align: center;
    margin-bottom: 20px;
    color: #004C8B;
    text-transform: uppercase;
}

.project_container p {
    text-align: center;
    font-size: 12pt;
}

.projects_button_container {
    margin-top: 40px;
    margin-bottom: 100px;
}

.videos_container {
    background: #004C8B;
    padding-bottom: 100px;
}

.videos_container h2 {
    color: #ffffff;
    text-align: center;
    font-family: 'Archivo Narrow', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 42pt;
    margin-top: 60px;
}

.videos_container h3 {
    color: #ffffff;
    text-align: center;
    font-size: 21pt;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.videos_container .video-responsive {
    margin-bottom: 40px;
}


/*
	Rolling Stock Template
*/
.rolling .left-bg {
    position: absolute;
    width: 45%;
    height: 100%;
    left: 0px;
    background: #2d2d2d;
}

.rolling .right-bg {
    position: absolute;
    width: 55%;
    height: 100%;
    right: 0px;
    background: url('../images/striped_bg.png');
}

.rolling .recent-dev {
    padding-left: 20px;
}

.rolling h3 {
    font-family: 'Archivo Narrow', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.rolling .recent-dev h3 {
    color: #ffffff;
    margin-top: 80px;


}

.rolling .recent-dev p {
    color: #ffffff;
}

.rolling .quality h3 {
    margin-top: 40px;
}

.rolling .quality p.caption {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    color: #004C8A;
}

.rolling .bottom {
    background: #e4e4e4;
}

.rolling .bottom p.caption {
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    color: #004C8A;
    font-weight: bold;
}

/*
	Performance Curves Template
*/
.landing_hero_interior {
    width: 100%;
    position: relative;
    background: url('../images/striped_bg.png');
}

.performance-curves .landing_hero_interior h1 {
    color: #fff;
    text-align: center;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 46pt;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 46pt;
    margin-bottom: 5px;
    padding-bottom: 0px

}

.performance-curves .landing_hero_interior hr {
    border-color: #1388E8;
    width: 300px;
    margin: 0 auto;
    border-width: 2px;
    margin-bottom: 10px;
    margin-top: 10px;

}

.performance-curves .landing_hero_interior p {
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    max-width: 60%;
    margin: 10px auto 0 auto;
}

.performance-curves .landing_hero_interior .download_btn {
    background: #1388E8;
    color: #ffffff;
    text-transform: uppercase;
    padding: 20px 40px 20px 40px;
    cursor: pointer;
    font-size: 12pt;
    font-weight: bold;
    width: 395.75px;
    margin: 60px auto 0px auto;
    display: block;
}

.performance-curves h3 {
    color: #004C89;
    font-size: 16pt;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 30px;
}

.performance-curves .fan-container {
    margin-bottom: 60px;
}

.performance-curves .fan-container h3 {
    border-bottom: 1px solid #B1B1B1;
    padding-bottom: 10px;
    margin-top: 0px;
}

.performance-curves .fan-container h3 span.back-to-top {
    float: right;
    font-size: 10pt;
    cursor: pointer;
}

.performance-curves select {
    -webkit-appearance: none;
    border-radius: 0px;
    border: 1px solid #CACACA;
    width: auto;
    padding: 10px 120px 10px 10px;
    background: transparent;
    position: relative;
    z-index: 10;
}

.performance-curves .select-wrapper {
    position: relative;
}

.performance-curves .select-wrapper:after {
    content: "\f347";
    font-family: dashicons;
    position: absolute;
    top: 6px;
    left: 170px;
    color: #CACACA;
    font-size: 24px;
    z-index: 0;
}

.performance-curves a.go-btn {
    color: #ffffff;
    background: #1386E6;
    display: inline-block;
    padding: 10px 20px;
    width: 80px;
    display: block;
    margin-top: 20px;
    text-transform: uppercase;

}

.preformance-curves .fan-list p {
    margin-bottom: 5px;
}

/*
	Locomotives Template	
*/
.locomotives h3 {
    text-transform: uppercase;
    margin-top: 80px;
    padding-left: 20px;

    font-family: 'Archivo Narrow', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;

}

.locomotives .left-bg {
    position: absolute;
    width: 45%;
    height: 100%;
    left: 0px;
    background: #2d2d2d;
}

.locomotives .right-bg {
    position: absolute;
    width: 55%;
    height: 100%;
    right: 0px;
    background: url('../images/striped_bg.png');
}

.locomotives .durable h3 {
    color: #ffffff;
    margin-top: 50px;
}

.locomotives .durable p {
    color: #ffffff;
}

.locomotives p.caption {
    text-align: center;
    font-weight: bold;
    color: #004C8A;
    margin-top: 10px;
    text-transform: uppercase;
}


/*
	Fabrication
*/

.fabrication h3 {
    color: #004C8A;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;

    font-family: 'Archivo Narrow', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;

}

.fabrication h3.archivo {
    color: #4D4D4D;
    text-align: left;
    margin-top: 60px;
}

/*
	Jetair Fans
*/
.jetair-fans .performance_btn {
    background: #1388E8;
    color: #ffffff;
    text-transform: uppercase;
    padding: 20px 40px 20px 40px;
    cursor: pointer;
    font-size: 12pt;
    font-weight: bold;
    width: 325px;
    margin: 60px auto 0px auto;
    display: block;
}

@media (max-width: 390px) {
    .jetair-fans a.performance_btn {
        width: 100%;
        padding: 20px 0px;
    }
}

.jetair-fans .left-bg {
    position: absolute;
    width: 45%;
    height: 100%;
    left: 0px;
    background: #2d2d2d;
}

.jetair-fans .right-bg {
    position: absolute;
    width: 55%;
    height: 100%;
    right: 0px;
    background: url('../images/striped_bg.png');
}

.jetair-fans .jetair-logo {
    margin-bottom: 30px;
}

.jetair-fans .forged-blades h3 {
    color: #ffffff;
    font-family: 'Archivo Narrow', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

.jetair-fans .forged-blades p {
    color: #ffffff;
    margin-bottom: 10px;
}

.jetair-fans .fan-construction h3 {
    margin-top: 80px;
    font-family: 'Archivo Narrow', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.jetair-fans .fan-construction p {
    margin-bottom: 10px;
}

.jetair-fans .ventilation-ducting h3 {
    color: #ffffff;
    font-family: 'Archivo Narrow', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 80px;
    font-weight: bold;
    text-transform: uppercase;
}

.jetair-fans .ventilation-ducting p {
    color: #ffffff;
}

.jetair-fans .accessories h3 {
    text-align: center;
    color: #004C89;
    font-family: 'Archivo Narrow', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.jetair-fans .accessories p {
    text-align: center;
    margin-bottom: 55px;
}

.jetair-fans .accessories .image-container p {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    color: #004C8A;
    margin-bottom: 32px;
}

/*
	Mine Hoists Template
*/
.mine-hoists .mine-logo {
    max-width: 80%;
    margin: 0 auto 30px auto;
}

.mine-hoists .left-bg {
    position: absolute;
    width: 45%;
    height: 100%;
    left: 0px;
    background: #2d2d2d;
}

.mine-hoists .right-bg {
    position: absolute;
    width: 55%;
    height: 100%;
    right: 0px;
    background: url('../images/striped_bg.png');
}

.mine-hoists .specialization h3 {
    color: #ffffff;
    font-family: 'Archivo Narrow', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 120px;
    font-weight: bold;
    text-transform: uppercase;
}

.mine-hoists .specialization p {
    color: #ffffff;
}

.mine-hoists .offer h3 {
    margin-top: 140px;
    font-family: 'Archivo Narrow', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

/*
	Representation Template
*/
.representation .metalliance .logo {
    max-width: 50%;
    margin-bottom: 20px;
}

.representation .trident .logo {
    max-width: 80%;
    margin-bottom: 20px;
    margin-top: 20px;
}

/*
	Mine Equipment Overview Template
*/
.mining-equipment-overview .gray-bg {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mining-equipment-overview .gray-bg .vertical-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mining-equipment-overview .me_btn {
    background: #1388E8;
    color: #ffffff;
    text-transform: uppercase;
    padding: 20px 40px 20px 40px;
    cursor: pointer;
    font-size: 12pt;
    font-weight: bold;
    margin: 60px auto 0px auto;
    display: block;
}

.mining-equipment-overview .inventory_btn {
    width: 328px;
}

@media (max-width: 390px) {
    .mining-equipment-overview .inventory_btn {
        width: 100%;
        padding: 20px 0px;
    }
}

.mining-equipment-overview .ventilation_btn {
    width: 205px;
}

.mining-equipment-overview .locomotives_btn {
    width: 213px;
}

.mining-equipment-overview .rolling-stock_btn {
    width: 224px;
}

.mining-equipment-overview .representation_btn {
    width: 238px;
}

.mining-equipment-overview .fabrication_btn {
    width: 272px;
}


/*
	Contact Template
*/
.contact h3 {
    font-size: 21pt;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #004C8A;
    margin-bottom: 20px;
}

.contact p {
    padding: 0px;
    margin: 10px 0px;
    line-height: 18pt;
}

.contact p.contact-phone a {
    color: #4D4D4D;
}

.contact p.contact-phone a:hover {
    color: #4d4d4d;
}

.contact p.co-name {
    color: #004C89;
    font-size: 15pt;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}

/*
	Footer
*/
footer {
    background: #2D2D2D;
    margin-top: 80px;
}

footer.wrapper {
    padding-top: 60px !important;
}

footer .footer_nav h2 {
    font-size: 17px;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 10px;
}

footer .footer_nav h2 a {
    color: #1388E8;
}

footer .footer_nav p {
    color: #cecece;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0.7rem;
}

footer .footer_nav p a {
    color: #cecece;
}

footer .footer_nav button.contact_form_btn {
    background: #1388E8;
    color: #ffffff;
    text-transform: uppercase;
    padding: 11px 20px 10px 20px;
    cursor: pointer;
    margin-bottom: 20px;
    font-size: 12px;
}


footer .footer_nav .phone_address p {
    line-height: 18px;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}


footer .footer_copyright p {
    font-size: 9px;
    color: #cecece;
    font-style: italic;
    text-transform: uppercase;
    margin-top: 10px;
}


/*
	Formidable Override
*/


button.frm_button_submit {
    text-transform: uppercase;
}

.frm_form_fields label {
    height: 0px;
}


/*
	Search Results page
*/
h3.search-headline {
    font-size: 19pt;
    color: #004C8B;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-weight: bold;
    text-transform: uppercase;

}

.search_btn {
    background: #1388E8;
    color: #ffffff;
    text-transform: uppercase;
    padding: 15px 20px 15px 20px;
    cursor: pointer;
    font-size: 12pt;
    font-weight: bold;
    margin: 10px auto 60px auto;
}

/*
	About Us Template
 */
.section-hero {
    max-height: 475px;
}

.page-title {
    font-family: 'Archivo Narrow', sans-serif;
    color: #fff;
    font-size: 82px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.section-hero .page-title {
    padding: 196px 0;
}
.page-template-about .section-1{
    padding-top: 54px;
    padding-bottom: 93px;
}
.section-subsidiaries{
    padding: 70px 0 63px;
}
.section-subsidiaries .description {
    margin-bottom: 45px;
}

.section-subsidiaries .section-title--small {
    margin-bottom: 38px;
}

.section-subsidiaries .subsection-represented-companies .section-title--small {
    margin-bottom: 8px;
}

.subsidiaries-graphic {
    margin-bottom: 90px;
}

.subsidiaries-graphic img {
    padding: 0 50px;
}

.represented-company img {
    margin-bottom: 20px;
}

.represented-company__caption {
    font-size: 18px;
    line-height: 1.778;
}

.section-product-offerings {
    padding: 72px 0;
    margin-bottom: 73px;
}

.section-product-offerings .section-title--medium {
    margin-top: 37px;
}

.product-offerings-list {
    list-style: none;
    padding-left: 0;
}

.product-offerings-list li {
    position: relative;
    font-size: 18px;
    line-height: 1.22;
    margin-bottom: 12px;
    padding-left: 1em;
}

.product-offerings-list li:before {
    content: '+';
    position: absolute;
    left: 0;
}

.tagline--leadership-team-banner{
    padding: 100px 0;
}

.section-leadership-team {
    padding: 98px 0;
}

.section-leadership-team .description,
.section-leadership-team .description p:last-of-type {
    margin-bottom: 0
}

.team-member-row {
    margin-top: 50px;
    margin-bottom: 50px;
}

.team-member__name,
.team-member__title {
    margin-bottom: 0;
    color: #004C8A;
    text-transform: uppercase;
}

.team-member__name {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 32px;
    font-weight: 600;
}

.team-member--tier-1 .team-member__name {
    margin-top: 36px;
}

.team-member--tier-2 .team-member__name {
    margin-top: 23px;
}

.team-member__title {
    font-size: 18px;
    line-height: 1.556;
}

/*
	Responsive / Media Queries
*/
/*
	Global
*/
@media (max-width: 1199px) {
    .landing_hero_content h1 {
        font-size: 42pt;
        line-height: 42pt;
        margin-bottom: 0px;
    }

    .landing_hero_content p {
        max-width: 80%;
    }

    .info-section__subtitle {
        margin-top: 0;
    }

    .performance-curves .landing_hero_interior h1 {
        font-size: 42pt;
        line-height: 42pt;
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .performance-curves .landing_hero_interior p {
        max-width: 80%;
    }

    .overflow-fix {
        overflow: hidden;
    }

    .overflow-fix img {
        max-width: 140%;
        width: 140%;
    }

}

@media (max-width: 991px) {
    .vertical-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .landing_hero_content {
        top: 25%;
    }

    .landing_hero_content h1 {
        font-size: 42pt;
        line-height: 42pt;
        margin-bottom: 0px;
    }


    .overflow-fix {
        display: none;
    }

    .left-bg {
        display: none;
    }

    .right-bg {
        width: 100% !important;
        padding-bottom: 20px;
    }

}

@media (max-width: 930px) {
    .landing_hero {
        overflow: hidden;
    }

    .landing_hero img {
        max-width: 150% !important;
        width: 150% !important;
    }
}

@media (max-width: 725px) {
    .landing_hero img {
        max-width: 200% !important;
        width: 200% !important;
    }
}

@media (max-width: 640px) {
    p {
        font-size: 0.9em;
    }

    .landing_hero img {
        display: none;
    }

    .landing_hero_content {
        top: 0%;
        display: block;
        position: relative;
        padding-top: 40px;
        padding-bottom: 40px;
        background-size: cover;
        background-position: 50% 50%;
    }

    .landing_hero img {
        display: none;
    }

    .landing_hero_content h1 {
        font-size: 24pt;
        line-height: 24pt;
    }

    .performance-curves .landing_hero_interior h1 {
        font-size: 24pt;
        line-height: 24pt;
    }


}

@media (min-width: 641px) {
    .landing_hero_content {
        background: transparent !important;
        background-image: none;
    }
}

/*
	Header / Navigation
*/
@media (max-width: 1199px) and (min-width: 992px) {
    #main-menu li a.nav-link {
        font-size: 9pt;
        padding: 10px 10px;
    }
}

@media (max-width: 991px) {
    .navbar > .container {
        margin-top: 10px;
    }

    #main-menu {
        margin-top: 10px;
    }

    .nav-search {
        padding-bottom: 20px;
    }

    .nav-search form {
        margin-top: 0px;
        left: 0px;

    }

    .show .nav-search form {
        margin-top: 10px;
    }

    .nav-search form input:focus {
        width: 250px;
    }

    .navbar .phone {
        position: relative;
        left: 10px;
        padding-bottom: 60px;
        top: 30px;
    }

}

/*
	Footer
*/
@media (max-width: 768px) {
    footer .footer_nav h2 {
        text-align: center;
    }

    footer .footer_nav p {
        text-align: center;
    }

    footer .footer_nav button.contact_form_btn {
        display: block;
        margin: 0px auto 10px auto;
    }

    footer .footer_copyright p {
        text-align: center;
    }
}


/*
	Landing Page 
*/
@media (max-width: 991px) {

    .recent_news h2 {
        font-size: 32pt;
        line-height: 32pt;
    }
}

/*
	Front Page
 */
@media (max-width: 767px) {
    .info-section__subtitle {
        margin-top: 35px;
    }

    .info-section__cta-button {
        text-align: center;
    }
}


/*
	Mining Equipment Overview
*/
@media (max-width: 767px) {
    .mining-equipment-overview .me_btn {
        margin-bottom: 40px;
        margin-top: 20px;
    }

    .gray-bg {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .gray-bg .vertical-padding {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

/*
	Custom Fabrication
*/
@media (max-width: 991px) {
    .fabrication h3.archivo {
        margin-top: 0px;
    }
}

/*
	locomotives
*/
@media (max-width: 991px) {
    .durable {
        padding-bottom: 20px;
    }

    .locomotives h3 {
        margin-top: 10px;
    }
}

/*
	Rolling Stock
*/

@media (max-width: 1199px) {
    .rolling .quality h3 {
        margin-top: 0px;
    }
}

@media (max-width: 991px) {
    .rolling .recent-dev h3 {
        margin-top: 20px;
    }
}

/*
	Jetair Fans
*/
@media (max-width: 991px) {
    .forged-blades {
        padding-bottom: 30px;
    }

    .jetair-fans .fan-construction h3 {
        margin-top: 0px;
    }

    .jetair-fans .ventilation-ducting h3 {
        margin-top: 0px;
    }

}

@media (max-width: 776px) {
    .jetair-fans .jetair-logo {
        margin-bottom: 0px;
    }

    .jetair-fans .ventilation-ducting h3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

}

/*
	Representation
*/
@media (max-width: 991px) {
    .representation .metalliance .logo {
        margin: 0px auto 10px auto;
        display: block;
    }

    .representation .trident .logo {
        margin: 0px auto 10px auto;
        display: block;
    }

    .trident p, .metalliance p {
        text-align: center;
    }
}

/*
	Mine Hoists	
*/
@media (max-width: 991px) {
    .mine-hoists .specialization {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .mine-hoists .specialization h3 {
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: center;
    }

    .mine-hoists .specialization p {
        text-align: center;
    }

    .mine-hoists .offer h3 {
        margin-top: 0px;
        text-align: center;
    }

    .mine-hoists .offer p {
        text-align: center;
    }
}


/*
	Contact
*/
@media (max-width: 767px) {
    .contact h1 {
        text-align: center;
    }

    .contact .frm_submit button {
        margin: 10px auto 30px auto !important;
        display: block;
    }

    .contact h3 {
        text-align: center;
    }

    .contact p {
        text-align: center;
    }
}


/*
	Various other fixes from jira feedback
*/

@media (min-width: 1199px) {
    .landing_hero p {
        max-width: 40%;
    }
}

@media (max-width: 406px) {
    .performance-curves .landing_hero_interior .download_btn {
        width: 290px;
        white-space: normal;
    }

    .performance-curves .fan-container h3 span.back-to-top {
        float: none;
        text-align: left;
        display: block;
        margin-top: 10px;
    }

    .navbar-brand {
        margin: 0px;
    }

    .product_card button {
        display: block;
        width: 90%;
        left: 5% !important;
        right: 5% !important;
    }
}

@media (max-width: 390px) {
    .navbar .phone {
        display: none;
    }

}


@media (max-width: 991px) {
    #page-wrapper, #full-width-page-wrapper {
        top: 61px !important;
    }
}


/*
	About Us Template
 */
@media (max-width: 1199px) {
    .page-title {
        font-size: 42pt;
    }
}

@media (max-width: 991px) {
    .subsidiaries-graphic img {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .section-1 .col-md-6 {
        padding: 15px;
    }

    .represented-company:not(:first-child){
        margin-top: 35px;
    }

    .team-member-row{
        margin-top: 0;
        margin-bottom: 0;
    }

    .team-member{
        margin-top: 35px;
    }
}

@media (max-width: 640px) {
    .page-title {
        font-size: 24pt;
    }

    .tagline__main{
        font-size: 48px;
    }
}