/*
	Theme Name: 24/7 Onsite Cameras Theme
	Author: FieldWrk
*/

#tinymce {
	padding: 30px;
}

/* Login Screen */

.login {
	background-color: #1E1E1E;
	background-image: url(/wp-content/themes/osc/images/graphic-sneaky-guy.svg);
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: bottom right;
}

#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/osc/images/logo.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: #010101;
	text-align: center;
	border: unset;
	padding: 0;
	font-style: italic;
	margin: 0;
	padding: 2em;
	padding-bottom: 0;
	font-size: 0.7em;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.login form {
	background: #010101;
	box-shadow: unset;
	border: unset;
	margin-top: -1px;
	padding-bottom: 2em;
	padding-top: 2em;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-bottom: 0;
}

.login label {
	color: #ffffff;
	font-size: 1em;
}

.login form .input, .login input[type=password], .login input[type=text] {
	font-size: 0.8em !important;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-top: 0;
	-webkit-appearance: none;
	width: 100%;
	border: 0;
	border-bottom: 1px solid rgba(173,169,166,0.65);
	box-shadow: unset;
	background: transparent !important;
	border-radius: 0;
	color: #ffffff;
	margin-bottom: 1em;
}

.login input:-webkit-autofill,
.login input:-webkit-autofill:hover,
.login input:-webkit-autofill:focus,
.login input:-webkit-autofill:active {
	background-color: transparent !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff;
  	-webkit-box-shadow: 0 0 0px 1000px #000 inset;
  	transition: background-color 5000s ease-in-out 0s;
}

.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: 16px 24px;
	font-size: 1em;
	transition: 0.5s all;
	border-radius: 0;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
	font-family: 'FigTree';
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	border-radius: 8px;
	background: #FCEE1D;
	color: #070606;
	border: 1px solid #FCEE1D;
}

.wp-core-ui .button.button-large.button-primary:hover {
	background: #FCEE1D;
	text-decoration: none;
	color: #070606;
	border: 1px solid #FCEE1D;
	box-shadow: 0 0 8px 0 #FCEE1D, 0 0 24px 0 #FCEE1D;
}

.wp-core-ui .button.button-large {
    background: #010101;
}

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

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

.login form .forgetmenot {
	float: none;
}

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

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

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

/* Font References */

@font-face {
  	font-family: 'Figtree';
  	src: url(library/fonts/Figtree-Regular.ttf);
}

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

@font-face {
  	font-family: 'Figtree';
  	font-weight: 600;
  	src: url(library/fonts/Figtree-Medium.ttf);
}

@font-face {
  	font-family: 'Figtree';
  	font-weight: 600;
  	font-style: italic;
  	src: url(library/fonts/Figtree-MediumItalic.ttf);
}

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

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

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

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

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

/* Global */

* {
    box-sizing: border-box;
}

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

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

body {
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-family: 'FigTree', sans-serif;
	color: rgba(255,255,255,0.7);
	position: relative;
	background: #070606;
}

.container {
	width: 90%;
	max-width: 1300px;
}

.container.full-width {
	max-width: 2000px;
	padding: 0;
	width: calc(100vw - 48px);
}

.container-fluid {
	position: relative;
}

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

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

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

/* Typography */

h1, .h1 {
	font-family: 'FigTree', sans-serif;
	font-weight: 600;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #ffffff;
}

h1.h3 {
	text-transform: unset;
}

h2, .h2 {
	font-family: 'GemunuLibre', sans-serif;
	color: #ffffff;
	font-size: 3.5em;
	line-height: 1.1;
}

h3, .h3 {
	font-family: 'GemunuLibre', sans-serif;
	color: #ffffff;
	font-size: 2.7em;
	line-height: 1.1;
}

h4, .h4 {
	font-family: 'GemunuLibre', sans-serif;
	color: #ffffff;
	font-size: 1.8em;
}

h5, .h5 {
	font-family: 'GemunuLibre', sans-serif;
	color: #ffffff;
	font-size: 1.3em;
}

h6, .h6 {
	font-family: 'FigTree', sans-serif;
	font-weight: 500;
	letter-spacing: 0.9px;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #ADA9A6;
}

.full-width-text h6 {
	margin-top: 2em;
}

.full-width-text h2,
.full-width-text h3 {
	margin-top: 1em;
}

.full-width-text h4 {
	margin-top: 1em;
}

.full-width-text h6 + h3 {
	margin-top: 0.5em;
}

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

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

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

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

b, strong {
	font-weight: 900;
}

.large {
	font-size: 1.8em;
}

.color-white {
	color: #ffffff;
}

.color-black {
	color: #000000;
}

.color-yellow {
	color: #FCEE1D;
}

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

.small {
	font-size: 0.7em;
}

.btn-primary, .btn-secondary, li.btn-primary a {
	padding: 16px 24px;
	font-size: 1em;
	transition: 0.5s all;
	border-radius: 0;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
	font-family: 'FigTree';
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	border-radius: 8px;
}

