/**************************************************************/
/* siteFonts.css                                              */
/* use with all standard pages in site                        */        
/**************************************************************/
/* HTML tag styles                                            */
/**************************************************************/

body, html {
	font-family: 'Raleway',sans-serif;
	letter-spacing:1.25px;
}
p, ul {
	font-family: 'Raleway', sans-serif;
	font-size:13px;
	font-weight:500;
	color:#000000;
	letter-spacing:0.99px;
}
H1 {
	font-family: 'Lora', serif;
	font-size:22px;
	font-weight:600;
	text-align: center;
}
H@ {
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	letter-spacing:1.25px;
}
a {
	text-decoration: none;
}
/* CLASSES - NORMAL TYPE AND LINKS ****************************/
.normalLink a {
	color:#000000;
	text-decoration: none;
}
.normalLink a:hover {
	color:#000000;
	text-decoration: underline;
	font-weight: 700;
}
.highlightLink a {
	color:blue;
	text-decoration: underline;
	font-weight: 500;
}
.highlightLink a:hover {
	color:blue;
	text-decoration: underline;
	font-weight:700;
}
.highlightLink a:visited {
	color:blue;
	text-decoration: none;
}
.highlightPlainLink a {
	color:blue;
	text-decoration: none;
}
.highlightPlainLink a:hover {
	color:blue;
	text-decoration: none;
}
.highlightPlainLink a:visited {
	color:blue;
	text-decoration: none;
}
.text_button {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight:600;
	color: blue;
	letter-spacing: 0.99px;
	padding:8px 18px 8px 18px;
	border: 1px solid #666;
}
.text_button a {
	color:blue;
	text-decoration: none;
}
.text_button a:hover {
	color:blue;
	text-decoration: none;
}
.text_button_tight {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight:600;
	color: blue;
	letter-spacing: 0.99px;
	padding:2px;
	border: 1px solid #666;
}
.text_button_tight a {
	color:blue;
	text-decoration: none;
}
.text_button_tight a:hover {
	color:blue;
	text-decoration: none;
}

.sans_xsmall {
	font-family: 'Raleway', sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight:500;
	letter-spacing: 0.99px;
}
.sans_small {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:500;
	letter-spacing: 0.99px;
}
.sans_small_demi {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:700;
	letter-spacing: 0.99px;
}
.sans_small_bold {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:800;
	letter-spacing: 0.99px;
}
.sans_medium {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight:500;
	letter-spacing: 0.99px;
	}
.sans_medium_demi {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight:700;
	color: #000000;
	letter-spacing: 0.99px;
	}
.sans_medium_bold {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight:800;
	color: #000000;
	letter-spacing: 0.99px;
	}
.sans_large {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight:500;
	letter-spacing: 0.99px;
}
.sans_large_bold {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight:800;
	color: #000000;
	letter-spacing: 0.99px;
}
.sans_subtitle {
	font-family: 'Raleway', sans-serif;
	font-size: 19px;
	color:#000000;
	letter-spacing: 1.15px;
}
.sans_title {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	color:#000000;
	letter-spacing: 1.25px;
}
.sans_small_condensed {
	font-family: 'Roberto Condensed', sans-serif;
	font-size:12px;
	color:#000;
	letter-spacing:0.4px;
}
.sans_medium_condensed {
	font-family: 'Roberto Condensed', sans-serif;
	font-size:14px;
	color:#000;
	letter-spacing:0.75px;
}
.sans_large_condensed {
	font-family: 'Roberto Condensed', sans-serif;
	font-size:16px;
	color:#000;
	letter-spacing:0.8px;
}
/* SERIF Lora must be at least one pixel larger than sans for comparable size **/
.serif_small {
	font-family: 'Lora', serif;
	font-size:10px;
	color: #000000;
	font-weight:500;
	letter-spacing: 0.99px;
}
.serif_small_bold {
	font-family: 'Lora', serif;
	font-size:10px;
	color: #000000;
	font-weight:800;
	letter-spacing: 0.99px;
}
.serif_medium {
	font-family: 'Lora', serif;
	font-size: 12px;
	color: #000000;
	font-weight:500;
	letter-spacing: 0.99px;
}
.serif_medium_bold {
	font-family: 'Lora', serif;
	font-size: 14px;
	font-weight:800;
	color: #000000;
	letter-spacing: 0.99px;
}
.serif_large {
	font-family: 'Lora', serif;
	font-size: 17px;
	color: #000000;
	font-weight:500;
	letter-spacing: 0.99px;
}
.serif_large_bold {
	font-family: 'Lora', serif;
	font-size: 17px;
	font-weight:800;
	color: #1B1B1B;
	letter-spacing: 0;
	line-height: 35px;
}
.serif_xlarge {
	font-family: 'Lora', serif;
	font-size: 20px;
	color: #000000;
	font-weight:500;
	letter-spacing: 0.99px;
}
.serif_xlarge_bold {
	font-family: 'Lora', serif;
	font-size: 20px;
	font-weight:800;
	color: #1B1B1B;
	letter-spacing: 0;
	line-height: 35px;
}

