/*
Theme Name: Nexus Steel
*/
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic&display=swap');

body {
    font-size: 18px;
    font-family: 'Didact Gothic', sans-serif;
}




.gallery-img {/* adjust width/height */ width:100%; padding-bottom: 55%;  margin: 20px auto; position: relative; overflow: hidden;}
.gallery-img img {border:none !important; margin:0; transition:none;position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 169%;}
.top-imgs {padding-bottom: 60%;margin: 0;}
.top-imgs img { width: 172%; width: 112%;max-width: unset;}
.project-section-inner .top-imgs { transition: linear all .5s;}
.project-section-inner:hover .top-imgs {transform: scale(1.15) !important; transition: linear all .5s;}
.project-section-inner:hover .top-imgs img {transform: translate(-50%,-50%);}
.fleximg {max-width:453px;padding-bottom: 17%;}
.flex-4-col-sm, .flex-3-col-sm {flex-grow: 0;justify-content: center;}
.flex-display {justify-content: center;}

/*Header*/
#header {
    padding: 10px;
    background: #85181a;
}

#menu-main-menu>li {
    color: #fff;
    padding: 15px 15px;
}

.navigation {
    text-align: right;
}

#menu-main-menu>li>a {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#menu-main-menu>li>a:hover {
    color: #000;
}

.social-icons {
    display: flex;
    justify-content: flex-end;
}

.social-icons>a {
    color: #fff;
    font-size: 1.5em;
}

.social-icons>a:hover, .social-icons>a:active, .social-icons>a:focus {
    color: #000;
}

#header a.social-item.icon-3, #header a.social-item.icon-4 {
    display: none;
}

.nav-toggler {
    text-transform: uppercase;
}

#header.sticky {
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 9999;
    top: 0;
    transition: .325s ease;
}

/*Nav*/
.menu-mobile-menu-container {
    display: none;
}

/* Footer */
.sitemap .menu-footer-menu-container ul>li {
    text-align: center;
}

/**Main**/
.hidden-sec {
    display: none;
}

.btn {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    border: solid 1px #000;
    background: #fff;
    color: #000;
}

.btn:hover {
    color: #fff;
    background: #000;
    border-color: #fff;
}

.content-wrapper>div {
    padding: 3.5714285714285716rem 0;
}

.content-wrapper>div:last-of-type {
    padding-bottom: 0;
}

.content-wrapper>div:first-of-type {}

.content-wrapper>main {
    padding: 3.5714285714285716rem 0;
}

.content-block h1 {
    padding-bottom: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 36px;
    font-family: 'Didact Gothic', sans-serif;
    text-align: center;
}

.content-block h2 {
    padding-bottom: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 36px;
    font-family: 'Didact Gothic', sans-serif;
    text-align: center;
    font-weight: bold;
}

/*Banner*/
#banner:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    z-index: 1;
}

.caption {
    z-index: 2;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-family: 'Didact Gothic', sans-serif;
    text-transform: uppercase;
}

h1.captionHeading {
    display: block;
    padding-bottom: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 55px;
    font-family: 'Didact Gothic', sans-serif;
    text-shadow: 0 0px 5px black;
}

span.captionHeading {
    display: block;
    padding-bottom: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 55px;
    font-family: 'Didact Gothic', sans-serif;
    text-shadow: 0 0px 5px black;
}

span.captionHeadingSmaller {
    display: block;
    padding-bottom: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 36px;
    font-family: 'Didact Gothic', sans-serif;
    text-shadow: 0 0px 5px black;
    color: #fff;
}

.caption .btn {
    font-size: 21px;
    padding: 12px 24px;
    border-radius: 10px;
}

.als-btn-wrapper .btn, .btn {
    font-size: 21px;
    padding: 12px 24px;
    border-radius: 10px;
}

/*Icons*/
#icon-links-2 {
    padding-top: 0 !important;
}

.icon-links-inner .item {
    position: relative;
    margin: 2.5px;
    transition: all .5s linear;
    border-radius: 2px;
    border: solid #85181a 5px;
    box-shadow: 3px 6px 14px #000;
}

