/*
	Theme Name: Meyer Theme
	Author: FieldWrk
*/

/* WYSIWYG */

#tinymce {
	padding: 30px;
}

#tinymce h3 {
	font-size: 1.3em;
	font-weight: 600;
}

#tinymce h3:first-of-type {
	margin-top: 0;
}

/* Login Screen */

.login {
	background: #f7f7f7;
}

#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 a {
	background-image: url(/wp-content/themes/meyer/images/logo.svg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center;
	width: 100%;
	margin: 0;
	border: 0;
}

.login #login_error, .login .message, .login .success {
	background: #ffffff;
	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: #ffffff;
	box-shadow: unset;
	border: unset;
	margin-top: -1px;
	padding-bottom: 2em;
	padding-top: 2em;
	margin-bottom: 0;
}

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

.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;
	font-family: 'Lora';
}

.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: 11.5px 24px 12.5px 24px;
	font-size: 1em;
	transition: 0.5s all;
	border-radius: 100px;
	display: inline-flex;
	cursor: pointer;
	font-family: 'Open Sans';
	line-height: 155.556%;
	text-decoration: none;
	background: #0049FF;
	color: #ffffff;
	border: 1px solid #0049FF;
}

.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: #ffffff;
    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: #ffffff;
	margin-top: -1px;
}

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

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

/* Font References */

@font-face {
  	font-family: 'Open Sans';
  	font-weight: 400;
  	src: url(library/fonts/OpenSans-Regular.ttf);
}

@font-face {
  	font-family: 'Open Sans';
  	font-weight: 400;
  	font-style: italic;
  	src: url(library/fonts/OpenSans-Italic.ttf);
}

@font-face {
  	font-family: 'Open Sans';
  	font-weight: 500;
  	src: url(library/fonts/OpenSans-Medium.ttf);
}

@font-face {
  	font-family: 'Open Sans';
  	font-weight: 500;
  	font-style: italic;
  	src: url(library/fonts/OpenSans-MediumItalic.ttf);
}

@font-face {
  	font-family: 'Open Sans';
  	font-weight: 600;
  	src: url(library/fonts/OpenSans-SemiBold.ttf);
}

@font-face {
  	font-family: 'Open Sans';
  	font-weight: 600;
  	font-style: italic;
  	src: url(library/fonts/OpenSans-SemiBoldItalic.ttf);
}

@font-face {
  	font-family: 'Open Sans';
  	font-weight: 700;
  	src: url(library/fonts/OpenSans-Bold.ttf);
}

@font-face {
  	font-family: 'Open Sans';
  	font-weight: 700;
  	font-style: italic;
  	src: url(library/fonts/OpenSans-BoldItalic.ttf);
}

@font-face {
  	font-family: 'Instrument Serif';
  	font-weight: 400;
  	src: url(library/fonts/InstrumentSerif-Regular.ttf);
}

@font-face {
  	font-family: 'Instrument Serif';
  	font-weight: 400;
  	font-style: italic;
  	src: url(library/fonts/InstrumentSerif-Italic.ttf);
}

/* Global */

* {
    box-sizing: border-box;
}

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

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

body {
	font-size: 1.125em;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	position: relative;
	background: #F7F7F7;
	overscroll-behavior-y: none;
}

.container {
	width: 85%;
	max-width: 1440px;
}

.container.full-width {
	width: calc(100% - 80px);
	padding: 0;
	max-width: unset;
}

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

.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 {
	font-family: 'Instrument Serif', sans-serif;
	font-size: 5.3em;
	color: #ffffff;
	font-weight: 400;
}

.single h1 {
	color: #000000;
}

h1.jumbo {
	font-size: 8.8em;
}

h1.jumbo div:last-of-type {
	margin-left: 18%;
}

h1.jumbo div {
	position: relative;
	overflow: hidden;
}

h1.jumbo div > span {
	transform: translateY(100%);
	display: block;
	transition: 0.5s all;
}

h1.jumbo.in span {
	transform: translateY(0);
}

h2, .h2 {
	font-family: 'Instrument Serif', sans-serif;
	font-size: 4.5em;
	line-height: 112.5%;
	font-weight: 400;
	margin-bottom: 0.15em;
}

h2.large, .h2.large {
	line-height: 105%;
	font-size: 5.3em;
}

h3, .h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 2.7em;
	font-weight: 400;
	margin-bottom: 0.25em;
}

.h3.large {
	font-size: 4em;
}

.single h3, .single .h3 {
	font-size: 1.3em;
	font-weight: 500;
	margin-bottom: 0.5em;
}

.text-html h3,
.text-html h4 {
	margin-top: 1em;
}

.single .content p {
	opacity: 0.6;
	line-height: 177.778%;
}

h4, .h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.6em;
	font-weight: 600;
	margin-bottom: 0.75em;
	color: #0049FF;
}

h5, .h5 {
	font-family: 'Instrument Serif', sans-serif;
	font-size: 2.7em;
	font-weight: 400;
	margin-bottom: 0em;
}

a {
	color: #000000;
	transition: 0.5s all;
}

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

.text-html a {
	text-decoration: underline;
}

.large {
	font-size: 1.3em;
}

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

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

b, strong {
	font-weight: 700;
}

.large {
	font-size: 1.33em;
}

.color-white {
	color: #ffffff !important;
}

.color-black {
	color: #000000;
}

.color-light {
	color: #F7F7F7;
}

.color-muted {
	color: rgba(0,0,0,0.6);
}

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

.small {
	font-size: 0.7em;
}

.number {
	font-family: 'Instrument Serif', sans-serif;
	font-size: 11em;
	line-height: 1;
}

.btn-primary, .btn-secondary, .btn-tertiary {
	padding: 11.5px 24px 12.5px 24px;
	font-size: 1em;
	transition: 0.5s all;
	border-radius: 100px;
	display: inline-flex;
	cursor: pointer;
	font-family: 'Open Sans';
	line-height: 155.556%;
	text-decoration: none;
}

