body {
	margin: 0;
	padding: 0
}

#lccOmen {
	margin: 0;
	font-family: Gotham SSm A, Gotham SSm B, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	color: #212529;
	text-align: left;
	background-color: #f9f9f9
}

#lccOmen :root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #000;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: "Gotham SSm A", "Gotham SSm B", sans-serif;
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

#lccOmen article,
#lccOmen aside,
#lccOmen figcaption,
#lccOmen figure,
#lccOmen footer,
#lccOmen header,
#lccOmen hgroup,
#lccOmen main,
#lccOmen nav,
#lccOmen section {
	display: block
}

#lccOmen hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

#lccOmen h1,
#lccOmen h2,
#lccOmen h3,
#lccOmen h4,
#lccOmen h5,
#lccOmen h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

#lccOmen p {
	margin-top: 0;
	margin-bottom: 1rem
}

#lccOmen abbr[data-original-title],
#lccOmen abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

#lccOmen address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

#lccOmen dl,
#lccOmen ol,
#lccOmen ul {
	margin-top: 0;
	margin-bottom: 1rem
}

#lccOmen ol ol,
#lccOmen ol ul,
#lccOmen ul ol,
#lccOmen ul ul {
	margin-bottom: 0
}

#lccOmen dt {
	font-weight: 700
}

#lccOmen dd {
	margin-bottom: .5rem;
	margin-left: 0
}

#lccOmen blockquote {
	margin: 0 0 1rem
}

#lccOmen b,
#lccOmen strong {
	font-weight: bolder
}

#lccOmen small {
	font-size: 80%
}

#lccOmen sub,
#lccOmen sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

#lccOmen sub {
	bottom: -.25em
}

#lccOmen sup {
	top: -.5em
}

#lccOmen a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent
}

#lccOmen a:hover {
	color: #0056b3;
	text-decoration: underline
}

#lccOmen a:not([href]),
#lccOmen a:not([href]):hover {
	color: inherit;
	text-decoration: none
}

#lccOmen code,
#lccOmen kbd,
#lccOmen pre,
#lccOmen samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
	font-size: 1em
}

#lccOmen pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

#lccOmen figure {
	margin: 0 0 1rem
}

#lccOmen img {
	vertical-align: middle;
	border-style: none
}

#lccOmen svg {
	overflow: hidden;
	vertical-align: middle
}

#lccOmen table {
	border-collapse: collapse
}

#lccOmen caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

#lccOmen th {
	text-align: inherit
}

#lccOmen label {
	display: inline-block;
	margin-bottom: .5rem
}

#lccOmen button {
	border-radius: 0
}

#lccOmen button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

#lccOmen button,
#lccOmen input,
#lccOmen optgroup,
#lccOmen select,
#lccOmen textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

#lccOmen button,
#lccOmen input {
	overflow: visible
}

#lccOmen button,
#lccOmen select {
	text-transform: none
}

#lccOmen select {
	word-wrap: normal
}

#lccOmen [type=button],
#lccOmen [type=reset],
#lccOmen [type=submit],
#lccOmen button {
	-webkit-appearance: button
}

#lccOmen [type=button]:not(:disabled),
#lccOmen [type=reset]:not(:disabled),
#lccOmen [type=submit]:not(:disabled),
#lccOmen button:not(:disabled) {
	cursor: pointer
}

#lccOmen [type=button]::-moz-focus-inner,
#lccOmen [type=reset]::-moz-focus-inner,
#lccOmen [type=submit]::-moz-focus-inner,
#lccOmen button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

#lccOmen input[type=checkbox],
#lccOmen input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

#lccOmen input[type=date],
#lccOmen input[type=datetime-local],
#lccOmen input[type=month],
#lccOmen input[type=time] {
	-webkit-appearance: listbox
}

#lccOmen textarea {
	overflow: auto;
	resize: vertical
}

#lccOmen fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

#lccOmen legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

#lccOmen progress {
	vertical-align: baseline
}

#lccOmen [type=number]::-webkit-inner-spin-button,
#lccOmen [type=number]::-webkit-outer-spin-button {
	height: auto
}

#lccOmen [type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

#lccOmen [type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

#lccOmen ::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

#lccOmen output {
	display: inline-block
}

#lccOmen summary {
	display: list-item;
	cursor: pointer
}

#lccOmen template {
	display: none
}

#lccOmen [hidden] {
	display: none !important
}

#lccOmen *,
#lccOmen :after,
#lccOmen :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

#lccOmen .h1,
#lccOmen .h2,
#lccOmen .h3,
#lccOmen .h4,
#lccOmen .h5,
#lccOmen .h6,
#lccOmen h1,
#lccOmen h2,
#lccOmen h3,
#lccOmen h4,
#lccOmen h5,
#lccOmen h6 {
	margin-bottom: .5rem;
	font-weight: 700;
	line-height: 1.2
}

#lccOmen .h1,
#lccOmen h1 {
	font-size: 2.5rem
}

#lccOmen .h2,
#lccOmen h2 {
	font-size: 2rem
}

#lccOmen .h3,
#lccOmen h3 {
	font-size: 1.75rem
}

#lccOmen .h4,
#lccOmen h4 {
	font-size: 1.5rem
}

#lccOmen .h5,
#lccOmen h5 {
	font-size: 1.25rem
}

#lccOmen .h6,
#lccOmen h6 {
	font-size: 1rem
}

#lccOmen .lead {
	font-size: 1.25rem;
	font-weight: 300
}

#lccOmen .display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}

#lccOmen .display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}

#lccOmen .display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}

#lccOmen .display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}

#lccOmen hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

#lccOmen .small,
#lccOmen small {
	font-size: 80%;
	font-weight: 400
}

#lccOmen .mark,
#lccOmen mark {
	padding: .2em;
	background-color: #fcf8e3
}

#lccOmen .list-inline,
#lccOmen .list-unstyled {
	padding-left: 0;
	list-style: none
}

#lccOmen .list-inline-item {
	display: inline-block
}

#lccOmen .list-inline-item:not(:last-child) {
	margin-right: .5rem
}

#lccOmen .initialism {
	font-size: 90%;
	text-transform: uppercase
}

#lccOmen .blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}

#lccOmen .blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d
}

#lccOmen .blockquote-footer:before {
	content: "\2014\A0"
}

#lccOmen .img-fluid,
#lccOmen .img-thumbnail {
	max-width: 100%;
	height: auto
}

#lccOmen img.graphics-firstImg {	
	width:98%;
	padding-left: 70px;
}
#lccOmen img.graphics-lastImg {
	width:95%;
	padding-left: 80px;
	margin-top: -60px;
}
#lccOmen img.processor-img {
	width:46%;
	margin-left: 25px;
	margin-top: 150px;
}
#lccOmen img.intelCore-img {
	width:39%;
	margin-top: 150px;
	margin-left: 50px;

}
#lccOmen .alignRight-img
{
	padding-left: 100px;
}

#lccOmen .alignRight_img {
	padding-left: 50px;
}

#lccOmen .omen_logo {
	height: 85px;
	border-right: 2px solid #fff;
	padding-right: 25px;
}

#lccOmen .bsu_logo {
	height: 80px;
}

#lccOmen .firstLogo-img {
	height: 75px;
}
#lccOmen .secondLogo-img {
	height: 50px;
	margin-right: 5px;
}
#lccOmen .amdLogo-img {
	height: 70px;
}

#lccOmen .lastLogo-img {
	height: 58px;
}

#lccOmen .img-thumbnail {
	padding: .25rem;
	background-color: #f9f9f9;
	border: 1px solid #dee2e6;
	border-radius: .25rem
}

#lccOmen .figure {
	display: inline-block
}

#lccOmen .figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

#lccOmen .figure-caption {
	font-size: 90%;
	color: #6c757d
}

#lccOmen code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: break-word
}

a>#lccOmen code {
	color: inherit
}

#lccOmen kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

#lccOmen kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}

#lccOmen pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}

#lccOmen pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

#lccOmen .pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

#lccOmen .btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.6;
	border-radius: .25rem;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	#lccOmen .btn {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}

#lccOmen .btn:hover {
	color: #212529;
	text-decoration: none
}

#lccOmen .btn.focus,
#lccOmen .btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

#lccOmen .btn.disabled,
#lccOmen .btn:disabled {
	opacity: .65
}

#lccOmen a.btn.disabled,
#lccOmen fieldset:disabled a.btn {
	pointer-events: none
}

#lccOmen .btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

#lccOmen .btn-primary.focus,
#lccOmen .btn-primary:focus,
#lccOmen .btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc
}

#lccOmen .btn-primary.focus,
#lccOmen .btn-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

#lccOmen .btn-primary.disabled,
#lccOmen .btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

#lccOmen .btn-primary:not(:disabled):not(.disabled).active,
#lccOmen .btn-primary:not(:disabled):not(.disabled):active,
.show>#lccOmen .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

#lccOmen .btn-primary:not(:disabled):not(.disabled).active:focus,
#lccOmen .btn-primary:not(:disabled):not(.disabled):active:focus,
.show>#lccOmen .btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

#lccOmen .btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

#lccOmen .btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}

#lccOmen .btn-secondary.focus,
#lccOmen .btn-secondary:focus {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
	-webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

#lccOmen .btn-secondary.disabled,
#lccOmen .btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

#lccOmen .btn-secondary:not(:disabled):not(.disabled).active,
#lccOmen .btn-secondary:not(:disabled):not(.disabled):active,
.show>#lccOmen .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

#lccOmen .btn-secondary:not(:disabled):not(.disabled).active:focus,
#lccOmen .btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>#lccOmen .btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

#lccOmen .btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

#lccOmen .btn-success.focus,
#lccOmen .btn-success:focus,
#lccOmen .btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}

#lccOmen .btn-success.focus,
#lccOmen .btn-success:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

#lccOmen .btn-success.disabled,
#lccOmen .btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

#lccOmen .btn-success:not(:disabled):not(.disabled).active,
#lccOmen .btn-success:not(:disabled):not(.disabled):active,
.show>#lccOmen .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

#lccOmen .btn-success:not(:disabled):not(.disabled).active:focus,
#lccOmen .btn-success:not(:disabled):not(.disabled):active:focus,
.show>#lccOmen .btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

#lccOmen .btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

#lccOmen .btn-info.focus,
#lccOmen .btn-info:focus,
#lccOmen .btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}

#lccOmen .btn-info.focus,
#lccOmen .btn-info:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

#lccOmen .btn-info.disabled,
#lccOmen .btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

#lccOmen .btn-info:not(:disabled):not(.disabled).active,
#lccOmen .btn-info:not(:disabled):not(.disabled):active,
.show>#lccOmen .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

#lccOmen .btn-info:not(:disabled):not(.disabled).active:focus,
#lccOmen .btn-info:not(:disabled):not(.disabled):active:focus,
.show>#lccOmen .btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

#lccOmen .btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

#lccOmen .btn-warning.focus,
#lccOmen .btn-warning:focus,
#lccOmen .btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00
}

#lccOmen .btn-warning.focus,
#lccOmen .btn-warning:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

#lccOmen .btn-warning.disabled,
#lccOmen .btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

#lccOmen .btn-warning:not(:disabled):not(.disabled).active,
#lccOmen .btn-warning:not(:disabled):not(.disabled):active,
.show>#lccOmen .btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500
}

#lccOmen .btn-warning:not(:disabled):not(.disabled).active:focus,
#lccOmen .btn-warning:not(:disabled):not(.disabled):active:focus,
.show>#lccOmen .btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

#lccOmen .btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

#lccOmen .btn-danger.focus,
#lccOmen .btn-danger:focus,
#lccOmen .btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}

#lccOmen .btn-danger.focus,
#lccOmen .btn-danger:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

#lccOmen .btn-danger.disabled,
#lccOmen .btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

#lccOmen .btn-danger:not(:disabled):not(.disabled).active,
#lccOmen .btn-danger:not(:disabled):not(.disabled):active,
.show>#lccOmen .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}

#lccOmen .btn-danger:not(:disabled):not(.disabled).active:focus,
#lccOmen .btn-danger:not(:disabled):not(.disabled):active:focus,
.show>#lccOmen .btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

#lccOmen .btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

#lccOmen .btn-light.focus,
#lccOmen .btn-light:focus,
#lccOmen .btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

#lccOmen .btn-light.focus,
#lccOmen .btn-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

#lccOmen .btn-light.disabled,
#lccOmen .btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

#lccOmen .btn-light:not(:disabled):not(.disabled).active,
#lccOmen .btn-light:not(:disabled):not(.disabled):active,
.show>#lccOmen .btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

#lccOmen .btn-light:not(:disabled):not(.disabled).active:focus,
#lccOmen .btn-light:not(:disabled):not(.disabled):active:focus,
.show>#lccOmen .btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

#lccOmen .btn-dark,
#lccOmen .btn-dark.focus,
#lccOmen .btn-dark:focus,
#lccOmen .btn-dark:hover {
	color: #fff;
	background-color: #000;
	border-color: #000
}

#lccOmen .btn-dark.focus,
#lccOmen .btn-dark:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

#lccOmen .btn-dark.disabled,
#lccOmen .btn-dark:disabled,
#lccOmen .btn-dark:not(:disabled):not(.disabled).active,
#lccOmen .btn-dark:not(:disabled):not(.disabled):active,
.show>#lccOmen .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #000;
	border-color: #000
}

#lccOmen .btn-dark:not(:disabled):not(.disabled).active:focus,
#lccOmen .btn-dark:not(:disabled):not(.disabled):active:focus,
.show>#lccOmen .btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

#lccOmen .btn-outline-primary {
	color: #007bff;
	border-color: #007bff
}

#lccOmen .btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

#lccOmen .btn-outline-primary.focus,
#lccOmen .btn-outline-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

#lccOmen .btn-outline-primary.disabled,
#lccOmen .btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent
}

#lccOmen .btn-outline-primary:not(:disabled):not(.disabled).active,
#lccOmen .btn-outline-primary:not(:disabled):not(.disabled):active,
.show>#lccOmen .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

#lccOmen .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
#lccOmen .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>#lccOmen .btn-outline-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

#lccOmen .btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d
}

#lccOmen .btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

#lccOmen .btn-outline-secondary.focus,
#lccOmen .btn-outline-secondary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

#lccOmen .btn-outline-secondary.disabled,
#lccOmen .btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent
}

#lccOmen .btn-outline-secondary:not(:disabled):not(.disabled).active,
#lccOmen .btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>#lccOmen .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

#lccOmen .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
#lccOmen .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>#lccOmen .btn-outline-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

#lccOmen .btn-outline-success {
	color: #28a745;
	border-color: #28a745
}

#lccOmen .btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

#lccOmen .btn-outline-success.focus,
#lccOmen .btn-outline-success:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

#lccOmen .btn-outline-success.disabled,
#lccOmen .btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent
}

#lccOmen .btn-outline-success:not(:disabled):not(.disabled).active,
#lccOmen .btn-outline-success:not(:disabled):not(.disabled):active,
.show>#lccOmen .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

#lccOmen .btn-outline-success:not(:disabled):not(.disabled).active:focus,
#lccOmen .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>#lccOmen .btn-outline-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

#lccOmen .btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8
}

#lccOmen .btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

#lccOmen .btn-outline-info.focus,
#lccOmen .btn-outline-info:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

#lccOmen .btn-outline-info.disabled,
#lccOmen .btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent
}

#lccOmen .btn-outline-info:not(:disabled):not(.disabled).active,
#lccOmen .btn-outline-info:not(:disabled):not(.disabled):active,
.show>#lccOmen .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

#lccOmen .btn-outline-info:not(:disabled):not(.disabled).active:focus,
#lccOmen .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>#lccOmen .btn-outline-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

#lccOmen .btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107
}

#lccOmen .btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

#lccOmen .btn-outline-warning.focus,
#lccOmen .btn-outline-warning:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

#lccOmen .btn-outline-warning.disabled,
#lccOmen .btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent
}

#lccOmen .btn-outline-warning:not(:disabled):not(.disabled).active,
#lccOmen .btn-outline-warning:not(:disabled):not(.disabled):active,
.show>#lccOmen .btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

#lccOmen .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
#lccOmen .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>#lccOmen .btn-outline-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

#lccOmen .btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545
}

#lccOmen .btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

#lccOmen .btn-outline-danger.focus,
#lccOmen .btn-outline-danger:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

#lccOmen .btn-outline-danger.disabled,
#lccOmen .btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent
}

#lccOmen .btn-outline-danger:not(:disabled):not(.disabled).active,
#lccOmen .btn-outline-danger:not(:disabled):not(.disabled):active,
.show>#lccOmen .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

#lccOmen .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
#lccOmen .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>#lccOmen .btn-outline-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

#lccOmen .btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa
}

#lccOmen .btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

#lccOmen .btn-outline-light.focus,
#lccOmen .btn-outline-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

#lccOmen .btn-outline-light.disabled,
#lccOmen .btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}

#lccOmen .btn-outline-light:not(:disabled):not(.disabled).active,
#lccOmen .btn-outline-light:not(:disabled):not(.disabled):active,
.show>#lccOmen .btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

#lccOmen .btn-outline-light:not(:disabled):not(.disabled).active:focus,
#lccOmen .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>#lccOmen .btn-outline-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

#lccOmen .btn-outline-dark {
	color: #000;
	border-color: #000
}

#lccOmen .btn-outline-dark:hover {
	color: #fff;
	background-color: #000;
	border-color: #000
}

#lccOmen .btn-outline-dark.focus,
#lccOmen .btn-outline-dark:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

#lccOmen .btn-outline-dark.disabled,
#lccOmen .btn-outline-dark:disabled {
	color: #000;
	background-color: transparent
}

#lccOmen .btn-outline-dark:not(:disabled):not(.disabled).active,
#lccOmen .btn-outline-dark:not(:disabled):not(.disabled):active,
.show>#lccOmen .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #000;
	border-color: #000
}

#lccOmen .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
#lccOmen .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>#lccOmen .btn-outline-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

#lccOmen .btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none
}

#lccOmen .btn-link:hover {
	color: #0056b3;
	text-decoration: underline
}

