/*
Theme Name: Ausco
Author: GWP Inc.
Description: Ausco Child Theme
Version: 1.0
Template: bootstrap-component-blox
*/

@font-face {
    font-family: 'Vox 7';
    src: url('fonts/Vox-Regular14.eot');
    src: url('fonts/Vox-Regular14.eot?#iefix') format('embedded-opentype'),
        url('fonts/Vox-Regular14.woff2') format('woff2'),
        url('fonts/Vox-Regular14.woff') format('woff'),
        url('fonts/Vox-Regular14.ttf') format('truetype'),
        url('fonts/Vox-Regular14.svg#Vox-Regular14') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

:root {
	--ac-navy: #152258;
	--ac-red: #c8102e;
	--ac-blue: #004c97;
	--ac-dark: #000;
	--ac-light: #99c1da;
	--ac-font-header: vox, sans-serif;
	--ac-font-body: franklin-gothic, sans-serif;
}

/* ===== Global ===== */

html,
body { 
	overflow-x: hidden;
	font-family: var(--ac-font-body);
	color: var(--ac-dark);
}

h1, h2, h3, h4, h5 {
    font-family: var(--ac-font-header);
	font-style: italic!important;
}

a,
a:hover {
	text-decoration: none;
}

#ac-breadcrumbs a {
    color: var(--ac-blue);
}

body,
.modal,
body.modal-open,
.modal-padding-overlap {
    overflow: auto !important;
    padding-right: 0px!important;
}

.ac-navbar-modal:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    background: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
}

/* ===== Custom Classes ===== */

.has-links p a {
    font-weight: bold;
    color: var(--ac-blue);
}

.z-front {
	z-index: 5;
}

.z-back {
	z-index: 1;
}

.fw-600 {
	font-weight: 600;
}

.h-300 {
    min-height: 400px;
}

.object-fit {
    height: 300px;
    object-fit: cover;
}   

.w-75 {
    width: 75%;
}

.ac-pointer {
	cursor: pointer;
}

.ac-skew {
	transform: skew(-10deg);
}

.ac-divider {
    width: 2px;
    height: 85%;
    background: var(--ac-blue);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translatey(-50%) translatex(-50%);
}

.last-p-mb-0 p:last-child {
    margin-bottom: 0!important;
}

.page-id-372 h2,
.page-id-374 h2 {
   	color: var(--ac-navy);
}

.text-shadow {
    text-shadow: 0em 0em 0.2em rgba(0,0,0,0.8);
}

/* ===== Text Color ===== */

.ac-text-navy {
	color: var(--ac-navy);
}

.ac-text-red {
	color: var(--ac-red);
}

.ac-text-dark {
	color: var(--ac-dark);
}

.ac-text-light {
	color: var(--ac-light);
}

.ac-text-blue {
	color: var(--ac-blue);
}

/* ===== Background Color ===== */

.ac-bg-navy {
	background-color: var(--ac-navy);
}

.ac-bg-red {
	background-color: var(--ac-red);
}

.ac-bg-dark {
	background-color: var(--ac-dark);
}

.ac-bg-light {
    background-color: var(--ac-light);
}

.ac-bg-blue {
    background-color: var(--ac-blue);
}

/* ===== Button ===== */

.btn,
.btn:focus {
	font-weight: 600;
	border: none;
	border-radius: 3px;
	padding: 10px 25px;
	text-transform: uppercase;
	position: relative;
	z-index: 9;
}

.btn-outline {
    border-width: 2px;
    border-style: solid;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transform: skew(-20deg);
}

/* ===== Button Light ===== */

.ac-btn-light {
    position: relative;
    display: inline-block;
}

.ac-btn-light a {
    color: #fff;
}

.ac-btn-light .btn-outline {
    border-color: #fff;
}

.ac-btn-light:hover .btn-outline {
    background: #fff;
}

.ac-btn-light:hover a {
    color: var(--ac-navy);
}

/* ===== Button Red ===== */

.ac-btn-red {
    position: relative;
    display: inline-block;
}

.ac-btn-red a {
    color: #fff;
}

.ac-btn-red .btn-outline {
    border-color: #fff;
    background: var(--ac-red);
}

