/*
	Theme Name: Spencer Theme
	Author: BuildWitt
*/

/* Login Screen */

.login {
	background: #3851A9 url(/wp-content/themes/spencer/images/graphic-wordmark.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center 117%;
}

#login {
	border: 0;
	margin: 0 auto;
	margin-top: 8%;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	background: transparent;
}

.login h1.admin-email__heading {
	font-size: 1.4em;
}

.login-action-confirm_admin_email #login {
	margin-top: 8%;
}

.login h1 {
	margin-bottom: 1em;
}

.login h1 a {
	background-image: url(/wp-content/themes/spencer/images/logo.svg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 100%;
	margin: 0;
	border: 0;
}

.login #login_error, .login .message, .login .success {
	background: #F5F5F5;
	color: #21353C;
	text-align: center;
	border: unset;
	padding: 0;
	font-style: italic;
	margin: 0;
	padding: 2em;
	padding-bottom: 0;
	font-size: 0.7em;
}

.login form {
	background: #F5F5F5;
	box-shadow: unset;
	border: unset;
	margin-top: -1px;
	padding-bottom: 2em;
	padding-top: 2em;
}

.login label {
	color: #21353C;
	font-weight: 200;
}

.login form .input, .login input[type=password], .login input[type=text] {
	font-size: 1em !important;
	padding: 0.5em 1em !important;
	-webkit-appearance: none;
	font-weight: 200;
	width: 100%;
	border: 1px solid #E4E4E4;
	box-shadow: 0px 0px 20px rgba(54, 57, 68, 0.03);
	border-radius: 0;
	margin-bottom: 1em;
}

.login .user-pass-wrap {
	margin-bottom: 1em;
}

#login form p.submit {
	text-align: center;
}

.wp-core-ui .button.button-large.button-primary, .wp-core-ui .button.button-large {
	padding: 0.8em 1.5em;
	font-size: 1em;
	transition: 0.5s all;
	border-radius: 200px;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
	line-height: 1;
	background: #3851A9;
	color: #F5F5F5;
	border: 1px solid #3851A9;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.7em;
}

.wp-core-ui .button.button-large.button-primary:hover {
	background: transparent;
	text-decoration: none;
	color: #21353C;
	border: 1px solid #21353C;
}

.wp-core-ui .button.button-large {
    background: #F5F5F5;
    color: #21353c;
}

.login #backtoblog a, .login #nav a {
	color: #21353C;
}

.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
	color: #21353C;
}

.login form .forgetmenot {
	float: none;
}

.login #nav, .login #backtoblog {
	background: #f5f5f5;
	margin-top: -1px;
}

.login #backtoblog {
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 0;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.login .privacy-policy-page-link {
	display: none;
}

/* Global */

* {
    box-sizing: border-box;
}

html {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

html.fixed {
	height: 100%;
	overflow: hidden;
}

body {
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #001D29;
	position: relative;
	background: #F5F5F5;
	overscroll-behavior-y: none;
}

.container-fluid {
	position: relative;
	background: #F5F5F5;
}

.container-fluid {
	z-index: 2;
}

.row {
	padding-top: 6em;
	padding-bottom: 6em;
}

.py-small {
	padding-top: 3em;
	padding-bottom: 3em;
}

.pt-small {
	padding-top: 3em;
}

.pb-small {
	padding-bottom: 3em;
}

.row .row {
	padding-top: 0;
	padding-bottom: 0;
}

/* Typography */

h1, .h1 {

}

h2, .h2,
h1.large {
	font-size: 6em;
	color: #3851A9;
}

h3, .h3 {
	font-size: 3.5em;
	margin-bottom: 0.5em;
	color: #3851A9;
}

h4, .h4 {
	font-size: 1.8em;
	letter-spacing: 0.28px;
}

.h4 a {
	color: #3851A9;
	text-decoration: underline;
}

.h4 a:hover {
	color: #3851A9;
	text-decoration: none;
}

h5, .h5 {
	font-size: 1.6em;
	line-height: 1.4;
}

h6, .h6 {
	text-transform: uppercase;
	font-size: 0.7em;
	letter-spacing: 0.4px;
	font-weight: 600;
}

a {
	color: #001D29;
	text-decoration: underline;
	transition: 0.5s all;
}

a:hover {
	text-decoration: underline;
	color: #0151E5;
}

p {
	letter-spacing: 0.32px;
}

p:last-of-type {
	margin-bottom: 0;
}

hr {
	border-top: 1px solid #E7EBED;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	width: 100%;
}

.bg-blue hr {
	border-color: #FFFFFF;
}

b, strong {
	font-weight: 900;
}

.number {
	font-size: 4.5em;
	margin-bottom: 0.2em;
	line-height: 1;
	color: #3851A9;
	display: block;
}

.large {
	font-size: 1.2em;
	letter-spacing: 0;
}

.small {
	font-size: 0.8em;
}

.color-white {
	color: #ffffff;
}

.color-off-white {
	color: #f5F5F5;
}

.color-black {
	color: #000000;
}

.color-peacock {
	color: #001D29;
}

.color-bright-blue {
	color: #3851A9;
}

.text-shadow {
	text-shadow: 00px 4px 4px rgba(0, 0, 0, 0.1);
}

.separator {
	width: 40px;
	max-width: 0;
	height: 1px;
	background: #3851A9;
	transition: 0.5s all;
	margin-bottom: 2em
}

.separator.in {
	max-width: 40px;
}

.btn-primary, .btn-secondary, .btn-circle {
	padding: 1.5em 2.5em;
	transition: 0.5s background;
	border-radius: 0;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	border-radius: 200px;
	text-transform: uppercase;
	font-size: 0.7em;
	letter-spacing: 0.4px;
}

.btn-primary:before, .btn-secondary:before {
	content: '';
	position: relative;
	height: 11px;
	width: 11px;
	border-radius: 50%;
	background: #ffffff;
	margin-right: 0.5em;
	opacity: 0;
	transform: translateX(-10px);
	transition: 0.5s all;
}

.btn-secondary:before {
	background: #3851A9;
}

.btn-primary:hover:before, .btn-secondary:hover:before, a.card:hover .btn-secondary:before {
	transform: translateX(0);
	opacity: 1;
}

.btn-primary span, .btn-secondary span {
	transform: translateX(-8px);
	transition: 0.5s all;
}

.btn-primary:hover span, .btn-secondary:hover span, a.card:hover .btn-secondary span {
	transform: translateX(0);
}

.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
	background: #3851A9;
	color: #F5F5F5;
	border: 1px solid #3851A9;
}

