/*
	Theme Name: OSWCA Theme
	Author: BuildWitt
*/

/* Login Screen */

.login {
	background: #367BBF url(/wp-content/themes/oswca/images/footer-logomark.svg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

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

.login h1 a {
	background-image: url(/wp-content/themes/oswca/images/logo-white.svg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 40%;
	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;
}

.login label {
	color: #000000;
}

.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 {
	padding: 1em 1.5em;
	font-size: 1em;
	transition: 0.5s all;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
	font-family: "pragmatica-condensed", sans-serif;
	font-weight: 900;
	font-style: italic;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1;
	margin: 0;
	text-decoration: none;
	background: #367BBF;
	color: #ffffff;
	border: 1px solid #367BBF;
}

.wp-core-ui .button.button-large.button-primary:hover {
	background: #81CABC;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #81CABC;
}

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

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

.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: 'Poppins';
  	src: url(library/fonts/Poppins-Regular.ttf);
}

@font-face {
  	font-family: 'Poppins';
  	font-style: italic;
  	src: url(library/fonts/Poppins-Italic.ttf);
}

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

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

@font-face {
  	font-family: 'Poppins';
  	font-weight: 900;
  	src: url(library/fonts/Poppins-ExtraBold.ttf);
}

@font-face {
  	font-family: 'Poppins';
  	font-weight: 900;
  	font-style: italic;
  	src: url(library/fonts/Poppins-ExtraBoldItalic.ttf);
}

/* Global */

* {
    box-sizing: border-box;
}

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

html.fixed {
	position: fixed;
	overflow: hidden;
}

body {
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	color: #000000;
	position: relative;
	background: #ffffff;
}

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

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

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

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

.row {
	padding-top: 8em;
	padding-bottom: 8em;
	margin-left: -15px;
	margin-right: -15px;
}

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

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

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

.pb-double {
	padding-bottom: 16em;
}

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

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-left: 15px;
	padding-right: 15px;
}

/* Typography */

h1, .h1 {
	font-family: "pragmatica-condensed", sans-serif;
	font-weight: 900;
	font-style: italic;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 4.5em;
	line-height: 1;
	margin: 0;
}

h2, .h2 {
	font-family: "pragmatica-condensed", sans-serif;
	font-weight: 900;
	font-style: italic;
	color: #367BBF;
	text-transform: uppercase;
	font-size: 3.8em;
	line-height: 1;
	margin: 0;
	letter-spacing: -3px;
}

h2.small, .h2.small {
	font-size: 3em;
	letter-spacing: -1px;
}

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

h3, .h3 {
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	font-style: italic;
	color: #81CABC;
	font-size: 1.6em;
	margin: 0;
}

h3 .small, .h3 .small {
	font-size: 0.6em;
}

h4, .h4 {
	font-family: "Poppins", sans-serif;
	font-size: 1.6em;
	margin: 0;
	font-style: normal;
	letter-spacing: 0;
	margin-bottom: 1em;
	text-transform: unset; 
}

#header .h4 {
	font-weight: 600;
	font-style: italic;
}

h5, .h5 {
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	font-style: italic;
	color: #367BBF;
	font-size: 1.4em;
	margin: 0;
	text-transform: unset;
	letter-spacing: 0;
	line-height: inherit;
}

h6, .h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	font-style: italic;
	color: #367BBF;
	font-size: 1.1em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

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

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

p a,
.color-blue a {
	text-decoration: underline;
}

p a:hover,
.color-blue a:hover {
	text-decoration: none;
}

.color-blue a, .color-blue a:hover {
	color: #367BBF;
}

a.img-hover img {
	transform: scale(1);
	transition: 0.5s all;
}

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

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

hr {
	border-top: 2px solid #EBF2F8;
	margin-top: 3em;
	margin-bottom: 3em;
	width: 100%;
}

.bg-black hr {
	border-color: #303030;
}

b, strong {
	font-weight: 900;
}

.small {
	font-size: 0.8em;
	font-weight: inherit;
}

.large {
	font-size: 1.7em;
}

.larger {
	font-size: 2.4em;
}

.color-white {
	color: #ffffff;
}

.color-black {
	color: #000000;
}

.color-teal {
	color: #81CABC;
}

.color-blue {
	color: #367BBF;
}

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

.number {
	font-family: "pragmatica-condensed", sans-serif;
	font-weight: 900;
	font-style: italic;
	color: #367BBF;
	text-transform: uppercase;
	font-size: 4em;
	margin-bottom: 0.25em;
}

