@font-face {
    font-family: segoeui;
    src: local(segoeui), url('segoeui.ttf') format('opentype');
}
@font-face {
    font-family: segoeuil;
    src: local(segoeuil), url('segoeuil.ttf') format('opentype');
}

body, html
{
	font-family: segoeui,Segoe UI,sans-serif;
	font-size: 14px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:100%;
	position: relative;
}
h1
{
	color:#545151;
	font-weight: 400;
	font-size: 30px;
}
h4
{
	font-size: 20px;
	color: rgb(61, 66, 70);	
	margin-bottom: 0px;
}
.pagewrapper
{
    min-height: 100%;
    position: relative;
}
.header
{

}
.content
{
	padding-bottom: 264px;
}
.limitandcenter
{
	width:1000px;
	margin: 0px auto;
}
.thetop
{
	min-width: 1000px;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #D5D4D4 0%, #EDEDED 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #D5D4D4 0%, #EDEDED 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(top, #D5D4D4 0%, #EDEDED 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D5D4D4), color-stop(1, #EDEDED));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #D5D4D4 0%, #EDEDED 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #D5D4D4 0%, #EDEDED 100%);
}
.logocontainer
{
	width:1000px;
	height:120px;
	margin: 0px auto;
	position: relative;
}
.mainlogo
{
	height: 60px;
	position: absolute;
	bottom: 15px;
}
.stripe1
{
	width:100%;
	min-width: 1000px;
	height:4px;
	background-color: #00afef;
}
.stripe2
{
	width:100%;
	min-width: 1000px;
	height:4px;
	background-color: #8CE41A;
}
.mainmenu
{
	width: 1000px;
	margin: 0px auto;
	text-align: center;
}
.mainmenu a
{
	color: #0A0F4A;
	font-size: 23px;
	text-decoration: none;
	margin: 0px 15px;
}
.mainmenu a:hover
{
	color: #00afef;
	border-bottom: 2px solid #8CE41A;
}
.intro
{
	width: 1000px;
	margin: 0px auto;
	height: 508px;
	position: relative;
}
.intropic
{
	width: 500px;
	position: absolute;
	top: 50px;	
}
.intropic2
{
	height: 458px;
	position: absolute;
	top: 50px;
}
.introtextimg
{
	width: 400px;
	left: 520px;
	position: absolute;
	top: 210px;
}
.introtext2
{
	font-size: 30px;
	position: absolute;
	color: #0A0F4A;
	top: 150px;
	right: 95px;
	font-family: segoeuil,Segoe UI,sans-serif;
	font-weight: 100;
	width: 400px;
	text-align: center;
}
.learnmorebtn
{
	position: absolute;
	width: 200px;
	right: 155px;
	top: 300px;
	border: 3px solid #0074b6;
	padding: 20px;
	border-radius: 20px;
	cursor: pointer;
}
.learnmorebtn:hover
{
	border: 3px solid #3FB7FC;
}
.littleblockswrapper
{
	width: 100%;
	min-width: 1000px;
	background-color: #0074b6;
	padding-top: 30px;
	padding-bottom: 30px;
}
.littleblocks
{
	width: 1000px;
	margin: 0px auto;
	padding-top: 30px;
	text-align: center;
}
.globaltrends
{
	display: block;
	margin: 0px auto;
	width: 300px;
}
.theblock
{
	background-color: #84D816;
	border-radius: 20px;
	width: 295px;
	height: 145px;
	display: inline-block;
	margin: 17px;
	line-height: 29px;
	vertical-align: top;
	position: relative;
	cursor: default;
}
.blueback
{
	background-color: #278ac3 !important;
	height: 160px;
}
.bluehover
{
	height: 130px;
}
.blockpic
{
	height: 90px;
	display: block;
	margin: 0px auto;
}
.blockstitle
{
	color: #FFF;
	font-size: 25px;
}
.lighttitle
{
	font-family: segoeuil,Segoe UI,sans-serif;
	font-weight: 100;
}
.blockhovertext
{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 20px;
	font-size: 17px;
	color: #FFF;
	padding: 0px 10px;
}
.blockinitdiv
{
	display: block;
	position: absolute;
	width: 295px;
}
.blockhoverdiv
{

}
.suggestions
{
	width: 1000px;
	margin: 0px auto;
	position: relative;
	height: 650px;
}

