/* ==========================================================================
CUSTOM CSS
========================================================================== */

@font-face {
    font-family: "Gotham";
    src:
        url("../fonts/gotham/Gotham-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src:
        url("../fonts/gotham/Gotham-Book.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: "Gotham";
    src:
        url("../fonts/gotham/Gotham-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src:
        url("../fonts/gotham/Gotham-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src:
        url("../fonts/gotham/Gotham-Black.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
}

:root{scroll-behavior:auto}

#pre-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
}

#status {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

body {
    background-color: #fff;
    color: #000;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.7;
}

footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

header, section {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
    position: relative;
    overflow: hidden;
}

section.offset-title-section {
    overflow: visible;
}

section a {
    color: #0A81FC;
}

section.bg-white a:hover {
    color: #0A81FC;
}

h1 {
    font-weight: 700;
    font-size: 2.8rem;
}

h2.subheader {
    font-weight: 400;
}

h2 {
    font-weight: 800;
}

/* .full-size-background {
    background: url(../img/mip-static-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/mip-static-bg.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/mip-static-bg.jpg', sizingMethod='scale')";
} */



/* .expo-header {
    background: url('../img/expo-header.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/expo-header.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/expo-header.jpg', sizingMethod='scale')";
} */

.background-quote-icon {
    background: url('../img/quote-icon.svg') no-repeat center 10%;
    background-size: 100px;
}

.offset-top {
    position: relative;
    padding-top: 0px;
    margin-top: -2rem;
}

.offset-top.offset-top-3 {
    padding-top: 0px;
    margin-top: -3rem;
}

.offset-bottom, .offset-bottom-lg, .offset-bottom-xl {
    position: relative;
    margin-bottom: 0;
}

.offset-btn-container, .offset-title-section {
    z-index: 100;
}

section.offset-title-section + section {
    padding-top: 6.2rem;
}

.bring-to-front {
    z-index: 1;
}

/*section.offset-bottom + section {
    z-index: 1;
}*/

/* ==========================================================================
COLOURS
========================================================================== */

.bg-black {
    background-color: #000000 !important;
}

.bg-white {
    background-color: #ffffff;
}

.bg-feature {
    background-color: #DA2D34;
}

.text-black {
    color: #000000;
}

.text-white {
    color: #ffffff;
}



.bg-body-light {
    background-color: #EBEBEB;
}


.bg-white-50 {
    background: linear-gradient(to right, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 30%);
}

.text-feature {
    color: #DA2D34
}

a {
    color: #1a50ff;
    text-decoration: none;
}

a:hover {
    color: #1a50ff;
    text-decoration: underline;
}

/* ==========================================================================
BUTTONS
========================================================================== */

.btn-style {
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: 600;
}

.btn-style.btn-sm {
    padding: 0.5rem 1rem;
    line-height: 1;
}

.btn-style.btn-lg {
    padding: 1.3rem 2.4rem;
    line-height: 1;
}

.btn-style.btn-xl {
    padding: 1.2rem 5rem;
    font-size: 1.4rem;
}

.btn-style.btn-women-in-hr-tech {
    padding: 1rem 2rem;
}

.btn-style:hover {
    text-decoration: none;
}

.btn-style .fa-stack {
    font-size: 0.6rem;
}

.btn-nav {
    padding: 0.7rem 1.5rem;
    line-height: 1.2;
    font-size: 0.8rem;
}

.btn-red {
    background-color: #DA2D34;
    color: #ffffff;
}

.btn-red:hover {
    background-color: #DA2D34;
    color: #ffffff;
}

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

.btn-white:hover {
    background-color: #fff;
    color: #DA2D34;
}

.btn-icon-orange i:first-child {
    color: #EC793A;
}

.btn-icon-orange:hover i:first-child {
    color: #d5692f;
}

.button-container {
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
}



/* ==========================================================================
HR TECH NAVIGATION & FOOTER
========================================================================== */

.navbar {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.navbar-brand {
    padding: 0.3rem 0.1rem;
    margin-right: 1.05rem;
}

.navbar-light .navbar-nav .nav-link, .dropdown-item {
    font-family: -apple-system, BlinkMacSystemFont, 
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", 
    "Fira Sans", "Droid Sans", "Helvetica Neue", 
    sans-serif;
    color: #3d54a4;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #00adef;
    text-decoration: none;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: #00adef;
}

.nav-item {
    white-space: nowrap;
    width: 100%;
    text-align: left;
    margin-top: 0.75rem;
}

.dropdown-item {
    line-height: 24px;
}

.dropdown-item:hover {
    color: #3d54a4;
    text-decoration: none;
}

.dropdown-toggle::after {
    margin-left: 0;
    vertical-align: 0.25em;
}

.dropdown-menu {
    border-radius: 0.375rem;
}

.dropdown-menu[data-bs-popper] {
    margin-top: 0.8rem;
}

.rounded-4 {
    border-radius: 0.375rem !important;
}

.btn-hr-tech-style {
    text-transform: uppercase;
    font-family: -apple-system, BlinkMacSystemFont, 
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", 
    "Fira Sans", "Droid Sans", "Helvetica Neue", 
    sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    padding: 0.8125rem 1.25rem;
    border-radius: 10px;
    border: 0px;
    color: #ffffff;
    background-image: linear-gradient(to bottom, #de549e, #453d98);
    margin-left: 0.625rem;
}

.btn-hr-tech-style:hover {
    color: #ffffff;
    text-decoration: none;
}

.text-dark-blue {
    color: #293466;
}

footer {
    font-family: -apple-system, BlinkMacSystemFont, 
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", 
    "Fira Sans", "Droid Sans", "Helvetica Neue", 
    sans-serif;
    font-size: 1rem;
    color: #ffffff;
}

footer h6, footer a {
    color: #ffffff;
}

footer span {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

footer .text-mauve, footer .text-mauve a {
    color: #9792CF;
}

footer .font-size-lg {
    font-size: 1.53125rem;
}

footer .font-size-sm {
    font-size: 0.875rem;
}


/* ==========================================================================
HEADER
========================================================================== */

header {
    border-bottom: 15px solid #000;
}

header p {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2;
}

h2.subheader {
    font-size: 1.2rem;
}



/* ==========================================================================
MAIN SECTION
========================================================================== */


.embedded-form-container {
    border: 2px solid #000000;
    border-radius: 3rem;
    padding: 2.4rem;
}

.embedded-form h2 {
    font-size: 1.6rem;
}



/* ==========================================================================
TABLE
========================================================================== */


/* ==========================================================================
FORM
========================================================================== */

.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #E8AF6B;
    border-color: #E8AF6B;
}


/* ==========================================================================
FOOTER
========================================================================== */

footer {
/*    margin-bottom: 6rem;*/
}

.cookie-alert p {
    font-size: 0.9rem;
}

.cookie-alert .btn-sm {
    font-size: 0.7rem;
}

/* ==========================================================================
MODAL
========================================================================== */

body.modal-open {
    padding-right: 0px!important;
}

.modal-header {
    border-radius: 0px;
}

.modal-content {
    border-radius: 0px;
}

/*.modal-content p {
    font-weight: 500;
}*/

.modal-footer {
    border-radius: 0px;
    background-color: #ffffff;
    border-top: 0px;
    padding-top: 0px;
}

/* ==========================================================================
ANIMATED HAMBURGER MENU
========================================================================== */

.hamburger {
    padding: 15px 15px 5px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:focus {
    outline: none;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #8701B6;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 3px;
    background-color: #8701B6;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