.btn-primary.disabled, .btn-primary:disabled {
	opacity: 0.5;
	pointer-events: none;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show >.btn-primary.dropdown-toggle {
	background: #3851A9;
	text-decoration: none;
	color: #F5F5F5;
	border: 1px solid #3851A9;
}

.btn-secondary {
	background: transparent;
	color: #001D29;
	border: 1px solid #3851A9;
}

.btn-secondary:hover, a.card:hover .btn-secondary {
	background: rgba(1,90,255,0.04);
	text-decoration: none;
	color: #001D29;
	border: 1px solid #3851A9;
}

.btn-primary + .btn-secondary {
	margin-left: 1em;
}

.btn-circle {
	background: transparent;
	color: #001D29;
	border: 1px solid #3851A9;
	border-radius: 100%;
	overflow: hidden;
	padding: 0;
	text-align: center;
	display: inline-block;
	padding: 2em;
}

.btn-circle:before {
  	content: '';
  	display: inline-block;;
  	vertical-align: middle;
  	padding-top: 100%;
}

.btn-circle span {
  	vertical-align: middle;
  	white-space: nowrap;
  	position: relative;
}

.btn-circle:hover {
	background: rgba(1,90,255,0.04);
	text-decoration: none;
	color: #001D29;
}

.btn-text {
	color: #001D29;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.7px;
	font-size: 0.8em;
	position: relative;
	text-decoration: none;
}

.btn-text:hover {
	color: #3851A9;
	text-decoration: none;
}

.btn-text:after {
	content: '';
	height: 1px;
	width: 100%;
	background: #001D29;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	transition: 0.5s all;
}

.btn-text:hover:after {
	width: 0%;
}

/* Helpers */

.separator-1 {
	height: 1em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-2 {
	height: 2em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-3 {
	height: 3em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-4 {
	height: 4em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-6 {
	height: 6em;
	display: block;
	clear: both;
	width: 100%;
}

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

.bg-off-white {
	background-color: #f5F5F5;
}

.bg-light-gray {
	background-color: #E6E7E9;
}

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

.bg-peacock {
	background-color: #001D29;
}

.bg-blue {
	background-color: #3851A9;
}

.bg-bright-blue {
	background-color: #0151E5;
}

.bg-off-white + .bg-off-white > .container > .row {
	padding-top: 0;
}

#message, .service {
	width: 40%;
	padding: 0;
	margin-left: 56%;
	height: 92%;
	top: 4%;
}

.logged-in #message, .logged-in .service {
	height: calc(92% - 32px);
}

#message img, .service img {
	width: 100%;
	height: 20vw;
	object-fit: cover;
}

#message .px-5, .service .px-5 {
	padding-left: 6em !important;
	padding-right: 6em !important;
}

#message .py-5, .service .py-5 {
	padding-top: 4em !important;
	padding-bottom: 4em !important;
}

.service h4,
.service ul {
	color: #3851A9;
}

.service h4 {
	margin-bottom: 0.8em;
	margin-top: 1.5em;
}

.service ul {
	margin-top: 1em;
	margin-left: 2em;
}

.service ul li {
	list-style-type: disc;
}

.fancybox-slide--html .fancybox-close-small {
	color: #001D29;
	border-radius: 50%;
	border: 1px solid #001D29;
	opacity: 1;
	top: 1em;
	right: 1em;
	transition: 0.5s all;
}

.fancybox-slide--html .fancybox-close-small:hover {
	background: rgba(1,90,255,0.04);
}

.fancybox-button svg path {
	fill: #001D29;
}

.bg-image {
	background-size: cover;
	background-position: center;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 500px;
}

.bg-image.h-auto {
	height: auto;
	overflow: visible;
}

.bg-image.h-auto .row {
	position: relative;
}

.bg-image.h-full, .h-full {
	height: 100vh;
}

.bg-image.parallax {
	background-attachment: fixed;
}

