*{padding: 0; margin: 0; text-decoration: none; list-style: none; font-family: helvetica; outline: none;}

a,a:visited{color: #ffffff;}

@font-face{
	font-family: headerFont;
	src: url('../styles/fonts/SourceSansPro-Regular.otf'), url('../styles/fonts/SourceSansPro-Regular.ttf'), url('../styles/fonts/SourceSansPro-Regular.eot');
}

/*#23418f*/

h1{ font-family: headerFont; font-size: 3.5em; font-weight: normal; letter-spacing:3px;} 


h3{ font-family: helvetica; font-size: 1.5em; line-height: 30px; font-weight: normal; margin-top: 10px;}

.quoteStyle{font-family:"Times New Roman",Georgia,Serif; color: #e0e0e0; font-style:italic; font-weight: 300;}

p{font-size: 16px; line-height: 30px;}

textarea,input{ font-size: 16px; }

img:hover{cursor: pointer;}

body{overflow-x: hidden;}

/* main container positioning */

.outerContainerStyle{
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	overflow-x: hidden;
}

.innerContentContainer{
	max-width: 980px;
	min-width: 280px;
	margin: auto;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	overflow-x: hidden;
}

div#scroll-to-top-wrap{
	position: fixed;
	z-index: 50;
	bottom: 20px;
	right: 20px;
	display: none;
	height: 100px;
	width: 100px;
	background-image: url('../assets/scroll-top-icon.png');
	background-repeat: no-repeat;
	cursor: pointer;
	transition: background-image .7s linear;
}


div#scroll-to-top-wrap:hover{
	background-image: url('../assets/scroll-top-icon-hover.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

/* nav styles*/
.logo-pos{
	float: left;
	display: inline-block;
	margin: 20px 20px;
	/*border: 1px solid grey;*/
}

.mobile-nav-icon{
	display: block;
	display: none;	
}


nav#main-menu{
	position: fixed;
	top: 0;
	height: 100px;
	width: 100%;
	background-color: rgba(35, 31, 32, .95);
}

nav#main-menu > a:visited{text-decoration: none; color: #555;   }
nav#main-menu > a{color: #555;}

nav#main-menu{
	box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.67);
    z-index: 100;
}

ul#nav-wrap{
	float: right;
	height: 100px;
	max-width: 1000px;
	min-width: 280px;
	
	display: inline-block;
}

ul#nav-wrap > li{
	height: 50px;
	padding: 25px 10px 25px 10px;
	float: left;
	color: #555;
	/*background-color: orange;*/
}

ul#nav-wrap > li > a{
	height: 50px;
	line-height: 50px;
	padding: 0px 30px 0px 30px;
	display: block;
	font-size: 16px;
	border-radius: 25px;
	-webkit-transition: background-color .3s ease-in;
}

ul#nav-wrap > li > a:hover{
	background-color: #3498db;
	border-radius: 25px;
	color: #fff;
}

.activeLink{
	background-color: #3498db;
	border-radius: 25px;
	color: #fff;
	/*font-weight: bold;*/
}



/* Header styles */
header#header-info{
	margin-top: 100px;
	position: relative;
	min-height: 400px;
}


.bg-resize-to-fit{
	background-image: url(../assets/slide-img2.png);
	background-repeat:no-repeat;
}

.headerGroupStyle1{ 
	color: #fff; 
	border-radius: 30px 30px 30px 30px;
	background-color: rgba(85,85,85,0.6);
	padding: 50px 0px 55px 0px;
}

/* Services styles*/
section#our-goals{
	background-color: #ECF0F1;
	color: #555;
	position: relative;
}

.mini-content-box{
	max-width: 460px;
	min-width: 200px;
	float: left;
	color: #555;
	margin-top: 20px;
}

div#mini-content-wrap{

}

section#what-we-do{
	position: relative;
}

/*.border-top{
	width: 100%;
	height: 10px;
	position: absolute;
	top: -5px;
	background-image: url(../assets/border-img1.png);
	background-repeat:repeat-x;
}*/

