/* ---------------------------------------------------------------------------
    codejock.css : overrides / settings.
    Copyright (c) 2016 Codejock Technologies, LLC
   ---------------------------------------------------------------------------*/

/* -------------------------------------------
   header.css overrides
   -------------------------------------------*/

#topNav ul.nav>li.mega-menu p.title {
	padding: 0px 10px 10px 10px !important;
	font-size: 13px !important;
}
#topNav ul.nav>li.mega-menu a.styleColor:hover,
#topNav ul.nav>li.mega-menu a.styleColor:active,
#topNav ul.nav>li.mega-menu a.styleColor:focus {
	color: #fff !important;
}
#topNav ul.nav>li.mega-menu h3 {
	font-weight: bold;
	border-bottom: 1px solid #e0e0e0 !important;
	margin: 0px 10px 5px 10px !important;
	font-size: 16px !important;
}
#topNav ul.nav>li.mega-menu p {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	font-size: 14px;
	color: rgba(0,0,0,0.5);
}

body {
	color: var(--bs-body-color) !important;
	background-color: var(--bs-body-bg) !important;
}

h5 {
	font-weight: 600;
	font-size: 1.25em;
	color: inherit;
}
h5.notice {
	font-weight: 600;
	font-size: larger;
}
h3.dark {
   color: #7a98bf !important;
}
h2.bold {
   font-weight: 600;
   letter-spacing: -2px;
}
.fa-1-5x {
   font-size: 1.5em;
}
.lh16 {
   line-height: 16px;
}