.bg-image .container, .h-full .container {
	position: relative;
	z-index: 2;
	height: 100%;
}

.bg-image .row, .h-full .row {
	height: 100%;
}

.bg-image .bg-image {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.bg-video {
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.bg-video .bg-image {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.5s all 0.5s;
}

.bg-video .bg-image.in,
.bg-image .bg-image.in {
	opacity: 1;
}

.bg-video .container {
	z-index: 4;
	position: relative;
}

.bg-video .container, .bg-video .row {
	height: 100%;
}

.bg-video .video {
    height: 100%;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    transition: 0.3s all;
}

.bg-video .video.in {
	opacity: 1;
}

.bg-video .video video {
    width: 100vw;
	height: 100vh;
 	object-fit: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.bg-video .overlay {
	z-index: 2;
	background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.9)) 75%;
}

.bg-video {
	z-index: 1;
}

.bg-video + .row {
	position: relative;
	z-index: 2;
}

.overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0,0,0,0.08);
	pointer-events: none;
}

/* Open Positions */

#hiringthing-jobs {
	width: 60%;
}

a.ht-title-link {
	font-size: 1.2em;
	display: block;
}

.ht-location {
    font-style: italic;
    margin-bottom: 1em;
}

a.ht-apply-link {
    margin-bottom: 3em;
    display: inline-block;
    margin-top: 1em;
}

.ht-summary strong {
	font-weight: normal;
}

/* HTML Video */

.video {
	position: relative;
	overflow: hidden;
}

.video .container {
	position: absolute;
	height: 100%;
	z-index: 4;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.video .overlay {
	background: rgba(255,255,255,0.3);
	z-index: 3;
}

.video .image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.video video {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	min-width: 105%;
    min-height: 100%;
}

/* YouTube Embeds */

.video-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0;
	overflow: hidden; 
}

.video-container iframe, .video-container object, .video-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

/* Images */

img {
	max-width: 100%;
}

/* Header */

header.container-fluid {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	height: 90px;
	background: transparent;
	transition: 0.5s background;
}

.logged-in header.container-fluid {
	top: 32px;
}

header.solid,
header.open {
	background: #001D29;
}

header .container {
	height: 100%;
}

header .row {
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
}

#logo {
	position: relative;
	z-index: 3;
	transition: 0s all;
	height: 100%;
}

#logo img {
	width: 100%;
	margin: 0;
	height: auto;
}

#logo .dark {
	display: none;
}

.semi-solid #logo .dark {
	display: block;
}

.semi-solid.open #logo .dark {
	display: none;
}

#logo .white {
	display: block;
}

.semi-solid #logo .white {
	display: none;
}

.semi-solid.open #logo .white {
	display: block;
}

header.container-fluid.solid #logo .white {
	display: block;
}

header.container-fluid.solid #logo .dark {
	display: none;
}

/* Header Navigation */

#nav {
	position: fixed;
	z-index: 998;
	height: 100vh;
	width: 100vw;
	background-color: #001D29;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	transition: 0.5s all;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.logged-in #nav {
	height: calc(100vh - 32px);
	top: 32px;
}

#nav.visible {
	opacity: 1;
	pointer-events: auto;
}

#nav .container, #nav .row {
	height: 100%;
}

#nav .row {
	padding-top: calc(6em + 90px);
	overflow: auto;
}

#nav .h6 {
	color: #ffffff;
}

#nav hr {
	border-color: #ffffff;
	margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#nav .wordmark {
	position: absolute;
	width: 100%;
	bottom: -6vw;
	opacity: 0.5;
}

#menu-primary-navigation {
	margin: 0;
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#menu-primary-navigation li {
	margin: 0;
}

#menu-primary-navigation a {
	color: #F5F5F5;
	font-size: 4em;
	text-decoration: none;
	z-index: 2;
	position: relative;
	line-height: 1.2;
	display: block;
}

#menu-primary-navigation li.current-menu-item a {
	text-decoration: underline;
}

#menu-primary-navigation li a .title {
	position: relative;
	z-index: 2;
}

#nav #menu-footer-secondary-navigation {
	margin: 0;
}

#nav #menu-footer-secondary-navigation a {
	color: #F5F5F5;
	font-size: 2em;
	text-decoration: none;
	z-index: 2;
	position: relative;
	line-height: 1.4;
	display: block;
}

#nav #menu-footer-secondary-navigation a:hover {
	text-decoration: underline;
}

#nav-icon-with-label {
	display: flex;
	align-items: center;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.4px;
	font-size: 0.8em;
	line-height: 1;
	cursor: pointer;
}

.semi-solid #nav-icon-with-label {
	color: #001D29;
}

.semi-solid.open #nav-icon-with-label,
.semi-solid.solid #nav-icon-with-label {
	color: #ffffff;
}

#nav-icon-with-label .label {
	position: relative;
	top: 1px;
	width: 45px;
	white-space: nowrap;
    margin-left: 10px;
}

#nav-icon-with-label .open {
	display: none;
}

header.open #nav-icon-with-label .open {
	display: block;
}

header.open #nav-icon-with-label .closed {
	display: none;
}

#nav-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 12px;
	width: 20px;
	transition: 0.5s all;
}

