/*
Theme Name: DeltaHawk Customer Supplier Portal
Theme URI: https://wordpress.org/themes/DeltaHawk-Customer-Supplier-Portal/
Author: the WordPress team
Author URI: https://wordpress.org
Description: 
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.0
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0https://www.linkedin.com/in/michael-j-francis-2980b1a/;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/*
Regular
font-family: jaf-bernina-sans, sans-serif;
font-style: normal;
font-weight: 400;

Compressed Semibold
font-family: jaf-bernino-sans-comp, sans-serif;
font-style: normal;
font-weight: 600;

Compressed Regular Italic
font-family: jaf-bernina-sans-comp, sans-serif;
font-style: italic;
font-weight: 400;

Compressed ExtraBold Italic
font-family: jaf-bernina-sans-comp, sans-serif;
font-style: normal;
font-weight: 800;

Condensed Bold
font-family: jaf-bernino-sans-condensed, sans-serif;
font-style: normal;
font-weight: 700;

Red #E02828
*/

html {
  	scroll-behavior: smooth;
	background: #fff url('/wp-content/themes/DeltaHawk-Customer-Supplier-Portal/assets/images/clouds.png') bottom center no-repeat;
	background-size: 300%;
}
html, button, input, select, textarea {
	font-family: 'din-2014', sans-serif;
}
body {
	font-family: jaf-bernina-sans, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 1px;
	color: #000000;
}
body .is-layout-constrained > .alignwide {
    max-width: unset;
}
@-ms-keyframes slidein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes slidein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes slidein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes slidein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-ms-keyframes fadeInUp {
  0% {
    transform: translateY(25);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    transform: translateY(25);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@-moz-keyframes fadeInUp {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
section {
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
section.section-visible {
	animation-name: slidein;
	animation-delay: 0.5s;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a,a:hover {
	text-decoration: none !important;
 	-webkit-transition: all 0.2s;
 	-moz-transition: all 0.2s;
 	-o-transition: all 0.2s;
 	transition: all 0.2s;
}
p a {
	color: #e02828;
}
p a:hover {
	color: #000;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-family: jaf-bernino-sans-comp, sans-serif;
}
.login-logo {
	max-width: 200px;
	margin-bottom: 3em;
}
.login-logo img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.login-logo h1 {
	font-size: 0.1em;
	color: #fff;
}
.login-form {
	padding: 5%;
}
.login-form h2 {
	font-family: jaf-bernina-sans-comp, sans-serif;
	font-style: italic;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #E02828;
	margin: 0 0 0.5em;
}
.login-initial {
	margin: 0 0 3em;
}
.login-initial-form {
	margin: 0 0 3em;
}
.login-form .full {
	display: block;
	margin: 0 0 1.5em;
}
.login-form .half {
	margin: 0 0 1.5em;
}
.login-form label {
	display: block;
	font-size: 1.4em;
	font-family: jaf-bernino-sans-comp, sans-serif;
	font-style: italic;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
	margin: 0 0 0.25em;
}
.login-form input,.login-form .half select,.login-form .half textarea {
	display: block;
	width: calc(96% - 2px);
	padding: 0.75em;
	border: 1px solid #ccc;
	box-shadow: inset 0 2px 6px #eee;
} 
.login-form select {
	display: block;
	width: calc(100% - 2px);
	padding: 0.75em;
	border: 1px solid #ccc;
	background: #fff;
	box-shadow: inset 0 -2px 6px #eee;
	margin-bottom: 1em;
} 
.login-form input.cta,.login-form input.btn.red {
	display: block;
    background: #e02828;
    border: 3px solid #e02828;
    color: #fff;
    padding: 0.4em 0.8em;
    text-transform: uppercase;
    font-family: jaf-bernina-sans-comp, sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 1em;
    width: 100%;
	box-shadow: none;
 	-webkit-transition: all 0.2s;
 	-moz-transition: all 0.2s;
 	-o-transition: all 0.2s;
 	transition: all 0.2s;
}
.login-form input.cta:hover,.login-form input.btn.red:hover {
	background: #000;
    border: 3px solid #000;
 	-webkit-transition: all 0.2s;
 	-moz-transition: all 0.2s;
 	-o-transition: all 0.2s;
 	transition: all 0.2s;
}
.login-form .half a {
	color: #000;
	text-align: right;
	font-style: italic;
}
.login-form .half a:hover {
	color: #e02828;
}
.login-ctas a.btn.red {
	display: block;
    background: #e02828;
    border: 3px solid #e02828;
    color: #fff;
    padding: 0.4em 0.8em;
    text-transform: uppercase;
    font-family: jaf-bernina-sans-comp, sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    letter-spacing: 1.5px;
	box-shadow: none;
	width: auto;
	margin: 0 0 0.5em;
	text-align: center;
 	-webkit-transition: all 0.2s;
 	-moz-transition: all 0.2s;
 	-o-transition: all 0.2s;
 	transition: all 0.2s;
}
.login-ctas a.btn.red:hover {
	background: #000;
    border: 3px solid #000;
 	-webkit-transition: all 0.2s;
 	-moz-transition: all 0.2s;
 	-o-transition: all 0.2s;
 	transition: all 0.2s;
}
.login a.btn.ghost {
	display: block;
    background: transaprent;
    color: #000;
    border: 3px solid #000;
    padding: 0.4em 0.8em;
    text-transform: uppercase;
    font-family: jaf-bernina-sans-comp, sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1.5px;
	box-shadow: none;
	width: auto;
	margin: 0 0 0.5em;
	text-align: center;
 	-webkit-transition: all 0.2s;
 	-moz-transition: all 0.2s;
 	-o-transition: all 0.2s;
 	transition: all 0.2s;
}
.login a.btn.ghost:hover {
    background: #000;
    color: #fff;
 	-webkit-transition: all 0.2s;
 	-moz-transition: all 0.2s;
 	-o-transition: all 0.2s;
 	transition: all 0.2s;
}
.login a.btn.red.ghost {
    color: #e02828;
    border: 3px solid #e02828;
}
.login a.btn.red.ghost:hover {
    background: #e02828;
    color: #fff;
}
.login-img {
	display: none;
}
.login footer {
	font-size: 0.8em;
	color: #000;
}
.login footer strong {
	margin-right: 1em;
}
.login footer a {
	color: #000;
}
.login footer a:hover {
	color: #e02828;
}
.login a.return {
	display: block;
	color: #000;
	margin-bottom: 2em;
}
.login a.return:hover {
	color: #E02828;
}
.engine-additions.closed {
	display: flex;
	gap: 1em;
	justify-content: center;
	border-bottom: 1px solid #ccc;
	padding: 0.5em 0;
}
.add-engine-btn {
	display: block;
	font-style: italic;
	color: #e02828;
	text-align: left;
	padding: 0.5em 0 0;
}
.add-engine-btn:hover {
	color: #000;
}
.subscription {
	font-family: jaf-bernina-sans-comp, sans-serif;
	font-style: italic;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #E02828;
	margin: 0 !important;
}
.subscription h3 {
	font-size: 1.25em;
	margin: 0;
}
.subscription .price {
	font-size: 1.25em;
	font-weight: bold;
}
.subscription .price small {
	font-size: 75%;
	font-weight: normal;
	letter-spacing: 1px;
}
.engine-additions .engine-name,.engine-additions .add-engine {
	flex: 1;
}
.engine-additions .add-engine {
	font-style: italic;
	color: #e02828;
	text-align: right;
}
.engine-additions .delete-engine, .save-engine-btn {
	font-style: italic;
	color: #e02828;
}
.engine-additions .add-engine:hover, .engine-additions .delete-engine:hover, .save-engine-btn:hover {
	color: #000;
}
.engine-additions.open {
	display: block;
	margin: 2em 0 0;
}
.engine-additions.open .engine-name {
	display: block;
	font-size: 1.4em;
	font-family: jaf-bernino-sans-comp, sans-serif;
	font-style: italic;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
	margin: 0 0 0.25em;
}
.engine-additions.open .full label {
	font-size: 1.25em;
	color: #666;
}
.dashboard {
	height: 100vh;
}
.dashboard-mobile {
	position: fixed;
	top: 0;
	display: block;
	background: rgba(0,0,0,0.9);
	padding: 0.75em 2.5%;
	width: 95%;
	z-index: 999;
}
.dashboard-mobile a.mobile-menu {
	position: absolute;
	top: 1em;
	left: 1em;
	display: block;
	width: 36px;
	height: 36px;
	background: transparent url('/wp-content/themes/DeltaHawk-Customer-Supplier-Portal/assets/images/menu-icon-white.png') center center no-repeat;
	background-size: cover;
	text-indent: -9999px;
	overflow: hidden;
}
.dashboard-mobile .logo img {
	width: 100%;
	max-width: 150px;
	height: auto;	
	margin-left: 50px;
}
.dashboard-mobile a.mobile-profile {
	position: absolute;
	top: 1em;
	right: 1em;
	display: block;
	width: 36px;
	height: 36px;
	background: transparent url('/wp-content/themes/DeltaHawk-Customer-Supplier-Portal/assets/images/account-icon-white.png') center center no-repeat;
	background-size: cover;
	text-indent: -9999px;
	overflow: hidden;
}
.dashboard-sidebar .logo img {
	width: 100%;
	max-width: 240px;
	height: height;
	margin: 0 1em;
}
.dashboard-sidebar {
	display: none;
	position: relative;
}
.dashboard-sidebar .top {
	position: absolute;
	top: 3em;
	width: 100%;
}
.dashboard-sidebar .dashboard-nav {
	margin: 2em 0 0;
}
.dashboard-sidebar a.d-manuals,.dashboard-sidebar a.d-feedback,.dashboard-sidebar .d-profile,.dashboard-sidebar .d-logout {
	display: block;
	font-family: jaf-bernino-sans-condensed, sans-serif;
	font-size: 1.25em;
	font-style: italic;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	padding: 0.75em 1em 0.75em 3.25em;	
	text-align: left;
 	-webkit-transition: all 0.2s;
 	-moz-transition: all 0.2s;
 	-o-transition: all 0.2s;
 	transition: all 0.2s;
}
.dashboard-sidebar a.d-manuals:hover,.dashboard-sidebar a.d-feedback:hover,.dashboard-sidebar .d-profile:hover,.dashboard-sidebar .d-logout:hover {
	padding: 0.75em 1em 0.75em 3.75em;	
	letter-spacing: 3px;
 	-webkit-transition: all 0.2s;
 	-moz-transition: all 0.2s;
 	-o-transition: all 0.2s;
 	transition: all 0.2s;
}
.dashboard-sidebar a.d-manuals {
	background: transparent url('/wp-content/themes/DeltaHawk-Customer-Supplier-Portal/assets/images/manuals-icon-white.png') 1.5em center no-repeat;
	background-size: 24px auto;
}
.dashboard-sidebar a.d-manuals:hover {
	background: rgba(0,0,0,0.5) url('/wp-content/themes/DeltaHawk-Customer-Supplier-Portal/assets/images/manuals-icon-white.png') 2em center no-repeat;
	background-size: 24px auto;
}
.dashboard-sidebar a.d-feedback {
	background: transparent url('/wp-content/themes/DeltaHawk-Customer-Supplier-Portal/assets/images/feedback-icon-white.png') 1.5em center no-repeat;
	background-size: 24px auto;
}
.dashboard-sidebar a.d-feedback:hover {
	background: rgba(0,0,0,0.5) url('/wp-content/themes/DeltaHawk-Customer-Supplier-Portal/assets/images/feedback-icon-white.png') 2em center no-repeat;
	background-size: 24px auto;
}
.dashboard-sidebar a.d-profile {
	background: transparent url('/wp-content/themes/DeltaHawk-Customer-Supplier-Portal/assets/images/account-icon-white.png') 1.5em center no-repeat;
	background-size: 24px auto;
}
.dashboard-sidebar a.d-profile:hover {
	background: rgba(0,0,0,0.5) url('/wp-content/themes/DeltaHawk-Customer-Supplier-Portal/assets/images/account-icon-white.png') 2em center no-repeat;
	background-size: 24px auto;
}
.dashboard-sidebar a.d-logout {
	background: transparent url('/wp-content/themes/DeltaHawk-Customer-Supplier-Portal/assets/images/logout-icon-white.png') 1.5em center no-repeat;
	background-size: 24px auto;
}
.dashboard-sidebar a.d-logout:hover {
	background: rgba(0,0,0,0.5) url('/wp-content/themes/DeltaHawk-Customer-Supplier-Portal/assets/images/logout-icon-white.png') 2em center no-repeat;
	background-size: 24px auto;
}	
.dashboard-sidebar a.d-nav-active,.dashboard-sidebar a.d-nav-active:hover {
	background-color: #E02828 !important;
}
.dashboard-sidebar .bottom {
	position: absolute;
	bottom: 3em;
	width: 100%;
}
.dashboard-list {
	position: relative;
	padding: 2em;
	margin-top: 70px;
}
.dashboard-list h1 {
	font-family: jaf-bernino-sans-condensed, sans-serif;
	font-size: 2em;
	font-style: italic;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #E02828;
	margin: 0;
	padding: 0 0 0.5em;
	border-bottom: 2px solid #000;
}
.download-item {
	border-bottom: 1px solid #000;
}
.download-item:last-child {
	border-bottom: 0px;
}
.download-item {
	display: flex;
	padding: 1.25em 0;
}
.download-item .download-name {
	flex: 1;
	font-family: jaf-bernina-sans, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.download-item .download-name h2 {
	font-family: jaf-bernina-sans, sans-serif;
	font-size: 1.1em;
	font-weight: 600;
	margin: 0;
}
.download-item .download-name h2 a {
	color: #000;
}
.download-item .download-name h2 a:hover {
	color: #E02828;
}
.download-item .download-name p {
	font-family: jaf-bernina-sans, sans-serif;
	font-style: normal;
	padding: 0;
	margin: 0;
}
.download-item a.download-ico {
	flex: 1;
	align-self: right;
	display: block;
	width: 36px;
	height: 36px;
	background: transparent url('/wp-content/themes/DeltaHawk-Customer-Supplier-Portal/assets/images/download-icon-red.png') center right no-repeat;
	background-size: 30px auto;
	text-indent: -9999px;
	overflow: hidden;
}
.download-item a.download-ico:hover {
	background: transparent url('/wp-content/themes/DeltaHawk-Customer-Supplier-Portal/assets/images/download-icon-red.png') center right no-repeat;
	background-size: 36px auto;
 	-webkit-transition: all 0.2s;
 	-moz-transition: all 0.2s;
 	-o-transition: all 0.2s;
 	transition: all 0.2s;
}
.dashboard-list footer {
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px solid #000;
	font-size: 0.8em;
	color: #000;
}
.dashboard-list footer strong {
	margin-right: 1em;
}
.dashboard-list footer a {
	color: #000;
}
.dashboard-list footer a:hover {
	color: #e02828;
}
.dashboard-form {
	padding: 2em 0 0; 
}
.dashboard-form .full,.dashboard-form .half,.dashboard-form .third {
	display: block;
	margin: 0 0 1.5em;
}
.dashboard-form label {
	display: block;
	font-family: jaf-bernino-sans-condensed, sans-serif;
	font-size: 1.25em;
	font-style: italic;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
	margin: 0 0 0.25em;
}
.dashboard-form input,.dashboard-form textarea {
	display: block;
	width: calc(96% - 2px);
	padding: 0.75em;
	border: 1px solid #ccc;
	box-shadow: inset 0 2px 6px #eee;
}
.dashboard-form select {
	display: block;
	width: calc(100% - 2px);
	padding: 0.75em;
	border: 1px solid #ccc;
	background: #fff;
	box-shadow: inset 0 -2px 6px #eee;
	margin-bottom: 1em;
} 
.dashboard-form .cta {
	display: block;
    background: #e02828;
    border: 3px solid #e02828;
    color: #fff;
    padding: 0.4em 0.8em;
    text-transform: uppercase;
    font-family: jaf-bernina-sans-comp, sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 1em;
    width: 100%;
	box-shadow: none;
 	-webkit-transition: all 0.2s;
 	-moz-transition: all 0.2s;
 	-o-transition: all 0.2s;
 	transition: all 0.2s;
}
.dashboard-form .cta:hover {
	background: #000;
    border: 3px solid #000;
 	-webkit-transition: all 0.2s;
 	-moz-transition: all 0.2s;
 	-o-transition: all 0.2s;
 	transition: all 0.2s;
}
.login-form .half select,.dashboard-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;  
	background-image: url('/wp-content/themes/DeltaHawk-Customer-Supplier-Portal/assets/images/droparrow-icon-red.png');
  	background-size: 18px auto;
	background-repeat: no-repeat;
	background-position: right 10px center;
  	padding-right: 24px;
}
@media (min-width: 768px) {
	html {
  		background-size: 100% auto;
	}
	.login {
		display: flex;
	}
	.login-form,.login-img {
		flex: 1;
		justify-content: center;
	}
	.login-form {
		min-width: 32.5%;
		height: 100%;
	}
	.login-form h2 {
		font-size: 2em;
	}
	.login-form input.cta,.login-form input.btn.red {
		display: inline-block;
		margin-bottom: unset;
		width: auto;
	}
	.login-img {
		display: block;
		min-width: 55%;
		height: 100vh;
		background: transparent url('/wp-content/themes/DeltaHawk-Customer-Supplier-Portal/assets/images/DeltaHawk-login-plane.png') top left no-repeat;
		background-size: cover;
	}
	.login-logo {
		max-width: 230px;
	}
	.login-ctas a.btn.red {
		display: inline-block;
		margin: 0 0.5em 0 0;
	}
	.login a.btn.ghost {
		display: inline-block;
	}
	.halves,.thirds {
		display: flex;
		justify-content: center;
		gap: 1.5em;
		margin: 0 0 1.5em;
	}
	.half,.third {
		flex: 1;
		margin: 0;
	}
	.login-form .half input,.login-form .half select,.login-form .half textarea {
		width: calc(92% - 2px);
	} 
	.dashboard-mobile {
		display: none;
	}
	.dashboard {
		display: flex;
	}
	.dashboard-sidebar {
		flex: 1;
		display: block;
		background: rgba(0,0,0,0.75);
		max-width: 20%;
		min-width: 280px;
	}
	.dashboard-sidebar .logo {
		width: 100%;
		text-align: center;
	}
	.dashboard-list {
		flex: 1;
		padding: 4em;
		margin-top: 0;
	}
	.dashboard-list footer {
		/*position: absolute;*/
		bottom: 3em;
		border: 0;
		padding: 0;
		margin: 0;
	}
	.dashboard-form .cta {
		display: inline-block;
		width: auto;
	}
	.dashboard-form .half,.dashboard-form .third {
		margin: 0;
	}
	.dashboard-form textarea {
		width: calc(98% - 2px);
	}
}