#lccOmen .btn-link.focus,
#lccOmen .btn-link:focus {
	text-decoration: underline;
	-webkit-box-shadow: none;
	box-shadow: none
}

#lccOmen .btn-link.disabled,
#lccOmen .btn-link:disabled {
	color: #6c757d;
	pointer-events: none
}

#lccOmen .btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

#lccOmen .btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

#lccOmen .btn-block {
	display: block;
	width: 100%
}

#lccOmen .btn-block+.btn-block {
	margin-top: .5rem
}

#lccOmen input[type=button].btn-block,
#lccOmen input[type=reset].btn-block,
#lccOmen input[type=submit].btn-block {
	width: 100%
}

#lccOmen .fade {
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
	#lccOmen .fade {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}

#lccOmen .fade:not(.show) {
	opacity: 0
}

#lccOmen .collapse:not(.show) {
	display: none
}

#lccOmen .collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
	#lccOmen .collapsing {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}

#lccOmen .nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

#lccOmen .nav-link {
	display: block;
	padding: .5rem 1rem
}

#lccOmen .nav-link:focus,
#lccOmen .nav-link:hover {
	text-decoration: none
}

#lccOmen .nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}

#lccOmen .nav-tabs {
	border-bottom: 1px solid #dee2e6
}

#lccOmen .nav-tabs .nav-item {
	margin-bottom: -1px
}

#lccOmen .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

#lccOmen .nav-tabs .nav-link:focus,
#lccOmen .nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}

#lccOmen .nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

#lccOmen .nav-tabs .nav-item.show .nav-link,
#lccOmen .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #f9f9f9;
	border-color: #dee2e6 #dee2e6 #f9f9f9
}

#lccOmen .nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

#lccOmen .nav-pills .nav-link {
	border-radius: .25rem
}

#lccOmen .nav-pills .nav-link.active,
#lccOmen .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff
}

#lccOmen .nav-fill .nav-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center
}

#lccOmen .nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center
}

#lccOmen .tab-content>.tab-pane {
	display: none
}

#lccOmen .tab-content>.active {
	display: block
}

#lccOmen .card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem
}

#lccOmen .card>hr {
	margin-right: 0;
	margin-left: 0
}

#lccOmen .card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

#lccOmen .card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

#lccOmen .card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem
}

#lccOmen .card-title {
	margin-bottom: .75rem
}

#lccOmen .card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0
}

#lccOmen .card-text:last-child {
	margin-bottom: 0
}

#lccOmen .card-link:hover {
	text-decoration: none
}

#lccOmen .card-link+.card-link {
	margin-left: 1.25rem
}

#lccOmen .card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

#lccOmen .card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

#lccOmen .card-header+.list-group .list-group-item:first-child {
	border-top: 0
}

#lccOmen .card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125)
}

#lccOmen .card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

#lccOmen .card-header-tabs {
	margin-bottom: -.75rem;
	border-bottom: 0
}

#lccOmen .card-header-pills,
#lccOmen .card-header-tabs {
	margin-right: -.625rem;
	margin-left: -.625rem
}

#lccOmen .card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}

#lccOmen .card-img,
#lccOmen .card-img-bottom,
#lccOmen .card-img-top {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%
}

#lccOmen .card-img,
#lccOmen .card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

#lccOmen .card-img,
#lccOmen .card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

#lccOmen .card-deck .card {
	margin-bottom: 15px
}

@media (min-width:576px) {
	#lccOmen .card-deck {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px
	}

	#lccOmen .card-deck .card {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px
	}
}

#lccOmen .card-group>.card {
	margin-bottom: 15px
}

@media (min-width:576px) {
	#lccOmen .card-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}

	#lccOmen .card-group>.card {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0
	}

	#lccOmen .card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}

	#lccOmen .card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}

	#lccOmen .card-group>.card:not(:last-child) .card-header,
	#lccOmen .card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0
	}

	#lccOmen .card-group>.card:not(:last-child) .card-footer,
	#lccOmen .card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0
	}

	#lccOmen .card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}

	#lccOmen .card-group>.card:not(:first-child) .card-header,
	#lccOmen .card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0
	}

	#lccOmen .card-group>.card:not(:first-child) .card-footer,
	#lccOmen .card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0
	}
}

#lccOmen .card-columns .card {
	margin-bottom: .75rem
}

@media (min-width:576px) {
	#lccOmen .card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1
	}

	#lccOmen .card-columns .card {
		display: inline-block;
		width: 100%
	}
}

#lccOmen .accordion>.card {
	overflow: hidden
}

#lccOmen .accordion>.card:not(:last-of-type) {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

#lccOmen .accordion>.card:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

#lccOmen .accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: -1px
}

#lccOmen .carousel {
	position: relative
}

#lccOmen .carousel.pointer-event {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

#lccOmen .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

#lccOmen .carousel-inner:after {
	display: block;
	clear: both;
	content: ""
}

#lccOmen .carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	-o-transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	#lccOmen .carousel-item {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}

#lccOmen .carousel-item-next,
#lccOmen .carousel-item-prev,
#lccOmen .carousel-item.active {
	display: block
}

#lccOmen .active.carousel-item-right,
#lccOmen .carousel-item-next:not(.carousel-item-left) {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

#lccOmen .active.carousel-item-left,
#lccOmen .carousel-item-prev:not(.carousel-item-right) {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

#lccOmen .carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

#lccOmen .carousel-fade .carousel-item-next.carousel-item-left,
#lccOmen .carousel-fade .carousel-item-prev.carousel-item-right,
#lccOmen .carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1
}

#lccOmen .carousel-fade .active.carousel-item-left,
#lccOmen .carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity 0s .6s;
	-o-transition: opacity 0s .6s;
	transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

	#lccOmen .carousel-fade .active.carousel-item-left,
	#lccOmen .carousel-fade .active.carousel-item-right {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}

#lccOmen .carousel-control-next,
#lccOmen .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	-webkit-transition: opacity .15s ease;
	-o-transition: opacity .15s ease;
	transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

	#lccOmen .carousel-control-next,
	#lccOmen .carousel-control-prev {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}

#lccOmen .carousel-control-next:focus,
#lccOmen .carousel-control-next:hover,
#lccOmen .carousel-control-prev:focus,
#lccOmen .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

#lccOmen .carousel-control-prev {
	left: 0
}

#lccOmen .carousel-control-next {
	right: 0
}

#lccOmen .carousel-control-next-icon,
#lccOmen .carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50%/100% 100%
}

#lccOmen .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

#lccOmen .carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

#lccOmen .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

#lccOmen .carousel-indicators li {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	-webkit-transition: opacity .6s ease;
	-o-transition: opacity .6s ease;
	transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
	#lccOmen .carousel-indicators li {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}

#lccOmen .carousel-indicators .active {
	opacity: 1
}

#lccOmen .carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}

#lccOmen .align-baseline {
	vertical-align: baseline !important
}

#lccOmen .align-top {
	vertical-align: top !important
}

#lccOmen .align-middle {
	vertical-align: middle !important
}

#lccOmen .align-bottom {
	vertical-align: bottom !important
}

#lccOmen .align-text-bottom {
	vertical-align: text-bottom !important
}

#lccOmen .align-text-top {
	vertical-align: text-top !important
}

#lccOmen .bg-primary {
	background-color: #007bff !important
}

#lccOmen a.bg-primary:focus,
#lccOmen a.bg-primary:hover,
#lccOmen button.bg-primary:focus,
#lccOmen button.bg-primary:hover {
	background-color: #0062cc !important
}

#lccOmen .bg-secondary {
	background-color: #6c757d !important
}

#lccOmen a.bg-secondary:focus,
#lccOmen a.bg-secondary:hover,
#lccOmen button.bg-secondary:focus,
#lccOmen button.bg-secondary:hover {
	background-color: #545b62 !important
}

#lccOmen .bg-success {
	background-color: #28a745 !important
}

#lccOmen a.bg-success:focus,
#lccOmen a.bg-success:hover,
#lccOmen button.bg-success:focus,
#lccOmen button.bg-success:hover {
	background-color: #1e7e34 !important
}

#lccOmen .bg-info {
	background-color: #17a2b8 !important
}

#lccOmen a.bg-info:focus,
#lccOmen a.bg-info:hover,
#lccOmen button.bg-info:focus,
#lccOmen button.bg-info:hover {
	background-color: #117a8b !important
}

#lccOmen .bg-warning {
	background-color: #ffc107 !important
}

#lccOmen a.bg-warning:focus,
#lccOmen a.bg-warning:hover,
#lccOmen button.bg-warning:focus,
#lccOmen button.bg-warning:hover {
	background-color: #d39e00 !important
}

#lccOmen .bg-danger {
	background-color: #dc3545 !important
}

#lccOmen a.bg-danger:focus,
#lccOmen a.bg-danger:hover,
#lccOmen button.bg-danger:focus,
#lccOmen button.bg-danger:hover {
	background-color: #bd2130 !important
}

#lccOmen .bg-light {
	background-color: #f8f9fa !important
}

#lccOmen a.bg-light:focus,
#lccOmen a.bg-light:hover,
#lccOmen button.bg-light:focus,
#lccOmen button.bg-light:hover {
	background-color: #dae0e5 !important
}

#lccOmen .bg-dark,
#lccOmen a.bg-dark:focus,
#lccOmen a.bg-dark:hover,
#lccOmen button.bg-dark:focus,
#lccOmen button.bg-dark:hover {
	background-color: #000 !important
}

#lccOmen .bg-white {
	background-color: #fff !important
}

#lccOmen .bg-transparent {
	background-color: transparent !important
}

#lccOmen .border {
	border: 1px solid #dee2e6 !important
}

#lccOmen .border-top {
	border-top: 1px solid #dee2e6 !important
}

#lccOmen .border-right {
	border-right: 1px solid #dee2e6 !important
}

#lccOmen .border-bottom {
	border-bottom: 1px solid #dee2e6 !important
}

#lccOmen .border-left {
	border-left: 1px solid #dee2e6 !important
}

#lccOmen .border-0 {
	border: 0 !important
}

#lccOmen .border-top-0 {
	border-top: 0 !important
}

#lccOmen .border-right-0 {
	border-right: 0 !important
}

#lccOmen .border-bottom-0 {
	border-bottom: 0 !important
}

#lccOmen .border-left-0 {
	border-left: 0 !important
}

#lccOmen .border-primary {
	border-color: #007bff !important
}

#lccOmen .border-secondary {
	border-color: #6c757d !important
}

#lccOmen .border-success {
	border-color: #28a745 !important
}

#lccOmen .border-info {
	border-color: #17a2b8 !important
}

#lccOmen .border-warning {
	border-color: #ffc107 !important
}

#lccOmen .border-danger {
	border-color: #dc3545 !important
}

#lccOmen .border-light {
	border-color: #f8f9fa !important
}

#lccOmen .border-dark {
	border-color: #000 !important
}

#lccOmen .border-white {
	border-color: #fff !important
}

#lccOmen .rounded-sm {
	border-radius: .2rem !important
}

#lccOmen .rounded {
	border-radius: .25rem !important
}

#lccOmen .rounded-top {
	border-top-left-radius: .25rem !important;
	border-top-right-radius: .25rem !important
}

#lccOmen .rounded-right {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important
}

#lccOmen .rounded-bottom {
	border-bottom-right-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important
}

#lccOmen .rounded-left {
	border-top-left-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important
}

#lccOmen .rounded-lg {
	border-radius: .3rem !important
}

#lccOmen .rounded-circle {
	border-radius: 50% !important
}

#lccOmen .rounded-pill {
	border-radius: 50rem !important
}

#lccOmen .rounded-0 {
	border-radius: 0 !important
}

#lccOmen .clearfix:after {
	display: block;
	clear: both;
	content: ""
}

#lccOmen .d-none {
	display: none !important
}

#lccOmen .d-inline {
	display: inline !important
}

#lccOmen .d-inline-block {
	display: inline-block !important
}

#lccOmen .d-block {
	display: block !important
}

#lccOmen .d-table {
	display: table !important
}

#lccOmen .d-table-row {
	display: table-row !important
}

#lccOmen .d-table-cell {
	display: table-cell !important
}

#lccOmen .d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important
}

#lccOmen .d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important
}

@media (min-width:576px) {
	#lccOmen .d-sm-none {
		display: none !important
	}

	#lccOmen .d-sm-inline {
		display: inline !important
	}

	#lccOmen .d-sm-inline-block {
		display: inline-block !important
	}

	#lccOmen .d-sm-block {
		display: block !important
	}

	#lccOmen .d-sm-table {
		display: table !important
	}

	#lccOmen .d-sm-table-row {
		display: table-row !important
	}

	#lccOmen .d-sm-table-cell {
		display: table-cell !important
	}

	#lccOmen .d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	#lccOmen .d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width:768px) {
	#lccOmen .d-md-none {
		display: none !important
	}

	#lccOmen .d-md-inline {
		display: inline !important
	}

	#lccOmen .d-md-inline-block {
		display: inline-block !important
	}

	#lccOmen .d-md-block {
		display: block !important
	}

	#lccOmen .d-md-table {
		display: table !important
	}

	#lccOmen .d-md-table-row {
		display: table-row !important
	}

	#lccOmen .d-md-table-cell {
		display: table-cell !important
	}

	#lccOmen .d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	#lccOmen .d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width:992px) {
	#lccOmen .d-lg-none {
		display: none !important
	}

	#lccOmen .d-lg-inline {
		display: inline !important
	}

	#lccOmen .d-lg-inline-block {
		display: inline-block !important
	}

	#lccOmen .d-lg-block {
		display: block !important
	}

	#lccOmen .d-lg-table {
		display: table !important
	}

	#lccOmen .d-lg-table-row {
		display: table-row !important
	}

	#lccOmen .d-lg-table-cell {
		display: table-cell !important
	}

	#lccOmen .d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	#lccOmen .d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width:1200px) {
	#lccOmen .d-xl-none {
		display: none !important
	}

	#lccOmen .d-xl-inline {
		display: inline !important
	}

	#lccOmen .d-xl-inline-block {
		display: inline-block !important
	}

	#lccOmen .d-xl-block {
		display: block !important
	}

	#lccOmen .d-xl-table {
		display: table !important
	}

	#lccOmen .d-xl-table-row {
		display: table-row !important
	}

	#lccOmen .d-xl-table-cell {
		display: table-cell !important
	}

	#lccOmen .d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	#lccOmen .d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}

	#lccOmen .lcc-container.h-100 {
		padding-left: 0;
		padding-right: 0;
	}

	#lccOmen .lcc-container.h-100 .lcc-col {
		padding-left: 0;
		padding-right: 0;
	}

	#lccOmen .lcc-container.h-100 .lcc-col p {
		width:50%;
		margin:0 auto 1rem;

	}
}

@media print {
	#lccOmen .d-print-none {
		display: none !important
	}

	#lccOmen .d-print-inline {
		display: inline !important
	}

	#lccOmen .d-print-inline-block {
		display: inline-block !important
	}

	#lccOmen .d-print-block {
		display: block !important
	}

	#lccOmen .d-print-table {
		display: table !important
	}

	#lccOmen .d-print-table-row {
		display: table-row !important
	}

	#lccOmen .d-print-table-cell {
		display: table-cell !important
	}

	#lccOmen .d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	#lccOmen .d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

#lccOmen .embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

#lccOmen .embed-responsive:before {
	display: block;
	content: ""
}

#lccOmen .embed-responsive .embed-responsive-item,
#lccOmen .embed-responsive embed,
#lccOmen .embed-responsive iframe,
#lccOmen .embed-responsive object,
#lccOmen .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

#lccOmen .embed-responsive-21by9:before {
	padding-top: 42.8571428571%
}

#lccOmen .embed-responsive-16by9:before {
	padding-top: 56.25%
}

#lccOmen .embed-responsive-4by3:before {
	padding-top: 75%
}

#lccOmen .embed-responsive-1by1:before {
	padding-top: 100%
}

#lccOmen .flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important
}

#lccOmen .flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important
}

#lccOmen .flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important
}

#lccOmen .flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important
}

#lccOmen .flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important
}

#lccOmen .flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important
}

#lccOmen .flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important
}

#lccOmen .flex-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important
}

#lccOmen .flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important
}

#lccOmen .flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important
}

#lccOmen .flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important
}

#lccOmen .flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important
}

#lccOmen .justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important
}

#lccOmen .justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important
}

#lccOmen .justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important
}

#lccOmen .justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important
}

#lccOmen .justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important
}

#lccOmen .align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important
}

#lccOmen .align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important
}

#lccOmen .align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important
}

#lccOmen .align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important
}

#lccOmen .align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important
}

#lccOmen .align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important
}

#lccOmen .align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important
}

#lccOmen .align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important
}

#lccOmen .align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important
}

#lccOmen .align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important
}

#lccOmen .align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important
}

#lccOmen .align-self-auto {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important
}

#lccOmen .align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important
}

#lccOmen .align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important
}

#lccOmen .align-self-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important
}

#lccOmen .align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important
}

#lccOmen .align-self-stretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important
}