.btn-primary {
	background: #0049FF;
	color: #ffffff;
	border: unset;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show >.btn-primary.dropdown-toggle, .btn-primary:active:focus {
	background: #0042E5;
	text-decoration: none;
	color: #ffffff;
	border: unset;
}

.btn-primary:disabled {
	background: #EDEDED;
	color: rgba(0,0,0,0.2);
	cursor: default;
}

.btn-secondary {
	background: transparent;
	color: #000000;
	border: 1px solid rgba(0,0,0,0.2);
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:focus {
	background: #ffffff;
	color: #000000;
	text-decoration: none;
	border: 1px solid rgba(0,0,0,0.2);
}

.btn-tertiary {
	background: #DCD6CC;
	color: #000000;
	border: unset;
}

.btn-tertiary:hover, .btn-tertiary:active, .btn-tertiary:active:focus {
	background: #C4BFB6;
	color: #000000;
	border: unset;
	text-decoration: none;
}

.btn-primary + .btn-secondary,
.btn-primary + .btn-tertiary {
	margin-left: 0.5em;
}

.btn-text {
	display: inline-flex;
    position: relative;
    width: auto;
    padding-bottom: 6px;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    font-weight: 500;
    font-size: 1.1em;
}

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

.btn-text:before {
    content: '';
    height: 2px;
    width: 100%;
    background: #0049FF;
    position: absolute;
    left: calc(-200%);
    bottom: 0;
    transition: 1.2s all;
    transition-timing-function: cubic-bezier(0.57, 0, 0.4, 1);
}

.btn-text:hover:before {
    left: 0;
}

.btn-text:after {
    content: '';
    height: 2px;
    width: 100%;
    background: #0049FF;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 1.2s all;
    transition-timing-function: cubic-bezier(0.57, 0, 0.4, 1);
}

.btn-text:hover:after {
	left: calc(200%);
}

.sliding-button {
	background: #EBEBEB;
	border-radius: 1000px;
	display: inline-flex;
	position: relative;
}

.sliding-button .button {
	width: 125px;
	text-align: center;
	padding: 1em 0em;
	transition: 0.5s all;
	border-radius: 1000px;
	display: inline-block;
	cursor: pointer;
	line-height: 1;
	position: relative;
	color: #000000;
}

.sliding-button .button.active {
	color: #ffffff;
}

.sliding-button:before {
	content: '';
	height: 100%;
	width: 125px;
	border-radius: 1000px;
	background: #0049FF;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: 0.5s all;
}

.sliding-button.right:before {
	transform: translateX(100%);
}

.sliding-button .button {
	position: relative;
	z-index: 2;
}

/* 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%;
}

.italic {
	font-style: italic;
}

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

.bg-light {
	background-color: #f7f7f7;
}

.bg-medium {
	background-color: #EDEDED;
	color: rgba(0,0,0,0.6);
}

.riverflow {
	color: rgba(0,0,0,0.6);
}

.bg-medium h2,
.bg-medium .h2,
.bg-medium h3,
.bg-medium .h3,
.bg-light h2,
.bg-light .h2,
.bg-light h3,
.bg-light .h3 {
	color: #000000;
}

.bg-dark {
	background-color: #DCD6CC !important;
}

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

.bg-blue {
	background-color: #0049FF;
	color: rgba(255,255,255,0.8);
}

.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: 80vh;
}

.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;
	display: flex;
	max-height: 1000px;
	align-items: center;
}

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

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

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

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

.bg-video .video,
#header .bg-image {
    height: calc(100% - 80px);
    width: calc(100% - 80px);
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}

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

.bg-video .cut {
	height: 300px;
	width: 300px;
	position: absolute;
	bottom: -40px;
	left: -300px;
	z-index: 3;
}

.bg-video .overlay {
	z-index: 3;
}

.bg-video .video video {
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    position: absolute;
	z-index: 2;
	left: -2%;
	top: 0;
	min-width: 115%;
    min-height: 100%;
    width: 100%;
}

.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.55);
	pointer-events: none;
}

/* 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%;
	height: 72px;
	background: #F7F7F7;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	padding: 0;
}

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

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;
}

header .btn-primary {
	font-size: 0.89em;
	padding: 8px 20px;
	line-height: 125%;
}

/* Header Navigation */

.menu-primary-navigation-container {
	height: 100%;
}

#navigation {
	position: relative;
	z-index: 2;
	height: 100%;
}

#menu-primary-navigation {
	margin: 0;
	padding: 0;
	display: flex;
	height: 100%;
}

#menu-primary-navigation li {
	list-style-type: none;
	text-transform: none;
	margin: 0;
	display: block;
	font-size: 1em;
	width: auto;
}

#menu-primary-navigation li {
	position: relative;
	margin-right: 1em;
	margin-left: 1em;
	display: flex;
	align-items: center;
}

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

#menu-primary-navigation a {
	text-decoration: none;
	z-index: 2;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	transition: 0s all;
}

#menu-primary-navigation .menu-item-has-children > a:after {
	content: '';
	background-size: cover;
	background-image: url(/wp-content/themes/meyer/images/icon-caret-down-dark.svg);
	height: 8px;
	width: 15px;
	margin-left: 0.5em;
}

#menu-primary-navigation > li:hover > a:before {
    content: '';
    height: 40px;
    position: absolute;
    left: -10px;
    margin-top: -2px;
    background: #EDEDED;
    z-index: -1;
    width: calc(100% + 20px);
}

#menu-primary-navigation .menu-item-has-children > a {
	cursor: default;
}

#menu-primary-navigation .sub-menu {
	position: absolute;
    opacity: 0;
    transition: 0.5s all;
    pointer-events: none;
   	padding: 1.8em;
   	padding-bottom: 1.3em;
    display: flex;
    flex-wrap: wrap;
    width: 600px;
    left: 0;
    background: #F7F7F7;
    overflow: hidden;
    margin: 0;
    justify-content: space-between;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 2px;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);
	top: 71px;
}

