/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *---------------------------------------------- -------- -------- 
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *---------------------------------------------- -------- -------- 
 */  

/****** Header ******/
/* Access the Header Website Font Styles */

@font-face {
    font-family: 'EB Garamond', serif;
    src: url(/Portals/76/assets/fonts/Garamond/EBGaramond-Regular.ttf) format("truetype");
}


.skin-title .title-text {
 font: small-caps normal 32px "Arial, Helvetica Neue, Helvetica, sans-serif";
 color: black;
}

.esd-button {
	background-color: #1565c0;
	color: white !important;
	font-weight: 500;
	padding: 7px 15px 5px 15px;
	box-shadow: 2px 2px 10px black;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	transition: background-color .15s;
	margin: 5px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: 4px;
	display: inline-block;
}
.esd-button:hover {
	background-color: #003c8f;
	text-decoration: none;
}


