/*!
Theme Name: Chartergates
Theme URI: http://underscores.me/
Author: Tom Jenkins
Author URI: http://underscores.me/
Description: Chartergates
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: Chartergates
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Chartergates 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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://use.typekit.net/urc4ylu.css");
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: Sofia-Pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  font-family: Sofia-Pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  background: #fff;
}

ul,
ol {
  margin: 0 0 0 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

body {
  font-size: 18px;
  line-height: 1.4em;
}

.sectionInner {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}
.sectionInner p {
  width: 100%;
}

.confined {
  max-width: 1400px;
  width: 100%;
}

.confined-1024 {
  max-width: 1024px;
  width: 100%;
}

.confined-1280 {
  max-width: 1280px;
  width: 100%;
}

.user-content {
  width: 100%;
}

/* --------------------------- header --------------------------- */
.page-head {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  background: #25283d;
  flex-wrap: wrap;
}
.page-head .sectionInner {
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 1.875rem;
}
.page-head #logo {
  padding: 20px 0;
  width: 100%;
  max-width: 350px;
}
.page-head #main-nav {
  display: inline-flex;
  width: 100%;
  justify-content: flex-end;
}
.page-head #main-nav ul {
  display: inline-flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  width: 90%;
}
.page-head #main-nav ul li {
  list-style: none;
}
.page-head #main-nav ul li a {
  color: #fff;
  font-weight: bold;
  padding: 20px 0.9375rem;
  position: relative;
  transition: all ease-out 0.5s;
}
.page-head #main-nav ul li a::after {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  color: #fff;
  right: 2.4rem;
  transition: all ease-out 0.5s;
  opacity: 0;
}
.page-head #main-nav ul li a:hover {
  color: #e27a02;
}
.page-head #main-nav ul li.highlight a {
  background: #e27a02;
  padding: 20px 3.75rem;
  border-radius: 50px;
}
.page-head #main-nav ul li.highlight a:hover {
  color: #fff;
}
.page-head #main-nav ul li.highlight a:hover::after {
  opacity: 1;
}
.page-head .top-nav {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  background: #2e3146;
  padding: 0;
}
.page-head .top-nav .confined {
  padding: 0 1.875rem;
}
.page-head .top-nav ul {
  display: inline-flex;
  width: 100%;
  justify-content: flex-end;
  margin: 0;
  padding: 10px 0;
}
.page-head .top-nav ul li {
  list-style: none;
  color: #fff;
  padding-left: 1.875rem;
}
.page-head .top-nav ul li a {
  color: #fff;
  transition: all ease-out 0.5s;
}
.page-head .top-nav ul li a:hover {
  color: #e27a02;
}
.page-head .top-nav ul li.active a {
  color: #e27a02;
}

/* --------------------------- login page --------------------------- */
.um-field-label label {
  font-size: 18px !important;
}

.form-block-container {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
.form-block-container .form-block {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 520px;
  height: 100vh;
  padding: 3.75rem;
  flex-wrap: wrap;
  flex-direction: column;
}
.form-block-container .form-block .um .um-form label {
  font-size: 18px !important;
}
.form-block-container .form-block .um .um-form input:hover, .form-block-container .form-block .um .um-form input:focus {
  transition: all ease-out 0.5s;
  border: 1px solid #e27a02 !important;
}
.form-block-container .form-block h1 {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
.form-block-container .form-block .um-form {
  padding: 0.9375rem 0;
}
.form-block-container .form-block .um-form input[type=text],
.form-block-container .form-block .um-form input[type=search],
.form-block-container .form-block .um-form input[type=tel],
.form-block-container .form-block .um-form input[type=number],
.form-block-container .form-block .um-form input[type=password] {
  border-radius: 20px;
  height: 50px !important;
  font-size: 18px !important;
}
.form-block-container .form-block .um-form input[type=submit] {
  width: 100% !important;
  border-radius: 30px !important;
  height: 55px !important;
  font-weight: bold !important;
  transition: all ease-in-out 0.4s;
  background: #25283d;
}
.form-block-container .form-block .um-form input[type=submit]:hover {
  background: #e27a02;
}
.form-block-container .form-block .um-form p.um-notice {
  padding: 30px !important;
  text-align: center;
}
.form-block-container .form-block .form-info {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
.form-block-container .form-block .form-info p {
  margin: 0 0 5px 0;
  text-align: center;
}
.form-block-container .form-block .form-info a {
  color: #25283d;
  font-weight: bold;
  margin: 0.9375rem 0;
  border-bottom: 1px solid #25283d;
}
.form-block-container .form-block #form-toggle {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1.875rem 0 0 0;
}
.form-block-container .form-block #form-toggle .button {
  display: inline-flex;
  padding: 5px;
  width: 50%;
  justify-content: center;
  transition: all ease-out 0.3s;
}
.form-block-container .form-block #form-toggle .button:hover {
  cursor: pointer;
}
.form-block-container .form-block #form-toggle .button.active {
  font-weight: bold;
}
.form-block-container .form-block #form-toggle .form-toggle-indicator {
  width: 100%;
  height: 3px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #ccc;
}
.form-block-container .form-block #form-toggle .form-toggle-indicator::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  transition: all ease-in-out 0.6s;
  transition-delay: 0.2s;
  background: #333;
}
.form-block-container .form-block #form-toggle .form-toggle-indicator.active::after {
  left: 50%;
}

.login-page-container {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  min-height: 400px;
  height: auto;
  align-items: center;
}
.login-page-container .um {
  margin: 0 !important;
}
.login-page-container #login-form {
  width: 100%;
  opacity: 0;
  z-index: -1;
  transition: all ease-out 0.6s;
  transition-delay: 0.2s;
  position: absolute;
  top: 0;
}
.login-page-container #register-form {
  width: 100%;
  opacity: 0;
  z-index: -1;
  transition: all ease-out 0.6s;
  transition-delay: 0.2s;
  position: absolute;
  top: 0;
}
.login-page-container #login-form.active,
.login-page-container #register-form.active {
  opacity: 1;
  z-index: 10;
}