.anchor-link-title {
    position: absolute;
    font-size: 30px;
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-shadow: -3px 2px #000;
}

.icon-links-inner .overlay {
    overflow: hidden;
}

.icon-links-inner img {
    transition: all .3s linear;
    width: 100%;
}

.icon-links-inner .item:hover {
    flex: 5%;
    transition: all .5s linear;
}

.icon-links-inner .flex-container {
    width: 85%;
    margin: auto;
}

/*Background Block*/
#background-img-3 {
    padding: 0 !Important;
}

.background-img {
    padding: 15.5rem 0 !important;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
}

.background-img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(133, 24, 26, .5);
}

.background-inner {
    text-align: center;
    position: relative;
}

.background-img h2 {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    font-family: 'Didact Gothic', sans-serif;
    text-shadow: 0 0px 5px black;
}

/*Grid*/
div#grid-section-5 {
    padding-top: 0px !important;
}

#grid-section {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0;
}

.grid-display {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 5px;
    padding: 0px 0;
}

.grid-large-item {
    grid-area: 1/1/3/3;
    position: relative;
}

.grid-large-item img {
    width: 100%;
}

.grid-large-item video {
    display: block;
    width: 100%;
}

.grid-slider-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.grid-large-item a {
    ;
    font-size: 36px;
    color: #fff;
}

span.grid-slider-title {
    display: block;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 30px;
}

.grid-item {
    position: relative;
    background-position: center;
    position: relative;
    background-size: cover;
}

.grid-item a {
    text-transform: uppercase;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    color: #fff;
    padding: 10px 30px;
    font-weight: normal;
    position: relative;
    z-index: 2;
    font-size: 26px;
    font-weight: bold;
    text-shadow: 0 0 10px #000;
    transition: all ease .7s;
    text-align: center;
}

.grid-item .overlay {
    position: absolute;
    bottom: 0;
    background-color: rgba(133, 24, 26, 0.5);
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s linear;
}

.grid-item:hover .overlay {
    width: 100%;
    left: 0 !important;
}

.grid-item:nth-of-type(even) .overlay {
    left: 100%;
    right: 0;
}

.grid-item:nth-of-type(odd) .overlay {
    left: 0;
    right: 0;
}

/* IE Needed Code for item placement */
.grid-display {
    display: -ms-grid;
    -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr;
    -ms-grid-rows: 1fr 5px 1fr;
}

.grid-large-item {
    -ms-grid-row-span: 3;
    -ms-grid-column-span: 3;
    position: relative;
}

.grid-item:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.grid-item:nth-of-type(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.grid-item:nth-of-type(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.grid-item:nth-of-type(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
}

.grid-slider-caption .btn {
    color: #000;
    font-size: 18px;
}

.grid-slider-caption .btn:hover {
    color: #fff;
}

/*Testimnials*/
#testimonials-6 {
    padding-top: 0px !important;
}

#testimonials-6 h2 {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    letter-spacing: 2px;
    font-family: 'Didact Gothic', sans-serif;
    text-align: center;
}

.testimonial-author {
    font-weight: bold;
    font-size: 21px;
}

#testimonial-slider .item .flex-box:first-of-type {
    border-bottom: solid 1px #000
}

#testimonial-slider .flex-box {
    padding: 15px 0;
}

#contact-info {
    background: #212121;
    padding: 30px;
    text-align: center;
}

footer {
    background: #212121;
    text-align: center;
    padding-bottom: 5px;
}

#contact-info .social-item.icon-1, #contact-info .social-item.icon-2 {
    display: none;
}

#contact-info h2 {
    color: #fff;
    padding-bottom: 20px;
    text-align: center
}

#contact-info .flex-display-align {
    align-items: flex-start;
}

.list-inline>li {
    display: block;
    text-align: left;
}

.list-inline>li>a {
    padding: 10px;
    text-transform: uppercase;
}

.list-inline {
    display: inline-block;
}

#contact-info a {
    color: #fff;
}

#contact-info a:hover {
    color: #85181a;
}

#contact-info a.social-item:hover .fa-inverse {
    color: #85181a;
}

span.contact-info.business-name {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    color: #fff;
}

