/*
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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html, body {
    background-color: #262626;
    color: #fff;
}

:root {
    --ngm-gold: #be9b3d;
}

/** {font-family: 'PT Serif', sans-serif;}*/

.no-gutter .col-sm-12,
.no-gutter .col-sm-11,
.no-gutter .col-sm-10,
.no-gutter .col-sm-9,
.no-gutter .col-sm-8,
.no-gutter .col-sm-7,
.no-gutter .col-sm-6,
.no-gutter .col-sm-5,
.no-gutter .col-sm-4,
.no-gutter .col-sm-3,
.no-gutter .col-sm-2,
.no-gutter .col-sm-1 {
    padding-left: 0px;
    padding-right: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', serif;
    margin: 0 0 0.7em 0 !important;
	font-weight: 800;
}

h1 {font-size: 50px; line-height: 60px;}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}


p {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 1em 0;
}

.white-text {color: #fff;}
.darkbg {background-color: #262626; color: #fff;}
.goldbg {background-color: #be9b3d;}

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

.site-band {padding: 30px 0;}
.site-band.top {padding: 30px 0 0 0;}
.site-band.bottom {padding: 0 0 30px 0;}

@media (min-width: 992px) {
    .site-band {padding: 100px 0;}
    .site-band.top {padding: 100px 0 0 0;}
    .site-band.bottom {padding: 0 0 100px 0;}
}

.content ul li,
.content ol li,
.site-band ul li,
.site-band ol li,
.role ol li,
.role ul li {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
}

a {
    color: #be9b3d;
}
a:hover {
	color: #000;
}

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

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

.subtitle {
    color: var(--ngm-gold) !important;
    font-size: 15px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.large,
.large p {
    font-size: 30px;
    line-height: 50px;
    margin: 0 0 1em 0;
    font-weight: 200;
}

#why-ngm p {
    color: #000;
}

/* Navigation */

header {
    background-color: #262626;
    position: relative;
    width: 100%;
}


@media (min-width: 992px) {
	header {
		background-color: transparent;
		position: absolute;
		width: 100%;
	}
}


#hero-banner {
    width: 100%;
    margin: 0px;
    padding-top: 115px;
    background-position: right center;
    background-size: contain;
    background-image: none;
    background-repeat: no-repeat;
	background-color: #000;
}

@media (min-width: 992px) {
	#hero-banner {
		width: 100%;
		margin: 0px;
		padding-top: 115px;
		background-position: right center;
		background-size: contain;
		background-image: url(/wp-content/uploads/2026/02/hero-bg.png);
		background-repeat: no-repeat;
		background-color: transparent;
	}
}

.navbar-toggler {
    color: #fff;
    padding: 20px;
    font-size: 1rem;
    line-height: 1;
    background-color: #be9b3d;
    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: 'Inter', sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    font-weight: 300;
    text-align: center;
}

#menu-wrap ul.menu li.active a {
	color: #be9b3d;
}

.gold-block .vc_column-inner {
    height: calc(100% - 30px);
	background-color: #be9b3d;
	padding: 30px;
	color: #fff;
}

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

.dropdown-menu li a {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    padding: 10px;
    text-transform: none !important;
    font-weight: 500 !important;
    text-align: left !important;
}

.active {color: #be9b3d !important;}

.dropdown-item:focus, .dropdown-item:hover {
    color: #be9b3d !important;
    background-color: #000;
}

.dropdown-item.active, .dropdown-item:active {
    color: #be9b3d;
    font-weight: 900;
    background-color: #000;
}

/* Nav END */

.bl {
    display: inline-block;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    padding: 20px 40px;
    text-decoration: none;
	transition: background-color ease 0.5s;
    border-radius: 5px;
}

.bl.white {
    background-color: #fff;
    color: #000;
	transition: background-color ease 0.5s;
}

.bl.ondark {
    background-color: #fff;
    color: var(--ngm-gold);
}

.bl.onlight {
    background-color: #262626;
    color: #fff;
}

.bl:hover {
	background-color: #000;
	color: #fff;
	transition: background-color ease 0.5s;
}

.ol {
    display: inline-block;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    padding: 15px 25px;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color ease 0.5s;
}

.ol.ondark {
    border-color: var(--ngm-gold);
    color: #fff;
    background-color: transparent;
    transition: background-color ease 0.5s;
}

.ol.ondark:hover {
    border-color: var(--ngm-gold);
    color: #000;
    background-color: var(--ngm-gold);
    transition: background-color ease 0.5s;
}

.ol.onlight {}

.ol.white {
	border-color: #fff;
	color: #fff;
	background-color: transparent;
    transition: background-color ease 0.5s;
}

.ol.white:hover {
	background-color: #fff;
	color: #000;
	border-color: #fff;
}

.link {
	display: inline-block;
	position: relative;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	text-decoration: none;
}

.link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
}

.link:hover::after {
	transform: scaleX(1);
}

.link.white {
	color: #fff;
}

#hero-section .ol {
    margin-right: 20px;
}

#hero-section {background-color: #f7f7f7;}

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

/* Form */


.bgimg {}
.next-cohort {
    margin-top: -100px;
    position: relative;
}
.next-cohort-img .vc_column-inner {
    margin-left: -150px;
    margin-right: 0px;
}
.next-cohort .text-block .vc_column-inner {
    background-color: var(--ngm-gold);
    padding: 30px;
    position: relative;
    z-index: 10;
}

/* footer */


footer {
}

.footer-quote {
    font-weight: 600;
    font-size: 70px;
    line-height: 80px;
}

#ftr-links {
    background-color: #262626;
    color: #fff;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

.overflow-fix {
    overflow: hidden;
}

