@charset "utf-8";
/* CSS Document */

.main-container {
    background-color: #fff !important;
}

.main.container {
    background-color: #fff !important;
}

.alpha-onepager .content {
    background: #fff !important;
}

.alpha-onepager input:checked + label {
    background: #fff;
    color: #999;
	border: 3px solid;
	line-height: 0;
	border-image: linear-gradient(to bottom right, #e8ff0d, #5fcf92, #00aeef) 1;
}



.alpha-onepager label {
	font-size: 24px;
	font-weight: bold;
	font-family: Tungsten A, Tungsten B;
}

.alpha-onepager label:hover {
	color: #999;
	font-style: italic;
}

.heading1-alpha-italic, .blockright .heading, .blockleft .heading, .alpha-onepager .content {
	color: #999;
}

.centerimg {
	margin: 0 auto;
}

.content {
	margin-top: 20px;
padding-top: 20px;
}

.heading {
	font-size: 60px;
font-weight: bold;
font-family: Tungsten A, Tungsten B;
text-transform: uppercase;
font-style: italic;
margin-bottom: 20px;
}

.heading span {
		font-size: 50px;
	font-weight: normal;
	font-family: Tungsten A, Tungsten B;
	text-transform:uppercase;
	font-style:italic;
}

.content p {
		font-size: 16px;
	font-weight: normal;
	width: 100%;
display: block;
color: #000;
text-align: left;
line-height: 30px;
}

.linkborder-qre a {
	color: #000;
	font-family: Tungsten A, Tungsten B;
	text-transform:uppercase;
	font-style:italic;
			font-size: 50px;
			display: block;
			margin: 100px 0 50px 0;
			font-weight: bold;
}

.content li {
	text-align: left;
}

.alpha-onepager label {
	padding: 0 !important;
	margin-right: 40px;
	margin-top: 30px;
	border: 2px solid #fff;
}

.content .heading {
	text-align: left;
	color: #000;
}

ol {
    display: block;
    padding: 0 0 0 26px;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
}
ol li {
    float: left;
    position: relative;
	font-size: 16px;
	color: #000;
	margin-left: 10px;
padding-left: 16px;
padding-top: 7px;
line-height: 26px;
}
ol li:before {
    counter-increment: numList;
    content: counter(numList);
    
    float: left;
    position: absolute;
    left: -26px;
	top: 6px;
    
    
    text-align: center;
    color: #fff;
    line-height: 30px;
    
    width: 30px; height: 30px;
    background: #cde01b;
    
    -moz-border-radius: 999px;
    border-radius: 999px;
	font-family: Tungsten A, Tungsten B;
	font-size: 25px;
	font-weight: bold;
}

.nav2heading, .nav2heading a {
		font-family: Tungsten A, Tungsten B;
	font-size: 25px;
	font-weight: bold;
	color: #cde01b;
}

.nav2heading a {
	margin: 0 20px;
}

.nav2heading span {
	font-weight: normal;
	color: #000;
}

.nav2heading a:hover {
		font-family: Tungsten A, Tungsten B;
	font-size: 25px;
	font-weight: bold;
	border: none;
}

.headingtop {
		font-family: Tungsten A, Tungsten B;
	font-size: 40px;
	font-weight: normal;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}

.nav2heading a {
	position: relative;
	background: #fff;
	text-transform: uppercase;
letter-spacing: 8px;
}
.nav2heading a.active:after, .nav2heading a.active:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.nav2heading a.active:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.nav2heading a.active:before {
	border-color: rgba(255, 0, 0, 0);
	border-top-color: #cde01b;
	border-width: 15px;
	margin-left: -15px;
}

hr { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }

.mt100 {margin-top: 100px !important; }
.mb100 {margin-bottom: 100px !important; }
.mr50 {margin-right: 4% !important; }
.ml50 {margin-left: 4% !important; }

input:checked + .tab_arrow_box:after {
	border-top-color: #fff !important; 
}

.linkborder-qre {
	display: none;
}