#userdash {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  padding: 3.75rem;
}
#userdash .sectionInner {
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
#userdash .sectionInner .um-field-block {
  font-size: 18px !important;
}
#userdash .sectionInner input[type=text] {
  border-radius: 20px;
  height: 50px !important;
  font-size: 18px !important;
}
#userdash .sectionInner input[type=submit] {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: 0.9375rem 1.875rem;
  margin: 1.875rem 0 0 0;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  background: #25283d;
  transition: all ease-out 0.5s;
  border-radius: 30px !important;
  font-size: 18px !important;
  margin: 0;
}
#userdash .sectionInner input[type=submit]:hover {
  background: #e27a02;
}

/* --------------------------- Portal product page --------------------------- */
#portal-product {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  padding: 3.75rem 1.875rem;
}
#portal-product h1 {
  width: calc(100% - 250px);
  font-weight: 700;
  font-size: 34px;
  color: #25283d;
}
#portal-product .portal-products {
  width: 100%;
}
#portal-product .portal-products ul {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  margin: 3.75rem 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
#portal-product .portal-products ul li {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  width: 48%;
  flex-wrap: wrap;
  padding: 3.75rem 7rem;
  list-style: none;
  position: relative;
  background: #f7f8f8;
}
#portal-product .portal-products ul li h2 {
  width: 100%;
  text-align: center;
  margin: 1.875rem 0 10px 0;
  font-weight: bold;
  font-size: 24px;
}
#portal-product .portal-products ul li p {
  width: 100%;
  margin-top: 0;
  text-align: center;
  line-height: 1.8em;
  font-size: 18px;
  font-weight: 500;
}
#portal-product .portal-products ul li img {
  max-width: 60px;
}
#portal-product .portal-products ul li a {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: 25px 1.875rem;
  margin: 1.875rem 0 0 0;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  position: relative;
  background: #25283d;
  transition: all ease-out 0.5s;
  cursor: pointer;
}
#portal-product .portal-products ul li a:hover {
  background: #e27a02;
  cursor: pointer;
}
#portal-product .portal-products ul li a span {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  width: auto;
  position: relative;
  padding: 0 1.875rem;
  align-items: center;
  line-height: 1.2em;
}
#portal-product .portal-products ul li a span::after {
  content: "\f105";
  transition: all ease-out 0.5s;
  font-family: fontawesome;
  font-size: 22px;
  position: absolute;
  right: 0;
}
#portal-product .portal-products ul li a:hover span::after {
  right: -10px;
}
#portal-product .portal-products ul li.disable::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  opacity: 0.8;
}
#portal-product .portal-products ul li.disable:hover {
  cursor: not-allowed;
}

/* ------------------------ Portal menu ---------------------- */
.menu-container {
  display: inline-flex;
  width: 250px;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  padding-top: 1.875rem;
}
.menu-container #menu-button {
  background: none;
  border: none;
  display: inline-flex;
  padding: 5px;
}
.menu-container #menu-button:hover {
  cursor: pointer;
}
.menu-container #menu-button .user-icon {
  padding: 0.9375rem;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  padding: 0;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  position: relative;
  background: #e27a02;
}
.menu-container #menu-button .user-icon svg {
  color: #fff;
  fill: #fff;
}
.menu-container #menu-button .gotmail {
  position: absolute;
  padding: 0px;
  background: #000;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 10px;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  right: -5px;
  top: -10px;
  border-radius: 30px;
  line-height: 1em;
  transition: all ease-out 0.5s;
}
.menu-container #menu-button .arrow-icon {
  width: 20px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
.menu-container #menu-button .arrow-icon svg {
  transition: all ease-out 0.5s;
}
.menu-container #menu-button.active .arrow-icon svg {
  transform: rotate(180deg);
}

#popup-menu {
  background-color: #25283d;
  color: #fff;
  display: none;
  position: absolute;
  right: 0;
  top: 60px;
  width: 350px;
  border-radius: 5px;
  padding: 1.875rem;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
#popup-menu h4 {
  margin: 10px 0;
}
#popup-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#popup-menu ul li {
  padding: 10px 10px 10px 0;
}
#popup-menu ul li a {
  color: #fff;
  text-decoration: none;
  transition: all ease-out 0.5s;
}
#popup-menu ul li a .gotmail {
  padding: 3px;
  color: #fff;
  background: #e27a02;
  position: absolute;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.9375rem;
  font-size: 14px;
}
#popup-menu ul li svg {
  color: #e27a02;
  fill: #e27a02;
  margin: 0 10px 0 0;
  transition: all ease-out 0.5s;
}
#popup-menu ul li:hover a {
  color: #e27a02;
}
#popup-menu ul li:hover svg {
  margin-right: 13px;
}
#popup-menu ul li:hover .gotmail {
  color: #fff;
}
#popup-menu .logout-wrap {
  padding: 10px 10px 10px 0;
}
#popup-menu .logout-wrap a {
  color: #fff;
  text-decoration: none;
  transition: all ease-out 0.5s;
}
#popup-menu .logout-wrap svg {
  color: #e27a02;
  fill: #e27a02;
  margin: 0 10px 0 0;
  transition: all ease-out 0.5s;
}
#popup-menu .logout-wrap:hover a {
  color: #e27a02;
}
#popup-menu .logout-wrap:hover svg {
  margin-right: 13px;
}
#popup-menu .logout-wrap:hover .gotmail {
  color: #fff;
}

