/* CSS Global Styles */









/* === Elements ======== */
html {
	scroll-behavior: smooth;
}

body {
	background-color: #f7f0ef;
	background-image: url("../img/bg-texture-offwhite.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: 100% auto;
}

a {
	cursor: pointer;
}

strong {
	font-weight: 600;
}

form input::placeholder,
form textarea::placeholder {
	color: #bbb !important;
	font-weight: 400 !important;
}









/* === Bootstrap ======== */
.m-n1 {
    margin:-.25rem !important
}

.mt-n1, .my-n1 {
    margin-top:-.25rem !important
}

.me-n1, .mx-n1 {
    margin-right:-.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom:-.25rem !important
}

.ms-n1, .mx-n1 {
    margin-left:-.25rem !important
}

.m-n2 {
    margin:-.5rem !important
}

.mt-n2, .my-n2 {
    margin-top:-.5rem !important
}

.me-n2, .mx-n2 {
    margin-right:-.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom:-.5rem !important
}

.ms-n2, .mx-n2 {
    margin-left:-.5rem !important
}

.m-n3 {
    margin:-1rem !important
}

.mt-n3, .my-n3 {
    margin-top:-1rem !important
}

.me-n3, .mx-n3 {
    margin-right:-1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom:-1rem !important
}

.ms-n3, .mx-n3 {
    margin-left:-1rem !important
}

.m-n4 {
    margin:-1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top:-1.5rem !important
}

.me-n4, .mx-n4 {
    margin-right:-1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom:-1.5rem !important
}

.ms-n4, .mx-n4 {
    margin-left:-1.5rem !important
}

.m-n5 {
    margin:-3rem !important
}

.mt-n5, .my-n5 {
    margin-top:-3rem !important
}

.me-n5, .mx-n5 {
    margin-right:-3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom:-3rem !important
}

.ms-n5, .mx-n5 {
    margin-left:-3rem !important
}










/* === Font Families ======== */
.ff-serif {
	font-family: 'Cormorant SC', serif;
	font-weight: 500;
}

.ff-oswald {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

.ff-sans-serif {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}









/* === Headings ======== */
.h7 {
	font-size: 0.8rem;
}

.h8 {
	font-size: 0.7rem;
}

.h9 {
	font-size: 0.6rem;
}









/* === Font Weights ======== */
.fw-light {
	font-weight: 300 !important;
}

.fw-regular {
	font-weight: 400 !important;
}

.fw-medium {
	font-weight: 500 !important;
}

.fw-semibold {
	font-weight: 600 !important;
}









/* === Text Decoration ======== */
.text-line-through {
	text-decoration: line-through !important;
}









/* === Line Height ======== */
.lh-normal {
	line-height: normal !important;
}

.lh-6 {
	line-height: 0.6em !important;
}

.lh-8 {
	line-height: 0.8em !important;
}

.lh-10 {
	line-height: 1.0em !important;
}

.lh-11 {
	line-height: 1.1em !important;
}

.lh-12 {
	line-height: 1.2em !important;
}

.lh-13 {
	line-height: 1.3em !important;
}

.lh-14 {
	line-height: 1.4em !important;
}

.lh-16 {
	line-height: 1.6em !important;
}









/* === Letter Spacing ======== */
.ls-0 {
	letter-spacing: normal !important;
}

.ls-25 {
	letter-spacing: 0.025rem !important;
}

.ls-50 {
	letter-spacing: 0.05rem !important;
}

.ls-100 {
	letter-spacing: 0.1rem !important;
}

.ls-200 {
	letter-spacing: 0.2rem !important;
}

.ls-300 {
	letter-spacing: 0.3rem !important;
}

.ls-350 {
	letter-spacing: 0.35rem !important;
}







/* === Text Clip ======== */
.text-clip {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}







/* === Text Decoration ======== */
.text-decoration-line-through {
	text-decoration: line-through !important;
}







/* === Colors ======== */
.text-black {
	color: #000 !important;
}

.text-green {
	color: #128B1B !important;
}

.text-red {
	color: #ce2e2f !important;
}

.text-navy-blue {
	color: #223189 !important;
}

.text-light-gold {
	color: #d1b35c !important;
}

.text-medium-gold {
	color: #c5a136 !important;
}

	a.text-medium-gold.active,
	a.text-medium-gold:hover {
		color: #49874d !important; 
	}

.text-primary-blue {
	color: #007bff !important; 
}

.text-bright-green {
	color: #7CEB86 !important; 
}

.text-muted-green {
	color: #49874d !important; 
}

	a.text-muted-green.active,
	a.text-muted-green:hover {
		color: #c5a136 !important; 
	}

.text-gray-30 {
	color: #4C4C4C !important;
}

.text-gray-40 {
	color: #676767 !important;
}

	a.text-gray-40.active,
	a.text-gray-40:hover {
		color: #c5a136 !important; 
	}

.text-gray-50 {
	color: #777 !important;
}

.text-gray-60 {
	color: #999 !important;
}

.text-gray-80 {
	color: #cdcdcd !important;
}

.text-gray-90 {
	color: #e4e4e4 !important;
}










/* === Hovers ======== */
.hover-white:hover {
	color: #fff !important;
	transition: 0.25s;
}

.hover-red:hover {
	color: #ce2e2f !important;
	transition: 0.25s;
}

.hover-navy-blue:hover {
	color: #223189 !important;
	transition: 0.25s;
}

.hover-bg-navy-blue:hover {
	background-color: #223189 !important;
	transition: 0.12s;
}

.hover-bg-red:hover {
	background-color: #ce2e2f !important;
	transition: 0.12s;
}










/* === Backgrounds ======== */
.bg-navy-blue {
	background-color: #223189 !important;
}

.bg-red {
	background-color: #ce2e2f !important;
}

.bg-maroon {
	background-color: #900 !important;
}

.bg-green {
	background-color: #128B1B !important;
}

.bg-light-green {
	background-color: #44ab4c !important;
}

.bg-medium-gold {
	background-color: #c5a136 !important;
}

.bg-gray-4 {
	background-color: #f4f4f4 !important;
}

.bg-gray-7 {
	background-color: #ececec !important;
}

.bg-black {
	background-color: #000 !important;
}

.bg-black-5 {
	background-color: rgba(0, 0, 0, 0.05) !important;
}

.bg-black-7 {
	background-color: rgba(0, 0, 0, 0.07) !important;
}

.bg-black-10 {
	background-color: rgba(0, 0, 0, 0.1) !important;
}

.bg-black-20 {
	background-color: rgba(0, 0, 0, 0.2) !important;
}

.bg-black-25 {
	background-color: rgba(0, 0, 0, 0.25) !important;
}

.bg-black-40 {
	background-color: rgba(0, 0, 0, 0.4) !important;
}

.bg-black-80 {
	background-color: rgba(0, 0, 0, 0.8) !important;
}

.bg-black-90 {
	background-color: rgba(0, 0, 0, 0.9) !important;
}

.bg-white-10 {
	background-color: rgba(255, 255, 255, 0.1) !important;
}

.bg-white-70 {
	background-color: rgba(255, 255, 255, 0.7) !important;
}

.bg-white-90 {
	background-color: rgba(255, 255, 255, 0.9) !important;
}

.bg-white-96 {
	background-color: rgba(255, 255, 255, 0.96) !important;
}

.bg-gradient-linear-vertical-red {
	background: linear-gradient(to bottom, #B61717 0%, #E54546 100%) no-repeat;
}

.bg-gradient-linear-vertical-navy-blue {
	background: linear-gradient(to bottom, #182362 0%, #223189 100%) no-repeat;
}







/* === Borders ======== */
.border-red {
	border-color: #ce2e2f !important;
}

.border-light-green {
	border-color: #44ab4c !important;
}

.border-medium-gold {
	border-color: #c5a136 !important;
}

.border-transparent {
	border-color: transparent !important;
}

.debug {
	border: red solid 1px !important;
}









/* === Shadows ======== */
.shadow-inner {
	box-shadow: inset 0rem 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-inner-sm {
	box-shadow: inset 0rem 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-top-80 {
	box-shadow: inset 0px 12px 7px -10px rgba(0, 0, 0, 0.8);
}

.shadow-bottom-80 {
	box-shadow: inset 0px -12px 7px -10px rgba(0, 0, 0, 0.8);
}









/* === Buttons ======== */
.btn.bg-black-20:hover {
	background-color: rgba(0, 0, 0, 0.4) !important;
}









/* === Email ======== */
.email table.main tr td p span br {
	content: '';
	display: block;
	height: 0.25rem;
}









/* ==== High Contrast ==== */
body.high-contrast,
body.high-contrast hr,
body.high-contrast p,
body.high-contrast p strong,
body.high-contrast form,
body.high-contrast label,
body.high-contrast input,
body.high-contrast small,
body.high-contrast span,
body.high-contrast h1,
body.high-contrast h2,
body.high-contrast h3,
body.high-contrast h4,
body.high-contrast ul,
body.high-contrast ul li,
body.high-contrast ul strong,
body.high-contrast header,
body.high-contrast main,
body.high-contrast article,
body.high-contrast section,
body.high-contrast menu,
body.high-contrast article div,
body.high-contrast figcaption,
body.high-contrast table tr td,
body.high-contrast footer,
body.high-contrast header div,
body.high-contrast footer div {
	background: #000 !important;
	color: #fff !important;
	border-color: #fff !important;
}

body.high-contrast a,
body.high-contrast button {
	color: #FFCF00 !important;
	border-color: #FFCF00 !important;
}

	body.high-contrast a:hover,
	body.high-contrast button:hover {
		background-color: transparent !important;
		color: #fff !important;
		border-color: #fff !important;
		text-decoration: underline !important;
	}

body.high-contrast button,
body.high-contrast input,
body.high-contrast textarea {
	background: #000 !important;
	border: #fff solid 1px !important;
}

body.high-contrast article:before,
body.high-contrast article:after {
	visibility: hidden;
}

body.high-contrast footer i {
	color: #fff;
}

body.high-contrast footer a small {
	color: #FFCF00 !important;
}

body.high-contrast #accessibility-panel,
body.high-contrast #accessibility-panel .modal-dialog {
	background-color: transparent !important;
}

body.high-contrast .text-grey-gradient {
	background: none;
	-webkit-background-clip: inherit;
	-webkit-text-fill-color: #fff;
}

body.high-contrast .bg-red {
	background-color: transparent !important;
	border: #FFCF00 solid 1px !important;
}


