/*
Theme Name: Quick Launch Child
Theme URI:
Template: quicklaunch-parent-theme
Author: We Are Northwest
Author URI: http://www.quicklaunch.co/
Description: Child theme.
Version: 1.0
*/

/* Include fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

* {font-family: 'Open Sans', sans-serif;}

.no-gutter .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-bottom: 0.5em;
    line-height: 1.3;
}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}


p {
    font-size: 18px;
    line-height: 28px;
}

.white-text {color: #fff;}
.darkbg {background-color: #252626;}

.small {
    font-size: 85%;
	line-height: 150%;
}

.greybg {background-color: #f2f2f2;}

.site-band {padding: 100px 0;}

.content ul li,
.content ol li,
.site-band ul li,
.site-band ol li,
.role ol li,
.role ul li {
    font-size: 18px;
    line-height: 28px;
}

a {
    color: #4d9ffc;
    text-decoration: none;
}
a:hover {}

.brand {
	width: 180px;
    margin: 20px 0;
	padding: 0px !important;
}

.brand img {
	width: 100%;
	height: auto;
}

/* Navigation */

.navbar-toggler {
    color: #fff;
    padding: 20px;
    font-size: 1rem;
    line-height: 1;
    background-color: #104898;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}

#navbar-header button i a {
	color: #09478E !important;
}

#menu-wrap ul.menu li a {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    padding: 15px;
    color: #fff;
    transition: color ease 0.5s;
}

header:hover #menu-wrap ul.menu li a {
    color: #000;
    transition: color ease 0.5s;
}

#menu-wrap ul.menu li.active a {
	color: #104898;
    font-weight: bold !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    color: #fff !important;
    text-align: left;
    list-style: none;
    background-color: #104693;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}

header:hover .dropdown-menu a {
    color: #fff !important;
}

.active {
    color: #104898 !important;
    font-weight: bold !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    background-color: #007ac2;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    background-color: #007ac2;
    font-weight: bold !important;
}


/* Nav END */


@media (min-width: 992px) {}

/* Form */
header {
    background-color: transparent;
    position: absolute;
    z-index: 10;
    width: 100%;
    transition: all ease 0.5s;
    border-bottom: 1px solid #fff;
}

header:hover {
    background-color: #fff;
    transition: all ease 0.5s
}

#hero-banner {
    background-image: url('/wp-content/uploads/2023/09/homepage-banner-1.jpg');
    background-size: cover;
    position: relative;
}

#hero-banner .overlay {
    padding-top :calc(8% + 133px);;
    padding-bottom: 8%;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.3);
}

#page-title {
    color: #fff;
    background-size: cover;
    position: relative;
}
#page-title .page-title-inner {
    background-color: rgba(0, 0, 0, 0.3);
    padding-top :calc(10% + 133px);;
    padding-bottom: 50px;
}

#hero-banner h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 30px 0;
}

.bl {
    display: inline-block;
    padding: 20px 20px;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
    border-radius: 3px;
}

.bl::after {
    content: ">";
    font-size: 18px;
    padding-left: 20px;
    transition: padding-left 0.5s ease;
}

.bl:hover::after {
    padding-left: 40px;
    transition: padding-left 0.5s ease;
}

.bl.lblue {
    background-color: #4d9ffc;
    color: #fff;
}

.blue-block {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 45%;
    height: 40px;
    background-color: #104898;
    transition: width 0.5s ease;
}

.blue-block:hover {
    width: 55%;
    transition: width 0.5s ease;
}

#intro-band {
    background-image: url('/wp-content/uploads/2023/08/bottom-right.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}

.sector-wrap {
    margin-top: -250px;
}

.bgimg .vc_column-inner {
    height: 100%;
}

#hp-news-wrap {
    background-image: url('/wp-content/uploads/2023/08/top-left.png');
    background-position: top left;
    background-repeat: no-repeat;
    padding: 200px 0 70px 0;
}

#vision-band {
    background-image: url('/wp-content/uploads/2023/08/footer-bg.jpg');
    background-size: cover;
}
#ftr-image-band {
    background-image: url('/wp-content/uploads/2023/09/footer-image.jpg');
    background-size: cover;
	background-position: center;
}
.overlay {
    min-height: 450px;
}
#ftr-logos {
    border-top: 20px solid #104693;
    padding: 70px 0 50px 0;
    background-color: #f2f2f2;
}
#ftr-links {
    padding: 0 0 50px 0;
    background-color: #f2f2f2;
}
#ftr-smallprint {
    padding: 20px 0;
    background-color: #fff;
}

#ftr-smallprint p {
	font-size: 14px;
	line-height: 18px;
}

#ftr-smallprint .wpb_content_element {
    margin-bottom: 0px;
}

footer .menu {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
footer .menu li {
    margin: 0 0 10px 0;
}
footer .menu li a {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    text-decoration: none;
}

.breadcrumb li span {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}

.breadcrumb li a {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

.breadcrumb li:after {
    content: "/";
    color: #4d9ffc;
    padding: 0 5px;
}

.breadcrumb li:last-child:after {
    content: "";
    padding: 0px;
}

.parallax {
/*    background-repeat: no-repeat;*/
}


.value-blocks {
}

.value-blocks .value-block .vc_column-inner {
    background-color: #f2f2f2;
    padding: 30px 30px 0px 30px;
    height: 100%;
    border-radius: 5px;
    border-bottom: 5px solid #104693;
    transition: background 0.5s ease;
}

.value-blocks .value-block .vc_column-inner:hover {
    background-color: #104693;
    color: #fff;
    transition: background 0.5s ease;
    border-bottom: 5px solid #007ac2;
}

.value-blocks .value-block {
    margin-bottom: 30px;
}

.vc_grid-filter.vc_grid-filter-center {
    text-align: left;
}

/**/

.service-menu .menu {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.service-menu .menu li {
/*    margin-bottom: 10px;*/
}
.service-menu .menu li a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #007ac2;
    font-size: 24px;
    color: #000;
    transition: padding ease 0.5s, background ease 0.5s;
}

.service-menu .menu li a:hover {
    padding: 15px;
    color: #fff;
    background-color: #007ac2;
    transition: all ease 0.5s;
    border-radius: 5px;
}

.article-thumbnail {
    background-size: cover;
    background-position: center center;
    min-height: 400px;
    border-radius: 10px;
    margin-bottom: 30px;
}

#sidebar .menu,
.wp-block-latest-posts {
    padding: 0px;
    margin: 0px 0px 30px 0px;
    list-style-type: none;
}

#sidebar .menu li,
.wp-block-latest-posts li {
    margin-bottom: 0px;
    padding: 10px 10px 10px 0px;
    border-bottom: 1px solid #007ac2;
    transition: padding ease 0.5s, background ease 0.5s;
}

#sidebar .menu li a,
.wp-block-latest-posts li a {
    font-size: 18px;
    display: inline-block;
    color: #000;
}

#sidebar .menu li:hover,
.wp-block-latest-posts li:hover {
    background-color: #f2f2f2;
    color: #007ac2;
    padding: 10px 0px 10px 10px;
    transition: padding ease 0.5s, background ease 0.5s;
}

input[type='text'],
input[type='email'],
input[type='tel'],
textarea,
select {
	font-size: 18px;
	color: #000;
	padding: 20px;
	width: 100%;
}

label {
	color: #104898;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