#menu-primary-navigation .menu-item-has-children:hover .sub-menu {
	opacity: 1;
	pointer-events: auto;
}

#menu-primary-navigation .sub-menu li {
	display: block;
   	margin-left: 0;
   	margin-right: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    border: none;
	white-space: nowrap;
	width: calc(50% - 0.5em);
	line-height: 1;
}

#menu-primary-navigation .sub-menu li:first-child,
#menu-primary-navigation .sub-menu li:nth-child(2) {
	margin-top: 0;
}


#menu-primary-navigation .sub-menu li a {
	padding: 0;
	display: flex;
	align-items: center;
	background: #EDEDED;
	padding: 1em;
	align-items: center;
	justify-content: space-between;
}

#menu-primary-navigation .sub-menu li a:after {
	content:'';
	height: 15px;
	width: 16px;
	position: relative;
	background-image: url(/wp-content/themes/meyer/images/icon-arrow-right-dark.svg);
}

#menu-primary-navigation .sub-menu a:hover {
	background: #0049FF;
	color: #F7F7F7;
}

#menu-primary-navigation .sub-menu li a:hover:after {
	background-image: url(/wp-content/themes/meyer/images/icon-arrow-right-nav-white.svg);
}

#nav-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
  	width: 36px;
  	height: 36px;
  	border-radius: 50%;
  	background-color: #DCD6CC;
}

.nav-icon {
	width: 16px;
}

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

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

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

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

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

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

.nav-icon.close div {
  	transform: scale(0);
}

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

/* Special Layouts */

#breadcrumbs {
	background: #F7F7F7;
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 72px;
	z-index: 998;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	font-size: 0.8em;
	font-weight: 600;
	padding: 0;
	height: 40px;
}

.logged-in #breadcrumbs {
	top: calc(32px + 72px);
}

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

#breadcrumbs a {
	display: inline-flex;
	align-items: center;
}

#breadcrumbs img {
	height: 15px;
	margin-right: 0.5em;
}

#header {
	margin-top: 72px;
}

.page-template-home #header {
	height: calc(100vh - 72px);
}

.single #header {
	height: 60vh;
	display: flex;
	align-items: center;
}

#breadcrumbs + #header {
	margin-top: calc(72px + 40px);
}

#header .bg-image {
	background-position: bottom;
}

.single #header .bg-image {
	background-position: center;
}

#header img {
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20% 100%, 0% 80%);
}

.side-by-side-text {
	background-image: url(/wp-content/themes/meyer/images/graphic-logomark-light.svg);
	background-size: 550px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.page-links .link {
	display: inline-block;
	white-space: nowrap;
}

.page-links .link:hover {
	text-decoration: none;
}

.page-links .link div {
	overflow: hidden;
	line-height: 1.4;
	position: relative;
}

.page-links .link span:first-of-type {
	font-size: 4em;
	transition: 700ms transform cubic-bezier(0.78, 0, 0.18, 1);
	position: relative;
	transform: translateY(0);
	display: block;
}

.page-links .link span:last-of-type {
	font-size: 5em;
	font-family: 'Instrument Serif';
	position: absolute;
	transition: 700ms transform cubic-bezier(0.78, 0, 0.18, 1);
	transform: translateY(0%);
	left: 0;
	display: block;
	padding-bottom: 5px;
	word-spacing: 2px;
}

.page-links .link:hover span:first-of-type {
	transform: translateY(-100%);
}

.page-links .link:hover span:last-of-type {
	transform: translateY(-90%);
}

.page-links .link div:after {
    content: '';
    height: 2px;
    width: 100%;
    background: #000000;
    position: absolute;
    left: -100%;
    bottom: 0;
  	transition: 700ms left cubic-bezier(0.78, 0, 0.18, 1);
}

.page-links .link:hover div:after {
	left: 0;
}

.page-links [data-image] {
	position: absolute;
	top: 0;
	width: auto;
    right: 15px;
    opacity: 0;
    transition: 0.5s all;
    height: 100%;
}

.page-links [data-image].visible {
	opacity: 1;
}

.testimonials {
	overflow: hidden;
}

.cta-section {
	background-image: url(/wp-content/themes/meyer/images/graphic-logomark-blue.svg);
	background-size: 550px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.cta-section .row {
	padding-top: 8em;
}

.featured-project,
.full-width-image {
	padding-top: 6em;
	padding-bottom: 6em;
}

.bg-medium + .bg-medium.featured-project {
	padding-top: 3em;
}

.featured-project .container.full-width.bg-image,
.full-width-image .container.full-width.bg-image {
	height: 70vh;
	width: calc(100% - 80px);
	max-width: calc(100% - 80px);
}

.featured-project .container,
.full-width-image .container {
	border-radius: 6px;
}

.featured-project .row {
	position: relative;
	z-index: 2;
}

.featured-project .overlay {
	background: rgba(0,0,0,0.75);
}

.riverflow img {
	border-radius: 6px;
}

.page-template-who-we-are #section-2 .section.inactive {
	position: absolute;
	pointer-events: none;
	opacity: 0;
	top: 0;
	left: 15px;
}

.page-template-who-we-are #section-5 .box {
	width: calc(100% - 80px);
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	margin: 0 auto;
	height: calc(100% - 80px);
	border-radius: 6px;
}

.page-template-who-we-are #section-5 {
	color: rgba(0,0,0,0.6);
}

.page-template-who-we-are #section-5 .h3,
.page-template-who-we-are #section-5 .h5 {
	color: #000000;
}

.page-template-who-we-are #section-5 hr {
	border-color: rgba(0,0,0,0.12);
	margin-top: 2em;
	margin-bottom: 2em;
}

