.pageBackgroundImage {
	/* background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../../images/horse.jpg); */
background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../../images/horse2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.logoDiv {
	/* background-image: url(../../images/logo.png); */
	background-image: url(../../images/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.cursorWait {
	cursor: wait;
}

.cursorPointer {
	cursor: pointer;
}

.cursorNotAllowed {
	cursor: not-allowed;
}

.box30pxBy30px {
	width: 30px;
	height: 30px;
}

.box50pxBy50px {
	width: 50px;
	height: 50px;
}

.box100pxBy100px {
	width: 100px;
	height: 100px;
}

.box110pxBy110px {
	width: 110px;
	height: 110px;
}

.box120pxBy120px {
	width: 120px;
	height: 120px;
}

.box150pxBy150px {
	width: 150px;
	height: 150px;
}

.box180pxBy180px {
	width: 180px;
	height: 180px;
}

.box200pxBy200px {
	width: 200px;
	height: 200px;
}

.box200pxBy125px {
	width: 200px;
	height: 125px;
}

.box250pxBy250px {
	width: 250px;
	height: 250px;
}

.box300pxBy300px {
	width: 300px;
	height: 300px;
}

.box250pxBy156px {
	width: 250px;
	height: 156px;
}

.box300pxBy188px {
	width: 300px;
	height: 188px;
}

.box400pxBy250px {
	width: 400px;
	height: 250px;
}

.fontSize1Point5rem {
	font-size: 1.5rem;
}

.fontSize1Point5remImportant {
	font-size: 1.5rem !important;
}

.fontSize1Point55rem {
	font-size: 1.55rem;
}

.fontSize1Point55remImportant {
	font-size: 1.55rem !important;
}

.fontSizePoint6rem {
	font-size: .6rem;
}

.fontSizePoint6remImportant {
	font-size: .6rem !important;
}

.fontSizePoint65rem {
	font-size: .65rem;
}

.fontSizePoint65remImportant {
	font-size: .65rem !important;
}

.fontSizePoint7rem {
	font-size: .7rem;
}

.fontSizePoint7remImportant {
	font-size: .7rem !important;
}

.fontSizePoint75rem {
	font-size: .75rem;
}

.fontSizePoint75remImportant {
	font-size: .75rem !important;
}

.fontSizePoint8rem {
	font-size: .8rem;
}

.fontSizePoint8remImportant {
	font-size: .8rem !important;
}

.fontSizePoint85rem {
	font-size: .85rem;
}

.fontSizePoint85remImportant {
	font-size: .85rem !important;
}

.fontSizePoint9rem {
	font-size: .9rem;
}

.fontSizePoint9remImportant {
	font-size: .9rem !important;
}

.fontSizePoint95rem {
	font-size: .95rem;
}

.fontSizePoint95remImportant {
	font-size: .95rem !important;
}

.dark {
	font-weight: 600;
}

.darker {
	font-weight: 800;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.letterSpacing2px {
	letter-spacing: 2px;
}

.letterSpacing3px {
	letter-spacing: 3px;
}

.letterSpacing5px {
	letter-spacing: 5px;
}

.letterSpacing7px {
	letter-spacing: 7px;
}

.letterSpacing8px {
	letter-spacing: 8px;
}

.letterSpacing10px {
	letter-spacing: 10px;
}

.displayInline {
	display: inline;
}

.displayBlock {
	display: block;
}

.displayInlineBlock {
	display: inline-block;
}

.displayNone {
	display: none;
}

.overflowVisibleImportant {
	overflow: visible !important;
}

.overflowXVisibleImportant {
	overflow-x: visible !important;
}

.overflowYVisibleImportant {
	overflow-y: visible !important;
}

.floatNone {
	float: none;
}

.floatNoneImportant {
	float: none !important;
}

.imgDiv {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

img,
video {
	object-fit: contain;
}

.verticalAlignBottom {
	vertical-align: bottom;
}

.verticalAlignMiddle {
	vertical-align: middle;
}

textarea {
	resize: none;
}

.pink-border-5px.border-darken-3 {
	border: 5px solid #ad1457 !important
}

.visible {
	visibility: visible;
}

.notVisible {
	visibility: hidden;
}

.justify {
	text-align: justify;
}

.justifyLast {
	text-align-last: justify;
}

.borderCollapse {
	border-collapse: collapse;
}

.borderCollapseDiv {
	margin: -1px -1px -1px -1px;
}

.uppercase {
	text-transform: uppercase;
}

.listing {
	padding-left: 10px;
	padding-right: 10px;
}

.listing p {
	margin:0px;
}

/* .listing>li,
.listing ol>li {
	counter-increment: item;
}

.listing>li:first-child,
.listing ol>li:first-child {
	counter-reset: item;
}

.listing>li:before,
.listing ol>li:before {
	content: counters(item, ".") ". ";
} */

.listing.darkFirstList>li {
	font-weight: 600;
}

.listing>li:first-child,
.listing ol>li:first-child {
	counter-reset: item;
}

.listing li {
	list-style:none;
	display:flex;
	flex-direction: row;
	counter-increment: item;
}

.listing li::before {
	content: counters(item, ".") ". ";
	display:inline-block;
	min-width: 20px;
	font-weight: 600;
}

.listing>ol,
.listing>ol>ol {
	padding-left: 40px;
}

.listing>ol>ol>ol {
	padding-left: 50px;
}

.listing>ol>li::before {
	min-width: 40px;
}

.listing>ol>ol>li::before {
	min-width: 50px;
}

.listing>ol>ol>ol>li::before {
	min-width: 60px;
}