/* --------------------------- Audit form pages --------------------------- */
#audit-page {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  padding: 3.75rem 1.875rem;
}
#audit-page h1 {
  width: 100%;
  font-weight: 700;
  font-size: 34px;
  margin: 0 0 8px 0;
  color: #25283d;
}
#audit-page h5 {
  font-size: 18px;
  font-weight: normal;
  color: #25283d;
  margin: 0 0 0.9375rem 0;
}
#audit-page .audit-menu {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  max-width: 360px;
  background: #f7f8f8;
  padding: 1.875rem;
}
#audit-page .audit-menu .audit-menu-wrap {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  position: relative;
}
#audit-page .audit-menu h4 {
  margin: 0 0 0.9375rem 0;
  width: 100%;
}
#audit-page .audit-menu ul {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 0 1.875rem 0;
  margin: 0 0 1.875rem 0;
  border-bottom: 1px solid #25283d;
}
#audit-page .audit-menu ul li {
  list-style: none;
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0.9375rem;
  color: #25283d;
}
#audit-page .audit-menu ul li a {
  color: #25283d;
}
#audit-page .audit-menu ul li svg {
  margin: 0 0.9375rem 0 0;
}
#audit-page .audit-menu ul li svg.color {
  color: #e27a02;
  fill: #e27a02;
}
#audit-page .audit-menu ul li.inactive {
  opacity: 0.3;
}
#audit-page .audit-menu ul li.active {
  background: #25283d;
  color: #fff;
  border-radius: 5px;
}
#audit-page .audit-menu ul li.active a {
  color: #fff;
}
#audit-page .audit-menu li.submit a {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: 25px 1.875rem;
  margin: 1.875rem 0 0 0;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  position: relative;
  background: #25283d;
  transition: all ease-out 0.5s;
  cursor: pointer;
  padding: 0.9375rem 1.875rem;
}
#audit-page .audit-menu li.submit a:hover {
  background: #e27a02;
  cursor: pointer;
}
#audit-page .audit-block {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0 0 1.875rem 3.75rem;
  width: calc(100% - 360px);
}
#audit-page .audit-block .terms-block {
  max-height: 450px;
  overflow-y: scroll;
  border: 1px solid #25283d;
  padding: 10px;
  margin: 10px 0;
}
#audit-page .audit-block h2 {
  margin: 0 0 0.9375rem 0;
}
#audit-page .audit-block #file-list h4 {
  font-size: 18px;
}
#audit-page .audit-block p {
  line-height: 1.4em;
  margin: 0 0 0.9375rem 0;
}
#audit-page .audit-block p a {
  color: #e27a02;
  text-decoration: underline;
}
#audit-page .audit-block p.half {
  max-width: 60%;
}
#audit-page .audit-block .audit-radio {
  width: 100%;
  margin: 0.9375rem 0;
}
#audit-page .audit-block .audit-radio div {
  display: inline-flex;
  align-items: center;
  margin: 0 0.9375rem 0 0;
}
#audit-page .audit-block form p {
  margin: 0 0 5px 0;
}
#audit-page .audit-block form h4 {
  font-size: 22px;
}
#audit-page .audit-block form input[type=email] {
  padding: 15px 20px;
  width: 100%;
  border-radius: 25px;
  margin: 5px 0 0.9375rem;
  font-size: 18px;
  transition: all ease-out 0.5s;
}
#audit-page .audit-block form input[type=email]:hover {
  border-color: #e27a02;
  cursor: pointer;
}
#audit-page .audit-block form input[type=number] {
  padding: 15px 20px;
  width: 100%;
  border-radius: 25px;
  margin: 5px 0 0.9375rem;
  font-size: 18px;
  transition: all ease-out 0.5s;
}
#audit-page .audit-block form input[type=number]:hover {
  border-color: #e27a02;
  cursor: pointer;
}
#audit-page .audit-block form input[type=radio] {
  padding: 15px 20px;
  width: 100%;
  border-radius: 25px;
  margin: 5px 0 0.9375rem;
  font-size: 18px;
  transition: all ease-out 0.5s;
}
#audit-page .audit-block form input[type=radio]:hover {
  border-color: #e27a02;
  cursor: pointer;
}
#audit-page .audit-block form input[type=password] {
  padding: 15px 20px;
  width: 100%;
  border-radius: 25px;
  margin: 5px 0 0.9375rem;
  font-size: 18px;
  transition: all ease-out 0.5s;
}
#audit-page .audit-block form input[type=password]:hover {
  border-color: #e27a02;
  cursor: pointer;
}
#audit-page .audit-block form input[type=search] {
  padding: 15px 20px;
  width: 100%;
  border-radius: 25px;
  margin: 5px 0 0.9375rem;
  font-size: 18px;
  transition: all ease-out 0.5s;
}
#audit-page .audit-block form input[type=search]:hover {
  border-color: #e27a02;
  cursor: pointer;
}
#audit-page .audit-block form input[type=tel] {
  padding: 15px 20px;
  width: 100%;
  border-radius: 25px;
  margin: 5px 0 0.9375rem;
  font-size: 18px;
  transition: all ease-out 0.5s;
}
#audit-page .audit-block form input[type=tel]:hover {
  border-color: #e27a02;
  cursor: pointer;
}
#audit-page .audit-block form input[type=text] {
  padding: 15px 20px;
  width: 100%;
  border-radius: 25px;
  margin: 5px 0 0.9375rem;
  font-size: 18px;
  transition: all ease-out 0.5s;
}
#audit-page .audit-block form input[type=text]:hover {
  border-color: #e27a02;
  cursor: pointer;
}
#audit-page .audit-block form input[type=url] {
  padding: 15px 20px;
  width: 100%;
  border-radius: 25px;
  margin: 5px 0 0.9375rem;
  font-size: 18px;
  transition: all ease-out 0.5s;
}
#audit-page .audit-block form input[type=url]:hover {
  border-color: #e27a02;
  cursor: pointer;
}
#audit-page .audit-block form input[type=color] {
  padding: 15px 20px;
  width: 100%;
  border-radius: 25px;
  margin: 5px 0 0.9375rem;
  font-size: 18px;
  transition: all ease-out 0.5s;
}
#audit-page .audit-block form input[type=color]:hover {
  border-color: #e27a02;
  cursor: pointer;
}
#audit-page .audit-block form input[type=date] {
  padding: 15px 20px;
  width: 100%;
  border-radius: 25px;
  margin: 5px 0 0.9375rem;
  font-size: 18px;
  transition: all ease-out 0.5s;
}
#audit-page .audit-block form input[type=date]:hover {
  border-color: #e27a02;
  cursor: pointer;
}
#audit-page .audit-block form input[type=datetime] {
  padding: 15px 20px;
  width: 100%;
  border-radius: 25px;
  margin: 5px 0 0.9375rem;
  font-size: 18px;
  transition: all ease-out 0.5s;
}
#audit-page .audit-block form input[type=datetime]:hover {
  border-color: #e27a02;
  cursor: pointer;
}
#audit-page .audit-block form input[type=datetime-local] {
  padding: 15px 20px;
  width: 100%;
  border-radius: 25px;
  margin: 5px 0 0.9375rem;
  font-size: 18px;
  transition: all ease-out 0.5s;
}
#audit-page .audit-block form input[type=datetime-local]:hover {
  border-color: #e27a02;
  cursor: pointer;
}
#audit-page .audit-block form input[type=month] {
  padding: 15px 20px;
  width: 100%;
  border-radius: 25px;
  margin: 5px 0 0.9375rem;
  font-size: 18px;
  transition: all ease-out 0.5s;
}
#audit-page .audit-block form input[type=month]:hover {
  border-color: #e27a02;
  cursor: pointer;
}
#audit-page .audit-block form input[type=time] {
  padding: 15px 20px;
  width: 100%;
  border-radius: 25px;
  margin: 5px 0 0.9375rem;
  font-size: 18px;
  transition: all ease-out 0.5s;
}
#audit-page .audit-block form input[type=time]:hover {
  border-color: #e27a02;
  cursor: pointer;
}
#audit-page .audit-block form input[type=week] {
  padding: 15px 20px;
  width: 100%;
  border-radius: 25px;
  margin: 5px 0 0.9375rem;
  font-size: 18px;
  transition: all ease-out 0.5s;
}
#audit-page .audit-block form input[type=week]:hover {
  border-color: #e27a02;
  cursor: pointer;
}
#audit-page .audit-block form .textarea-block {
  display: inline-flex;
  width: 100%;
  border-radius: 25px;
  padding: 15px 10px 10px 20px;
  margin: 5px 0 0.9375rem;
  border: 1px solid #ccc;
  background: #fff;
  min-height: 100px;
  height: auto;
  overflow: hidden;
  transition: all ease-out 0.5s;
}
#audit-page .audit-block form .textarea-block textarea {
  overflow: hidden;
}
#audit-page .audit-block form .textarea-block:hover {
  border-color: #e27a02;
}
#audit-page .audit-block form textarea {
  border: none;
  width: 100%;
  font-size: 18px;
  max-width: 100%;
}
#audit-page .audit-block form textarea:focus {
  outline: none;
}
#audit-page .audit-block form input[type=checkbox],
#audit-page .audit-block form input[type=radio] {
  margin: 0 0.9375rem 0 0;
  display: inline-flex;
  width: 20px;
  height: 20px;
}
#audit-page .audit-block form input[type=submit] {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: 0.9375rem 1.875rem;
  margin: 1.875rem 0 0 0;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  background: #25283d;
  transition: all ease-out 0.5s;
  width: auto;
  padding: 0.9375rem 3.75rem;
}
#audit-page .audit-block form input[type=submit]:hover {
  background: #e27a02;
}
#audit-page .audit-block form input[type=submit]:hover {
  cursor: pointer;
}
#audit-page .audit-block form .disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
#audit-page .audit-block form .disabled:hover {
  background: #25283d !important;
  cursor: not-allowed !important;
}
#audit-page .audit-block form .audit-submit,
#audit-page .audit-block form .audit-terms {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#audit-page .audit-block form .audit-submit h4,
#audit-page .audit-block form .audit-terms h4 {
  margin-bottom: 5px;
}
#audit-page .audit-block form .audit-submit p,
#audit-page .audit-block form .audit-terms p {
  margin-top: 10px;
  text-align: center;
}
#audit-page .audit-block .note-message,
#audit-page .audit-block #error_message {
  padding: 0.9375rem 1.875rem;
  background: #1abe48;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #fff;
  margin: 0.9375rem 0 0 0;
}
#audit-page .audit-block .note-message a,
#audit-page .audit-block #error_message a {
  color: #fff;
}
#audit-page .audit-block .note-message p,
#audit-page .audit-block #error_message p {
  color: #fff;
  margin: 0;
}
#audit-page .audit-block #error_message {
  background: #d81a31;
  margin: 0.9375rem 0 1.875rem 0;
}
#audit-page .audit-block .audit-complete-message {
  padding: 0.9375rem 1.875rem;
  background: #f7f8f8;
  border-radius: 20px;
}
#audit-page .audit-block .audit-complete-message p {
  margin: 0;
}
#audit-page .audit-block .audit-complete-message div {
  display: inline-flex;
  justify-content: flex-start;
  width: 100%;
}
#audit-page .audit-block .audit-complete-message a {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: 0.9375rem 1.875rem;
  margin: 1.875rem 0 0 0;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  background: #25283d;
  transition: all ease-out 0.5s;
  width: auto;
  margin: 0.9375rem 0;
}
#audit-page .audit-block .audit-complete-message a:hover {
  background: #e27a02;
}