.btn-primary, li.btn-primary a {
	background: #FCEE1D;
	color: #070606;
	border: 1px solid #FCEE1D;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show >.btn-primary.dropdown-toggle,
li.btn-primary a:hover {
	background: #FCEE1D;
	text-decoration: none;
	color: #070606;
	border: 1px solid #FCEE1D;
	box-shadow: 0 0 8px 0 #FCEE1D, 0 0 24px 0 #FCEE1D;
}

.btn-primary.focus, .btn-primary:focus,
li.btn-primary a:focus {
	box-shadow: 0 0 8px 0 #FCEE1D, 0 0 24px 0 #FCEE1D;
}

.btn-primary:disabled {
	background-color: #2D2D2D;
	pointer-events: none;
}

.btn-secondary {
	background: transparent;
	border: 1px solid rgba(252, 238, 29, 0.12);
	color: #FCEE1D;
}

.btn-secondary:hover {
	background: transparent;
	text-decoration: none;
	border: 1px solid #FCEE1D;
	color: #FCEE1D;
	box-shadow: 0 0 8px 0 rgba(252, 238, 29, 0.25), 0 0 24px 0 rgba(252, 238, 29, 0.25);
}

.btn-text {
	color: #ffffff;
	display: flex;
	align-items: center;
}

.btn-text img {
	height: 14px;
	width: 7px;
	position: relative;
	margin-left: 0.5em;
	transition: 0.5s margin-left;
}

.btn-text:hover img, a.card:hover .btn-text img {
	margin-left: 0.8em;
}

.buttons .btn-secondary {
	margin-left: 0.5em;
}

/* Helpers */

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

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

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

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

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

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

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

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

.bg-gray {
	background-color: #1E1E1E;
}

.bg-yellow {
	background-color: #FCEE1D;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-video .video {
    height: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    box-shadow: unset;
    opacity: 0;
    transition: 0.3s opacity;
    width: calc(100vw - 48px);
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 16px;
	margin-top: 24px;
	margin-bottom: 24px;
}

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

.bg-video .video video {
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	min-width: 100%;
    min-height: 100%;
    width: 100%;
    object-fit: cover;
}

.bg-video .video video {
	top: -10%;
}

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

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

.overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(7,6,6,0.8);
	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%;
	margin-top: 0;
	margin-bottom: 0;
	height: 72px;
	background: #070606;
	transition: 0.5s background;
	border-bottom: 1px solid #1E1E1E;
}

.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 a {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}

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

header .btn-primary {
	padding: 10px 16px;
	white-space: nowrap;
}

/* 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;
	height: 100%;
	margin-left: 1em;
	margin-right: 1em;
}

#menu-primary-navigation li {
	position: relative;
}

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

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

#menu-primary-navigation .caret {
	margin-left: 0.5em;
	height: 8px;
	display: flex;
}

#menu-primary-navigation .caret svg {
	transition: transform .4s cubic-bezier(.4,0,.2,1);
	position: relative;
}

#menu-primary-navigation .caret svg path {
	color: #ffffff;
}

#menu-primary-navigation .caret svg:last-of-type {
	position: relative;
	left: -5px;
}

#menu-primary-navigation li:hover .caret svg path {
	color: #FCEE1D;
}

#menu-primary-navigation li:hover .caret svg:first-of-type{
	transform: rotate(-90deg);
	height: 7px;
}

#menu-primary-navigation li:hover .caret svg:last-of-type {
	transform: rotate(90deg);
}

#menu-primary-navigation .menu-item-has-children:after {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 15px;
    pointer-events: none;
}

#menu-primary-navigation li.menu-item-has-children:hover:after {
    pointer-events: auto;
}

#menu-primary-navigation a {
	color: #FFFFFF;
	font-size: 1em;
	transition: 0.5s color;
	text-decoration: none;
	z-index: 2;
	position: relative;
	justify-content: center;
	display: flex;
	align-items: center;
	height: 100%;
}

#menu-primary-navigation > li > a:before {
    content: '';
    height: 2px;
    width: 0;
    transition: 0.5s all;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #FCEE1D;
}

#menu-primary-navigation > li:hover > a:before {
    width: 100%;
}

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

#menu-primary-navigation .sub-menu {
	position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s opacity;
    z-index: 1;
    padding-left: 0;
    left: -3.1em;
    padding: 0.5em;
    display: flex;
    flex-wrap: wrap;
    width: 400px;
    background: #070606;
    overflow: hidden;
    margin: 0;
    border: 1px solid #1E1E1E;
    border-radius: 6px;
    top: calc(72px + 15px);
}

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

#menu-primary-navigation .sub-menu li {
	display: block;
    border: none;
	white-space: nowrap;
	width: 100%;
	text-align: left;
	line-height: 1;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#menu-primary-navigation .sub-menu li a {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1em;
	border-radius: 4px;
	width: 100%;
}

#menu-primary-navigation .sub-menu a:hover {
	background: #1E1E1E;
}

#menu-primary-navigation .sub-menu li a:after {
	content: '';
	height: 14px;
	width: 7px;
	background-image: url(/wp-content/themes/osc/images/icon-caret-right-yellow.svg);
	background-size: cover;
	position: relative;
	margin-left: 4em;
}

#menu-primary-navigation .sub-menu li a .icon {
	height: 20px;
	width: 20px;
	margin-right: 0.5em;
}

#sub-menu-background {
	position: fixed;
	height: 100vh;
	width: 100vw;
	left: 0;
	top: 0;
	z-index: 998;
	background: rgba(0, 0, 0, 0.80);
	backdrop-filter: blur(3px);
	pointer-events: none;
	opacity: 0;
	transition: 0.5s all;
}

#sub-menu-background.visible {
	opacity: 1;
}

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

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

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

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

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

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

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

/* Special Layouts */

#header {
	margin-top: calc(72px);
	color: #ffffff;
	background-position: center bottom;
}

.page-template-home #header {
	height: calc(100vh - 72px - 48px);
	min-height: 600px;
	max-height: 1440px;
}

.page-template-home #header.bg-video .video {
	height: calc(100% - 48px);
}

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

#header .container.full-width {
	width: calc(100vw - 96px);
}

