@font-face {
    font-family: 'Bitstream';
    src: url('/images/Bitstream-Square721-BT-Roman.ttf');
}

body{
	background-color: #ffffff;
	font-family: 'Bitstream', Arial; 
	color: #404040;
	font-size: 18px;
	margin: 10px 0px;
}

h1{
	font-weight: bold;
	font-size: 24px;
}

h2{
	color: #2f5597;
	font-size: 20px;
	text-decoration: underline;
	margin: 5px 0px;
}

h3{
	font-size: 18px;
	margin: 20px 0 0 0;
}

ul{
	margin: 0px;
}

a, a:visited{
	color:#0070c0;
}

input, textarea, select{
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	-webkit-border-radius:5px;
	border: 1px solid #606060;
	padding: 5px;
	font-family: inherit;
}

.subnote{
	font-size: 12px;
}

.page-analyze .subnote{
	width: 240px;
}
.page-protect .subnote{
	width: auto;
}
.page-fund .subnote{
	width: 400px;
}

.onethird{
	width:270px;
	margin: 20px 10px 20px 0;
	background-color: #a6a6a6;
	border: 2px solid #2f5597;
	-moz-border-radius: 10px; 
	border-radius: 10px; 
	-webkit-border-radius:10px;
	padding: 5px;
	text-align: center;
	float: left;
}

.imgright{
	float:right;
	margin-left:10px;
}
.imgleft{
	float:left;
	margin-right:70px;
}

.onethirdwithsubnote{
	float: left;
}

.onethird ul{
	text-align:left;
	font-size: 15px;
	color: #ffffff;
	margin-top: 0px;
	margin-left: -15px;
}

#header{
	width:100%;
}

#header #logo{
	width: 100%;
	max-width: 490px;
	display: inline-block;
}

#header #home{
	margin: 20px 60px;
	cursor: pointer; 
	cursor: hand;
	display: inline-block;
}

#header #headercontact{
	display: inline-block;
	font-size: 28px;
}

#header #getstarted{
	position: absolute;
	margin-left: 50px;
	top: 25px;
	cursor: pointer; 
	cursor: hand;
}

#content-outer{
	width: 100%;
}

#content-inner{
	width: 1200px;
	height: 730px;
	border: 1px solid #606060;
	-moz-border-radius: 80px; 
	border-radius: 80px; 
	-webkit-border-radius:80px;
	margin: 0px auto;
	padding: 30px 50px;
}

#mainbuttondiv{
	width:230px;
}

.main-buttons{
	width: 100%;
	border: 1px solid #606060;
	-moz-border-radius: 15px; 
	border-radius: 15px; 
	-webkit-border-radius:15px;
	padding: 10px 5px;
	margin: 15px 0 15px 10px;
	font-size: 28px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	cursor: pointer; 
	cursor: hand;
}

.main-buttons img{
	height: 40px;
	width: auto;
	float: right;
	margin: -5px 5px 0 -5px;
}

.footer-buttons, #contact-send, #contact-sent, #getstarted-send, #getstarted-sent{
	border: 1px solid #606060;
	-moz-border-radius: 12px; 
	border-radius: 12px; 
	-webkit-border-radius:12px;
	padding: 15px 10px;
	margin: 15px 0 15px 10px;
	font-size: 24px;
	text-align: center;
	line-height: 10px;
	cursor: pointer; 
	cursor: hand;
	background-color: #bfbfbf;
	float:right;
	color:#ffffff;
}

#contact-sent, #getstarted-sent{
	cursor: inherit; 
 }

.main-buttons:hover, .footer-buttons:hover, #contact-send:hover, #contact-sent, #getstarted-send:hover, #getstarted-sent, .mainbuttonpressed{
	box-shadow: 0px 0px 20px rgba(0,208,94,.7);
	-moz-box-shadow: 0px 0px 20px rgba(0,208,94,.7);
	-webkit-box-shadow: 0px 0px 20px rgba(0,208,94,.7);
	border-color: #00d05e;
	color:#00b05e;
}
.footer-buttons, #contact-send, #contact-sent, #getstarted-send, #getstarted-sent{
	color:#ffffff !important;
}

#designbuttonsdiv{
	width:180px;
	display: inline-block;
}

.design-buttons{
	width: 100%;
	border: 1px solid #606060;
	-moz-border-radius: 10px; 
	border-radius: 10px; 
	-webkit-border-radius:10px;
	padding: 14px 10px;
	margin: 10px 0 10px 10px;
	font-size: 17px;
	text-align: center;
	height: 8px;
	line-height: 8px;
	cursor: pointer; 
	cursor: hand;
}

.design-buttons:hover,.designbuttonpressed{
	box-shadow: 0px 0px 10px rgba(0,208,94,.7);
	-moz-box-shadow: 0px 0px 10px rgba(0,208,94,.7);
	-webkit-box-shadow: 0px 0px 10px rgba(0,208,94,.7);
	border-color: #00d05e;
	color:#00b05e;
}

.design_top{
	height: 105px;
	margin-bottom: 15px;
	margin-top: -20px;
}