/* -------------------- Drop zone ------------------------ */
#audit_form .dropzone {
  border: 1px solid #ccc;
  border-radius: 25px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 250px;
  margin: 1.875rem 0;
}
#audit_form .dropzone .dz-preview .dz-progress {
  display: none;
}
#audit_form .dropzone .dz-preview.dz-error .dz-error-mark {
  display: none;
}
#audit_form .dropzone .dz-preview.dz-file-preview .dz-image {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#audit_form .dropzone .dropzone-inner {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  margin: 0.9375rem 0 0 0;
}
#audit_form .dropzone .dz-preview .dz-details .dz-progress {
  background: none !important;
}
#audit_form .dropzone .dz-preview .dz-details .dz-size {
  margin: 0 0 5px 0;
}
#audit_form .dropzone .dz-preview .dz-details .dz-filename span,
#audit_form .dropzone .dz-preview .dz-details .dz-size span {
  background: none;
}
#audit_form .dropzone .dz-preview .dz-details .dz-filename span {
  width: auto;
  max-width: 100%;
  display: inline-flex;
  overflow: hidden;
}
#audit_form .dropzone .dz-preview.dz-file-preview .dz-image {
  height: auto;
  min-height: 95px;
}
#audit_form .dropzone .dz-message {
  margin: 5px 0;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