.ac-btn-red:hover .btn-outline {
    background: #fff;
    border-color: var(--ac-red);
}

.ac-btn-red:hover a {
    color: var(--ac-red);
}

/* ===== Button Red ===== */

.ac-btn-red-outline {
    position: relative;
    display: inline-block;
}

.ac-btn-red-outline a {
    color: var(--ac-red);
}

.ac-btn-red-outline .btn-outline {
    border-color: var(--ac-red);
    background: transparent;
}

.ac-btn-red-outline:hover .btn-outline {
    background: var(--ac-red);
    border-color: var(--ac-red);
}

.ac-btn-red-outline:hover a {
    color: #fff;
}

/* ===== Button Blue ===== */

.ac-btn-blue {
    position: relative;
    display: inline-block;
}

.ac-btn-blue a {
    color: #fff;
}

.ac-btn-blue .btn-outline {
    border-color: #fff;
    background: var(--ac-blue);
}

.ac-btn-blue:hover .btn-outline {
    background: #fff;
    border-color: var(--ac-blue);
}

.ac-btn-blue:hover a {
    color: var(--ac-blue);
}

/* ===== Navbar ===== */

#bcb-main-navbar {
    z-index: 99;
}

#navbar-main-menu .nav-link {
	color: var(--ac-dark);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
}

#navbar-main-menu .nav-link:hover {
    color: var(--ac-blue);
}

#ac-logo {
    width: 300px;
}

/* ===== Toggler ===== */

#toggler:focus, 
#toggler:active {
    outline: 0;
}

#toggler span {
    width: 30px;
    height: 3px;
    display: block;
    background-color: var(--ac-dark);
    margin: 7px 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#toggler span:nth-child(1) {
    -webkit-transform: translatey(10px) rotate(-45deg);
        -ms-transform: translatey(10px) rotate(-45deg);
            transform: translatey(10px) rotate(-45deg);
}

#toggler span:nth-child(2) {
    opacity: 1;
    width: 0;
}

#toggler span:nth-child(3) {
    -webkit-transform: translatey(-10px) rotate(45deg);
        -ms-transform: translatey(-10px) rotate(45deg);
            transform: translatey(-10px) rotate(45deg);  
}

#toggler.collapsed span {
    -webkit-transform: translatey(0) rotate(0deg);
        -ms-transform: translatey(0) rotate(0deg);
            transform: translatey(0) rotate(0deg);
    opacity: 1;
    width: 30px;   
}

/* ===== Header ===== */

#ac-header .row {
	padding-top: 130px;
	padding-bottom: 250px;
}

/* ===== Industries ===== */

#ac-industries-featured .ac-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--ac-navy);
}

#ac-industries-featured .ac-pointer:hover .ac-bg {
	background: var(--ac-blue);
}

#ac-industries-featured .ac-slider-box-start {
	position: absolute;
	background: #fff;
	height: 100%;
	width: 300px;
	left: -338px;
	top: 0;
	z-index: 8;
}

#ac-industries-featured .ac-slider-box-end {
	position: absolute;
	background: #fff;
	height: 100%;
	width: 300px;
	right: -308px;
	top: 0;
	z-index: 8;
}

#ac-industries-featured .ac-tall-line {
	width: 3px;
	height: 100%;
	background: var(--ac-navy);
	position: absolute;
	left: -15px;
	bottom: 0;
}

#ac-industries-featured .ac-short-line {
	width: 3px;
	height: 65%;
	background: var(--ac-navy);
	position: absolute;
	left: -30px;
	bottom: 0;
}

#ac-industries-featured .swiper-slide:hover p {
	color: var(--ac-navy);
}

#ac-industries-featured i {
	z-index: 10;
}

#ac-industries-featured img {
	transition: all .3s;
}

#ac-industries-featured .fa-caret-right,
#ac-industries-featured .fa-caret-left {
	top: 50%;
	transform: translatey(-50%);
}

/* ===== Careers Archive ===== */

#ac-career-archive .nav-pills .btn-outline {
   background: #fff;
   color: var(--ac-red);
}

#ac-career-archive .nav-pills .ac-btn-red span {
   color: var(--ac-red);
}