.design_right{
	width: 640px;
	float: right;
	
}

#signup-send{
	border: 1px solid #000000;
	-moz-border-radius: 10px; 
	border-radius: 10px; 
	-webkit-border-radius:10px;
	padding: 15px 10px;
	margin: 15px auto;
	font-size: 24px;
	text-align: center;
	line-height: 10px;
	cursor: pointer; 
	cursor: hand;
	background-color: #a9d18e;
	color:#000000;
	width:230px;
}

#main-content{
	float: right;
	width: 900px;
	height: 610px;
}

#foot-buttons{
	float: right;
	margin-top: -60px;
	margin-right: 15px;
}

.content_pages{
	display:none;
}

#copyright{
	position: absolute;
	font-size: 14px;
	width: 300px;
	text-align: center;
	vertical-align: bottom;
}

#contactform table, #getstartedform table, #signupform table{
	font-size:16px;
}
/*























*/
#home_text{
	width:350px; 
	float: left;
	padding-top: 15px;
}
#home_video{
	float: right;
	margin-bottom: 15px;
}
#home_video iframe{
	border: 1px solid #606060;
}
#home_testimonials{
	float: right;
	width: 520px;
	padding: 10px;
	border: 1px solid #606060;
	-moz-border-radius: 10px; 
	border-radius: 10px; 
	-webkit-border-radius:10px;
}
#home_testimonials span{
	float:right;
}
#home_additionalvideos img{
	margin: 3px 5px;
	cursor: pointer; 
	cursor: hand;
}
#slideshow { 
    position: relative;
	height: 100px;
	overflow-y: hidden;
}
#slideshow > div { 
    position: absolute;  
}
/*














*/
#promote_video{
	float: right;
	margin-bottom: 15px;
	margin-left: 20px;
}
#promote_video iframe{
	border: 1px solid #606060;
}
#promote_additionalvideos img{
	margin: 3px 5px;
	cursor: pointer; 
	cursor: hand;
}
#promote_additionalvideos{
	margin-left: 65px;
}
/*














*/
.page-learning table{
	font-size: 15px;
}
.table_title td{
	background-color: #4472C4;
	color: #ffffff;
	text-align:center;
	font-weight: bold;
	height: 30px;
}
.table_blue td{
	background-color: #CFD5EA;
}
.table_gray td{
	background-color: #E9EBF5;
}
/*














*/
.jobsinnercontent{
	font-size:15px;
}
/*














*/
.page-getstarted #foot-buttons{
	display: none;
}
/*














*/
#coursefee, #coursedate{
	font-weight: bold;
	color:#000000;
}
/*

















*/
#menutoggle{
	width:40px;
	margin-right: 30px;
	display:none;
	cursor: pointer; 
	cursor: hand;
}

#mainbuttondiv #home{
	display:none;
}

@media only screen and (max-width:1299px){

	#menutoggle{
		display: inline-block;
	}

	#mainbuttondiv{
		left:-270px;	
		top: 84px !important;
		position: absolute;
		padding-top: 8px;
		-moz-border-radius: 20px; 
		border-radius: 20px; 
		-webkit-border-radius:20px;	
		background-color: #cecece;
	}
	#mainbuttondiv img {
		width: 30px;
		height: auto;
	}
	#mainbuttondiv #home{
		display:block;
	}
	.main-buttons {
		width: 200px;
		font-size: 22px;
		line-height: 18px;
		height: 20px;
		margin: 0px 0 6px 8px;
	}

	#content-outer{
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	#copyright {
		width:100% !important;
		margin-top: 40px !important;
		position: inherit !important;
	}
	#content-inner{
		width:80% !important;
		padding: 10px 30px !important;
		height: auto !important;
		overflow: hidden;
		position: relative;	
	}
	body{
		margin: 0 !important;
	}
	#main-content {
		float: none !important;
		width: 100% !important;
		height: auto !important;
		display: inline-block !important;
	}	
	#foot-buttons {
		margin: 40px 0 30px 0;
		width: 100%;
		text-align: center;
		position: relative;
		z-index: 99;
	}
	.footer-buttons {
		font-size: 80%;
		float: none;
		width: 70px;
		height: 80%;
		display: inline;
		background: none;
		color: #000000 !important;
		margin: 15px 4px !important;
	}
	#header {
		margin-bottom: 30px !important;
	}
	#header #logo {
		width: 280px !important;
	}
	#header #getstarted {
		width: 60px !important;
		position: inherit !important;
		margin-left: 0px !important;
	}
	#header #home {
		display: none !important;
	}
	#header #headercontact {
		width: 290px !important;
		margin-left: 40px !important;
	}
	#header #headercontact br:not(:first-child) {
		display:none !important;
	}
	#home_text {
		width: 40% !important;
	}
}

@media only screen and (max-width:1139px){
	#header {
		margin-bottom: 10px !important;
	}

	#home_text {
		float: none !important;
		width: 100% !important;
		margin-bottom: 30px !important;
		display: table-footer-group !important;
	}
	#home_video, #home_testimonials {
		float: none !important;
		text-align: center !important;
	}
	#home_testimonials {
		float: none !important;
		margin: 0px auto !important;
		width: 80% !important;
	}
	#content_home{
		display: table !important;
	}
	#home_testimonials{
		margin-bottom: 30px !important;
	}
	#home_video {
		margin-top: 20px;
	}
	
}