@media (min-width:576px) {
	#lccOmen .flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	#lccOmen .flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	#lccOmen .flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	#lccOmen .flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	#lccOmen .flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	#lccOmen .flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	#lccOmen .flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	#lccOmen .flex-sm-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	#lccOmen .flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	#lccOmen .flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	#lccOmen .flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	#lccOmen .flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	#lccOmen .justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	#lccOmen .justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	#lccOmen .justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	#lccOmen .justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	#lccOmen .justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	#lccOmen .align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	#lccOmen .align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	#lccOmen .align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	#lccOmen .align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	#lccOmen .align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	#lccOmen .align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	#lccOmen .align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	#lccOmen .align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	#lccOmen .align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	#lccOmen .align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	#lccOmen .align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	#lccOmen .align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important
	}

	#lccOmen .align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	#lccOmen .align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	#lccOmen .align-self-sm-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important
	}

	#lccOmen .align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	#lccOmen .align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width:768px) {
	#lccOmen .flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	#lccOmen .flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	#lccOmen .flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	#lccOmen .flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	#lccOmen .flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	#lccOmen .flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	#lccOmen .flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	#lccOmen .flex-md-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	#lccOmen .flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	#lccOmen .flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	#lccOmen .flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	#lccOmen .flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	#lccOmen .justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	#lccOmen .justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	#lccOmen .justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	#lccOmen .justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	#lccOmen .justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	#lccOmen .align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	#lccOmen .align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	#lccOmen .align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	#lccOmen .align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	#lccOmen .align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	#lccOmen .align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	#lccOmen .align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	#lccOmen .align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	#lccOmen .align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	#lccOmen .align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	#lccOmen .align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	#lccOmen .align-self-md-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important
	}

	#lccOmen .align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	#lccOmen .align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	#lccOmen .align-self-md-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important
	}

	#lccOmen .align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	#lccOmen .align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width:992px) {
	#lccOmen .flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	#lccOmen .flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	#lccOmen .flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	#lccOmen .flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	#lccOmen .flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	#lccOmen .flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	#lccOmen .flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	#lccOmen .flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	#lccOmen .flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	#lccOmen .flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	#lccOmen .flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	#lccOmen .flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	#lccOmen .justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	#lccOmen .justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	#lccOmen .justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	#lccOmen .justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	#lccOmen .justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	#lccOmen .align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	#lccOmen .align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	#lccOmen .align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	#lccOmen .align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	#lccOmen .align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	#lccOmen .align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	#lccOmen .align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	#lccOmen .align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	#lccOmen .align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	#lccOmen .align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	#lccOmen .align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	#lccOmen .align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important
	}

	#lccOmen .align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	#lccOmen .align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	#lccOmen .align-self-lg-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important
	}

	#lccOmen .align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	#lccOmen .align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width:1200px) {
	#lccOmen .flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	#lccOmen .flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	#lccOmen .flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	#lccOmen .flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	#lccOmen .flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	#lccOmen .flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	#lccOmen .flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	#lccOmen .flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	#lccOmen .flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	#lccOmen .flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	#lccOmen .flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	#lccOmen .flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	#lccOmen .justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	#lccOmen .justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	#lccOmen .justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	#lccOmen .justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	#lccOmen .justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	#lccOmen .align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	#lccOmen .align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	#lccOmen .align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	#lccOmen .align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	#lccOmen .align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	#lccOmen .align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	#lccOmen .align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	#lccOmen .align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	#lccOmen .align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	#lccOmen .align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	#lccOmen .align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	#lccOmen .align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important
	}

	#lccOmen .align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	#lccOmen .align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	#lccOmen .align-self-xl-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important
	}

	#lccOmen .align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	#lccOmen .align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important
	}
}

#lccOmen .float-left {
	float: left !important
}

#lccOmen .float-right {
	float: right !important
}

#lccOmen .float-none {
	float: none !important
}

@media (min-width:576px) {
	#lccOmen .float-sm-left {
		float: left !important
	}

	#lccOmen .float-sm-right {
		float: right !important
	}

	#lccOmen .float-sm-none {
		float: none !important
	}
}

@media (min-width:768px) {
	#lccOmen .float-md-left {
		float: left !important
	}

	#lccOmen .float-md-right {
		float: right !important
	}

	#lccOmen .float-md-none {
		float: none !important
	}
}

@media (min-width:992px) {
	#lccOmen .float-lg-left {
		float: left !important
	}

	#lccOmen .float-lg-right {
		float: right !important
	}

	#lccOmen .float-lg-none {
		float: none !important
	}
}

@media (min-width:1200px) {
	#lccOmen .float-xl-left {
		float: left !important
	}

	#lccOmen .float-xl-right {
		float: right !important
	}

	#lccOmen .float-xl-none {
		float: none !important
	}
}

#lccOmen .overflow-auto {
	overflow: auto !important
}

#lccOmen .overflow-hidden {
	overflow: hidden !important
}

#lccOmen .position-static {
	position: static !important
}

#lccOmen .position-relative {
	position: relative !important
}

#lccOmen .position-absolute {
	position: absolute !important
}

#lccOmen .position-fixed {
	position: fixed !important
}

#lccOmen .position-sticky {
	position: sticky !important
}

#lccOmen .fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

#lccOmen .fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

@supports (position:sticky) {
	#lccOmen .sticky-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

#lccOmen .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

#lccOmen .sr-only-focusable:active,
#lccOmen .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

#lccOmen .shadow-sm {
	-webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

#lccOmen .shadow {
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

#lccOmen .shadow-lg {
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

#lccOmen .shadow-none {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

#lccOmen .w-25 {
	width: 25% !important
}

#lccOmen .w-50 {
	width: 50% !important
}

#lccOmen .w-75 {
	width: 75% !important
}

#lccOmen .w-100 {
	width: 100% !important
}

#lccOmen .w-auto {
	width: auto !important
}

#lccOmen .h-25 {
	height: 25% !important
}

#lccOmen .h-50 {
	height: 50% !important
}

#lccOmen .h-75 {
	height: 75% !important
}

#lccOmen .h-100 {
	height: 100% !important
}

#lccOmen .h-auto {
	height: auto !important
}

#lccOmen .mw-100 {
	max-width: 100% !important
}

#lccOmen .mh-100 {
	max-height: 100% !important
}

#lccOmen .min-vw-100 {
	min-width: 100vw !important
}

#lccOmen .min-vh-100 {
	min-height: 100vh !important
}

#lccOmen .vw-100 {
	width: 100vw !important
}

#lccOmen .vh-100 {
	height: 100vh !important
}

#lccOmen .stretched-link:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: transparent
}

#lccOmen .m-0 {
	margin: 0 !important
}

#lccOmen .mt-0,
#lccOmen .my-0 {
	margin-top: 0 !important
}

#lccOmen .mr-0,
#lccOmen .mx-0 {
	margin-right: 0 !important
}

#lccOmen .mb-0,
#lccOmen .my-0 {
	margin-bottom: 0 !important
}

#lccOmen .ml-0,
#lccOmen .mx-0 {
	margin-left: 0 !important
}

#lccOmen .m-1 {
	margin: .25rem !important
}

#lccOmen .mt-1,
#lccOmen .my-1 {
	margin-top: .25rem !important
}

#lccOmen .mr-1,
#lccOmen .mx-1 {
	margin-right: .25rem !important
}

#lccOmen .mb-1,
#lccOmen .my-1 {
	margin-bottom: .25rem !important
}

#lccOmen .ml-1,
#lccOmen .mx-1 {
	margin-left: .25rem !important
}

#lccOmen .m-2 {
	margin: .5rem !important
}

#lccOmen .mt-2,
#lccOmen .my-2 {
	margin-top: .5rem !important
}

#lccOmen .mr-2,
#lccOmen .mx-2 {
	margin-right: .5rem !important
}

#lccOmen .mb-2,
#lccOmen .my-2 {
	margin-bottom: .5rem !important
}

#lccOmen .ml-2,
#lccOmen .mx-2 {
	margin-left: .5rem !important
}

#lccOmen .m-3 {
	margin: 1rem !important
}

#lccOmen .mt-3,
#lccOmen .my-3 {
	margin-top: 1rem !important
}

#lccOmen .mr-3,
#lccOmen .mx-3 {
	margin-right: 1rem !important
}

#lccOmen .mb-3,
#lccOmen .my-3 {
	margin-bottom: 1rem !important
}

#lccOmen .ml-3,
#lccOmen .mx-3 {
	margin-left: 1rem !important
}

#lccOmen .m-4 {
	margin: 1.5rem !important
}

#lccOmen .mt-4,
#lccOmen .my-4 {
	margin-top: 1.5rem !important
}

#lccOmen .mr-4,
#lccOmen .mx-4 {
	margin-right: 1.5rem !important
}

#lccOmen .mb-4,
#lccOmen .my-4 {
	margin-bottom: 1.5rem !important
}

#lccOmen .ml-4,
#lccOmen .mx-4 {
	margin-left: 1.5rem !important
}

#lccOmen .m-5 {
	margin: 3rem !important
}

#lccOmen .mt-5,
#lccOmen .my-5 {
	margin-top: 3rem !important
}

#lccOmen .mr-5,
#lccOmen .mx-5 {
	margin-right: 3rem !important
}

#lccOmen .mb-5,
#lccOmen .my-5 {
	margin-bottom: 3rem !important
}

#lccOmen .ml-5,
#lccOmen .mx-5 {
	margin-left: 3rem !important
}

#lccOmen .p-0 {
	padding: 0 !important
}

#lccOmen .pt-0,
#lccOmen .py-0 {
	padding-top: 0 !important
}

#lccOmen .pr-0,
#lccOmen .px-0 {
	padding-right: 0 !important
}

#lccOmen .pb-0,
#lccOmen .py-0 {
	padding-bottom: 0 !important
}

#lccOmen .pl-0,
#lccOmen .px-0 {
	padding-left: 0 !important
}

#lccOmen .p-1 {
	padding: .25rem !important
}

#lccOmen .pt-1,
#lccOmen .py-1 {
	padding-top: .25rem !important
}

#lccOmen .pr-1,
#lccOmen .px-1 {
	padding-right: .25rem !important
}

#lccOmen .pb-1,
#lccOmen .py-1 {
	padding-bottom: .25rem !important
}

#lccOmen .pl-1,
#lccOmen .px-1 {
	padding-left: .25rem !important
}

#lccOmen .p-2 {
	padding: .5rem !important
}

#lccOmen .pt-2,
#lccOmen .py-2 {
	padding-top: .5rem !important
}

#lccOmen .pr-2,
#lccOmen .px-2 {
	padding-right: .5rem !important
}

#lccOmen .pb-2,
#lccOmen .py-2 {
	padding-bottom: .5rem !important
}

#lccOmen .pl-2,
#lccOmen .px-2 {
	padding-left: .5rem !important
}

#lccOmen .p-3 {
	padding: 1rem !important
}

#lccOmen .pt-3,
#lccOmen .py-3 {
	padding-top: 1rem !important
}

#lccOmen .pr-3,
#lccOmen .px-3 {
	padding-right: 1rem !important
}

#lccOmen .pb-3,
#lccOmen .py-3 {
	padding-bottom: 1rem !important
}

#lccOmen .pl-3,
#lccOmen .px-3 {
	padding-left: 1rem !important
}

#lccOmen .p-4 {
	padding: 1.5rem !important
}

#lccOmen .pt-4,
#lccOmen .py-4 {
	padding-top: 1.5rem !important
}

#lccOmen .pr-4,
#lccOmen .px-4 {
	padding-right: 1.5rem !important
}

#lccOmen .pb-4,
#lccOmen .py-4 {
	padding-bottom: 1.5rem !important
}

#lccOmen .pl-4,
#lccOmen .px-4 {
	padding-left: 1.5rem !important
}

#lccOmen .p-5 {
	padding: 3rem !important
}

#lccOmen .pt-5,
#lccOmen .py-5 {
	padding-top: 3rem !important
}

#lccOmen .pr-5,
#lccOmen .px-5 {
	padding-right: 3rem !important
}

#lccOmen .pb-5,
#lccOmen .py-5 {
	padding-bottom: 3rem !important
}

#lccOmen .pl-5,
#lccOmen .px-5 {
	padding-left: 3rem !important
}

#lccOmen .m-n1 {
	margin: -.25rem !important
}

#lccOmen .mt-n1,
#lccOmen .my-n1 {
	margin-top: -.25rem !important
}

#lccOmen .mr-n1,
#lccOmen .mx-n1 {
	margin-right: -.25rem !important
}

#lccOmen .mb-n1,
#lccOmen .my-n1 {
	margin-bottom: -.25rem !important
}

#lccOmen .ml-n1,
#lccOmen .mx-n1 {
	margin-left: -.25rem !important
}

#lccOmen .m-n2 {
	margin: -.5rem !important
}

#lccOmen .mt-n2,
#lccOmen .my-n2 {
	margin-top: -.5rem !important
}

#lccOmen .mr-n2,
#lccOmen .mx-n2 {
	margin-right: -.5rem !important
}

#lccOmen .mb-n2,
#lccOmen .my-n2 {
	margin-bottom: -.5rem !important
}

#lccOmen .ml-n2,
#lccOmen .mx-n2 {
	margin-left: -.5rem !important
}

#lccOmen .m-n3 {
	margin: -1rem !important
}

#lccOmen .mt-n3,
#lccOmen .my-n3 {
	margin-top: -1rem !important
}

#lccOmen .mr-n3,
#lccOmen .mx-n3 {
	margin-right: -1rem !important
}

#lccOmen .mb-n3,
#lccOmen .my-n3 {
	margin-bottom: -1rem !important
}

#lccOmen .ml-n3,
#lccOmen .mx-n3 {
	margin-left: -1rem !important
}

#lccOmen .m-n4 {
	margin: -1.5rem !important
}

#lccOmen .mt-n4,
#lccOmen .my-n4 {
	margin-top: -1.5rem !important
}

#lccOmen .mr-n4,
#lccOmen .mx-n4 {
	margin-right: -1.5rem !important
}

#lccOmen .mb-n4,
#lccOmen .my-n4 {
	margin-bottom: -1.5rem !important
}

#lccOmen .ml-n4,
#lccOmen .mx-n4 {
	margin-left: -1.5rem !important
}

#lccOmen .m-n5 {
	margin: -3rem !important
}

#lccOmen .mt-n5,
#lccOmen .my-n5 {
	margin-top: -3rem !important
}

#lccOmen .mr-n5,
#lccOmen .mx-n5 {
	margin-right: -3rem !important
}

#lccOmen .mb-n5,
#lccOmen .my-n5 {
	margin-bottom: -3rem !important
}

#lccOmen .ml-n5,
#lccOmen .mx-n5 {
	margin-left: -3rem !important
}

#lccOmen .m-auto {
	margin: auto !important
}

#lccOmen .mt-auto,
#lccOmen .my-auto {
	margin-top: auto !important
}

#lccOmen .mr-auto,
#lccOmen .mx-auto {
	margin-right: auto !important
}

#lccOmen .mb-auto,
#lccOmen .my-auto {
	margin-bottom: auto !important
}

#lccOmen .ml-auto,
#lccOmen .mx-auto {
	margin-left: auto !important
}