.page-template-who-we-are #section-5 .vertical-separator {
	width: 1px;
	height: 100%;
	background: rgba(0,0,0,0.12);
}

.numbered-callouts .callout {
	border-bottom: 1px solid rgba(255,255,255,0.25);
	padding-top: 2em;
	padding-bottom: 2em;
}

.numbered-callouts .callout:first-of-type {
	padding-top: 0;
}

.numbered-callouts .callout:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
}

.numbered-callouts .number {
	font-size: 4em;
	color: rgba(247,247,247,0.3);
	margin-right: 1em;
	position: relative;
	top: 5px;
}

.numbered-content .h3 {
	font-size: 2.4em;
}

.bg-blue + .bg-blue.full-width-image {
	padding-top: 0;
}

.numbered-content .content {
	border-bottom: 1px solid rgba(0,0,0,0.12);
	padding-top: 2em;
	padding-bottom: 2em;
}

.numbered-content .content:first-of-type {
	padding-top: 0;
}

.numbered-content .content:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
}

.numbered-content .number {
	font-size: 2em;
	color: #000000;
	position: relative;
	top: 10px;
}

.single #media .col-md-7,
.single #media .col-md-5 {
	padding-left: 9px;
	padding-right: 9px;
}

.single #media .video {
	height: 500px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.single #media .video video {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.single #media a {
	overflow: hidden;
	position: relative;
	display: block;
}

.single #media a:hover .image {
	transform: scale(1.1);
}

.single #media .image {
	height: 500px;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.single #media .image {
	transition: 0.5s all;
}

/* Cards */

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

.carousel-swiper .card {
	background: #FFFFFF;
	border-radius: 4px;
	height: 100%;
}

.carousel-swiper .card .card-body {
	padding: 3em;
	text-align: center;
	color: rgba(0,0,0,0.7);
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.carousel-swiper .card .large {
	color: #000000;
}

.carousel-swiper .card img,
.testimonials-swiper .card img {
	height: 65px;
	margin-bottom: 1em;
}

.testimonials-swiper .card {
	background: #EDEDED;
	border-radius: 6px;
	height: 100%;
}

.testimonials-swiper .card .card-body {
	padding: 3em;
	color: rgba(0,0,0,0.5);
	justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.testimonials-swiper .card .large {
	color: rgba(0,0,0,0.8);
}

.testimonials-swiper .card strong {
	color: #000000;
}

.page-template-who-we-are #section-4 .card {
	border-radius: 4px;
}

.page-template-who-we-are #section-4 .card-body {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	font-size: 1.1em;
	padding: 1.5em;
	background: linear-gradient(to bottom, transparent 50%, #000000);
}

.page-template-who-we-are #section-4 .card-body a {
	height: 56px;
	width: 56px;
	border-radius: 6px;
	padding: 1em;
	background: #F7F7F7;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 1.5em;
	left: 1.5em;
}

.page-template-who-we-are #section-4 .card-body a img {
	height: 24px;
	width: 24px;
}

.page-template-who-we-are #section-4 .card strong {
	display: block;
}

.page-template-our-work .card {
	border-radius: 4px;
	background: #ffffff;
}

.page-template-our-work .card:hover {
	text-decoration: none;
}

.page-template-our-work .card .card-img {
	border: 8px solid #ffffff;
	border-radius: 8px;
	overflow: hidden;
}

.page-template-our-work .card .card-img img {
	transition: 0.5s all;
}

.page-template-our-work .card:hover .card-img img {
	transform: scale(1.1);
}

.page-template-our-work .card .card-body {
	padding: 1.5em;
}

.page-template-our-work .card h3 {
	font-size: 1.7em;
}

.tag {
	border-radius: 100px;
	background: #EBEBEB;
	padding: 6px 12px;
	margin-right: 5px;
	margin-top: 10px;
	display: inline-block;
	font-size: 0.8em;
}

.single .bg-medium .tag {
	background: #FFFFFF;
	color: #000000;
}

/* Swiper */

.carousel .swiper-wrapper {
   	-webkit-transition-timing-function:linear!important;
   	-o-transition-timing-function:linear!important;
   	transition-timing-function:linear!important;
}

.testimonials .swiper-slide,
.carousel .swiper-slide {
	height: auto;
}

.testimonials .swiper-slide {
	min-height: 500px;
}

.images img {
	border-radius: 6px;
	overflow: hidden;
}

.swiper-navigation {
	display: flex;
}

.images-swiper .swiper-navigation {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    justify-content: space-between;
    align-items: center;
}

.swiper-button-next, .swiper-button-prev {
	height: 56px;
	width: 56px;
	color: unset;
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #0049FF;
	transition: 0.5s all;
	border-radius: 6px;
	position: relative;
	top: unset;
	left: unset;
	right: unset;
	margin-top: 0;
}

.swiper-button-next {
	margin-left: 10px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
	background-color: #0042E5;
}

.swiper-button-next:after, .swiper-button-prev:after {
	display: none;
}

.swiper-button-next {
	background-image: url(/wp-content/themes/meyer/images/icon-arrow-right-white.svg);
}

.swiper-button-prev {
	background-image: url(/wp-content/themes/meyer/images/icon-arrow-left-white.svg);
}

.swiper-pagination.swiper-pagination-progressbar {
	width: calc(100% - 4em - 112px - 10px);
	background: rgba(0,0,0,0.1);
	position: relative;
	height: 1px;
}

.card-carousel .swiper-pagination.swiper-pagination-progressbar  {
	margin-bottom: 0;	
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: unset;
}

.swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #000000;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	background-color: #EDEDED;
	opacity: 1;
}

.swiper-button-next.swiper-button-disabled {
	background-image: url(/wp-content/themes/meyer/images/icon-arrow-right-light.svg);
}

.swiper-button-prev.swiper-button-disabled {
	background-image: url(/wp-content/themes/meyer/images/icon-arrow-left-light.svg);
}

/* Filter */