#nav-icon.close {
	color: #ffffff;
	font-size: inherit;
    font-weight: inherit;
    float: unset;
    text-shadow: unset;
    opacity: 1;
    background: #DF6B2F;
    left: 0;
}

.nav-icon {
  	width: 20px;
}

.nav-icon:after, 
.nav-icon:before, 
.nav-icon div {
  	background-color: #ffffff;
  	content: '';
  	display: block;
  	height: 3px;
  	margin: 3px 0;
  	border-radius: 0px;
  	transition: all .2s ease-in-out;
}

.semi-solid .nav-icon:after,
.semi-solid .nav-icon:before,
.semi-solid .nav-icon div {
	background-color: #001D29;
}

.semi-solid.open .nav-icon:after,
.semi-solid.open .nav-icon:before,
.semi-solid.open .nav-icon div,
.semi-solid.solid .nav-icon:after,
.semi-solid.solid .nav-icon:before,
.semi-solid.solid .nav-icon div {
	background-color: #ffffff;
}

.nav-icon:before {
	width: 100%;
}

.nav-icon div {
	width: 100%;
}

.nav-icon:after {
	width: 100%;
}

.nav-icon.close:before {
  	transform: translateY(8px) rotate(135deg) scale(0);
  	width: 100%;
}

.nav-icon.close:after {
  	transform: translateY(-8px) rotate(-135deg) scale(0);
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover, .nav-icon.close {
	opacity: 1;
}

#nav-icon.close .nav-icon:after, #nav-icon.close .nav-icon:before, #nav-icon.close .nav-icon div {
	background-color: #ffffff;
}

.close-menu {
	display: none;
}

#nav-icon.close .close-menu {
	display: inline;
}

#nav-icon.close .open-menu {
	display: none;
}

/* Special Layouts */

#header {
	height: 95vh;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
}

.logged-in #header {
	top: 32px;
	height: calc(95vh - 32px);
}

#header.basic {
	height: 45vh;
}

#header.basic .container,
#header.basic .row {
	height: 100%;
}

#content {
	margin-top: 95vh;
}

.logged-in #content {
	margin-top: calc(95vh - 32px);
}

#header.basic + #content {
	margin-top: 45vh;
}

.logged-in #header.basic + #content {
	margin-top: calc(45vh - 32px);
}

.single-project #content,
.page-template-contact #content {
	margin-top: 0;
}

.page-template-contact #content > .container > .row {
	padding-top: 12em;
}

.error404 #content {
	background-image: url(/wp-content/themes/spencer/images/404.png);
	margin-top: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.video-section {
	height: 75vh;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 2em;
}

.video-section .icon {
	height: 100px;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
	transition: 0.5s all;
}

.video-section:hover .icon {
	height: 120px;
	width: 120px;
}

.stats .stat {
	padding: 2em;
	border-left: 1px solid rgba(1,90,255,0.25);
	padding-bottom: 6em;
	line-height: 1.2;
	border-top: 1px solid rgba(1,90,255,0.25);
}

.stats .stat:first-of-type {
	border-left: 0;
}

.projects, .people, .testimonials {
	overflow: hidden;
}

/* .projects-container .icon,
.people-container .icon,
.testimonials-container .icon {
	height: 150px;
	width: 150px;
	background-image: url(/wp-content/themes/spencer/images/icon-click-drag.svg);
	background-size: cover;
	z-index: 3;
	max-height: 0;
	max-width: 0;
	opacity: 0;
	position: absolute;
	border-radius: 50%; 
	transform: translate(-50%, -50%);
	transition: 0.5s max-height ease-in, 0.5s max-width ease-in;
	pointer-events: none;
}

.projects-container:hover .icon,
.people-container:hover .icon,
.testimonials-container:hover .icon {
	opacity: 1;
	max-height: 150px;
	max-width: 150px;
} */

/* Cards */

.card {
	justify-content: center;
	border: 0;
	overflow: hidden;
	border-radius: 0;
	background: transparent;
}

a.card {
	color: inherit;
	text-decoration: none;
}

a.card:hover {
	text-decoration: none;
}

a.card h5 {
	color: #3851A9;
}

a.card.basic h5 {
	color: #F5F5F5;
}

.basic.card:before {
	content: '';
	height: 200%;
	width: 100%;
	background: linear-gradient(180deg, rgba(8, 44, 60, 0.2) 0%, rgba(8, 44, 60, 0.6) 50%);
	position: absolute;
	top: -100%;
	left: 0;
	z-index: 1;
	transition: 0.5s all;
}

a.basic.card:hover:before {
	top: -20%;
}

.card-img {
	overflow: hidden;
	border-radius: 0;
}