@media (min-width:576px) {
	#lccOmen .m-sm-0 {
		margin: 0 !important
	}

	#lccOmen .mt-sm-0,
	#lccOmen .my-sm-0 {
		margin-top: 0 !important
	}

	#lccOmen .mr-sm-0,
	#lccOmen .mx-sm-0 {
		margin-right: 0 !important
	}

	#lccOmen .mb-sm-0,
	#lccOmen .my-sm-0 {
		margin-bottom: 0 !important
	}

	#lccOmen .ml-sm-0,
	#lccOmen .mx-sm-0 {
		margin-left: 0 !important
	}

	#lccOmen .m-sm-1 {
		margin: .25rem !important
	}

	#lccOmen .mt-sm-1,
	#lccOmen .my-sm-1 {
		margin-top: .25rem !important
	}

	#lccOmen .mr-sm-1,
	#lccOmen .mx-sm-1 {
		margin-right: .25rem !important
	}

	#lccOmen .mb-sm-1,
	#lccOmen .my-sm-1 {
		margin-bottom: .25rem !important
	}

	#lccOmen .ml-sm-1,
	#lccOmen .mx-sm-1 {
		margin-left: .25rem !important
	}

	#lccOmen .m-sm-2 {
		margin: .5rem !important
	}

	#lccOmen .mt-sm-2,
	#lccOmen .my-sm-2 {
		margin-top: .5rem !important
	}

	#lccOmen .mr-sm-2,
	#lccOmen .mx-sm-2 {
		margin-right: .5rem !important
	}

	#lccOmen .mb-sm-2,
	#lccOmen .my-sm-2 {
		margin-bottom: .5rem !important
	}

	#lccOmen .ml-sm-2,
	#lccOmen .mx-sm-2 {
		margin-left: .5rem !important
	}

	#lccOmen .m-sm-3 {
		margin: 1rem !important
	}

	#lccOmen .mt-sm-3,
	#lccOmen .my-sm-3 {
		margin-top: 1rem !important
	}

	#lccOmen .mr-sm-3,
	#lccOmen .mx-sm-3 {
		margin-right: 1rem !important
	}

	#lccOmen .mb-sm-3,
	#lccOmen .my-sm-3 {
		margin-bottom: 1rem !important
	}

	#lccOmen .ml-sm-3,
	#lccOmen .mx-sm-3 {
		margin-left: 1rem !important
	}

	#lccOmen .m-sm-4 {
		margin: 1.5rem !important
	}

	#lccOmen .mt-sm-4,
	#lccOmen .my-sm-4 {
		margin-top: 1.5rem !important
	}

	#lccOmen .mr-sm-4,
	#lccOmen .mx-sm-4 {
		margin-right: 1.5rem !important
	}

	#lccOmen .mb-sm-4,
	#lccOmen .my-sm-4 {
		margin-bottom: 1.5rem !important
	}

	#lccOmen .ml-sm-4,
	#lccOmen .mx-sm-4 {
		margin-left: 1.5rem !important
	}

	#lccOmen .m-sm-5 {
		margin: 3rem !important
	}

	#lccOmen .mt-sm-5,
	#lccOmen .my-sm-5 {
		margin-top: 3rem !important
	}

	#lccOmen .mr-sm-5,
	#lccOmen .mx-sm-5 {
		margin-right: 3rem !important
	}

	#lccOmen .mb-sm-5,
	#lccOmen .my-sm-5 {
		margin-bottom: 3rem !important
	}

	#lccOmen .ml-sm-5,
	#lccOmen .mx-sm-5 {
		margin-left: 3rem !important
	}

	#lccOmen .p-sm-0 {
		padding: 0 !important
	}

	#lccOmen .pt-sm-0,
	#lccOmen .py-sm-0 {
		padding-top: 0 !important
	}

	#lccOmen .pr-sm-0,
	#lccOmen .px-sm-0 {
		padding-right: 0 !important
	}

	#lccOmen .pb-sm-0,
	#lccOmen .py-sm-0 {
		padding-bottom: 0 !important
	}

	#lccOmen .pl-sm-0,
	#lccOmen .px-sm-0 {
		padding-left: 0 !important
	}

	#lccOmen .p-sm-1 {
		padding: .25rem !important
	}

	#lccOmen .pt-sm-1,
	#lccOmen .py-sm-1 {
		padding-top: .25rem !important
	}

	#lccOmen .pr-sm-1,
	#lccOmen .px-sm-1 {
		padding-right: .25rem !important
	}

	#lccOmen .pb-sm-1,
	#lccOmen .py-sm-1 {
		padding-bottom: .25rem !important
	}

	#lccOmen .pl-sm-1,
	#lccOmen .px-sm-1 {
		padding-left: .25rem !important
	}

	#lccOmen .p-sm-2 {
		padding: .5rem !important
	}

	#lccOmen .pt-sm-2,
	#lccOmen .py-sm-2 {
		padding-top: .5rem !important
	}

	#lccOmen .pr-sm-2,
	#lccOmen .px-sm-2 {
		padding-right: .5rem !important
	}

	#lccOmen .pb-sm-2,
	#lccOmen .py-sm-2 {
		padding-bottom: .5rem !important
	}

	#lccOmen .pl-sm-2,
	#lccOmen .px-sm-2 {
		padding-left: .5rem !important
	}

	#lccOmen .p-sm-3 {
		padding: 1rem !important
	}

	#lccOmen .pt-sm-3,
	#lccOmen .py-sm-3 {
		padding-top: 1rem !important
	}

	#lccOmen .pr-sm-3,
	#lccOmen .px-sm-3 {
		padding-right: 1rem !important
	}

	#lccOmen .pb-sm-3,
	#lccOmen .py-sm-3 {
		padding-bottom: 1rem !important
	}

	#lccOmen .pl-sm-3,
	#lccOmen .px-sm-3 {
		padding-left: 1rem !important
	}

	#lccOmen .p-sm-4 {
		padding: 1.5rem !important
	}

	#lccOmen .pt-sm-4,
	#lccOmen .py-sm-4 {
		padding-top: 1.5rem !important
	}

	#lccOmen .pr-sm-4,
	#lccOmen .px-sm-4 {
		padding-right: 1.5rem !important
	}

	#lccOmen .pb-sm-4,
	#lccOmen .py-sm-4 {
		padding-bottom: 1.5rem !important
	}

	#lccOmen .pl-sm-4,
	#lccOmen .px-sm-4 {
		padding-left: 1.5rem !important
	}

	#lccOmen .p-sm-5 {
		padding: 3rem !important
	}

	#lccOmen .pt-sm-5,
	#lccOmen .py-sm-5 {
		padding-top: 3rem !important
	}

	#lccOmen .pr-sm-5,
	#lccOmen .px-sm-5 {
		padding-right: 3rem !important
	}

	#lccOmen .pb-sm-5,
	#lccOmen .py-sm-5 {
		padding-bottom: 3rem !important
	}

	#lccOmen .pl-sm-5,
	#lccOmen .px-sm-5 {
		padding-left: 3rem !important
	}

	#lccOmen .m-sm-n1 {
		margin: -.25rem !important
	}

	#lccOmen .mt-sm-n1,
	#lccOmen .my-sm-n1 {
		margin-top: -.25rem !important
	}

	#lccOmen .mr-sm-n1,
	#lccOmen .mx-sm-n1 {
		margin-right: -.25rem !important
	}

	#lccOmen .mb-sm-n1,
	#lccOmen .my-sm-n1 {
		margin-bottom: -.25rem !important
	}

	#lccOmen .ml-sm-n1,
	#lccOmen .mx-sm-n1 {
		margin-left: -.25rem !important
	}

	#lccOmen .m-sm-n2 {
		margin: -.5rem !important
	}

	#lccOmen .mt-sm-n2,
	#lccOmen .my-sm-n2 {
		margin-top: -.5rem !important
	}

	#lccOmen .mr-sm-n2,
	#lccOmen .mx-sm-n2 {
		margin-right: -.5rem !important
	}

	#lccOmen .mb-sm-n2,
	#lccOmen .my-sm-n2 {
		margin-bottom: -.5rem !important
	}

	#lccOmen .ml-sm-n2,
	#lccOmen .mx-sm-n2 {
		margin-left: -.5rem !important
	}

	#lccOmen .m-sm-n3 {
		margin: -1rem !important
	}

	#lccOmen .mt-sm-n3,
	#lccOmen .my-sm-n3 {
		margin-top: -1rem !important
	}

	#lccOmen .mr-sm-n3,
	#lccOmen .mx-sm-n3 {
		margin-right: -1rem !important
	}

	#lccOmen .mb-sm-n3,
	#lccOmen .my-sm-n3 {
		margin-bottom: -1rem !important
	}

	#lccOmen .ml-sm-n3,
	#lccOmen .mx-sm-n3 {
		margin-left: -1rem !important
	}

	#lccOmen .m-sm-n4 {
		margin: -1.5rem !important
	}

	#lccOmen .mt-sm-n4,
	#lccOmen .my-sm-n4 {
		margin-top: -1.5rem !important
	}

	#lccOmen .mr-sm-n4,
	#lccOmen .mx-sm-n4 {
		margin-right: -1.5rem !important
	}

	#lccOmen .mb-sm-n4,
	#lccOmen .my-sm-n4 {
		margin-bottom: -1.5rem !important
	}

	#lccOmen .ml-sm-n4,
	#lccOmen .mx-sm-n4 {
		margin-left: -1.5rem !important
	}

	#lccOmen .m-sm-n5 {
		margin: -3rem !important
	}

	#lccOmen .mt-sm-n5,
	#lccOmen .my-sm-n5 {
		margin-top: -3rem !important
	}

	#lccOmen .mr-sm-n5,
	#lccOmen .mx-sm-n5 {
		margin-right: -3rem !important
	}

	#lccOmen .mb-sm-n5,
	#lccOmen .my-sm-n5 {
		margin-bottom: -3rem !important
	}

	#lccOmen .ml-sm-n5,
	#lccOmen .mx-sm-n5 {
		margin-left: -3rem !important
	}

	#lccOmen .m-sm-auto {
		margin: auto !important
	}

	#lccOmen .mt-sm-auto,
	#lccOmen .my-sm-auto {
		margin-top: auto !important
	}

	#lccOmen .mr-sm-auto,
	#lccOmen .mx-sm-auto {
		margin-right: auto !important
	}

	#lccOmen .mb-sm-auto,
	#lccOmen .my-sm-auto {
		margin-bottom: auto !important
	}

	#lccOmen .ml-sm-auto,
	#lccOmen .mx-sm-auto {
		margin-left: auto !important
	}
}

@media (min-width:768px) {
	#lccOmen .m-md-0 {
		margin: 0 !important
	}

	#lccOmen .mt-md-0,
	#lccOmen .my-md-0 {
		margin-top: 0 !important
	}

	#lccOmen .mr-md-0,
	#lccOmen .mx-md-0 {
		margin-right: 0 !important
	}

	#lccOmen .mb-md-0,
	#lccOmen .my-md-0 {
		margin-bottom: 0 !important
	}

	#lccOmen .ml-md-0,
	#lccOmen .mx-md-0 {
		margin-left: 0 !important
	}

	#lccOmen .m-md-1 {
		margin: .25rem !important
	}

	#lccOmen .mt-md-1,
	#lccOmen .my-md-1 {
		margin-top: .25rem !important
	}

	#lccOmen .mr-md-1,
	#lccOmen .mx-md-1 {
		margin-right: .25rem !important
	}

	#lccOmen .mb-md-1,
	#lccOmen .my-md-1 {
		margin-bottom: .25rem !important
	}

	#lccOmen .ml-md-1,
	#lccOmen .mx-md-1 {
		margin-left: .25rem !important
	}

	#lccOmen .m-md-2 {
		margin: .5rem !important
	}

	#lccOmen .mt-md-2,
	#lccOmen .my-md-2 {
		margin-top: .5rem !important
	}

	#lccOmen .mr-md-2,
	#lccOmen .mx-md-2 {
		margin-right: .5rem !important
	}

	#lccOmen .mb-md-2,
	#lccOmen .my-md-2 {
		margin-bottom: .5rem !important
	}

	#lccOmen .ml-md-2,
	#lccOmen .mx-md-2 {
		margin-left: .5rem !important
	}

	#lccOmen .m-md-3 {
		margin: 1rem !important
	}

	#lccOmen .mt-md-3,
	#lccOmen .my-md-3 {
		margin-top: 1rem !important
	}

	#lccOmen .mr-md-3,
	#lccOmen .mx-md-3 {
		margin-right: 1rem !important
	}

	#lccOmen .mb-md-3,
	#lccOmen .my-md-3 {
		margin-bottom: 1rem !important
	}

	#lccOmen .ml-md-3,
	#lccOmen .mx-md-3 {
		margin-left: 1rem !important
	}

	#lccOmen .m-md-4 {
		margin: 1.5rem !important
	}

	#lccOmen .mt-md-4,
	#lccOmen .my-md-4 {
		margin-top: 1.5rem !important
	}

	#lccOmen .mr-md-4,
	#lccOmen .mx-md-4 {
		margin-right: 1.5rem !important
	}

	#lccOmen .mb-md-4,
	#lccOmen .my-md-4 {
		margin-bottom: 1.5rem !important
	}

	#lccOmen .ml-md-4,
	#lccOmen .mx-md-4 {
		margin-left: 1.5rem !important
	}

	#lccOmen .m-md-5 {
		margin: 3rem !important
	}

	#lccOmen .mt-md-5,
	#lccOmen .my-md-5 {
		margin-top: 3rem !important
	}

	#lccOmen .mr-md-5,
	#lccOmen .mx-md-5 {
		margin-right: 3rem !important
	}

	#lccOmen .mb-md-5,
	#lccOmen .my-md-5 {
		margin-bottom: 3rem !important
	}

	#lccOmen .ml-md-5,
	#lccOmen .mx-md-5 {
		margin-left: 3rem !important
	}

	#lccOmen .p-md-0 {
		padding: 0 !important
	}

	#lccOmen .pt-md-0,
	#lccOmen .py-md-0 {
		padding-top: 0 !important
	}

	#lccOmen .pr-md-0,
	#lccOmen .px-md-0 {
		padding-right: 0 !important
	}

	#lccOmen .pb-md-0,
	#lccOmen .py-md-0 {
		padding-bottom: 0 !important
	}

	#lccOmen .pl-md-0,
	#lccOmen .px-md-0 {
		padding-left: 0 !important
	}

	#lccOmen .p-md-1 {
		padding: .25rem !important
	}

	#lccOmen .pt-md-1,
	#lccOmen .py-md-1 {
		padding-top: .25rem !important
	}

	#lccOmen .pr-md-1,
	#lccOmen .px-md-1 {
		padding-right: .25rem !important
	}

	#lccOmen .pb-md-1,
	#lccOmen .py-md-1 {
		padding-bottom: .25rem !important
	}

	#lccOmen .pl-md-1,
	#lccOmen .px-md-1 {
		padding-left: .25rem !important
	}

	#lccOmen .p-md-2 {
		padding: .5rem !important
	}

	#lccOmen .pt-md-2,
	#lccOmen .py-md-2 {
		padding-top: .5rem !important
	}

	#lccOmen .pr-md-2,
	#lccOmen .px-md-2 {
		padding-right: .5rem !important
	}

	#lccOmen .pb-md-2,
	#lccOmen .py-md-2 {
		padding-bottom: .5rem !important
	}

	#lccOmen .pl-md-2,
	#lccOmen .px-md-2 {
		padding-left: .5rem !important
	}

	#lccOmen .p-md-3 {
		padding: 1rem !important
	}

	#lccOmen .pt-md-3,
	#lccOmen .py-md-3 {
		padding-top: 1rem !important
	}

	#lccOmen .pr-md-3,
	#lccOmen .px-md-3 {
		padding-right: 1rem !important
	}

	#lccOmen .pb-md-3,
	#lccOmen .py-md-3 {
		padding-bottom: 1rem !important
	}

	#lccOmen .pl-md-3,
	#lccOmen .px-md-3 {
		padding-left: 1rem !important
	}

	#lccOmen .p-md-4 {
		padding: 1.5rem !important
	}

	#lccOmen .pt-md-4,
	#lccOmen .py-md-4 {
		padding-top: 1.5rem !important
	}

	#lccOmen .pr-md-4,
	#lccOmen .px-md-4 {
		padding-right: 1.5rem !important
	}

	#lccOmen .pb-md-4,
	#lccOmen .py-md-4 {
		padding-bottom: 1.5rem !important
	}

	#lccOmen .pl-md-4,
	#lccOmen .px-md-4 {
		padding-left: 1.5rem !important
	}

	#lccOmen .p-md-5 {
		padding: 3rem !important
	}

	#lccOmen .pt-md-5,
	#lccOmen .py-md-5 {
		padding-top: 3rem !important
	}

	#lccOmen .pr-md-5,
	#lccOmen .px-md-5 {
		padding-right: 3rem !important
	}

	#lccOmen .pb-md-5,
	#lccOmen .py-md-5 {
		padding-bottom: 3rem !important
	}

	#lccOmen .pl-md-5,
	#lccOmen .px-md-5 {
		padding-left: 3rem !important
	}

	#lccOmen .m-md-n1 {
		margin: -.25rem !important
	}

	#lccOmen .mt-md-n1,
	#lccOmen .my-md-n1 {
		margin-top: -.25rem !important
	}

	#lccOmen .mr-md-n1,
	#lccOmen .mx-md-n1 {
		margin-right: -.25rem !important
	}

	#lccOmen .mb-md-n1,
	#lccOmen .my-md-n1 {
		margin-bottom: -.25rem !important
	}

	#lccOmen .ml-md-n1,
	#lccOmen .mx-md-n1 {
		margin-left: -.25rem !important
	}

	#lccOmen .m-md-n2 {
		margin: -.5rem !important
	}

	#lccOmen .mt-md-n2,
	#lccOmen .my-md-n2 {
		margin-top: -.5rem !important
	}

	#lccOmen .mr-md-n2,
	#lccOmen .mx-md-n2 {
		margin-right: -.5rem !important
	}

	#lccOmen .mb-md-n2,
	#lccOmen .my-md-n2 {
		margin-bottom: -.5rem !important
	}

	#lccOmen .ml-md-n2,
	#lccOmen .mx-md-n2 {
		margin-left: -.5rem !important
	}

	#lccOmen .m-md-n3 {
		margin: -1rem !important
	}

	#lccOmen .mt-md-n3,
	#lccOmen .my-md-n3 {
		margin-top: -1rem !important
	}

	#lccOmen .mr-md-n3,
	#lccOmen .mx-md-n3 {
		margin-right: -1rem !important
	}

	#lccOmen .mb-md-n3,
	#lccOmen .my-md-n3 {
		margin-bottom: -1rem !important
	}

	#lccOmen .ml-md-n3,
	#lccOmen .mx-md-n3 {
		margin-left: -1rem !important
	}

	#lccOmen .m-md-n4 {
		margin: -1.5rem !important
	}

	#lccOmen .mt-md-n4,
	#lccOmen .my-md-n4 {
		margin-top: -1.5rem !important
	}

	#lccOmen .mr-md-n4,
	#lccOmen .mx-md-n4 {
		margin-right: -1.5rem !important
	}

	#lccOmen .mb-md-n4,
	#lccOmen .my-md-n4 {
		margin-bottom: -1.5rem !important
	}

	#lccOmen .ml-md-n4,
	#lccOmen .mx-md-n4 {
		margin-left: -1.5rem !important
	}

	#lccOmen .m-md-n5 {
		margin: -3rem !important
	}

	#lccOmen .mt-md-n5,
	#lccOmen .my-md-n5 {
		margin-top: -3rem !important
	}

	#lccOmen .mr-md-n5,
	#lccOmen .mx-md-n5 {
		margin-right: -3rem !important
	}

	#lccOmen .mb-md-n5,
	#lccOmen .my-md-n5 {
		margin-bottom: -3rem !important
	}

	#lccOmen .ml-md-n5,
	#lccOmen .mx-md-n5 {
		margin-left: -3rem !important
	}

	#lccOmen .m-md-auto {
		margin: auto !important
	}

	#lccOmen .mt-md-auto,
	#lccOmen .my-md-auto {
		margin-top: auto !important
	}

	#lccOmen .mr-md-auto,
	#lccOmen .mx-md-auto {
		margin-right: auto !important
	}

	#lccOmen .mb-md-auto,
	#lccOmen .my-md-auto {
		margin-bottom: auto !important
	}

	#lccOmen .ml-md-auto,
	#lccOmen .mx-md-auto {
		margin-left: auto !important
	}
}