#header.bg-image {
	width: calc(100vw - 48px);
	margin-top: calc(72px + 24px);
	margin-bottom: 24px;
	border-radius: 16px;
	height: 70vh;
}

#header.bg-image .graphic {
	width: 50%;
	background-image: url(/wp-content/themes/osc/images/graphic-header.svg);
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	height: 30%;
	background-repeat: no-repeat;
	background-position: bottom right;
}

#header .box {
	padding: 2em;
	border-radius: 12px;
	margin-top: 24px;
	margin-bottom: 24px;
}

.single-lp #header .content {
	margin-left: 8.3%;
}

#header .overlay {
	background: rgba(7,6,6,0.7);
}

.image-list,
.full-width-media,
.icon-list {
	padding: 0;
	overflow: hidden;
}

.icon-list:not(.headline) .row,
.image-list:not(.headline) .row {
	border-bottom: 1px solid #2D2D2D;
	margin-left: -25px;
	margin-right: -25px;
}

.icon-list.headline,
.image-list.headline {
	border-top: 1px solid #2D2D2D;
	border-bottom: 1px solid #2D2D2D;;
}

.banner h4 {
	color: #070606;
	text-transform: uppercase;
}

.page-links .button {
	margin-top: 2em;
	margin-bottom: 2em;
	cursor: pointer;
}

.products .button,
.features .button {
	cursor: pointer;
}

.page-links .button h4,
.products .button h4,
.features .button h4 {
	display: flex;
	align-items: center;
	color: #ffffff;
	font-weight: 600;
	font-size: 1em;
	transition: 0.5s opacity;
	font-family: 'FigTree';
}

.products .button h4,
.features .button h4 {
	margin-left: 4em;
	margin-right: 4em;
}

.page-links .button:not(.active):hover h4,
.products .button:not(.active):hover h4,
.features .button:not(.active):hover h4 {
	opacity: 0.8;
}

.page-links .button img,
.products .button img,
.features .button img {
	margin-right: 0.5em;
	height: 20px;
	width: 20px;
	filter: brightness(0) saturate(100%) invert(77%) sepia(3%) saturate(383%) hue-rotate(343deg) brightness(88%) contrast(90%);
}

.page-links .button.active img,
.products .button.active img,
.features .button.active img {
	filter: unset;
}

.page-links .loader,
.products .loader,
.features .loader {
	border-radius: 4px;
	background: #1E1E1E;
	height: 4px;
	width: 100%;
	margin-top: 1em;
	position: relative;
}

.page-links .loader:before,
.products .loader:before,
.features .loader:before {
	content: '';
	height: 100%;
	width: 0;
	background: #FCEE1D;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	transition: 0s width;
}

.page-links .button.active .loader:before,
.products .button.active .loader:before,
.features .button.active .loader:before {
	width: 100%;
	transition: 10s width linear;
}

.page-links .content,
.products .content,
.features .content {
	position: absolute;
	opacity: 0;
	transition: 0.5s opacity;
	top: 0;
	pointer-events: none;
	width: calc(100% - 69px);
	left: 3em;
}

.page-links .content.active,
.products .content.active,
.features .content.active {
	position: relative;
	opacity: 1;
	pointer-events: auto;
	width: 100%;
	left: unset;
}

.page-links .content img,
.products .content img,
.features .content img {
	border-radius: 16px;
}

.page-links .content-card {
	max-width: 1000px;
}

.full-width-media .container {
	margin-top: 24px;
	margin-bottom: 24px;
}

.full-width-media .image {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}

.full-width-media a.image {
	display: block;
	outline: unset;
}

.full-width-media .image.no-image {
	background-color: #1E1E1E;
	border-radius: 16px;
	overflow: hidden;
	height: 50vh;
}

.full-width-media .row {
	position: relative;
	z-index: 3;
	text-align: center;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.full-width-media .image.no-image .bg-image {
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: bottom right;
    z-index: 1;
    overflow: hidden;
	border-radius: 16px;
	position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
}

.full-width-media .image .overlay {
	z-index: 2;
}

.full-width-media .icon {
	height: 48px;
	width: 48px;
	background: #FCEE1D;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s box-shadow;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
}

.full-width-media a:hover .icon {
	box-shadow: 0 0 8px 0 #FCEE1D, 0 0 24px 0 #FCEE1D;
}

.icon-list .icon {
	margin-bottom: 1.5em;
}

.testimonials {
	overflow: hidden;
}

.overview,
.overview .container:not(.full-width),
.overview .row {
	min-height: 600px;
}

.overview .container:not(.full-width) {
	height: 100%;
}

.overview .container.full-width {
	position: absolute;
	right: 0;
	top: 24px;
	left: 0;
	height: calc(100% - 48px);
	display: flex;
	align-items: center;
}

.overview .container.full-width > div {
	height: 100%;
}

.overview .container.full-width img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.overview .container:not(.full-width) .row {
	height: 100%;
}

.stats {
	background-image: url(/wp-content/themes/osc/images/graphic-stats.svg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 15%;
}

.stat {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #2D2D2D;
	padding-top: 1em;
	padding-bottom: 1em;
}

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

.stat .h2 {
	width: 40%;
}

.image-carousel {
	padding: 0;
	overflow: hidden;
}

.error404 #header {
	height: 60vh;
}

.error404 .graphic {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 65%;
}

.single-resource #header {
	height: 800px;
}

.single-resource #header .image-container {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: calc(100vw - 48px);
	top: 0;
	z-index: -1;
}

.single-resource #header .image {
	border-radius: 12px;
	height: 100%;
	overflow: hidden;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 0;
	padding-right: 0;
}