.back-white   { background-color: white; }
.back-black   { background-color: black; }
.back-gray    { background-color:#f5f7f7; }

.padding0         { padding:0px !important; 	}
.padding15        { padding: 15px; }
.padding-left0    { padding-left: 0px !important; }
.padding-left5    { padding-left: 5px !important; }
.padding-left10   { padding-left: 10px !important; }
.padding-left12   { padding-left: 12px !important; }
.padding-left15   { padding-left: 15px !important; }
.padding-left20   { padding-left: 20px !important; }
.padding-right0   { padding-right: 0px !important; }
.padding-right15  { padding-right: 15px !important; }
.padding-top10	  { padding-top: 10px !important; }
.padding-top14	  { padding-top: 14px !important; }
.padding-top25	  { padding-top: 25px !important; }
.padding-bottom0  { padding-bottom:0px; }
.padding-bottom20 { padding-bottom:20px; }
.padding-lr25     { padding-left: 25px !important; padding-right: 25px !important; }
.padding-tb10     { padding-top: 10px !important; padding-bottom: 10px !important; }

.margin-left5    { margin-left:5px !important; }
.margin-left10   { margin-left: 10px !important; }
.margin-left20   { margin-left: 20px !important; }
.margin-left40   { margin-left: 40px !important; }
.margin-right5	 { margin-right: 5px !important; }
.margin-right10	 { margin-right: 10px !important; }
.margin-top13    { margin-top:13px; }
.margin-top30    { margin-top: 30px !important; }
.margin-bottom0  { margin-bottom:0px; }
.margin-bottom1	 { margin-bottom:1px !important; }
.margin-bottom5	 { margin-bottom:5px !important; }
.margin-bottom10 { margin-bottom:10px !important; }
.margin-bottom20 { margin-bottom:20px !important; }

.fsize24  { font-size: 24px !important; }
.fsize36  { font-size: 36px !important; }
.fsize100 { font-size: 100% !important; }

.border-none td { border: none !important; }
.clear { clear: both; }
.error-note { color: #a94442; }
.has-error label { font-weight:bold; }
.hand-cursor { cursor: pointer; }
.min-height { line-height:35px; }
.inline-radio { margin: 5px 10px 5px 10px !important; }

.modal-body p {
	margin: 10px 5px;
}

.modal-footer .btn,
.modal-footer .btn:hover {
	margin-bottom: 0px;
}

.todo {
   color: #ff4136;
   background-color: #ffeceb;
   border: 1px solid #ff4136;
   border-radius: 4px;
   padding: 5px 10px;
}
/*
code {
    padding: 3px 6px;
    font-size: 90%;
    color: #37474f;
    background-color: #f8f9fa;
    border-radius: 4px;
    border: 1px solid #cccccc;
}
*/
ul.side-nav ul a.active {
	/*color: #fff !important;*/
}
ul.side-nav ul a:hover .fa-square-o:before {
  content: "\f0c8";
}

.callout-home {
	font-weight: 400 !important;
}

.question {
	color: white !important;
	background-color: #337ab7 !important;
	min-width: 35px !important;
	padding: 2px 0 !important;
}
.answer {
	color: white !important;
	background-color: #5cb85c !important;
	width: 2.4em;
	min-width: 35px !important;
	padding: 2px 0 !important;
}

div.qa { margin-bottom: 15px !important; border-bottom: lightgray solid 1px; padding-bottom: 15px; }

h3 {
   font-size: 1.5em !important;
   font-weight: 500 !important;
   line-height: 30px !important;
   /*
   letter-spacing: -1px !important;
   */
}

/*--- sky-form ---*/

.sky-form .form-group {
    margin-bottom: 10px;
}
.sky-form footer {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    padding-top: 10px !important;
}
.sky-form .has-error .input .form-control {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.sky-form .has-error .input .form-control:focus {
    border-color: #843534 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}
.sky-form .has-error .control-label {
    font-weight: bold !important;
}
.sky-form .has-error .checkbox
{
    color: #a94442 !important;
    font-weight: bold;
}
.sky-form .has-error .checkbox i
{
    color: #a94442 !important;
    border-color: #a94442 !important;
}
.sky-form .has-error .input-group-addon {
    border: 2px solid #a94442;
    border-left: 0;
}
.sky-form .form-control[readonly] {
    color: #555 !important;
    background-color: #e2e4e6;
}
.sky-form .icon-append {
    color: #aaa !important;
    border-color: #ccc !important;
}
.sky-form .fa-paperclip {
    cursor: pointer;
    background-color: #4385a9 !important;
}
.sky-form #Attachment {
    visibility: hidden !important;
    float: right;
}
/*
.sky-form a.btn {
    float: right;
    height: 39px;
    overflow: hidden;
    margin: 10px 0 0 20px;
    padding: 0 25px;
    border: 0;
    font: 300 15px/39px 'Open Sans', sans-serif;
    text-decoration: none;
    color: white;
    cursor: pointer;
}
*/
a.btn-dkgray {
    color: #666;
    background-color: #e2e4e6 !important;
}
a.btn-dkgray:hover {
    color: #000;
    background-color: #c2c2c2 !important;
}
.sky-form .panel-title {
    color: #666;
}
.sky-form .border-top {
    border-top: rgba(0,0,0,0.1) 1px solid;
}
.sky-form .input-group-addon a { 
    color: #666;
}
.sky-form .has-error a { 
    color: #a94442;
}
.sky-form .input-group-addon a {
    padding:5px 15px;
    display:block;
}
.sky-form .input-group-addon {
    color: #555;
    background-color: rgba(0,0,0,0.03);
    border-color: #e6e6e6;
    border-width: 2px;
    border-radius: 0;
}
.sky-form .input-group-addon i {
    color: #aaa;
}
.sky-form footer {
	margin-left: 0px !important;
	border-top: 1px solid #eee !important;
}
.sky-form .form-table {
    width: 100%;
}
.sky-form .form-table td {
    padding: 0px 4px;
    vertical-align: middle;
}
/* --- form states --- */

.has-error .input-group-addon i {
    color: #a94442;
}
.has-success .input-group-addon {
    color: #555;
    background-color: #eee;
    border-color: #e6e6e6;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.has-success .form-control,
.has-success .form-control:focus {
    color: #555;
    border-color: #e6e6e6;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.has-success .control-label {
    color: #333;
}
.panel-danger, .panel-danger > .panel-heading {
    border-color: #a94442 !important;
}
.panel-success, .panel-success > .panel-heading {
    border-color: #9cc2bf !important;
}

/* --- misc --- */

.flag {
    margin-right: 10px;
    border: 1px solid white;
}

.alert {
	margin-bottom: 30px !important;
}
.alert.quick-info-dark {
    cursor:pointer;
    background-color:#fcfaee;
    border:#9c891c 1px solid;
}
.alert.quick-info-dark h4 {
    color:#9c891c;
}
.go-arrow-dark {
    background: url('/assets/images/go-arrow-dark.webp') no-repeat right bottom;
}
.alert.quick-info,
.alert.quick-link {
    border:#e2e4e6 1px solid;
}
.alert.quick-link:hover,
.alert.quick-link:active {
    cursor:pointer;
    background-color:#f9fafb;
    border:#e2e4e6 1px solid;
}
.alert > p {
  margin-bottom: 20px;
}
.go-arrow {
    background: url('/assets/images/go-arrow.webp') no-repeat right bottom;
}
.map-img {
    background: url('/assets/images/map-img.webp') 5px 90px no-repeat;
}
.product-banner {
    background: #f4f4f4 url('/assets/images/home/wall-light.webp') no-repeat left bottom;
    padding-bottom:10px !important;
}
.img-border {
    border: 1px solid #ccc !important;
}

.text-left    { text-align: left !important; }
.text-right   { text-align: right !important; }
.text-center  { text-align: center !important; }
.color-gray { color: #b1b1b1; }
.text-dark { color:#b1b1b1; font-weight:400; }
.text-semi { color: rgba(255,255,255,0.75) !important; }
.border-right-dark { border-right:2px solid #515a5a; }

hr.quarter-margins { margin:15px 0; }

/* --- version --- */

table.version {
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}
table.version td {
    padding: 4px;
    line-height: 1.4;
    vertical-align: top;
}

/* ---captcha  --- */

.refresh {
	color: #1980b6 !important;
    cursor: pointer;
}
.refresh span:hover {
    text-decoration: underline;
}

#captcha-text {
	font-weight: bold;
	font-size: 1.6rem;
	color: #d9534f;
	letter-spacing: 2px;
	text-decoration: line-through;
	font-family: 'Courier New', Courier, monospace;
	display: inline-block;
}
#captcha-note {
	font-size: 12px;
	line-height: 15px;
	color: #6c757d;
}

/* -- margin overrides -- */
.m-0 { margin: 0 !important; }
.m-1 { margin: 0.25rem !important; }
.m-2 { margin: 0.5rem !important; }
.m-3 { margin: 1rem !important; }
.m-4 { margin: 1.5rem !important; }
.m-5 { margin: 3rem !important; }

/* -- margin-left overrides -- */
.ml-0 { margin-left: 0 !important; }
.ml-1 { margin-left: 0.25rem !important; }
.ml-2 { margin-left: 0.5rem !important; }
.ml-3 { margin-left: 1rem !important; }
.ml-4 { margin-left: 1.5rem !important; }
.ml-5 { margin-left: 3rem !important; }

/* -- margin-top overrides -- */
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 0.25rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }

/* -- margin-right overrides -- */
.mr-0 { margin-right: 0 !important; }
.mr-1 { margin-right: 0.25rem !important; }
.mr-2 { margin-right: 0.5rem !important; }
.mr-3 { margin-right: 1rem !important; }
.mr-4 { margin-right: 1.5rem !important; }
.mr-5 { margin-right: 3rem !important; }

/* -- margin-bottom overrides -- */
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }

/* -- padding overrides -- */
.p-0 { padding: 0 !important; }
.p-1 { padding: 0.25rem !important; }
.p-2 { padding: 0.5rem !important; }
.p-3 { padding: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.p-5 { padding: 3rem !important; }

/* -- padding-left overrides -- */
.pl-0 { padding-left: 0 !important; }
.pl-1 { padding-left: 0.25rem !important; }
.pl-2 { padding-left: 0.5rem !important; }
.pl-3 { padding-left: 1rem !important; }
.pl-4 { padding-left: 1.5rem !important; }
.pl-5 { padding-left: 3rem !important; }

/* -- padding-top overrides -- */
.pt-0 { padding-top: 0 !important; }
.pt-1 { padding-top: 0.25rem !important; }
.pt-2 { padding-top: 0.5rem !important; }
.pt-3 { padding-top: 1rem !important; }
.pt-4 { padding-top: 1.5rem !important; }
.pt-5 { padding-top: 3rem !important; }

/* -- padding-right overrides -- */
.pr-0 { padding-right: 0 !important; }
.pr-1 { padding-right: 0.25rem !important; }
.pr-2 { padding-right: 0.5rem !important; }
.pr-3 { padding-right: 1rem !important; }
.pr-4 { padding-right: 1.5rem !important; }
.pr-5 { padding-right: 3rem !important; }

/* -- padding-bottom overrides -- */
.pb-0 { padding-bottom: 0 !important; }
.pb-1 { padding-bottom: 0.25rem !important; }
.pb-2 { padding-bottom: 0.5rem !important; }
.pb-3 { padding-bottom: 1rem !important; }
.pb-4 { padding-bottom: 1.5rem !important; }
.pb-5 { padding-bottom: 3rem !important; }

.lhn { line-height: normal; }

/*--- .product-details --*/

.product-details {
    width: 100%;
    max-width: 100%;
    border: 1px solid #e2e4e6;
    margin-bottom: 10px;
}
.product-details td,
.product-details th {
    padding: 0 10px;
	line-height: 24px;
}
.product-details > thead td,
.product-details > thead th {
    color: #808080;
    background-color:#f9fafb;
}
.product-details tr.border {
    margin-top: 10px;
    border-bottom: 2px solid #e2e4e6;
}
.product-details > tbody td {
    padding: 10px;
}
.product-details td.alert {
    color: red;
}

/*-- .product-download --*/

.product-download {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border: none;
    margin-bottom: 10px;
    border: 1px solid #e2e4e6;
}
.product-download th,
.product-download td {
    padding: 0 10px;
	line-height: 24px;
}
.product-download th {
    background-color:#f5f7f7;
    border-bottom: 1px solid #e2e4e6;
}

/*-- .table --*/

.table {
    border: 1px solid #e2e4e6;
}
.table > tbody td a.btn {
    min-width: 145px;
}
.table > thead > th {
    color: #808080;
}
.table > tbody > tr > td,
.table > thead > tr > th {
    border-top: 1px solid #e2e4e6;
    border-bottom: none;
    vertical-align: middle;
}
.table > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9fb;
}
.table-hover > tbody > tr:hover {
    background-color: #ebeef2;
}
.panel-primary {
    border: 1px solid var(--primary);
}
.panel-primary > .panel-heading {
    color: var(--primary-bg);
    background-color: var(--primary)
}
.panel-primary > .panel-body {
    background-color: var(--white)
}
table.platform {
	border: none;
}
table.platform > thead > tr > th {
	font-size: 18px;
	line-height: 24px;
	border: none;
	padding: 4px;
	white-space: nowrap;
	text-align: center;
}
table.platform > tbody > tr > td {
	font-size: 14px;
	line-height: 20px;
	border: none;
	padding: 4px;
	white-space: nowrap;
	text-align: center;
}
table.platform.small > thead > tr > th {
	font-size: 14px;
	line-height: 18px;
}
table.platform.small > tbody > tr > td {
	font-size: 12px;
	line-height: 16px;
}

/*-- .order --*/

table.order {
    width: 100%;
    border: none;
    border-collapse: collapse;
}
table.order td.lt {
    width: 20%;
    color: #aaa;
    text-align: right;
    font-size: small;
    padding: 0 5px;
    white-space: nowrap;
}
table.order td.rt {
    width: 80%;
    padding: 0 5px;
}
table.order th.a, table.order th.b, table.order th.c, table.order th.d, table.order th.e,
table.order td.a {
    color: #aaa;
    font-size: small;
}
table.order th.a,
table.order td.a {
    width: 20%;
    text-align: right;
    padding: 0 5px;
}
table.order th.b,
table.order td.b {
    width: 42.5%;
    text-align: left;
    padding: 0 5px;
}
table.order th.c, table.order th.d, table.order th.e,
table.order td.c, table.order td.d, table.order td.e {
    width: 12.5%;
    text-align: right;
    padding: 0 5px;
}
table.order th {
    font-weight: normal;
}
table.order td.top {
    padding-top: 10px;
    border-top: 1px solid #e2e4e6;
}
table.order td.c1 {
    width: 12.5%;
    color: #aaa;
    text-align: right;
    font-size: small;
    padding: 0 5px;
    whit pace: nowrap;
}
table.order td.c2,
table.order th.c2 {
    width: 35%;
    padding: 0 5px;
}
table.order th.c1,
table.order th.c2 {
    font-weight: normal;
}
table.order td.c3 {
    width: 12.5%;
}
form.order, div.order {
    padding: 10px;
    border: 1px solid #e2e4e6;
    background-color: #f9fafb;
}
.gray-text {
    color: #aaa;
    font-size: small;
}

/*-- articles --*/
/*
pre {
	border:#ccc 1px solid;
}
*/
pre .language-clike {
	border: unset;
}
span.cln {
    color: teal;
}
span.cb1 {
    color: blue;
}
span.cb2 {
    color: green;
}
span.cb3 {
    color: gray;
}
span.cb4 {
    color: red;
}
img.border {
    border: 1px solid #ccc;
}
img.border-right {
    border-right: 1px solid #ccc;
}
img.border-bottom {
    border-bottom: 1px solid #ccc;
}
ol.article {
    padding-left: 25px;
    margin: 0 0 20px 0;
}
ol.article li {
    margin: .5em 0 .5em 0;
}
table.group {
    margin: 20px 0;
}
table.group td {
    padding: 0 8px;
}

.product-border {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

/* --- site map --- */

ul.no-bullet {
    list-style: none;
    margin-left: -30px;
}

/* --- store --- */

li.cart {
    background-color:rgba(255,255,255,0.15);
    border-radius: 4px;
}
li.cart > a:hover {
    background-color: rgba(0,0,0,0.03);
}
.expired, .cancelled {
    color: #d9534f;
}
.discount {
    color: #009cc2;
}
#next-steps {
    float: left;
    padding: 20px;
    background-color: #f9fafb;
    width: 100%;
}
#next-steps ul {
    margin-bottom: 0;
}

/* --- responsive  --- */

@media only screen and (max-width: 568px) {
    .hide_iPhone {
        display: none !important;
    }
}

/* --- color scheme --- */

.tp-caption div {
    font-size: 16px;
    max-width: unset;
    max-height: unset;
    white-space: nowrap;
}
.btn-white {
    color: #333 !important;
}
span.date {
    font-size: small;
    color: #808080;
}


.panel-dark {
    border: 1px solid #e2e4e6 !important;
    background-color: #f9fafb !important;
}
.panel-dark > .panel-heading {
	padding: 11px 15px;
	border-bottom: #e2e4e6 1px solid !important;
}

.sm-prod-title,
.md-prod-title,
.lg-prod-title {
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0px;
}
.sm-prod-title {
	font-weight: 600 !important;
	color: var(--dark) !important;
	font-size: 36px !important;
	letter-spacing: -3px !important;
}
.md-prod-title {
	font-weight: 600;
	color: var(--dark);
	font-size: 40px;
	line-height: 32px;
	letter-spacing: -4px;
}
.lg-prod-title {
	font-weight: 600;
	color: var(--white);
	font-size:58px;
	line-height:60px;
	letter-spacing: -4px;
}

.sm-prod-ver,
.md-prod-ver,
.lg-prod-ver {
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 2px;
}
.sm-prod-ver {
	color: #696969;
	font-size: 12px;
	line-height: 16px;
}
.md-prod-ver {
	color: #808080;
	font-size: 12px;
	line-height: 34px;
}
.lg-prod-ver {
	color: #696969;
	font-size: 12px;
	line-height: 16px;
}

.plat-title {
    color: white;
    text-align: center;
    background-color: #333;
    padding: 4px;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px;
    /*border: rgba(0,0,0,0.2) 1px solid;*/
    border-radius: 4px;
	font-weight: 400;
}

.preview {
   border: 1px dotted #bababa;
}
.input-height {
    line-height: 38px;
}
.col-20-pct {
    width: 20% !important;
}
.col-80-pct {
    width: 80% !important;
}
.white-back {
    background-color: white;
    padding: 10px;
}

td.error {
    color: red !important;
}

.reset {
	color: red !important;
	text-decoration: none !important;
}

.reset .btn {
	padding: 0px 0px 0px 8px !important;
	margin: 0px !important;
}

/*--------------------------------------------------------------
  #covid-alert
--------------------------------------------------------------*/
.covid-alert {

}

/*--------------------------------------------------------------
  #CookieAlert
--------------------------------------------------------------*/
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: rgba(52,89,126,0.9);
    font-weight: 0;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    color: #5ea6cc !important;
    text-decoration: none !important;
}

.cookiealert a:hover,
.cookiealert a:active {
    text-decoration: underline !important;
 }

.cookiealert .acceptcookies {
    margin: 5px 0 5px 20px;
    padding: 5px 25px;
    vertical-align: baseline;
}

.cookiealert .btn-primary {
    background: #1980b6;
    border: 1px solid #5ea6cc !important;
    margin-bottom: 5px !important;
}

.footable table {
	max-width: 850px;
}

.footable th, 
.footable td {
	border-left: 1px solid #e2e4e6 !important;
	padding-left: 15px !important;
	text-align: left !important;
}
label.filter {
	margin: 8px 8px;
	font-weight: normal;
}
.font-normal {
	font-weight: normal;
}

.row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

hr.grey {
	border: 0;
	margin: 20px 0;
	border-top: #e2e4e6 1px solid;
}

@media (min-width: 768px),
@media (min-width: 992px),
@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}
/*
	Updated: 09-25-2024
*/
.container-dark h1,
.container-light h1 {
   color: var(--lightgray) !important;
   font-size: 3em;
   font-weight: 500;
   margin: 2rem 0 2rem 0;
   padding: 0 25px;
   line-height: 5rem;
}
.container-light h1 {
   color: rgba(var(--dark-rgb), 0.85) !important;
   font-weight: 300;
}
.container-dark h2,
.container-light h2 {
   font-size: 1.4em;
   font-weight: 500;
   line-height: 1.25;
   margin: 0;
   padding: 0 25px;
   letter-spacing: 0;
}
.container-light h2 {
   color: rgba(var(--dark-rgb), 0.5) !important;
   font-weight: 300 !important;
}