@media (min-width:992px) {
	#lccOmen .m-lg-0 {
		margin: 0 !important
	}

	#lccOmen .mt-lg-0,
	#lccOmen .my-lg-0 {
		margin-top: 0 !important
	}

	#lccOmen .mr-lg-0,
	#lccOmen .mx-lg-0 {
		margin-right: 0 !important
	}

	#lccOmen .mb-lg-0,
	#lccOmen .my-lg-0 {
		margin-bottom: 0 !important
	}

	#lccOmen .ml-lg-0,
	#lccOmen .mx-lg-0 {
		margin-left: 0 !important
	}

	#lccOmen .m-lg-1 {
		margin: .25rem !important
	}

	#lccOmen .mt-lg-1,
	#lccOmen .my-lg-1 {
		margin-top: .25rem !important
	}

	#lccOmen .mr-lg-1,
	#lccOmen .mx-lg-1 {
		margin-right: .25rem !important
	}

	#lccOmen .mb-lg-1,
	#lccOmen .my-lg-1 {
		margin-bottom: .25rem !important
	}

	#lccOmen .ml-lg-1,
	#lccOmen .mx-lg-1 {
		margin-left: .25rem !important
	}

	#lccOmen .m-lg-2 {
		margin: .5rem !important
	}

	#lccOmen .mt-lg-2,
	#lccOmen .my-lg-2 {
		margin-top: .5rem !important
	}

	#lccOmen .mr-lg-2,
	#lccOmen .mx-lg-2 {
		margin-right: .5rem !important
	}

	#lccOmen .mb-lg-2,
	#lccOmen .my-lg-2 {
		margin-bottom: .5rem !important
	}

	#lccOmen .ml-lg-2,
	#lccOmen .mx-lg-2 {
		margin-left: .5rem !important
	}

	#lccOmen .m-lg-3 {
		margin: 1rem !important
	}

	#lccOmen .mt-lg-3,
	#lccOmen .my-lg-3 {
		margin-top: 1rem !important
	}

	#lccOmen .mr-lg-3,
	#lccOmen .mx-lg-3 {
		margin-right: 1rem !important
	}

	#lccOmen .mb-lg-3,
	#lccOmen .my-lg-3 {
		margin-bottom: 1rem !important
	}

	#lccOmen .ml-lg-3,
	#lccOmen .mx-lg-3 {
		margin-left: 1rem !important
	}

	#lccOmen .m-lg-4 {
		margin: 1.5rem !important
	}

	#lccOmen .mt-lg-4,
	#lccOmen .my-lg-4 {
		margin-top: 1.5rem !important
	}

	#lccOmen .mr-lg-4,
	#lccOmen .mx-lg-4 {
		margin-right: 1.5rem !important
	}

	#lccOmen .mb-lg-4,
	#lccOmen .my-lg-4 {
		margin-bottom: 1.5rem !important
	}

	#lccOmen .ml-lg-4,
	#lccOmen .mx-lg-4 {
		margin-left: 1.5rem !important
	}

	#lccOmen .m-lg-5 {
		margin: 3rem !important
	}

	#lccOmen .mt-lg-5,
	#lccOmen .my-lg-5 {
		margin-top: 3rem !important
	}

	#lccOmen .mr-lg-5,
	#lccOmen .mx-lg-5 {
		margin-right: 3rem !important
	}

	#lccOmen .mb-lg-5,
	#lccOmen .my-lg-5 {
		margin-bottom: 3rem !important
	}

	#lccOmen .ml-lg-5,
	#lccOmen .mx-lg-5 {
		margin-left: 3rem !important
	}

	#lccOmen .p-lg-0 {
		padding: 0 !important
	}

	#lccOmen .pt-lg-0,
	#lccOmen .py-lg-0 {
		padding-top: 0 !important
	}

	#lccOmen .pr-lg-0,
	#lccOmen .px-lg-0 {
		padding-right: 0 !important
	}

	#lccOmen .pb-lg-0,
	#lccOmen .py-lg-0 {
		padding-bottom: 0 !important
	}

	#lccOmen .pl-lg-0,
	#lccOmen .px-lg-0 {
		padding-left: 0 !important
	}

	#lccOmen .p-lg-1 {
		padding: .25rem !important
	}

	#lccOmen .pt-lg-1,
	#lccOmen .py-lg-1 {
		padding-top: .25rem !important
	}

	#lccOmen .pr-lg-1,
	#lccOmen .px-lg-1 {
		padding-right: .25rem !important
	}

	#lccOmen .pb-lg-1,
	#lccOmen .py-lg-1 {
		padding-bottom: .25rem !important
	}

	#lccOmen .pl-lg-1,
	#lccOmen .px-lg-1 {
		padding-left: .25rem !important
	}

	#lccOmen .p-lg-2 {
		padding: .5rem !important
	}

	#lccOmen .pt-lg-2,
	#lccOmen .py-lg-2 {
		padding-top: .5rem !important
	}

	#lccOmen .pr-lg-2,
	#lccOmen .px-lg-2 {
		padding-right: .5rem !important
	}

	#lccOmen .pb-lg-2,
	#lccOmen .py-lg-2 {
		padding-bottom: .5rem !important
	}

	#lccOmen .pl-lg-2,
	#lccOmen .px-lg-2 {
		padding-left: .5rem !important
	}

	#lccOmen .p-lg-3 {
		padding: 1rem !important
	}

	#lccOmen .pt-lg-3,
	#lccOmen .py-lg-3 {
		padding-top: 1rem !important
	}

	#lccOmen .pr-lg-3,
	#lccOmen .px-lg-3 {
		padding-right: 1rem !important
	}

	#lccOmen .pb-lg-3,
	#lccOmen .py-lg-3 {
		padding-bottom: 1rem !important
	}

	#lccOmen .pl-lg-3,
	#lccOmen .px-lg-3 {
		padding-left: 1rem !important
	}

	#lccOmen .p-lg-4 {
		padding: 1.5rem !important
	}

	#lccOmen .pt-lg-4,
	#lccOmen .py-lg-4 {
		padding-top: 1.5rem !important
	}

	#lccOmen .pr-lg-4,
	#lccOmen .px-lg-4 {
		padding-right: 1.5rem !important
	}

	#lccOmen .pb-lg-4,
	#lccOmen .py-lg-4 {
		padding-bottom: 1.5rem !important
	}

	#lccOmen .pl-lg-4,
	#lccOmen .px-lg-4 {
		padding-left: 1.5rem !important
	}

	#lccOmen .p-lg-5 {
		padding: 3rem !important
	}

	#lccOmen .pt-lg-5,
	#lccOmen .py-lg-5 {
		padding-top: 3rem !important
	}

	#lccOmen .pr-lg-5,
	#lccOmen .px-lg-5 {
		padding-right: 3rem !important
	}

	#lccOmen .pb-lg-5,
	#lccOmen .py-lg-5 {
		padding-bottom: 3rem !important
	}

	#lccOmen .pl-lg-5,
	#lccOmen .px-lg-5 {
		padding-left: 3rem !important
	}

	#lccOmen .m-lg-n1 {
		margin: -.25rem !important
	}

	#lccOmen .mt-lg-n1,
	#lccOmen .my-lg-n1 {
		margin-top: -.25rem !important
	}

	#lccOmen .mr-lg-n1,
	#lccOmen .mx-lg-n1 {
		margin-right: -.25rem !important
	}

	#lccOmen .mb-lg-n1,
	#lccOmen .my-lg-n1 {
		margin-bottom: -.25rem !important
	}

	#lccOmen .ml-lg-n1,
	#lccOmen .mx-lg-n1 {
		margin-left: -.25rem !important
	}

	#lccOmen .m-lg-n2 {
		margin: -.5rem !important
	}

	#lccOmen .mt-lg-n2,
	#lccOmen .my-lg-n2 {
		margin-top: -.5rem !important
	}

	#lccOmen .mr-lg-n2,
	#lccOmen .mx-lg-n2 {
		margin-right: -.5rem !important
	}

	#lccOmen .mb-lg-n2,
	#lccOmen .my-lg-n2 {
		margin-bottom: -.5rem !important
	}

	#lccOmen .ml-lg-n2,
	#lccOmen .mx-lg-n2 {
		margin-left: -.5rem !important
	}

	#lccOmen .m-lg-n3 {
		margin: -1rem !important
	}

	#lccOmen .mt-lg-n3,
	#lccOmen .my-lg-n3 {
		margin-top: -1rem !important
	}

	#lccOmen .mr-lg-n3,
	#lccOmen .mx-lg-n3 {
		margin-right: -1rem !important
	}

	#lccOmen .mb-lg-n3,
	#lccOmen .my-lg-n3 {
		margin-bottom: -1rem !important
	}

	#lccOmen .ml-lg-n3,
	#lccOmen .mx-lg-n3 {
		margin-left: -1rem !important
	}

	#lccOmen .m-lg-n4 {
		margin: -1.5rem !important
	}

	#lccOmen .mt-lg-n4,
	#lccOmen .my-lg-n4 {
		margin-top: -1.5rem !important
	}

	#lccOmen .mr-lg-n4,
	#lccOmen .mx-lg-n4 {
		margin-right: -1.5rem !important
	}

	#lccOmen .mb-lg-n4,
	#lccOmen .my-lg-n4 {
		margin-bottom: -1.5rem !important
	}

	#lccOmen .ml-lg-n4,
	#lccOmen .mx-lg-n4 {
		margin-left: -1.5rem !important
	}

	#lccOmen .m-lg-n5 {
		margin: -3rem !important
	}

	#lccOmen .mt-lg-n5,
	#lccOmen .my-lg-n5 {
		margin-top: -3rem !important
	}

	#lccOmen .mr-lg-n5,
	#lccOmen .mx-lg-n5 {
		margin-right: -3rem !important
	}

	#lccOmen .mb-lg-n5,
	#lccOmen .my-lg-n5 {
		margin-bottom: -3rem !important
	}

	#lccOmen .ml-lg-n5,
	#lccOmen .mx-lg-n5 {
		margin-left: -3rem !important
	}

	#lccOmen .m-lg-auto {
		margin: auto !important
	}

	#lccOmen .mt-lg-auto,
	#lccOmen .my-lg-auto {
		margin-top: auto !important
	}

	#lccOmen .mr-lg-auto,
	#lccOmen .mx-lg-auto {
		margin-right: auto !important
	}

	#lccOmen .mb-lg-auto,
	#lccOmen .my-lg-auto {
		margin-bottom: auto !important
	}

	#lccOmen .ml-lg-auto,
	#lccOmen .mx-lg-auto {
		margin-left: auto !important
	}
}

@media (min-width:1200px) {
	#lccOmen .m-xl-0 {
		margin: 0 !important
	}

	#lccOmen .mt-xl-0,
	#lccOmen .my-xl-0 {
		margin-top: 0 !important
	}

	#lccOmen .mr-xl-0,
	#lccOmen .mx-xl-0 {
		margin-right: 0 !important
	}

	#lccOmen .mb-xl-0,
	#lccOmen .my-xl-0 {
		margin-bottom: 0 !important
	}

	#lccOmen .ml-xl-0,
	#lccOmen .mx-xl-0 {
		margin-left: 0 !important
	}

	#lccOmen .m-xl-1 {
		margin: .25rem !important
	}

	#lccOmen .mt-xl-1,
	#lccOmen .my-xl-1 {
		margin-top: .25rem !important
	}

	#lccOmen .mr-xl-1,
	#lccOmen .mx-xl-1 {
		margin-right: .25rem !important
	}

	#lccOmen .mb-xl-1,
	#lccOmen .my-xl-1 {
		margin-bottom: .25rem !important
	}

	#lccOmen .ml-xl-1,
	#lccOmen .mx-xl-1 {
		margin-left: .25rem !important
	}

	#lccOmen .m-xl-2 {
		margin: .5rem !important
	}

	#lccOmen .mt-xl-2,
	#lccOmen .my-xl-2 {
		margin-top: .5rem !important
	}

	#lccOmen .mr-xl-2,
	#lccOmen .mx-xl-2 {
		margin-right: .5rem !important
	}

	#lccOmen .mb-xl-2,
	#lccOmen .my-xl-2 {
		margin-bottom: .5rem !important
	}

	#lccOmen .ml-xl-2,
	#lccOmen .mx-xl-2 {
		margin-left: .5rem !important
	}

	#lccOmen .m-xl-3 {
		margin: 1rem !important
	}

	#lccOmen .mt-xl-3,
	#lccOmen .my-xl-3 {
		margin-top: 1rem !important
	}

	#lccOmen .mr-xl-3,
	#lccOmen .mx-xl-3 {
		margin-right: 1rem !important
	}

	#lccOmen .mb-xl-3,
	#lccOmen .my-xl-3 {
		margin-bottom: 1rem !important
	}

	#lccOmen .ml-xl-3,
	#lccOmen .mx-xl-3 {
		margin-left: 1rem !important
	}

	#lccOmen .m-xl-4 {
		margin: 1.5rem !important
	}

	#lccOmen .mt-xl-4,
	#lccOmen .my-xl-4 {
		margin-top: 1.5rem !important
	}

	#lccOmen .mr-xl-4,
	#lccOmen .mx-xl-4 {
		margin-right: 1.5rem !important
	}

	#lccOmen .mb-xl-4,
	#lccOmen .my-xl-4 {
		margin-bottom: 1.5rem !important
	}

	#lccOmen .ml-xl-4,
	#lccOmen .mx-xl-4 {
		margin-left: 1.5rem !important
	}

	#lccOmen .m-xl-5 {
		margin: 3rem !important
	}

	#lccOmen .mt-xl-5,
	#lccOmen .my-xl-5 {
		margin-top: 3rem !important
	}

	#lccOmen .mr-xl-5,
	#lccOmen .mx-xl-5 {
		margin-right: 3rem !important
	}

	#lccOmen .mb-xl-5,
	#lccOmen .my-xl-5 {
		margin-bottom: 3rem !important
	}

	#lccOmen .ml-xl-5,
	#lccOmen .mx-xl-5 {
		margin-left: 3rem !important
	}

	#lccOmen .p-xl-0 {
		padding: 0 !important
	}

	#lccOmen .pt-xl-0,
	#lccOmen .py-xl-0 {
		padding-top: 0 !important
	}

	#lccOmen .pr-xl-0,
	#lccOmen .px-xl-0 {
		padding-right: 0 !important
	}

	#lccOmen .pb-xl-0,
	#lccOmen .py-xl-0 {
		padding-bottom: 0 !important
	}

	#lccOmen .pl-xl-0,
	#lccOmen .px-xl-0 {
		padding-left: 0 !important
	}

	#lccOmen .p-xl-1 {
		padding: .25rem !important
	}

	#lccOmen .pt-xl-1,
	#lccOmen .py-xl-1 {
		padding-top: .25rem !important
	}

	#lccOmen .pr-xl-1,
	#lccOmen .px-xl-1 {
		padding-right: .25rem !important
	}

	#lccOmen .pb-xl-1,
	#lccOmen .py-xl-1 {
		padding-bottom: .25rem !important
	}

	#lccOmen .pl-xl-1,
	#lccOmen .px-xl-1 {
		padding-left: .25rem !important
	}

	#lccOmen .p-xl-2 {
		padding: .5rem !important
	}

	#lccOmen .pt-xl-2,
	#lccOmen .py-xl-2 {
		padding-top: .5rem !important
	}

	#lccOmen .pr-xl-2,
	#lccOmen .px-xl-2 {
		padding-right: .5rem !important
	}

	#lccOmen .pb-xl-2,
	#lccOmen .py-xl-2 {
		padding-bottom: .5rem !important
	}

	#lccOmen .pl-xl-2,
	#lccOmen .px-xl-2 {
		padding-left: .5rem !important
	}

	#lccOmen .p-xl-3 {
		padding: 1rem !important
	}

	#lccOmen .pt-xl-3,
	#lccOmen .py-xl-3 {
		padding-top: 1rem !important
	}

	#lccOmen .pr-xl-3,
	#lccOmen .px-xl-3 {
		padding-right: 1rem !important
	}

	#lccOmen .pb-xl-3,
	#lccOmen .py-xl-3 {
		padding-bottom: 1rem !important
	}

	#lccOmen .pl-xl-3,
	#lccOmen .px-xl-3 {
		padding-left: 1rem !important
	}

	#lccOmen .p-xl-4 {
		padding: 1.5rem !important
	}

	#lccOmen .pt-xl-4,
	#lccOmen .py-xl-4 {
		padding-top: 1.5rem !important
	}

	#lccOmen .pr-xl-4,
	#lccOmen .px-xl-4 {
		padding-right: 1.5rem !important
	}

	#lccOmen .pb-xl-4,
	#lccOmen .py-xl-4 {
		padding-bottom: 1.5rem !important
	}

	#lccOmen .pl-xl-4,
	#lccOmen .px-xl-4 {
		padding-left: 1.5rem !important
	}

	#lccOmen .p-xl-5 {
		padding: 3rem !important
	}

	#lccOmen .pt-xl-5,
	#lccOmen .py-xl-5 {
		padding-top: 3rem !important
	}

	#lccOmen .pr-xl-5,
	#lccOmen .px-xl-5 {
		padding-right: 3rem !important
	}

	#lccOmen .pb-xl-5,
	#lccOmen .py-xl-5 {
		padding-bottom: 3rem !important
	}

	#lccOmen .pl-xl-5,
	#lccOmen .px-xl-5 {
		padding-left: 3rem !important
	}

	#lccOmen .m-xl-n1 {
		margin: -.25rem !important
	}

	#lccOmen .mt-xl-n1,
	#lccOmen .my-xl-n1 {
		margin-top: -.25rem !important
	}

	#lccOmen .mr-xl-n1,
	#lccOmen .mx-xl-n1 {
		margin-right: -.25rem !important
	}

	#lccOmen .mb-xl-n1,
	#lccOmen .my-xl-n1 {
		margin-bottom: -.25rem !important
	}

	#lccOmen .ml-xl-n1,
	#lccOmen .mx-xl-n1 {
		margin-left: -.25rem !important
	}

	#lccOmen .m-xl-n2 {
		margin: -.5rem !important
	}

	#lccOmen .mt-xl-n2,
	#lccOmen .my-xl-n2 {
		margin-top: -.5rem !important
	}

	#lccOmen .mr-xl-n2,
	#lccOmen .mx-xl-n2 {
		margin-right: -.5rem !important
	}

	#lccOmen .mb-xl-n2,
	#lccOmen .my-xl-n2 {
		margin-bottom: -.5rem !important
	}

	#lccOmen .ml-xl-n2,
	#lccOmen .mx-xl-n2 {
		margin-left: -.5rem !important
	}

	#lccOmen .m-xl-n3 {
		margin: -1rem !important
	}

	#lccOmen .mt-xl-n3,
	#lccOmen .my-xl-n3 {
		margin-top: -1rem !important
	}

	#lccOmen .mr-xl-n3,
	#lccOmen .mx-xl-n3 {
		margin-right: -1rem !important
	}

	#lccOmen .mb-xl-n3,
	#lccOmen .my-xl-n3 {
		margin-bottom: -1rem !important
	}

	#lccOmen .ml-xl-n3,
	#lccOmen .mx-xl-n3 {
		margin-left: -1rem !important
	}

	#lccOmen .m-xl-n4 {
		margin: -1.5rem !important
	}

	#lccOmen .mt-xl-n4,
	#lccOmen .my-xl-n4 {
		margin-top: -1.5rem !important
	}

	#lccOmen .mr-xl-n4,
	#lccOmen .mx-xl-n4 {
		margin-right: -1.5rem !important
	}

	#lccOmen .mb-xl-n4,
	#lccOmen .my-xl-n4 {
		margin-bottom: -1.5rem !important
	}

	#lccOmen .ml-xl-n4,
	#lccOmen .mx-xl-n4 {
		margin-left: -1.5rem !important
	}

	#lccOmen .m-xl-n5 {
		margin: -3rem !important
	}

	#lccOmen .mt-xl-n5,
	#lccOmen .my-xl-n5 {
		margin-top: -3rem !important
	}

	#lccOmen .mr-xl-n5,
	#lccOmen .mx-xl-n5 {
		margin-right: -3rem !important
	}

	#lccOmen .mb-xl-n5,
	#lccOmen .my-xl-n5 {
		margin-bottom: -3rem !important
	}

	#lccOmen .ml-xl-n5,
	#lccOmen .mx-xl-n5 {
		margin-left: -3rem !important
	}

	#lccOmen .m-xl-auto {
		margin: auto !important
	}

	#lccOmen .mt-xl-auto,
	#lccOmen .my-xl-auto {
		margin-top: auto !important
	}

	#lccOmen .mr-xl-auto,
	#lccOmen .mx-xl-auto {
		margin-right: auto !important
	}

	#lccOmen .mb-xl-auto,
	#lccOmen .my-xl-auto {
		margin-bottom: auto !important
	}

	#lccOmen .ml-xl-auto,
	#lccOmen .mx-xl-auto {
		margin-left: auto !important
	}
}