#filters {
	border-bottom: 1px solid rgba(0,0,0,0.12);
}

[data-filter] .label {
	padding-bottom: 0.5em;
	transition: 0.5s all;
	border-bottom: 2px solid transparent;
	cursor: pointer;
}

[data-filter]:hover .label {
	opacity: 0.7;
}

[data-filter].active .label {
	border-bottom: 2px solid #000000;
}

.filter {
	position: relative;
}

.filter .current {
	background: #ffffff;
	width: 100%;
	border-radius: 100px;
	padding: 12px 16px;
	background-image: url(/wp-content/themes/meyer/images/icon-caret-down-dark.svg);
	background-position: 95% center;
	position: relative;
	z-index: 999;
	background-repeat: no-repeat;
	text-transform: capitalize;
}

.filter .dropdown {
	background: #ffffff;
	position: absolute;
	z-index: 998;
	display: none;
	width: 100%;
	padding-top: 36px;
	padding-bottom: 0.5em;
	top: 13px;
	padding-left: 16px;
	padding-right: 16px;
	border-radius: 30px;
	box-shadow: 0px 30px 20px rgba(0,0,0,0.2);
}

.filter .dropdown .option {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

/* Isotope */

.hidden-item {
	display: none;
}

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

/* 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 {
	padding: 0;
	margin: 0;
}

.accordion li {
	list-style-type: none;
	margin-bottom: 1em;
	overflow: hidden;
}

.accordion li.open {
	margin-bottom: 0;
}

.answer span:first-of-type p {
	margin-top: 1em;
}

.accordion h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: 0.5s all;
	padding: 1em;
	background: #FFFFFF;
	border-radius: 4px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	margin-bottom: 0;
	font-size: 1.7em;
}

.accordion h3 span {
	width: calc(100% - 48px - 1em);
}

.accordion .answer {
	display: none;
	background: #F5F5F5;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 1.5em;
	padding-top: 2em;
	margin-top: -0.5em;
	margin-bottom: 0.5em;
}

.accordion h6 + .answer {
	margin-top: -1.5em;
}

.accordion li.open .answer {
	opacity: 1;
	display: block;
}

.accordion .btn-icon {
	height: 58px;
	width: 58px;
	border-radius: 50%;
	background-color: #0049FF;
	background-image: url(/wp-content/themes/meyer/images/icon-caret-down-white.svg);
	background-size: 18px;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0s all;
	transition: 0.5s all;
}

.accordion li.open .btn-icon {
	background-color: rgba(0,73,255,0.08);
	transform: rotate(180deg);
	background-image: url(/wp-content/themes/meyer/images/icon-caret-down-blue.svg);
}

.accordion li:not(.open) h3:hover .btn-icon {
	background-color: rgba(0,73,255,0.6);
}

/* 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;
}

ul.two-col li {
	width: 50%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* Gravity Forms */

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

.gform_heading {
	display: none !important;
}

.gfield_label {
	font-weight: 400 !important;
	font-size: 1em !important;
	margin-bottom: 0.5em !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
	border: 0 !important;
	background: transparent !important;
	border-radius: 0 !important;
	box-shadow: unset !important;
	padding: 0 !important;
	margin-bottom: 2em !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 .gform-icon {
	display: none !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
	font-size: 1em !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Open Sans' !important;
}

.gform_validation_container {
	display: none;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
	border: 0 !important;
	border-bottom: 1px solid red !important;
}

.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .gform_wrapper.gravity-theme .gfield_error label, .gform_wrapper.gravity-theme .gfield_error legend, .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .gform_wrapper.gravity-theme [aria-invalid=true]+label, .gform_wrapper.gravity-theme label+[aria-invalid=true] {
	color: #000000 !important;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	position: relative;
	top: -2em;
	color: red !important;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	font-size: 1em !important;
	padding-top: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0.5em !important;
	-webkit-appearance: none;
	width: 100% !important;
	border: 0;
	border-bottom: 1px solid rgba(0,0,0,0.12);
	box-shadow: none;
	background-color: transparent;
	margin-bottom: 2em !important;
	transition: 0.5s all;
}

.gform_wrapper.gravity-theme input[type=color]:hover, .gform_wrapper.gravity-theme input[type=date]:hover, .gform_wrapper.gravity-theme input[type=datetime-local]:hover, 
.gform_wrapper.gravity-theme input[type=datetime]:hover, .gform_wrapper.gravity-theme input[type=email]:hover, .gform_wrapper.gravity-theme input[type=month]:hover, 
.gform_wrapper.gravity-theme input[type=number]:hover, .gform_wrapper.gravity-theme input[type=password]:hover, .gform_wrapper.gravity-theme input[type=search]:hover, 
.gform_wrapper.gravity-theme input[type=tel]:hover, .gform_wrapper.gravity-theme input[type=text]:hover, .gform_wrapper.gravity-theme input[type=time]:hover, 
.gform_wrapper.gravity-theme input[type=url]:hover, .gform_wrapper.gravity-theme input[type=week]:hover, .gform_wrapper.gravity-theme select:hover, .gform_wrapper.gravity-theme textarea:hover {
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

.gform_wrapper textarea:focus, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .gform_wrapper select:focus {
	outline: none;
	border-bottom: 1px solid #000000;
}

.gform_wrapper.gravity-theme select {
	background-image: url(/wp-content/themes/meyer/images/icon-caret-down-dark.svg);
	background-size: 15px;
	background-position: 100% center;
	background-repeat: no-repeat;
	background-color: transparent;
}

.gform_wrapper.gravity-theme textarea {
	height: 100px !important;
	resize: vertical !important;
  	padding: 0.5em 1em;
}

input[type=checkbox] {
	border: 1px solid #DDE2E5;
	height: 20px;
    width: 20px;
    top: 3px;
    position: relative;
}

.gform_wrapper .gfield_required {
	color: #f26e24;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0,0,0,0.5);
}

::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0,0,0,0.5);
}

:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0,0,0,0.5);
}