.cmd-output {
   color: #ccc;
   background-color: #1e1e1e;
   border:5px solid #2d2d2d;
   border-radius: 0.625rem;
   padding:0.625rem;
   margin:0.625rem;
   box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}
.call-us {
	float: left;
	display: block;
    padding: 10px 15px;
}

.bg-dark {
	color: var(--white);
	background-color: var(--dark);
}

.bg-dark-bar {
	color: var(--white);
	background-color: var(--dark-bar);
}

.nav-second {
	float: right;
	font-size: 14px;
}
.nav-second > li > a,
.nav-second > li > a:visited {
    color: rgba(255, 255, 255, 0.75) !important;
	margin-left: 5px;
	font-size: 500;
	padding: 2px 10px;
    margin: 8px 0px;
    border-radius: 4px;
}
.nav-second > li > a:hover,
.nav-second > li > a:active,
.nav-second > li > a:focus {
    color: var(--white) !important;
    background-color: rgba(0,0,0,0.3) !important;
}

.nav-second > li > a.active
{
    color: var(--white) !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
}
.nav-second > li > a.active:hover
{
    color: var(--white) !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
}

a.logo {
	padding: 4px 0 0 0;
    margin: 11px 15px 0 0 !important;
}
a.logo > img {
	max-height: 30px;
}
#topNav ul.dropdown-menu {
    max-width: 1100px;
	border: 1px solid var(--primary-hover);
	border-radius: unset;
}