#audit_form .dropzone .dz-custom-message {
  flex-wrap: wrap;
}
#audit_form .dropzone .dz-custom-message div {
  width: 100%;
}
#audit_form .dropzone .dz-custom-message span {
  margin: 0 0 0 5px;
  color: #e27a02;
  text-decoration: underline;
}
#audit_form .dropzone .dz-preview .dz-remove {
  bottom: 0;
  position: absolute;
  z-index: 999;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding: 0;
}
#audit_form .dropzone p {
  text-align: center;
  font-size: 14px;
  color: #ccc;
  display: inline-flex;
  justify-content: center;
  order: 3;
}
#audit_form .dropzone svg {
  display: inline-flex;
  width: 30px;
  height: 25px;
  margin: 0 0 10px 0;
}

/* ------------------ user dashboard ---------------------- */
/* user dashboard */
.sectionInner {
  /* account side menu for message page */
}
.sectionInner .heading-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 250px);
  align-items: center;
  margin: 0 0 1.875rem 0;
  padding: 1.875rem 0 0 0;
}
.sectionInner .heading-wrap a {
  color: #25283d;
  font-size: 18px;
  transition: all ease-out 0.5s;
}
.sectionInner .heading-wrap a svg {
  transition: all ease-out 0.5s;
  margin: 0 5px 0 0;
}
.sectionInner .heading-wrap a:hover {
  color: #e27a02;
}
.sectionInner .heading-wrap a:hover svg {
  margin: 0 0.9375rem 0 0;
  fill: #e27a02;
}
.sectionInner .um-account {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  padding: 0 1.875rem 3.75rem;
}
.sectionInner .um-account h1 {
  width: 100%;
  font-weight: 700;
  font-size: 34px;
  margin: 0 0 8px 0;
  color: #25283d;
}
.sectionInner .um-account h5 {
  font-size: 18px;
  font-weight: normal;
  color: #25283d;
  margin: 0 0 0.9375rem 0;
}
.sectionInner .um-account .um-field-error {
  padding: 12px 1.875rem 12px 12px;
}
.sectionInner .um-account .um-form {
  width: 100%;
  max-width: 1400px;
}
.sectionInner .um-account .um-form form {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}
.sectionInner .um-account .um-form form .um-account-wrapper {
  display: inline-flex;
  width: 100%;
}
.sectionInner .um-account .um-account-wrapper {
  display: inline-flex;
  width: 100%;
}
.sectionInner .um-account .um-field-label label {
  color: #25283d;
  font-size: 16px !important;
}
.sectionInner .um-account a.um-link {
  font-size: 16px;
}
.sectionInner .um-account .um-account-name a {
  color: #25283d;
}
.sectionInner .um-account .um-field-area input {
  font-size: 16px !important;
}
.sectionInner .um-account .um-account-heading {
  color: #25283d;
  text-transform: uppercase;
  font-size: 30px;
  align-items: center;
  margin: 0 0 1.875rem 0 !important;
}
.sectionInner .um-account .account-heading-wrap {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.sectionInner .um-account .account-heading-wrap a {
  color: #25283d;
  transition: all ease-out 0.5s;
}
.sectionInner .um-account .account-heading-wrap a svg {
  transition: all ease-out 0.5s;
  margin: 0 5px 0 0;
}
.sectionInner .um-account .account-heading-wrap a:hover {
  color: #e27a02;
}
.sectionInner .um-account .account-heading-wrap a:hover svg {
  margin: 0 0.9375rem 0 0;
  fill: #e27a02;
}
.sectionInner .um-account .um-account-main {
  width: 100%;
  margin: 0px 0px 0px 3.75rem;
}
.sectionInner .um-account .um-account-main .um-account-tab {
  width: 100%;
}
.sectionInner .um-account .um-account-main .um-field {
  margin: 0 0 0.9375rem 0;
}
.sectionInner .um-account .um-account-main .um-field input {
  color: #25283d;
  border-radius: 25px;
  font-size: 18px !important;
  padding: 15px 0.9375rem !important;
  height: auto !important;
  transition: all ease-out 0.5s;
}
.sectionInner .um-account .um-account-main .um-field input:hover, .sectionInner .um-account .um-account-main .um-field input:focus {
  border-color: #e27a02 !important;
}
.sectionInner .um-account .um-account-main input[type=submit].um-button,
.sectionInner .um-account .um-account-main input[type=submit].um-button:focus {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: 0.9375rem 1.875rem;
  margin: 1.875rem 0 0 0;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  background: #25283d;
  transition: all ease-out 0.5s;
  padding: 0.9375rem 1.875rem !important;
  border-radius: 30px !important;
  font-weight: bold !important;
}
.sectionInner .um-account .um-account-main input[type=submit].um-button:hover,
.sectionInner .um-account .um-account-main input[type=submit].um-button:focus:hover {
  background: #e27a02;
}
.sectionInner .um-account .um-account-tab a,
.sectionInner .um-account .um-account-tab span.pagi {
  padding: 5px 0;
  font-weight: bold;
  text-decoration: none;
}
.sectionInner .um-account .um-account-tab span.pagi.current {
  color: #fff;
}
.sectionInner .um-account .um-request-button {
  padding: 5px 0.9375rem !important;
  border-radius: 0 !important;
  background: #4C91FE !important;
}
.sectionInner .um-account-side {
  width: 100%;
  max-width: 360px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 3.75rem;
}
.sectionInner .um-account-side #account-menu {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  max-width: 360px;
  background: #f7f8f8;
  padding: 1.875rem 1.875rem 0 !important;
}
.sectionInner .um-account-side #account-menu h4 {
  margin: 0 0 0.9375rem 0;
  font-size: 18px;
  color: #25283d;
}
.sectionInner .um-account-side .logout-wrap {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  max-width: 390px;
  background: #f7f8f8;
  padding: 0 1.875rem 1.875rem !important;
}
.sectionInner .um-account-side .logout-wrap a {
  list-style: none;
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0.9375rem;
  color: #25283d;
  border-radius: 5px;
  font-size: 18px;
  height: auto;
  transition: all ease-out 0.5s;
}
.sectionInner .um-account-side .logout-wrap a span.um-account-icon {
  border: 0;
  padding: 0 !important;
  margin: 0 0.9375rem 0 0;
  text-align: center;
  width: 20px;
}
.sectionInner .um-account-side li {
  padding: 5px 0 !important;
  background: none;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
}
.sectionInner .um-account-side li a {
  list-style: none;
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0.9375rem;
  color: #25283d;
  border-radius: 5px;
  font-size: 18px;
  height: auto;
  transition: all ease-out 0.5s;
}
.sectionInner .um-account-side li a:hover {
  background: #f0f0f0;
}
.sectionInner .um-account-side li a:hover span.um-account-arrow {
  right: 1.875rem;
  opacity: 1;
}
.sectionInner .um-account-side li a span.um-account-icon {
  color: #25283d;
  border: 0;
  padding: 0 !important;
  margin: 0 0.9375rem 0 0;
  text-align: center;
  width: 20px;
}
.sectionInner .um-account-side li a span.um-account-title {
  color: #25283d;
  height: auto;
  padding: 0;
  font-weight: normal;
}
.sectionInner .um-account-side li a span.um-account-arrow img {
  width: 25px;
}
.sectionInner .um-account-side li a span.um-account-arrow {
  position: absolute;
  right: 0.9375rem;
  top: auto;
  top: initial;
  opacity: 0;
  transition: all ease-out 0.3s;
}
.sectionInner .um-account-side li a.current {
  color: #fff;
  background: #25283d;
}
.sectionInner .um-account-side li a.current span.um-account-icon {
  color: #e27a02 !important;
  border: none !important;
}
.sectionInner .um-account-side li a.current span.um-account-title {
  color: #fff;
}
.sectionInner .um-account-side li.messages {
  border-bottom: 1px solid rgba(37, 40, 61, 0.16);
  margin-bottom: 0.9375rem !important;
}
.sectionInner .um-account-side-alt {
  width: 100%;
  max-width: 360px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
.sectionInner .um-account-side-alt #account-menu {
  display: inline-flex;
  width: 100%;
  margin: 0;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  max-width: 360px;
  background: #f7f8f8;
  padding: 1.875rem 1.875rem 0 !important;
}
.sectionInner .um-account-side-alt #account-menu h4 {
  margin: 0 0 0.9375rem 0;
  font-size: 18px;
  color: #25283d;
}
.sectionInner .um-account-side-alt .logout-wrap {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  max-width: 390px;
  background: #f7f8f8;
  padding: 0 1.875rem 1.875rem !important;
}
.sectionInner .um-account-side-alt .logout-wrap a {
  list-style: none;
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0.9375rem;
  color: #25283d;
  border-radius: 5px;
  font-size: 18px;
  height: auto;
  transition: all ease-out 0.5s;
}
.sectionInner .um-account-side-alt .logout-wrap a span.um-account-icon {
  border: 0;
  padding: 0 !important;
  margin: 0 0.9375rem 0 0;
  text-align: center;
  width: 20px;
}
.sectionInner .um-account-side-alt li {
  padding: 5px 0 !important;
  background: none;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
}
.sectionInner .um-account-side-alt li a {
  list-style: none;
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0.9375rem;
  color: #25283d;
  border-radius: 5px;
  font-size: 18px;
  height: auto;
  transition: all ease-out 0.5s;
}
.sectionInner .um-account-side-alt li a:hover {
  background: #f0f0f0;
}
.sectionInner .um-account-side-alt li a:hover span.um-account-arrow {
  right: 1.875rem;
  opacity: 1;
}
.sectionInner .um-account-side-alt li a span.um-account-icon {
  color: #25283d;
  border: 0;
  padding: 0 !important;
  margin: 0 0.9375rem 0 0;
  text-align: center;
  width: 20px;
}
.sectionInner .um-account-side-alt li a span.um-account-title {
  color: #25283d;
  height: auto;
  padding: 0;
  font-weight: normal;
}
.sectionInner .um-account-side-alt li a span.um-account-arrow img {
  width: 25px;
}
.sectionInner .um-account-side-alt li a span.um-account-arrow {
  position: absolute;
  right: 0.9375rem;
  top: auto;
  top: initial;
  opacity: 0;
  transition: all ease-out 0.3s;
}
.sectionInner .um-account-side-alt li a.current {
  color: #fff;
  background: #25283d;
}
.sectionInner .um-account-side-alt li a.current span.um-account-icon {
  color: #e27a02 !important;
  border: none !important;
}
.sectionInner .um-account-side-alt li a.current span.um-account-title {
  color: #fff;
}
.sectionInner .um-account-side-alt li.messages {
  border-bottom: 1px solid rgba(37, 40, 61, 0.16);
  margin-bottom: 0.9375rem !important;
}