a.card .card-img img {
	transition: 0.5s all;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

a.card:hover .card-img img {
	transform: scale(1.1);
}

.card-body {
	padding-left: 0;
	padding-right: 0;
}

.testimonials .card-body,
.basic .card-body {
	padding: 4em;
}

.basic .h5 {
	color: #F5F5F5;
}

.basic .card-body {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	color: #F5F5F5;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 2;
}

.basic .card-title .h5 {
	font-size: 1.3em;
}

.basic .card-text .large {
	font-size: 1.7em;
}

.basic .btn-secondary,
.bg-peacock .btn-secondary {
	border-color: #F5F5F5;
	color: #F5F5F5;
}

a.basic:hover .btn-secondary,
.bg-peacock .btn-secondary:hover {
	border-color: #F5F5F5;
	color: #F5F5F5;
	background: rgba(245,245,245,0.08);
}

a.basic .btn-secondary:before,
.bg-peacock .btn-secondary:before {
	background: #ffffff;
}

.project .card-body {
	padding: 2em 3em;
}

.project .card-body .icon {
	height: 72px;
	width: 72px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	background-image: url(/wp-content/themes/spencer/images/icon-arrow-up-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
	transition: 0.5s all;
}

.project:hover .card-body .icon {
	background-image: url(/wp-content/themes/spencer/images/icon-arrow-up-blue.svg);
	background-color: #ffffff;
}

/* Slick */

button[aria-label="1 of 1"] {
	display: none !important;
}

.nav {
	justify-content: flex-end;
}

.slide:focus {
	outline: none;
}

.projects-slider .slick-list,
.people-slider .slick-list,
.testimonials-slider .slick-list {
	overflow: visible;
	cursor: grab;
}

.projects-slider .slide,
.people-slider .slide,
.testimonials .slide {
	padding-right: 30px;
}

.slick-prev:before, .slick-next:before {
	content: '';
}

.slick-prev, .slick-next {
	width: 100px;
	height: 40px;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	transform: unset;
	transition: 0.5s all;
	position: relative;
	top: unset;
	transform: unset;
	left: unset;
	right: unset;
	border-radius: 200px;
	border: 1px solid #3851A9;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	background-color: rgba(1,90,255,0.04);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
}

.slick-prev, .slick-prev:hover, .slick-prev:focus {
	background-image: url(/wp-content/themes/spencer/images/icon-slick-prev.svg);
}

.slick-next, .slick-next:hover, .slick-next:focus {
	background-image: url(/wp-content/themes/spencer/images/icon-slick-next.svg);
	margin-left: 10px;
}

.slick-arrow:before {
	display: none;
}

.slick-arrow.slick-disabled {
	cursor: default;
	opacity: 0.4;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-dots {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	bottom: auto;
}

.slick-dots li {
	color: unset;
    width: unset;
    height: unset;
    width: unset;
    margin-top: 0.25em;
	margin-bottom: 0.25em;
	margin-left: 0;
	margin-right: 0;
}

.slick-dots li:before {
	content: unset;
}

.slick-dots li button {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	font-size: 0;
	background: rgba(255, 255, 255, 0.74);
	opacity: 1;
	transition: 0.5s all;
}

.slick-dots li button:before {
    font-size: 0;
    line-height: 0;
    content: unset;
}

.slick-dots li.slick-active button {
	background: rgba(255, 255, 255, 0.74);
	opacity: 1;
	height: 20px;
	width: 20px;
}

/* Filter */

.filter {
	width: 100%;
	position: relative;
	font-size: 0.8em;
	cursor: pointer;
	line-height: 1;
}

.filter.toggle {
	display: flex;
	align-items: center;
	width: auto;
	margin-right: 2em;
	line-height: 1em;
	top: 2px;
	color: #ffffff;
}

.semi-solid .filter.toggle {
	color: #001D29;
}

.semi-solid.open .filter.toggle,
.semi-solid.solid .filter.toggle {
	color: #ffffff;
}

.filter.toggle .option {
	position: relative;
	letter-spacing: 0.4px;
}

.filter.toggle .option.active {
	font-weight: 600;
}

.logged-in .filter.toggle .option.active {
	top: 0;
}

.filter.toggle .option.active:after {
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: -3px;
	left: 0;
	background: #ffffff;
}

.semi-solid .filter.toggle .option.active:after {
	background: #001D29;
}

.semi-solid.open .filter.toggle .option.active:after,
.semi-solid.solid .filter.toggle .option.active:after {
	background: #ffffff;
}

.filter.toggle span {
	display: inline-block;
	margin-left: 0.25em;
	margin-right: 0.25em;
}

.es {
	display: none;
}

.es.visible {
	display: inherit; 
}

.en.hidden {
	display: none;
}

/* Isotope */

.hidden-item {
	display: none;
}

.isotope, .isotope-filter {
	padding-left: 15px;
	padding-right: 15px;
}

.isotope .row, .isotope-filter .row {
	margin-left: -15px;
	margin-right: -15px;
}

.grid-item {
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.isotope-filter .col-md-6 {
	padding-left: 15px;
	padding-right: 15px;
}

.grid-item:last-of-type {
	margin-bottom: 0;
}

.grid-item .card-img {
	width: 100%;
}

/* Table */

table {
	width: 100%;
	font-size: 1em;
	line-height: 1;
}

thead {
	background: #F4F4F4;
}

th {
	padding: 1em;
}

th:last-of-type {
	padding-right: 4em;
}

td {
	border: 0;
	padding: 1em;
}

/* Accordion */

.accordion {
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.accordion li {
	list-style-type: none;
	margin: 0;
	padding-top: 2em;
	padding-left: 2em;
	padding-right: 2em;
	border-bottom: 1px solid #BCBCBC;
	display: block;
	font-size: 1em;
}

.accordion li:before {
	display: none;
}

.accordion li.open {
	background: #ffffff;
	padding-bottom: 2em;
	border-bottom: 0;
}

.accordion h5 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
	margin-top: 0;
	transition: 0.5s all;
	line-height: 1.2;
	padding-bottom: 1em;
}

.accordion h5:hover {
	color: #272828;
}

.accordion h5 span {
	width: 80%;
}

.accordion .answer {
	display: none;
	margin-top: 0;
	padding-left: 0;
	margin-bottom: 0;
	font-family: 'FONT NAME GOES HERE';
	width: 80%;
}

.accordion li.open h5 .icon {
	background-color: #FFC336;
	background-image: url(/wp-content/themes/spencer/images/ICON_NAME_HERE.svg);
}

/* Lists */

ul {
	padding: 0;
	margin-left: 2.5em;
}

ul li {
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	position: relative;
}

ul.two-col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 1em;
}

ul.two-col li {
	width: 48%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	list-style-type: none;
	display: flex;
	padding-left: 1em;
}

ul.two-col li:before {
	content: '';
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background: #3851A9;
	position: relative;
	left: -1em;
    top: 15px;
    flex-basis: 5px;
}

ul.two-col li .h4 {
	width: calc(100% - 5px - 1em - 1em);
}

/* Gravity Forms */

.gform_wrapper.gravity-theme .gform_fields {
	grid-gap: 6% !important;
}

.gform-body.gform_body {
	margin-bottom: 6em;
}

.gform_wrapper {
	position: relative;
	margin: 0;
	width: 100%;
}

.gform_wrapper ul.gform_fields {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.gform_wrapper ul.gform_fields li.gfield {
	list-style-type: none;
	font-size: 1em;
	display: block;
}

.gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
	display: none;
}

.gform_wrapper ul.gform_fields li.gfield:before {
	display: none;
}

label {
	color: #25282A;
}

.hidden_label label {
	display: none;
}

.hidden_label .gfield_description label {
	display: block;
	text-transform: uppercase;
	font-size: 0.7em;
	letter-spacing: 0.4px;
	font-weight: 600;
	color: #3851A9;
	margin-bottom: 0;
}

label .es.visible {
	display: inline-block;
}

.submit-button .gfield_label {
	display: none !important;
}

.hidden_label select {
	margin-top: 0 !important;
}

.gform_wrapper.gravity-theme .field_description_above .gfield_description {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.gform_wrapper .validation_message {
	color: red;
	font-size: 0.8em;
	font-style: italic;
	text-align: left;
	position: relative;
	top: -2em;
}

.gform_confirmation_wrapper {
    color: #ffffff;
    text-align: center;
    width: 100%;
}

.gform_wrapper .field_description_below .gfield_description {
	padding-top: 0;
}

.gform_wrapper .instruction {
 	display: none;
}

.gform_wrapper.gravity-theme .gfield_error label {
	color: #DF6B2F;
}

.gform_validation_errors {
	display: none;
}

.gform_wrapper.gravity-theme .field_description_above .gfield_description.validation_message {
    top: 0em;
    background: transparent;
    border: 0;
    padding: 0;
    color: red;
}

.gform_button {
	border: 0;
}

.gform_wrapper.gravity-theme textarea, .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper.gravity-theme select {
	font-size: 1em !important;
	padding: 0.1em 0em !important;
	-webkit-appearance: none;
	width: 100%;
	border: 0;
	border-bottom: 1px solid rgba(1,90,255,0.25);
	box-shadow: none;
	background-color: transparent;
}

.gform_wrapper.gravity-theme textarea:focus, .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .gform_wrapper.gravity-theme select:focus {
	outline: none;
	border-color: #015AFF;
}

.gform_wrapper.gravity-theme select {
	background-image: url(/wp-content/themes/mcgreen/images/icon-dropdown.svg);
	background-size: 10px;
	background-position: 95% center;
	background-repeat: no-repeat;
}

.gform_wrapper.gravity-theme textarea {
	height: 100%;
	border: 1px solid rgba(1,90,255,0.25);
	padding: 0.5em !important;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
	resize: unset;
  	height: 100% !important;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
	border-color: #DF6B2F !important;
}

.gfield--input-type-textarea.gfield_error {
	margin-bottom: 1em;
}

div#field_2_13 {
	text-align: right;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9D9D9D;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #9D9D9D;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #9D9D9D;
}

:-moz-placeholder { /* Firefox 18- */
  color: #9D9D9D;
}

/* Footer */

footer .container-fluid {
	overflow: hidden;
}

footer .row {
	padding-bottom: 14vw;
}

footer .wordmark {
	position: absolute;
	width: 100%;
	bottom: -6vw;
	opacity: 0.5;
}

footer hr {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

footer a {
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

footer .menu {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

footer .menu-item {
	width: 50%;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	list-style-type: none;
}

footer .menu-item a {
	color: #ffffff;
}

.social {
	margin-right: 0.5em;
}

.social img {
	height: 20px;
	width: 20px;
	transition: 0.5s all;
}

.fieldwrk img {
	transition: 0.5s all;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(311deg) brightness(101%) contrast(101%);
	width: 100px;
}

.fieldwrk:hover img {
	opacity: 0.5;
}

/* Animations */

.fade-in {
	opacity: 0;
	top: 100px;
	transition: 0.6s opacity ease-in-out 0.2s, 0.6s top ease-in-out 0.2s;
	position: relative;
}

.fade-in.in {
	opacity: 1; 
	top: 0;
}

.fade-in.count-1 {
	transition: 0.6s opacity ease-in-out 0.4s, 0.6s top ease-in-out 0.4s;
}

.fade-in.count-2 {
	transition: 0.6s opacity ease-in-out 0.6s, 0.6s top ease-in-out 0.6s;
}

.fade-in.count-3 {
	transition: 0.6s opacity ease-in-out 0.8s, 0.6s top ease-in-out 0.8s;
}

.fade-in.count-4 {
	transition: 0.6s opacity ease-in-out 1s, 0.6s top ease-in-out 1s;
}

.fade-in.count-5 {
	transition: 0.6s opacity ease-in-out 1.2s, 0.6s top ease-in-out 1.2s;
}

.fade-in.count-6 {
	transition: 0.6s opacity ease-in-out 1.4s, 0.6s top ease-in-out 1.4s;
}

.fade-in.count-7 {
	transition: 0.6s opacity ease-in-out 1.6s, 0.6s top ease-in-out 1.6s;
}

.fade-in.count-8 {
	transition: 0.6s opacity ease-in-out 1.8s, 0.6s top ease-in-out 1.8s;
}

.fade-in.count-9 {
	transition: 0.6s opacity ease-in-out 2s, 0.6s top ease-in-out 2s;
}

.fade-in.count-10 {
	transition: 0.6s opacity ease-in-out 2.2s, 0.6s top ease-in-out 2.2s;
}

.fade-in.count-11 {
	transition: 0.6s opacity ease-in-out 2.4s, 0.6s top ease-in-out 2.4s;
}

.fade-in.count-12 {
	transition: 0.6s opacity ease-in-out 2.6s, 0.6s top ease-in-out 2.6s;
}

.fade-in.count-13 {
	transition: 0.6s opacity ease-in-out 2.8s, 0.6s top ease-in-out 2.8s;
}

.fade-in.count-14 {
	transition: 0.6s opacity ease-in-out 3s, 0.6s top ease-in-out 3s;
}

@media only screen and (min-width: 2000px) {
	.d-xxl-none {
		display: none !important;
	}

	.d-xxl-block {
		display: block !important;
	}

}

@media only screen and (max-width: 1700px) {

}

@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1500px) {
	/* Global */


	/* Header Navigation */

	#menu-primary-navigation a {
		font-size: 3em;
	}

	/* Special Layouts */
}

@media only screen and (max-width: 1400px) {
	/* Global */

	/* Typography */

	.testimonials h5 {
		font-size: 1.3em;
	}

	.testimonials .large {
		font-size: 1em;
	}

	/* Header */

	header.container-fluid {
		height: 70px;
	}

	/* Header Navigation */

	#nav .row {
		padding-top: calc(6em + 70px);
	}

	/* Special Layouts */

	/* Gravity Forms */

	.gform_wrapper textarea {
		height: 100px;
	}
}

@media only screen and (max-width: 1300px) {
	/* Global */

	/* Typography */


	/* Header */

	/* Header Navigation */


	/* Helpers */

	.bg-image {
		height: 400px;
	}

	#message, .service {
		width: 50%;
		margin-left: 46%;
	}
}

@media only screen and (max-width: 1200px) {
	/* Global */

	.container {
		max-width: 100%;
	}

	/* Typography */

	h2, .h2, h1.large {
		font-size: 5em;
	}

	.btn-primary, .btn-secondary {
		padding: 1.2em 2.2em;
	}

	/* Header */


	/* Header Navigation */

	#nav .row {
		padding-top: 6em;
	}

	/* Helpers */

	#message img, .service img {
		height: 25vw;
	}

	/* Special Layouts */

	#message .px-5, .service .px-5 {
		padding-left: 4em !important;
		padding-right: 4em !important;
	}

	#message .py-5, .service .py-5 {
		padding-top: 3em !important;
		padding-bottom: 3em !important;
	}

	/* Slick */

	.testimonials .card-body, .basic .card-body {
		padding: 2em;
	}
}

