<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: NST19
Author: NSTPR
Description: NST Theme
Text Domain: nst19
Version: 1.1
*/


/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize

# Typography

# Elements

# Forms

# Navigation
	## Links
	## Menus

# Content
	## Header
	## Footer
	## Pages
	## Posts
	## Comments

# Infinite scroll

# Media
	## Captions
	## Galleries
	## Modals
	
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	min-height: 100%;
	position: relative;
}

body {
	margin: 0;
	min-height: 100%;
	position: relative;
}

/*
.site-content {
	margin-bottom: 272px;
}
*/

a {
	background-color: transparent;
}

.bold,
strong {
	font-weight: bold;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #6A6D6F;
	font-family: open-sans, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	line-height: 26px;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	font-family: open-sans, sans-serif;
	font-weight: 300;
	font-style: normal;
	margin-bottom: 20px;
}
h1 {
	color: #ffffff;
	font-family: franklin-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 0px;
    position: relative;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
}
h2 {
	color: #000000;
	font-family: franklin-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: normal;
	margin-bottom: 15px;
    position: relative;	
}
h2.blue:after {
	background: none repeat scroll 0 0 #6DA9DA;
	bottom: -5px;
	content: "";
	display: block;
	height: 3px;
	position: relative;
	width: 300px;
}
h2.green:after {
	background: none repeat scroll 0 0 #B7BE33;
	bottom: -5px;
	content: "";
	display: block;
	height: 3px;
	position: relative;
	width: 300px;
}
h2.orange:after {
	background: none repeat scroll 0 0 #DE7F27;
	bottom: -5px;
	content: "";
	display: block;
	height: 3px;
	position: relative;
	width: 300px;
}
h2.white {
	color: #ffffff;
	font-family: franklin-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: normal;
    position: relative;	
}
h2.title-white {
	color: #ffffff;
	font-family: franklin-gothic-compressed, sans-serif;
	font-weight: 400;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
    position: relative;	
}
h2.title-white:after {
	background: none repeat scroll 0 0 #FFFFFE;
    bottom: -5px;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
}
h2.title-orange {
	color: #000000;
	font-family: franklin-gothic-compressed, sans-serif;
	font-weight: 400;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
    position: relative;	
}
h2.title-orange:after {
	background: none repeat scroll 0 0 #DE7F27;
    bottom: -5px;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
}
h2.title-green {
	color: #000000;
	font-family: franklin-gothic-compressed, sans-serif;
	font-weight: 400;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
    position: relative;	
}
h2.title-green:after {
	background: none repeat scroll 0 0 #B7BE33;
    bottom: -5px;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
}
h2.title-green-left {
	color: #000000;
	font-family: franklin-gothic-compressed, sans-serif;
	font-weight: 400;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
    position: relative;	
}
h2.title-green-left:after {
	background: none repeat scroll 0 0 #B7BE33;
    bottom: -5px;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    width: 300px;
    margin: 0;
    margin-bottom: 30px;
}
section.homepage-client-partners h2:after {
	background: none repeat scroll 0 0 #DE7F27;
    bottom: -5px;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
}
h3 {
	color: #202124;
	font-family: franklin-gothic-compressed, sans-serif;
	font-weight: 400;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	margin-top: 30px;
	margin-bottom: 15px;
    position: relative;	
    text-transform: uppercase;
}