.single-resource #header img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	object-position: center;
	border-radius: 12px;
}

.single-resource #header .container:not(.full-width),
.single-resource #header .row {
	height: 100%;
}

.breadcrumb {
	color: #ffffff;
	font-size: 0.8em;
	font-family: 'FigTree';
	background: transparent;
	padding: 0;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 125%;
	letter-spacing: 0.9px;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
	text-underline-position: from-font;
	transition: 0.5s all;
}

.breadcrumb:hover {
	opacity: 0.7;
}

/* Cards */

.card {
	justify-content: center;
	border: 0;
	overflow: hidden;
	border-radius: 0;
	background: transparent;
	color: inherit;
	padding: 3em 4em;
	border-right: 1px solid #2D2D2D;
	line-height: 1.3;
	height: 100%;
}

.card-body {
	padding: 0;
}

.image-list .px-0:nth-of-type(3) .card,
.icon-list .px-0:nth-of-type(4) .card {
	border-right: 0;
}

.card.content {
	background-color: #1E1E1E;
	border-radius: 16px;
	padding: 8px;
}

.products .card.content,
.features .card.content {
	flex-direction: row;
	width: calc(100% - 30px);
	left: 15px;
}

.products .card.content.active,
.features .card.content.active {
	width: 100%;
	left: 0px;
}

.products .card.content .card-body,
.features .card.content .card-body {
	align-self: center;
	width: calc(100% - 33%);
}

.products .card.content .card-img,
.features .card.content .card-img {
	height: 100%;
	width: 33%;
}

.products .card.content .card-img img,
.features .card.content .card-img img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

a.card {
	color: inherit;
}

a.card:hover {
	text-decoration: none;
	color: inherit;
	background: rgba(255,255,255,0.04);
}

.card h4 {
	color: #ffffff;
}

.card-img {
	border-radius: 8px;
	overflow: hidden;
	margin-top: 1em;
	margin-bottom: 1em;
}

.card.content .card-img {
	margin: 0;
}

.card-img img {
	transition: 0.5s all;
}

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

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

.card-footer {
	padding: 0;
}

/* Isotope */

.grid-item {
	margin-bottom: 30px;
}

.grid-item .card {
	padding: 0;
	border: 0;
}

.grid-item .card:hover {
	background: transparent;
}

.grid-item .card-img {
	height: 300px;
}

.grid-item .card-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.chip {
	font-family: 'FigTree';
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 600;
	padding: 0.8em 1em;
	background: #2D2D2D;
	width: auto;
	display: inline-block;
	margin-bottom: 1.5em;
	color: #ffffff;
	line-height: 1;
}

/* Swiper */

.image-carousel-swiper,
.video-carousel-swiper,
.video-slider-swiper {
	overflow: hidden;
}

.video-carousel-swiper,
.video-slider-swiper {
  height: 500px;
  border-radius: 6px;
}

.image-carousel-swiper .swiper-slide {
  transition: transform 0.3s ease; 
}

.video-carousel-swiper .swiper-slide,
.video-slider-swiper .swiper-slide {
	border-radius: 6px;
	overflow: hidden;
}

.image-carousel-swiper .swiper-slide-active {
  border-radius: 6px;
  overflow: hidden;
}

.image-carousel-swiper .swiper-slide-active img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	transition: 0.8s all;
}

.image-carousel-swiper .swiper-slide-next img,
.image-carousel-swiper .swiper-slide-prev img {
  transform: scale(0.9);
  opacity: 0.7;
  transition: transform 0.3s ease; 
}

.image-carousel-swiper img {
	border-radius: 6px;
}

.video-carousel .overlay {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), linear-gradient(180deg, rgba(45, 45, 45, 0.00) 0%, #2D2D2D 70%);
	z-index: -1;
	opacity: 0;
	transition: 0.5s all;
}

.video-carousel .overlay.visible {
	opacity: 1;
}

.video-carousel-swiper video,
.video-slider-swiper video {
	right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    object-fit: cover;
}

.images-swiper {
	margin-left: -25%;
}

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

.images .swiper-slide {
	border-radius: 12px;
	overflow: hidden;
	height: 550px;
}

.images .swiper-slide:nth-of-type(2n) {
	margin-top: 3em;
}

.images .swiper-slide:nth-of-type(3n) {
	margin-top: 6em;
}

.images .swiper-slide img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.swiper-slide {
	display: flex;
	align-items: center;
}

.testimonials-swiper .swiper-slide img {
	width: 30%;
	flex-basis: 30%;
	margin-right: 2em;
	border-radius: 8px;
}

.testimonials-swiper .quote {
	width: calc(70% - 2em);
	flex-basis: calc(70% - 2em);
}

.nav {
	justify-content: center;
}

.image-carousel-swiper + .swiper-pagination + .nav {
	margin-top: 1em;
}

.video-card {
	height: 100%;
	width: 100%;
	cursor: pointer;
}

.swiper-slide-active .video-card {
	cursor: default;
}

.video-label {
	position: absolute;
	height: 100%;
	width: 100%;
	justify-content: flex-end;
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(to bottom, transparent, rgba(45,45,45,0.7) 50%);
    padding: 2em;
    top: 0;
}

.video-label span {
	width: 60%;
	display: block;
}

.video-label .content {
    opacity: 0;
    transition: 0s opacity 0s;
}

.swiper-slide-active .video-label .content {
	opacity: 1;
    transition: 0.5s opacity 0.25s;
}

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

.auto-image-carousel .swiper-slide {
	border-radius: 12px;
	overflow: hidden;
	height: 550px;
}