#ac-career-archive .nav-pills .btn-outline {
   background: #fff;
   border-color: var(--ac-red);
}

#ac-career-archive .nav-pills .btn-outline.active {
   background: var(--ac-red);
}

#ac-career-archive .nav-pills .active .btn-outline,
#ac-career-archive .ac-btn-red:hover .btn-outline {
     border-color: var(--ac-red);
     background: var(--ac-red);
}

#ac-career-archive .nav-pills .active > span,
#ac-career-archive .ac-btn-red:hover span {
   color: #fff;
}

/* ===== Capabilities ===== */

.ac-card {
    height: 200px!important;
}

.ac-card h6 {
    padding-bottom: 30px;
    font-size: 20px;
}

.ac-card .overlay {
    position: absolute;
    background: rgba(0,0,0,0.0);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all .3s;
}

.ac-card:hover .overlay {
    background: rgb(21 33 88 / 80%);
}

/* ===== Case Study ===== */

.ac-card-section .card:hover .card-body,
.ac-card-section .card:hover .card-body a,
.ac-card-section .card:hover .card-footer {
    background: var(--ac-dark)!important;
    color: #fff!important;
}

.ac-card-section .card:hover .card-body h4 {
    color: var(--ac-blue)!important;
}

.ac-card-section .card:hover .overlay {
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.ac-corner {
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 3em solid var(--ac-red);
    border-left: 3em solid transparent;
    display:inline-block;
}

/* ===== Has Form ===== */

#wpforms-156-field_1-container {
    padding-top: 0!important;
}

.has-form .wpforms-uploader {
    border: none!important;
    background: #eee!important;
}

.has-form .wpforms-field-label {
    margin-bottom: 5px!important;
    font-weight: 500!important;
}

.has-form .wpforms-container {
	margin-bottom: 0!important;
	margin-top: 0!important;
}

.has-form input,
.has-form textarea,
.has-form select {
    border: none!important;
    background: #eee!important;
}

.has-form .wpforms-submit {
	color: #fff!important;
	background: var(--ac-navy)!important;
	padding: 10px 20px!important;
	text-transform: uppercase!important;
	border: none!important;
	font-weight: bold!important;
	border-radius: 0!important;
	transition: all 0s!important;
}

.has-form .wpforms-submit-container {
    display: inline-block;
    margin-left: 20px;
    transition: all 0s!important;
}

.has-form .wpforms-submit-container:before {
    content: '';
    position: absolute;
    background: var(--ac-navy);
    left: -10px;
    height: 100%;
    width: calc(100% + 20px);
    transform: skew(-20deg);
    transition: all 0s!important;
}

.has-form .wpforms-submit-container:hover:before,
.has-form .wpforms-submit-container:hover .wpforms-submit {
    background: var(--ac-red)!important;
    transition: all 0s!important;
}

.has-form .wpforms-submit:hover {
    background: var(--ac-red)!important;
    transition: all 0s!important;
}

/* ===== Footer ===== */

#ac-footer-widgets li {
    margin-bottom: 13px;
}

#ac-footer-widgets li a {
    color: #fff;
    text-transform: uppercase;
}

#ac-footer-widgets li a:hover,
#ac-footer-widgets p a:hover,
#ac-footer-widgets .ac-icons a:hover{
    color: var(--ac-light)!important;
}

#ac-footer-widgets p a,
#ac-footer-widgets .ac-icons a{
    color: #fff;
}

#ac-footer-widgets p {
    color: #fff;
}

footer {	
	background: var(--ac-dark);
	color: #fff;
}

footer a {
	color: rgba(255,255,255,0.8);
}

footer a:hover {
	color: rgba(255,255,255,0.6);
}

@media (max-width: 1400px) {
    
    #bcb-main-navbar .container {
        max-width: 98%;
    }
    
    #ac-logo {
       max-width: 200px; 
    }
}


@media (max-width: 992px) {
    
    .h-300 {
        height: 300px!important;
    }
    
    #ac-header .row {
        padding-top: 70px;
        padding-bottom: 150px;
    }

}

@media (max-width: 768px) {}

@media (max-width: 576px) {}