@import url(https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,300,600,800,400);
@font-face {
	font-family: 'Saloon';
	src: url('../fonts/Saloon.eot');
	src: url('../fonts/Saloon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Saloon.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/Saloon.woff') format('woff'),
		url('../fonts/Saloon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.saloon {
	font-family: 'Saloon', 'serif' !important;
}
@font-face {
	font-family: 'Playbill';
	src: url('../fonts/playbill-webfont.eot');
	src: url('../fonts/playbill-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/playbill-webfont.woff') format('woff'),
		url('../fonts/playbill-webfont.ttf') format('truetype'),
		url('../fonts/playbill-webfont.svg#Playbill') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}
.playbill {
	font-family: 'Playbill', 'serif' !important;
}
@font-face {
	font-family: 'Nashville';
	src: url('../fonts/nashville-webfont.eot');
	src: url('../fonts/nashville-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/nashville-webfont.woff') format('woff'),
		url('../fonts/nashville-webfont.ttf') format('truetype'),
		url('../fonts/nashville-webfont.svg#Nashville') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}
.nashville {
	font-family: 'Nashville', 'serif' !important;
}
@font-face {
	font-family: 'Mesquite';
	src: url('../fonts/Mesquite.eot');
	src: url('../fonts/Mesquite.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Mesquite.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/Mesquite.woff') format('woff'),
		url('../fonts/Mesquite.svg#Mesquite') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}
.mesquite {
	font-family: 'Mesquite', 'serif' !important;
}
@font-face {
	font-family: 'Old Town';
	src: url('../fonts/Old-Town.eot');
	src: url('../fonts/Old-Town.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Old-Town.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/Old-Town.woff') format('woff'),
		url('../fonts/Old-Town.ttf') format('truetype'),
		url('../fonts/Old-Town.svg#Old_Town') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}
.oldtown {
	font-family: 'Old Town', 'serif' !important;
}
html {
	background-color: #333333;
}
body {
	font-family: "Open Sans", Arial, sans-serif;
	background-color: #7a472c;
	font-size: 14px;
	line-height: 1.4;
	background-image: url(/img/page_bg.jpg);
	background-position: top center;
	background-repeat: repeat;
	color: #222222;
}
h1 {
	color: #222222;
	position: relative;
	font-family: 'Old Town', 'Playbill', 'Saloon', 'Mesquite', 'serif';
	font-weight: normal;
	letter-spacing: 3px;
}
h2 {
	color: #222222;
	position: relative;
	font-family: 'Old Town', 'Playbill', 'Saloon', 'Mesquite', 'serif';
	font-weight: normal;
	letter-spacing: 2px;
}
@media (min-width: 768px) {
	h1 {
		color: #FFFFFF;
		text-shadow: 0 0 10px rgba(0,0,0,1);
		-webkit-text-stroke: 1px rgba(255,255,255,0.2);
		text-stroke: 1px rgba(255,255,255,0.2);
	}
	h2 {
		color: #FFFFFF;
		text-shadow: 0 0 10px rgba(0,0,0,1);
		-webkit-text-stroke: 1px rgba(255,255,255,0.2);
		text-stroke: 1px rgba(255,255,255,0.2);
	}
	h1 span, h2 span {
		left: 0;
		color: #FFFFFF;
		position: absolute;
		width: 100%;
		/*-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(191,218,227,1)), color-stop(50%, rgba(0,0,0,0)), to(rgba(193,188,179,1)));*/
		/*-webkit-mask-image: -webkit-gradient(linear, right top, right bottom, from(rgba(255,255,255,1)), color-stop(50%, rgba(0,0,0,0)), to(rgba(193,188,179,1)));*/
		/*-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(50%, rgba(0,0,0,1)), to(rgba(0,0,0,1)));*/
		/*-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(191,218,227,1)), color-stop(40%, rgba(0,0,0,1)), to(rgba(193,188,179,0.4)));*/
		-webkit-mask-image: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
		  mask-image: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
		text-shadow: 0 2px 0 #222222;
	}
	h1:after, h2:after {
		/*color: rgba(255,255,255,0.6);*/
		/*color: rgba(191,218,227,0.4);*/
		/*color: rgba(0,0,0,0.1);*/
		color: rgba(205,191,158,0.4);
		content: attr(data-title);
	}
}
@media (min-width: 768px) {
	h1 {
		font-size: 80px;
	}
	h2 {
		font-size: 50px;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 46px;
		/*font-family: 'Old Town', 'Saloon', 'Mesquite', 'serif' !important;
		text-shadow: #dddddd 1px 1px 2px;
		letter-spacing: 3px;*/
		overflow-wrap: break-word;
	}
	h2 {
		font-size: 36px;
	}
	.embed-responsive {
		background-color: #000000;
	}
}
a {
	color: #039;
	outline: none!important;
	border: none!important;
}
a:hover {
	color: #CC0000;
	outline: none!important;
	border: none!important;
}
a.buttonlink {
	display: block;
	height: 70px;
	width: 340px;
	max-width: 100%;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% 200%;
	outline: none;
}
a.buttonlink:hover {
	background-position: 0px -70px;
	outline: none;
}
a.b4blink {
	background-image: url(/img/link-bfb.png);
}
a.bfcnlink {
	background-image: url(/img/link-bfcn.png);
}
a.bbslink {
	background-image: url(/img/link-bbs.png);
}
a.pplink {
	background-image: url(/img/link-pp.png);
}
a.venmolink {
	background-image: url(/img/link-venmo.png);
}
a.igmlink {
	background-image: url(/img/link-igm.png);
}
a.fblink {
	background-image: url(/img/link-fb.png);
}
a.emaillink {
	background-image: url(/img/link-email.png);
}
a.questionnairelink {
	background-image: url(/img/link-questionnaire.png);
}
a.weatherlink {
	background-image: url(/img/link-weather.png);
}
a.packlink {
	background-image: url(/img/link-pack.png);
}
a.groupriding {
	background-image: url(/img/link-groupriding.png);
}
a.theft {
	background-image: url(/img/link-theft.png);
}
a.wave {
	background-image: url(/img/link-wave.png);
}
a.info {
	background-image: url(/img/link-info.png);
}
a.events {
	background-image: url(/img/link-events.png);
}
a.calendar {
	background-image: url(/img/link-calendar.png);
}
a.chapter {
	background-image: url(/img/link-chapter.png);
}
a.culture {
	background-image: url(/img/link-culture.png);
}
a.dictionary {
	background-image: url(/img/link-dictionary.png);
}
a.prayer {
	background-image: url(/img/link-prayer.png);
}
a.facebook {
	display: block;
	height: 52px;
	width: 52px;
	margin: 0px auto;
	background-image: url(/img/link-facebook.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.facebook:hover {
	background-position: 0px -52px;
}
.yellow {
	color: #ff5a00;
}
.darkgrey {
	color: #333333;
}
.mediumgrey {
	color: #666666;
}
.lightgrey {
	color: #999999;
}
.small {
	font-size: 10px;
}
.tiny {
	font-size: 1pt;
}
.red {
	color: #CC0000;
}
.blue {
	color: #039;
}
#frame {
	background-image: url(/img/gradient_bg.png);
	background-position: top center;
	background-repeat: repeat;
}
#banner {
	background-image: url(/img/top_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-size: auto 100%;
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
#banner .container {
	background-image: url(/img/header.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#innerContainer {
	padding-top: 15px;
}
#sideNav {
	background-color: #525252;
	padding: 8px;
	width: auto;
	border: solid 2px #8f8f8e;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 15px;
	-moz-box-shadow: inset 0 0 5px 3px rgba(0,0,0,0.3), 0 5px 10px rgba(0,0,0,0.9);
	-webkit-box-shadow: inset 0 0 5px 3px rgba(0,0,0,0.3), 0 5px 10px rgba(0,0,0,0.9);
	box-shadow: inset 0 0 5px 3px rgba(0,0,0,0.3), 0 5px 10px rgba(0,0,0,0.9);
}
@media (min-width: 768px) {
	#sideNav {
		position: fixed;
		width: 278px;
	}
}
@media (min-width: 990px) {
	#sideNav {
		width: 289px;
	}
}
@media (min-width: 1200px) {
	#sideNav {
		position: fixed;
		width: 258px;
	}
}
#sideNav .nav-pills {
	background-image: url("/img/nav_bg2.png");
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100% auto;
	border-left: solid 1px #8f8f8e;
	border-right: solid 1px #8f8f8e;
	background-color: #111111;
}
#sideNav .nav-pills > li {
	padding: 2px;
	border: solid 1px rgba(0,0,0,0.3);
	background-color: #FFFFFF;
	background-image: url("/img/nav_bg.png");
	background-repeat: repeat-x;
	background-position: bottom center;
	background-size: auto 100%;
}
#sideNav .nav-stacked > li + li {
  margin-top: 7px;
}
#sideNav .nav-pills > li:hover {
	background-size: 100% 102%;
	border: solid 1px rgba(0,0,0,0.4);
	background-image: none;
}
#sideNav .nav-pills > li a {
	/*font-family: "Open Sans", Arial, sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 800;
	letter-spacing: 1px;*/
	font-size: 30px;
	font-family: 'Old Town', 'Saloon', 'Mesquite', 'serif' !important;
	letter-spacing: 2px;
	line-height: 36px;
	height: 36px;
	color: #FFFFFF;
	background-color: transparent;
	text-transform: uppercase;
	background-image: url(/img/nav-button_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 200% 200%;
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 5px 3px 0px;
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.75);
	box-shadow: inset 0 0 2px rgba(0,0,0,0.75);
}
#sideNav .nav-pills > li a:hover {
	color: #f8b745;
	/*color: #ff6500;*/
	background-position: top right;
	-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.75);
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.75);
}
#sideNav .nav-pills > li.active {
}
#sideNav .nav-pills > li.active > a,
#sideNav .nav-pills > li.active > a:hover,
#sideNav .nav-pills > li.active > a:focus {
	padding: 3px 5px 1px 0px;
	/*border-bottom: solid 2px #ff6500;*/
	text-shadow: 0px 0px 3px rgba(0,0,0,0.8);
	color: #f8b745;
	/*color: #ff6500;*/
	background-color: transparent;
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
}
#sideNav .nav-pills > li.active a {
	background-position: bottom left;
}
#sideNav .nav-pills > li.active a:hover {
	background-position: bottom right;
	-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5);
}
#sideNav .nav-pills > li a .num {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	background-image: url("/img/nav-numbers.png");
	background-repeat: no-repeat;
	margin-right: 5px;
}
li#nav1 .num {
	background-position: 0px 0px;
}
li#nav1:hover .num {
	background-position: -30px 0px;
}
li#nav1.active .num {
	background-position: -60px 0px;
}
li#nav1.active:hover .num {
	background-position: -90px 0px;
}
li#nav2 .num {
	background-position: 0px -30px;
}
li#nav2:hover .num {
	background-position: -30px -30px;
}
li#nav2.active .num {
	background-position: -60px -30px;
}
li#nav2.active:hover .num {
	background-position: -90px -30px;
}
li#nav3 .num {
	background-position: 0px -60px;
}
li#nav3:hover .num {
	background-position: -30px -60px;
}
li#nav3.active .num {
	background-position: -60px -60px;
}
li#nav3.active:hover .num {
	background-position: -90px -60px;
}
li#nav4 .num {
	background-position: 0px -90px;
}
li#nav4:hover .num {
	background-position: -30px -90px;
}
li#nav4.active .num {
	background-position: -60px -90px;
}
li#nav4.active:hover .num {
	background-position: -90px -90px;
}
li#nav5 .num {
	background-position: 0px -120px;
}
li#nav5:hover .num {
	background-position: -30px -120px;
}
li#nav5.active .num {
	background-position: -60px -120px;
}
li#nav5.active:hover .num {
	background-position: -90px -120px;
}
li#nav6 .num {
	background-position: 0px -150px;
}
li#nav6:hover .num {
	background-position: -30px -150px;
}
li#nav6.active .num {
	background-position: -60px -150px;
}
li#nav6.active:hover .num {
	background-position: -90px -150px;
}
li#nav7 .num {
	background-position: 0px -180px;
}
li#nav7:hover .num {
	background-position: -30px -180px;
}
li#nav7.active .num {
	background-position: -60px -180px;
}
li#nav7.active:hover .num {
	background-position: -90px -180px;
}
li#nav8 .num {
	background-position: 0px -210px;
}
li#nav8:hover .num {
	background-position: -30px -210px;
}
li#nav8.active .num {
	background-position: -60px -210px;
}
li#nav8.active:hover .num {
	background-position: -90px -210px;
}
#content {
	background-image: url(/img/parchment.jpg);
	background-position: center;
	background-repeat: repeat-y;
	padding: 15px;
	-moz-box-shadow: inset 0 2px 10px 5px rgba(0,0,0,0.9), 0 0 5px 3px rgba(255,255,255,0.3);
	-webkit-box-shadow: inset 0 2px 10px 5px rgba(0,0,0,0.9), 0 0 5px 3px rgba(255,255,255,0.3);
	box-shadow: inset 0 2px 10px 5px rgba(0,0,0,0.9), 0 0 5px 3px rgba(255,255,255,0.3);
	margin-bottom: 15px;
}
#footer {
	background-image: url(/img/footer_bg.png);
	background-position: top center;
	background-repeat: repeat-x;
	background-size: auto 100%;
}
#footer .container {
	background-image: url(/img/footer.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#footernav {
	padding-top: 10px;
}
#footernav a {
	display: inline-block;
	width: 140px;
	height: 80px;
	margin: 0px auto;
	background-image: url(/img/footernav.png);
	background-repeat: no-repeat;
}
#footernav a.footerFB {
	background-position: 0px 0px;
}
#footernav a.footerFB:hover {
	background-position: 0px -80px;
}
#footernav a.footerBFCN {
	background-position: -150px 0px;
}
#footernav a.footerBFCN:hover {
	background-position: -150px -80px;
}
#footernav a.footerCalendar {
	background-position: -300px 0px;
	height: 40px;
	width: 60px;
	line-height: 30px;
	font-size: 20px;
	color: #373737;
	padding: 20px 80px 20px 0px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
