
/*************** RESET ****************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote th, td { margin: 0; padding: 0; -webkit-tap-highlight-color: rgba(0,0,0,0); }
table, thead, tbody, tfoot, tr, th, td { width: auto; height: auto; margin: 0; padding: 0; border: none; border-collapse: inherit; border-spacing: 0; border-color: inherit; vertical-align: inherit; text-align: left; font-weight: inherit; -webkit-border-horizontal-spacing: 0; -webkit-border-vertical-spacing: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
ul					{ list-style-type: none; }
li					{ list-style-type: none; }
p > ul > li			{ list-style-type: disc; }
p > ol > li			{ list-style-type: decimal; }
ol					{ margin-left: 20px; margin-bottom: 10px; }
img					{ border: 0 !important; outline: none; }
html				{ margin: 0; height: 100%; overflow-y: scroll; overflow-x: hidden; }
a					{ outline: none; border: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
button				{ outline: none; border: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
:focus				{ outline: none !important;}
input				{ -moz-border-radius: 0; -webkit-border-radius: 0; outline: none; }
.clear:after 		{ content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clear				{ display: block; pointer-events: none; }
html[xmlns] .clear 	{ display: block; }
* html .clear 		{ height: 1%; }
/*div				{ position: relative; }*/
li a				{ text-decoration: none; }

/******* BOOTSTRAP RESET/EXTRA ********/
.equal { display: -webkit-flex; display: flex; }
.gx-45 { --bs-gutter-x: 2.5rem; }
.gy-45 { --bs-gutter-y: 2.5rem; }
.relative { position: relative; }

/*************** BASICS ***************/
.txtsize4			{ font-size: 4px;  line-height: 6px;}  .txtsize6	{ font-size: 6px;  line-height: 9px;}  .txtsize8	{ font-size: 8px;  line-height: 12px;} 
.txtsize10			{ font-size: 10px; line-height: 15px;} .txtsize12	{ font-size: 12px; line-height: 18px;} .txtsize14	{ font-size: 14px; line-height: 22px;} 
.txtsize16			{ font-size: 16px; line-height: 24px;} .txtsize18	{ font-size: 18px; line-height: 27px;} .txtsize20	{ font-size: 20px; line-height: 30px;} 
.txtsize22			{ font-size: 22px; line-height: 33px;} .txtsize24	{ font-size: 24px; line-height: 36px;} .txtsize26	{ font-size: 26px; line-height: 39px;} 
.txtsize28			{ font-size: 28px; line-height: 42px;} .txtsize30	{ font-size: 30px; line-height: 45px;} .txtsize32	{ font-size: 32px; line-height: 48px;} 
.txtsize34			{ font-size: 34px; line-height: 51px;} .txtsize36	{ font-size: 36px; line-height: 54px;} .txtsize38	{ font-size: 38px; line-height: 57px;} 
.txtsize40			{ font-size: 40px; line-height: 60px;} .txtsize42	{ font-size: 42px; line-height: 63px;} .txtsize44	{ font-size: 44px; line-height: 66px;} 
.txtsize46			{ font-size: 46px; line-height: 69px;} .txtsize48	{ font-size: 48px; line-height: 72px;} .txtsize50	{ font-size: 50px; line-height: 55px;} 

.txtwhite h1, .txtwhite h2, .txtwhite h3, .txtwhite h4, .txtwhite h5,
.txtwhite p, .txtwhite li, .txtwhite a, .txtwhite, .txtwhite a:hover, .txtwhite:hover {
	color: #ffffff !important;
}


.txtuppercase h1, .txtuppercase h2, .txtuppercase h3, .txtuppercase h4, .txtuppercase h5,
.txtuppercase p, .txtuppercase li, .txtuppercase a, .txtuppercase {
	text-transform: uppercase;
}

.nowrap, .no-wrap 	{ white-space: nowrap;}

.small a 			{ padding: 0px;}
.right 				{ float: right; }
.left 				{ float: left; }
.printonly,
.hidden				{ display: none; }

.content ul:not(.menu) li 		{ list-style-type: disc; margin-left: 1.3em;}
.content ol li 		{ list-style-type: decimal; margin-left: 1.3em;}
.content ul,
.content ol 		{ padding-bottom: 1.5em; }
.content ul 		{ overflow: hidden; }
.content ul 		{ list-style: none; }