.number.small {
	font-size: 3em;
}

.number.large {
	font-size: 10em;
	opacity: 0.1;
	line-height: 1;
	margin-bottom: 0;
}

.author {
	font-family: "pragmatica-condensed", sans-serif;
	font-weight: 900;
	font-style: italic;
	color: #367BBF;
	text-transform: uppercase;
	font-size: 1em;
}

.btn-primary, .btn-secondary {
	padding: 1em 1.5em;
	font-size: 1em;
	transition: 0.5s all;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
	font-family: "pragmatica-condensed", sans-serif;
	font-weight: 900;
	font-style: italic;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1;
	margin: 0;
	text-decoration: none;
	white-space: nowrap;
}

.btn-primary img, .btn-secondary img {
	width: 20px;
	height: 21px;
	position: relative;
	transition: 0.5s all;
	margin-right: 0.5em;
}

.btn-primary:hover img,
.btn-secondary:hover img,
.btn-primary:focus img, 
.btn-secondary:focus img,
.btn-primary:active img,
.btn-secondary:active img,
a.card:hover .btn-primary img,
a.card:focus .btn-primary img,
a.card:active .btn-primary img,
a.card:hover .btn-secondary img,
a.card:focus .btn-secondary img,
a.card:active .btn-secondary img {
	transform: rotate(-70deg);
}

.btn-primary {
	background: #367BBF;
	color: #ffffff;
	border: 1px solid #367BBF;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:focus, .btn-primary:active:focus,
a.card:hover .btn-primary, a.card:focus .btn-primary, a.card:active .btn-primary, a.card:active:focus .btn-primary {
	background: #81CABC;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #81CABC;
}

.bg-blue .btn-primary {
	background: #81CABC;
	color: #ffffff;
	border: 1px solid #81CABC;
}

.btn-secondary {
	background: transparent;
	color: #ffffff;
	border: 1px solid rgba(255,255,255,0.5);
}

.bg-white .btn-secondary {
	border: 1px solid #367BBF;
	color: #367BBF;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:focus,
a.card:hover .btn-secondary,
a.card:focus .btn-secondary,
a.card:active .btn-secondary,
a.card:active:focus .btn-secondary {
	background: #367BBF;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #367BBF;
}

.btn-secondary:hover img,
.btn-secondary:focus img,
.btn-secondary:active img,
.btn-secondary:active:focus img,
a.card:hover .btn-secondary img,
a.card:focus .btn-secondary img,
a.card:active .btn-secondary img,
a.card:active:focus .btn-secondary img {
	filter: brightness(0) contrast(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.btn-text {
	font-family: "pragmatica-condensed", sans-serif;
	font-weight: 900;
	font-style: italic;
	color: #ffffff;
	text-transform: uppercase;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: auto;
	font-size: 0.9em;
	line-height: 1;
	margin-top: 0.5em;
}

.btn-text:hover {
	color: #ffffff;
}

.btn-text img {
	margin-right: 1em;
	height: 21px;
	width: 20px;
	position: relative;
	transition: 0.5s all;
}

.btn-text:hover img {
	transform: rotate(-70deg);
	filter: brightness(0) contrast(100%) invert(88%) sepia(27%) saturate(480%) hue-rotate(107deg) brightness(85%) contrast(84%);
}

.btn-box {
	background: rgba(0,0,0,0.1);
	padding: 1em;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-family: "pragmatica-condensed", sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 2em;
	display: flex;
	flex-direction: column;
	line-height: 1;
	transition: 0.5s all;
}

.btn-box.small {
	font-size: 1em;
}

.btn-box:hover, .btn-box:focus, .btn-box:active, .btn-box:active:focus {
	text-decoration: none;
	background: rgba(0,0,0,0.2);
	color: #ffffff;
}

#or {
	color: #ffffff;
	ont-family: "pragmatica-condensed", sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-top: 1em;
	margin-bottom: 1em;
	display: flex;
	align-items: center;
}

#or .line {
	height: 1px;
	background: #ffffff;
	width: 100%;
}

#or span {
	display: block;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
/* Helpers */

.two-col {
	column-count: 2;
}

.box {
	padding: 4em;
	height: 100%;
}

.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-black {
	background-color: #000000;
	color: #ffffff;
}

.bg-gray {
	background-color: #212121;
}

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

.bg-blue {
	background-color: #367BBF;
}

.bg-texture {
	background-image: url(/wp-content/themes/oswca/images/graphic-texture.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.bg-texture-light {
	background-image: url(/wp-content/themes/oswca/images/graphic-texture-light.png);
	background-repeat: no-repeat;
	background-size: 200%;
}

.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.parallax {
	background-attachment: fixed;
}

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

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

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

.h-full {
	height: 100vh;
}

.h-75 {
	height: 75vh !important;
}

.h-full .container, 
.h-full .row,
.h-75 .container, 
.h-75 .row {
	height: 100%;
}

/* HTML Video */

.video {
	position: relative;
	overflow: hidden;
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-career .video {
	height: 400px;
}

.video .image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: 0.5s all;
}

.video:hover .image {
	transform: scale(1.1);
}

.play {
	height: 80px;
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #367BBF;
	z-index: 2;
	outline: 20px solid rgba(0,0,0,0.2);
	transition: 0.5s all;
}

.video:hover .play {
	outline: 10px solid rgba(0,0,0,0.2);
}

.play img {
	height: 15px;
	width: 15px;
	transition: 0.5s all;
}

.video:hover .play img {
	height: 20px;
	width: 20px;
}

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

[data-image] {
	min-height: 1px;
	min-width: 1px;
}

/* Instagram */

#sb_instagram {
	padding-bottom: 0 !important;
	background: transparent !important;
}

#sb_instagram .sbi_info {
	display: none;
}

#sb_instagram.sbi_palette_custom_1 .sbi_caption, #sbi_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption, #sbi_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number, #sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox p {
	color: #000000 !important;
}

.sbi_header_palette_custom_1 a, .sbi_header_palette_custom_1 a h3, #sb_instagram.sbi_palette_custom_1 .sbi_expand a, #sbi_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a, #sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox .sbi_lb-commenter {
	color: #000000 !important;
}