.mht-155 {
	min-height: 155px;
}

.tp-caption.medium_text {
	color: rgba(255, 255, 255, 0.9) !important;
	text-shadow: unset;
}
.lg-prod-title, .text-semi {
	color: rgba(255, 255, 255, 0.9) !important;
}

span.nav-text {
	display: block;
    padding: 10px;
}
#topBar .fa {
	margin-right: 3px;
}
#topNav ul.nav > li > a {
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 500;
}
.product-cell {
    display: table-cell;
}
.fw-bold {
    font-weight: bold;
}
.pm-0 {
	padding: 0;
	margin: 0;
}
h1 {
    font-weight: 500;
    font-size: 2.2em;
    line-height: 42px;
    margin: 0 0 .75rem 0;
}
header > h2 {
	font-size: 1.75em;
}

.map-container {
    width: 100%;
	height: 200px;
    border: 2px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 8px;
}
.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.br4 {
	border-radius: 4px !important;
}
.br4-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.br4-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.callout {
	z-index: 8 !important;
}
.position-relative {
	position: relative;
}
.img-awards-overlay {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 100px;
}
#comments {
	margin-top: 1em;
}
#comments > h3 {
	margin-bottom: .75em;
}
#comments > .user-comment {
	margin: 0;
}
#comments > .user-comment > p {
	margin: 0;
}

