body {
    color: #31393f;
    font-family: acumin-pro-wide, sans-serif;
}

nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fefefe;
}

img.logo {
    max-width: 220px;
}

h1 span {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}

.hero.lp {
    background: url(../img/lp.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding: 50px 0;
}

.form-block label {
    font-size: 0.8rem;
}

.lp h1 {
    font-size: 45px;
}

.lp .form-block {
    background: #181a37;
    padding: 2rem;
    z-index: 10;
    position: relative;
}

.form-block h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
}

a {
    color: #f96900;
    text-decoration: none;
    background-color: transparent;
    font-weight: 600;
}

a:hover {
    color: #b5510b;
}

.normal-padding {
	padding: 100px 0;
}

.nav-link {
    font-family: acumin-pro-wide, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

a.nav-link {
    color: #31393f;
}

.hero {
    background: url(../img/hero-2.jpg);
    background-position: 0% 70%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 60vh;
    min-height: 500px;
}

.hero::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.9;
    background: radial-gradient(circle, rgba(9,9,121,0.7945553221288515) 0%, rgba(17,125,194,1) 100%);
}

.hero h1, .hero p, .hero .btn {
    position: relative;
    z-index: 10;
}

.hero p.lead {
    font-size: 20px;
    font-weight: 500;
}

.hp_segment {
    background: #31393f;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px;
    display: flex;
    height: 100%;
    color: #fefefe;
}

img.img-01:after {
    content: "";
    position: absolute;
    top: 75px;
    left: 75px;
    bottom: 0;
    z-index: 1;
    opacity: 0.5;
    background: url(../img/img-02.jpg);
}

h1 {
    font-family: acumin-pro-wide, sans-serif;
    font-size: 62px;
    font-weight: 700;
    line-height: 1.1;
}

h2 {
    font-family: acumin-pro-wide, sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #0d224c;
}

.call-to-action h2 {
    color: #fefefe;
}

h3 {
    font-family: 'acumin-pro-wide', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

p {
    font-family: 'acumin-pro-wide', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    color: #5c5c5c;
}

h2 span {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}

.border-radius-right {
    border-bottom-right-radius: 49px;
}

.hp_content {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.btn-primary {
    font-family: acumin-pro-wide, sans-serif;
    color: #fff;
    background-color: #ff6a00;
    border-color: #ff6a00;
    border-radius: 25px;
    padding: 10px 24px;
}

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

.btn-outline-primary {
    font-family: acumin-pro-wide, sans-serif;
    color: #ff6a00;
    border-color: #ff6a00;
    border-radius: 25px;
    padding: 10px 24px;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #ff6a00;
    border-color: #ff6a00;
}

.btn-light {
    font-family: acumin-pro-wide, sans-serif;
    border-radius: 25px;
    padding: 10px 24px;
}

.call-to-action {
    background: url(../img/img-02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #fefefe;
}

.call-to-action::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.9;
    background: radial-gradient(circle, rgba(9,9,121,0.7945553221288515) 0%, rgba(17,125,194,1) 100%);
}

.call-to-action h2, .call-to-action p, .call-to-action .btn {
    position: relative;
    z-index: 10;
}

.fa-ul>li {
    position: relative;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 8px;
}

.blue-text {
    color: #117dc2;
}

.footer {
    background: #191937;
    color: #fefefe;
    padding: 40px 0 10px;
}

.segment-container {
    padding: 85px 50px;
    border: 1px solid lightgray;
}

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

    .hero {
        background-position: center;
    }

    .hero p.lead {
        font-size: 16px;
        font-weight: 500;
    }

    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 30px;
    }


    img.logo {
        max-width: 180px;
    }

}

.footer a {
    color: #ff6a00;
}

.call-to-action p, .hero p, .footer p {
    color: #fefefe;
}

.my-controls-btns {
    display: inline-block;
}

.orange-text {
    color: #ff6a00;
}

.header {
    position: relative;
    padding: 200px 0;
    color: #fefefe;
}

.header.about {
    background: url(../img/about-us-header.jpg);
    background-position: 0% 70%;
    background-size: cover;
    background-repeat: no-repeat;
}

.header.seekers {
    background: url(../img/job-seekers-header.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header.case-studies {
    background: url(../img/case-studies-header.jpg);
    background-position: 0% 70%;
    background-size: cover;
    background-repeat: no-repeat;
}

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

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

.header::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.9;
    background: radial-gradient(circle, rgba(9,9,121,0.7945553221288515) 0%, rgba(17,125,194,1) 100%);
}

.header h1, .header p {
    position: relative;
    z-index: 10;
}

.header p.lead {
    font-size: 20px;
    color: #fefefe;
    font-weight: 500;
}

.staff-bio img {
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
}

label {
    width: 100%;
    font-weight: 600;
}

.red-text {
    color: #AC3131;
}

.mobile-menu-button {
    display: none;
}

.mobile-menu {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-menu.active {
    height: 100vh;
    background: #fefefe;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: scroll;
}

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

    .mobile-menu-button {
        display: flex;
    }

}

@media screen and (min-width: 990px) {

    .mobile-menu.active {
        display: none !important;
        opacity: 0;
    }

}

.hamburger .line {
    width: 35px;
    height: 2px;
    background-color: #737373;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

body.no-scroll {
    overflow-y: hidden !important;
}

/* ONE */

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

.mobile-menu a.nav-link {
    font-weight: 400;
    font-size: 24px;
    color: #002F6C;
    position: relative;
}

.mobile-menu a.nav-link.btn {
    display: inline-block;
    background: #C4D600;
    border: 1px solid #C4D600;
    border-radius: 30px;
    padding: 16px 32px;
    text-transform: none;
}