#lccOmen .text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

#lccOmen .text-justify {
	text-align: justify !important
}

#lccOmen .text-wrap {
	white-space: normal !important
}

#lccOmen .text-nowrap {
	white-space: nowrap !important
}

#lccOmen .text-truncate {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

#lccOmen .text-left {
	text-align: left !important
}

#lccOmen .text-right {
	text-align: right !important
}

#lccOmen .text-center {
	text-align: center !important
}

@media (min-width:576px) {
	#lccOmen .text-sm-left {
		text-align: left !important
	}

	#lccOmen .text-sm-right {
		text-align: right !important
	}

	#lccOmen .text-sm-center {
		text-align: center !important
	}
}

@media (min-width:768px) {
	#lccOmen .text-md-left {
		text-align: left !important
	}

	#lccOmen .text-md-right {
		text-align: right !important
	}

	#lccOmen .text-md-center {
		text-align: center !important
	}
}

@media (min-width:992px) {
	#lccOmen .text-lg-left {
		text-align: left !important
	}

	#lccOmen .text-lg-right {
		text-align: right !important
	}

	#lccOmen .text-lg-center {
		text-align: center !important
	}
}

@media (min-width:1200px) {
	#lccOmen .text-xl-left {
		text-align: left !important
	}

	#lccOmen .text-xl-right {
		text-align: right !important
	}

	#lccOmen .text-xl-center {
		text-align: center !important
	}
}

#lccOmen .text-lowercase {
	text-transform: lowercase !important
}

#lccOmen .text-uppercase {
	text-transform: uppercase !important
}

#lccOmen .text-capitalize {
	text-transform: capitalize !important
}

#lccOmen .font-weight-light {
	font-weight: 300 !important
}

#lccOmen .font-weight-lighter {
	font-weight: lighter !important
}

#lccOmen .font-weight-normal {
	font-weight: 400 !important
}

#lccOmen .font-weight-bold {
	font-weight: 700 !important
}

#lccOmen .font-weight-bolder {
	font-weight: bolder !important
}

#lccOmen .font-italic {
	font-style: italic !important
}

#lccOmen .text-white {
	color: #fff !important
}

#lccOmen .text-primary {
	color: #007bff !important
}

#lccOmen a.text-primary:focus,
#lccOmen a.text-primary:hover {
	color: #0056b3 !important
}

#lccOmen .text-secondary {
	color: #6c757d !important
}

#lccOmen a.text-secondary:focus,
#lccOmen a.text-secondary:hover {
	color: #494f54 !important
}

#lccOmen .text-success {
	color: #28a745 !important
}

#lccOmen a.text-success:focus,
#lccOmen a.text-success:hover {
	color: #19692c !important
}

#lccOmen .text-info {
	color: #17a2b8 !important
}

#lccOmen a.text-info:focus,
#lccOmen a.text-info:hover {
	color: #0f6674 !important
}

#lccOmen .text-warning {
	color: #ffc107 !important
}

#lccOmen a.text-warning:focus,
#lccOmen a.text-warning:hover {
	color: #ba8b00 !important
}

#lccOmen .text-danger {
	color: #dc3545 !important
}

#lccOmen a.text-danger:focus,
#lccOmen a.text-danger:hover {
	color: #a71d2a !important
}

#lccOmen .text-light {
	color: #f8f9fa !important
}

#lccOmen a.text-light:focus,
#lccOmen a.text-light:hover {
	color: #cbd3da !important
}

#lccOmen .text-dark,
#lccOmen a.text-dark:focus,
#lccOmen a.text-dark:hover {
	color: #000 !important
}

#lccOmen .text-body {
	color: #212529 !important
}

#lccOmen .text-muted {
	color: #6c757d !important
}

#lccOmen .text-black-50 {
	color: rgba(0, 0, 0, .5) !important
}

#lccOmen .text-white-50 {
	color: hsla(0, 0%, 100%, .5) !important
}

#lccOmen .text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

#lccOmen .text-decoration-none {
	text-decoration: none !important
}

#lccOmen .text-break {
	word-break: break-word !important;
	overflow-wrap: break-word !important
}

#lccOmen .text-reset {
	color: inherit !important
}

#lccOmen .visible {
	visibility: visible !important
}

#lccOmen .invisible {
	visibility: hidden !important
}

#lccOmen .lcc-container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:1200px) {
	#lccOmen .lcc-container {
		max-width: 1140px
	}
}

#lccOmen .lcc-container-fluid {
	width: 100%
}

#lccOmen .lcc-container-fluid,
#lccOmen .lcc-container-wide {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

#lccOmen .lcc-container-wide {
	width: 1400px;
	width: 100%
}

#lccOmen .lcc-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

#lccOmen .lcc-col,
#lccOmen .lcc-col-1,
#lccOmen .lcc-col-2,
#lccOmen .lcc-col-3,
#lccOmen .lcc-col-4,
#lccOmen .lcc-col-5,
#lccOmen .lcc-col-6,
#lccOmen .lcc-col-7,
#lccOmen .lcc-col-8,
#lccOmen .lcc-col-9,
#lccOmen .lcc-col-10,
#lccOmen .lcc-col-11,
#lccOmen .lcc-col-12,
#lccOmen .lcc-col-auto,
#lccOmen .lcc-col-lg,
#lccOmen .lcc-col-lg-1,
#lccOmen .lcc-col-lg-2,
#lccOmen .lcc-col-lg-3,
#lccOmen .lcc-col-lg-4,
#lccOmen .lcc-col-lg-5,
#lccOmen .lcc-col-lg-6,
#lccOmen .lcc-col-lg-7,
#lccOmen .lcc-col-lg-8,
#lccOmen .lcc-col-lg-9,
#lccOmen .lcc-col-lg-10,
#lccOmen .lcc-col-lg-11,
#lccOmen .lcc-col-lg-12,
#lccOmen .lcc-col-lg-auto,
#lccOmen .lcc-col-md,
#lccOmen .lcc-col-md-1,
#lccOmen .lcc-col-md-2,
#lccOmen .lcc-col-md-3,
#lccOmen .lcc-col-md-4,
#lccOmen .lcc-col-md-5,
#lccOmen .lcc-col-md-6,
#lccOmen .lcc-col-md-7,
#lccOmen .lcc-col-md-8,
#lccOmen .lcc-col-md-9,
#lccOmen .lcc-col-md-10,
#lccOmen .lcc-col-md-11,
#lccOmen .lcc-col-md-12,
#lccOmen .lcc-col-md-auto,
#lccOmen .lcc-col-sm,
#lccOmen .lcc-col-sm-1,
#lccOmen .lcc-col-sm-2,
#lccOmen .lcc-col-sm-3,
#lccOmen .lcc-col-sm-4,
#lccOmen .lcc-col-sm-5,
#lccOmen .lcc-col-sm-6,
#lccOmen .lcc-col-sm-7,
#lccOmen .lcc-col-sm-8,
#lccOmen .lcc-col-sm-9,
#lccOmen .lcc-col-sm-10,
#lccOmen .lcc-col-sm-11,
#lccOmen .lcc-col-sm-12,
#lccOmen .lcc-col-sm-auto,
#lccOmen .lcc-col-xl,
#lccOmen .lcc-col-xl-1,
#lccOmen .lcc-col-xl-2,
#lccOmen .lcc-col-xl-3,
#lccOmen .lcc-col-xl-4,
#lccOmen .lcc-col-xl-5,
#lccOmen .lcc-col-xl-6,
#lccOmen .lcc-col-xl-7,
#lccOmen .lcc-col-xl-8,
#lccOmen .lcc-col-xl-9,
#lccOmen .lcc-col-xl-10,
#lccOmen .lcc-col-xl-11,
#lccOmen .lcc-col-xl-12,
#lccOmen .lcc-col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

#lccOmen .lcc-col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

#lccOmen .lcc-row-cols-1>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

#lccOmen .lcc-row-cols-2>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

#lccOmen .lcc-row-cols-3>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}

#lccOmen .lcc-row-cols-4>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

#lccOmen .lcc-row-cols-5>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}

#lccOmen .lcc-row-cols-6>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}

#lccOmen .lcc-col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

#lccOmen .lcc-col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}

#lccOmen .lcc-col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}

#lccOmen .lcc-col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

#lccOmen .lcc-col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}

#lccOmen .lcc-col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}

#lccOmen .lcc-col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

#lccOmen .lcc-col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}

#lccOmen .lcc-col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}

#lccOmen .lcc-col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

#lccOmen .lcc-col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}

#lccOmen .lcc-col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}

#lccOmen .lcc-col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

#lccOmen .lcc-offset-1 {
	margin-left: 8.3333333333%
}

#lccOmen .lcc-offset-2 {
	margin-left: 16.6666666667%
}

#lccOmen .lcc-offset-3 {
	margin-left: 25%
}

#lccOmen .lcc-offset-4 {
	margin-left: 33.3333333333%
}

#lccOmen .lcc-offset-5 {
	margin-left: 41.6666666667%
}

#lccOmen .lcc-offset-6 {
	margin-left: 50%
}

#lccOmen .lcc-offset-7 {
	margin-left: 58.3333333333%
}

#lccOmen .lcc-offset-8 {
	margin-left: 66.6666666667%
}

#lccOmen .lcc-offset-9 {
	margin-left: 75%
}

#lccOmen .lcc-offset-10 {
	margin-left: 83.3333333333%
}

#lccOmen .lcc-offset-11 {
	margin-left: 91.6666666667%
}

@media (min-width:576px) {
	#lccOmen .lcc-col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	#lccOmen .lcc-row-cols-sm-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	#lccOmen .lcc-row-cols-sm-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	#lccOmen .lcc-row-cols-sm-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	#lccOmen .lcc-row-cols-sm-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	#lccOmen .lcc-row-cols-sm-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	#lccOmen .lcc-row-cols-sm-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	#lccOmen .lcc-col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	#lccOmen .lcc-col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	#lccOmen .lcc-col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	#lccOmen .lcc-col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	#lccOmen .lcc-col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	#lccOmen .lcc-col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	#lccOmen .lcc-col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	#lccOmen .lcc-col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	#lccOmen .lcc-col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	#lccOmen .lcc-col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	#lccOmen .lcc-col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	#lccOmen .lcc-col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	#lccOmen .lcc-col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	#lccOmen .lcc-offset-sm-0 {
		margin-left: 0
	}

	#lccOmen .lcc-offset-sm-1 {
		margin-left: 8.3333333333%
	}

	#lccOmen .lcc-offset-sm-2 {
		margin-left: 16.6666666667%
	}

	#lccOmen .lcc-offset-sm-3 {
		margin-left: 25%
	}

	#lccOmen .lcc-offset-sm-4 {
		margin-left: 33.3333333333%
	}

	#lccOmen .lcc-offset-sm-5 {
		margin-left: 41.6666666667%
	}

	#lccOmen .lcc-offset-sm-6 {
		margin-left: 50%
	}

	#lccOmen .lcc-offset-sm-7 {
		margin-left: 58.3333333333%
	}

	#lccOmen .lcc-offset-sm-8 {
		margin-left: 66.6666666667%
	}

	#lccOmen .lcc-offset-sm-9 {
		margin-left: 75%
	}

	#lccOmen .lcc-offset-sm-10 {
		margin-left: 83.3333333333%
	}

	#lccOmen .lcc-offset-sm-11 {
		margin-left: 91.6666666667%
	}
}

@media (min-width:768px) {
	#lccOmen .lcc-col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	#lccOmen .lcc-row-cols-md-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	#lccOmen .lcc-row-cols-md-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	#lccOmen .lcc-row-cols-md-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	#lccOmen .lcc-row-cols-md-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	#lccOmen .lcc-row-cols-md-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	#lccOmen .lcc-row-cols-md-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	#lccOmen .lcc-col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	#lccOmen .lcc-col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	#lccOmen .lcc-col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	#lccOmen .lcc-col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	#lccOmen .lcc-col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	#lccOmen .lcc-col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	#lccOmen .lcc-col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	#lccOmen .lcc-col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	#lccOmen .lcc-col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	#lccOmen .lcc-col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	#lccOmen .lcc-col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	#lccOmen .lcc-col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	#lccOmen .lcc-col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	#lccOmen .lcc-offset-md-0 {
		margin-left: 0
	}

	#lccOmen .lcc-offset-md-1 {
		margin-left: 8.3333333333%
	}

	#lccOmen .lcc-offset-md-2 {
		margin-left: 16.6666666667%
	}

	#lccOmen .lcc-offset-md-3 {
		margin-left: 25%
	}

	#lccOmen .lcc-offset-md-4 {
		margin-left: 33.3333333333%
	}

	#lccOmen .lcc-offset-md-5 {
		margin-left: 41.6666666667%
	}

	#lccOmen .lcc-offset-md-6 {
		margin-left: 50%
	}

	#lccOmen .lcc-offset-md-7 {
		margin-left: 58.3333333333%
	}

	#lccOmen .lcc-offset-md-8 {
		margin-left: 66.6666666667%
	}

	#lccOmen .lcc-offset-md-9 {
		margin-left: 75%
	}

	#lccOmen .lcc-offset-md-10 {
		margin-left: 83.3333333333%
	}

	#lccOmen .lcc-offset-md-11 {
		margin-left: 91.6666666667%
	}
}

@media (min-width:992px) {
	#lccOmen .lcc-col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	#lccOmen .lcc-row-cols-lg-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	#lccOmen .lcc-row-cols-lg-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	#lccOmen .lcc-row-cols-lg-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	#lccOmen .lcc-row-cols-lg-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	#lccOmen .lcc-row-cols-lg-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	#lccOmen .lcc-row-cols-lg-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	#lccOmen .lcc-col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	#lccOmen .lcc-col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	#lccOmen .lcc-col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	#lccOmen .lcc-col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	#lccOmen .lcc-col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	#lccOmen .lcc-col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	#lccOmen .lcc-col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	#lccOmen .lcc-col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	#lccOmen .lcc-col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	#lccOmen .lcc-col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	#lccOmen .lcc-col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	#lccOmen .lcc-col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	#lccOmen .lcc-col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	#lccOmen .lcc-offset-lg-0 {
		margin-left: 0
	}

	#lccOmen .lcc-offset-lg-1 {
		margin-left: 8.3333333333%
	}

	#lccOmen .lcc-offset-lg-2 {
		margin-left: 16.6666666667%
	}

	#lccOmen .lcc-offset-lg-3 {
		margin-left: 25%
	}

	#lccOmen .lcc-offset-lg-4 {
		margin-left: 33.3333333333%
	}

	#lccOmen .lcc-offset-lg-5 {
		margin-left: 41.6666666667%
	}

	#lccOmen .lcc-offset-lg-6 {
		margin-left: 50%
	}

	#lccOmen .lcc-offset-lg-7 {
		margin-left: 58.3333333333%
	}

	#lccOmen .lcc-offset-lg-8 {
		margin-left: 66.6666666667%
	}

	#lccOmen .lcc-offset-lg-9 {
		margin-left: 75%
	}

	#lccOmen .lcc-offset-lg-10 {
		margin-left: 83.3333333333%
	}

	#lccOmen .lcc-offset-lg-11 {
		margin-left: 91.6666666667%
	}
}

@media (min-width:1200px) {
	#lccOmen .lcc-col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	#lccOmen .lcc-row-cols-xl-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	#lccOmen .lcc-row-cols-xl-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	#lccOmen .lcc-row-cols-xl-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	#lccOmen .lcc-row-cols-xl-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	#lccOmen .lcc-row-cols-xl-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	#lccOmen .lcc-row-cols-xl-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	#lccOmen .lcc-col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	#lccOmen .lcc-col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	#lccOmen .lcc-col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	#lccOmen .lcc-col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	#lccOmen .lcc-col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	#lccOmen .lcc-col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	#lccOmen .lcc-col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	#lccOmen .lcc-col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	#lccOmen .lcc-col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	#lccOmen .lcc-col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	#lccOmen .lcc-col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	#lccOmen .lcc-col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	#lccOmen .lcc-col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	#lccOmen .lcc-offset-xl-0 {
		margin-left: 0
	}

	#lccOmen .lcc-offset-xl-1 {
		margin-left: 8.3333333333%
	}

	#lccOmen .lcc-offset-xl-2 {
		margin-left: 16.6666666667%
	}

	#lccOmen .lcc-offset-xl-3 {
		margin-left: 25%
	}

	#lccOmen .lcc-offset-xl-4 {
		margin-left: 33.3333333333%
	}

	#lccOmen .lcc-offset-xl-5 {
		margin-left: 41.6666666667%
	}

	#lccOmen .lcc-offset-xl-6 {
		margin-left: 50%
	}

	#lccOmen .lcc-offset-xl-7 {
		margin-left: 58.3333333333%
	}

	#lccOmen .lcc-offset-xl-8 {
		margin-left: 66.6666666667%
	}

	#lccOmen .lcc-offset-xl-9 {
		margin-left: 75%
	}

	#lccOmen .lcc-offset-xl-10 {
		margin-left: 83.3333333333%
	}

	#lccOmen .lcc-offset-xl-11 {
		margin-left: 91.6666666667%
	}
}

#lccOmen .text-underline {
	text-decoration: underline
}

#lccOmen a.text-dark:focus,
#lccOmen a.text-dark:hover {
	color: #adb5bd
}

#lccOmen a.black-text-link {
	color: #000;
	text-decoration: underline
}