@media only screen and (max-width: 1024px) {
	/* Global */


	/* Typography */


	/* Header Navigation */

	/* Special Layouts */

	.bg-image.parallax {
		background-attachment: unset;
	}

	.fancybox-content {
		width: 90%;
	}

	/* Isotope */

}

@media only screen and (min-width: 1200px) and (max-height: 750px) {
	/* Header Navigation */

	#nav .row {
		padding-top: 6em;
	}
	
	#menu-primary-navigation a {
		font-size: 2.5em;
	}

	#nav #menu-footer-secondary-navigation a {
		font-size: 1.5em;
	}

	/* Special Layouts */

}

@media only screen and (max-width: 992px) {
	/* Global */

	.row {
		padding-top: 4em;
		padding-bottom: 4em;
	}
	
	.py-small {
		padding-top: 2em;
		padding-bottom: 2em;
	}

	.pt-small {
		padding-top: 2em;
	}

	.pb-small {
		padding-bottom: 2em;
	}

	/* Typography */

	h2, .h2, h1.large {
		font-size: 4em;
	}

	/* Header */

	/* Header Navigation */

	/* Helpers */

	.bg-image.h-full {
		height: 70vh;
	}

	#message, .service {
        width: 70%;
        margin-left: 26%;
    }

    #message img, .service img {
    	height: 350px;
    }

	/* Special Layouts */

	.single-project #content .container > .row {
		padding-top: 5em;
	}

	.single-project #content .container > .row  .row {
		margin-top: -2em;
	}

	.page-template-contact #content > .container > .row {
		padding-top: 8em;
	}

	.stats {
		padding: 0;
	}

	.stats .stat:nth-of-type(5) {
		border-left: 0;
		border-top: 1px solid rgba(1,90,255,0.25);
	}

	.stats .stat:nth-of-type(6) {		
		border-top: 1px solid rgba(1,90,255,0.25);
	}
	
	.stats .stat:nth-of-type(7) {
		border-top: 1px solid rgba(1,90,255,0.25);
	}

	/* Cards */

	.basic .card-body {
		padding: 2em;
	}

	.basic .card-title .h5 {
		font-size: 1em;
	}

	.basic .card-text .large {
		font-size: 1.2em;
	}

	/* Lists */

	ul.two-col li {
		width: 100%;
		padding-right: 0;
	}

	/* Gravity Forms */

}