.rating-section {mut
	margin-top: 0.5rem !important;
}
.rating-section > .btn {
	margin: 0 !important;
}
.comments-section {
    margin-top: 20px;
}
.comments-section > h3 {
    border-bottom: 2px solid var(--primary);
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.article-comment {
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #f9f9f9;
}
.article-comment-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.article-comment-author {
    font-size: 0.875em;
    font-weight: bold;
    color: var(--primary);
	margin-bottom: 0;
}
.article-comment-date {
    font-size: 0.875em;
    color: #999;
}
.article-comment-body {
    font-size: 0.875em;
    color: #555;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.article-comment-body > form {
	padding: 0;
	margin: 0;
}
.article-comment-body > form > .btn {
	margin: 0 !important;
}
.article-comment-body form {
    margin-left: 10px;
}
.article-title {
    font-size: 1.75em;
	font-weight: 500;
	margin-top: 1em;
	border-bottom: 1px solid var(--gray-bdr);
	margin-bottom: 0.75em;
}

.btn-xs {
	font-size: 0.875em !important;
}

.thumbnail {
    border: 1px solid var(--gray-bdr) !important;
    border-radius: 4px;
    min-height: 330px;
    padding: 1.5em 3em;
	margin-bottom: 2em;
	background-image: url('/assets/images/home/wall-light.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.container-fluid {
    padding: 0;
}

#footer .logo_footer {
    padding: 40px 15px 40px 25px;
}

.hero {
    color: rgba(var(--white-rgb), 0.5);
    position: relative;
    font-size: 18px;
    padding: 0;
    border-bottom: 1px solid var(--gray-bdr);
    margin-bottom: 25px;
    background-color: var(--dark-bar);
    background-image: url('/assets/images/home/hero_bg.webp?v=1');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    z-index: 1;
}
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: -1;
}
.hero h2,
.hero h3 {
    color: #fafafa;
    margin-bottom: 0.5rem !important;
}
.hero .details {
    text-align: center;
    padding: 1.5rem;
    background-color: rgba(0,0,0,0.5);
    border-radius: 15px;
}
.hero .details h2 {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 0;
}
.hero .details h3 {
    font-size: 1.6rem;
}
.hero .callout .dark {
    border-top: 2px solid var(--dark);
    border-bottom: 2px solid var(--dark);
}