/* 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;
	border-bottom: 1px solid #ffffff;
	transition: 0.5s background;
}

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

header.solid {
	background: #ffffff;
}

header .container {
	height: 100%;
}

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

header .col-lg-8 {
	height: 100%
}

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

#logo img {
	width: auto;
	margin: 0;
	height: 50px;
}

header.solid #logo img {
	filter: brightness(0) contrast(100%);
}

header .btn-primary {
	background-color: #81CABC;
	border-color: #81CABC;
}

/* Header Navigation */

#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;
	position: relative;
	margin-left: 1em;
	margin-right: 1em;
}

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

#menu-primary-navigation a {
	color: #ffffff;
	font-family: 'pragmatica', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 1em;
	text-transform: uppercase;
	transition: 0.5s color;
	text-decoration: none;
	z-index: 2;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

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

header.solid #menu-primary-navigation a {
	color: #000000;
}

#nav-icon {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: flex-end;
}

.nav-icon {
  	width: 30px;
 }

.nav-icon:after, 
.nav-icon:before, 
.nav-icon div {
  	background-color: #ffffff;
  	content: '';
  	display: block;
  	height: 4px;
  	margin: 6px 0;
  	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(11px) rotate(135deg);
  	width: 100%;
}

.nav-icon.close:after {
  	transform: translateY(-9px) 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 */

#header {
	height: auto;
	padding: 0;
	background-color: #000000;
}

#header .graphic {
	position: absolute;
	width: 100%;
	left: 0;
	height: 100%;
	z-index: 2;
	object-fit: cover;
}

#header .image {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 90%;
	width: 50%;
	object-fit: cover;
	z-index: 1;
}

#header.taller .image {
	height: 83%;
}

#header .container {
	position: relative;
	z-index: 3;
}

#header .row {
	padding-top: calc(90px + 8em);
}

.page-template-careers #header {
	height: 700px;
}

#changing-text {
	position: relative;
	display: block;
}

#changing-text.in:after {
	width: 100%;
}

#changing-text span {
	display: none;
	color: var(--color-orange);
}

#changing-text .word:first-of-type {
	display: block;
}

.page-template-home #header .graphic-1 {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}

.page-template-home #section-1 .logomark {
	height: 40%;
}

.page-template-home #header .graphic-2 {
	position: absolute;
	bottom: 0;
	left: 0;
}

.page-template-home #header .foreground {
	position: absolute;
	right: 0;
	bottom: -50px;
	height: 100%;
	max-height: 740px;
}

.logomark {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	pointer-events: none;
	height: 90%;
	width: auto;
}

.page-template-home #section-0 {
	border-bottom: 1px solid rgba(255,255,255,0.25);
}

