/*!
Theme Name: two-os-product
Theme URI: http://underscores.me/
Author: Fuel Digital, LLC
Author URI: https://fuel.digital
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: two-os-product
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

two-os-product is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/
/* colors */
/* fonts */
/* breakpoints */
/* animations */
@font-face {
	font-family: 'AvenirBlack';
	src: url("./fonts/AvenirLTStd-Black.otf") format("opentype");
}

@font-face {
	font-family: 'AvenirBook';
	src: url("./fonts/AvenirLTStd-Book.otf") format("opentype");
}

@font-face {
	font-family: 'AvenirRoman';
	src: url("./fonts/AvenirLTStd-Roman.otf") format("opentype");
}

* {
	box-sizing: border-box;
}

html,
body {
	font: normal 16px "AvenirBook", sans-serif;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

h1 {
	font-size: 1.5rem;
	font-weight: 500;
}

a {
	text-decoration: none;
}

.btn {
	border-radius: 0.5rem;
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	display: inline-block;
	padding: 0.75rem 2.5625rem;
	transition: all 500ms;
}

.btn.primary {
	background-color: #F6A121;
	font-family: "AvenirBlack", sans-serif;
}

.btn.primary:hover {
	background-color: #c37808;
	color: black;
}

.btn.secondary {
	background-color: #162731;
}

.btn.secondary:hover {
	background-color: black;
	color: #c37808;
}

.btn[class^="vc_btn"] {
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	display: block;
	margin: 0;
}

.btn[class^="vc_btn"]:hover {
	background-color: transparent;
}

.btn[class^="vc_btn"].primary a.vc_general {
	background-color: #F6A121;
	border-radius: 0.5rem;
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	color: #162731;
	font-family: "AvenirBlack", sans-serif;
}

.btn[class^="vc_btn"].primary a.vc_general:hover {
	background-color: #c37808;
	color: black;
}

.btn[class^="vc_btn"].secondary a.vc_general {
	background-color: #162731;
	border-radius: 0.5rem;
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	color: #F6A121;
	font-family: "AvenirBlack", sans-serif;
}

.btn[class^="vc_btn"].secondary a.vc_general:hover {
	background-color: black;
	color: #c37808;
}

.btn[class^="vc_btn"].white a.vc_general {
	background-color: #ffffff;
	border-radius: 0.5rem;
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	color: #162731;
	display: inline-block;
	font-family: "AvenirBlack", sans-serif;
	font-weight: bold;
}

.btn[class^="vc_btn"].white a.vc_general:hover {
	background-color: #d9d9d9;
	color: black;
}

.site {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}

.site-header {
	align-items: center;
	box-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.16);
	display: flex;
	height: 5.0625rem;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.site-header-branding {
	display: flex;
	height: 100%;
	position: relative;
	z-index: 1;
}

.site-header-branding-logo, .site-header-branding-title {
	align-items: center;
	border-radius: 0 9999px 9999px 0;
	display: flex;
	position: relative;
}

.site-header-branding-logo {
	background-color: #ffffff;
	padding: 0 2.3125rem 0 1.6875rem;
	z-index: 1;
}

.site-header-branding-logo img {
	height: 3.875rem;
}

.site-header-branding-title {
	background-color: #162731;
	color: #ffffff;
	margin-left: -2.3125rem;
	padding: 0 1.3125rem 0 3.625rem;
	z-index: 0;
}

.site-header-navigation {
	display: flex;
	flex: 0 1 49%;
	height: 100%;
	justify-content: flex-end;
	padding-right: 9.53125%;
	position: relative;
}

.site-header-navigation .menu-primary-container {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.site-header-navigation .menu-primary-container .menu {
	align-items: center;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.site-header-navigation .menu-primary-container .menu a {
	color: #162731;
	font-size: 0.875rem;
	white-space: nowrap;
}

.site-header-navigation .menu-primary-container .menu .current-menu-item a {
	border-bottom: 0.125rem solid #F6A121;
	font-family: "AvenirBlack", sans-serif;
	padding-bottom: 0.5rem;
}

.site-header-navigation .menu-primary-container .menu .contact-us {
	margin-left: auto;
}

.site-header-navigation .menu-primary-container .menu .contact-us a {
	background-color: #F6A121;
	border-radius: 0.5rem;
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	color: #ffffff;
	display: inline-block;
	font-family: "AvenirBlack", sans-serif;
	padding: 0.75rem 2.5625rem;
	transition: all 500ms;
}

.site-header-navigation .menu-primary-container .menu .contact-us a:hover {
	background-color: #c37808;
}

.site-header-navigation:before {
	background: url("/wp-content/themes/two-os-product/img/bg_accent.svg") no-repeat right top;
	content: "";
	display: block;
	height: 100%;
	left: calc(-100% - 2rem);
	position: absolute;
	width: 100%;
	z-index: 0;
}

.site-main {
	display: flex;
	flex: 0 0 calc(100% - 5.0625rem);
	flex-direction: row;
	overflow: hidden;
}

.left-nav {
	background-color: #F9FAFB;
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	flex-shrink: 0;
	padding: 1.5625rem 0.9375rem;
	position: relative;
	width: 18.125rem;
	z-index: 0;
}

.left-nav ul {
	color: #5F5F5F;
	font-size: 0.875rem;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.left-nav ul li {
	cursor: pointer;
	border-radius: 0.3125rem;
	padding: 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
}

.left-nav ul li:hover {
	background-color: rgba(229, 229, 229, 0.5);
}

.left-nav ul li.active {
	background-color: rgba(237, 156, 49, 0.5);
	color: #000;
	font-family: "AvenirBlack", sans-serif;
}

.left-nav ul li.active:hover {
	background-color: rgba(237, 156, 49, 0.5);
}

.main-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100%;
	overflow-y: scroll;
	flex: 1 1 100%;
}

.main-content .page {
	padding: 0 9.53125%;
}

.site-footer {
	align-items: center;
	background-color: #162731;
	box-shadow: 0 -0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	color: #ffffff;
	display: flex;
	flex: 0 0 10.25rem;
	flex-direction: column;
	font-size: 0.875rem;
	justify-content: center;
	margin-top: 9.9375rem;
}

.site-footer img {
	height: 4.25rem;
	margin-bottom: 1.5rem;
}

.site-footer p {
	margin: 0;
}

/*# sourceMappingURL=style.css.map */