.auto-image-carousel .swiper-slide img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.swiper-button-next, .swiper-button-prev {
	height: 56px;
	width: 56px;
	background-color: #FCEE1D;
	background-image: url(/wp-content/themes/osc/images/icon-arrow-right-dark.svg);
	border-radius: 8px;
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	left: unset;
	right: unset;
	top: unset;
	margin-top: unset;
	transition: 0.5s box-shadow, 0.5s background-color;
}

.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-button-next:active,
.swiper-button-prev:active,
.swiper-button-next:focus,
.swiper-button-prev:focus{
	background-size: 24px !important;
}

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

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

.swiper-button-next {
	margin-left: 0.5em;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	background-color: #1E1E1E;
	background-image: url(/wp-content/themes/osc/images/icon-arrow-right-light.svg);
	opacity: 1;
	background-size: 24px !important;
	transition: 0s box-shadow, 0.5s background-color;
}

.bg-gray .swiper-button-next.swiper-button-disabled, .bg-gray .swiper-button-prev.swiper-button-disabled  {
	background-color: #2D2D2D;
}

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

.swiper-button-next:not(.swiper-button-disabled):hover,
.swiper-button-prev:not(.swiper-button-disabled):hover {
	box-shadow: 0 0 8px 0 #FCEE1D, 0 0 24px 0 #FCEE1D;
}

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

.swiper-pagination {
	margin-top: 2em;
	position: relative;
	bottom: unset;
	top: unset;
	opacity: 1;
}

.swiper-pagination-bullet {
	width: 100px;
	height: 2px;
	background: #2D2D2D;
	border-radius: 0;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #FCEE1D;
}

/* 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 #2D2D2D;
	display: block;
}

.accordion-layout .accordion > li {
	padding-top: 1em;
	padding-bottom: 1em;
}

.accordion > li:first-child {
	padding-top: 0;
}

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

.accordion-layout .accordion .headline {
	padding-bottom: 0;
}

.accordion .answer {
	display: none;
	margin-top: 0;
	padding-left: 0;
	margin-bottom: 0;
}

.accordion-layout .accordion .answer {
	padding-bottom: 0.5em;
}

.accordion .headline .number {
	color: rgba(255,255,255,0.7);
	margin-right: 4em;
}

.accordion li.open .headline .number {
	color: #FCEE1D;
}

.accordion .headline .icon {
	display: block;
	margin-bottom: 0.5em;
	height: 20px; 
	width: 20px;
}

.accordion li .headline .btn-icon {
	background: #1E1E1E;
	border-radius: 8px;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.accordion-layout .accordion li .headline .btn-icon {
	height: 56px;
	width: 56px;
}

.accordion li .headline .btn-icon:before,
.accordion li .headline .btn-icon:after {
	content: '';
	position: absolute;
	height: 15px;
	width: 2px;
	background: #ffffff;
	transition: all .2s ease-in-out;
}

.accordion li .headline .btn-icon:after {
	transform: rotate(90deg);
}

.accordion li.open .headline .btn-icon:before {
	transform: rotate(90deg);
}

.accordion.always-open li .headline {
	align-items: flex-start;
}

.accordion.always-open li .headline .number {
	height: 65px;
	width: 65px;
	background: #1E1E1E;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}

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

ul.three-col {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #2D2D2D;
	border-bottom: 1px solid #2D2D2D;
	margin-left: 0;
	margin-top: 1.5em;
	margin-bottom: 2em;
	color: #ffffff;
}

ul.three-col li {
	width: calc(33% - 1.5em);
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	margin-left: 1.5em;
}

/* Gravity Forms */

.gform_required_legend {
	display: none;
}

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

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

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

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

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

.gfield_label {
	font-family: "FigTree";
	font-weight: 500;
	font-size: 1.2em;
	color: #ffffff;
	margin-bottom: 0;
}

.hidden_label label {
	display: none;
}

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

button#gform_submit_button {
	width: 100%;
}

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

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

.gform_confirmation_wrapper {
    color: #ffffff;
    width: 100%;
}

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

.gform_wrapper .instruction {
 	display: none;
}

input.invalid,
select.invalid,
textarea.invalid,
[aria-invalid="true"] {
	border-color: #FFF200 !important;
}

.gform_button {
	border: 0;
}

.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;
	padding-top: 0em;
	padding-bottom: 0.5em;
	padding-left: 0;
	padding-right: 0;
	-webkit-appearance: none;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #ADA9A6;
	box-shadow: none;
	margin-top: 0.5em;
	background-color: transparent;
	margin-bottom: 2em;
	color: #ffffff;
}

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

.gform_wrapper select {
	background-image: url(/wp-content/themes/osc/images/icon-caret-down-white.svg);
	padding-left: 0 !important;
	padding-right: 2em !important;
	padding-top: 0 !important;
	padding-bottom: 0.5em !important;
	background-size: 15px;
	background-position: 99% center;
	background-repeat: no-repeat;
	background-color: transparent;
	border-bottom: 1px solid #ADA9A6;
	color: #ffffff;
	margin-bottom: 2em !important;
	font-size: 1em !important;
	margin-top: 0.5em !important;
}

.gform_wrapper textarea {
	height: 100px !important;
	resize: vertical !important;
  	overflow: auto;
  	border-bottom: 1px solid #ADA9A6;
  	padding-left: 0 !important;
  	padding-right: 0 !important;
  	padding-bottom: 0.5em !important;
  	padding-top: 0 !important;
  	margin-bottom: 2em !important;
  	font-size: 1em !important;
}

.gform_wrapper.gravity-theme .gfield_required {
	color: #ffffff !important;
	font-size: 1em !important;
}

