/**
 * @file
 * Subtheme specific CSS.
 */
/*// Basics*/
BODY, HTML {
    margin: 0;
    padding: 0;
}

BODY {
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #7E8082;
    background-color: #FFF;
    -webkit-font-smoothing: antialiased !important;
    -webkit-text-size-adjust: 100% !important;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

HTML {
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    position: relative;
}

H1, H2, H3, H4, H5, H6 {
    color: #4B4E53;
}

H1 {
    font-size: 32px;
    line-height: 45px;
    margin: 40px 0 32px;
    font-weight: 700;
}

H2 {
    font-size: 28px;
    line-height: 32px;
    margin: 27px 0 18px;
    font-weight: 700;
    color: #00408F !important;
}

H3 {
    font-size: 24px;
    letter-spacing: normal;
    line-height: 33px;
    margin: 26px 0 16px;
    font-weight: 700;
}

H4 {
    font-size: 18px;
    letter-spacing: normal;
    margin: 21px 0 19px;
    font-weight: 700;
}

H5 {
    font-size: 14px;
    font-weight: 700;
}

H6 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

A {
    color: #00408F;
    text-decoration: underline;
}

P {
    color: #333333;
    transition: all 500ms ease-in-out;
}

/*// Header*/
.header {
    transition: all 500ms ease-in-out;
}

.header .container-fluid {
    background: #FFF !important;
    padding: 0 5%;
    height: 60px;
    position: fixed;
    left: 0;
    right: 0;
    transition: all 500ms ease-in-out;
    width: 100%;
    z-index: 99;
}

.header A.navbar-brand IMG {
    width: auto;
    max-height: 45px;
    margin-top: 10px;
    transition: all 500ms ease-in-out;
}

.header.headroom--top .container-fluid {
    background: #FFF !important;
    padding: 0 5%;
    height: 100px;
    position: fixed;
    left: 0;
    right: 0;
    transition: all 500ms ease-in-out;
    width: 100%;
    z-index: 99;
}

.header.headroom--not-top .container-fluid {
    background: #FFFFFF !important;
    box-shadow: 0px 5px 20px -10px #888888;
    padding: 0 5%;
    height: 60px;
    position: fixed;
    left: 0;
    right: 0;
    transition: all 500ms ease-in-out;
    width: 100%;
    z-index: 99;
}

.header.headroom.headroom--not-top .container-fluid .logo A.navbar-brand IMG {
    width: auto;
    max-height: 50px;
    margin-top: 5px;
    transition: all 500ms linear;
}

/*// Main Menu*/
.header .menu {
    float: right;
    display: flex;
}

.header.headroom--top .menu {
    transition: all 500ms ease-in-out;
}

.header.headroom--not-top .menu {
    transition: all 500ms ease-in-out;
}

.header .menu .navigation.menu--main {
    width: 100%;
    display: flex;
}

.header .menu .block-responsive-menu {
    display: flex;
}

.header .menu .navigation.menu--main UL {
    width: 100%;
    display: inline;
}

.header .menu .navigation.menu--main UL LI {
    width: 100%;
    display: inline;
}

.header .menu .navigation.menu--main UL LI A {
    width: auto;
    display: inline-block;
    padding: 0 10px;
    margin: 0;
    border-bottom: 2px solid rgba(45, 78, 83, 0);
    color: #4B4E53;
    letter-spacing: 2px;
}

.header.headroom--top BUTTON.btn.btn-primary {
    border: none !important;
    color: #333 !important;
    background: transparent !important;
    font-size: 16px !important;
    color: #4B4E53 !important;
    letter-spacing: 2px !important;
    margin-top: -5px !important;
}

.header.headroom--not-top BUTTON.btn.btn-primary {
    border: none !important;
    color: #333 !important;
    background: transparent !important;
    font-size: 16px !important;
    color: #4B4E53 !important;
    letter-spacing: 2px !important;
    margin-top: -7px !important;
}

/*// Burger Icon*/
.bar1, .bar2, .bar3, .bar4 {
    width: 50px;
    height: 2px;
    background-color: #000;
    margin: 0 0 5px 0;
    transition: 0.4s;
}

/*// Slider*/
.slider {
    padding: 0;
}

/*// Main Content*/
.page .main-container .main-content {
    padding: 0 0 50px 0;
    position: relative;
}

.node--type-article .main-content {
    padding-right: 5% !important;
}

@media screen and (max-width: 767px) {
    .node--type-article .main-content {
        padding-right: 0 !important;
    }
}

/*// Sidebar Right*/
.main-container ASIDE {
    padding: 45px 0 0;
}

.main-container ASIDE H2 {
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 24px;
    padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
    .main-container ASIDE {
        padding: 45px 15px 0;
    }
}

/*// Content Fullwidth*/
.content-fullwidth-inner .block-block-content H2 {
    text-align: center;
}

/*// Portfolio*/
.hero {
    padding: 50px 0;
    background: #00408F;
    color: #FFF;
}

.hero .block-views-blockjobs-block-1 H2 {
    color: #FFF !important;
    margin: auto;
    font-weight: 700;
    text-transform: uppercase;
}

.view-jobs.view-id-jobs.view-display-id-block_1 .views-row {
    padding: 15px;
    color: #FFF !important;
    margin: auto;
    text-align: right;
}

.hero .view-jobs.view-id-jobs .dsh-jobs P {
    font-size: 18px;
    color: #FFF;
    font-weight: 400;
}

.hero .view-jobs.view-id-jobs .dsh-jobs H3 {
    font-size: 24px;
    line-height: 1.8em;
    font-weight: 700;
}

.hero .view-jobs.view-id-jobs .views-field {
    border-bottom: 2px solid #FFF;
    width: 65%;
    float: right;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .hero .view-jobs.view-id-jobs .views-field {
        border-bottom: 2px solid #FFF;
        width: 65%;
        float: none;
        text-align: left;
    }
}

/*// News Region*/
.news H2 {
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 30px 0;
    border-bottom: 2px solid #00408F;
    margin-bottom: 50px;
}

/*// Client Region*/
.content-fullwidth {
    padding: 0;
}

.client {
    padding: 0;
}

.client .col-md-4 {
    position: relative;
}

.client .col-md-4 .field--name-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
}