#lccOmen a.white-text-link {
	color: #fff;
	text-decoration: underline;
}
#lccOmen a.white-text-link:focus,
#lccOmen a.white-text-link:hover {
	color: #ffffffab;
}
#lccOmen a.black-text-link:focus,
#lccOmen a.black-text-link:hover {
	color: #495057
}

#lccOmen #lccOmenComparisonsSection,
#lccOmen #lccOmenResourcesSection,
#lccOmen #lccPostOmenPrimaryMasthead {
	color: #fff
}

#lccOmen #lccOmenComparisonsSection a,
#lccOmen #lccOmenResourcesSection a,
#lccOmen #lccPostOmenPrimaryMasthead a {
	color: #fff;
	text-decoration: underline;
}
#lccOmen #lccPostOmenPrimaryMasthead a {
	text-decoration: unset;
}

#lccOmen #lccOmenComparisonsSection a:focus,
#lccOmen #lccOmenComparisonsSection a:hover,
#lccOmen #lccOmenResourcesSection a:focus,
#lccOmen #lccOmenResourcesSection a:hover,
#lccOmen #lccPostOmenPrimaryMasthead a:focus,
#lccOmen #lccPostOmenPrimaryMasthead a:hover {
	color: #e9ecef
}

#lccOmen #lccOmenPrimaryMasthead {
	background-image: url(/wcsstore/hpusstore/Treatment/lp/omen-esports/Banner-Image.jpg);
	background-size: cover;
	background-position: center;
	background-position: bottom 30% left;
	background-repeat: no-repeat;
	height: 85vh;
	position: relative;
}
#lccOmen #lccOmenPrimaryMasthead::before {
	content: "";
	position:absolute;
	height:85vh;
	width:100%;
	top:0;
	left:0;
	background: #06060673;
}

#lccOmen #lccOmenResourcesSection,
#lccOmen #lccPostOmenPrimaryMasthead,
#lccOmen #lccOmenAdditionalInfoSection {
	background-color: #000;
	color: #fff
}

#lccOmen .header_logos {
	padding:0 120px;
}
#lccOmen #lccOmenComparisonsSection {
	background: #000000;
}
#lccOmen #lccOmenComparisonsSection .lcc-row.my-5 {
	margin-bottom: 1rem!important;
}

#lccOmen #lccOmenCitationSection {
	background: #e8e8e8
}
#lccOmen #lccOmenPrimaryMasthead .lcc-container.h-100 .lcc-col p {
	font-size: 19px;
}

@media (min-width:992px) {

	#lccOmen .alt-container-fluid,
	#lccOmen .alt-lcc-container-fluid {
		padding-left: 5px;
		padding-right: 5px
	}

	#lccOmen .alt-container-fluid .lcc-row,
	#lccOmen .alt-container-fluid .row,
	#lccOmen .alt-lcc-container-fluid .lcc-row,
	#lccOmen .alt-lcc-container-fluid .row {
		margin-left: -5px;
		margin-right: -5px
	}

	#lccOmen .alt-container-fluid .col-lg-3,
	#lccOmen .alt-container-fluid .lcc-col-lg-3,
	#lccOmen .alt-lcc-container-fluid .col-lg-3,
	#lccOmen .alt-lcc-container-fluid .lcc-col-lg-3 {
		padding-right: 5px;
		padding-left: 5px
	}
}

#lccOmen .arrow-card {
	-webkit-transition: box-shadow .5s;
	-webkit-transition: -webkit-box-shadow .5s;
	transition: -webkit-box-shadow .5s;
	-o-transition: box-shadow .5s;
	transition: box-shadow .5s;
	transition: box-shadow .5s, -webkit-box-shadow .5s
}

#lccOmen .arrow-card .card-title {
	background: #000;
	color: #fff;
	line-height: 2.4;
	font-size: 15px;
	height: 34px;
	padding: 0;
	position: relative;
	text-align: center;
	margin-bottom: .75rem
}

#lccOmen .arrow-card .card-title a {
	color: #fff;
	text-decoration: none
}

#lccOmen .arrow-card .card-title:after,
#lccOmen .arrow-card .card-title:before {
	content: "";
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	position: absolute
}

#lccOmen .arrow-card .card-title:before {
	border-right: 12px solid #000;
	left: -12px
}

#lccOmen .arrow-card .card-title:after {
	border-left: 12px solid #000;
	right: -12px
}

#lccOmen .arrow-card:focus,
#lccOmen .arrow-card:hover {
	-webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .15);
	box-shadow: 0 0 1rem rgba(0, 0, 0, .15)
}

#lccOmen #lccOmenQuestionSection {
	background: #000;
	color: #fff
}
#lccOmen #lccOmenQuestionSection ul {
	padding-left: 40px;
}
#lccOmen #lccOmenQuestionSection ul li {
	list-style-type: disc;
}
#lccOmen #lccOmenQuestionSection .stylizedAccordion .accordion-control {
	cursor: pointer;
}

#lccOmen .accordion-control:after {
	content: "+";
	font-size: 21px;
	font-weight: 700;
	position: absolute;
	right: 0;
	top: 0;
	border: 2px solid;
	padding: 9px 16px;
	width: 55px;
	text-align: center
}

#lccOmen .accordion-control[aria-expanded=true]:after {
	content: "-"
}

#lccOmen .stylizedAccordion {
	color: #fff
}

#lccOmen .stylizedAccordion .card {
	border-radius: 0;
	margin-bottom: 1rem;
	background-color: #000;
	border: 2px solid #fff
}

#lccOmen .stylizedAccordion .card .accordion-control:after {
	border-top-width: 0;
	border-right-width: 0;
	background: transparent -o-linear-gradient(48deg, red, #ffb400) 0 0 no-repeat padding-box;
	background: transparent linear-gradient(42deg, red, #ffb400) 0 0 no-repeat padding-box
}

#lccOmen .stylizedAccordion .card-body {
	border-top: 2px solid #fff
}

#lccOmen .arrow-tab-container .arrow-tab-header {
	display: block;
	color: #000;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.6;
	font-size: 22px;
	padding: 2px 18px;
	position: relative;
	text-align: left;
	cursor: pointer;
	margin-bottom: .5rem
}

#lccOmen .arrow-tab-container .arrow-tab-header.active {
	background: #000;
	color: #fff
}

#lccOmen .arrow-tab-container .arrow-tab-header.active:after,
#lccOmen .arrow-tab-container .arrow-tab-header.active:before {
	content: "";
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	position: absolute;
	top: 0;
	bottom: 0
}

#lccOmen .arrow-tab-container .arrow-tab-header.active:after {
	border-left: 12px solid #000;
	right: -12px
}

#lccOmen .arrow-tab-container .tab-text {
	padding: 0;
	margin: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
	transition: opacity .5s ease, -webkit-transform .5s ease;
	-o-transition: opacity .5s ease, transform .5s ease;
	transition: opacity .5s ease, transform .5s ease;
	transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease
}

#lccOmen .arrow-tab-container .tab-text-inner {
	padding: .75rem 1rem
}

#lccOmen .arrow-tab-container .arrow-tab-header.active+.tab-text {
	height: auto;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

#lccOmen .tabsWithCarousel .carousel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

#lccOmen .tabsWithCarousel .carousel-indicators {
	position: relative
}

#lccOmen .tabsWithCarousel .carousel-indicators li {
	background-color: #0096d6;
	width: .75rem;
	height: .75rem;
	border-radius: 100%;
	margin-right: 10px;
	margin-left: 10px
}

#lccOmen .tabsWithCarousel .carousel-header .carousel-header-image {
	display: none
}

#lccOmen .tabsWithCarousel .carousel-header .active {
	display: block
}

#lccOmen .comparisonsTable {
	display: table;
	width: 100%;
	border-bottom: 1px solid #555;

}

#lccOmen #recommendedTableMobile,
#lccOmen .comparisonsTableMobile {
	display: none;
}
#lccOmen .comparisonsTableMobile {
	margin-top: 30px!important;
}
#lccOmen .comparisonsTable.second-comparisonsTable {
	margin: 25px 0 60px;
}
#lccOmen .comparisonsTable.second-comparisonsTable .comparisonsTableCell {
	padding: 8px 15px;

}
#lccOmen #recommendedTable, 
#lccOmen #recommendedTableMobile {
	margin-bottom: 25px;
}
#lccOmen #recommendedTable .comparisonsTableCell,
#lccOmen #recommendedTableMobile .comparisonsTableCell {
	line-height: 1.6;
}
#lccOmen #recommendedTable .comparisonsTableHeading .comparisonsTableCell,
#lccOmen #recommendedTableMobile .comparisonsTableHeading .comparisonsTableCell,
#lccOmen .comparisonsTableHeading .comparisonsTableCell {
	font-weight: 700;
	line-height: normal;	
} 
#lccOmen #recommendedTable .comparisonsTableHeading .comparisonsTableCell,
#lccOmen #recommendedTableMobile .comparisonsTableHeading .comparisonsTableCell {
	border-bottom: none;
}
#lccOmen .comparisonsTableHeading .comparisonsTableCell {
	background:#666;
}
#lccOmen #recommendedTable .comparisonsTableHeading .comparisonsTableCell:first-child,
#lccOmen #recommendedTableMobile .comparisonsTableHeading .comparisonsTableCell:first-child {
	border-left: 1px solid #66666682;
}
#lccOmen .comparisonsTableHeading .comparisonsTableCell:first-child {
	border-left: 1px solid #666;
}
#lccOmen #recommendedTable .comparisonsTableHeading .comparisonsTableCell:first-child,
#lccOmen #recommendedTableMobile .comparisonsTableHeading .comparisonsTableCell:first-child {
	background: #66666682;
}
#lccOmen .comparisonsTableRow.comparisonsTableHeading .comparisonsTableCell:first-child {
	line-height: 22px;
	background-color: #66666663;
}
#lccOmen #recommendedTable .comparisonsTableHeading .comparisonsTableCell:last-child,
#lccOmen #recommendedTableMobile .comparisonsTableHeading .comparisonsTableCell:last-child,
#lccOmen .comparisonsTableHeading .comparisonsTableCell:last-child {
	border-right: 1px solid #666;
}
#lccOmen #recommendedTable .comparisonsTableHeading .comparisonsTableCell:last-child,
#lccOmen #recommendedTableMobile .comparisonsTableHeading .comparisonsTableCell:last-child {
	background: #ffc000;
}
#lccOmen #recommendedTable .comparisonsTableHeading .comparisonsTableCell:nth-child(3),
#lccOmen #recommendedTableMobile .comparisonsTableHeading .comparisonsTableCell:nth-child(3) {
	background: #de663e;
}
#lccOmen #recommendedTable .comparisonsTableHeading .comparisonsTableCell:nth-child(2) {
	background: #4c90ba;
}
#lccOmen #recommendedTable .comparisonsTableHeading .comparisonsTableCell,
#lccOmen #recommendedTableMobile .comparisonsTableHeading .comparisonsTableCell {
	font-size: 1.4rem;
	background: #ff8e00;
}
#lccOmen .comparisonsTableHeading .comparisonsTableCell {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}
#lccOmen .comparisonsTableHeading .comparisonsTableCell:nth-child(2) {
	background-color: #4c90ba;
}
#lccOmen .comparisonsTableHeading .comparisonsTableCell:nth-child(3),
#lccOmen .comparisonsTableHeading .comparisonsTableCell:nth-child(4)
{
	background-color: #de663e;
}
#lccOmen .comparisonsTableHeading .comparisonsTableCell:last-child {
	background-color: #ffc000;
}
#lccOmen .comparisonsTableRow {
	display: table-row;
}
#lccOmen .comparisonsTableRow .comparisonsTableCell:first-child {
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #555;
}
#lccOmen #recommendedTable .comparisonsTableCell,
#lccOmen #recommendedTableMobile .comparisonsTableCell {
	font-size: 1rem;
	line-height: 1.5;
	text-align: left;
}
#lccOmen #recommendedTable .comparisonsTableRow .comparisonsTableCell:first-child,
#lccOmen #recommendedTableMobile .comparisonsTableRow .comparisonsTableCell:first-child {
	font-size: 1.2rem;
	line-height: 1.2rem;
}
#lccOmen #recommendedTable .comparisonsTableRow .comparisonsTableCell a,
#lccOmen #recommendedTableMobile .comparisonsTableRow .comparisonsTableCell a {
	font-weight: 600;
}
#lccOmen #recommendedTable .comparisonsTableRow .comparisonsTableCell:nth-child(2) a,
#lccOmen #recommendedTableMobile .comparisonsTableRow .comparisonsTableCell:nth-child(2) a {
	color: #2a8acf;
}
#lccOmen #recommendedTable .comparisonsTableRow .comparisonsTableCell:nth-child(3) a,
#lccOmen #recommendedTableMobile .comparisonsTableRow .comparisonsTableCell:nth-child(3) a {
	color: #de663e;
}
#lccOmen #recommendedTable .comparisonsTableRow .comparisonsTableCell:last-child a,
#lccOmen #recommendedTableMobile .comparisonsTableRow .comparisonsTableCell:last-child a {
	color: #e5b00f;
}
#lccOmen .comparisonsTableCell {
	border: 1px solid #555;
	border-left:none;
	border-bottom: none;
	display: table-cell; 
	padding: 10px 15px;
	font-size: 13px;
	line-height: 18px;
	vertical-align: middle;
	color: #ffffffcc;
	text-align: center;
}
#lccOmen #lccOmenComparisonsSection ul {
	padding-left: 40px;	
}
#lccOmen #lccOmenComparisonsSection ul li {
	list-style-type: disc;
}
#lccOmen .comparisonsTableCell ul {
	margin: 5px 0;
}
#lccOmen .comparisonsTableCell ul li {
	font-size: 14px;
}
#lccOmen .comparisonsTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
#lccOmen .comparisonsTableBody {
	display: table-row-group;
}

#lccOmen .lcc-row .accordionTitle {
	margin:0 auto;
	margin-bottom: 3rem!important;
	text-align: center;
} 
#lccOmen button.accordionSpecs {
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	padding: 0;
	width: 100%;
	border: 2px solid #fff;
	text-align: left;
	outline: none;
	font-size: 1rem;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
#lccOmen button.accordionSpecs:focus{
	outline: none;
}

#lccOmen button.accordionSpecs:after {
	content: '\002B';
	color: #fff;
	font-size: 21px;
	line-height: normal;
	font-weight: 700;
	float: right;
	margin-left: 5px;
	padding: 1rem 1.4rem;
	background: transparent -o-linear-gradient(48deg, red, #ffb400) 0 0 no-repeat padding-box;
	background: transparent linear-gradient(42deg, red, #ffb400) 0 0 no-repeat padding-box;
	border-left: 2px solid #fff;
}
#lccOmen button.accordionSpecs span {
	display: inline-block;
	padding: 15px;
}

#lccOmen .activeSpecs:after {
	content: "\2212";
}

#lccOmen .panelSpecs {
	padding: 0 65px;
	background-color: transparent;
	border: 2px solid #fff;
	border-top: none;
	border-bottom: none;
	max-height: 0;
	width: 100%;
	overflow: hidden;
	-webkit-transition: max-height 0.2s ease-out;
	-o-transition: max-height 0.2s ease-out;
	transition: max-height 0.2s ease-out;
	margin-bottom: 1rem;
}

#lccOmen .accordionSpecs.activeSpecs + .panelSpecs {
	border-bottom: 2px solid #fff;
} 
#lccOmen .panelSpecs .comparisonsTable {
	background: transparent;
	margin: 65px auto;
}
#lccOmen .panelSpecs .comparisonsTable .comparisonsTableRow:nth-child(odd) {
	background: #66666663;
}
#lccOmen .comparisonsTable .comparisonsTableCell.bg_green {
	background-color: #24412c;
}
#lccOmen .panelSpecs p {
	color: black;
}
#lccOmen .comparisonsGrayRow {
	background: #66666682;
}

#lccOmen ul.footer-links-list {
	margin-top: 20px;
}
#lccOmen ul.footer-links-list li {
	margin-bottom: 8px!important;
}
#lccOmen ul.footer-logo-list {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 30px 0 20px;
}
#lccOmen ul.footer-logo-list li {
	display: inline-block;
}
#lccOmen ul.footer-logo-list li:first-child {
	margin: 0 20px 0 45px;
}
#lccOmen ul.footer-logo-list li:nth-child(2) {
	margin: 0 30px 0 42px;
}
#lccOmen ul.footer-logo-list li:nth-child(3) {
	margin-top: -10px;
}
#lccOmen ul.footer-logo-list li:last-child {
	margin-left: 20px;
	margin-top: -10px;
}
#lccOmen ul.footer-logo-list li:first-child img {
	width: 90px;
}
#lccOmen ul.footer-logo-list li:nth-child(2) img {
	height:55px;
}
#lccOmen ul.footer-logo-list li:nth-child(3) img {
	width: 150px;
}
#lccOmen ul.footer-logo-list li:last-child img
{
	width:180px;
}

#lccOmen #teamStructureManagement {
	margin-left: 50px;
}
#lccOmen #lccOmenAdditionalInfoSection .contact-mail {
	font-weight: 500;
	font-size: 28px;
}
#lccOmen #lccOmenAdditionalInfoSection.py-5 {
	padding-top: 1rem!important;
}

#lccOmen .comparisonsTableMobile .comparisonsTableHeading .comparisonsTableCell:nth-child(2) {
	background-color: #de663e;
}
#lccOmen .headsetTableMobile .comparisonsTableHeading .comparisonsTableCell:nth-child(2) {
	background-color: #ffc000;
}

@media (max-width:1200px) {
	#lccOmen #lccOmenPrimaryMasthead .lcc-container {
		max-width: 980px;
	}
}

@media (max-width:1100px) {
	#lccOmen .panelSpecs {
		padding: 0 40px;
	}
	#lccOmen .panelSpecs .comparisonsTable {
		margin: 40px auto;
	}
	#lccOmen .lcc-container {
		padding: 0 20px;
	}
}

@media (max-width:1000px) {
	#lccOmen #lccOmenPrimaryMasthead {
		height: 80vh;
	}
	#lccOmen .firstLogo-img {
		height: 65px;
	}
	#lccOmen .secondLogo-img {
		height: 40px;
	}
	#lccOmen .amdLogo-img {
		height: 60px;
	}
	#lccOmen .lastLogo-img {
		height: 46px;
	}
	#lccOmen #lccPostOmenPrimaryMasthead .lcc-row {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	#lccOmen .lcc-row .accordionTitle {
		margin-top: 2rem;
	}
}