@media only screen and (max-width: 782px) {
	/* Header */

	.logged-in header.container-fluid {
		top: 46px;
	}

	/* Header Navigation */

	.logged-in #nav {
	    height: calc(100vh - 46px);
	    top: 46px;
	}

	/* Special Layouts */

	.logged-in #header {
	    top: 46px;
	    height: calc(95vh - 46px);
	}

	.logged-in #header.basic {
		height: 45vh;
	}

	.logged-in #content {
		margin-top: calc(95vh - 46px);
	}

	.single-project #content,
	.page-template-contact #content,
	.error404 #content {
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	/* Global */

	#wpadminbar {
		position: fixed !important;
	}

	html {
		font-size: 17px;
	}

	.container-fluid {
		padding: 0;
	}

	.container {
		width: 100%;
	}

	.row {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	
	.py-small {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}

	.pt-small {
		padding-top: 1.5em;
	}

	.pb-small {
		padding-bottom: 1.5em;
	}

	/* Typography */

	h2, .h2, h1.large {
		font-size: 2.5em;
	}

	h3, .h3 {
		font-size: 2em;
	}

	h4, .h4 {
		font-size: 1.5em;
	}

	h5, .h5 {
		font-size: 1.3em;
	}

	.btn-primary, .btn-secondary {
		width: 100%;
		justify-content: center;
		padding: 1.5em 2.5em;
	}

	.btn-primary + .btn-secondary {
		margin-left: 0;
		margin-top: 1em;
	}

	/* Open Positions */

	#hiringthing-jobs {
		width: 100%;
	}
	
	/* Header */


	/* Header Navigation */

	#nav .row {
		height: 100vh;
		padding-top: calc(70px + 1em);
	}

	.menu-primary-navigation-container {
	
	}

	#menu-primary-navigation a {
		font-size: 2em;
	}

	#nav #menu-footer-secondary-navigation a {
		font-size: 1.5em;
	}

	/* Helpers */

	#message, .service {
        width: 900%;
        margin-left: auto;
    }

    #message img, .service img {
    	height: 250px;
    }

    #message .px-5, .service .px-5 {
		padding-left: 2em !important;
		padding-right: 2em !important;
	}

	#message .py-5, .service .py-5 {
		padding-top: 2em !important;
		padding-bottom: 2em !important;
	}

	/* Special Layouts */

	.logged-in #header.basic + #content {
		margin-top: 45vh;
	}

	.stats {
		border-top: 0;
		margin-top: 3em;
	}

	.stats:before {
		height: 3em;
		top: calc(-3em + 1px);
	}

	.stats .stat {
		border-top: 1px solid rgba(1,90,255,0.25);
		padding-bottom: 2em;
		border-left: 0;
	}

	.video-section .icon {
		bottom: 1em;
		right: 1em;
	}

	/* HTML Video */


	/* Cards */


	/* Slick */

	.nav {
		justify-content: flex-start;
	}

	.testimonials h5 {
		font-size: 1.1em;
	}

	.testimonials .large {
		font-size: 0.8em;
	}

	/* Tables */

	table {
		display: block;
		overflow: scroll;
	}

	th, td {
		font-size: 0.7em;
	}

	td {
		line-height: 1.2;
	}
	
	th:last-of-type {
		padding-right: 2em;
	}

	td:last-of-type {
		padding-right: 2em;
	}

	/* Filter */

	.filter.toggle .option.active {
		top: 0;
	}

	/* Gravity Forms */
	
	.gform-body.gform_body {
		margin-bottom: 16em;
	}

	/* Footer */

	footer .row {
		padding-bottom: 20vw;
	}
}

@media only screen and (max-width: 350px) {
	.menu-primary-navigation-container {
		margin-bottom: 1em;
	}
	
	#menu-primary-navigation a {
		font-size: 1.7em;
	}
}