.client .col-md-4 .field--name-body A {
    text-decoration: underline;
    color: #4B4E53;
    transition: all 0.3s ease 0s;
}

@media screen and (max-width: 767px) {
    .client .col-md-4 .field--name-body {
        position: relative;
        top: 50px;
        left: 0;
        transform: none;
        width: 90%;
        margin: auto;
    }
}

.news {
    padding: 100px 0;
}

/*// Footer Top*/
.footer-top {
    min-height: 66.6vh;
    position: relative;
    background: url(/sites/default/files/websiteimages/CTA_BG.png) center center / cover local;
    margin-top: 100px;
    width: 100vw;
}

.footer-top .footer-top-inner {
    background: rgba(0, 64, 142, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.footer-top .footer-top-inner .region-footer-top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    width: 100%;
    text-align: center;
}

.footer-top .footer-top-inner .region-footer-top H2 {
    color: #FFF !important;
    margin: auto;
    font-weight: 700;
    font-size: 2em;
    max-width: 515px;
    padding-bottom: 30px;
}

.footer-top .footer-top-inner .region-footer-top A BUTTON.btn-he {
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    background-color: transparent;
    color: #FFF;
    border: 2px solid #FFF;
    transition: all 0.3s ease 0s;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 700;
}

@media screen and (max-width: 640px) {
    .footer-top {
        min-height: 66.6vh;
        position: relative;
        background: url(/sites/default/files/websiteimages/AdobeStock_226691665.jpeg) center center / cover scroll;
        margin-top: 100px;
        width: 100vw;
    }
    
    .footer-top .footer-top-inner .region-footer-top {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #FFF;
        text-align: center;
    }
}

/*// Footer*/
.footer {
    padding: 75px 4% 50px;
    margin: auto;
    background: #FFF !important;
    color: #4B4E53 !important;
    text-align: center;
}

.footer H2 {
    color: #4B4E53;
    padding: 0 0 10px 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer A.navbar-brand {
    padding-bottom: 25px;
}

.footer A.navbar-brand IMG {
    max-height: 45px;
    width: auto;
}

.footer P {
    color: #00408F;
    font-size: 16px;
    margin: 5px 0;
}

.footer .footer-second P {
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 700;
}

.footer A {
    color: #00408F;
    text-decoration: none;
    transition: all 500ms ease-in-out;
}

.footer A SVG {
    padding: 10px !important;
}

.footer A SVG .path {
    padding: 10px !important;
}

.footer A:hover {
    color: rgba(0, 64, 142, 0.8);
    text-decoration: none;
}

.footer .footer-second {
    padding-top: 30px;
}

.footer .footer-third P {
    font-size: 13px;
    padding-top: 30px;
}

.footer .footer-third A:hover {
    text-decoration: underline;
}

.footer-bottom {
    padding: 30px 0 50px;
    border-top: 1px solid #EEEEEE;
}

.footer-bottom P {
    font-size: 11px;
    color: #7E8082;
}

@media screen and (max-width: 767px) {
    .footer {
        padding: 75px 3% 50px;
        margin: auto;
        background: #FFF !important;
        color: #4B4E53 !important;
    }
}