@media only screen and (max-width:999px){
	#logo {
		display: table !important;
		margin: 0px auto !important;
	}
	#mainbuttondiv {
		top: 64px !important;
	}

	#menutoggle{
		position: absolute !important;
		top: 30px !important;
		left: 30px !important;
		width: 30px;
	}

	#header #headercontact{
		margin-top: 20px !important;
		margin-left: 0px !important;
	}

	#header {
		text-align: center;
	}
}

@media only screen and (max-width:649px){
	#header #headercontact{
		font-size: 20px !important;
		width: 210px !important;
	}
	#header #getstarted {
		width: 50px !important;
	}

	#videoiframe iframe{
		width:286px !important;
		height: 161px !important;
	}
	#slideshow {
		height: auto !important;
	}
	#slideshow > div {
		position: inherit !important;
	}
	#home_additionalvideos{
		max-width:300px;
		margin:0px auto;
	}
}

@media only screen and (max-width:519px){
	#header #logo {
		width: 60% !important;
	}
}

@media only screen and (max-width:349px){
	#videoiframe iframe{
		width:250px !important;
		height: 141px !important;
	}
}












/* prototype it */
@media only screen and (max-width:959px){
	#content_prototype h3 {
		clear: both;
	}
	#content_prototype .imgright{
		float: none !important;
		width: 80% !important;
		margin: 20px !important;
	}
}






/* analyze it */
@media only screen and (max-width:1119px){
	#content_analyze .onethirdwithsubnote{
		float: none !important;
		margin: 10px auto 30px auto !important;
		display: table !important;
		padding-left: 12px !important;
	}
	#content_analyze .col_2, #content_analyze .col_3{
		float: none !important;
		margin: 0px auto 30px auto !important;
		display: table !important;
	}
}
@media only screen and (max-width:569px){
	#content_analyze img {
		width: 90% !important;
		margin: 5% !important;
	}
}






/* design it */
@media only screen and (max-width:1099px){
	.page-design .design_right img {
		width: 100% !important;
		height: auto !important;
	}
	.page-design .design_right {
		width: 65% !important;
	}
	.page-design .design_right  ul {
		margin-left: 0px !important;
	}
}
@media only screen and (max-width:819px){
	.page-design .design_right {
		width: 55% !important;
	}
	.page-design .design_top {
		height: inherit !important;
		margin-bottom: 30px !important;
		margin-top: -10px !important;
	}
}
@media only screen and (max-width:639px){
	.page-design .design_right {
		width: 100% !important;
	}
	.page-design #designbuttonsdiv {
		width: 100% !important;
		text-align: center !important;
	}
	.page-design .design-buttons {
		width: 180px !important;
		display: inline-block !important;
		margin: 0 0 10px 0 !important;
	}
}






/* protect it */
@media only screen and (max-width:969px){
	#content_protect img {
		float: none !important;
		width: 80% !important;
		max-width: 520px !important;
	}
}






/* fund it */
@media only screen and (max-width:499px){
	#content_fund img {
		width: 90% !important;
		margin: 5% !important;
	}
}






/* promote it */
@media only screen and (max-width:749px){
	#promote_video {
		float: none !important;
		width: 100% !important;
		text-align: center !important;
		margin: 0 !important;
	}
	#promote_additionalvideos {
		margin: 0 !important;
	}
	#promote_video img:first-child {
		max-width: 80% !important;
	}	
}






/* mfg it */
@media only screen and (max-width:749px){
	#content_mfg  img {
		width: 90% !important;
		margin: 5% !important;
	}	
}






/* sell it */
@media only screen and (max-width:1129px){
	#content_sell  img {
		width: 90% !important;
		margin: 5% !important;
		max-width: 300px !important;
	}
}
@media only screen and (max-width:749px){
	#content_sell  img {
		margin: 0px auto !important;
		display: block !important;
	}
	#content_sell div {
		float: none !important;
		width: 100% !important;
		margin: 0 !important;
	}
}






/* about */
@media only screen and (max-width:689px){
	#content_about div{
		width:100% !important;
	}
	#content_about img {
		width: 90% !important;
		margin: 5% !important;
		float: none !important;
	}
}






/* contact */
@media only screen and (max-width:1049px){
	#contactform_reason {
		width:100% !important;
	}
}
@media only screen and (max-width:489px){
	#contactform input {
		width:100% !important;
	}
}






/* start */
@media only screen and (max-width:1069px){
	#getstartedform input[type="text"] {
		display: block !important;
		margin-bottom: 10px !important;
	}
	#getstartedform textarea {
		width: 92% !important;
	}
	#getstartedform .checkbox_cols {
		float: none !important;
	}
}
@media only screen and (max-width:439px){
	#getstartedform input[type="text"] {
		width:92% !important;
	}
}


