﻿/******************************************************************************************************************************************

	Company 		:  Fred J Bishop Enterprises
	File name 		:  GreekCard.css
	Developed on	:  08-30-2023
	Owner			:  Fred J Bishop Enterprises
	Contact no		:  bishop.fredj@gmail.com

	Copyright (c) 2010 - 2023, Fred J Bishop Enterprises.
        
	All rights reserved.  This software is protected by the national and international copyright laws that pertain to computer software.
	You may not loan, sell, rent, lease, give, sub license, or otherwise transfer the software (or any copy).

	Disclaimer

	By using the script(s), you are agree and understand that the writers are not responsible for any damages caused under any conditions
	due to the malfunction or bugs from the script. Please use at your own risk.

*******************************************************************************************************************************************/


body {
	background: #FFFFFF;
	color: #444;
	font-family: "Open Sans", sans-serif;
}

a {
	color: #007bff;
	text-decoration: none;
	transition: 0.5s;
}

a:hover,
a:active,
a:focus {
	color: #0b6bd3;
	outline: none;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}

body,
wrapper {
	min-height: 100vh;
}

.flex-fill {
	flex: 1 1 auto;
}

/* Temporary until Bootstrap 5 brings these rules back... */

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px none;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive::before {
	display: block;
	content: ""
}

/* inter-300 - latin */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local(''),
		url('fonts/inter-v12-latin-300.woff2') format('woff2'),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
		url('fonts/inter-v12-latin-300.woff') format('woff');
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* inter-400 - latin */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local(''),
		url('fonts/inter-v12-latin-regular.woff2') format('woff2'),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
		url('fonts/inter-v12-latin-regular.woff') format('woff');
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local(''),
		url('fonts/inter-v12-latin-500.woff2') format('woff2'),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
		url('fonts/inter-v12-latin-500.woff') format('woff');
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local(''),
		url('fonts/inter-v12-latin-700.woff2') format('woff2'),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
		url('fonts/inter-v12-latin-700.woff') format('woff');
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* HeaderZ ******************************************************************************************************************************* */


#headerZ {
	padding: 06px 0;
	z-index: 997;
	transition: all 0.5s;
	background: #002366;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0058FF), color-stop(1, #002366));
	background: -moz-linear-gradient(center top, #0058FF 5%, #002366 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#0058FF\', endColorstr=\'#002366\');
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#headerZ .HeaderLeft {
	font: italic 18px "Century Gothic", Arial, Helvetica, sans-serif;
	color: white;
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(221, 221, 221, 0.4);
	padding: 0 0 0 20px;
}

#headerZ .UserName {
	color: #99FFFF;
	font-weight: 600;
}

.ProfileImg {
	width: 100%;
	max-width: 75px;
	border: 3px #e5e5e5 solid;
	border-radius: 75px;
	overflow: hidden;
}
.ReturnBtn {
	font-size: 14px;
	font-weight: 700;
	border-radius: 12px;
	padding: 4px 20px;
	color: white;
	background: -webkit-gradient(linear, left top, left bottom, from(#0058FF), to(#002366));
}
.ReturnBtn:hover {
	color: white;
	background: -webkit-gradient(linear, left top, left bottom, from(#0c1f42), to(#135ff0));
}

@media (min-width: 100px) AND (max-width: 767px) {

	#headerZ {
		box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
	}

	#headerZ .HeaderLeft {
		text-align: center;
	}

	.ReturnBtn {
		font-size: 10px;
		font-weight: 600;
		padding: 4px 10px;
		}

}


/* Navigation2 Menu ********************************************************************************************************************** */


#NavButton2 {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	display: inline-block;
	padding: 5px 20px;
	margin: 0 5px 0 5px;
	border-radius: 50px;
	/* border:2px solid #CECECE; */
	transition: 0.5s;
	color: #FFFFFF;
	background: #1E90FF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0058FF), color-stop(1, #002366));
	background: -moz-linear-gradient(center top, #0058FF 5%, #002366 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#0058FF\', endColorstr=\'#002366\');
	text-shadow: 1px 1px 1px rgba(204, 204, 204, 0.66);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
	cursor: pointer;
}

#NavButton2:hover {
	transition: 0.5s;
	color: #FFFF00;
	border: 2px solid #CECECE;
	background: #00BFFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #002366), color-stop(1, #0058FF));
	background: -moz-linear-gradient(center top, #002366 5%, #0058FF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#002366\', endColorstr=\'#0058FF\');
	text-shadow: 1px 1px 1px rgba(204, 204, 204, 0.66);
}

@media (max-width: 991px) {
	#NavButton2 {
		margin: 0 0 5px 5px;
	}
}


/* End Navigation2 Menu ********************************************************************************************************************** */


/* Navigation Menu ********************************************************************************************************************** */

.navbar {
	padding: 0;
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}

.navbar li {
	position: relative;
}

.navbar a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 30px;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	color: #004289;
	font-weight: 500;
	white-space: nowrap;
	transition: 0.3s;
}

.navbar a i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar li:hover>a {
	color: #007bff;
}

.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
}

.navbar .dropdown ul li {
	min-width: 200px;
}

.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 14px;
	text-transform: none;
}

.navbar .dropdown ul a i {
	font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
	color: #007bff;
}

.navbar .dropdown:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}

@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}

	.navbar .dropdown .dropdown:hover>ul {
		left: -100%;
	}
}


/* Mobile Navigation ******************************************************************************************************************** */


.mobile-nav-toggle {
	color: #000000;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
	color: #000000;
}