.stats .box {
	background: #EBF2F8;
	padding: 4em;
	text-align: center;
	font-weight: 900;
	font-style: italic;
	font-family: "pragmatica-condensed", sans-serif;
	text-transform: uppercase;
	line-height: 1.1;
	font-size: 1em;
}

.stats .graphic {
	width: 85%;
	position: absolute;
	pointer-events: none;
	bottom: 0;
	left: 0;
}

.page-template-home #about .graphic {
	position: absolute;
	top: -75px;
	height: 150px;
	width: 150px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#jobs .graphic {
	position: absolute;
	width: 100%;
	left: 0;
	pointer-events: none;
}

 #jobs #headline {
	position: absolute;
	right: 0;
}

#instagram {
	margin-top: -3em;
}

#instagram .btn-text:hover img {
	transform: unset;
	filter: unset;
}

.left-image, .right-image {
	position: absolute;
}

.left-image {
	left: 0;
}

.right-image {
	right: 0;
}

.career {
	height: 600px;
}

.career .container,
.career .row {
	height: 100%;
}

.career .image {
	position: absolute;
	height: 100%;
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 0;
}

.career.bg-black .image {
	right: 0px;
}

.career.bg-white .image {
	left: 0px;
}

#jump-to .label {
	font-weight: 900;
	font-style: italic;
	font-family: "pragmatica-condensed", sans-serif;
	text-transform: uppercase;
	line-height: 1;
	color: #000000;
	background: #367BBF;
	border-radius: 3px;
	padding: 0.8em 1em;
	display: inline-block;
}

#jump-to a {
	color: rgba(255,255,255,0.5);
	font-weight: 900;
	font-style: italic;
	font-family: "pragmatica-condensed", sans-serif;
	text-transform: uppercase;
	line-height: 1;
	display: block;
	padding: 0.8em 1.5em;
}

#jump-to a:hover {
	color: #ffffff;
	text-decoration: none;
}

#jump-to .separator {
	width: 1px;
	height: 25px;
	background: rgba(255,255,255,0.5);
	transform: rotate(10deg);
}

#jump-to hr {
	margin: 0;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.page-template-home #section-4 .foreground {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
	left: 0;
}

/* Cards */

.card {
	justify-content: center;
	border: 0;
	overflow: hidden;
	border-radius: 0;
	align-items: center;
}

.card.box {
	background-color: #000000;
}

.full .card.box {
	padding: 4em 16em;
}

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

.card.box .card-body {
	padding-top: 6em;
	padding-bottom: 6em;
	text-align: center;
	align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    z-index: 2;
    color: #ffffff;
}

.full .card.box .copy {
	width: 60%;
}

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

.card.box:hover .card-image {
	transform: scale(1.1);
}

.card.hover {
	background: #367BBF;
}

.card.hover:hover {
	background: #000000;
}

.card.hover .card-body {
	text-align: center;
	color: #ffffff;
	padding: 2em;
}

.card.hover .card-body > img {
	height: 100px;
	width: 100px;
	margin-bottom: 1em;
}

.card.hover .card-body h3 {
	color: #ffffff;
	margin-bottom: 0.5em;
}

.card.hover .btn-secondary {
	color: #ffffff;
	border-color: #81CABC;
}

.card.hover:hover .btn-secondary {
	border-color: #367BBF;
}

.card.hover .larger {
	font-family: 'pragmatica-condensed', sans-serif;
	font-weight: 900;
	font-style: italic;
}

/* Slick */

.testimonials-videos,
.testimonials-videos .slick-list,
.testimonials-videos .slick-track,
.testimonials-videos .slide .video {
	height: 100%
}

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

.slide:focus {
	outline: none;
}

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

.testimonials-videos .slick-slide img {
	height: 100%;
	object-fit: cover;
}

.slick-prev, .slick-next {
	width: 100px;
	height: 100px;
	background-size: 30%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	transform: unset;
	background-image: url(/wp-content/themes/oswca/images/ICON_NAME_HERE.svg);
	transition: 0.5s all;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	background-image: url(/wp-content/themes/oswca/images/ICON_NAME_HERE.svg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30%;
}

.slick-next {
	transform: rotate(180deg);
}

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

.slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: 2em;
}

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

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

.slick-dots li button {
	height: 21px;
	width: 20px;
	border-radius: 0;
	font-size: 0;
	background-image: url(/wp-content/themes/oswca/images/icon-water-drop-blue.svg);
	opacity: 0.5;
	background-size: cover;
	transition: 0.5s all;
}

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