/* CLASSES - REVERSE TYPE AND LINKS ***************************/
.reverseLink a {
	color:#fff;
	text-decoration: none;
}
.reverseLink a:hover {
	color:#fff;
	text-decoration: underline;
}
.reverse_text_small {
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size: 9px;
	color: #FFFFFF;
	letter-spacing: 1.64px;
}
.reverse_text_small_light {
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size: 9px;
	color: #FFFFFF;
	letter-spacing: 1.64px;
}
.reverse_text_small_extrabold {
	font-family: 'Raleway', sans-serif;
	font-weight:800;
	font-size: 9px;
	color: #FFFFFF;
	letter-spacing: 1.64px;
	}
.reverse_text_small_semibold {
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size: 9px;
	color: #FFFFFF;
	letter-spacing: 1.64px;
	}
.reverse_text_medium {
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size: 13px;
	color: #FFFFFF;
	/*letter-spacing: 1.64px;**/
	}
.reverse_text_medium_bold {
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	font-size: 13px;
	color: #FFFFFF;
	/*letter-spacing: 1.64px;*/
	}
.reverse_text_large {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	/*line-height: 37px;*/
	line-height:150%;
}
.reverse_text_button {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight:600;
	color: #FFFFFF;
	letter-spacing: 0.99px;
	padding:8px 18px 8px 18px;
	border: 1px solid #FFFFFF;
}
.reverse_text_button a, a:hover {
	color:#FFFFFF;
	text-decoration: none;
}
.main_menu {
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1.64px;
}
.social_menu {
	font-family: FontAwesome5BrandsRegular;
	font-size: 12x;
	color: #FFFFFF;
}
.login_menu {
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 1.64px;
}
.headline_left {
	font-family: 'Lora', serif;
	font-size: 55px;
	color: #FFFFFF;
}
.page_title {
	font-family: 'Lora', serif;
	font-size: 50px;
	color: #FFFFFF;
	text-align: center;
	margin-top:-120px;
	margin-bottom:0;
}
.page_subtitle {
	font-family: 'Raleway',sans-serif;
	font-size: 14px;
	font-weight:600;
	margin-top:24px;
	padding-bottom:24px;
	color: #FFFFFF;
	text-align: center;
}
.body_title {
	font-family: 'Lora', serif;
	font-size: 24px;
	font-weight:600;
	color: #000000;
	text-align: left;
	line-height:125%;
	letter-spacing:1.54px;
}
.body_subtitle {
	font-family: 'Raleway',sans-serif;
	font-size: 18px;
	font-weight:800;
	margin: 8px 0 8px 0;
	color: #000000;
}
.body_text {
	font-family: 'Raleway',sans-serif;
	font-size: 12px;
	margin-top:4px;
	font-weight: 500;
	color: #000000;
	line-height:150%;
	letter-spacing:1.54px;
}
.resDetail_title {
	font-family: 'Lora', serif;
	font-size: 18px;
	font-weight:600;
	color: #000000;
	letter-spacing:1.14px;
}
.resDetail_context_div {
	font-family: 'Lora', serif;
	font-size:17px;
	font-weight:500;
	letter-spacing:1.25px;
}
.resDetail_context_sub {
	font-family: 'Raleway', sans-serif;
	font-size:17px;
	font-weight:500;
	letter-spacing:1.25px;
}
.resDetail_chapter_title {
	font-family: 'Raleway', sans-serif;
	font-size:15px;
	font-weight:600;
	letter-spacing:1.15px;
}