#footernav a.footerCalendar .month {
	display: block;
	height: 10px;
	width: 60px;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
	letter-spacing: -0.5px;
	color: #222222;
}
#footernav a.footerCalendar.active, #footernav a.footerCalendar:hover {
	color: #000000;
	background-position: -300px -80px;
}
#footernav a.footerCalendar:hover .month {
	color: #ffffff;
}
/*#footernav a.footerChapter {
	background-position: -450px 0px;
}
#footernav a.footerChapter.active, #footernav a.footerIGM:hover{
	background-position: -450px -80px;
}*/
#footernav a.footerIGM {
	background-position: -450px 0px;
}
#footernav a.footerIGM.active, #footernav a.footerIGM:hover{
	background-position: -450px -80px;
}
#footernav a.footerPaypal {
	background-position: -600px 0px;
	margin-right: 0px;
}
#footernav a.footerPaypal:hover {
	background-position: -600px -80px;
}
#footernav a.footerB4B {
	background-position: -750px 0px;
	margin-right: 0px;
}
#footernav a.footerB4B:hover {
	background-position: -750px -80px;
}
#footernav a.footerBBS {
	background-position: -900px 0px;
	margin-right: 0px;
}
#footernav a.footerBBS:hover {
	background-position: -900px -80px;
}
#copyright {
	padding-top: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #999999;
}
#content p {
	text-indent: 20px;
	text-align: justify;
}
#content p > .btn {
	text-indent: auto;
	text-align: center;
}
#content p.text-center {
	text-align: center;
}
#content div {
}
#content .indent {
	text-indent: 20px;
}
#content p.noindent {
	text-indent: 0px;
}
#content p:first-letter {
	color: #000000;
	font-weight: bold;
	font-size: 22px;
	text-shadow: #dddddd 1px 1px 2px;
	line-height: 20px;
}
.btn {
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 3px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 3px 5px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 3px 5px rgba(0,0,0,0.3);
}
.red {
	color: #CC0000 !important;
}
.black {
	color: #000000 !important;
}
.orange {
	color: #ff6500 !important;
}
.blue {
	color: #039 !important;
}
.green {
	color: #090 !important;
}
.brown {
	color: #4C2B17 !important;
}
.chaindivider {
	height: 50px;
	background-image: url(/img/chain.png);
	background-position: top;
	background-repeat: repeat-x;
}
#content .poem {
	color: #4C2B17 !important;
}
#content .poem p:first-letter {
	color: #630 !important;
}
#content ol li, #content ul li {
	font-size: 22px;
	color: #222222;
	line-height: 20px;
}
#content ol li {
	font-family: 'Old Town', 'Playbill', 'Saloon', 'Mesquite', 'serif';
	font-size: 30px;
	line-height: 20px;
}
#content ol li p, #content ul li p, #content ol li div, #content ul li div {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-indent: 0px;
	color: #222222;
}
.displace {
	position: absolute;
	left: -5000px;
}
.pageNav {
	display: block;
	height: 40px;
}
.pageNav a {
	display: block;
	width: 150px;
	height: 40px;
	background-image: url(/img/pagenav.png);
	background-repeat: no-repeat;
}
@media (max-width: 767px) {
	.pageNav {
		margin: 0px -15px -15px;
	}
	.pageNav a {
		max-width: 50%;
		background-size: 500% 200%;
	}
}
.pageNav a.prevNav {
	float: left;
	background-position: 0px 0px;
}
.pageNav a.prevNav:hover {
	background-position: 0px -40px;
}
.pageNav a.nextNav {
	float: right;
	background-position: -150px 0px;
}
.pageNav a.nextNav:hover {
	background-position: -150px -40px;
}
.pageNav a.homeNav {
	float: right;
	background-position: -300px 0px;
}
.pageNav a.homeNav:hover {
	background-position: -300px -40px;
}
.pageNav a.enterNav {
	float: right;
	background-position: -450px 0px;
}
.pageNav a.enterNav:hover {
	background-position: -450px -40px;
}
.pageNav a.roadprevNav {
	float: left;
	background-position: -600px 0px;
}
blockquote {
	border: none;
}
.pageNav a.roadprevNav:hover {
	background-position: -600px -40px;
}
@media (max-width: 990px) {
	#banner .container {
		background-image: none;
		background-size: 100% auto;
	}
}
a.hiddenLink, a.hiddenLink:hover, a.hiddenLink:focus, a.hiddenLink:active {
	background-color: transparent;
	text-decoration: none;
	display: block;
	height: 10px;
	clear: both;
}
.modal-backdrop.in {
    opacity: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,0.2);
}
.pdfIcon {
	display: inline-block;
	vertical-align: middle;
	width: 55px;
	height: 55px;
	background-image: url("/img/pdfico.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-right: 5px;
}
.fccIcon {
	display: inline-block;
	vertical-align: middle;
	width: 55px;
	height: 55px;
	background-image: url("/img/fccico.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-right: 5px;
}
@media (max-width: 767px) {
	.pdfIcon, .fccIcon {
		width: 30px;
		height: 30px;
	}
}
.block {
	display: block;
}
.left {
	float: left;
	margin-right: 10px;
}
.right {
	float: right;
	margin-left: 10px;
}
.nomargin {
	margin: 0px;
}
.nomargin-t {
	margin-top: 0px;
}
.nomargin-b {
	margin-bottom: 0px;
}
.font10 {
	font-size: 10px;
}
.font12 {
	font-size: 12px;
}
.font14 {
	font-size: 14px;
}
.font16 {
	font-size: 16px;
}
.font18 {
	font-size: 18px;
}
.font20 {
	font-size: 20px;
}
.font22 {
	font-size: 22px;
}
.font24 {
	font-size: 24px;
}
.font26 {
	font-size: 26px;
}
.font28 {
	font-size: 28px;
}
.font30 {
	font-size: 30px;
}
.font32 {
	font-size: 32px;
}
.font34 {
	font-size: 34px;
}
.font36 {
	font-size: 36px;
}
.line10 {
	line-height: 10px;
}
.line12 {
	line-height: 12px;
}
.line14 {
	line-height: 14px;
}
.line16 {
	line-height: 16px;
}
.line18 {
	line-height: 18px;
}
.line20 {
	line-height: 20px;
}
.line22 {
	line-height: 22px;
}
.line24 {
	line-height: 24px;
}
.line26 {
	line-height: 26px;
}
.line28 {
	line-height: 28px;
}
.line30 {
	line-height: 30px;
}
.line32 {
	line-height: 32px;
}
.line34 {
	line-height: 34px;
}
.line36 {
	line-height: 36px;
}
.line55 {
	line-height: 55px;
}
@media (max-width: 767px) {
	.mobileline10 {
		line-height: 10px;
	}
	.mobileline12 {
		line-height: 12px;
	}
	.mobileline14 {
		line-height: 14px;
	}
	.mobileline16 {
		line-height: 16px;
	}
	.mobileline18 {
		line-height: 18px;
	}
	.mobileline20 {
		line-height: 20px;
	}
	.mobileline22 {
		line-height: 22px;
	}
	.mobileline24 {
		line-height: 24px;
	}
	.mobileline26 {
		line-height: 26px;
	}
	.mobileline28 {
		line-height: 28px;
	}
	.mobileline30 {
		line-height: 30px;
	}
	.mobileline32 {
		line-height: 32px;
	}
	.mobileline34 {
		line-height: 34px;
	}
	.mobileline36 {
		line-height: 36px;
	}
}
.weight100 {
	font-weight: 100;
}
.weight200 {
	font-weight: 200;
}
.weight300 {
	font-weight: 300;
}
.weight400 {
	font-weight: 400;
}
.weight500 {
	font-weight: 500;
}
.weight600 {
	font-weight: 600;
}
.weight700 {
	font-weight: 700;
}
.weight800 {
	font-weight: 800;
}
.weight900 {
	font-weight: 900;
}