#file-list {
  margin: 0 0 1.875rem 0s;
}
#file-list ul {
  padding: 0;
  margin: 0 0 0.9375rem 0;
  list-style: none;
}
#file-list ul li {
  width: 100%;
  max-width: 50%;
  justify-content: space-between;
  display: inline-flex;
  margin: 0 0 0.9375rem 0;
}
#file-list ul li p {
  color: #1a1a1a;
  font-size: 18px;
  width: 100%;
}
#file-list ul li a {
  color: #1a1a1a;
  transition: all ease-out 0.5s;
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
#file-list ul li a.file-delete {
  color: #e27a02;
  border-color: rgba(0, 0, 0, 0);
  margin-left: 3.75rem;
}
#file-list ul li a.file-delete:hover {
  border-color: #e27a02;
}

#message-block ul {
  padding: 0;
  margin: 0 0 1.875rem 0;
  list-style: none;
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}
#message-block ul li {
  display: inline-flex;
  width: 100%;
  border-top: 1px solid rgba(37, 40, 61, 0.16);
}
#message-block ul li a,
#message-block ul li .message-header {
  display: inline-flex;
  width: 100%;
  font-weight: normal;
  color: #25283d;
  padding: 10px 0;
  transition: all ease-out 0.5s;
}
#message-block ul li a .message-title,
#message-block ul li .message-header .message-title {
  width: 70%;
}
#message-block ul li a .message-date,
#message-block ul li .message-header .message-date {
  width: 30%;
}
#message-block ul li a:hover,
#message-block ul li .message-header:hover {
  color: #e27a02;
}
#message-block ul li a.unread {
  font-weight: bold;
}
#message-block ul li .message-header div {
  color: #e27a02;
}