/* Team Section */
section#our-team{
	width: 100%;
	position: relative;
	background-color: #ECF0F1;
}


.team-box{
	margin-top: 10px;
	color: #555;
	text-align: center;
	padding: 20px;
	/*border: 1px solid blue;*/
}

.team-img{
	background-color: #555;
	height: 150px;
	width: 150px;
	border: 5px solid  #3498db;
	text-align: center;
	box-shadow: inset 0px 0px 10px 4px rgba(50, 50, 50, 0.75);
	border-radius: 90px;
	overflow: hidden;
	float: left;
}

.team-info{
	display: inline-block;
	margin-left: 20px;
	padding: 10px;
	max-width: 650px;
	min-width: 280px;
	float: right;
	position: relative;
	/*border: 1px solid red;*/
}

/* style for minimal view */
div#team_LESS_container{
	margin-top: 50px;
}

.team-info-LESS{
	width: 326px;
	text-align: left;
	float: left;
}



.team-img-LESS{
	background-color: #555;
	height: 150px;
	width: 150px;
	border: 5px solid  #3498db;
	text-align: center;
	box-shadow: inset 0px 0px 10px 4px rgba(50, 50, 50, 0.75);
	border-radius: 90px;
	overflow: hidden;
}



/* about styles */
section#about-us{
	position: relative;
	color: #fff;
}

/* contact styles*/
section#contact-us{
	position: relative;
}

div#contact-group{
	position: relative;
	/*border: 1px solid orange;*/
}

div#contact-card{
	max-width: 490px;
	min-width: 280px;
	/*border: 1px solid blue;*/
	/*display: inline-block;*/
	margin-left: 10px;
	float: right;
}

div#contact-form-panel{
	float: left;
	/*border: 1px solid red;*/
	max-width: 550px;
	min-width: 280px;
}

input#submit-message{
    font-size: 20px;
    letter-spacing: 2px;
	margin: 0;
}

p#privacy-info{
	display: block;
    font-size: 12px;
}

.submit-group{
	position: relative;
	padding: 10px 0 0px 0;
	margin-bottom: 50px;
}

div#contact-info-panel{
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #555;
	padding: 20px 0px 20px 0px;
	/*box-shadow: 0px 0px 5px 2px rgba(50, 50, 50, 0.2);*/
	margin-top: 15px;
	margin-bottom: 50px;
}


div#map-wrap{
	display: block;
	position: relative;
	box-shadow: 0px 0px 5px 2px rgba(50, 50, 50, 0.2);
	width: 620px;
	overflow: hidden;
}


/*footer*/
footer#footer-info{
	width: 100%;
	background-color: #231f20;
}

div#footer-group{
	width: 1000px;
	height: 100px;
	padding: 20px;
}

ul#footer-menu{
	float: left;
}

ul#footer-menu > li{
	display: inline-block;
	height: 60px;
}

ul#footer-menu > li > a{
	display: block;
	padding: 20px 30px 20px 30px;
}

ul#footer-menu > li > a:hover{
	color: #8AD0FF;
}

ul#social-links{
	float: right;
}

ul#social-links > li{
	display: inline-block;
}

ul#social-links > li > img{
	height: 40px;
	width: 40px;
	margin-left: 10px;
}