@media (max-width: 991px) {
	.mobile-nav-toggle {
		display: block;
	}

	.navbar ul {
		display: none;
	}
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(23, 35, 46, 0.9);
	transition: 0.3s;
	z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}

.navbar-mobile a {
	padding: 10px 20px;
	font-size: 15px;
	color: #004289;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
	color: #007bff;
}

.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
	min-width: 200px;
}

.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
	color: #007bff;
}

.navbar-mobile .dropdown>.dropdown-active {
	display: block;
}


/* Back To Top Button ******************************************************************************************************************* */

.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	-moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
	box-shadow: inset 0px 1px 0px 0px #f29c93;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #C00020), color-stop(1, #802000));
	background: -moz-linear-gradient(center top, #C00020 5%, #802000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C00020', endColorstr='#802000');
	background-color: #802000;
	-webkit-border-top-left-radius: 50%;
	-moz-border-radius-topleft: 50%;
	border-top-left-radius: 50%;
	-webkit-border-top-right-radius: 50%;
	-moz-border-radius-topright: 50%;
	border-top-right-radius: 50%;
	-webkit-border-bottom-right-radius: 50%;
	-moz-border-radius-bottomright: 50%;
	border-bottom-right-radius: 50%;
	-webkit-border-bottom-left-radius: 50%;
	-moz-border-radius-bottomleft: 50%;
	border-bottom-left-radius: 50%;
	text-indent: 0;
	border: 1px solid #FFFFFF;
	display: inline-block;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	;
	font-size: 28px;
	font-weight: 900;
	font-style: normal;
	font-variant: small-caps;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 70px;
	color: #FFF;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 28px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	-moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
	box-shadow: inset 0px 1px 0px 0px #f29c93;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #802000), color-stop(1, #C00020));
	background: -moz-linear-gradient(center top, #802000 5%, #C00020 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#802000', endColorstr='#C00020');
	background-color: #C00020;
	-webkit-border-top-left-radius: 50%;
	-moz-border-radius-topleft: 50%;
	border-top-left-radius: 50%;
	-webkit-border-top-right-radius: 50%;
	-moz-border-radius-topright: 50%;
	border-top-right-radius: 50%;
	-webkit-border-bottom-right-radius: 50%;
	-moz-border-radius-bottomright: 50%;
	border-bottom-right-radius: 50%;
	-webkit-border-bottom-left-radius: 50%;
	-moz-border-radius-bottomleft: 50%;
	border-bottom-left-radius: 50%;
	text-indent: 0;
	border: 1px solid #FFFFFF;
	display: inline-block;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	;
	font-size: 28px;
	font-weight: 900;
	font-style: normal;
	font-variant: small-caps;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 70px;
	color: #FFF;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}


/* Footer ******************************************************************************************************************************* */


#footer {
	color: #FFFFFF;

	box-shadow:
		2px 2px 0.5em rgba(122, 98, 0, 0.55),
		inset 1px 1px 0 rgba(255, 255, 255, 0.9),
		inset -1px -1px 0 rgba(0, 0, 0, 0.34);

	border: 1px solid #deca73;

	background: #000000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #555555), color-stop(1, #000000));
	background: -moz-linear-gradient(center top, #555555 5%, #000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#000000');
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;

}

#footer2 {
	color: #FFFFFF;

	box-shadow:
		2px 2px 0.5em rgba(122, 98, 0, 0.55),
		inset 1px 1px 0 rgba(255, 255, 255, 0.9),
		inset -1px -1px 0 rgba(0, 0, 0, 0.34);

	border: 1px solid #deca73;

	background: #000000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #666666));
	background: -moz-linear-gradient(center top, #000000 5%, #666666 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#000000\', endColorstr=\'#666666\');
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;

}

#footer0 {
	color: #FFFFFF;
	background: #002366;
	padding-top: 10px;
	text-align: center;

}

#footer1 {
	color: #FFFFFF;

	box-shadow:
		2px 2px 0.5em rgba(122, 98, 0, 0.55),
		inset 1px 1px 0 rgba(255, 255, 255, 0.9),
		inset -1px -1px 0 rgba(0, 0, 0, 0.34);

	border: 1px solid #deca73;

	background: #002366;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0058FF), color-stop(1, #002366));
	background: -moz-linear-gradient(center top, #0058FF 5%, #002366 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#0058FF\', endColorstr=\'#002366\');
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;

}

.footer-links2 {
	font: normal 20px/3.0em "Century Gothic", Arial, Helvetica, sans-serif;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	list-style: none;
	border: 1px solid #dedede;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}

.footer-linksA a {
	list-style: none;
	font: normal 20px/3.0em "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.footer-linksA a:hover {
	list-style: none;
	font: normal 20px/3.0em "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FFFF00;
}


/* End Footer *************************************************************************************************************************** */


/* Background *************************************************************************************************************************** */



.BackgroundBox-OutlineGold {
	color: rgba(0, 0, 0, 0.72);
	text-decoration: none;
	width: 280px;

	box-shadow:
		2px 2px 0.5em rgba(122, 98, 0, 0.55),
		inset 1px 1px 0 rgba(255, 255, 255, 0.9),
		inset -1px -1px 0 rgba(0, 0, 0, 0.34);

	border: 1px solid #deca73;

	background:
		-moz-linear-gradient(-72deg,
			#ffde45,
			#ffffff 16%,
			#ffde45 21%,
			#ffffff 24%,
			#452100 27%,
			#ffde45 36%,
			#ffffff 45%,
			#ffffff 60%,
			#ffde45 72%,
			#ffffff 80%,
			#ffde45 84%,
			#452100);

	background:
		-webkit-linear-gradient(-72deg,
			#ffde45,
			#ffffff 16%,
			#ffde45 21%,
			#ffffff 24%,
			#452100 27%,
			#ffde45 36%,
			#ffffff 45%,
			#ffffff 60%,
			#ffde45 72%,
			#ffffff 80%,
			#ffde45 84%,
			#452100);

	background:
		-o-linear-gradient(-72deg,
			#ffde45,
			#ffffff 16%,
			#ffde45 21%,
			#ffffff 24%,
			#452100 27%,
			#ffde45 36%,
			#ffffff 45%,
			#ffffff 60%,
			#ffde45 72%,
			#ffffff 80%,
			#ffde45 84%,
			#452100);

	background:
		linear-gradient(-72deg,
			#ffde45,
			#ffffff 16%,
			#ffde45 21%,
			#ffffff 24%,
			#452100 27%,
			#ffde45 36%,
			#ffffff 45%,
			#ffffff 60%,
			#ffde45 72%,
			#ffffff 80%,
			#ffde45 84%,
			#452100);
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	padding: 2px 2px 2px 2px;
	margin: 0 0 0 0;
}

.BackgroundBox-OutlineGold2 {
	color: rgba(0, 0, 0, 0.72);
	text-decoration: none;
	width: 150px;

	box-shadow:
		2px 2px 0.5em rgba(122, 98, 0, 0.55),
		inset 1px 1px 0 rgba(255, 255, 255, 0.9),
		inset -1px -1px 0 rgba(0, 0, 0, 0.34);

	border: 1px solid #deca73;

	background:
		-moz-linear-gradient(-72deg,
			#ffde45,
			#ffffff 16%,
			#ffde45 21%,
			#ffffff 24%,
			#452100 27%,
			#ffde45 36%,
			#ffffff 45%,
			#ffffff 60%,
			#ffde45 72%,
			#ffffff 80%,
			#ffde45 84%,
			#452100);

	background:
		-webkit-linear-gradient(-72deg,
			#ffde45,
			#ffffff 16%,
			#ffde45 21%,
			#ffffff 24%,
			#452100 27%,
			#ffde45 36%,
			#ffffff 45%,
			#ffffff 60%,
			#ffde45 72%,
			#ffffff 80%,
			#ffde45 84%,
			#452100);

	background:
		-o-linear-gradient(-72deg,
			#ffde45,
			#ffffff 16%,
			#ffde45 21%,
			#ffffff 24%,
			#452100 27%,
			#ffde45 36%,
			#ffffff 45%,
			#ffffff 60%,
			#ffde45 72%,
			#ffffff 80%,
			#ffde45 84%,
			#452100);

	background:
		linear-gradient(-72deg,
			#ffde45,
			#ffffff 16%,
			#ffde45 21%,
			#ffffff 24%,
			#452100 27%,
			#ffde45 36%,
			#ffffff 45%,
			#ffffff 60%,
			#ffde45 72%,
			#ffffff 80%,
			#ffde45 84%,
			#452100);
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	padding: 2px 2px 2px 2px;
	margin: 0 0 0 0;
}

.BackgroundBox-OutlineSilver {
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
	width: 280px;

	box-shadow:
		2px 2px 0.5em rgba(122, 122, 122, 0.55),
		inset 1px 1px 0 rgba(255, 255, 255, 0.9),
		inset -1px -1px 0 rgba(0, 0, 0, 0.34);

	border: 1px solid #dedede;

	background:
		-moz-linear-gradient(-72deg,
			#dedede,
			#ffffff 16%,
			#dedede 21%,
			#ffffff 24%,
			#454545 27%,
			#dedede 36%,
			#ffffff 45%,
			#ffffff 60%,
			#dedede 72%,
			#ffffff 80%,
			#dedede 84%,
			#a1a1a1);

	background:
		-webkit-linear-gradient(-72deg,
			#dedede,
			#ffffff 16%,
			#dedede 21%,
			#ffffff 24%,
			#454545 27%,
			#dedede 36%,
			#ffffff 45%,
			#ffffff 60%,
			#dedede 72%,
			#ffffff 80%,
			#dedede 84%,
			#a1a1a1);

	background:
		-o-linear-gradient(-72deg,
			#dedede,
			#ffffff 16%,
			#dedede 21%,
			#ffffff 24%,
			#454545 27%,
			#dedede 36%,
			#ffffff 45%,
			#ffffff 60%,
			#dedede 72%,
			#ffffff 80%,
			#dedede 84%,
			#a1a1a1);

	background:
		linear-gradient(-72deg,
			#dedede,
			#ffffff 16%,
			#dedede 21%,
			#ffffff 24%,
			#454545 27%,
			#dedede 36%,
			#ffffff 45%,
			#ffffff 60%,
			#dedede 72%,
			#ffffff 80%,
			#dedede 84%,
			#a1a1a1);

	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	padding: 2px 2px 2px 2px;
	margin: 0 0 0 0;
}

.TGC-OuterBox {
	color: rgba(0, 0, 0, 0.72);
	text-decoration: none;

	box-shadow:
		2px 2px 0.5em rgba(122, 98, 0, 0.55),
		inset 1px 1px 0 rgba(255, 255, 255, 0.9),
		inset -1px -1px 0 rgba(0, 0, 0, 0.34);

	border: 1px solid #deca73;

	background:
		-moz-linear-gradient(-72deg,
			#ffde45,
			#ffffff 16%,
			#ffde45 21%,
			#ffffff 24%,
			#452100 27%,
			#ffde45 36%,
			#ffffff 45%,
			#ffffff 60%,
			#ffde45 72%,
			#ffffff 80%,
			#ffde45 84%,
			#452100);

	background:
		-webkit-linear-gradient(-72deg,
			#ffde45,
			#ffffff 16%,
			#ffde45 21%,
			#ffffff 24%,
			#452100 27%,
			#ffde45 36%,
			#ffffff 45%,
			#ffffff 60%,
			#ffde45 72%,
			#ffffff 80%,
			#ffde45 84%,
			#452100);

	background:
		-o-linear-gradient(-72deg,
			#ffde45,
			#ffffff 16%,
			#ffde45 21%,
			#ffffff 24%,
			#452100 27%,
			#ffde45 36%,
			#ffffff 45%,
			#ffffff 60%,
			#ffde45 72%,
			#ffffff 80%,
			#ffde45 84%,
			#452100);

	background:
		linear-gradient(-72deg,
			#ffde45,
			#ffffff 16%,
			#ffde45 21%,
			#ffffff 24%,
			#452100 27%,
			#ffde45 36%,
			#ffffff 45%,
			#ffffff 60%,
			#ffde45 72%,
			#ffffff 80%,
			#ffde45 84%,
			#452100);
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	padding: 2px 2px 2px 2px;
	margin: 0 0 0 0;
}

.TGC-InnerBox {
	display: inline-block;
	box-shadow: 0px 0px 10px #ccc;
	-moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
	box-shadow: inset 0px 1px 0px 0px #f29c93;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #e3e3e3));
	background: -moz-linear-gradient(center top, #ffffff 5%, #e3e3e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e3e3e3');
	min-height: 300px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.ChoiceBox {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin: 10px 10px 0 10px;
	border: 2px solid #000000;
	background: #FFFAFA;
	box-shadow: 2px 2px 2px #888888;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.BlackBar {
	-moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
	box-shadow: inset 0px 1px 0px 0px #f29c93;
	background: #1E90FF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #999999), color-stop(1, #000000));
	background: -moz-linear-gradient(center top, #999999 5%, #000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#999999');
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.BlackBar1a {
	font: bold 1.6em/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
	padding: 0 10px 0 10px;
	width: 100%;
}

.RedBar {
	-moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
	box-shadow: inset 0px 1px 0px 0px #f29c93;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FF0000), color-stop(1, #CC0000));
	background: -moz-linear-gradient(center top, #FF0000 5%, #CC0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0000', endColorstr='#CC0000');
	background-color: #FF0000;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.Yellowbar {
	-moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
	box-shadow: inset 0px 1px 0px 0px #f29c93;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #DDDD00), color-stop(1, #d4af37));
	background: -moz-linear-gradient(center top, #DDDD00 5%, #d4af37 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDD00', endColorstr='#d4af37');
	background-color: #FFFF00;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.WhiteBar {
	-moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
	box-shadow: inset 0px 1px 0px 0px #f29c93;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #EEEEEE));
	background: -moz-linear-gradient(center top, #FFFFFF 5%, #EEEEEE 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE');
	background-color: #FFFFFF;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.imgGradient3 {
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
	padding-top: 20px;
	border: 1px solid #dedede;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 19px 38px, rgba(0, 0, 0, 0.5) 0px 19px 38px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	padding: 2px 2px 2px 2px;
	margin: 0 0 0 0;
}

.imgGradient4 {
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
	padding-top: 20px;
	border: 1px solid #dedede;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 19px, rgba(0, 0, 0, 0.3) 0px 8px 19px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	padding: 2px 2px 2px 2px;
	margin: 0 0 0 0;
}


/* Buttons ****************************************************************************************************************************** */


#MaroonButton {
	font: normal 24px/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: 900;
	color: #EBCE53;
	text-align: center;
	padding: 10px 0 10px 0;
	width: 100%;
	-moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
	box-shadow: inset 0px 1px 0px 0px #f29c93;
	background-color: #802000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #C00020), color-stop(1, #802000));
	background: -moz-linear-gradient(center top, #C00020 5%, #802000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C00020', endColorstr='#802000');
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	cursor: pointer;
	width: 275px;
}

#MaroonButton:hover {
	background-color: #C00020;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #802000), color-stop(1, #C00020));
	background: -moz-linear-gradient(center top, #802000 5%, #C00020 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#802000', endColorstr='#C00020');
}

.FormButton1 {
	font: bold 12px Arial Black, Helvetica, sans-serif;
	color: #FFFFFF;
	text-shadow: 2px 1px 2px #333333;
	text-align: center;
	margin: 10px 4px 10px 4px;
	padding: 3px 20px 5px 20px;
	border: 2px #999999 solid;
	width: 30px -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #AAAAAA), color-stop(1, #000000));
	background: -moz-linear-gradient(center top, #AAAAAA 5%, #000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AAAAAA', endColorstr='#000000');
	background-color: #EBCE53;
}

.FormButton1:hover {
	color: #FFFFFF;
	text-shadow: 2px 1px 2px #333333;
	border: 2px #FF0000 solid;
	cursor: pointer;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #AAAAAA));
	background: -moz-linear-gradient(center top, #000000 5%, #AAAAAA 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#AAAAAA');
	background-color: #E5E5E5;
}

#Button1 {
	font: normal 24px/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: 900;
	text-decoration: none;
	text-align: center;
	padding: 7px 30px 10px 30px;
	width: 100%;
	color: #FFFFFF;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
	box-shadow:
		2px 2px 0.5em rgba(122, 98, 0, 0.55),
		inset 1px 1px 0 rgba(255, 255, 255, 0.9),
		inset -1px -1px 0 rgba(0, 0, 0, 0.34);
	border: 1px solid #deca73;
	background: -webkit-gradient(linear, left top, left bottom, from(#0058FF), to(#002366));
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	cursor: pointer;
	width: 350px;
}

#Button1:hover {
	background: #009900;
	background: -webkit-gradient(linear, left top, left bottom, from(#002366), to(#0058FF));
}

#Button2 {
	font: normal 18px/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: 900;
	text-decoration: none;
	text-align: center;
	padding: 7px 30px 10px 30px;
	width: 100%;
	color: #FFFFFF;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
	box-shadow:
		2px 2px 0.5em rgba(122, 98, 0, 0.55),
		inset 1px 1px 0 rgba(255, 255, 255, 0.9),
		inset -1px -1px 0 rgba(0, 0, 0, 0.34);
	border: 1px solid #deca73;
	background: -webkit-gradient(linear, left top, left bottom, from(#0058FF), to(#002366));
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	cursor: pointer;
	width: 300px;
}

#Button2:hover {
	background: #009900;
	background: -webkit-gradient(linear, left top, left bottom, from(#002366), to(#0058FF));
}


/* End Buttons ************************************************************************************************************************** */


#TopBar {
	padding-top: 150px;
}

#TopBar3 {
	padding-top: 100px;
}

#TopBar4 {
	padding-top: 0px;
}

#MyLogo {
	text-align: center;
}

.MyLogo {
	text-align: center;
	max-width: 175px;
	width: 100%;
}

.shadow {
	box-shadow: 0 1rem 3rem rgba(17, 17, 17, 0.5) !important;
}

.CardImg1 {
	max-width: 583px;
}

.CardImg2 {
	max-width: 100px;
}

@media (min-width: 100px) AND (max-width: 768px) {
	.CardImg2 {
		max-width: 300px;
	}
}

.CardImg3 {
	max-width: 1200px;
}

.DSTCardImg2 {
	max-width: 800px;
}

.DiscountImg1 {
	max-width: 270px;
}

.DiscountImg2 {
	max-width: 675px;
}

.BenefitsImg1 {
	max-width: 150px;
}

.FundraisingImg1 {
	max-width: 395px;
}

.Line1 {
	font: normal 24px/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0 0 15px 0;
}

.resetpassword_page1 {
	font: normal 24px/1.3em Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	padding: 10px 10px 10px 10px;
}

.FormF3 {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	padding: 10px 0px 5px 0;
}

.FormF4 {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	padding: 10px 0px 5px 0;
}

.FormF5 {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	padding: 10px 0px 5px 0px;
}

.BoardMemberImg1 {
	max-width: 250px;
}

.BoardMember_page1 {
	font: normal 18px/1.4em Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: lest;
	padding: 20px 20px 20px 0;
}

.BoardMember_page2 {
	font: normal 18px/1.4em Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	padding: 0 20px 20px 0;
}


/* Smaller than mobile ****************************************************************** */

@media (min-width: 100px) AND (max-width: 576px) {

	#TopBar {
		padding-top: 185px;
	}

	#TopBar3 {
		padding-top: 180px;
	}

	#TopBar4 {
		padding-top: 75px;
	}

	.MyLogo {
		max-width: 100px;
		padding: 0 0 10px 0;
	}

	.hideMe {
		display: none;
	}

	.showMe {}

	.showMe2 {}

	.resetpassword_page1 {
		font: normal 18px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
		padding: 10px 10px 10px 10px;
	}

	.NM_page6 {
		font: normal 18px/1.3em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
		width: 100%;
		padding: 20px 0 20px 0;
	}

	.NM_page7 {
		font: normal 18px/1.3em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
		width: 100%;
		padding: 20px 0 20px 0;
	}

	.BlackBar {
		height: 50px;
		border-radius: 0 0 0 0;
	}

	.BlackBar1a {
		font: bold 1.3em/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-align: center;
		line-height: 45px;
		padding: 0 10px 0 10px;
		width: 100%;
	}

	.BlackBar1b {
		font: bold 1.0em/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
		text-shadow: 1px 1px 1px #000;
		color: #FFFFFF;
		text-align: center;
		width: 100%;
		padding-top: 7px;
	}

	.BlackBar1c {
		font: bold 0.8em/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
		text-shadow: 1px 1px 1px #000;
		color: #EEEE00;
		text-align: center;
		width: 100%;
		padding-bottom: 7px;
	}

	.RedBar1a {
		font: bold 1.1em/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-align: center;
		line-height: 23px;
		padding: 5px 10px 0 10px;
		width: 100%;
	}

	.YellowBar1a {
		font: bold 1.0em/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
		text-align: center;
		width: 100%;
		margin: 0 0 0 0;
		padding: 20px 20px 20px 20px;
		color: #222222;
		text-shadow: 0px 4px 3px rgba(255, 255, 255, 0.4),
			0px 8px 13px rgba(255, 222, 69, 0.1),
			0px 18px 23px rgba(255, 222, 69, 0.1);
	}

	#DSTButton1 {
		padding: 7px 20px 10px 20px;
	}

	.DSTtext2 {
		font: normal 20px Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
	}

	.DSTtext3 {
		font: normal 20px Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
	}

	.DSTtext3a {
		font: normal 20px Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: left;
		padding: 0 0 10px 0;
	}

	.DSTtext4 {
		font: normal 18px Arial, Helvetica, sans-serif;
		color: #000000;
		font-weight: 800;
		text-align: center;
		padding-top: 20px;
	}

	.DSTtext4a {
		font: normal 18px Arial, Helvetica, sans-serif;
		color: #000000;
		font-weight: 800;
		text-align: center;
		padding: 20px 0 20px 0;
	}

	.DSTtext5 {
		font: normal 20px/1.5em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 20px;
	}

	.DSTtext6 {
		font: normal 24px Arial, Helvetica, sans-serif;
		color: #000000;
		font-weight: 800;
		text-align: center;
	}

	.DSTtext7 {
		font: normal 16px/1.5em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
	}

	.DSTtext8 {
		font: normal 20px/1.5em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
		padding: 0 0 10px 0;
	}

	.privacypolicy_page2 {
		font: bold 14px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 20px 20px 0;
	}

	.privacypolicy_page3 {
		font: normal 14px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: justify;
		padding: 0 0 0 0;
		margin: 0 20px 30px 0;
	}

	.termsandconditions_page2 {
		font: bold 16px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 20px 20px 0;
	}

	.termsandconditions_page3 {
		font: normal 14px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: justify;
		padding: 0 0 0 0;
		margin: 0 20px 30px 0;
	}

	.termsandconditions_page4 {
		font: bold 17px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 15px 20px 15px;
	}

	.termsandconditions_page5 {
		font: bold 17px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 0 20px 0;
	}

	.termsandconditions_page6 {
		font: normal 14px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 26px 30px 6px;
	}

	.termsandconditions_page7 {
		font: normal 14px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 26px 10px 26px;
	}

	.termsandconditions_page8 {
		font: normal 14px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: justify;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

}

/* Larger than mobile ******************************************************************* */

@media (min-width: 576px) AND (max-width: 768px) {

	#TopBar {
		padding-top: 185px;
	}

	#TopBar4 {
		padding-top: 75px;
	}

	.MyLogo {
		max-width: 100px;
		padding: 0 0 10px 0;
	}

	.hideMe {
		display: none;
	}

	.showMe {}

	.showMe2 {}

	.NM_page6 {
		font: normal 18px/1.3em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
		width: 100%;
		padding: 20px 0 20px 0;
	}

	.NM_page7 {
		font: normal 18px/1.3em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
		width: 100%;
		padding: 20px 0 20px 0;
	}

	.BlackBar {
		border-radius: 0 0 0 0;
	}

	.BlackBar1a {
		font: bold 1.5em/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-align: center;
		line-height: 50px;
		padding: 0 10px 0 10px;
		width: 100%;
	}

	.BlackBar1b {
		font: bold 1.0em/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
		text-shadow: 1px 1px 1px #000;
		color: #FFFFFF;
		text-align: center;
		width: 100%;
		padding-top: 6px;
	}

	.BlackBar1c {
		font: bold 1.0em/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
		text-shadow: 1px 1px 1px #000;
		color: #EEEE00;
		text-align: center;
		width: 100%;
		padding-bottom: 6px;
	}

	.RedBar1a {
		font: bold 1.3em/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-align: center;
		line-height: 23px;
		padding: 3px 10px 0 10px;
		width: 100%;
	}

	.YellowBar1a {
		font: bold 1.0em/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
		text-align: center;
		width: 100%;
		margin: 0 0 0 0;
		padding: 10px 20px 20px 20px;
		color: #222222;
		text-shadow: 0px 4px 3px rgba(255, 255, 255, 0.4),
			0px 8px 13px rgba(255, 222, 69, 0.1),
			0px 18px 23px rgba(255, 222, 69, 0.1);
	}

	#DSTButton1 {
		padding: 7px 20px 10px 20px;
	}

	.DSTtext2 {
		font: normal 28px Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
	}

	.DSTtext3 {
		font: normal 24px Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
	}

	.DSTtext3a {
		font: normal 16px Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: left;
		padding: 0 0 10px 0;
	}

	.DSTtext4 {
		font: normal 18px Arial, Helvetica, sans-serif;
		color: #000000;
		font-weight: 800;
		text-align: center;
	}

	.DSTtext4a {
		font: normal 18px Arial, Helvetica, sans-serif;
		color: #000000;
		font-weight: 800;
		text-align: center;
		padding: 20px 0 20px 0;
	}

	.DSTtext5 {
		font: normal 20px/1.5em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 20px;
	}

	.DSTtext6 {
		font: normal 28px Arial, Helvetica, sans-serif;
		color: #000000;
		font-weight: 800;
		text-align: center;
	}

	.DSTtext7 {
		font: normal 18px/1.5em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
	}

	.DSTtext8 {
		font: normal 24px/1.5em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
		padding: 0 0 10px 0;
	}

	.privacypolicy_page2 {
		font: bold 18px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 0 20px 0;
	}

	.privacypolicy_page3 {
		font: normal 18px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: justify;
		padding: 0 0 0 0;
		margin: 0 0 30px 0;
	}

	.termsandconditions_page2 {
		font: bold 24px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 0 20px 0;
	}

	.termsandconditions_page3 {
		font: normal 18px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: justify;
		padding: 0 0 0 0;
		margin: 0 0 30px 0;
	}

	.termsandconditions_page4 {
		font: bold 21px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 20px 20px 30px;
	}

	.termsandconditions_page5 {
		font: bold 21px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 0 20px 0;
	}

	.termsandconditions_page6 {
		font: normal 18px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 26px 30px 26px;
	}

	.termsandconditions_page7 {
		font: normal 18px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 26px 10px 26px;
	}

	.termsandconditions_page8 {
		font: normal 18px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: justify;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

}

/* Larger than phablet ****************************************************************** */

@media (min-width: 768px) AND (max-width: 992px) {

	#TopBar4 {
		padding-top: 75px;
	}

	.hideMe {
		display: none;
	}

	.showMe {}

	.showMe2 {}

	.NM_page6 {
		font: normal 24px/1.3em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
		width: 100%;
		padding: 80px 0 100px 0;
	}

	.NM_page7 {
		font: normal 24px/1.3em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
		width: 100%;
		padding: 40px 0 50px 0;
	}

	.BlackBar1a {
		font: bold 1.5em/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-align: center;
		line-height: 50px;
		padding: 0 10px 0 10px;
		width: 100%;
	}

	.BlackBar1b {
		font: bold 1.3em/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
		text-shadow: 1px 1px 1px #000;
		color: #FFFFFF;
		text-align: center;
		width: 100%;
		padding-top: 10px;
	}

	.BlackBar1c {
		font: bold 1.3em/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
		text-shadow: 1px 1px 1px #000;
		color: #EEEE00;
		text-align: center;
		width: 100%;
		padding-bottom: 10px;
	}

	.RedBar1a {
		font: bold 1.4em/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-align: center;
		line-height: 23px;
		padding: 3px 10px 0 10px;
		width: 100%;
	}

	.YellowBar1a {
		font: bold 1.1em/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
		text-align: center;
		width: 100%;
		margin: 0 0 0 0;
		padding: 10px 20px 20px 20px;
		color: #222222;
		text-shadow: 0px 4px 3px rgba(255, 255, 255, 0.4),
			0px 8px 13px rgba(255, 222, 69, 0.1),
			0px 18px 23px rgba(255, 222, 69, 0.1);
	}

	#DSTButton1 {
		padding: 7px 20px 10px 20px;
	}

	.DSTtext2 {
		font: normal 32px Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
	}

	.DSTtext3 {
		font: normal 24px Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
	}

	.DSTtext3a {
		font: normal 20px Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: left;
	}

	.DSTtext4 {
		font: normal 22px Arial, Helvetica, sans-serif;
		color: #000000;
		font-weight: 800;
		text-align: center;
		padding: 0 0 20px 0;
	}

	.DSTtext4a {
		font: normal 22px Arial, Helvetica, sans-serif;
		color: #000000;
		font-weight: 800;
		text-align: center;
		padding: 20px 0 20px 0;
	}

	.DSTtext5 {
		font: normal 20px/1.5em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 30px;
	}

	.DSTtext6 {
		font: normal 28px Arial, Helvetica, sans-serif;
		color: #000000;
		font-weight: 800;
		text-align: center;
	}

	.DSTtext7 {
		font: normal 18px/1.5em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
	}

	.DSTtext8 {
		font: normal 24px/1.5em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
		padding: 0 0 10px 0;
	}

	.privacypolicy_page2 {
		font: bold 18px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 0 20px 0;
	}

	.privacypolicy_page3 {
		font: normal 18px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: justify;
		padding: 0 0 0 0;
		margin: 0 0 30px 0;
	}

	.termsandconditions_page2 {
		font: bold 24px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 0 20px 0;
	}

	.termsandconditions_page3 {
		font: normal 18px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: justify;
		padding: 0 0 0 0;
		margin: 0 0 30px 0;
	}

	.termsandconditions_page4 {
		font: bold 21px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 20px 20px 30px;
	}

	.termsandconditions_page5 {
		font: bold 21px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 0 20px 0;
	}

	.termsandconditions_page6 {
		font: normal 18px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 26px 30px 26px;
	}

	.termsandconditions_page7 {
		font: normal 18px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 26px 10px 26px;
	}

	.termsandconditions_page8 {
		font: normal 18px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: justify;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

}

/* Larger than tablet ******************************************************************* */

@media (min-width: 992px) AND (max-width: 1200px) {
	.hideMe {}

	.showMe {
		display: none;
	}

	.showMe2 {}

	.NM_page6 {
		font: normal 32px/1.3em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
		width: 100%;
		padding: 80px 0 100px 0;
	}

	.NM_page7 {
		font: normal 32px/1.3em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
		width: 100%;
		padding: 40px 0 50px 0;
	}

	.BlackBar1a {
		font: bold 1.8em/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-align: center;
		line-height: 50px;
		padding: 0 10px 0 10px;
		width: 100%;
	}

	.BlackBar1b {
		font: bold 1.5em/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
		text-shadow: 1px 1px 1px #000;
		color: #FFFFFF;
		text-align: center;
		width: 100%;
		padding-top: 10px;
	}

	.BlackBar1c {
		font: bold 1.5em/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
		text-shadow: 1px 1px 1px #000;
		color: #EEEE00;
		text-align: center;
		width: 100%;
		padding-bottom: 10px;
	}

	.RedBar1a {
		font: bold 1.6em/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-align: center;
		line-height: 50px;
		padding: 0 10px 0 10px;
		width: 100%;
	}

	.YellowBar1a {
		font: bold 1.1em/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
		text-align: center;
		width: 100%;
		margin: 0 0 0 0;
		padding: 10px 20px 20px 20px;
		color: #222222;
		text-shadow: 0px 4px 3px rgba(255, 255, 255, 0.4),
			0px 8px 13px rgba(255, 222, 69, 0.1),
			0px 18px 23px rgba(255, 222, 69, 0.1);
	}

	#DSTButton1 {
		padding: 7px 20px 10px 20px;
	}

	.DSTtext2 {
		font: normal 32px Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
	}

	.DSTtext3 {
		font: normal 24px Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
	}

	.DSTtext3a {
		font: normal 20px Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: left;
	}

	.DSTtext4 {
		font: normal 26px Arial, Helvetica, sans-serif;
		color: #000000;
		font-weight: 800;
		text-align: center;
		padding: 0 0 20px 0;
	}

	.DSTtext4a {
		font: normal 26px Arial, Helvetica, sans-serif;
		color: #000000;
		font-weight: 800;
		text-align: center;
		padding: 0 0 20px 0;
	}

	.DSTtext5 {
		font: normal 24px/1.5em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 50px;
	}

	.DSTtext6 {
		font: normal 32px Arial, Helvetica, sans-serif;
		color: #000000;
		font-weight: 800;
		text-align: center;
	}

	.DSTtext7 {
		font: normal 18px/1.5em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
	}

	.DSTtext8 {
		font: normal 32px/1.5em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
		padding: 0 0 10px 0;
	}

	.privacypolicy_page2 {
		font: bold 18px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 0 20px 0;
	}

	.privacypolicy_page3 {
		font: normal 18px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: justify;
		padding: 0 0 0 0;
		margin: 0 0 30px 0;
	}

	.termsandconditions_page2 {
		font: bold 24px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 0 20px 0;
	}

	.termsandconditions_page3 {
		font: normal 18px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: justify;
		padding: 0 0 0 0;
		margin: 0 0 30px 0;
	}

	.termsandconditions_page4 {
		font: bold 21px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 20px 20px 30px;
	}

	.termsandconditions_page5 {
		font: bold 21px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 0 20px 0;
	}

	.termsandconditions_page6 {
		font: normal 18px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 26px 30px 26px;
	}

	.termsandconditions_page7 {
		font: normal 18px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 26px 10px 26px;
	}

	.termsandconditions_page8 {
		font: normal 18px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: justify;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

}

/* Larger than desktop ****************************************************************** */

@media (min-width: 1200px) AND (max-width: 1920px) {

	.hideMe {}

	.showMe {
		display: none;
	}

	.showMe2 {
		display: none;
	}

	.NM_page6 {
		font: normal 32px/1.3em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
		width: 100%;
		padding: 80px 0 100px 0;
	}

	.NM_page7 {
		font: normal 32px/1.3em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
		width: 100%;
		padding: 40px 0 50px 0;
	}

	.BlackBar1a {
		font: bold 2.0em/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-align: center;
		line-height: 50px;
		padding: 0 10px 0 10px;
		width: 100%;
	}

	.BlackBar1b {
		font: bold 1.5em/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
		text-shadow: 1px 1px 1px #000;
		color: #FFFFFF;
		text-align: center;
		width: 100%;
		padding-top: 10px;
	}

	.BlackBar1c {
		font: bold 1.5em/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
		text-shadow: 1px 1px 1px #000;
		color: #EEEE00;
		text-align: center;
		width: 100%;
		padding-bottom: 10px;
	}

	.RedBar1a {
		font: bold 1.6em/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-align: center;
		line-height: 50px;
		padding: 0 10px 0 10px;
		width: 100%;
	}

	.YellowBar1a {
		font: bold 1.1em/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
		text-align: center;
		width: 100%;
		margin: 0 0 0 0;
		padding: 10px 20px 20px 20px;
		color: #222222;
		text-shadow: 0px 4px 3px rgba(255, 255, 255, 0.4),
			0px 8px 13px rgba(255, 222, 69, 0.1),
			0px 18px 23px rgba(255, 222, 69, 0.1);
	}

	.DSTtext1 {
		font: normal 38px/1.5em "Century Gothic", Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
	}

	.DSTtext2 {
		font: normal 28px/1.5em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
	}

	.DSTtext3 {
		font: normal 24px/1.5em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
	}

	.DSTtext3a {
		font: normal 24px/1.5em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: left;
	}

	.DSTtext4 {
		font: normal 26px/1.5em Arial, Helvetica, sans-serif;
		color: #000000;
		font-weight: 800;
		text-align: center;
		padding: 0 0 20px 0;
	}

	.DSTtext4a {
		font: normal 26px/1.5em Arial, Helvetica, sans-serif;
		color: #000000;
		font-weight: 800;
		text-align: center;
		padding: 0 0 20px 0;
	}

	.DSTtext5 {
		font: normal 24px/1.5em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 20px;
	}

	.DSTtext6 {
		font: normal 32px/1.5em Arial, Helvetica, sans-serif;
		color: #000000;
		font-weight: 800;
		text-align: center;
	}

	.DSTtext7 {
		font: normal 18px/1.5em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
	}

	.DSTtext8 {
		font: normal 32px/1.5em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: center;
		padding: 0 0 10px 0;
	}

	.privacypolicy_page2 {
		font: bold 18px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 0 20px 0;
	}

	.privacypolicy_page3 {
		font: normal 18px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: justify;
		padding: 0 0 0 0;
		margin: 0 0 30px 0;
	}

	.termsandconditions_page2 {
		font: bold 24px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 0 20px 0;
	}

	.termsandconditions_page3 {
		font: normal 18px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: justify;
		padding: 0 0 0 0;
		margin: 0 0 30px 0;
	}

	.termsandconditions_page4 {
		font: bold 21px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 20px 20px 30px;
	}

	.termsandconditions_page5 {
		font: bold 21px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 0 20px 0;
	}

	.termsandconditions_page6 {
		font: normal 18px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 26px 30px 26px;
	}

	.termsandconditions_page7 {
		font: normal 18px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0 0 0 0;
		margin: 0 26px 10px 26px;
	}

	.termsandconditions_page8 {
		font: normal 18px/1.4em Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: justify;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

}

@media (min-width: 992px) AND (max-width: 1440px) {
	.lfthead {
		width: 75%;
	}
}