#message-page {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  padding: 3.75rem;
}
#message-page .um-account {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  padding: 0 1.875rem 3.75rem;
}
#message-page .sectionInner {
  justify-content: center;
}
#message-page .um-form {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}
#message-page .message-area {
  border-top: 1px solid #767676;
  padding: 1.875rem 0;
}
#message-page .message-area .message-date {
  color: #767676;
  margin: 0 0 0.9375rem 0;
}
#message-page .message-area .message-title {
  font-weight: bold;
  margin: 0 0 1.875rem 0;
}
#message-page .message-area p {
  margin: 0 0 5px 0 !important;
}
#message-page .message-area .attachment {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  background: #f7f8f8;
  padding: 0.9375rem 1.875rem;
  margin: 0.9375rem 0 0 0;
}
#message-page .message-area .attachment h4 {
  margin: 0 0 5px 0;
}
#message-page .message-area .attachment ul {
  width: 100%;
  margin: 0 0 0.9375rem 0;
  padding-left: 1.875rem;
}
#message-page .message-area .attachment ul li a {
  color: #e27a02;
}

/* account nav */
#account-main-nav {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}

#account-main-nav ul {
  display: inline-flex;
  width: 100%;
  margin: 0 0 3.75rem 0;
  padding: 0;
  justify-content: space-between;
}

#account-main-nav ul li {
  list-style: none;
  display: inline-flex;
  width: 100%;
  padding: 0.9375rem 0;
  opacity: 0.5;
  transition: all ease-out 0.3s;
}

#account-main-nav ul li:hover {
  opacity: 0.8;
}

#account-main-nav ul li.active {
  opacity: 1;
}

#account-main-nav ul li a {
  display: inline-flex;
  padding: 1.875rem;
  width: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 30px;
}

#account-main-nav ul li a h5 {
  margin: 0;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 30px;
  font-family: houschka-pro, Arial, Helvetica, sans-serif;
}

#account-main-nav ul li a svg {
  width: auto;
  margin: 0 0.9375rem 0 0;
}

#account-main-nav ul li.active a svg path {
  fill: #fff;
}

#um_field_general_user_login {
  display: none;
}

.sectionInner .um-account .um-account-main .change-pw {
  display: inline-flex;
  flex-wrap: wrap;
  width: calc(100% - 3.75rem);
  padding: 0.9375rem 1.875rem;
  align-items: center;
  margin: 0 0 1.875rem 0;
  background: #001446;
  box-shadow: 0px 8px 25px rgba(43, 114, 255, 0.8);
}

.sectionInner .um-account .um-account-main .change-pw h2 {
  color: #fff;
  margin: 0;
}

.sectionInner .um-account .um-account-main .change-pw p {
  color: #fff;
  display: inline-flex;
  margin: 0 !important;
  flex-direction: column;
  justify-content: center;
  padding: 0 1.875rem !important;
}

#message-page {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}

/* Style for the modal box */
#modal-box {
  display: none; /* Hide the modal box by default */
  position: fixed; /* Fix the position of the modal box */
  z-index: 9999; /* Place the modal box above other elements */
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  width: 100%; /* Cover the entire screen */
  height: 100%;
  overflow: auto; /* Add scrollbar if needed */
  background-color: rgba(0, 0, 0, 0.2); /* Transparent black background */
  backdrop-filter: blur(10px);
}
#modal-box .modal-content {
  padding: 20px;
  width: 100%;
  animation-name: modal-fade-in;
  animation-duration: 1.5s;
  width: 350px;
  height: 350px;
  /* Animate the spinner rotation */
}
#modal-box .modal-content .spinner {
  border: 4px solid #25283d; /* Light gray border */
  border-top: 4px solid #e27a02; /* Blue top border */
  border-radius: 50%; /* Round shape */
  width: 50px;
  height: 50px;
  animation: spinner-rotate 0.8s linear infinite; /* Rotate the spinner */
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -25px; /* Center the spinner vertically */
  margin-left: -25px; /* Center the spinner horizontally */
}
@keyframes spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Animate the modal box when it appears */
@keyframes modal-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.steps-nav {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 3.75rem 0 0 0;
}
.steps-nav a {
  width: 100%;
  align-items: center;
  color: #25283d;
  transition: all ease-out 0.5s;
}
.steps-nav a:visited {
  color: #25283d;
}
.steps-nav a.left {
  padding-left: 5px;
}
.steps-nav a.left svg {
  transition: all ease-out 0.5s;
  margin-right: 5px;
}
.steps-nav a.left:hover {
  padding-left: 0;
}
.steps-nav a.left:hover svg {
  padding-right: 5px;
}
.steps-nav a.right {
  padding-right: 5px;
  justify-content: flex-end;
  display: inline-flex;
}
.steps-nav a.right svg {
  transition: all ease-out 0.5s;
  margin-left: 5px;
}
.steps-nav a.right:hover {
  padding-right: 0;
}
.steps-nav a.right:hover svg {
  padding-left: 5px;
}