.gform_wrapper.gravity-theme .gform_footer {
	padding: 0 !important;
}

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

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

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

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

/* Filters/Search */

.filter {
	width: 100%;
	position: relative;
}

.filter.search {
	background: transparent;
	position: relative;
	border-bottom: 1px solid #1E1E1E;
}

.filter.search:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0em;
	height: 20px;
	width: 20px;
	background-image: url(/wp-content/themes/osc/images/icon-search.svg);
	background-size: cover;
	pointer-events: none;
	top: 4px;
}

.filter.search input {
	-webkit-appearance: none;
	border: 0;
	width: 100%;
	padding-bottom: 0.5em;
	background: transparent;
	padding-left: calc(20px + 0.5em);
	color: #ffffff;
	outline: none;
}

.filter.checkbox {	
	cursor: pointer;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
	color: #ffffff;
	font-family: 'GemunuLibre', sans-serif;
	color: #ffffff;
	font-size: 1.8em;
	border-bottom: 1px solid #1E1E1E;
	justify-content: space-between;
	padding-bottom: 0.5em;
}

.filter.checkbox img {
	height: 20px;
	width: 20px;
	display: inline-block;
	margin-right: 0.5em;
}

.filter.checkbox:after {
	content: '';
	height: 25px;
	width: 25px;
	border: 1px solid #ADA9A6;
	display: inline-block;
	position: relative;
	margin-left: 1em;
	border-radius: 4px;
	flex-shrink: 0;
	flex-grow: 0;
}

.filter.checkbox.checked:after {
	background-image: url(/wp-content/themes/osc/images/icon-checked.svg);
	background-size: 81%;
	background-position: center;
	background-repeat: no-repeat;
}

/* Footer */

footer {
	background-image: url(/wp-content/themes/osc/images/graphic-footer.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 13%;
}

.single-lp footer {
	background-position: right -50%;
}

#spotlight {
	font-family: 'GemunuLibre';
	color: hsla(0,0%,100%,.08);
	font-size: 8em;
	line-height: 1;
  
  	background-image: radial-gradient(
        circle,
        #FCEE1D 0%,
        #FCEE1D 60%,
        rgba(252, 238, 29, 0) 70%
    );

    background-size: 400px 400px;
    background-position: center;
    background-repeat: no-repeat;

    -webkit-background-clip: text;

    transition: background-position .7s cubic-bezier(.19, 1, .22, 1);
    padding-bottom: 10px;
}

footer a {
	text-decoration: none;
}

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

#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:before {
	display: none;
}

#menu-footer-navigation li a {
	color: rgba(255,255,255,0.7);
}

#menu-footer-navigation > li > a {
	color: #ffffff;
	pointer-events: none;
}

#menu-footer-navigation li:last-child a {
	margin-right: 0;
}

#menu-footer-navigation li a .icon {
	display: none;
}

#menu-footer-navigation li a .caret {
	display: none;
}

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

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

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

#menu-footer-secondary-navigation li {
	width: auto;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0;
	margin-bottom: 0;
}

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

