﻿@charset "UTF-8";

/* colors */

.green { color: #008367; }
.orange { color: #eb7c00; }

.radiobtn {
    padding-left: 50px;
    padding-right: 40px;
    text-indent: -25px;
    padding-bottom: 20px;
}



body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body {
	background:url(../images/pagebg.jpg);
	font-family: Arial,sans-serif;
}

section h2.title {
	font-family: Futura, Helvetica, sans-serif;
	margin: 0;
	text-align: left;
	font-weight: 300;
	font-size: 55px;
	color: #000;
}

.thankyou section h2.title {
	font-size: 95px;
}

.thankyou .column_half img { padding: 10px 0; }

a.li { 
	display:block;
	height: 40px;
	padding-top: 5px;
	padding-left: 40px;
	background: url(../images/linkedin.png) no-repeat left center;
}


.question .pageTop p {
	font-size: 23px;
}

.result .pageTop p {
	font-size: 23px;
	font-weight:bold;
}

.result h2.title {
	font-family: Futura, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 0 0 40px;
	text-align: left;
	font-weight: 200;
}
	
.question .prefooter form {
	font-size: 14px;
}

#requestForm {
	margin: 0 40px;
}

#requestForm p {
	padding: 0;
	margin: 5px 0;
}

#requestForm input { font-size: 18px; }
#requestForm #Submit {
	width: 246px;
	height: 60px;
	background: url(../images/sqr-btn-bg.png) repeat-x;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	white-space:normal;
}

.left_article.fullwidth {width: 100%; }

.top-tag { color: #008367; display:block; float:right; padding-right: 10px; padding-top: 65px;  }

.button {
	background: url(../images/buttonbg.png) right center no-repeat;
	text-align:center; 
}

.prevnext {display:block; width: 260px; height: -65px; margin-left: 40px; }

.prevnext .button { width: 119px; height: 60px; float:left; font-size: 30px; }

.button.prev { background: url(../images/prevbg.png) no-repeat left center; margin-right: 10px; }


.button a { display:block; text-decoration: none; font-weight:bold; color: #fff; padding: 10px 0px; }
	
.splash section.pageTop,
.result section.pageTop,
.thankyou section.pageTop
{
	background: #e9e9e9;
}

.question section.pageTop {
	background: #fff;
}

section.pageTop {
	padding: 60px 240px 10px 40px;
}

header { height: 105px; }

.logo { display: block; width: 300px; height: 158px; position: relative; }
.logo #logo, .logo #logoshd { position: absolute; }

.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block;
	background-color: #fff;
	overflow: auto;
}
.row.blockDisplay {
	display: block;
}
.column_half {
	width: 50%;
	float: left;
	margin-top: 0px;
}

.column_half p {
	padding-left: 40px;
	}
	
	
.columns {
	width: 25%;
	float: left;
	font-family: Arial,sans-serif;
	color: #333;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.row .columns p {
	padding-left: 10%;
	padding-right: 10%;
}
.container .columns h4 {
	text-align: center;
	color: #333;
}
.primary_header {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 10px;
	clear: left;
}
.secondary_header {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	clear: left;
}
.container .secondary_header ul {
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 100%;
}
.secondary_header ul li {
	list-style: none;
	float: left;
	margin-right: auto;
	margin-top: 0px;
	font-family: Arial,sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-left: auto;
	text-align: center;
	width: 16%;
	transition: all 0.3s linear;
}
.secondary_header ul li:hover {
	color: #333;
	cursor: pointer;
}
.left_article {
	font-size: 20px; 
	width: 50%;
	float: left;
	padding-bottom: 15px;
    padding-left: 20px;
}
.left_articleAboutTBM {
	font-size: 20px; 
	width: 100%;
	float: left;
	padding-bottom: 15px;
    padding-left: 60px;
}
.noDisplay {
	display: none;
}
.container .left_article h3 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}
.container .left_article p {
	padding-left: 40px;
	padding-right: 40px;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 15px;
}

.prefooter { 
	font-size: 12px;
	font-weight: 500;
	background-color: #f2f2f2;
}


.right_article {
	width: 40%;
	float: left;
}
.container .right_article ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right_article ul li {
	list-style: none;
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #333;
	font-weight: bold;
	border-radius: 0px;
	transition: all 0.3s linear;
}
.right_article ul li:hover {
	cursor: pointer;
}
.footer {
	background-color: #fff;
}
.title {
	font-weight: bold;
	font-style: normal;
	font-family: "Source Sans Pro";
	letter-spacing: 2px;
}
.placeholder {
	/* [disabled]max-width: 400px;
*/
	/* [disabled]max-height: 200px;
*/
	width: 100%;
	padding-top: 30px;
	/* [disabled]padding-left: 19px;
*/
	padding-bottom: 30px;
	height: 100%;
}
.left_half {
	background-color: #52BAD5;
}
.container .column_half.left_half h2 {
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
}
.right_half {
	background-color: #01B2D1;
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
	font-weight: bold;
}
.column_title {
	padding-top: 25px;
	padding-bottom: 25px;
}
.copyright {
	background-color: #fff;
	color: #000;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 12px;
	padding: 0 40px;
}

@media (max-width: 320px) {

.column_half { width: 100%; }


.top-tag { display:none; }

.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
}
.placeholder {
	width: 100%;
	margin-top: 22PX;
	margin-right: 0px;
	margin-bottom: 22PX;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	max-width: 400px;
	max-height: 200px;
	height: auto;
}
.columns {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0PX;
	padding-right: 0PX;
	padding-bottom: 0PX;
	padding-left: 0PX;
}
.columns p {
	padding-left: 10px;
	padding-right: 10px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
.copyright {
	padding-top: 25px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.container .left_article h3 {
	margin-top: 30px;
}
.social .social_icon img {
	width: 80%;
}
.container .secondary_header {
}
}

@media (min-width: 321px) and (max-width: 768px) {

.column_half { width: 100%; }

.top-tag { display:none; }

.splash section h2.title,
.thankyou section h2.title {
	text-align: center;
	font-size: 25px;
}

section.pageTop {
	padding: 55px 10px 10px;
}

.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
	padding-bottom: 25px;
}
.placeholder {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.columns {
	width: 100%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.columns p {
	padding-left: 14px;
	padding-right: 14px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
}

@media (min-width: 769px) and (max-width: 1000px) {
.secondary_header {
	overflow: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.secondary_header ul li {
	margin-top: 10px;
	margin-right: 7%;
	margin-bottom: 10px;
	margin-left: 7%;
}
.left_article {
	height: auto;
}
.right_article {
	height: auto;
	padding-bottom: 27px;
}
.placeholder {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.columns {
	width: 50%;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.container .columns p {
	padding-left: 25px;
	padding-right: 25px;
}
}

@media (min-width: 1001px) {
}
.thumbnail {
	width: 100px;
	border-radius: 200px;
	height: 100px;
	margin-left: auto;
}
.thumbnail_align {
	text-align: center;
}
.social {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	background-color: #414141;
	clear: both;
	overflow: auto;
}
.social_icon {
	width: 25%;
	text-align: center;
	float: left;
	transition: all 0.3s linear;
	line-height: 0px;
	padding-top: 7px;
}
.container .social .social_icon:hover {
	cursor: pointer;
	opacity: 0.5;
}
#menu {
}