.bg-light {
    background-color: var(--light-bg);
}
.bottom-border {
    border-bottom: 1px solid var(--gray-bdr) !important;
}
/*
.callout.dark {
    border-radius: unset;
	background-color: rgba(0,0,0,0.85) !important;
	border: 1px solid var(--dark-darker);
}
.callout.dark h2 {
    background-color: unset !important;
}
*/
.callout.light {
    color: #595959 !important;
    border-radius: unset;
    background-color: #f9fafb;
    border-bottom: 1px solid #e2e4e6;
}

.Note > h2 {
    font-size: 1.75em;
    line-height: 1em;
}
#features {
    border-bottom: 1px solid var(--gray-bdr);
}
#features .fa {
    font-size: 50px;
    color: var(--primary);
}
@features h2 {
    font-weight: 600 !important;
}
#features h3 {
    font-weight: 600 !important;
    margin-top: 1rem !important;
    margin-bottom: 0.5rem !important;
    font-size: 1.25em !important;
}
.eh-row {
    display: flex;
    flex-wrap: wrap;
}
.eh-col {
    display: flex;
    flex-direction: column;
}
.thumbnail.h-100 {
    height: 100%;
}

.container, .container-fluid {
	padding-left: 1rem;
	padding-right: 1rem;
}
#footer .logo_footer {
	padding-left: 1rem;
}

@media (min-width: 768px) {
	.container, .container-fluid {
		padding-left: 10rem;
		padding-right: 10rem;
	}
	#footer .logo_footer {
		padding-left: 10rem;
	}
}