a.blue { color: #6DA9DA; }
a.green { color: #B7BE33; }
a.orange { color: #DE7F27; }
a.white { color: #ffffff; }
.gray { color: #CBD0D3; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 15px 15px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li &gt; ul,
li &gt; ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

.single-post li {
	padding-bottom: 15px;
}

.single-post .blog-topics ul li,
.single-post ul#recent-blog-posts li {
    padding-bottom: 5px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

blockquote {
    margin: 0 0 0 30px;
    border-left: 3px solid #DE7F27;
    padding-left: 15px;
}

.pad-15 { padding-top: 15px; padding-bottom: 5px; }
.pad-15-top { padding-top: 15px !important; }

.pad-30 { padding-top: 30px; padding-bottom: 20px; }
.pad-30-top { padding-top: 30px !important; }
.pad-30-bottom { padding-bottom: 30px !important; }

.pad-45 { padding-top: 45px; padding-bottom: 35px; }
.pad-45-top { padding-top: 45px !important; }
.pad-45-bottom { padding-bottom: 45px !important; }

.pad-60 { padding-top: 60px; padding-bottom: 50px; }
.pad-60-top { padding-top: 60px !important; }
.pad-60-bottom { padding-bottom: 60px !important; }

.pad-10-bottom { padding-bottom: 10px !important; }
.pad-20-bottom { padding-bottom: 20px !important; }
.pad-30-bottom { padding-bottom: 30px !important; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 2px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #6A6D6F;
	border: 1px solid #6A6D6F;
	border-radius: 0px;
	padding: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select { border: 1px solid #6A6D6F; }

textarea { width: 100%; }

.btn-search {
    background-color: #DE7F27;
    border: 2px solid #DE7F27;
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    padding: 10px;
    transition: all 0.4s ease;
}
.btn-search:hover {
    background-color: #ffffff;
    border: 2px solid #DE7F27;
    color: #DE7F27;
}
a.button-green,
.button-green {
	background-color: #B7BE33;
	border: 2px solid #B7BE33;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.4s ease;
	border-radius: 30px;
}
a.button-green:hover,
.button-green:hover {
	background-color: #ffffff;
	border: 2px solid #B7BE33;
	color: #B7BE33;
	text-decoration: none;
}
.button-green:active {
	position: relative;
	top: 1px;
}
a.button-orange,
.button-orange {
	background-color: #DE7F27;
	border: 2px solid #DE7F27;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.4s ease;
	border-radius: 30px;
}
a.button-orange:hover,
.button-orange:hover {
	color: #DE7F27;
	background-color: #ffffff;
	border: 2px solid #DE7F27;
	text-decoration: none;
}
a.button-white,
.button-white {
	background-color: #ffffff;
	border: 2px solid #ffffff;
	display: inline-block;
	cursor: pointer;
	color: #DE7F27;
	font-size: 16px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.4s ease;
	border-radius: 30px;
}
a.button-white:hover,
.button-white:hover {
	background-color: #DE7F27;
	border: 2px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
}
.button-orange:active {
	position: relative;
	top: 1px;
}
a.button-blue,
.button-blue {
	background-color: #6DA9DA;
	border: 2px solid #6DA9DA;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.4s ease;
	border-radius: 30px;
}
.button-blue:hover {
	background-color: #6DA9DA;
	border: 2px solid #ffffff;
	color: #ffffff;
}
.button-blue:active {
	position: relative;
	top: 1px;
}



a.button-blue-clear,
.button-blue-clear {
	background-color: #6DA9DA;
	border: 2px solid #ffffff;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.4s ease;
	border-radius: 30px;
}
.button-blue-clear:hover {
	background-color: #ffffff;
	border: 2px solid #ffffff;
	color: #6DA9DA;
}
.button-blue-clear:active {
	position: relative;
	top: 1px;
}



#nf-field-65_1,
.wpforms-submit,
input.subscribe-submit {
	background-color: #6DA9DA !important;
	border: 2px solid #6DA9DA !important;
	border-radius: 30px !important;
	display: inline-block !important;
	cursor: pointer !important;
	color: #ffffff !important;
	font-size: 16px !important;
	padding: 10px 30px !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	transition: all 0.4s ease !important;
}
#nf-field-65_1:hover,
.wpforms-submit:hover,
input.subscribe-submit:hover {
	background-color: #ffffff !important;
	border: 2px solid #6DA9DA !important;
	color: #6DA9DA !important;
}
#nf-field-65_1:active,
.wpforms-submit:active,
input.subscribe-submit:active {
	border-radius: 0px !important;
	position: relative !important;
	top: 1px !important;
}

input.datepicker {
	background: #ffffff !important;
}

.iti__selected-flag,
.wpforms-smart-phone-field {
	background-color: #F4F4F4 !important;
	border: none !important;
}

#wpforms-10831-field_6 {
	border: none !important;
}


a.button-black,
.button-black {
	background-color: #000000;
	border: 2px solid #000000;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	min-width: 280px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.4s ease;
	border-radius: 30px;
}
a.button-black:hover,
.button-black:hover {
	background-color: #ffffff;
	border: 2px solid #000000;
	color: #000000;
	text-decoration: none;
}

/* Buttons */
a.button-green,
.button-green {
	min-width: 255px;
}

a.button-orange,
.button-orange {
	min-width: 255px;
}

a.button-white,
.button-white {
	min-width: 255px;
}

a.button-blue,
.button-blue {
	min-width: 255px;
}

a.button-black,
.button-black {
	min-width: 255px;
}

.button-ccpa { background-color: #6da9da !important; }
	
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.page-template-homepage .fixed-top {
/* 	top: 38px; */
}

.mtsnb .mtsnb-container {
	padding: 10px 5px !important;
}

.mtsnb a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #6DA9DA;
	transition: all 0.4s ease;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #6DA9DA;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
header,
nav {
	color: #ffffff;
}
#tfn_nav .navbar-dark .navbar-toggler {
    color: #ffffff;
    opacity: 1;
}
.navbar-light .navbar-nav .nav-link {
	color: #ffffff;
	opacity: .7;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #ffffff;
	opacity: 1;
}
#tfn_nav .bg-transparent {
    border: none;
}
#tfn_nav .navbar-expand-lg .navbar-nav .nav-link {
	font-family: 'franklin-gothic-compressed', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
}
.icon-search {
	font-size: 18px;
	line-height: normal;	
}
#tfn_nav .bg-dark-bg {
    background-color: #000000 !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#tfn_nav .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0px;
    padding-right: 45px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 0px;
}
a.nav-link {
	color: #ffffff;
	transition: all .4s ease-in-out;
}
a.nav-link:active,
a.nav-link:hover,
a.nav-link:visited {
	color: #ffffff !important;
}

body.error404 #tfn_nav .bg-transparent,
body.page-template-results-farm-to-family-food-donation-program-targets #tfn_nav .bg-transparent,
body.page-template-results-mcdonalds-vax #tfn_nav .bg-transparent,
body.page-template-results-acf-template #tfn_nav .bg-transparent,
body.page-template-results-guild-mortgage #tfn_nav .bg-transparent,
body.page-template-results-sandag #tfn_nav .bg-transparent,
body.page-template-results-farm-to-family-food-donation-program-targetç #tfn_nav .bg-transparent,
body.page-template-results-fleet-week-san-diego-event #tfn_nav .bg-transparent,
body.page-template-results-grossmont-cuyamaca-community-college-district #tfn_nav .bg-transparent,
body.page-template-results-hacer #tfn_nav .bg-transparent,
body.page-template-results-charter-school-rebranding #tfn_nav .bg-transparent,
body.page-template-results-crb-ground-media-tour #tfn_nav .bg-transparent,
body.page-template-results-connect2careers-rebranding #tfn_nav .bg-transparent,
body.page-template-results-chicken-of-the-sea-jingle-jam #tfn_nav .bg-transparent,
body.page-template-results-drop-give-me-40 #tfn_nav .bg-transparent,
body.page-template-results-developing-an-online-community-for-space-bag #tfn_nav .bg-transparent,
body.page-template-results-rebuilding_together #tfn_nav .bg-transparent,
body.page-template-results-super_glue #tfn_nav .bg-transparent,
body.page-template-results-sdsu #tfn_nav .bg-transparent,
body.page-template-results-library #tfn_nav .bg-transparent,
body.page-template-results-omf #tfn_nav .bg-transparent,
body.page-template-results-red_shoe_day #tfn_nav .bg-transparent,
body.page-template-results-national_media_placements_for_real_christmas_trees #tfn_nav .bg-transparent,
body.page-template-results-save_california_citrus #tfn_nav .bg-transparent,
body.page-template-results-miltons #tfn_nav .bg-transparent,
body.page-template-results-mcdonalds_all_american_basketball #tfn_nav .bg-transparent,
body.page-template-interior #tfn_nav .bg-transparent,
body.page-template-results-chamber #tfn_nav .bg-transparent,
body.page-template-results-port #tfn_nav .bg-transparent,
body.page-template-results-cpdpp #tfn_nav .bg-transparent,
body.page-template-results-mcdonalds #tfn_nav .bg-transparent,
body.page-template-results-dcc #tfn_nav .bg-transparent,
body.page-template-results-wd40 #tfn_nav .bg-transparent,
body.search #tfn_nav .bg-transparent,
body.category #tfn_nav .bg-transparent,
body.author #tfn_nav .bg-transparent,
body.tag #tfn_nav .bg-transparent,
body.archive #tfn_nav .bg-transparent,
.single-post #tfn_nav .bg-transparent {
	background-color: #000000 !important;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* General */
.alignleft {
	display: inline;
	float: left;
	text-align: left;
}
.alignright {
	display: inline;
	float: right;
	text-align: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
section.blue a { color: #6DA9DA; }
section.green a { color: #B7BE33; }
section.orange a { color: #DE7F27; }

.no-pad { padding: 0px; }
.no-pad-right { padding-right: 0px; }

.margin-top-60 { margin-top: 60px; }

.card-content {
	background-color: #ffffff;
	min-height: 375px;
	padding: 15px 30px 30px;
}
.card-content ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.card-content h3.orange:after {
	background: none repeat scroll 0 0 #DE7F27;
	bottom: -5px;
	content: "";
	display: block;
	height: 3px;
	position: relative;
	width: 280px;
}
.interior-page-content {
	position: relative;
	margin-top: 175px;
}
.interior-page-content .color-bars-left {
    position: absolute;
    top: 0px;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.logo-nst {
	width: 129px;
	height: 81px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer {
	background-color: #000000;
	color: #CBD0D3;
	font-size: 14px;
	font-weight: 300;
	line-height: normal;
	padding: 60px 0px 30px;
}
footer a {
	color: #CBD0D3;
	transition: all 0.4s ease;
}
footer a:hover {
	color: #6DA9DA;
	text-decoration: none;
}
footer ul {
	margin: 0px;
	padding: 0px;	
}
footer ul li {
	display: inline-flex;
	list-style: none;
	padding-left: 10px;
}
.footer-contact-info span {
	margin-left: 14px;
}
.footer-logo-worldcom {
	width: 121px;
	height: 32px;
	margin-top: 15px;
}
.social-media-disclaimer {
	margin-top: 5px;
	position: relative;	
}
.social-media-disclaimer a {
	font-size: 11px;
}
body.page-id-12042 .site-content {
	min-height: 700px;
}

#mc_embed_signup {
	clear:left; 
	width:100%;
}
#mc_embed_signup input.email {
    background-color: #000000;
    border: 2px solid #CBD0D3;
    border-radius: 0px;
    box-sizing: border-box;
    color: #CBD0D3;
    display: inline-block;
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 14px;
    height: 30px;
    margin: 0;
    padding: 0px 10px;
    text-transform: uppercase;
    width: 220px;
    vertical-align: top;
}
footer input[type="email"] {
    background-color: #000000;
    border: 2px solid #CBD0D3;
    border-radius: 0px;
    box-sizing: border-box;
    color: #CBD0D3 !important;
    display: inline-block;
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 14px;
    height: 30px;
    margin: 0;
    padding: 0px 10px;
    text-transform: uppercase;
    width: 195px;
    vertical-align: top;
}

div#mc_embed_signup_scroll {
	text-align: left;
}
#mc_embed_signup form {
    text-align: center;
    padding: 00px 0 20px 0;
}
footer input[type="submit"] {
    border: 2px solid #CBD0D3;
    border-radius: 0px;
    background: #000000;
    color: #CBD0D3;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: normal;
    margin: 0px;
    padding: 0px 10px;
    cursor: pointer;
    transition: all 0.4s ease;
    top: 6px;
    position: relative;
    left: 5px;
    text-transform: uppercase;
}
footer input[type="submit"]:hover {
    border: 2px solid #eeeeee;
    border-radius: 0px;
    background: #CBD0D3;
    color: #000000;
    font-size: 14px;
    height: 30px;
    line-height: normal;
    margin: 0px;
    padding: 0px 10px;
}
.subscribe-footer {
	border: 2px solid #CBD0D3;
    border-radius: 0px;
    background: #000000;
    color: #CBD0D3;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
    padding: 5px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    text-transform: uppercase;
    border-radius: 30px;
}
.subscribe-footer:hover {
	border: 2px solid #eeeeee;
    background: #CBD0D3;
    color: #000000;
}
.footer-bottom {
	font-size: 12px;
	margin-top: 30px;
}

.footer-made-by {
	text-align: right;
}
.footer-copyright i {
	color: #CBD0D3;
	transition: all 0.4s ease;
}
.footer-copyright i:hover {
	color: #de4646;
	transition: all 0.4s ease;
}
footer a[href^="tel:"] {
	color: #ffffff;
}
.grecaptcha-logo { display: none; }
div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container { display: none; }

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
/***** Homepage *****/
.header-hero {
	position: relative;
	background-color: black;
	width: 100%;
	overflow: hidden;
}
.header-hero .hero-white-bars {
	z-index: 99;
}
.header-hero video {
	position: absolute;
	top: 45%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.header-hero .container {
	position: relative;
	z-index: 2;
}
.header-hero .container .hero-title {
	position: absolute;
}
.header-hero .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.2;
	z-index: 1;
}
@media (pointer: coarse) and (hover: none) {
	.header-hero {
		background: url('../images/hero/hero-homepage.jpg') black no-repeat bottom center scroll;
		background-size: cover;
	}
	.header-hero video {
		display: none;
	}
}

.homepage-hero {
	background: url('../images/hero/hero-homepage.jpg') no-repeat top center;
	background-color: #000000;
	background-size: cover;
	overflow: hidden;
	padding: 0px;
	position: relative;
}
.hero-title {
	position: absolute;
	bottom: 0px;
}
.hero-white-bars {
	position: absolute;
	left: 0px;
	top: 215px;
}
.color-bars-left {
	position: absolute;
	left: 0px;
	top: 60px;
}
.color-bars-right {
	position: absolute;
	right: 0px;
	top: 60px;
}
.homepage-intro {
	padding: 60px 0px;
}
.homepage-intro span {
	display: block;
}
.homepage-cta-top {
	background: #6DA9DA;
/* 	background: #000000; */
	min-height: 45px;
	-webkit-clip-path: polygon(10% 0, 0% 100%, 100% 100%);
			clip-path: polygon(10% 0, 0% 100%, 100% 100%);
}
.homepage-cta {
	background-color: #6DA9DA;
/* 	background: #000000; */
	border-bottom: 6px solid #ffffff;
	padding: 45px 0px 15px;
}
.homepage-cta-02 {
    background: #000000;
    min-height: 140px;
    padding-top: 45px;
}
.homepage-blog-snippet a {
	text-decoration: underline;
}
.cta-get-in-touch-orange {
    background: #DE7F27;
    color: #ffffff;
    min-height: 140px;
    padding: 45px 0px 15px;
}
.who-we-are-image {
	margin-left: -60px;
}
section.homepage-what-we-do-orange {
	background-color: #DE7F27;
	color: #ffffff;
	padding: 30px 0px 90px;
}
section.homepage-what-we-do-orange p,
section.homepage-what-we-do-orange a {
	color: #ffffff;
}
section.homepage-what-we-do-gallery {
	background-color: #F4F4F4;
}
.homepage-what-we-do-gallery-bottom {
	background-color: #F4F4F4;
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
			clip-path: polygon(50% 100%, 0 0, 100% 0);
	min-height: 45px;
}
.negative-top-margin {
	position: relative;
	top: -90px;
}
.image-content {
	position: relative;
	width: 90%;
	max-width: 400px;
	margin: auto;
	overflow: hidden;
}
.image-content .content-overlay {
	background: rgba(109,169,218,.7);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.image-content:hover .content-overlay {
	opacity: 1;
}
.content-image {
	width: 100%;
}
.content-details {
	background: rgba(0,0,0,.7);
	position: absolute;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.image-content:hover .content-details{
	background: none;
	top: 50%;
	left: 50%;
	opacity: 1;
}
.content-details h3 {
	color: #fff;
	font-size: 18px;
	line-height: normal;
	letter-spacing: normal;
	margin: 10px auto;
	padding: 5px 0px;
	text-transform: uppercase;
}
.fadeIn-bottom{
	top: 90%;
}
.image-shadow {
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
}
.homepage-what-we-do-gallery figure {
	margin-bottom: 30px;
}
.homepage-client-partners {
	padding: 60px 0px;
}
.flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  height: 200px;
}
.flex-item {
  margin: auto;
}
.homepage-client-logo {
	width: 80px;
}
.row.client-logo-container {
	margin: 30px auto;
}
section.nst-spotlight {
	background-color: #6DA9DA;
	color: #ffffff;
	padding: 0px;
}
.homepage-featured-blog-background-image {
/* 	background: no-repeat center/contain; */
	background-repeat: no-repeat;
    background-position: center center;
    background-color: #F4F4F4;
    background-size: cover;
/*     filter: grayscale(100%); */
/*
    height: 425px;
    min-height: 425px;
*/
    overflow: hidden;
    padding: 0px;
/*
	-webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
			clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
*/
}

section.nst-spotlight p,
section.nst-spotlight h2,
section.nst-spotlight h3,
section.nst-spotlight a {
	color: #ffffff;
}
section.nst-spotlight h2:after {
	background: none repeat scroll 0 0 #ffffff;
    bottom: -5px;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    width: 300px;
    margin-bottom: 30px;
}
@media (min-width: 576px) {
    .container-half { max-width: calc(540px / 2); }
}
@media (min-width: 768px) {
    .container-half { max-width: calc(720px / 2); }
    .container-half-md-left { margin-right: 0; }
}
@media (min-width: 992px) {
    .container-half { max-width: calc(960px / 2); }
}
@media (min-width: 1200px) {
    .container-half { max-width: calc(1140px / 2); }
}
.homepage-blog-hero-image {
	width: 100%;
}
.homepage-blog-image-clip {
	-webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}
.homepage-blog-date {
	font-size: 13px;
	line-height: normal;
}
.bars-white {
	position: absolute;
	top: 60px;
	left: 0px;
}

.bars-white img {
	width: 16px;
	height: 209px;
} 
.homepage-lets-talk {
	position: relative;
	padding-top: 60px;
}


/***** What We Do *****/
.what-we-do-hero {
	background: url('../images/hero/hero-what-we-do.jpg') no-repeat top center;
	background-color: #000000;
	background-size: cover;
	overflow: hidden;
	padding: 0px;
	position: relative;
}

section.our-approach {
	/*
	background-image: url('../images/interior/our-approach.png');
	background-repeat: no-repeat;
	background-position: bottom 0px right -240px;
	*/
/* 	min-height: 500px; */
	padding: 60px 0px;
}
section.interior-green {
	background-color: #B7BE33;
	color: #ffffff;
	padding: 60px 0px 90px;
}
section.interior-green p,
section.interior-green a {
	color: #ffffff;
}
section.our-services {
	background-color: #F4F4F4;
}
.our-services-bottom {
    background-color: #F4F4F4;
    height: 100px;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15% 85%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 15%, 0% 100%);
}
.compass-branding-process {
	padding: 60px 0px 30px;
	position: relative;
	z-index: 10;
}
.compass-branding-process-bottom {
    background-color: #F4F4F4;
    height: 120px;
	-webkit-clip-path: polygon(0% 100%, 0% 0%, 65% 90%, 100% 30%, 100% 100%);
	clip-path: polygon(0% 100%, 0% 0%, 65% 90%, 100% 30%, 100% 100%);
	position: relative;
	top: -220px;
	z-index: 1;
}
.strategic-planning-process {
	background-color: #F4F4F4;
	padding: 60px 0px;
	position: relative;
	top: -220px;
	z-index: 1;	
}
.our-client-partners {
	position: relative;
	top: -140px;
}
.our-client-partners ul {
	text-align: left;
	margin: 0 0 0 0;
}
.our-client-partners li {
	font-size: 12px;
	line-height: 24px;
	list-style: disc;
	font-style: normal;
	font-weight: 300;
}
.full-client-list {
	overflow-y: hidden;
	position: relative;
}
.fade-out {
	bottom: 0px;
	height: auto;
	position: absolute;
	width: 100%;
}
#module a.collapsed:after {
	content: 'Show More';
}
#module a:not(.collapsed):after {
	content: 'Show Less';
}
#module #collapseExample.collapse:not(.show) {
	display: block;
	height: 300px;;
	overflow: hidden;
}
#module #collapseExample.collapsing {
	height: 300px;
}
.expand-button {
	margin: 45px auto;
}
#collapseExample:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255, 1) 90%);
	width: 100%;
	height: 100px;
}
.client-partners-button {
	position: relative;
	margin: -140px auto 30px;
}
.fade-container {
	height: 100px;
}
.expand-button a.collapsed:after {
	content: 'View All Clients';
}
.expand-button a:not(.collapsed):after {
	content: 'Show Less';
}
.expand-button a:not(.collapsed) {
	display: none;
}
#jtg-11415 .modula-item .figc {
	display: none;
}