#contact-info .social-icons {
    justify-content: center;
}

.middle-footer-content {
    color: #b31111;
    font-size: 6vw;
    font-weight: bold;
    flex: 0 1 auto;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #85181a;
}

/* About Us Template */
#about-us-section {
    padding: 1.5rem 0 1.5rem;
}

#about-left-section {
    padding: 0px 30px 30px 0px;
}

.als-btn-wrapper {
    text-align: center;
}

#about-right-section img {
    width: 100%;
}

#about-us-section #about-right-section {
    padding: 30px
}

#about-right-section .licenses p {
    margin-bottom: 0;
    text-align: center;
    line-height: normal;
}

img.about-mobile-dynamic {
    display: none;
    width: 400px;
    margin: 10px 0px 20px 20px;
}

#carousel-slider-about .carousel-control.left {
    width: 10%;
    background-color: rgba(0, 0, 0, 0.16);
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

#carousel-slider-about .carousel-control.right {
    width: 10%;
    background-color: rgba(0, 0, 0, 0.16);
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.faq-accoridons {
    padding: 50px 0;
}

.faq-title {
    font-size: 36px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold
}

.faq-accoridons .faq-box h2 {
    font-weight: bold;
    padding: 0;
    font-size: 30px;
    margin-left: 15px;
    width: 100%;
    text-align: left;
    padding: 20px 10px;
    background: #85181a;
    color: #fff;
}

#safety-training-section .faq-box {
    text-align: center;
    margin: 0 auto;
    width: 90%;
}

#safety-training-section .faq-toggle {
    background: #85181a;
    text-align: center;
}

#safety-training-section .icon-down {
    display: inline-block;
}

#safety-training-section .faq-accoridons .faq-box h2 {
    text-align: center;
    width: auto;
    background: none;
    display: inline-block;
    margin-left: 0;
}

#safety-training-section .fa-check {
    padding: 0;
}

.faq-toggle {
    font-size: 24px;
    padding: 5px 0;
    position: relative;
    margin: 5px 0;
    color: #333;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

.faq-toggle:hover {
    cursor: pointer;
}

.faq-toggle .icon-down {}

.faq-toggle .icon-down>span {
    transition: all .25s linear;
    font-weight: bold;
    transition: all 1s ease;
    padding: 20px;
    border: solid 1px #85181a;
    background: #85181a;
    color: #fff
}

.faq-toggle.active .icon-down>span {
    transform: rotate(180deg);
    transition: all 1s ease;
    color: #fff
}

.faq-info {
    display: none;
    width: 98%;
    margin: auto
}

.page-id-288 .faq-info {
    display: block;
}

.page-id-288 .faq-toggle {
    cursor: default;
}

.faq-box {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
}

.faq-accoridons .flex-col {
    background: #c5c3c3;
    color: #000;
    padding: 15px;
    border-radius: 5px;
}

#safety-training-section ul {
    column-count: 2;
    width: 50%;
    margin: 0 auto 30px;
}

#safety-training-section {
    padding-top: 0px;
}

.flex-container-90 {
    width: 90%;
    margin: auto;
}

.bus-license {
    color: #fff;
    font-size: 18px;
    margin-top: 50px;
}

.we-know p {
    line-height: 0.75em;
}

@media screen and (min-width: 1201px) {
    #about-us-section .flex-container {
        width: 90%;
    }
}

@media screen and (max-width: 1200px) {
    .flex-container-90 {
        margin: auto;
    }

    , #about-us-section .flex-container {
        width: 100%;
    }

    .faq-accoridons .faq-box h2 {
        font-size: 26px;
    }

    .faq-accoridons .flex-container-90 {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .about-mobile-show {
        flex: 1 1 100%;
    }

    img.about-mobile-dynamic {
        display: block;
    }

    .about-mobile-hide #about-right-section {
        display: none;
    }

    #about-left-section {
        padding: 0px 5px;
    }

    #carousel-slider-about .carousel-control.left, #carousel-slider-about .carousel-control.right {
        border-radius: 7px;
    }

    #safety-training-section ul {
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    img.about-mobile-dynamic {
        float: left !important;
        margin: 10px 20px 0px 0px;
        width: 300px;
    }
}

