/* Reset */
html, body, div, span, applet, object, iframe,
 a, abbr, acronym, address, big, aside,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
center, dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}


.wrapper {
	background-image: url("../images/ezsecuritypolicylogo.webp");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 175px;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}



.bottomborder{
	border-bottom: 1px dotted orange;
}

.card-img-top {
	width: 100%;
	height: 15vw;
	object-fit: cover;
}

.cc-window{opacity:1;transition:opacity 1s ease}
.cc-window.cc-invisible{opacity:0}
.cc-animate.cc-revoke{transition:transform 1s ease}
.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}
.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}
.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}
.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link, .cc-revoke:hover{text-decoration:underline}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

.customList {
	text-align: left !important;
	width:80% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

h1 {
	font-size: 20px;
	font-weight: 600;
	color: #F49500;
	font-family: 'Montserrat', sans-serif;
	word-spacing: .2em;
	font-style: italic;
}

h2 {
	font-size: 16px;
	font-weight: 600;
}

.myinline {
	display: inline;
}

p {
	text-align: justify;
}

.footlink {
	color: #F49500;
}

.imgcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.preheadline {
	font-size:15px;
}

.roundedbig {
	border-radius: 0.5rem !important;
}

.mw40{
	max-width:40%;
}


.w20{
	width:20%;
}
.w40{
	width:40%;
}
.w60{
	width:60%;
}
.w80 {
	width:80%;
}

.w100{
	width: 100%;
}

.fback {
	background-color: #2d2d2d;
}

#grad1 {
	#height: 50px;
	background: #3d3d3d; /* For browsers that do not support gradients */
	background: linear-gradient(#818080, #3d3d3d, #818080); /* Standard syntax (must be last) */
}

.border-left1 {
	border-left: 1px dashed #F49500;

}

.orange{
	color: orange;
}

.titlefontmain {
	font-size:22px;
}

.nav-link {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	border-right: 1px outset #000;
	border-radius: 2px;
}

.nav-linka {
	border-right: none;
}

.navcenter1 {
	justify-content: center;
	padding-right: 35px
}

.myButton {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:30px 120px 120px 30px;
	-webkit-border-radius:30px 120px 120px 30px;
	border-radius:30px 120px 120px 30px;
	border:2px solid #2b3b70;
	display:inline-block;
	cursor:pointer;
	color:#2b3b70;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:5px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.myButton:active {
	position:relative;
	top:1px;
}

.sidelist {
	list-style: none;
}

.inlineButton {
	list-style: none;
}

.inlineButtonFont {
	font-size:20px !important;
}


/*  MEDIA SIZES */
@media (max-width: 575px) {  /* xs EXTRA SMALL*/
	.titlefont {
		font-size:16px;
	}
	.tablefont {
		font-size:14px;
	}
	.border-left1 {
		border-left: 0;
		padding-left: 0;
	}
	.nottoowide{
		max-width: 190px;
	}
	.card-columns {
		column-count: 2;
	}
	.hideme {
		visibility: visible;
	}
}

@media (min-width: 576.01px) {    /* sm SMALL*/
	.titlefont {
		font-size:16px;
	}
	.tablefont {
		font-size:12px;
	}
	.border-left1 {
		border-left: 0;
		padding-left: 0;
	}
	.nav-link{
		font-size:12px;
		padding-top:0px;
		padding-bottom: 0px;
	}
	.nav-item {

	}
	.card-columns {
		column-count: 2;
	}
	.hideme {
		visibility: visible;
	}
}

@media (min-width: 767.98px) {  /* md MEDIUM*/
	.titlefont {
		font-size:16px;
	}
	.tablefont {
		font-size:14px;
	}
	.nav-link{
		font-size:13px;
		padding-right: 8px !important;
		padding-left: 8px !important;
		padding-top:0px;
		padding-bottom: 0px;
	}
	.nav-item {

	}
	.card-columns {
		column-count: 2;
	}
	.hideme {
		visibility: hidden;
	}
}

@media (min-width: 991.98px) { /* lg LARGE*/
	.titlefont {
		font-size:16px;
	}
	.tablefont {
		font-size:16px;
	}
	.nav-link{
		font-size:13px;
		padding-right: 20px !important;
		padding-left: 20px !important;
		padding-top:0px;
		padding-bottom: 0px;
	}
	.nav-item {


	}

	.nottoowide{
		max-width: 190px;
	}
	.card-columns {
		column-count: 2;
	}
	.hideme {
		visibility: visible;
	}
}

@media (min-width:1200px) {   /* xl EXTRA LARGE*/
	.titlefont {
		font-size:20px;
	}
	.tablefont {
		font-size:16px;
	}
	.nav-link{
		font-size:16px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top:0px;
		padding-bottom: 0px;

	}
	.nav-item {

	}
	.nottoowide{
		max-width: 190px;
	}
	.card-columns {
		column-count: 2;
	}
	.hideme {
		visibility: visible;
	}
}



/* PrismJS 1.28.0
https://prismjs.com/download.html#themes=prism-tomorrow&languages=markup+css+clike+javascript+bash+docker+git+go+json+markup-templating+python+toml+yaml&plugins=line-numbers+autolinker+command-line+toolbar+copy-to-clipboard */
code[class*=language-],pre[class*=language-]{color:#ccc;background:0 0;font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#2d2d2d}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.block-comment,.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#999}.token.punctuation{color:#ccc}.token.attr-name,.token.deleted,.token.namespace,.token.tag{color:#e2777a}.token.function-name{color:#6196cc}.token.boolean,.token.function,.token.number{color:#f08d49}.token.class-name,.token.constant,.token.property,.token.symbol{color:#f8c555}.token.atrule,.token.builtin,.token.important,.token.keyword,.token.selector{color:#cc99cd}.token.attr-value,.token.char,.token.regex,.token.string,.token.variable{color:#7ec699}.token.entity,.token.operator,.token.url{color:#67cdcc}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.inserted{color:green}
pre[class*=language-].line-numbers{position:relative;padding-left:3.8em;counter-reset:linenumber}pre[class*=language-].line-numbers>code{position:relative;white-space:inherit}.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3.8em;width:3em;letter-spacing:-1px;border-right:1px solid #999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.line-numbers-rows>span{display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:.8em;text-align:right}
.token a{color:inherit}
.command-line-prompt{border-right:1px solid #999;display:block;float:left;font-size:100%;letter-spacing:-1px;margin-right:1em;pointer-events:none;text-align:right;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.command-line-prompt>span:before{opacity:.7;content:' ';display:block;padding-right:.8em}.command-line-prompt>span[data-user]:before{content:"[" attr(data-user) "@" attr(data-host) "] $"}.command-line-prompt>span[data-user=root]:before{content:"[" attr(data-user) "@" attr(data-host) "] #"}.command-line-prompt>span[data-prompt]:before{content:attr(data-prompt)}.command-line-prompt>span[data-continuation-prompt]:before{content:attr(data-continuation-prompt)}.command-line span.token.output{opacity:.7}
div.code-toolbar{position:relative}div.code-toolbar>.toolbar{position:absolute;z-index:10;top:.3em;right:.2em;transition:opacity .3s ease-in-out;opacity:0}div.code-toolbar:hover>.toolbar{opacity:1}div.code-toolbar:focus-within>.toolbar{opacity:1}div.code-toolbar>.toolbar>.toolbar-item{display:inline-block}div.code-toolbar>.toolbar>.toolbar-item>a{cursor:pointer}div.code-toolbar>.toolbar>.toolbar-item>button{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}div.code-toolbar>.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar>.toolbar-item>span{color:#bbb;font-size:.8em;padding:0 .5em;background:#f5f2f0;background:rgba(224,224,224,.2);box-shadow:0 2px 0 0 rgba(0,0,0,.2);border-radius:.5em}div.code-toolbar>.toolbar>.toolbar-item>a:focus,div.code-toolbar>.toolbar>.toolbar-item>a:hover,div.code-toolbar>.toolbar>.toolbar-item>button:focus,div.code-toolbar>.toolbar>.toolbar-item>button:hover,div.code-toolbar>.toolbar>.toolbar-item>span:focus,div.code-toolbar>.toolbar>.toolbar-item>span:hover{color:inherit;text-decoration:none}


@media screen and (max-width: 600px) {
	.hg-left ul {
	    max-width: 600px;
		width: 100%;
		height: 100%;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
		display: flex;
		justify-content: space-evenly;
		align-items: center;
	}
  }

/* EZ Security footer mobile accordion */
.ez-footer-accordion summary {
	cursor: pointer;
	font-weight: bold;
	color: #ff8c00;
	margin-bottom: 0.75rem;
}

.ez-footer-policy-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.25rem 1rem;
	max-height: 280px;
	overflow-y: auto;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.ez-footer-accordion {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.ez-footer-desktop-cols {
		display: none;
	}
}

/* Bootstrap grid & utility shims for injected content HTML (Bootstrap CDN removed from shell) */
.ezsecurity-legacy-root .row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.ezsecurity-legacy-root [class*="col-"] {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 576px) {
	.ezsecurity-legacy-root .col-sm-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.ezsecurity-legacy-root .col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.ezsecurity-legacy-root .col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.ezsecurity-legacy-root .col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 992px) {
	.ezsecurity-legacy-root .col-lg-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.ezsecurity-legacy-root .float-lg-right {
		float: right !important;
	}

	.ezsecurity-legacy-root .ml-lg-3 {
		margin-left: 1rem !important;
	}
}

.ezsecurity-legacy-root .table {
	width: 100%;
	margin-bottom: 1rem;
	border-collapse: collapse;
}

.ezsecurity-legacy-root .table th,
.ezsecurity-legacy-root .table td {
	padding: 0.5rem;
	border-top: 1px solid #dee2e6;
	vertical-align: top;
}

.ezsecurity-legacy-root .table-sm th,
.ezsecurity-legacy-root .table-sm td {
	padding: 0.25rem;
}

.ezsecurity-legacy-root .table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.ezsecurity-legacy-root .text-center {
	text-align: center !important;
}

.ezsecurity-legacy-root .text-muted {
	color: #6c757d !important;
}

.ezsecurity-legacy-root .text-danger {
	color: #dc3545 !important;
}

.ezsecurity-legacy-root .small {
	font-size: 87.5%;
}

.ezsecurity-legacy-root .lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.ezsecurity-legacy-root .mb-2 {
	margin-bottom: 0.5rem !important;
}

.ezsecurity-legacy-root .mb-3 {
	margin-bottom: 1rem !important;
}

.ezsecurity-legacy-root .mb-4 {
	margin-bottom: 1.5rem !important;
}

.ezsecurity-legacy-root .mt-3 {
	margin-top: 1rem !important;
}

.ezsecurity-legacy-root .mt-4 {
	margin-top: 1.5rem !important;
}

.ezsecurity-legacy-root .mt-5 {
	margin-top: 3rem !important;
}

.ezsecurity-legacy-root .pt-4 {
	padding-top: 1.5rem !important;
}

.ezsecurity-legacy-root .pl-3 {
	padding-left: 1rem !important;
}

.ezsecurity-legacy-root .border-top {
	border-top: 1px solid #dee2e6 !important;
}

.ezsecurity-legacy-root .border {
	border: 1px solid #dee2e6 !important;
}

.ezsecurity-legacy-root .p-3 {
	padding: 1rem !important;
}

.ezsecurity-legacy-root .font-weight-bold {
	font-weight: 700 !important;
}

.ezsecurity-legacy-root .d-block {
	display: block !important;
}

.ezsecurity-legacy-root .h5 {
	font-size: 1.25rem;
}

.ezsecurity-legacy-root .h6 {
	font-size: 1rem;
}

.ezsecurity-legacy-root .form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	box-sizing: border-box;
}

.ezsecurity-legacy-root .form-group {
	margin-bottom: 1rem;
}

.ezsecurity-legacy-root .align-items-start {
	align-items: flex-start !important;
}

.ezsecurity-legacy-root .float-right {
	float: right !important;
}

.ezsecurity-legacy-root .ml-2 {
	margin-left: 0.5rem !important;
}

.ezsecurity-legacy-root .ml-3 {
	margin-left: 1rem !important;
}