:-moz-placeholder { /* Firefox 18- */
  color: rgba(0,0,0,0.5);
}

.page-template-contact .position-sticky {
	top: calc(72px + 2em);
}

.page-template-contact.logged-in .position-sticky {
	top: calc(72px + 2em + 32px);
}

/* Footer */

footer {
  	box-shadow: 0px 150px 150px 0px rgba(0, 0, 0, 0.40);
  	position: relative;
  	z-index: 2;
  	margin-top: -1px;
}

footer hr {
	border-color: rgba(255,255,255,0.2);
	margin-top: 2em;
	margin-bottom: 2em;
}

#menu-footer-navigation {
	margin: 0;
	padding: 0;
	display: flex;
}

#menu-footer-navigation li {
	list-style-type: none;
	margin: 0;
    position: relative;
    width: auto;
    margin-right: 4em;
}

#menu-footer-navigation li a {
	color: #F7F7F7;
}

#menu-footer-navigation li a:hover {
	text-decoration: none;
}

#menu-footer-navigation .sub-menu {
	margin: 0;
	padding: 0;
	margin-top: 1em;
}

#menu-footer-navigation .sub-menu li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#menu-footer-navigation .sub-menu li a {
	color: rgba(247,247,247,0.75);
}

#menu-footer-navigation .sub-menu li a:hover {
	text-decoration: none;
	color: #F7F7F7;
}

#menu-footer-secondary-navigation {
	display: flex;
	justify-content: center;
	margin: 0;
	flex-direction: column;
}

#menu-footer-secondary-navigation li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	list-style-type: none;
}

#menu-footer-secondary-navigation li:first-child {
	margin-top: 0;
}

#menu-footer-secondary-navigation li a {
	color: #F7F7F7;
}

#menu-footer-secondary-navigation li a:hover {
	text-decoration: none;
}

.social {
	height: 48px;
	width: 48px;
	background: #0042E5;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	transition: 0.5s all;
}

.social.transparent {
	background: transparent;
	border: unset;
	border-radius: 0;
	margin: 0;
	height: unset;
	width: unset;
}

.social:first-of-type {
	margin-left: 0;
}

.social img {
	height: 16px;
	width: 16px;
	filter: brightness(0) saturate(100%);
}

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

.social:hover {
	border: 1px solid rgba(255,255,255,0.5);
}

.social.transparent:hover {
	border: unset;
}

.social.transparent:hover img {
	filter: brightness(0) saturate(100%) invert(23%) sepia(88%) saturate(7261%) hue-rotate(226deg) brightness(101%) contrast(107%);
}

#wordmark-container {
	position: sticky;
  	bottom: 0;
  	z-index: -1;
  	padding: 0;
  	opacity: 0;
  	pointer-events: none;
}

#wordmark-container.in {
	opacity: 1;
}

#wordmark {
	position: relative;
  	z-index: 2;
  	-webkit-transform: translate3d(0, 0, 0);
  	background-image: url(/wp-content/themes/meyer/images/graphic-footer.svg);
  	background-size: 40%;
  	background-position: bottom right;
  	background-repeat: no-repeat;
  	background-color: #0042E5;
  	height: 15vw;
  	width: 100%;
  	padding: 0;
}

#wordmark-container .container {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.30);
	text-transform: uppercase;
	font-weight: 600;
	height: 100%;
	top: 0;
	z-index: 2;
	font-size: 2.2em;
	line-height: 120%;
	padding-left: 30px;
	padding-right: 30px;
}

#wordmark-container .row {
	height: 100%;
}

/* 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: 2450px) {
	/* Helpers */

	.bg-video {
		max-height: 90vh;
	} 
}

@media only screen and (min-width: 2400px) {
	.side-by-side-text,
	.cta-section {
		background-size: 650px;
	}
}

@media only screen and (min-width: 1921px) and (max-width: 2549px) {
	.bg-video {
		max-height: 70vh;
	}
}

@media only screen and (min-width: 1921px) {
	/* Global */

	.container.full-width {
		max-width: 1600px;
	}

	/* Helpers */

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

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

	.bg-video .cut {
		left: -80px;
		bottom: -70px;
	}
}

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

}

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

	h1.jumbo {
		font-size: 8.3em;
	}

	h2 {
		font-size: 4em;
	}

	h2.large {
		font-size: 4.5em;
	}
}

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

	h1.jumbo {
		font-size: 8em;
	}
}

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

	html {
		font-size: 16px;
	}

	/* Typography */

	h1 {
		font-size: 4.5em;
	}

	h1.jumbo {
		font-size: 7.3em;
	}

	h1.jumbo div:last-of-type {
		margin-left: 18%;
	}

	h2 {
		font-family: 'Instrument Serif', sans-serif;
		font-size: 3.55em;
	}

	h2.large {
		font-size: 4.45em;
	}

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

	.h3.large {
		font-size: 3.55em;
	}

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

	/* Header */

	/* Header Navigation */

	#menu-primary-navigation .menu-item-has-children > a:after {
	    height: 6px;
	    width: 12px;
	}

	/* Special Layouts */

	.page-links .link span:first-of-type {
		font-size: 3.3em;
	}

	.page-links .link span:last-of-type {
		font-size: 4.3em;
	}

	.numbered-content .h3 {
		font-size: 2em;
	}

	.numbered-content .number {
		top: 7px;
	}

	.single #media .image,
	.single #media .video {
		height: 400px;
	}

	/* Accordion */

	.accordion .btn-icon {
		height: 48px;
		width: 48px;
		background-size: 14px;
	}

	/* Footer */

	#wordmark-container .container {
		font-size: 2em;
	}
}

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

	html {
		font-size: 13px;
	}

	/* Typography */

	h1.jumbo {
		font-size: 8em;
	}

	h1.jumbo div:last-of-type {
		margin-left: 18%;
	}

	h2 {
		font-size: 3.8em;
	}

	/* Header */
	
	/* Header Navigation */

	#menu-primary-navigation .sub-menu {
		width: 500px;
	}

	/* Helpers */

	.bg-video {
		max-height: 700px;
	}

	/* Special Layouts */

	.side-by-side-text,
	.cta-section {
		background-size: 350px;
	}

	.testimonials .swiper-slide {
		min-height: 400px;
	}
}

