/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.dm-serif-display-regular {
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	font-style: normal;
}

.dm-serif-display-regular-italic {
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	font-style: italic;
}


.eb-garamond-body {
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.leadin p {font-size: 24px; color: rgb(10, 68, 119); font-weight:200}
.textual h1, .textual h2, .textual h3 {font-family: "DM Serif Display", serif;margin-bottom: 9px;color: rgb(10, 68, 119);}

.quote::before {color: var(--cnvs-contrast-400);}

#logo img {
	padding-top: 20px;
	padding-bottom: 20px;
}

.content-wrap ul,
.content-wrap ol {
	margin-left: 20px;
	margin-right: 20px;
}

.jag-banner {
	background-position-y: 0px;
	margin-top: -8px;
}
.jag {
	background: transparent url(/canvas/images/jag.png) repeat-x left -2px;
	position: relative;
	height: 18px;
	display: block;
	margin-top: 0px;
}
.jagml {
	background: transparent url(/canvas/images/jag.png) repeat-x left -2px;
	position: relative;
	height: 18px;
	display: block;
	margin-top: 0px;
	top: -4px;
	background-position-y: 0px;
	margin-top: -8px;
}
.jag-f8 {
	background: transparent url(/canvas/images/jag-f8.png) repeat-x left -5px;
	position: relative;
	height: 18px;
	display: block;
}

.jag-ps-head {
	background: transparent url(/canvas/images/jag_ps_head.png) repeat-x left -5px;
	position: relative;
	height: 18px;
	display: block;
}
.jag-ps-header-to-tan {
	background: transparent url(/canvas/images/jag_header_to_tan.png) repeat-x
		left -6px;
	position: relative;
	height: 8px;
	display: block;
}
.jag-ps-white-to-tan {
	background: transparent url(/canvas/images/jag_white_to_tan.png) repeat-x left -6px;
	position: relative;
	height: 8px;
	display: block;
}
.jag-ps-tan-to-white {
	background: transparent url(/canvas/images/jag_tan_to_white.png) repeat-x left -6px;
	position: relative;
	height: 8px;
	display: block;
}

.jag-tan {
	background: transparent url(/canvas/images/jag_tan.png) repeat-x left -6px;
	position: relative;
	height: 18px;
	display: block;
}
.jag-cream {
	background: transparent url(/canvas/images/jag_cream.png) repeat-x left -6px;
	position: relative;
	height: 18px;
	display: block;
}

.jag-banner {
	background-position-y: 0px;
	margin-top: -8px;
}
.jag-on-white {
	margin-top: -4px;
	background-position-y: -7px;
	height: 11px;
}

.jag-rotate {
	rotate: 180deg;
}


.icon-date {
	float: left;
	font-family: "PT Sans", Arial, sans-serif;
	color: #fff;
	box-sizing: border-box;
	display: table;
	width: 145px;
	height: 145px;
	margin: 0 17px 6px 0;
	background: #00b49b;
	border: 7px solid #fff;
	border-radius: 15px;
	box-shadow: 0 2px #008d72 inset, 0 1px #a0b66e;
	position: relative;
	overflow: hidden;
	text-align: center
}

.icon-date:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 50%;
	width: 100%;
	background: rgba(0, 0, 0, 0.1)
}

.icon-date span:nth-child(1) {
	position: absolute;
	top: 15px;
	left: 25px
}

.icon-date span:nth-child(2) {
	font-weight: 600;
	font-size: 5em;
	display: table-cell;
	vertical-align: middle;
	padding-top: 10px
}

.icon-date span:nth-child(3) {
	position: absolute;
	vertical-align: bottom;
	bottom: 5px;
	left: 25px
}

.icon-date-mini {
	float: left;
	font-family: "PT Sans", Arial, sans-serif;
	color: #fff;
	box-sizing: border-box;
	display: table;
	width: 100px;
	height: 100px;
	margin: 0 17px 6px 0;
	background: #00b49b;
	border: 5px solid #d3e5d2;
	border-radius: 15px;
	box-shadow: 0 2px #008d72 inset, 0 1px #a0b66e;
	position: relative;
	overflow: hidden;
	text-align: center
}

.icon-date-mini:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 50%;
	width: 100%;
	background: rgba(0, 0, 0, 0.1)
}

.icon-date-mini span:nth-child(1) {
	position: absolute;
	top: 3px;
	left: 6px
}

.icon-date-mini span:nth-child(2) {
	font-weight: 600;
	font-size: 3.4em;
	display: table-cell;
	vertical-align: middle;
	padding-top: 10px
}