#directors .director_block {
  margin: 0 0 1.875rem 0;
  background: #f7f8f8;
  padding: 1.875rem;
}

.next-button-wrap {
  display: none !important;
}

/* nav toggle */
#nav-toggle {
  cursor: pointer;
  padding: 0;
  cursor: pointer;
  margin: 0;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1.875rem;
  height: 40px;
  padding: 20px 4px 0 4px;
  width: 30px;
  transition: all ease-out 0.4s;
  background: none;
  border: 0;
  padding: 0;
  z-index: 1001;
}
#nav-toggle span {
  cursor: pointer;
  height: 2px;
  width: 30px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  transition: all 0.4s ease-in-out;
}
#nav-toggle span::before {
  cursor: pointer;
  height: 2px;
  width: 30px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  transition: all 0.4s ease-in-out;
}
#nav-toggle span::after {
  cursor: pointer;
  height: 2px;
  width: 30px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  transition: all 0.4s ease-in-out;
}
#nav-toggle span:before {
  top: -8px;
}
#nav-toggle span:after {
  bottom: -8px;
}
#nav-toggle:focus {
  outline: none;
}
#nav-toggle:hover span::before {
  top: -12px;
}
#nav-toggle:hover span::after {
  bottom: -12px;
}

/* active */
#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  background: #e27a02;
}

#nav-toggle.active span:after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  background: #e27a02;
}

.left-small:hover #nav-toggle.active span:before {
  top: 0;
}

.left-small:hover #nav-toggle.active span:after {
  top: 0;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
  text-decoration: none;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #000;
  border-radius: 3px;
  background: #f2f2f2;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #ccc;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* responsive
--------------------------------------------- */
/* 1440 */
@media only screen and (max-width: 90.063em) {
  .page-head #main-nav ul li.highlight a {
    padding: 10px 1.875rem;
  }
}
/* 1280 */
@media only screen and (max-width: 80.063em) {
  .page-head #logo {
    max-width: 200px;
  }
  .page-head #main-nav ul li a {
    font-size: 16px;
    padding: 10px;
  }
}
/* 1024 */
@media only screen and (max-width: 64em) {
  body {
    font-size: 16px;
  }
  #portal-product .portal-products ul li {
    padding: 3.75rem;
  }
  #audit-page .audit-block p.half {
    max-width: 100%;
  }
  #nav-toggle {
    display: inline-flex;
  }
  .page-head .sectionInner {
    position: relative;
  }
  .page-head #main-nav {
    position: absolute;
    top: -400px;
    left: 0;
    background: #25283d;
    padding: 0 0.9375rem 1.875rem 0.9375rem;
    justify-content: center;
    z-index: 999;
    transition: all ease-out 0.5s;
  }
  .page-head #main-nav ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  .page-head #main-nav ul li {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    margin: 10px 0;
  }
  .page-head #main-nav.open {
    top: 100%;
  }
  .page-head #logo,
  .page-head .top-nav {
    position: relative;
    z-index: 1000;
  }
  #portal-product h1 {
    font-size: 28px;
    line-height: 1.2em;
  }
  #audit-page .audit-menu {
    max-width: 100%;
  }
  #audit-page .audit-menu ul {
    width: 100%;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 0;
    height: 0;
    margin: 0 0 0.9375rem 0;
    overflow: hidden;
    position: relative;
    transition: all ease-out 0.5s;
  }
  #audit-page .audit-menu ul li {
    padding: 5px 0;
    width: 32%;
  }
  #audit-page .audit-menu ul li.active {
    padding: 0 15px;
  }
  #audit-page .audit-menu ul li.submit {
    width: 100%;
    display: inline-flex;
    justify-content: center;
  }
  #audit-page .audit-menu ul li.submit a {
    width: auto;
  }
  #audit-page .audit-menu ul.open {
    height: auto;
    padding-bottom: 0.9375rem;
  }
  #audit-page .audit-menu .audit-menu-toggle {
    position: absolute;
    top: -38px;
    width: 24px;
    height: 24px;
    right: 0;
    z-index: 800;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  #audit-page .audit-menu .audit-menu-toggle::after {
    content: "+";
    color: #25283d;
    font-size: 18px;
    font-weight: bold;
  }
  #audit-page .audit-menu .audit-menu-toggle:hover {
    cursor: pointer;
  }
  #audit-page .audit-menu .audit-menu-toggle.active::after {
    content: "-";
  }
  #audit-page .audit-block {
    width: 100%;
    padding: 1.875rem 0;
  }
}
/* 760 */
@media only screen and (max-width: 48.763em) {
  #portal-product .portal-products ul li {
    width: 100%;
    margin: 0 0 1.875rem 0;
  }
  #audit-page .audit-menu ul li,
  #audit-page .audit-menu ul li.active {
    width: 100%;
    padding: 15px;
  }
  .sectionInner .um-account {
    padding: 0;
  }
  .sectionInner .um-account-side #account-menu {
    display: none;
  }
  .sectionInner .um-account .um-account-main {
    margin: 0;
    padding: 0;
  }
  .sectionInner .um-account-side {
    order: 2;
    padding: 0;
  }
  .sectionInner .um-account .um-account-wrapper {
    flex-wrap: wrap;
  }
  .sectionInner .um-account-side .logout-wrap {
    padding: 0.9375rem !important;
  }
  .sectionInner .um-account .account-heading-wrap {
    flex-wrap: wrap;
  }
  .sectionInner .um-account .um-account-heading {
    width: 100%;
    order: 2;
  }
  .menu-container {
    width: 120px;
  }
  .sectionInner .heading-wrap {
    width: calc(100% - 120px);
  }
  #popup-menu {
    width: 300px;
  }
  .sectionInner .um-account-nav a {
    color: #25283d !important;
    font-size: 16px;
  }
}
/* 640 */
/* 500 */