.creativesnippet
{
	font-size: 30px;
	position: absolute;
	color: #0A0F4A;
	top: 300px;
	left: 66px;
	font-family: segoeuil,Segoe UI,sans-serif;
	font-weight: 100;
	width: 400px;
	text-align: center;
}
.bulb
{
	height: 450px;
	position: absolute;
	right: 0px;
	top: 100px;
}
.suggest
{
	width: 280px;
	position: absolute;
	top: 430px;
	left: 100px;
	border: 3px solid #0074B6;
	padding: 20px;
	border-radius: 20px;
	cursor: pointer;
}
.suggest:hover
{
	border: 3px solid #3FB7FC;
}
.answer
{
	color: #278ac3;
	text-decoration: none;
	font-size: 25px;
	border: 2px solid #0074B6;
	padding: 10px;
	border-radius: 15px;
	top: 330px;
	position: absolute;
	left: 200px;
}
.answer:hover
{
    border: 2px solid #3FB7FC;
}
.strong
{
	font-family: segoeui,Segoe UI,sans-serif;
}
.footer
{
	min-width: 1000px;
	background-color: #666666;
	padding-top: 20px;
	border-bottom: 15px solid #22262d;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.footertable
{
	width: 1000px;
	margin: 0px auto;
}
.companyitalic
{
	width: 33%;
	font-size: 30px;
	color: #84d816;
	font-style: italic;
}
.limitedblue
{
	color: #00afef;
}
.addresstitle
{
	font-size: 20px;
	color: #FFF;
	font-family: segoeuil,Segoe UI,sans-serif;
	font-weight: 100;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
.footeraddress
{
	color: #FFF;
}


.aboutbtns
{
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
	text-align: justify;
	width: 1000px;
	margin: 40px auto;
}
.aboutbtns:after
{
    content: '';
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
.abootswitcher
{
	padding: 10px 30px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 26px;
    color: #0a0f4a;
    border: 1px solid #0074b6;
    border-radius: 10px;
    cursor: pointer;
}
.abootswitcher:hover
{
	background-color: #f1f4ee;
}
.eeeh
{
	background-color: #f1f4ee;
}
.abootvideo
{
	width: 500px;
	height: 250px;
	border: 1px solid #0074B6;
	float: left;
	text-align: center;
	background-color: #d3e1fc;
}
.abootvideo img
{
	width:150px;
	height: auto;
	margin-top: 50px;
}
.mltitle
{
	background-image: url("../images/minilogo.png");
	color: #00AFEF;
	background-size: auto 40px;
	background-repeat: no-repeat;
	line-height: 40px;
	padding-left: 80px;
	font-size: 23px;
	font-weight: 300;
}
.abootsbt
{
	color:#8f8f8f;
	font-size: 18px;
}
.bluefactstripe
{
	margin: 50px 0px;
	padding: 30px 0px;
	background-color: rgb(0, 116, 182);
	color: #FFF;
	font-size: 20px;
	font-family: segoeul,Segoe UI,sans-serif;
	font-weight: 100;
	text-align: center;	
}
.missiontext
{
	color: #3d4246;
	font-size: 23px;
}
.historytext
{
	color: #403a3a;
	font-size: 18px;
}

.checklist
{
	background-image: url("../images/check.png");
	color: #403A3A;
	background-size: auto 15px;
	background-repeat: no-repeat;
	line-height: 35px;
	padding-left: 30px;
	font-size: 19px;
	font-weight: 300;
	list-style: none;
	background-position: left center;
}
.portfolio
{
	background-color: #0ba0f5;
	padding: 50px 0px;
	min-width: 1000px;
}


.partners
{
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
	text-align: justify;
	width: 1000px;
	margin: 50px auto;
}
.partners:after
{
    content: '';
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
.partnerlink
{
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 2px solid #6eba0b;
    border-radius: 10px;
    cursor: pointer;
    width: 180px;
    height: auto;
}
.partnerlink:hover
{
	 border: 2px solid #00afef;
}


.hugeh
{
	color:#2c3e50;
	text-align: center;
	font-size: 50px;
}
.soltext
{
	color: #2c3e50;
	font-size: 18px;
}
.checklists
{
	background-image: url("../images/check.png");
	color: #2c3e50;
	background-size: auto 15px;
	background-repeat: no-repeat;
	line-height: 35px;
	padding-left: 30px;
	font-size: 17px;
	font-weight: 300;
	list-style: none;
	background-position: left 12px;
}
.twilightzone
{
	background-color: #bfc3c5;
	padding: 25px 0px;
	min-width: 1000px;
}
.dotlist
{
	font-size: 16px;
	font-weight: 300;
	color: #2c3e50;
	line-height: 26px;
	list-style: none;
}
.dotlist:before {
    content:"·  ";
    font-size:20px;
    vertical-align:top;
    line-height: 26px;
}

.submitmessage
{
	color: #278AC3;
	text-decoration: none;
	font-size: 25px;
	border: 2px solid #0074B6;
	padding: 10px;
	border-radius: 15px;
	float: right;
	margin-top: 15px;
}
input
{
	display: inline-block;
	height: 30px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 20px;
	color: #000;
	vertical-align: middle;
	background-color: #FFF;
	border: 1px solid #2c3e50;
	outline: medium none;
	border-radius: 5px;
	width: 50%;
}

textarea
{
	width: 98%;
	resize: none;
	border-radius: 10px;
	border: 1px solid #2c3e50;
	padding: 10px;
}