@media (max-width:991px) {
	#lccOmen #anatomyTabCarousel {
		margin: auto;
		max-width: 720px;
	}
	#lccOmen #carouselanatomyTabCarousel .carousel-header {
		width: 600px;
		margin: auto;
	}
	#lccOmen img.graphics-firstImg {
		padding-left: 0; 
	}
	#lccOmen img.graphics-lastImg {
		padding-left: 0;
	}
	#lccOmen img.intelCore-img,
	#lccOmen img.processor-img {
		display:inline-block!important;
		margin: 60px 0;
	}
	#lccOmen img.processor-img {
		margin-left: 30px!important;
	}
	#lccOmen .tabsWithCarousel .carousel-header {
		text-align: center;
	}
	#lccOmen #anatomyTabCarousel .carousel-inner {
		margin-top: -40px;
	}
	#lccOmen .gamingImg-mobile {
		margin-bottom: 30px;
	}
	#lccOmen .headsetImg-mobile {
		margin-bottom: 20px;
	}

}

@media (max-width:950px) {
	#lccOmen .header_logos {
		padding: 0 60px;
	}
}

@media (max-width:890px) {
	#lccOmen ul.footer-logo-list {
		padding: 0;
	}
}

@media (max-width:820px) {
	#lccOmen #lccOmenPrimaryMasthead {
		height: 70vh;
	}
	#lccOmen .panelSpecs .comparisonsTable {
		margin: 25px auto;
	}
	#lccOmen #recommendedTable .comparisonsTableHeading .comparisonsTableCell,
	#lccOmen #recommendedTableMobile .comparisonsTableHeading .comparisonsTableCell {
		font-size: 1rem; 
	}
	#lccOmen #recommendedTable .comparisonsTableRow .comparisonsTableCell:first-child,
	#lccOmen #recommendedTableMobile .comparisonsTableRow .comparisonsTableCell:first-child {
		font-size: 1rem;
		line-height: 1rem;
	}
	#lccOmen .comparisonsTableCell ul li {
		font-size: 13px;
	}
	#lccOmen #recommendedTable .comparisonsTableRow .comparisonsTableCell a,
	#lccOmen #recommendedTableMobile .comparisonsTableRow .comparisonsTableCell a {
		font-size: 15px;
	}
	#lccOmen .comparisonsTableCell {
		padding: 5px 8px;
	}
	#lccOmen .panelSpecs {
		padding: 0 25px;
	}
	#lccOmen .comparisonsTableHeading .comparisonsTableCell,
	#lccOmen .comparisonsTableRow .comparisonsTableCell:first-child  {
		font-size: 15px;
		line-height: 19px;
	}
	#lccOmen .comparisonsTableRow.comparisonsTableHeading .comparisonsTableCell:first-child {
		line-height: 19px;
	}

}


@media (max-width:790px) {
	#lccOmen ul.footer-logo-list li:first-child {
		margin: 0 20px 0 45px;
	}
	#lccOmen ul.footer-logo-list li:nth-child(2) {
		margin: 0 20px 0 30px;
	}
	#lccOmen ul.footer-logo-list li:first-child img {
		width: 75px;
	}
	#lccOmen ul.footer-logo-list li:nth-child(2) img {
		height: 50px;
	}
	#lccOmen ul.footer-logo-list li:nth-child(3) img {
		width: 120px;
	}
	#lccOmen ul.footer-logo-list li:last-child img {
		width: 140px;
	}

}

@media (max-width:768px) {
	#lccOmen .lcc-container {
		padding: 0 20px;
	}

	#lccOmen .panelSpecs {
		padding: 0 20px;
	}
	#lccOmen .panelSpecs .comparisonsTable {
		margin: 20px auto;
	}
	#lccOmen .header_logos {
		padding: 0 20px;
	}
}

@media (max-width:750px) {
	#lccOmen #anatomyTabCarousel {
		max-width: 540px;
	}
	#lccOmen #carouselanatomyTabCarousel .carousel-header {
		width: 100%;
	}
	#lccOmen #lccOmenAdditionalInfoSection .contact-mail {
		font-size: 24px;
	}

}

@media (max-width:670px) {
	#lccOmen .comparisonsTableCell {
		font-size: 12px;
		line-height: 16px;
	}
	#lccOmen .comparisonsTableHeading .comparisonsTableCell, 
	#lccOmen .comparisonsTableRow .comparisonsTableCell:first-child {
		font-size: 13px;
		line-height: 17px;
	}
	#lccOmen .comparisonsTableRow.comparisonsTableHeading .comparisonsTableCell:first-child {
		line-height: 17px;
	}
	#lccOmen  #lccOmenComparisonsSection .comparisonsTableCell ul {
		padding-left: 20px;
	}
	#lccOmen .comparisonsTableCell ul li {
		font-size: 12px;
	}
	#lccOmen #lccPostOmenPrimaryMasthead .lcc-col-md-3 {
		padding-left: 8px;
		padding-right: 8px;
	}
	#lccOmen ul.footer-logo-list li:first-child {
		margin: 0 15px 0 20px;
	}
	#lccOmen ul.footer-logo-list li:nth-child(2) {
		margin: 0 0px 0 35px;
	}
	#lccOmen ul.footer-logo-list li:first-child img {
		width: 70px;
	}
	#lccOmen ul.footer-logo-list li:nth-child(2) img {
		height: 40px;
	}
	#lccOmen ul.footer-logo-list li:last-child img {
		width: 120px;
	}

}

@media (max-width:620px) {
	#lccOmen #recommendedTable .comparisonsTableRow .comparisonsTableCell a,
	#lccOmen #recommendedTableMobile .comparisonsTableRow .comparisonsTableCell a,
	#lccOmen #recommendedTable .comparisonsTableHeading .comparisonsTableCell,
	#lccOmen #recommendedTableMobile .comparisonsTableHeading .comparisonsTableCell,
	#lccOmen #recommendedTable .comparisonsTableRow .comparisonsTableCell:first-child,
	#lccOmen #recommendedTableMobile .comparisonsTableRow .comparisonsTableCell:first-child {
		font-size: 14px;
	}
	#lccOmen .comparisonsTableCell {
		padding: 5px;
	}
	#lccOmen #lccOmenResourcesSection .lcc-row .lcc-col-sm-6 {
		padding-left: 8px;
		padding-right: 8px;
	}
	#lccOmen #lccOmenResourcesSection .lcc-row .lcc-col-sm-6:first-child {
		padding-right: 0;

	}
	#lccOmen .lcc-row .accordionTitle {
		margin-top: 3rem;
	}
}

@media (max-width:576px) {
	#lccOmen .header_logos {
		padding: 0 10px;
	}
	#lccOmen .header_logos_first {
		padding: 0 0 0 40px;
	}
	#lccOmen #lccPostOmenPrimaryMasthead .lcc-col-md-3 {
		padding-left: 6px;
		padding-right: 6px;
	}
}

@media (max-width:575px) {
	#lccOmen ul.footer-links-list {
		margin: 1rem 0 2.5rem;
	}
	#lccOmen #lccOmenResourcesSection .lcc-row .lcc-col-sm-6 {
		padding: 0 15px;
	}
	#lccOmen #lccOmenResourcesSection .lcc-row .lcc-col-sm-6:first-child {
		padding-right: 15px;
	}
	#lccOmen ul.footer-logo-list li:first-child {
		margin: 0;
	}
	#lccOmen ul.footer-logo-list li:nth-child(2) {
		margin: 0 15px;
	}
	#lccOmen ul.footer-logo-list li:nth-child(3) {
		margin-top: 0; 
	}
	#lccOmen ul.footer-logo-list li:last-child {
		margin-left: 15px;
		margin-top: 0;
	}
	#lccOmen ul.footer-logo-list li:nth-child(3) img {
		width: 125px;
	}
	#lccOmen ul.footer-logo-list li:last-child img {
		width: 130px;
	}
	#lccOmen #lccOmenAdditionalInfoSection.py-5 {
		padding-top: 0.5rem!important;
	}

}

@media (max-width:550px) {
	#lccOmen #recommendedTable .comparisonsTableRow .comparisonsTableCell a,
	#lccOmen #recommendedTableMobile .comparisonsTableRow .comparisonsTableCell a,
	#lccOmen #recommendedTable .comparisonsTableHeading .comparisonsTableCell,
	#lccOmen #recommendedTableMobile .comparisonsTableHeading .comparisonsTableCell,
	#lccOmen #recommendedTable .comparisonsTableRow .comparisonsTableCell:first-child,
	#lccOmen #recommendedTableMobile .comparisonsTableRow .comparisonsTableCell:first-child {
		font-size: 12px;
		line-height: 14px;
	}
	#lccOmen .comparisonsTableCell ul li {
		font-size: 11px;
		line-height:15px;
	}
	#lccOmen .comparisonsTableHeading .comparisonsTableCell, #lccOmen .comparisonsTableRow .comparisonsTableCell:first-child {
		font-size: 12px;
		line-height: 14px;
	}
	#lccOmen .comparisonsTableRow.comparisonsTableHeading .comparisonsTableCell:first-child {
		line-height: 16px;
	}
	#lccOmen .comparisonsTableCell {
		font-size: 11px;
		line-height: 15px;
	}
	#lccOmen #preStartQuestions .card h6 {
		font-size: 13px;
		line-height: normal;
		padding: 14px 10px!important;

	}
	#lccOmen #preStartQuestions .card .accordion-control {
		position: relative;
		width: 55px;
		background: transparent -o-linear-gradient(48deg, red, #ffb400) 0 0 no-repeat padding-box;
		background: transparent linear-gradient(42deg, red, #ffb400) 0 0 no-repeat padding-box;
		border-left: 2px solid white;

	}
	#lccOmen #preStartQuestions .card .card-header {
		border-bottom: none;
	}
	#lccOmen .accordion-control:after {
		line-height:normal;
		border: none;
		bottom:0;
		padding:0;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		
		width:100%;
	}
	#lccOmen .stylizedAccordion .card .accordion-control:after {
		background: none;
	}

}

@media (max-width:500px) {
	#lccOmen .lcc-container {
		padding: 0 15px;
	}
	#lccOmen #anatomyTabCarousel {
		padding: 0 30px;
	}
	#lccOmen .panelSpecs .comparisonsTable {
		margin: 15px auto;
	}
	#lccOmen .panelSpecs {
		padding: 0 15px;
	}
	#lccOmen  #lccOmenComparisonsSection .comparisonsTableCell ul {
		padding-left: 15px;
	}
	#lccOmen  #recommendedTable .comparisonsTableCell,
	#lccOmen #recommendedTableMobile .comparisonsTableCell {
		padding: 2px;
	}
	#lccOmen #lccPostOmenPrimaryMasthead .lcc-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#lccOmen #lccPostOmenPrimaryMasthead .lcc-col-md-3 {
		width: 50%;
	}
	#lccOmen .amdLogo-img {
		height: 70px;
	}
	#lccOmen #lccOmenPrimaryMasthead {
		height: 65vh;
	}
	#lccOmen img.graphics-lastImg {
		margin-top: -40px;
	}
	#lccOmen ul.footer-logo-list {
		padding: 0 20px;
	}
	#lccOmen ul.footer-logo-list li:nth-child(2) {
		margin: 0 25px;
	}
	#lccOmen ul.footer-logo-list li:first-child img {
		width: 90px;
	}
	#lccOmen ul.footer-logo-list li:nth-child(2) img {
		height: 55px;
	}
	#lccOmen ul.footer-logo-list li:nth-child(3) img {
		width: 150px;
	}
	#lccOmen ul.footer-logo-list li:last-child img {
		width: 150px;
	}
	#lccOmen ul.footer-logo-list li:first-child {
		margin: 0 10px 0 35px;
	}
	#lccOmen ul.footer-logo-list li:nth-child(2) {
		margin: 0 10px 0 40px;
	}
	#lccOmen #lccOmenPrimaryMasthead p,
	#lccOmen #lccOmenPrimaryMasthead .lcc-container.h-100 .lcc-col p {
		font-size: 1.2rem;	
	}
}

@media (max-width:450px) {
	#lccOmen #lccOmenOpportunitySection .lcc-container:last-child .my-5 {
		margin-bottom: 1rem!important;
	}
	#lccOmen .hide_mobile {display: none;}
	#lccOmen #lccOmenPrimaryMasthead h1 {
		font-size: 2rem;
	}
	#lccOmen #lccOmenPrimaryMasthead h4 {
		font-size: 1.2rem;
	}
	#lccOmen #recommendedTableMobile,
	#lccOmen .comparisonsTableMobile {
		display: table;
	}
	#lccOmen  #recommendedTable .comparisonsTableCell,
	#lccOmen #recommendedTableMobile .comparisonsTableCell {
		padding: 4px;
	}
	#lccOmen #recommendedTable .comparisonsTableRow .comparisonsTableCell a,
	#lccOmen #recommendedTableMobile .comparisonsTableRow .comparisonsTableCell a, 
	#lccOmen #recommendedTable .comparisonsTableHeading .comparisonsTableCell, 
	#lccOmen #recommendedTableMobile .comparisonsTableHeading .comparisonsTableCell, 
	#lccOmen #recommendedTable .comparisonsTableRow .comparisonsTableCell:first-child, 
	#lccOmen #recommendedTableMobile .comparisonsTableRow .comparisonsTableCell:first-child {
		line-height: normal;
		font-size: 14px;
	}
	#lccOmen #recommendedTableMobile .comparisonsTableCell {
		padding: 5px 10px;
	}
	#lccOmen #recommendedTable {
		margin-bottom: 45px;
	}
	#lccOmen #recommendedTableMobile {
		margin-bottom: 60px;
	}
	#lccOmen .lcc-row .accordionTitle {
		margin-bottom: 1.5rem!important;
	}
	#lccOmen .comparisonsTable.table_mobile .comparisonsTableCell {
		padding: 2px;
	}
	#lccOmen .table_mobile .comparisonsTableHeading .comparisonsTableCell, 
	#lccOmen .table_mobile .comparisonsTableRow .comparisonsTableCell:first-child {
		font-size: 11px;
	}
	#lccOmen .table_mobile .comparisonsTableCell {
		font-size: 10px;
		line-height: 16px;
	}
	#lccOmen .header_logos_first {
		padding: 0 0 0 20px;
	}
	#lccOmen #anatomyTabCarousel {
		padding: 0 10px;
	}
	#lccOmen #lccOmenAdditionalInfoSection .contact-mail {
		font-size: 20px;
	}
	#lccOmen #preStartQuestions .card h6 {
		
		max-width: 300px;

	}
}

@media (max-width:420px) {
	#lccOmen .omen_logo {
		height: 75px;
	}
	#lccOmen .bsu_logo {
		height: 70px;
	}
	#lccOmen .firstLogo-img {
		height: 55px;
	}
	#lccOmen .secondLogo-img {
		height: 30px;
	}
	#lccOmen .amdLogo-img {
		height: 60px;
	}
	#lccOmen .lastLogo-img {
		height: 40px;
	}
	#lccOmen #lccPostOmenPrimaryMasthead {
		padding-top: 1rem !important;
	}
	#lccOmen ul.footer-logo-list {
		padding: 0;
	}


}

@media (max-width:400px) {
	#lccOmen #preStartQuestions .card h6 {
		max-width: 265px;
	}

}

@media (max-width:380px) {
	#lccOmen #lccPostOmenPrimaryMasthead {
		padding-top: 0rem !important;
	}
	#lccOmen #anatomyTabCarousel {
		padding: 0;
	}

	#lccOmen .omen_logo {
		height: 60px;
	}
	#lccOmen .bsu_logo {
		height: 60px;
	}
	#lccOmen .firstLogo-img {
		height: 52px;
	}
	#lccOmen .secondLogo-img {
		height: 25px;
	}
	#lccOmen .amdLogo-img {
		height: 53px;
	}
	#lccOmen .lastLogo-img {
		height: 34px;
	}
	#lccOmen .header_logos .lcc-col-md-3:first-child,
	#lccOmen .header_logos .lcc-col-md-3:nth-child(2) {
		margin-bottom: 5px;
	}
}

@media (max-width:370px) {
	#lccOmen #recommendedTable .comparisonsTableRow .comparisonsTableCell a, 
	#lccOmen #recommendedTable .comparisonsTableRow .comparisonsTableCell:first-child {
		line-height: normal;
		font-size: 12px;
	}
	#lccOmen .comparisonsTableHeading .comparisonsTableCell, #lccOmen .comparisonsTableRow .comparisonsTableCell:first-child {
		font-size: 11px;
		line-height: 13px;
	}
	#lccOmen .comparisonsTableCell {
		font-size: 10px;
		line-height: 13px;
	}
	#lccOmen .comparisonsTableCell ul li {
		font-size: 10px;
		line-height: 15px;
	}
	#lccOmen ul.footer-logo-list li:first-child img {
		width: 70px;
	}
	#lccOmen ul.footer-logo-list li:nth-child(2) img {
		height: 40px;
	}
	#lccOmen ul.footer-logo-list li:nth-child(3) img {
		width: 130px;
	}
	#lccOmen ul.footer-logo-list li:last-child img {
		width: 130px;
	}
	#lccOmen #lccOmenAdditionalInfoSection .contact-mail {
		font-size: 18px;
		line-height: normal;
	}

}

@media (max-width:350px) {
	#lccOmen #preStartQuestions .card h6 {
		max-width: 220px;
	}
	#lccOmen #lccOmenOpportunitySection h2.h1 {
		font-size: 2rem;
	}

}

@media (max-width:320px) {
	#lccOmen #lccPostOmenPrimaryMasthead {
		padding-top: 1.5rem !important; 
	}
	#lccOmen .panelSpecsMobile {
		padding: 0 10px;
	}
	#lccOmen button.accordionSpecs span {
		padding: 15px 10px;
	}
	#lccOmen .omen_logo {
		padding-right: 20px;
	}
	#lccOmen .header_logos_first {
		padding: 0 0 0 15px;
	}
	#lccOmen .omen_logo {
		height: 55px;
	}
	#lccOmen .bsu_logo {
		height: 55px;
	}
}