.slick-dots li.slick-active button {
	background-image: url(/wp-content/themes/oswca/images/icon-water-drop-blue.svg);
	opacity: 1;
}


/* Filter, Search */

.filter {
	position: relative;
	width: auto;
	display: flex;
	align-items: center;
}

.filter.search {
	background: #ffffff;
	position: relative;
	box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
	border-radius: 0;
	height: 50px;
}

.filter.search:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	background-image: url(/wp-content/themes/oswca/images/icon-search.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
}

.filter.search input {
	-webkit-appearance: none;
	border: 0;
	width: 100%;
	padding: 0.8em 1.5em;
	height: 50px;
	border-radius: 0;
	background: transparent;
	padding-left: calc(40px + 1.5em);
	color: #000000;
}

.filter.checkbox {	
	cursor: pointer;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: 400;
}

.filter.checkbox:before {
	content: '';
	height: 20px;
	width: 20px;
	border: 2px solid #141713;
	display: inline-block;
	background: #ffffff;
	position: relative;
	margin-right: 0.5em;
	border-radius: 2px;
	flex-basis: 20px;
	}

.filter.checkbox span {
	flex-basis: calc(100% - 20px - 0.5em);
}

.filter.checkbox.checked:before {
	background-color: #81CABC;
	background-repeat: no-repeat;
}

.filter.dropdown {
	flex-direction: column;
}

.filter.dropdown select {
	background-image: url(/wp-content/themes/oswca/images/icon-arrow-down-orange.svg);
	padding: 0.8em 1.25em;
	background-size: 15px;
	background-position: 90% center;
	background-repeat: no-repeat;
	background-color: #F9AA1A;
	border-radius: 5px;
	width: 100%;
	-webkit-appearance: none;
	border: unset;
	color: #070F49;
}

.filter.category {
	background: transparent;
	border: 2px solid #000000;
	color: #000000;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
}

.filter.category:hover {
	background: rgba(0,0,0,0.2);
}

.filter.category.checked {
	background: #000000;
	color: #ffffff;
}

#clear {
	color: #367BBF;
	cursor: pointer;
	transition: 0.5s all;
}

#clear:hover {
	color: #81CABC;
}

/* 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;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	display: block;
	font-size: 1em;
}

.accordion li:before {
	display: none;
}

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

.accordion h3 {
	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;
	color: rgba(0,0,0,0.5);
}

.accordion h3:hover {
	color: #000000;
}

.accordion h3 span {
	width: 80%;
}

.accordion .answer {
	display: none;
	margin-top: 0;
	padding-left: 0;
	width: 80%;
	color: rgba(0,0,0,0.7);
}

.accordion li.open h3 {
	color: #000000;
}

.accordion .icon {
	background-image: url(/wp-content/themes/oswca/images/icon-caret-down-white.svg);
	background-size: 15px;
	background-color: #367BBF;
	border-radius: 4px;
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.5s all;
}

.accordion li.open .icon {
	transform: rotate(-180deg);
	background-color: #81CABC;
}

/* Lists */

ul {
	padding: 0;
	margin-left: 1.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_required_legend {
	display: none;
}

label + .gfield_description {
	padding: 0 !important;
}

.gform_confirmation_message {
	font-style: italic;
}

.gform_wrapper.gravity-theme .gfield_label {
	color: rgba(0,0,0,0.3);
	font-weight: 400 !important;
	margin-bottom: 0 !important;
}

.gform_wrapper textarea, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper select {
	font-size: 1em !important;
	padding: 1em !important;
	-webkit-appearance: none;
	width: 100%;
	border: 1px solid transparent;
	box-shadow: none;
	margin-top: 0.5em !important;
	background-color: #EBF2F8;
	transition: 0.5s border;
}

.gform_wrapper textarea:hover, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover, .gform_wrapper select:hover {
	border: 1px solid #B5CEE7;
}

.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: 1px solid #367BBf;
}

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

.gform_wrapper textarea {
	height: 200px;
	resize: none !important;
  	overflow: auto;
  	padding: 0.5em 1em;
}

.gform_validation_errors {
	display: none;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

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

form .box {
	padding: 1em;
	background: #EBF2F8;
}

input[type="file"] {
	font-size: 1em;
	margin-top: 0.5em;
}

.gform_wrapper.gravity-theme .gfield_description {
	font-size: 0.7em !important;
	font-style: italic;
	color: rgba(0,0,0,0.3);
	margin-top: 0 !important;
}

.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox] {
	opacity: 0;
	width: 0;
}