@media screen and (max-width: 600px) {
    .faq-accoridons .faq-box h2 {
        margin-left: 0;
        font-size: 18px;
    }

    img.about-mobile-dynamic {
        width: 215px;
    }

    #safety-training-section ul {
        width: 100%;
    }

    .faq-toggle .icon-down>span {
        padding: 0 20px;
        display: flex;
        align-items: center;
    }

    .faq-toggle {
        font-size: 18px;
    }

    .middle-footer-content {
        font-size: 42px;
    }

    .faq-toggle .icon-down {
        display: flex;
        height: 100%;
    }

    #safety-training-section .faq-box {
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    img.about-mobile-dynamic {
        display: block;
        float: none !important;
        max-width: 100%;
        width: auto;
    }

    #safety-training-section .faq-accoridons .faq-box h2 {
        font-size: 15px;
    }
}

@media screen and (max-width: 320px) {
    .middle-footer-content {
        font-size: 28px;
    }
}

@media screen and (min--moz-device-pixel-ratio:0), @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #about-right-section .slider-img {
        width: 100%;
    }
}

/* About Us Template End */
/* Project Template Start */
#projects-section {
    padding-top: 1.375rem;
}

.project-section-inner {
    display: block;
    margin:15px;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: solid #85181a 5px;
    box-shadow: 3px 6px 14px #000;
    overflow: hidden;
}

.project-title, .project-title-secondary {
    margin: 7px 0px 10px;
    font-size: 30px;
    font-weight: bold;
}

.project-title-secondary {
    font-size: 32px;
    text-align: center;
}

#project-images-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.project-active {}

.project-title {
    position: absolute;
    font-size: 30px;
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-shadow: -3px 2px #000;
}

.project-content {
    display: none;
}

.project-container-inner {
    margin: 5px 8px;
}

.project-section-inner img {
    transition: linear all .5s
}

.project-section-inner:hover img {
    transform: scale(1.2);
    transition: linear all .5s
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .project-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    .project-section-inner img {
        display: none;
    }

    #project-images-section {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/* Project Template End */
/* Join Our Team Template Start */
#job-opportunities-section {
    padding: 1.5rem 0 1.5rem;
}

#job-opportunities-section .als-btn-wrapper .btn {
    padding: 10px;
    font-size: 18px;
    width: 100%;
    white-space: normal;
}

#job-opportunities-section .als-btn-wrapper {
    margin-top: 6px;
    padding: 0px 15px;
}

.job-opportunities-title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 0px 0px 6px 15px;
}

.job-title {
    font-weight: bold;
    font-size: 24px;
}

.job-description p {
    margin-top: 4px;
    margin-bottom: 0px;
}

.scrolling-box {
    overflow: auto;
    border: 2px solid #eeeeee;
    box-shadow: inset 0px 0px 3px 1px #adadad;
    background-color: rgba(245, 245, 245, 0.39);
    transition: 0.275s ease all;
}

.scrolling-box>div:first-of-type {
    margin-top: 10px;
}

.scrolling-box>div:last-of-type {
    margin-bottom: 10px;
}

.scrolling-box hr {
    flex: 1 1 100%;
    margin: 15px 15px;
    border-color: #000;
}

.jobs-wrapper {
    margin-left: 15px;
}

#quick-application-modal-form {
    margin-top: 125px;
}

#quick-application-modal-form-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    display: block;
}

@media screen and (max-width: 991px) {
    .empty-employment-container {
        display: none;
    }

    .employment-opportunities-container {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .jobs-wrapper {
        margin-left: 0px;
    }

    .job-opportunities-title {
        margin: 0px 0px 6px 0px;
    }
}

@media screen and (max-width: 767px) {
    .job-inner {
        padding: 0px 15px 0px;
    }

    #job-opportunities-section .als-btn-wrapper {
        padding: 0px;
        flex: 1 1 50%;
    }

    #job-opportunities-section .als-btn-wrapper .btn {
        margin: 0px;
        width: 90%;
    }

    .apply-now {
        display: flex;
        order: 2;
    }

    .job {
        margin-bottom: 10px;
    }

    .scrolling-box hr {
        margin: 25px 15px 13px;
    }

    .scrolling-box>div:last-of-type {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 375px) {
    #job-opportunities-section .als-btn-wrapper .btn {
        width: 85%;
        font-size: 14px;
        padding: 10px 5px;
    }

    .job-opportunities-title {
        font-size: 24px;
    }
}

