@charset 'UTF-8';
@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600,900');
@import url('font-awesome.min.css');

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body {
		background: #f5f7fa;
	}

	body,input,textarea,select {
		line-height: 1.70em;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 300;
		color: #656b74;
		font-size: 16pt;
	}
    .JobSearchTips {
        text-align: center;
}
	h1,h2,h3,h4,h5,h6 {
		font-weight: 600;
		color: #313a45;
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}
	
	h2 {
		font-size: 1.5em;
		margin: 0 0 1.5em 0;
	}

	h3 {
		font-size: 1.1em;
		margin: 0 0 0.5em 0;
	}

	a {
		color: #3B7DBC;
		text-decoration: underline;
	}
	
		a:hover {
			text-decoration: none;
		}

	strong, b {
		font-weight: 600;
	}
	
	em, i {
		font-style: italic;
	}
	
	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr {
		border: 0;
		border-top: solid 1px #ddd;
	}
	
	blockquote {
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	p, ul, ol, dl, table {
		margin-bottom: 1em;
	}

	br.clear {
		clear: both;
	}

	/* Sections/Articles */
	
		section,
		article {
			margin-bottom: 3em;
		}
		
		section > :last-child,
		article > :last-child {
			margin-bottom: 0;
		}

		section:last-child,
		article:last-child {
			margin-bottom: 0;
		}

	/* Images */

		.image {
			display: inline-block;
		}
		
			.image img {
				display: block;
				width: 100%;
                                /*height: 350px;*/
			}

			.image.fit {
				display: block;
				width: 100%;
			}

			.image.featured {
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.left {
				float: left;
				margin: 0 2em 2em 0;
			}
			
			.image.centered {
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img {
					margin: 0 auto;
					width: auto;
				}

	/* Lists */

		ul.style1 {
			margin: 0;
			padding: 0em 0em 0em 0em;
			overflow: hidden;
			list-style: none;
		}
		
			ul.style1 li {
				overflow: hidden;
				display: block;
				padding: 1.5em 0em 1.8em 0em;
				border-style: solid;
				border-color: #555;
				border-color: rgba(255,255,255,0.1);
				border-top-width: 2px;
				font-weight: 300;
			}
			
			ul.style1 li:first-child {
				padding-top: 0;
				border-top: none;
			}

			ul.style1 h3 {
			}
			
			ul.style1 .image {
				position: relative;
				overflow: hidden;
				border-radius: 50%;
			}
			
		ul.style2 {
		}
		
			ul.style2 li {
				padding-top: 0.70em;
			}
			
			ul.style2 li:first-child {
				padding-top: 0;
			}
			
			ul.style2 a {
				text-decoration: underline;
				color: #8e9399;
			}
			
				ul.style2 a:hover {
					text-decoration: none;
				}

		ul.icons {
		}
		
			ul.icons > li {
				cursor: default;
				display: block;
				position: relative;
				padding: 16px 0 0 80px;
				min-height: 48px;
				margin-top: 1.75em;
			}

			ul.icons > li:first-child {
				margin-top: 0;
			}

			ul.icons li a,
			ul.icons li span {
				display: block;
				text-decoration: none;
				color: #333d47;
			}

			ul.icons > li:before {
				position: absolute;
				top: 0;
				left: 0;
				display: block;
				background: #343e49;
				color: #FFF;
				border-radius: 100%;
				text-align: center;
				font-size: 22px;
				width: 64px;
				height: 64px;
				line-height: 64px;
			}

			ul.icons > li.fa-twitter:before {
				background: #389ebc;
			}

			ul.icons > li.fa-facebook:before {
				background: #3876bc;
			}
			
			ul.icons > li.fa-linkedin:before {
				background: #007BB6;
			}
			
		ul.actions {
		}
		
			ul.actions > li {
				display: inline-block;
				margin-left: 1em;
			}
			
			ul.actions > li:first-child {
				margin-left: 0;
			}
			
		ul.pennants {
			margin: 0;
			text-align: center;
		}
		
		ul.pennants li {
			display: inline-block;
			width: 15em;
			padding: 1em;
			vertical-align: top;
		}

        .stick li{
            list-style-type: none;
            margin-left: 0;
            margin-top: 0;
            margin-bottom: 0;
            padding: 0;
            float: left;
            padding-top: 0px; 
            padding-bottom: 0px;
            text-align: left;
            display: block;
            line-height: 1.2em;
        }

	/* Forms */

		form {
		}
		
			form input,
			form select,
            form email,
			form textarea {
				-webkit-appearance: none;
			}
	
			form input[type=text],
			form input[type=password],
            form input[type=email],
            form input[type=tel],
            form input[type=checkbox],
            form input[type=date],
            form input[type=file],
			form select,
			form textarea {
				position: relative;
				-webkit-appearance: none;
				width: 100%;
				border: 0;
				padding: 0.70em;
				border-radius: 0.5em;
				background: #f5f7fa;
				-moz-transition: background-color 0.25s ease-in-out;
				-webkit-transition: background-color 0.25s ease-in-out;
				-o-transition: background-color 0.25s ease-in-out;
				-ms-transition: background-color 0.25s ease-in-out;
				transition: background-color 0.25s ease-in-out;
				outline: none;
			}
            input[type=submit] {
            border-top: 1px solid #96d1f8;
            background: #65a9d7;
            background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
            background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
            background: -moz-linear-gradient(top, #3e779d, #65a9d7);
            background: -ms-linear-gradient(top, #3e779d, #65a9d7);
            background: -o-linear-gradient(top, #3e779d, #65a9d7);
            padding: 11.5px 23px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            -webkit-box-shadow: rgba(0,0,0,0) 0 1px 0;
            -moz-box-shadow: rgba(0,0,0,0) 0 1px 0;
            box-shadow: rgba(0,0,0,0) 0 1px 0;
            text-shadow: rgba(0,0,0,.4) 0 1px 0;
            color: white;
            font-size: 14px;
            font-family: sans-serif, serif;
            text-decoration: none;
            vertical-align: middle;
            }


	
			form input[type=text]:focus,
            form input [type=email]:focus,
            form input [type=tel]:focus,
			form input[type=password]:focus,
			form select:focus,
			form textarea:focus {
				background: #f0f2f5;
			}
			
			form textarea {
				height: 12em;
			}
			
			form .formerize-placeholder {
				color: #93989f !important;
			}
	
			form ::-webkit-input-placeholder {
				color: #93989f !important;
			}
	
			form :-moz-placeholder {
				color: #93989f !important;
			}
	
			form ::-moz-placeholder {
				color: #93989f !important;
			}
	
			form :-ms-input-placeholder {
				color: #93989f !important;
			}
	
			form ::-moz-focus-inner {
				border: 0;
			}
            input:invalid {
              border: 1px solid red;
            }

            input:valid {
              border: 1px solid green;
}
            .error { 
            color:red
                
}
			
	/* Tables */
	
		table {
			width: 100%;
		}
		
			table.style1 {
				width: 100%;
			}
			
				table.style1 tbody tr:nth-child(2n+2) {
					background: #f4f4f4;
				}
				
				table.style1 td {
					padding: 0.5em 1em 0.5em 1em;
				}
				
				table.style1 th {
					text-align: left;
					font-weight: 600;
					padding: 0.5em 1em 0.5em 1em;
				}
			
				table.style1 thead {
					background: #444;
					color: #fff;
				}
				
				table.style1 tfoot {
					background: #eee;
				}
				
				table.style1 tbody {
				}

	/* Buttons */
		
		.button {
			position: relative;
			display: inline-block;
			text-decoration: none;
			cursor: pointer;
			border: 0;
			border-radius: 0.5em;
			background: #FFF;
			color: #343e49 !important;
			outline: 0;
			-moz-transition: border-color .25s ease-in-out, background-color .25s ease-in-out, color .25s ease-in-out;
			-webkit-transition: border-color .25s ease-in-out, background-color .25s ease-in-out, color .25s ease-in-out;
			-o-transition: border-color .25s ease-in-out, background-color .25s ease-in-out, color .25s ease-in-out;
			-ms-transition: border-color .25s ease-in-out, background-color .25s ease-in-out, color .25s ease-in-out;
			transition: border-color .25s ease-in-out, background-color .25s ease-in-out, color .25s ease-in-out;
			line-height: 3em;
			text-align: center;
			font-weight: 600;
			padding: 0em 1.5em;
			border: solid 2px #ffffff;
		}
		
			.button.small {
				letter-spacing: -0.04em;
				font-size: 0.8em;
			}

			.button.big {
				letter-spacing: -0.04em;
				font-size: 1.25em;
			}

			.button:hover {
				background: rgba(255,255,255,0.15);
				border-color: rgba(255,255,255,0.35);
				color: #fff !important;
			}
			
			.button:active {
				background: #f6f4f4;
			}
		
			.button.alt {
				border-color: #343E49;
				background: #343E49;
				color: #FFF !important;
			}

				.button.alt:hover {
					border-color: #444E59;
					background: #444E59;
				}
				
				.button.alt:active {
					background: #242E39;
					border-color: #242E39;
				}
				
			.button.alt2 {
				border-color: #3B7DBC;
				background: #3B7DBC;
				color: #FFF !important;
			}
			
				.button.alt2:hover {
					border-color: #4B8DCC;
					background: #4B8DCC;
				}

				.button.alt2:active {
					background: #2489a8;
					border-color: #2489a8;
				}
		
	/* Main Title Heading */

		.title-heading {
			position: relative;
			margin: 2em 0;
		}
		
			.title-heading h2 {
				color: #FFF;
				font-size: 2em;
				margin: 0;
			}

			.title-heading p {
				position: absolute;
				right: 0;
				top: 0;
				color: #FFF;
				font-size: 1.25em;
			}

	/* Header */
		
		header {
		}
		
			header h2 {
			}
		
			header p {
				position: relative;
				top: -1.75em;
			}

	/* Footer */
	
		footer {
			margin: 2em 0 0 0;
		}
	
	/* Page Center Title */

		.title {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
		}
		
			.title span {
				position: relative;
				display: inline-block;
				background: #3B7DBC;
				background-attachment: fixed;
				background-image: url('images/bg.svg');
				background-position: center center;
				background-repeat: repeat;
				border-radius: 0 0 0.5em 0.5em;
				font-weight: 600;
				font-size: 1.25em;
				color: #FFF;
				padding: 0.5em 2em 1em 2em;
			}

	/* Pennant */

		.pennant {
			position: relative;
			display: inline-block;
			margin-bottom: 2em;
			width: 10em;
			height: 10em;
			line-height: 9.75em;
			border: solid 2px rgba(255,255,255,0.35);
			border-radius: 100%;
			background-color: none;
			-moz-transition: background-color 0.25s ease-in-out;
			-webkit-transition: background-color 0.25s ease-in-out;
			-o-transition: background-color 0.25s ease-in-out;
			-ms-transition: background-color 0.25s ease-in-out;
			transition: background-color 0.25s ease-in-out;
		}
		
			.pennant:hover {
				background-color: rgba(255,255,255,0.15);
			}

			.pennant span {
				height: 5em;
				display: inline-block;
				vertical-align: middle;
			}
		
			.pennant span:before {
				display: block;
				color: #fff;
				font-size: 108px;
			}			

/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon {
		text-decoration: none;
	}

		.icon:before {
			display: inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper {
		background: #ffffff;
		position: fixed;
		z-index: 10000;
		width: 100%;
		top: 0;
		left: 0;
		box-shadow: 0 0.05em 0.15em 0 rgba(0,0,0,0.15);
	}
	
	#banner-wrapper {
		color: #eee;
		color: rgba(255,255,255,.75);
	}
	
		#banner-wrapper h2,
		#banner-wrapper h3 {
			color: #fff;
		}
	
	#main-wrapper {
		position: relative;
		background: #3B7DBC;
		background-attachment: fixed;
		background-image: url('images/bg.svg');
		background-position: center center;
		background-repeat: repeat;
		overflow: hidden;
		padding: 4em 0 3em 0;
	}
	
		.homepage #main-wrapper {
			position: relative;
			padding: 10em 0 7em;
		}
		
		.homepage #main-wrapper:before {
			content: '';
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 100%; 
			height: 100%;
			background: url('images/highlight.png') no-repeat center center;
			background-size: 100% 100%;
		}
	
	#footer-wrapper {
		position: relative;
		background: #FFF;
		padding: 8em 0 4em 0;
	}
	
	#featured-wrapper {
		position: relative;
		background: #343e49;
		padding: 8em 0 4em 0;
		color: #eee;
		color: rgba(255,255,255,.75);
	}

		#featured-wrapper h2,
		#featured-wrapper h3 {
			color: #fff;
		}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header {
		position: relative;
		height: 3em;
		line-height: 3em;
	}

		#header h1 {
			font-size: 1.25em;
			color: #343e49;
			margin: 0;
		}
		
			#header h1 a {
				text-decoration: none;
				font-weight: 900;
				color: #343e49;
			}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav {
		position: absolute;
		right: 0;
		top: 0;
		line-height: 3em;
		height: 3em;
	}

		#nav > ul {
			margin: 0;
		}

			#nav > ul > li {
				display: inline-block;
				margin-left: 1.5em;
			}
			
				#nav > ul > li:first-child {
					margin-left: 0;
				}

				#nav > ul > li > a,
				#nav > ul > li > span {
					display: block;
					color: #343e49;
					text-decoration: none;
					font-weight: 300;
					outline: 0;
					font-size: 0.9em;
				}

				#nav > ul > li > ul {
					display: none;
				}

	.dropotron {
		text-align: left;
		line-height: 2em;
		min-width: 12em;
		background: #fff;
		box-shadow: 0 0.05em 0.15em 0 rgba(0,0,0,0.15);
		line-height: 1em;
		padding: 0.85em 0 0.85em 0;
		border-radius: 0.5em;
	}

		.dropotron a,
		.dropotron span {
			display: block;
			padding: 0.5em 1.5em 0.5em 1.5em;
			font-size: 0.90em;
			text-decoration:  none;
			color: inherit;
			-moz-transition: color 0.25s ease-in-out;
			-webkit-transition: color 0.25s ease-in-out;
			-o-transition: color 0.25s ease-in-out;
			-ms-transition: color 0.25s ease-in-out;
			transition: color 0.25s ease-in-out;
		}
		
		.dropotron li.active > a,
		.dropotron li.active > span,
		.dropotron li:hover > a,
		.dropotron li:hover > span {
			color: #3B7DBC;
		}
	
	.dropotron.level-0 {
		font-size: 0.9em;
		border-radius: 0 0 0.5em 0.5em;
		box-shadow: 0 0.15em 0.15em 0 rgba(0,0,0,0.15);
		margin: -0.1em 0 0 -1.1em;
	}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main {
		position: relative;
		background: #FFF;
		border-radius: 0.5em;
		padding: 4em 2.5em 4em 2.5em;
	}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner {
		text-align: center;
	}

		#banner .major {
		}
	
			#banner .major h2 {
				font-size: 3.5em;
				line-height: 1em;
				margin-bottom: 0.75em;
			}
			
			#banner .major p {
				top: -1em;
				font-size: 1.5em;
			}
			
			#banner h3 {
                                font-color: white;
			}
			
		#banner section {
			margin: 0;
		}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer .title {
		text-align: center;
	}
	
		.homepage #footer .title span {
			background: #343e49;
		}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright {
		position: relative;
		text-align: center;
		color: #a1a6ac;
		padding: 5em 0em 7em 0em;
	}
	
		#copyright span {
			color: #a1a6ac;
		}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

	    #featured {
	    }

		#featured .title {
			text-align: center;
		}
	
		#featured .title span {
			background: #3B7DBC;
			background-attachment: fixed;
			background-image: url('images/bg.svg');
			background-position: center center;
			background-repeat: repeat;
		}
		
		#featured header .byline {
			display: block;
		}
		
		#featured p {
			line-height: 1.8em;
		}
        .onsale{text-align: center}

        #divFullName #divEmail #divPhone #divMessage{
            font-weight: bold;
            color: #f00;
}
        .formAlert{
            font-weight: bold;
            color: #f00;
        }

#ad {
            width: 25%;
            align: right;
}
/*:target {
  display: block;
  position: relative;
  top: -220px; 
  visibility: hidden;*/
}