a					{ color: #000000; text-decoration: none; }
a:hover				{ color: #000000; text-decoration: underline; }
.pull-left.gap,
.alignleft 			{ float: left !important; text-align: left; margin: 7px 20px 20px 0; }
.pull-right.gap,
.alignright 		{ float: right !important; text-align: left; margin: 7px 0 20px 20px; }
.text-left 			{ text-align: left; }
.text-right 		{ text-align: right; }
.text-center		{ text-align: center; }
.center				{ text-align: center; margin: 0 auto; }
.hover:hover 		{ opacity: 0.8; cursor: pointer; }
.content p 			{ margin-bottom: 20px; }
p:last-child 		{ margin-bottom: 0px; }
.content p:last-child { margin-bottom: 0px; }
hr,.list hr			{ margin: 20px 0 20px; }
img					{ padding: 0 !important; max-width: 100%; height: auto; }

.tops 				{ margin-top: 	 40px !important; }
.bottoms 			{ margin-bottom: 80px !important; }
.contentpadding 	{ padding-top: 40px; padding-bottom: 40px; }

.padding-xs			{ padding:        10px !important; }  .padding-sm			{ padding:        20px !important; }  .padding		{ padding:        40px !important; }   .padding-xl		{ padding:        80px !important; } .nopadding, .no-padding, .no-pad 	{ padding: 0 !important; }
.pad-top-xs			{ padding-top:    10px !important; }  .pad-top-sm			{ padding-top:    20px !important; }  .pad-top		{ padding-top:    40px !important; }   .pad-top-xl		{ padding-top:    80px !important; } .no-pad-top 						{ padding-top: 0 !important }
.pad-bottom-xs		{ padding-bottom: 10px !important; }  .pad-bottom-sm		{ padding-bottom: 20px !important; }  .pad-bottom	{ padding-bottom: 40px !important; }   .pad-bottom-xl	{ padding-bottom: 80px !important; } .no-pad-bottom 					{ padding-bottom: 0 !important }
.pad-left-xs		{ padding-left:   10px !important; }  .pad-left-sm			{ padding-left:   20px !important; }  .pad-left		{ padding-left:   40px !important; }   .pad-left-xl		{ padding-left:   80px !important; } .no-pad-left 						{ padding-left: 0 !important }
.pad-right-xs		{ padding-right:  10px !important; }  .pad-right-sm			{ padding-right:  20px !important; }  .pad-right	{ padding-right:  40px !important; }   .pad-right-xl	{ padding-right:  80px !important; } .no-pad-right 						{ padding-right: 0 !important }
.margin-xs			{ padding:        10px !important; }  .margin-sm			{ padding:        20px !important; }  .margin		{ padding:        40px !important; }   .margin-xl		{ padding:        80px !important; } .nomargin, .no-margin, .no-mar		{ margin: 0 !important; }
.mar-top-xs			{ margin-top:     10px !important; }  .mar-top-sm			{ margin-top:     20px !important; }  .mar-top		{ margin-top:     40px !important; }   .mar-top-xl		{ margin-top:     80px !important; } .no-mar-top 						{ margin-top: 0 !important }
.mar-bottom-xs		{ margin-bottom:  10px !important; }  .mar-bottom-sm		{ margin-bottom:  20px !important; }  .mar-bottom	{ margin-bottom:  40px !important; }   .mar-bottom-xl	{ margin-bottom:  80px !important; } .no-mar-bottom 					{ margin-bottom: 0 !important }
.mar-left-xs		{ margin-left:    10px !important; }  .mar-left-sm			{ margin-left:    20px !important; }  .mar-left		{ margin-left:    40px !important; }   .mar-left-xl		{ margin-left:    80px !important; } .no-mar-left 						{ margin-left: 0 !important }
.mar-right-xs		{ margin-right:   10px !important; }  .mar-right-sm			{ margin-right:   20px !important; }  .mar-right	{ margin-right:   40px !important; }   .mar-right-xl	{ margin-right:   80px !important; } .no-mar-right 						{ margin-right: 0 !important }

.row-eq-height		{ display: flex; }

.nicetable 			{ border-collapse: collapse; }
.nicetable th,
.nicetable td 		{ text-align: left; vertical-align: top; padding: 3px 5px; border: 1px solid #ccc; }
.nicetable th .middle,
.nicetable td .middle { vertical-align: middle; }
.border 			{ border:   	 1px solid #555555; }
.border-left 		{ border-left:   1px solid #555555; }
.border-right 		{ border-right:  1px solid #555555; }
.border-top 		{ border-top:    1px solid #555555; }
.border-bottom 		{ border-bottom: 1px solid #555555; }
.noborder			{ border: 0 !important; }
.badge 				{ border-radius: 2px; margin-right: 3px;}

.justify-text		{ text-align: justify; }

blockquote {
	font-size: 1em;
	background: #fafafa;
	border-left: 10px solid #eeeeee;
	margin: 15px 0px 15px 0px;
	padding: 12px 15px 15px;
	font-style: italic;
}

a[name] {
	display: block;
	position: relative;
	top: -135px;
}


/*********** WP ***********/
#wp-admin-bar-wp-logo,
#wp-admin-bar-customize,
#wp-admin-bar-updates,
#wp-admin-bar-comments,
#wp-admin-bar-itsec_admin_bar_menu,
#wp-admin-bar-cs-explain,
#wp-admin-bar-themes {
	display: none;
}
#wpadminbar #wp-admin-bar-site-name>.ab-item:after {
	content: ' dashboard';
}



/* Bootstrap Breakpoint - Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
	.txtsize50	{ font-size: 38px; line-height: 45px;} 
}