/* Form Stuff */
#gform_wrapper_1.gform_wrapper {
    margin-top: 0px;
}

body #gform_wrapper_1.gform_wrapper ul li.gfield, body #gform_wrapper_1.gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}

#input_1_1 {
    width: 100%;
    margin-top: 0px;
}

#input_1_2_3, #input_1_2_6 {
    margin-bottom: 2px;
}

#input_1_3 {
    display: flex;
    flex-wrap: wrap;
}

#input_1_3_1_container {
    flex: 1 1 100%;
}

#input_1_3_3_container {
    margin: 0px;
    padding: 0px;
    flex: 1 1 40%;
    width: auto;
    display: flex;
}

#input_1_3_3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

#input_1_3_4_container, #input_1_3_5_container {
    padding: 0px !important;
    flex: 1 1 30%;
    display: flex;
    margin: 0px !important;
    width: auto;
}

#input_1_3_4 {
    margin: 0px 15px !important;
}

#input_1_3_5 {
    margin-top: 0px;
    margin-bottom: 0px;
}

#gform_wrapper_1.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
}

body #gform_wrapper_1.gform_wrapper #field_1_6 {
    margin-top: 7px !important;
}

#input_1_6 li {
    display: inline-block !important;
}

#input_1_6 .gchoice_1_6_1 {
    margin-left: 10px !important;
}

#gform_drag_drop_area_1_8 .gform_drop_instructions {
    display: none;
}

#gform_wrapper_1 #gform_drag_drop_area_1_8 {
    background-color: #fff;
    border: none;
    padding: 16px !important;
}

#gform_wrapper_1 .flex-this {
    display: flex;
    flex-wrap: wrap;
}

#gform_wrapper_1 .flex-this>* {
    flex: 1 1 50%;
    margin-top: 0px !important;
}

#gform_wrapper_1 .als-btn-wrapper .btn {
    padding: 15px 50px !important;
}

#gform_wrapper_1 #gform_browse_button_1_8 {
    margin-top: 0px !important;
}

#gform_wrapper_1.gform_wrapper .gform_footer {
    padding: 16px 0px !important;
}

/* Join Our Team Template End */
/* Job Details Template Start */
.text-align-right {
    text-align: right !important;
}

#job-details-section .job-title {
    font-size: 42px;
}

.general-information-wrapper {
    margin: 30px 0px 0px;
}

.general-heading {
    font-size: 28px;
    font-weight: bold;
}

.general-information-wrapper>p {
    margin-top: 0px;
}

.job-description-wrapper>p:first-of-type {
    margin-top: 0px;
}

.job-description-wrapper .als-btn-wrapper {
    text-align: right;
    flex: 1 1;
}

.general-flex {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

#job-details-section img {
    width: 400px;
    padding: 10px;
}

#job-detail-title-section {
    justify-content: space-between;
}

a.back-btn {
    font-size: 21px;
    color: #85181a
}

a.back-btn:hover {
    color: #000;
}

@media screen and (max-width: 991px) {
    .job-details-title {
        order: 1;
    }

    .job-details-title {
        flex: 1 1 50%;
        max-width: 50%;
    }

    #job-detail-title-section .flex-25-sm {
        order: 2;
        width: 50%;
        flex: 50%;
    }

    .job-details-button-wrapper .als-btn-wrapper {
        text-align: center !important;
    }

    .empty-flex-wrapper {
        display: none;
    }

    #job-details-section {
        padding: 1.5rem 0px;
    }

    .general-information-wrapper {
        margin: 10px 0px 0px;
    }

    .mobile-job-details-buttons {
        order: 2;
        flex: 50%;
    }

    #job-details-section .job-title {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .mobile-job-details-buttons {
        margin: 15px 0px 0px;
    }

    #job-detail-title-section {
        flex-direction: column;
    }

    #job-detail-title-section .flex-25-sm {
        padding: 10px 0;
    }

    #job-detail-title-section .flex-25-sm, .job-details-title {
        width: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 455px) {
    .job-description-wrapper .als-btn-wrapper {
        text-align: left;
    }

    .job-description-wrapper>p:first-of-type {
        margin-top: 5px;
    }

    .job-description-wrapper .als-btn-wrapper .btn, .job-details-button-wrapper .als-btn-wrapper .btn {
        padding: 10px 30px;
    }
}