.social {
	height: 48px;
	width: 48px;
	border: 1px solid rgba(252, 238, 29, 0.12);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.single-resource .social.share {
	margin-left: 0 !important;
}

.social img {
	height: 15px;
	width: 15px;
}

.social:hover {
	border: 1px solid #FCEE1D;
	box-shadow: 0 0 8px 0 rgba(252, 238, 29, 0.25), 0 0 24px 0 rgba(252, 238, 29, 0.25);
}

.fieldwrk img {
	width: 107px;
	transition: 0.5s opacity;
	opacity: 0.5;
}

.fieldwrk:hover img {
	opacity: 1;
}

/* Animations */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	/* Special Layouts */

	.icon-list:not(.headline),
	.image-list:not(.headline) {
		border-bottom: 1px solid #2D2D2D;
	}

	.icon-list:not(.headline) .row:last-of-type,
	.image-list:not(.headline) .row:last-of-type {
		border-bottom: 0;
	}

	/* Cards */

	.image-list .px-0:first-of-type,
	.icon-list .px-0:first-of-type {
		border-left: 1px solid #2d2d2d;
	}

	.image-list .px-0:last-of-type,
	.icon-list .px-0:last-of-type {
		border-right: 1px solid #2d2d2d;
	}

	/* Footer */

	footer {
		background-size: 10%;
	}
}

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

}

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

	/* Special Layouts */

	.single-lp #header .content {
		margin-left: 6.3%;
	}

	.single-lp #header .form {
		margin-left: 10.3%;
	}

	.single-resource #header {
		height: 700px;
	}

	/* Footer */

	#spotlight {
		font-size: 7em;
	}
}

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

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

	.container {
		width: 95%;
	}

	/* Typography */

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

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

	/* Special Layouts */

	.single-lp #header .content {
		margin-left: 2.3%;
	}

	.single-lp #header .form {
		margin-left: 14.3%;
	}

	.overview,
	.overview .container:not(.full-width),
	.overview .row {
		min-height: 450px;
	}

	.single-resource #header {
		height: 600px;
	}

	/* Cards */

}

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

	/* Typography */


	/* Header */

	/* Header Navigation */


	/* Helpers */

	/* Cards */

	.card {
		padding: 3em;
	}
}

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

	/* Typography */

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

	/* Header */


	/* Header Navigation */

	/* Helpers */

	.bg-video .video video {
		top: 0;
	}

	/* Special Layouts */

	.single-lp #header .content {
		margin-left: 0;
	}

	.single-lp #header .form {
		margin-left: 8%;
	}

	.single-resource #header {
		height: 500px;
	}

	/* Cards */

	.icon-list .card {
		padding: 2em;
	}

	/* Gravity Forms */

	#field_2_6,
	#field_2_24 {
		grid-column: span 12;
	}

	/* Footer */

	#menu-footer-navigation {
		justify-content: space-between;
	}

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

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


	/* Typography */


	/* Header Navigation */


	/* Helpers */

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

	/* Special Layouts */


	.full-width-media .image.no-image .bg-image {
		background-size: 40%;
	}

	/* Cards */

	.card {
		padding: 2em;
	}

	/* Swiper */

	.video-carousel-swiper {
		height: 400px;
	}

	/* Footer */

	#spotlight {
		font-size: 5em;
	}
}

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


	/* Special Layouts */
	
}

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

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

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

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

	/* Typography */

	h2 { 
		font-size: 3.8em; 
	}

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

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

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

	.btn-text {
		font-size: 1.2em;
	}

	.btn-text img {
	    height: 18px;
	    width: 9px;
	    top: 2px;
	}

	/* Header */

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

	/* Header Navigation */

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

	#navigation {
		margin: inherit;
		padding-right: 0;
	}

	.menu-primary-navigation-container, .logged-in .menu-primary-navigation-container {
		background: #070606;
	    height: calc(100vh - 72px);
	    width: 100%;
	    left: 0;
	    position: fixed;
	    top: calc(-100vh - 72px);
	    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: 71px;
	}

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

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

	#menu-primary-navigation li, #menu-primary-navigation .sub-menu li {
		display: block;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
		height: auto;
	}

	#menu-primary-navigation li.btn-primary {
		background: transparent;
		color: inherit;
		border: 0;
		padding: 0;
		margin-top: 1em;
		padding-top: 2em;
		border-top: 1px solid #2D2D2D;
		padding-bottom: 2em;
	}

	#menu-primary-navigation li.btn-primary:focus, #menu-primary-navigation li.btn-primary:active, #menu-primary-navigation li.btn-primary:focus:active, #menu-primary-navigation li.btn-primary:hover {
		box-shadow: unset;
	}

	#menu-primary-navigation li.btn-primary a {
		color: #070606;
		width: auto;
		display: inline-flex;
	}

	#menu-primary-navigation a {
		font-size: 1.5em;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		height: auto;
		justify-content: flex-start;
	}

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

	#menu-primary-navigation > li:hover > a:before {
		width: 0;
	}

	#menu-primary-navigation > li.open > a:before {
		width: 100%;
	}

	#menu-primary-navigation li.open .caret svg:last-of-type {
		transform: rotate(90deg);
	}

	#menu-primary-navigation li.open .caret svg:first-of-type {
		transform: rotate(-90deg);
	}

	#menu-primary-navigation li:hover .caret svg path {
		color: #ffffff;
	}

	#menu-primary-navigation li:hover .caret svg:first-of-type{
		transform: rotate(0deg);
		height: 8px;
	}

	#menu-primary-navigation li:hover .caret svg:last-of-type {
		transform: rotate(0deg);
	}

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

	#menu-primary-navigation .sub-menu li {
		background: rgba(30,30,30,0.65);
		margin-bottom: 0.5em;
		border-radius: 4px;
	}

	#menu-primary-navigation .sub-menu a {
		font-size: 1em;
	}

	/* Helpers */

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

	/* Special Layouts */

	#header {
		margin-top: 70px;
	}

	#header.bg-image .graphic {
		width: 70%;
		bottom: -2em;
	}

	#header.bg-image .row {
		padding-bottom: 6em;
	}

	.single-lp #header .content {
		padding-top: 24px;
	}

	.single-lp #header .form {
		margin-left: 0;
	}

	.page-links .content,
	.products .content,
	.features .content {
		position: relative;
		opacity: 1;
		left: unset;
		width: 100%;
		top: unset;
		pointer-events: auto;
		margin-bottom: 2em;
	}

	.products .card.content,
	.products .card.content.active,
	.features .card.content,
	.features .card.content.active  {
		flex-direction: column;
		width: 100%;
		left: 0;
	}

	.overview, .overview .container:not(.full-width), .overview .row {
		min-height: unset;
	}

	.overview .container.full-width {
		position: relative;
		width: 100%;
	}

	.overview .container:not(.full-width) .row {
		padding-top: 3.5em;
	}

	.testimonials h3 {
		text-align: center;
	}

	.stats {
		background-image: unset;
	}

	.error404 #header {
		height: 400px;
	}

	.single-resource #header {
		height: auto;
	}

	.single-resource #header .container:first-of-type .row {
		padding-bottom: 0;
	}

	.single-resource #header .image-container {
		position: relative;
	}

	/* Swiper */

	.swiper-slide {
		flex-direction: column;
	}

	.testimonials-swiper .swiper-slide img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2em;
	}

	.video-carousel-swiper + .nav {
		margin-top: 2em;
	}

	.swiper-material-wrapper {
		width: 100% !important;
		transform: unset !important;
	}

	.swiper-horizontal .swiper-material-content {
		width: 100%;
		left: 0;
	}

	.swiper-material-animate-opacity {
		opacity: 1 !important;
	}

	.testimonials-swiper .quote {
		width: 100%;
		flex-basis: 100%;
	}

	.images .swiper-slide {
		height: 450px;
	}

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

	.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 {
		margin-bottom: 1em;
	}

	/* Cards */

	.card {
		border-left: 0;
		border-right: 0;
		border-bottom: 1px solid #2D2D2D;
		padding: 3em 5em;
		text-align: center;
	}

	.image-list .px-0:nth-of-type(1) .card, .icon-list .px-0:nth-of-type(1) .card {
		border-left: 0;
	}

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

	.card-footer .btn-text {
		justify-content: center;
	}

	.card.content .card-body {
		padding: 1em 3em;
	}

	.products .card.content .card-img,
	.products .card.content .card-body,
	.features .card.content .card-img,
	.features .card.content .card-body {
		width: 100%;
		align-self: unset;
	}

	.products .card.content .card-img img,
	.features .card.content .card-img img {
		height: auto;
		width: 100%;
		object-fit: unset;
	}

	/* Isotope */

	.grid-item .card {
		text-align: left;
	}

	/* Lists */

	ul.three-col {
		border: 0;
	}

	ul.three-col li {
		width: 100%;
		margin: 0;
		padding-top: 1em;
		padding-bottom: 1em;
		list-style-type: none;
		border-bottom: 1px solid #2D2D2D;
	}

	ul.three-col li {
		border-top: 1px solid #2D2D2D;
	}

	/* Accordion */

	.accordion > li {
		padding-top: 1em;
	}

	.accordion-layout .accordion .answer {
		padding-bottom: 0;
	}

	.accordion li .icon {
		filter: brightness(0) saturate(100%) invert(72%) sepia(2%) saturate(17%) hue-rotate(314deg) brightness(87%) contrast(80%);
	}

	.accordion li.open .icon {
		filter: unset;
	}
	
	/* Footer */

	footer {
		background-size: 30%;
	}

	#spotlight {
		color: #ffffff;
		background: unset;
		padding-bottom: 0;
	}

	#menu-footer-navigation {
		display: block;
	}

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

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

	.container {
		width: 100%;
	}

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

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

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

	/* Typography */

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

	h2 {
		font-size: 3em;
	}

	.h2 {
		font-size: 2.8em;
	}

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

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

	.buttons .btn-secondary {
		margin: 0;
	}

	/* Header */


	/* Header Navigation */


	/* Special Layouts */

	#header.bg-image {
		height: 50vh;
	}

	#header.bg-image .graphic {
		bottom: 0;
	}

	#header .box {
		padding: 1em;
	}

	.banner h4 {
		font-size: 1.3em;
	}

	.full-width-media .image.no-image,
	.full-width-media .image.bg-image {
		height: auto;
	}
	
	.full-width-media .image.no-text {
		background-size: cover;
		background-position: center;
		height: 350px;
	}

	.full-width-media .image:not(.no-image) .bg-image {
		height: auto;
	}

	.full-width-media .image.no-image .bg-image {
		background-size: 110%;
		height: 200px;
		background-position: top center;
		position: relative;
		top: -2px;
	}

	.full-width-media .row {
		padding-left: 30px;
		padding-right: 30px;
	}

	.video-carousel-swiper, .video-slider-swiper {
		height: 250px;
	}

	.stat {
		flex-direction: column;
		align-items: flex-start;
	}

	.icon-list.headline, .image-list.headline {
		padding-left: 30px;
		padding-right: 30px;
	}

	.icon-list:not(.headline) .row, .image-list:not(.headline) .row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.error404 #header {
		height: 300px;
	}

	.error404 .graphic {
		width: 100%;
	}

	/* HTML Video */


	/* Cards */

	.card {
		padding: 3em 1em;
	}

	.card.content .card-body {
		padding: 1em;
	}

	.icon-list .card {
		text-align: left;
		padding: 3em 1em;
	}

	/* Swiper */

	.video-label {
		display: none;
	}

	.video-label span {
		width: 100%;
	}

	.swiper-pagination {
		display: none;
	}

	.image-carousel-swiper + .swiper-pagination + .nav {
		margin-top: 2em;
	}

	.images .swiper-slide {
		height: 350px;
	}

	.images .swiper-slide:nth-of-type(3n) {
		margin-top: 4em;
	}

	.images .swiper-slide:nth-of-type(2n) {
		margin-top: 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;
	}

	/* Filters/Search */

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

	.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 {
		pointer-events: auto;
	}

	.mobile-scroll .filter-group strong {
		font-size: 1em;
		background-color: #2D2D2D;
		padding: 0.8em;
		padding-right: 3em;
		background-image: url(/wp-content/themes/osc/images/icon-caret-down-white.svg);
		background-size: 15px;
		background-position: 85% center;
		background-repeat: no-repeat;
		color: #ffffff;
		position: relative;
		top: 0.8em;
		border-radius: 4px;
		font-weight: 600;
	}

	.mobile-scroll .filter-group [data-filter-group] {
		opacity: 0;
		pointer-events: none;
		background: #2D2D2D;
		position: absolute;
		margin-top: 21px;
		width: auto;
		padding: 1em;
		padding-top: 0;
		padding-bottom: 0;
		border-radius: 4px;
	}

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

	.filter.checkbox {
		font-size: 1em;
		border-bottom: 0;
		padding-bottom: 0;
	}

	.filter.checkbox:after {
		height: 15px;
		width: 15px;
	}

	/* accordion */

	.accordion-layout .accordion li .headline .btn-icon {
		width: 40px;
		height: 40px;
	}

	.accordion-layout .h2 {
		font-size: 2.5em;
	}

	/* Lists */

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

	/* Gravity Forms */
	
	.gform_wrapper select,
	.gform_wrapper textarea {
		margin-bottom: 1em !important;
	}

	/* Footer */

	footer {
		background-image: unset;
	}

	#spotlight {
		font-size: 4em;
	}
}

@media only screen and (max-width: 400px) {
	h2 {
		font-size: 2.7em;
	}

}