/***** Results *****/
.thumbnail img {
	box-sizing: border-box;
	margin: 0 1% 15px 0;
	width: 32.6667%;
	display: inline-block;
}
.thumbnail img:nth-of-type(3n+3) {
	margin-right: 0;
}
.results-hero {
	background: url('../images/hero/hero-results.jpg') no-repeat top center;
	background-color: #000000;
	background-size: cover;
	overflow: hidden;
	padding: 0px;
	position: relative;
}
.featured-case-studies {
	position: relative;
}
.magnifying-glass {
	position: absolute;
}

section.case-studies-grid {
    background-repeat: no-repeat;
    background-position: top 0px left -90px;
}
.case-studies-grid img {
	-webkit-filter: grayscale(0%);
			filter: grayscale(0%);
	transition: all 0.4s ease;
}
.case-studies-grid img:hover {
	-webkit-filter: grayscale(0%);
			filter: grayscale(0%);
}
.case-studies-grid a {
	color: #000000;
	text-decoration: none;
}

.case-studies-grid a:hover {
	text-decoration: underline;
}
section.case-studies-grid .image-content {
	width: 100%;
}

section.case-studies-grid .image-content .content-overlay {
    background: rgba(109,169,218,.7);
}
.cta-get-in-touch-green {
    background: #B7BE33;
    color: #ffffff;
    min-height: 140px;
    padding: 45px 0px;
}
.cta-get-in-touch-green a.button-white,
.cta-get-in-touch-green .button-white {
	background-color: #ffffff;
	border: 2px solid #ffffff;
	display: inline-block;
	cursor: pointer;
	color: #B7BE33;
	font-size: 16px;
	min-width: 280px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.4s ease;
	border-radius: 30px;
}
.cta-get-in-touch-green a.button-white:hover,
.cta-get-in-touch-green .button-white:hover {
	background-color: #B7BE33;
	border: 2px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
}
section.testimonials {
	padding: 90px 0px;
	position: relative;
}
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
.carousel-indicators li {
	height: 6px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 2px solid #6A6D6F;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.carousel-indicators li {
	background-color: #F4F4F4;
}
.carousel-indicators .active {
	background-color: #B7BE33;
}
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}
.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}
.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
.testimonial-name {
	color: #B7BE33;
	margin: 0px;
}
.testimonial-title {
	font-size: 14px;
    line-height: 20px;
	margin: 0px;
}
.testimonial-company {
	font-size: 14px;
    line-height: 20px;
	margin: 0px;
}
.quote-container {
	position: relative;
	top: -125px;
}
.testimonial-quote-left {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    width: 100px;
}
.testimonial-quote-right {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    width: 100px;
}
.carousel-prev-next {
	bottom: -15px;
	color: #B7BE33;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
}
.carousel-prev-next a {
	color: #B7BE33;
}
.case-studies-gallery {
	background-color: #F4F4F4;
	padding: 0px 0px 120px;
}
.case-studies-gallery ul,
.case-studies-gallery li {
	cursor: pointer;
	list-style: none;
	margin-left: 0px;
	padding: 0 0 0 5px;
	transition: all 0.3s ease;
}
.case-studies-gallery li:hover {
	margin-left: 5px;
}
.case-studies-gallery h3 {
    color: #202124;
    font-family: franklin-gothic-compressed, sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 15px;
    position: relative;
    text-transform: capitalize;
    padding: 0px 10px;
}
.case-studies-gallery h3:hover,
.case-studies-gallery a:hover {
	text-decoration: none;
}
.case-studies-gallery h3.capabilities-filter {
	color: #202124;
    font-family: franklin-gothic-compressed, sans-serif;
    font-weight: 400;
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
li.category-button {
	color: #6DA9DA;
	cursor: pointer;
}
.case-studies-gallery img {
	-webkit-filter: grayscale(100%);
			filter: grayscale(100%);
	transition: all 0.4s ease;
}
.case-studies-gallery img:hover {
	-webkit-filter: grayscale(0%);
			filter: grayscale(0%);
}

/***** Let's Talk *****/
.contact-hero {
	background: url('../images/hero/hero-contact.jpg') no-repeat top center;
	background-color: #000000;
	background-size: cover;
	overflow: hidden;
	padding: 0px;
	position: relative;
}
.contact-intro {
	padding: 60px 0px 0px;
	position: relative;
}
.contact-content {
	height: 100%;
	width: 100%;
	position: relative;
}
.contact-sidebar table tr.contact-row {
	margin-bottom: 30px;
}
.contact-icon {
	color: #6DA9DA;
	vertical-align: top;
	padding-right: 10px;
}
.contact-sidebar {
	color: #000000;
	position: relative;
}
.contact-sidebar a {
	color: #000000;
}
.link-black {
	color: #000000;
}
p.employment-inquiries {
	margin: 0px;
}
p.employment-inquiries a {
	color: #6DA9DA;
}
.contact-coffee-cup {
    float: right;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 200px;
    z-index: 10;
}
.contact-form {
	background-color: #F4F4F4;
	margin-bottom: 45px;
	position: relative;
}
.contact-form-inside { 
	background-color: #ffffff;
	border: 3px solid #F4F4F4;
	padding: 30px;
	position: relative;
	top: 30px;
	left: 30px;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    font-size: 12px !important;
    line-height: normal !important;
}
div.wpforms-container-full .wpforms-form input[type=checkbox], div.wpforms-container-full .wpforms-form input[type=radio] {
    border: 2px solid #F4F4F4 !important;
    border-radius: 0px !important;
    background-color: #fff;
    width: 14px;
    height: 14px;
    margin: 0 3px 0 0 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-required-label {
    color: #6DA9DA !important;
}
#wpforms-form-10831 div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul li,
#wpforms-form-10831 .wpforms-list-3-columns ul li {
    padding-right: 10px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label,
label.label-subscribe {
	color: #000000 !important;
    font-weight: 400 !important;
    margin: 0 0 6px 0 !important;
}
#wpforms-10831-field_1,
#wpforms-10831-field_2,
#wpforms-10831-field_5,
#wpforms-10831-field_5-last {
	background-color: #F4F4F4;
	border: none !important;
	font-weight: 300 !important;
}
.mc4wp-form-fields input {
	background-color: #F4F4F4;
	border: none !important;
	font-weight: 300 !important;
}
.label-subscribe {
	display: block;
	color: #000000 !important;
    font-weight: 400 !important;
    margin: 0 0 6px 0 !important;
}
.label-required {
	color: #6DA9DA !important;
}
.contact-pad-right {
	padding-right: 45px;
}
#wpforms-confirmation-10831,
.wpforms-confirmation-container-full,
.wpforms-confirmation-container-full .wpforms-confirmation-scroll {
	background-color: #6DA9DA !important;
	border: 2px solid #b4d39b !important;
	color: #ffffff !important;
}
ul.first-last {
	margin: 0 0 15px 0px
}

/***** About Us *****/
.about-us-hero {
	background: url('../images/hero/hero-about-us.jpg') no-repeat top center;
	background-color: #000000;
	background-size: cover;
	overflow: hidden;
	padding: 0px;
	position: relative;
}
section.our-team {
	padding: 60px 0px;
}
section.interior-blue {
	background-color: #6DA9DA;
	color: #ffffff;
	padding: 60px 0px 90px;
}
section.interior-blue p,
section.interior-blue a {
	color: #ffffff;
}
section.our-values {
	background-color: #F4F4F4;
}
.our-values-bottom {
    background-color: #F4F4F4;
	clip-path: polygon(0% 0%, 100% 0%, 100% 10%, 85% 100%, 0% 5%);
}
.card-content-values {
    background-color: #ffffff;
    min-height: 200px;
    padding: 30px 30px 30px;
}
.card-content-values ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.career-opportunities {
	padding: 60px 0px 60px;
	position: relative;
	z-index: 10;
}
.cta-get-in-touch-blue {
    background: #6DA9DA;
    color: #ffffff;
    min-height: 140px;
    padding: 45px 0px 15px;
}
.cta-get-in-touch-blue a.button-white,
.cta-get-in-touch-blue .button-white {
	background-color: #ffffff;
	border: 2px solid #ffffff;
	display: inline-block;
	cursor: pointer;
	color: #6DA9DA;
	font-size: 16px;
	min-width: 280px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.4s ease;
	border-radius: 30px;
}
.cta-get-in-touch-blue .button-white:hover {
	background-color: #6DA9DA;
	border: 2px solid #ffffff;
	color: #ffffff;
}
.current-openings {
    background: #000000;
    min-height: 140px;
    padding-top: 45px;
}
.career-openings-container {
	background-color: #F4F4F4;
	padding: 60px 0px 0px;
	position: relative;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 100%, 0 100%, 0 0);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 100%, 0 100%, 0 0);
}
.career-openings-container-bottom {
	background-color: #F4F4F4;
	height: 100px;
	display: block;
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
			clip-path: polygon(50% 100%, 0 0, 100% 0);
}
section.headshot-leadership {
	padding: 60px 0px;
	position: relative;
}
section.headshot-leadership h2.blue:after {
    background: none repeat scroll 0 0 #6DA9DA;
    bottom: -5px;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    width: 175px;
}
section.headshot-leadership h3 {
	color: #6DA9DA;
}
section.headshot-leadership a p {
	color: #6A6D6F;
}
section.headshot-leadership a:hover {
	text-decoration: none;
}
.headshot-gray-outside {
	background-color: #F4F4F4;
    position: relative;
}
.headshot-gray-inside {
    padding: 0px;
    position: relative;
}
section.headshot-leadership img {
	margin: 0px;
	padding: 0px;
}
.modal-footer {
    border-top: none;
	padding-bottom: 45px;
}
.modal-body {
    padding: 30px 60px 15px;
}
section.headshot-legacy-leaders {
	padding: 60px 0px;
}
section.headshot-legacy-leaders h2.blue:after {
    background: none repeat scroll 0 0 #6DA9DA;
    bottom: -5px;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    width: 175px;
}
section.headshot-legacy-leaders h3 {
	color: #6DA9DA;
}
section.headshot-legacy-leaders a p {
	color: #6A6D6F;
}
section.headshot-legacy-leaders a:hover {
	text-decoration: none;
}
section.headshot-strategic-advisors {
	background-color: #F4F4F4;
	padding: 60px 0px;
}
section.headshot-strategic-advisors h2.orange:after {
    background: none repeat scroll 0 0 #DE7F27;
    bottom: -5px;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    width: 175px;
}
section.headshot-strategic-advisors h3 {
	color: #DE7F27;
}
section.headshot-strategic-advisors a p {
	color: #6A6D6F;
}
section.headshot-strategic-advisors a:hover {
	text-decoration: none;
}
.strategic-advisors-top {
    background-color: #F4F4F4;
    height: 100px;
    display: block;
	-webkit-clip-path: polygon(60% 75%, 100% 0, 100% 100%, 0 100%, 0 0);
			clip-path: polygon(60% 75%, 100% 0, 100% 100%, 0 100%, 0 0);
}
.strategic-advisors-bottom {
	background-color: #F4F4F4;
    height: 100px;
    display: block;
	-webkit-clip-path: polygon(85% 100%, 0 0, 100% 0);
			clip-path: polygon(85% 100%, 0 0, 100% 0);
}
section.our-history {
	background-color: #F4F4F4;
	padding: 60px 0px;
}
.our-history-top {
    background-color: #F4F4F4;
    height: 100px;
    display: block;
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
			clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.our-history-bottom {
    background-color: #F4F4F4;
    height: 100px;
    display: block;
    margin-bottom: 120px;
	-webkit-clip-path: polygon(0 0, 25% 100%, 100% 0);
			clip-path: polygon(0 0, 25% 100%, 100% 0);
}
section.headshot-strategic-advisors .headshot-gray-outside {
    background-color: #ffffff;
}

/***** Blog *****/
.blog-hero {
	background: url('../images/hero/hero-blog.jpg') no-repeat bottom center;
	background-color: #000000;
	background-size: cover;
	overflow: hidden;
	padding: 0px;
	position: relative;
}
section.latest-blogs {
	padding: 60px 0px;
}
.blog-topics ul {
	margin: 0px;
	padding: 0px;
}
.blog-topics ul li {
	list-style: none;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.toggle-blog-posts h3 {
	border-bottom: 3px solid #DE7F27;
}
.toggle-blog-posts a:hover {
	text-decoration: none;
}
.featured-blog-posts .row {
	margin-bottom: 45px;
}
.featured-blog-posts h3 {
	color: #DE7F27;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
}
.featured-post-content p {
	margin-top: 15px;
	margin-bottom: 15px;
}
.toggle-blog-posts a h3,
.toggle-blog-posts h3,
.toggle-blog-posts a {
	text-decoration: none;
}
.entry-date {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
}
.entry-excerpt {
	font-size: 16px;
	line-height: 20px;
}
#filtersubmit {
    position: relative;
    z-index: 1;
    left: -25px;
    top: 1px;
    color: #7B7B7B;
    cursor:pointer;
    width: 0;
}
.read-more-link a {
	color: #6A6D6F;
}
section.orange .button-orange {
	color: #ffffff;
}
section.orange .button-orange:hover {
	color: #DE7F27;
	background-color: #ffffff;
	border: 2px solid #DE7F27;
}
.all-blog-posts .container {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
}
.all-blog-posts h3 {
	color: #DE7F27;	
	margin: 15px 0px 5px;
	padding: 0px;
}
.all-blog-posts a h3:hover {
	text-decoration: none;
}
a.blog-archive-link:hover {
	text-decoration: none;
}
.all-blog-posts .entry-date {
	font-size: 12px;
	line-height: normal;
}
ul.article-info li {
	list-style: none;
	display: inline;
}
.blog-article-navigation {
	color: #DE7F27;
}
body.single-post article {
	margin-top: 180px;
}
body.single-post .color-bars-left {
	top: 180px;
}
.blog-article-info {
	color: #6A6D6F;
	font-size: 14px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.blog-article-info a {
	color: #6A6D6F !important;
}
.blog-article-info a:hover {
	color: #6A6D6F;
	text-decoration: underline;
}
.single-post h2.orange:after {
    width: 100%;
}
.related-topics-top {
    background-color: #F4F4F4;
    height: 100px;
    display: block;
	-webkit-clip-path: polygon(25% 0, 0 100%, 100% 100%);
			clip-path: polygon(25% 0, 0 100%, 100% 100%);
}
section.related-topics {
	background-color: #F4F4F4;
	padding: 15px 0px 60px;
}
.related-topics h2 {
	font-size: 22px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
}
.related-topics h3.orange {
	color: #DE7F27;
}
.related-topics a:hover {
	text-decoration: none;
}
.related-topics h3 {
	min-height: 50px;
}
.related-topics row {
	margin-top: 0px;
	padding-top: 0px;
}
.blog-article-navigation a {
	text-transform: uppercase;
}
.recent-post-title {
	text-transform: uppercase;
}
ul#recent-blog-posts {
	margin: 0px 0px 30px;
	padding: 0px;
}
ul#recent-blog-posts li {
	list-style: none;
	margin-top: 15px;
}
.interior-blog-list-content {
	margin-top: 200px;
}
.blog-posts-list .color-bars-left {
	margin-top: 145px;
}
li.cat-item-1827 {
	display: none;
}
.link-toggle-all-posts {
	cursor: pointer;
}
.ownership-caption {
	display: none;
}
.postid-11697 .ownership-caption {
	display: block;
}
.ownership-caption {
	font-size: 12px;
	margin: 40px 0px 0px 30px;
	font-style: italic;
}
.postid-11697 .interior-blog-content {
    padding-top: 30px;
    padding-bottom: 90px;
}
.blog-footnote {
	font-size: 14px;
	line-height: auto;
}
.postid-11712 ul.covid-19 li {
    margin-bottom: 15px;
}
.inline-blog-image-right {
	padding-left: 30px;
	padding-bottom: 30px;
}
.postid-11767 .display-blog-hero {
	display: none;
}
.pp-multiple-authors-wrapper {
	display: none;
}
ul.list-blog-workplace-value {
	list-style-type: none;
	margin: 0px 0px 15px 0px;
}
ul.list-blog-workplace-value li::before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    padding: 0 10px 0 0;
    margin-left: 0px;
}
ul.list-blog-workplace-value .card-columns {
   column-count: 2;
}