/* Job Details Template End */
/* Contact Page Template Start */
hr.divider {
    border-top: 3px solid #000;
    margin: 0;
}

#contact-page-form label {
    cursor: pointer;
    color: #333;
}

#contact-page-form button {
    width: 100%;
    background: #593D36;
    color: #fff;
}

#contact-page-form button:hover, #contactform button:focus {
    background: #593D36;
    color: #fff;
}

#contact-page-form .alert {
    padding: 7px 25px;
    width: 100%;
    margin-bottom: 0px;
}

#contact-page-form input.alert {
    padding: 0;
}

#contact-page-form .alert-danger {
    color: #a94442;
}

#contact-page-form {
    min-height: 20px;
    padding: 19px;
    background: #ccc;
}

#contact-page-form input, .contactform-bg textarea {
    background: #ffffff;
}

#contact-page-form .form-control {
    color: #999999;
}

#contact-page-form label.contactpage-label {
    cursor: pointer;
    color: #333;
    font-weight: bold;
}

.company-motto {
    text-align: center;
    margin: 10px 0px;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
}

.contact-section-inner {
    margin-bottom: 3.47rem;
}

.contact-section-inner>div>div:first-of-type {
    display: flex;
    flex-direction: column;
}

.contact-section-inner .flex-50 {
    padding: 0px 15px;
}

textarea.form-control.message-area {}

.input-group-addon {
    color: #000;
    background-color: #e5e5e5;
    border-radius: 0;
}

.jumbotron-sm {
    padding: 10px 0;
    background: #ccc;
    border-radius: 0 !important;
    font-weight: bold;
    border: 3px solid transparent;
    margin: 0 0 4% 0;
    flex: 1 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.jumbotron-sm h2 {
    font-weight: bold;
    color: #333;
    background: none;
}

.jumbotron-sm .btn {
    background: #593D36;
    color: #fff;
}

.jumbotron-sm .btn:hover, .jumbotron-sm .btn:focus {
    background: #593D36;
    color: #fff;
}

.location-container {
    background: #ccc;
    padding: 1.5em;
    margin: 1em auto 0px;
    font-weight: bold;
    border: 3px solid transparent;
}

span.company-heading {
    font-size: 30px;
    color: #333;
    text-align: center;
    display: block;
    width: 100%;
}

span.company-address {
    font-size: 22px;
    text-align: center;
    display: block;
    color: #333;
    width: 100%;
}

span.company-address a {
    font-size: 22px;
    text-align: center;
    display: inline;
    color: #85181a;
    font-weight: bold;
}

span.company-address a:hover {
    color: #85181a;
    text-decoration: none;
}

legend {
    font-size: 26px;
    color: #593D36;
    text-align: center;
    display: block;
    border-bottom: 1px solid transparent;
    font-weight: bold;
    width: 100%;
}

.jumbotron-sm .job-title {
    margin: 0px 0px 5px;
    font-size: 30px;
}

#gform_2 #gform_submit_button_2 {
    width: 100%;
}

#gform_wrapper_2.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px;
}

#gform_wrapper_2.gform_wrapper .gform_footer {
    margin-top: 0px;
}

#gform_wrapper_2.gform_wrapper {
    margin: 0px;
}

#gform_2 #gform_submit_button_2:hover, #gform_2 #gform_submit_button_2:focus {
    color: #000;
}

#contact-section address {
    margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
    .map {
        margin-top: 26px;
    }
}