@media only screen and (max-width: 1200px) {
	/* Global */
	
	.container {
		width: 95%;
	}

	.container.full-width {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Typography */

	h1.jumbo {
		font-size: 7em;
	}

	h2 {
		font-size: 3.5em;
	}

	h2 br {
		display: none;
	}

	/* Header */

	header.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Header Navigation */

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

	#navigation {
		margin: inherit;
	}

	.menu-primary-navigation-container, .logged-in .menu-primary-navigation-container {
		background: #F7F7F7;
	    height: calc(100vh - 72px);
	    width: 100%;
	    left: 0;
	    position: fixed;
	    top: -100%;
	    display: flex;
	    align-items: flex-start;
	    justify-content: center;
	    overflow-y: scroll;
	}

	.logged-in .menu-primary-navigation-container, .logged-in .menu-primary-navigation-container {
		height: calc(100vh - 72px - 32px);
	}

	.menu-primary-navigation-container.visible {
		top: 72px;
	}

	.logged-in .menu-primary-navigation-container.visible {
		top: calc(72px + 32px);
	}

	.menu-primary-navigation-container:before {
		content: '';
		position: absolute;
		pointer-events: none;
		width: 100%;
		top: 0;
		left: 0;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.04), transparent);
		height: 20px;
		z-index: 2;
	}

	.menu-primary-navigation-container.visible:after {
		content: '';
		position: fixed;
		pointer-events: none;
		width: 100%;
		bottom: 0;
		left: 0;
		height: 100px;
		background: linear-gradient(180deg, rgba(247, 247, 247, 0.00) 0%, #F7F7F7 90%);
		z-index: 2;
	}

	#menu-primary-navigation {
		flex-direction: column;
		align-items: flex-start;
		margin: 0;
		padding: 0;
		width: 100%;
		padding-top: 3em;
		height: auto;
		padding-bottom: 6em;
	}

	#menu-primary-navigation > li {
		border-bottom: 1px solid rgba(0,0,0,0.12);
		margin: 0;
		padding-bottom: 2em;
		padding-top: 2em;
	}

	#menu-primary-navigation > li:last-child {
		border-bottom: 0;
	}

	#menu-primary-navigation li, #menu-primary-navigation .sub-menu li {
		display: block;
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}

	#menu-primary-navigation > li:hover > a:before {
	    display: none;
	}

	#menu-primary-navigation a {
		font-size: 2em;
		height: auto;
		width: 100%;
		justify-content: space-between;
	}

	#menu-primary-navigation .menu-item-has-children > a:after {
		height: 48px;
		width: 48px;
		background-color: #ffffff;
		background-size: 12px;
		border-radius: 50%;
		background-repeat: no-repeat;
		background-position: center;
	}

	#menu-primary-navigation .menu-item-has-children.open > a:after {
		transform: rotate(180deg);
		background-color: #EBEBEB;
	}

	#menu-primary-navigation .sub-menu {
		padding-top: 0;
		padding-bottom: 0;
		border: 0;
		width: 100%;
		padding: 0;
		background: transparent;
		display: block;
		border-radius: 0;
		box-shadow: unset;
		top: unset;
		margin-top: 1em;
		left: 0;
		opacity: 1;
		display: none;
	}

	#menu-primary-navigation li.open .sub-menu {
		positioN: relative;
	}

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

	#menu-primary-navigation .sub-menu li a {
		flex-direction: row-reverse;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		padding-left: 0;
		padding-right: 0;
		justify-content: flex-end;
		background: transparent;
	}

	#menu-primary-navigation .sub-menu li a:after {
		opacity: 0.5;
		margin-right: 0.5em;
	}

	#menu-primary-navigation .sub-menu a:hover {
		background: transparent;
		color: inherit;
	}

	#menu-primary-navigation .sub-menu li a:hover:after {
		background-image: url(/wp-content/themes/meyer/images/icon-arrow-right-dark.svg);
	}

	#nav-icon {
		margin-right: 15px;
	}

	/* Helpers */

	.bg-video .video {
	    height: calc(100% - 30px);
	    width: calc(100% - 30px);
	}

	.bg-video .cut {
		left: -190px;
		bottom: -60px;
	}

	/* Special Layouts */

	.side-by-side-text,
	.cta-section {
		background-size: 30%;
	}

	.page-links .link {
		width: 100%;
	}

	.page-links .link img {
		height: 350px;
		width: 100%;
		object-fit: cover;
		object-position: center;
	}

	.page-links .link div {
		margin-top: 0.5em;
	}

	.page-links .link span:first-of-type {
		font-size: 2.5em;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.page-links .link span:first-of-type:after {
		content: '';
		height: 20px;
		width: 20px;
		background-image: url(/wp-content/themes/meyer/images/icon-arrow-right-dark.svg);
		display: block;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.page-links .link:hover span:first-of-type {
		transform: unset;
	}

	.page-links .link span:last-of-type,
	.page-links .link div:after {
		display: none;
	}

	.featured-project .container.full-width.bg-image,
	.full-width-image .container.full-width.bg-image {
		width: 100%;
		max-width: 100%;
	}

	.page-template-who-we-are #section-5 .box {
		width: calc(100% - 30px);
		margin-left: 15px;
		margin-right: 15px;
	}

	.numbered-content .number {
		top: 4px;
	}

	/* Swiper */

	.swiper-button-next, .swiper-button-prev {
		height: 45px;
		width: 45px;
		background-size: 20px;
	}

}

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

	html {
        font-size: 12px;
    }

	/* Helpers */

	.bg-video {
		max-height: 650px;
	}
}

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


	/* Typography */


	/* Header Navigation */


	/* Helpers */

	.bg-video {
		max-height: 600px;
	}

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

	/* Special Layouts */

	/* Isotope */

	.isotope .grid-item {
		margin-bottom: 45px;
	}
}

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


	/* Special Layouts */
	
}

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

	.container.full-width {
		width: 95%;
	}

	.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.large {
		font-size: 3.9em;
	}

	.number {
		font-size: 8em;
	}

	/* Header */


	/* Header Navigation */

	#menu-primary-navigation > li {
		padding-left: 45px;
		padding-right: 45px;
	}

	/* Helpers */

	.bg-video .video video {
		top: -3%;
		min-width: 120%;
	}

	/* Special Layouts */

	#header .large br {
		display: none;
	}

	.side-by-side-text,
	.cta-section {
		background-size: 40%;
	}

	.page-links .link span:first-of-type {
		font-size: 2em;
	}

	.full-width-image .container.full-width.bg-image {
		height: 450px;
	}

	.featured-project .container.full-width.bg-image {
		height: auto;
	}

	.featured-project .row {
		padding-top: 12em;
		padding-bottom: 12em;
	}

	.page-template-who-we-are #section-5 .box {
	    width: calc(100% - 30px);
	    top: 15px;
	    height: calc(100% - 30px);
	}

	.single #header {
		height: 400px;
	}

	.single #media .image,
	.single #media .video {
		height: 300px;
	} 

	/* Gravity Forms */

}

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

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

	/* Header Navigation */

	.logged-in .menu-primary-navigation-container.visible {
		top: calc(69px + 46px);
	}

	.logged-in .menu-primary-navigation-container, .logged-in .menu-primary-navigation-container {
		height: calc(100vh - 70px - 46px);
	}

	/* Special Layouts */

	.logged-in #breadcrumbs {
	    top: calc(46px + 72px);
	}
}

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

	#wpadminbar {
		position: fixed !important;
	}

	html {
		font-size: 16px;
	}

	.container,
	.container.full-width {
		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;
	}

	.btn-primary,
	.btn-secondary,
	.btn-tertiary {
		width: 100%;
		justify-content: center;
	}

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

	/* Typography */

	h1 {
		font-size: 4.2em;
	}

	.single h1 {
		font-size: 3em;
	}

	h1.jumbo {
		font-size: 3.7em;
		margin-top: 2em;
	}

	h1.jumbo div:first-of-type {
		margin-left: 5%;
	}

	h1.jumbo div:last-of-type {
		margin-left: 22%;
	}

	h2 {
		font-size: 2.4em;
	}

	h2.large {
		font-size: 3em;
	}

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

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

	h5, .h5 {
		font-size: 1.4em;
	}
	
	.large {
		font-size: 1.1em;
	}

	.number {
		font-size: 7em;
	}

	/* Header */

	#logo img {
		width: 85%;
	}

	header .btn-primary {
		width: auto;
	}

	/* Header Navigation */

	#menu-primary-navigation {
		padding-top: 2em;
	}

	#menu-primary-navigation > li {
		padding-top: 1em;
		padding-bottom: 1em;
		padding-left: 30px;
		padding-right: 30px;
	}

	#menu-primary-navigation a {
		font-size: 1.1em;
		height: 100%;
	}

	#menu-primary-navigation .sub-menu > li:first-child {
		margin-top: 0.5em;
	}

	#menu-primary-navigation li > a:after {
		content: '';
		height: 48px;
		width: 48px;
	}

	#menu-primary-navigation li.open .sub-menu {
		margin-top: 0.5em;
	}

	/* Helpers */ 

	.bg-video .video video {
		min-width: 250%;
	}

	.h-full {
		height: auto !important;
	}

	/* Special Layouts */

	.side-by-side-text,
	.cta-section {
		background-image: unset;
	}

	.page-links .link img {
		height: 250px;
	}

	.page-links .link span:first-of-type {
		font-size: 1.5em;
	}

	.full-width-image {
		padding-bottom: 3em;
	}

	.full-width-image .container.full-width.bg-image {
		height: 300px;
	}

	.numbered-content .h3 {
		font-size: 1.5em;
	}

	.featured-project .row {
		padding-top: 3em;
		padding-bottom: 3em;
	}

	.featured-project, .full-width-image {
		padding-top: 3em;
		padding-bottom: 3em;
	}

	.featured-project .col-md-10 {
		padding-left: 30px;
		padding-right: 30px;
	}

	.cta-section .row {
		padding-top: 3em;
	}

	.accordion h3 {
		font-size: 1.2em;
	}

	.single #header {
		height: 300px;
	}

	.single .border-left {
		border-left: 0 !important;
	}

	.single #media .image {
		height: 300px;
	}

	.single #media .video {
		height: auto;
	}

	.error404 .bg-image {
		background-image: unset !important;
	}

	.page-template-who-we-are #section-5 .col-md-7 {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* HTML Video */


	/* Cards */

	.testimonials-swiper .card .card-body {
		padding: 1.5em;
	}

	/* 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;
	}

	/* Lists */

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

	/* Filters */

	#filters {
		border-bottom: 0;
	}
	
	/* Gravity Forms */
	

	/* Footer */

	#menu-footer-navigation {
		flex-direction: column;
	}

	#menu-footer-navigation li {
		margin-right: 0;
		margin-bottom: 2em;
	}

	#wordmark {
		height: 140px;
		background-size: 90%;
		background-position: 195% bottom;
	}

	#wordmark-container .container {
		font-size: 1.4em;
	}
}

@media only screen and (max-width: 400px) {
	header .btn-primary {
		display: none;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1339px) {
	.container {
		max-width: 1140px;
	}
}