.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox] + label {
	position: relative;
	overflow: hidden;
	padding-left: 35px;
	cursor: pointer;
	display: inline-block;
}

.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox] + label:before,
.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox] + label:after {
	content: '';
	position: absolute;
	left: 0;
	z-index: 1;
	-webkit-transition: .2s;
	transition: .2s;
}

/* after */
.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]:not(:checked) + label:after {
	width: 20px;
	height: 19px;
	border: unset;
	border-radius: 0;
	background-color: #EBF2F8;
	top: 0px;
}

.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]:checked + label:after {
	top: 0;
	width: 20px;
	height: 19px;
	border: unset;
	background-color: #367BBF;
	z-index: 0; 
	border-radius: 0;
}

/* before */
.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]:checked + label:before {
	left: 1px;
	width: 8px;
	height: 16px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	-webkit-transform: rotateZ(34deg);
	transform: rotateZ(34deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.gform_wrapper.gravity-theme .gfield_checkbox label {
line-height: 1.4;}


::-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 {
	color: #ffffff;
	font-family: "pragmatica-condensed", sans-serif;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    font-size: 0.9em;
}

footer a, footer a:hover {
	color: #ffffff;
}

footer .logomark {
	margin: unset;
	right: unset;
	height: 100%;
}

.social-link {
	margin-right: 0.5em;
}

.social-link img {
	height: 25px;
	width: 25px;
}

.social-link:hover img {
	filter: brightness(0) contrast(100%) invert(84%) sepia(27%) saturate(441%) hue-rotate(116deg) brightness(86%) contrast(88%);;
}

#menu-footer-navigation li {
	font-family: "pragmatica-condensed", sans-serif;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

#menu-footer-navigation li:before {
	content: '';
	height: 21px;
	width: 20px;
	position: relative;
	background-image: url(/wp-content/themes/oswca/images/icon-water-drop-teal.svg);
	background-size: cover;
	display: block;
	left: unset;
	top: unset;
	margin-right: 0.5em;
	transition: 0.5s all;
}

#menu-footer-navigation li:hover:before {
	transform: rotate(-70deg);
}

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

#buildwitt img {
	width: 100px;
	opacity: 0.5;
	transition: 0.5s all;
}

#buildwitt:hover img {
	opacity: 1;
}

/* Animations */

.line-through {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.line-through:before {
	content: '';
	height: 2px;
	width: 0;
	background: #ffffff;
	position: absolute;
	left: 0;
	transition: 1s all 2s;
}

.line-through.in:before {
	width: 100%;
}

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

@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) {
	.container.full-width {
		width: 90%;
	}

	.pb-double {
		padding-bottom: 12em;
	}

	#header .row {
		padding-top: calc(90px + 5em);
		padding-bottom: 5em;
	}

	/* Special Layouts */

	.left-image, .right-image {
		width: 300px;
	}
}

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

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

	/* Typography */

	h1, .h1 {
		font-size: 4.5em;
	}

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

	.large {
		font-size: 1.5em;
	}

	.larger {
		font-size: 2em;
	}

	/* Header Navigation */

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

	/* Special Layouts */

	.page-template-home #section-4 h2 + img {
		width: 60%;
	}

	.page-template-careers #header {
		height: 600px;
	}

	/* Cards */

	.card.box .card-body {
		padding: 4em 2em;
	}
}

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

	/* Typography */

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

	/* Header */

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

	/* Special Layouts */

	.page-template-home #section-4 h2 + img {
		width: 50%;
	}

	.page-template-home #about .graphic {
		height: 100px;
		width: 100px;
		top: -50px;
	}

	/* Cards */

	.full .card.box .copy {
		width: 80%;
	}

	/* Gravity Forms */

	.gform_wrapper textarea {
		height: 100px;
	}
}

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

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

	.pb-double {
        padding-bottom: 10em;
    }

	/* Typography */

	h1, .h1 {
		font-size: 4.2em;
	}

	/* Header */

	/* Header Navigation */

	/* Helpers */

	/* Special Layouts */

	#header .image {
		height: 95%;
	}

	#header.taller .image {
		height: 80%;
	}

	#header .row {
        padding-top: calc(90px + 3em);
        padding-bottom: 3em;
    }

	#jobs #headline {
		margin-top: -4em;
	}

	.left-image, .right-image {
		width: 300px;
	}
}

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

	html {
		font-size: 16px;
	}

	/* Typography */

	.number {
		font-size: 3.7em;
	}

	/* Header */

	/* Header Navigation */

	/* Special Layouts */

	.page-template-home #header {
		max-height: 650px;
	}

	.stats .box {
		padding: 3em;
	}

	/* Cards */

	.full .card.box {
	    padding: 4em 12em;
	}
}