/* Contact Page Template End */
/* Sitemap */
.sitemap-page {
    text-align: center;
    list-style-type: none;
}

.sitemap-page>li {
    font-size: 30px;
}

.sitemap-page>li a {
    color: #85181a;
}

.flex-row {
	display: flex;
}
.flex-row > .col {
	flex: 0 1 auto;
}
.jobs {
	flex-wrap: wrap;
}
.jobs .job {
	flex: 0 1 calc(25% - 22.5px);
	padding: 20px;
	border: 1px solid;
	margin-bottom: 30px;
	margin-right: 30px;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-wrap: nowrap;
}
.jobs .content {
	flex: 0 1 auto;
}
.jobs .job:nth-child(4n) {
	margin-right: 0;
}
.jobs .job .image-col {
	flex: 1 0 40%;
	margin-right: 30px;
}
.job .job-title {
	text-align: center;
	margin-bottom: 10px;
	font-size: 22px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.job .link {
	text-align: center;
	flex: 1 0 auto;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
}
.job .image {
	max-width: 300px;
	margin: 0 auto;
}
#job-details-section .content-block-inner .flex-display-align {
	-ms-align-items: flex-start;
	align-items: flex-start;
}

/* Sitemap end */
@media screen and (max-width: 1550px) {
    .icon-links-inner .flex-container {
        width: 90%;
    }
}

@media screen and (max-width: 1500px) {
    .anchor-link-title {
        font-size: 24px;
    }
}

@media screen and (max-width:1400px) {
    #menu-main-menu>li {
        padding: 15px 10px;
    }

    #menu-main-menu>li>a {
        font-size: 14px;
    }
}

@media screen and (max-width: 1199px) {
    .grid-display {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }

    .icon-links-inner .flex-container {
        width: 95%;
    }
	.jobs .job {
		flex: 0 1 calc(50% - 25px);
	}
	.jobs .job:nth-child(n) {
		margin-right: 0;
	}
	.jobs .job:nth-child(odd) {
		margin-right: 50px;
	}
}

@media screen and (max-width: 1130px) {
    .anchor-link-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .grid-item a {
        font-size: 26px;
    }

    .logo-img {
        margin: auto;
    }

    .navigation {
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }

    span.captionHeading {
        font-size: 40px;
    }

    .caption .btn {
        font-size: 16px;
    }

    .icon-links-inner .item {
        flex: 49%;
        flex-shrink: 1;
    }

    .anchor-link-title {
        font-size: 32px;
    }

    .icon-links-inner .item:hover {
        flex: 49%;
    }

    .icon-links-inner .flex-container {
        width: 90%;
    }

    .grid-display {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, 1fr);
    }

    .grid-large-item {
        grid-area: 1/1/2/2;
    }

    .middle-footer-content {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .navigation a {
        text-transform: uppercase;
        font-size: 14px;
    }

    .c2a {
        background: #85181a;
    }

    .caption {
        position: relative;
        color: #000;
        transform: none;
        background: #fff;
        left: 0;
        border-bottom: 1px solid #000;
    }

    #header .social-icons {
        display: none;
    }

    div#header {
        background: #85181a;
    }

    .c2a a {
        color: #fff;
    }

    .menu-mobile-menu-container {
        display: block;
    }

    .anchor-link-title {
        font-size: 26px;
    }

    span.captionHeading {
        padding-bottom: 0px;
        text-shadow: none;
    }

	.jobs {
		display: block;
	}
	.jobs .job {
		max-width: 400px;
		margin: 0 auto 30px;
	}
	.jobs .job:nth-child(n) {
		margin-right: auto;
	}
}

@media screen and (max-width: 600px) {
    .anchor-link-title {
        font-size: 28px;
    }

    body {
        font-size: 16px;
    }
}

@media screen and (max-width: 545px) {
    .icon-links-inner .item {
        flex: 100%;
    }

    .icon-links-inner .item:hover {
        flex: 100%;
    }

    .icon-links-inner .flex-container {
        width: 98%;
    }
}

@media screen and (max-width: 425px) {
    span.captionHeading {
        font-size: 30px;
    }
}

@media screen and (max-width: 320px) {}
