/*
* Copyright (c) ArSysOp 2020-2025
* 
* ArSysOp and its affiliates make no warranty of any kind
* with regard to this material. 
* 
* ArSysOp expressly disclaims all warranties as to the material, express, 
* and implied, including but not limited to the implied warranties of 
* merchantability, fitness for a particular purpose and non-infringement of third 
* party rights. 
* 
* In no event shall ArSysOp be liable to you or any other person for any damages, 
* including, without limitation, any direct, indirect, incidental or consequential 
* damages, expenses, lost profits, lost data or other damages arising out of the use, 
* misuse or inability to use the material and any derived software, even if ArSysOp, 
* its affiliate or an authorized dealer has been advised of the possibility of such damages. 
*
*/

/*
c43333-28536b-ffd166-755c1b-06d6a0  emerald
c43333-28536b-a188a6-755c1b-9da2ab  cadet gray (footer F4F1DE FFEDDF E1D89F)
c43333-28536b-70b77e-f3b700-c589e8  vivd (footer F7CACD  BFD1E5  CEEAF7)
*/
:root {
	--arsysop-color-red: #c43333;
	--arsysop-color-red-darker: #9c2a2a;
	--arsysop-color-charcoal: #343333;
	--arsysop-color-charcoal-darker: #201f1f;
	--default-color: #524948;
	--font-color: #214242s;
	--leading-color-1: #c43333;
	--leading-color-2: #28536b;
	--leading-color-3: #a188a6;
	--leading-color-4: #755c1b;
	--leading-color-5: #9da2ab ;
	--leading-color-6: #E1D89F;
}

body {
	color: var(--font-color);
	line-height: 1.3;
	background-color: white;
	font-family: Quicksand, sans-serif;
}


.emphasis {
	font-style: italic;
}

.term {
	color: var(--arsysop-color-red-darker);
	font-style: italic;
}

.header {
	font-family: 'Montserrat', sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
}

a:after {
	content: ' \203a  ';
	font-weight: 700;
}

a.anchor:after {
	content: none;
}

a:hover {
	color: var(--arsysop-color-red);
}

ul {
	list-style-type: none;
}

ul li:before {
	content: ' \273b  ';
}

.navigation {
	text-align: left;
	margin: 0;
}

.nav-ref {
	font-weight: 700;
	padding: 10px;
	display: inline-block;
	text-align: center;
	color: var(--default-color);
	border-top: 10px solid;
	border-bottom: 10px solid;
	border-left-width: 0;
	border-right-width: 0;
}

.nav-ref a {
	text-decoration: none;
}

.titling {
	text-align: center;
	margin: 40px 0;
}

.titling-brief {
	font-size: 24px;
	font-weight: 700;
	margin-top: 50px;
}

.info-section {
	text-align: center;
	border-top-width: 20px;
	border-top-style: solid;
}

.section-header {
	margin: 10px 0 20px 0;
	font-size: 26px;
	font-weight: 700;
	color: var(--default-color);
}

.section-brief {
	margin: 0px 10px 20px 10px;
	font-size: 16px;
}

.info-header {
	font-size: 20px;
	font-weight: 700;
	color: var(--default-color);
	margin-bottom: 10px;
	border-bottom: 4px solid;
	border-color: inherit;
}

.info-content {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 30px;
	border-color: inherit;
}

.separable {
	margin-bottom: 10px;
}

.home {
	border-color: var(--default-color);
}

.features {
	border-color: var(--leading-color-1);
}

.lco {
	border-color: var(--leading-color-2);
}

.support {
	border-color: var(--leading-color-3);
}

.services {
	border-color: var(--leading-color-4);
}

.contact {
	border-color: var(--leading-color-5);
}


.footer a:after {
	content: none;
	color: gray;
}

.legal {
	padding: 10px;
	background-color: var(--leading-color-6);
	font-size: 12px;
	text-align: center;
}

.refs {
	margin: 20px 0;
	padding-top: 10px;
	font-size: 10px;
	font-size: 10px;
}

.separable .row,
.separable .col-sm {
	border-color: inherit;
}

.arsysop {
	display: block;
	font-size: 26px;
}

.arsysop img {
	margin-right: 20px;
}

.arsysop a:after {
	content: none;
}

.info-content ul {
	text-align: center;
	list-style: none;
	border-color: inherit;
}

.info-content ul li {
	text-align: left;
	padding-left: 10px;
	margin-bottom: 5px;
}

.inner {
	padding-left: 30px !important;
}