@media only screen and (max-width: 1100px) {
	.left-image, .right-image {
		width: 250px;
	}
}

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

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

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

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

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

	/* Typography */

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

	h2, .h2 {
		font-size: 3.5em;
	}

	/* Header Navigation */

	/* Helpers */

	.video {
		height: 500px
	}

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

	.fancybox-content {
		width: 90%;
	}

	/* Special Layouts */

	.page-template-careers #header {
		height: 450px;
	}

	.stats .box {
		padding: 2em;
	}

	.stats .graphic {
		width: 95%;
	}

	/* Cards */

	.card.box .card-body {
		padding: 0;
	}

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

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

	/* Typography */

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

	.number {
		font-size: 2.7em;
	}

	.btn-text {
		text-decoration: underline;
	}

	/* Header */

	header.container-fluid {
		height: 70px;
		background: linear-gradient(to bottom, rgba(35,31,33,1), rgba(35,31,33,0.5));
		border-bottom: 0;
	}

	header.container-fluid.open {
		background: linear-gradient(to bottom, rgba(35,31,33,1), rgba(35,31,33,1));
	}

	#logo img {
		height: 40px;
	}

	header.solid #logo img {
		filter: unset;
	}

	/* Header Navigation */

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

	#navigation {
		margin: inherit;
	}

	.menu-primary-navigation-container, .logged-in .menu-primary-navigation-container {
		background: #000000;
	    height: calc(100vh - 70px);
	    width: 100%;
	    right: -100%;
	    position: fixed;
	    top: 69px;
	    display: flex;
	    align-items: flex-start;
	    justify-content: center;
	    overflow-y: scroll;
	    transition: 0.5s all;
	}

	.logged-in .menu-primary-navigation-container {
		height: calc(100vh - 70px - 32px);
		top: calc(69px + 32px);
	}

	.menu-primary-navigation-container.visible {
		top: 69px;
		right: 0;
	}

	#menu-primary-navigation {
		flex-direction: column;
		align-items: flex-start;
		margin: 0;
		padding: 0;
		width: 100%;
		padding-top: 2em;
		padding-left: 30px;
		padding-right: 30px;
	}

	#menu-primary-navigation li {
		display: block;
		margin-right: 0;
		margin-left: 0;
		text-align: center;
		width: 100%;
	}

	#menu-primary-navigation a {
		font-size: 2.5em;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		height: auto;
	}

	header.solid #menu-primary-navigation a {
		color: #ffffff;
	}

	/* Helpers */

	.bg-image.h-full {
		height: 600px;
	}

	.box {
		padding: 3em;
	}

	/* Special Layouts */

	#header .graphic {
		object-fit: cover;
		object-position: 100% 50%;
	}

	.page-template-home #header .foreground {
		height: 70%;
	}

	#header .image {
		width: 76%;
	}

	.page-template-careers #header .image {
		width: 90%;
	}

	.page-template-home #section-0 {
		border-bottom: 0;
	}
	
	.page-template-home #section-4 .row {
		padding-top: 2em;
	}

	.page-template-home #section-4 h2 + img {
		width: 70%;
	}

	#jobs #headline {
		margin-top: 4em;
	}

	#jobs #headline .large {
		font-size: 1.2em;
	}

	#jobs #headline h2 + .color-white {
		font-size: 0.9em;
	}

	#jobs .graphic {
		top: 20%;
	}

	/* Gravity Forms */

	.gform_wrapper div.validation_error {
		position: relative;
		top: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.gform_wrapper .gform_footer {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.gform_wrapper li:nth-of-type(even) {
		padding-left: 15px;
	}

	/* Slick */

	.line-through:before {
		display: none;
	}

	.line-through {
		text-decoration: line-through;
	}
	
	/* Cards */

	.box.card {
		padding: 11em;
	}

	.full .card.box {
		padding: 8em;
	}
}

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

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

	#wpadminbar {
		position: fixed !important;
	}

	html {
		font-size: 14px;
	}

	.pb-double {
		padding-bottom: 6em;
	}

	/* Typography */

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

	h2, .h2 {
		font-size: 2.5em;
		letter-spacing: -1px;
	}

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

	h2.small, .h2.small {
		font-size: 2em;
	}

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

	/* Header */


	/* Header Navigation */

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

	/* Special Layouts */

	.page-template-home #header {
		max-height: unset;
		height: 700px;
	}

	.page-template-home #header .foreground {
		height: 50%;
	}

	#header .graphic {
        object-position: 65% 50%;
    }

    #header .image {
    	height: 70%;
    	width: 69%;
    }

    #header.taller .image {
    	height: 58%;
    }
    
	.stats .box {
		padding: 2em 6em;
	}

	.stats .graphic {
		width: 100%;
	}

	.page-template-home #section-4 .foreground {
	    height: 100%;
	    object-fit: cover;
	}

	.page-template-home #section-4 h2 + img {
		width: 100%;
	}

	.career {
		height: auto;
	}

	.career .image {
		position: relative;
		height: 250px;
		width: calc(100% + 30px);
		left: -15px !important;
		right: unset;
	}

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

	.left-image, .right-image {
		position: relative;
	}

	 #jobs {
		padding-top: 10em;
	}

	#jobs #headline {
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 3em;
	}

	#jobs h2 .color-white {
		color: #367BBF;
	}

	#jobs h2 + .color-white {
		color: #000000;
	}

	#map .row {
		padding-bottom: 0;
	}

	#map-container {
		margin-top: 2em !important;
	}

	#jobs .graphic {
		top: 30%;
	}
	
	/* Helpers */

	.video {
		height: 250px;
	}

	.play {
		height: 60px;
		width: 60px;
	}

	.h-75 {
		height: 300px !important;
	}

	.box {
		padding: 2em;
	}

	.two-col {
		column-count: 1;
	}

	/* Filter */

	#grid-items {
		min-height: 500px;
	}

	.filter {
		font-size: 0.8em;
		color: #ffffff;
	}

	.mobile-scroll {
		width: 100%;
		position: absolute;
		z-index: 4;
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
		overflow-y: hidden;
		height: 50px;
	}

	.mobile-scroll.engaged {
		height: 100vh;
		pointer-events: none;
	}

	.mobile-scroll::-webkit-scrollbar {
		display: none;
	}

	.mobile-scroll .scroll-container {
		display: flex;
		flex-wrap: nowrap;
		position: absolute;
	}

	.mobile-scroll .filter-group {
		position: relative;
		margin-right: 10px;
		min-width: 250px;
		pointer-events: auto;
	}

	.mobile-scroll .filter-group .h6 {
		font-size: 1em;
		background-color: #000000;
		padding: 0.8em;
		padding-right: 2em;
		background-image: url(/wp-content/themes/oswca/images/icon-caret-down-white.svg);
		background-size: 15px;
		background-position: 92% center;
		background-repeat: no-repeat;
		color: #ffffff;
	}

	.mobile-scroll .filter-group [data-filter-group] {
		opacity: 0;
		pointer-events: none;
		background: #000000;
		position: absolute;
		transition: 0.5s all;
		margin-top: -0.5em;
		width: 100%;
		padding: 0.8em;
		padding-top: 0;
	}

	.mobile-scroll .filter-group [data-filter-group].open {
		opacity: 1;
		pointer-events: auto;
	}

	.mobile-scroll .filter-group.disabled {
		opacity: 0.5;
		pointer-events: none;
	}

	#region, #region .h6, #region [data-filter-group] {
		width: 250px;
	}

	/* Cards */

	.box.card,
	.full .card.box {
		padding: 5em 2em;
	}

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

	/* Slick */

	.testimonials-videos .slide .video {
		height: 250px;
	}

	.testimonials-videos .slick-slide img {
		height: 250px;
	}

	.slick-dots {
		margin-bottom: 2em;
	}

	/* Lists */

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

	/* Gravity Forms */
	
	.gform_wrapper .validation_message {
		top: -1em;
	}

	.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 1 !important;
		min-height: unset !important;
	}

	.gfield_checkbox .gchoice {
	    margin-top: 0.5em;
	    margin-bottom: 0.5em;
	}

	/* Footer */

	#menu-footer-navigation {
		margin-left: 0;
	}
}

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

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

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

	/* Special Layouts */

	.page-template-careers #header {
		height: 325px;
	}
}

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

	h1, .h1 {
		font-size: 2.8em;
	}

	/* Special Layouts */

	.page-template-home #header {
		height: 800px;
	}
}