/***** Results Interior *****/
.page-template-results-mcdonalds-vax .color-bars-left,
.page-template-results-acf-template .color-bars-left,
.page-template-results-sandag .color-bars-left,
.page-template-results-guild-mortgage .color-bars-left,
.page-template-results-farm-to-family-food-donation-program-targets .color-bars-left,
.page-template-results-fleet-week-san-diego-event .color-bars-left,
.page-template-results-grossmont-cuyamaca-community-college-district .color-bars-left,
.page-template-results-hacer .color-bars-left,
.page-template-results-charter-school-rebranding .color-bars-left,
.page-template-results-crb-ground-media-tour .color-bars-left,
.page-template-results-connect2careers-rebranding .color-bars-left,
.page-template-results-chicken-of-the-sea-jingle-jam .color-bars-left,
.page-template-results-drop-give-me-40 .color-bars-left,
.page-template-results-developing-an-online-community-for-space-bag .color-bars-left,
.page-template-results-rebuilding_together .color-bars-left,
.page-template-results-super_glue .color-bars-left,
.page-template-results-sdsu .color-bars-left,
.page-template-results-library .color-bars-left,
.page-template-results-omf .color-bars-left,
.page-template-results-red_shoe_day .color-bars-left,
.page-template-results-national_media_placements_for_real_christmas_trees .color-bars-left,
.page-template-results-save_california_citrus .color-bars-left,
.page-template-results-miltons .color-bars-left,
.page-template-results-mcdonalds_all_american_basketball .color-bars-left,
.page-template-results-chamber .color-bars-left,
.page-template-results-port .color-bars-left,
.page-template-results-cpdpp .color-bars-left,
.page-template-results-mcdonalds .color-bars-left,
.page-template-results-dcc .color-bars-left,
.page-template-results-wd40 .color-bars-left {
    position: absolute;
    left: 0px;
    top: 180px;
}
.case-study-top-container {
	margin-top: 180px;
	margin-bottom: 60px;
}
.case-study-top-container ul,
.results-container-results ul {
	margin-left: 0px;
}
.results-challenge-bottom {
    background-color: #F4F4F4;
    height: 100px;
	-webkit-clip-path: polygon(0% 0%, 85% 85%, 100% 0, 100% 100%, 0% 100%);
			clip-path: polygon(0% 0%, 85% 85%, 100% 0, 100% 100%, 0% 100%);
}
section.results-container-results {
	background-color: #F4F4F4;
}
section.case-study-top-container h3,
section.results-container-results h3 {
	color: #B7BE33;
	margin: 0px 0px 15px;
	padding: 0px;
}
section.case-study-top-container .headshot-gray-inside {
    top: 30px;
    left: 30px;
}
section.case-study-top-container h2.green:after {
    width: 100%;
}
section.results-container-results {
	padding: 15px 0px 30px;
}
section.results-container-results .img-fluid {
    margin: 0px 0px 30px;
}
.results-featured-image-container {
	padding-right: 60px;
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.sticky { display: block; }
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.updated:not(.published) { display: none; }
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-3 .gallery-item { max-width: 33.33%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }
.gallery-caption { display: block; }

/*--------------------------------------------------------------
## Modals
--------------------------------------------------------------*/
#myModal { background-color: #000000; }
#myModal .close {
	color: #ffffff;
	opacity: 1;
	position: absolute;
	top: 60px;
	right: 60px;
}
#myModal .close:hover { color: #6DA9DA; }
.modal-dialog {
    position: relative;
    display: flex;
    flex-direction: column;
    top: 40%;
}
.modal-search-icon {
	color: #000;
	font-size: 38px !important;
	-webkit-transition: color .2s ease-in-out;
	   -moz-transition: color .2s ease-in-out;
		-ms-transition: color .2s ease-in-out;
		 -o-transition: color .2s ease-in-out;
			transition: color .2s ease-in-out;
}
#myModal input[type=submit] {
	position: absolute;
	width: 100px;
	height: 100%;
	background-color: transparent;
	border: 0;
	right: 0;
	top: 0;
}
.modal-search-icon:hover,
.modal-search-icon:focus{
	border: none;
	outline: none;
	color: #6DA9DA !important;
}
#modal-search-field {
	width: 200px;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	text-align: center;
	font-size: 28px;
	padding: 20px;
	color: #ffffff;
}
#modal-search-field:focus{
	border: none;
	outline: none;
}
.modal-content { border: none; }
.modal-content button {
	background: transparent;
	border: none;
	color: #ffffff;
	font-size: 28px;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}
.modal-content button:hover { color: #6DA9DA; }
.modal-content button:focus {
	border: none;
	outline: none;
}
.modal-content form { background-color: #000000; }

#cookie-notice .cn-button {
	color: #ffffff;
	padding: 7px;
}</pre></body></html>