footer .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Desktop: inline, centred */
@media (min-width: 992px) {
    footer .menu {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    footer .menu li {
        display: inline-block;
    }
}

/* Mobile: stack vertically (default) */
@media (max-width: 991px) {
    footer .menu li {
        margin-bottom: 10px;
    }
}


footer .menu a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;
    position: relative;
}


.smallprint {
    padding: 20px 0;
    color: #fff;
}
.smallprint p {
    margin: 0px;
}

.smallprint .wpb_content_element, 
.smallprint ul.wpb_thumbnails-fluid > li,
.smallprint .wpb_button {
    margin-bottom: 0px;
}
.darkbg {background-color: #262626;}

.greybg {background-color: #f2f2f2;}



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


#page-title {
	padding-top: 115px;
}

h1.page-title-heading {
    font-size: 18px;
    color: var(--ngm-gold);
    margin: 0px;
    font-weight: 300;
}

.page-title-inner {
    /*background-color: rgba(0, 0, 0, 0.7);*/
    padding: 50px 0 0px 0;
    color: #fff;
}

.breadcrumb {
    padding: 20px 0;
}

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

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

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

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

.single-post #page-title {
    display: none;
}

.related-post {
    margin-bottom: 50px;
}

.related-post h3 {
    color: #000;
}
.related-post h3 a {
    text-decoration: none;
    color: #000;
}

.thumbnail {
    display: block;
    min-height: 250px;
    background-size: cover;
    background-position: center center;
    margin: 0 0 20px 0;
}
.categories a {
    display: inline-block;
    padding: 5px;
    background-color: #f2f2f2;
    border-radius: 10px;
    font-size: 14px;
    text-decoration: none;
    color: #999;
    font-weight: bold;
}

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

.mem-contact-form,
.no-contact-email {
	padding: 40px;
	border-radius: 20px;
	background-color: #fff;
	color: #000;
	margin: 40px 0;
}

.no-contact-email p {
	margin: 0px;
	text-align: center;
}

label {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.blog-thumbnail {
    background-size: cover;
    min-height: 350px;
    margin-bottom: 30px;
    border-radius: 25px;
	background-position: center center;
}

.sb-about .vc_column-inner {
	background-color: #be9b3d;
	padding: 30px;
	margin-bottom: 30px;
}

.sb-about p a,
.sb-about p {
	color: #fff;
}

.widget_recent_entries {}
.widget_recent_entries ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.widget_recent_entries ul li {
	margin-bottom: 10px;
}
.widget_recent_entries ul li a {
	font-weight: bold;
	text-decoration: none;
}

.post-date {
	display: block;
	font-size: 14px;
}

/*  */

.page-link-block .vc_column-inner {
    background-position: center center;
    position: relative;
    min-height: 550px;
}

.page-link-block .vc_column-inner > .wpb_wrapper {
    position: absolute;
    bottom: 0;
    background: #262626;
    background: linear-gradient(0deg,rgba(38, 38, 38, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 30px 30px 0px 30px;
}


#image-band {
    background-image: url(/wp-content/uploads/2025/12/product-school-D0rMhzEwiEA-unsplash-scaled.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}

#image-band .image-band-cta .vc_column-inner {
    margin-top: 200px;
    margin-bottom: -50px;
    background-color: var(--ngm-gold);
    padding: 30px;
}

body.wp-singular {
    background-image: url(/wp-content/uploads/2026/02/page-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

/* Mems page  */

.single-mem-wrapper {
  margin: 0 0 30px 0;
}
.mem-profile-image {
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
  margin: 0 0 20px 0;
}
.mem-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  scale: 1;
  transition: scale ease 0.3s;
}

.single-mem-wrapper:hover .mem-profile-image .mem-image-wrapper {
  scale: 1.2;
  transition: scale ease 0.5s;
}
.mem-meta {}
.mem-name {
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: var(--ngm-gold);
  font-weight: 300;
  text-decoration: none;
}

.mem-name:hover {
  color: #fff;
}

p.quals {
  font-size: 14px;
  line-height: 22px;
  margin: 0px;
}
.location {
  font-size: 14px;
  line-height: 22px;
  margin: 0px;
}

.locations-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.locations-list li {
  margin: 0 0 5px 0;
}
.locations-list a {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.locations-list a:hover {
  color: var(--ngm-gold);
  text-decoration: underline;
}

.single-mem-wrapper {
  position: relative;
}

.single-mem-wrapper.is-qualified::after {
  content: "★";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  background-color: #d4af37;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
  z-index: 2;
}

.mem-profile-image {
  position: relative;
}




.block-wrapper {}
.block-wrapper .block {
	
}
.block-wrapper .block .vc_column-inner {
	background-color: #262626;
	height: calc(100% - 30px);
	border-radius: 20px;
	color: #fff;
	padding: 30px;
}

#form {
	color: #000;
}

#form {}


.post-meta {
	background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    margin: -20px 0 20px 0;
    border-radius: 10px;
    display: flex;
    gap: 20px;
}

.post-meta .location,
.post-meta .qualifications,
.post-meta .status {
	color: #fff;
	font-size: 16px !important;
	line-height: 20px;	
}

.post-meta svg,
.post-meta i {
	color: var(--ngm-gold);
	max-height: 15px;
	width: auto;
	padding-right: 5px;
}

.contact-info {
/* 	background-color: var(--ngm-gold); */
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	border-radius: 10px;
	color: #fff;
	margin: 40px 0;
}

.mem-featured-image {
	margin-bottom: 30px;
}

.contact-details {
	display: flex;
	gap: 10px;
}

.mem-socials {
	margin: 20px 0 0 0;
}
.mem-socials a {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50%;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	margin-right: 10px;
}