.footerSeparator{
	background-image: -webkit-gradient(
	linear,
	right top,
	left top,
	color-stop(0, #3498DB),
	color-stop(0.2, #8AD0FF),
	color-stop(0.4, #3498DB),
	color-stop(0.6, #8AD0FF),
	color-stop(0.8, #3498DB),
	color-stop(1, #8AD0FF)
	);

	background-image: -o-linear-gradient(left, #3498DB 0%, #8AD0FF 20%, #3498DB 40%, #8AD0FF 60%, #3498DB 80%, #8AD0FF 100%);
	background-image: -moz-linear-gradient(left, #3498DB 0%, #8AD0FF 20%, #3498DB 40%, #8AD0FF 60%, #3498DB 80%, #8AD0FF 100%);
	background-image: -webkit-linear-gradient(left, #3498DB 0%, #8AD0FF 20%, #3498DB 40%, #8AD0FF 60%, #3498DB 80%, #8AD0FF 100%);
	background-image: -ms-linear-gradient(left, #3498DB 0%, #8AD0FF 20%, #3498DB 40%, #8AD0FF 60%, #3498DB 80%, #8AD0FF 100%);
	background-image: linear-gradient(to left, #3498DB 0%, #8AD0FF 20%, #3498DB 40%, #8AD0FF 60%, #3498DB 80%, #8AD0FF 100%);
	height: 2px;
	width: 100%;
}

/* bootstrap classes */


.lineheight{
	line-height: 20px;
}


.text-center{
	text-align: center;
}

.spread{
	width: 100%;
}


.header-margin{
	line-height: 150px;
}

/* nice grey*/
.themeColor1{
	color: #231f20;
}

/* white*/
.themeColor2{
	color: #fff;
}

/* nice blue*/
.themeColor3{
	color: #3498db;
}


/* mid tone grey*/
.themeColor4{
	opacity: 0.6;
}

.theme-bg-Color3{
	background-color: #23418f;
}

.input-text{
	border: none;
	width: 94%;
	margin-top: 15px;
	padding: 3%;
	border-radius: 5px;
	border: 1px solid rgba(207,207,207,1);
}

.input-button{
	border: none;
	width: 100%;
	height: 50px;
	margin-top: 15px;
	color: #fff;
	background-color: #3498db;
	font-weight: bold;
	border-radius: 5px;
	border: 1px solid #53b2f2;
	cursor: pointer;
	transition: background-color .8s ease-in;
}

.downloadButton{
	border: none;
	max-width: 300px;
	min-width: 260px;
	height: 60px;
	border-radius: 30px;
	cursor: pointer;
	display: block;
	margin: 50px auto 0 auto;
	font-weight: bold;
	font-size: 1em;
	transition: background-color .8s ease-in;
}

.textarea{
	border: none;
	height: 200px;
	width: 94%;
	margin-top: 15px;
	padding: 3%;
	border-radius: 5px;
	border: 1px solid rgba(207,207,207,1);
}

.cvStyleButton{
	border: none;
	width: 150px;
	height: 50px;
	position: absolute;
	border-radius: 25px;
	right: 0;
	top: 10px;
	cursor: pointer;
	transition: background-color .8s ease-in;

}

.cvStyleButton:hover,.downloadButton:hover,.input-button:hover{
	background-color: #8AD0FF;
}

.aligntextarea{display: inline-block; vertical-align: top;}

.justify{
	text-align:justify;
}

.para-spacing{
	margin-top: 30px;
}

.bigBold{
	font-weight: bold;
	font-size: 20px;
}

.left{
	text-align: left;
}

/*span#welcome-link{
	position: absolute;
	top: 0;
}*/

span#services,span#team,span#about,span#contact,span#goals{
	position: absolute;
	top: -100px;
}

.list-style{
	margin-top: 10px;
	margin-left: 40px;
	text-align: left;
}

.list-style li{
	line-height: 30px;
	list-style: circle;
	margin-top: 15px;
}

.list-style-2 li{
	line-height: 30px;
	margin-top: 15px;
}

.list-style-3 li{
	display: inline-block;
	text-align: center;
	width: 190px;
	margin-top: 5px;
}

.fontZoom-1{
	font-size: 25px;
}

.scale-image{
	max-width: 100%;
	max-height: 100%;	
}

.clear-fix{
	clear: both;
}

.border-red{
	border: 1px solid red;
}


/* Google Maps */
#largeMapView{
    color: #555;
    font-size: 13px;
}

/* for safari */
.forceCenter{
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
}


.SMARTico_Size{
	height: 150px;
	width: 150px;
}