/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #394F54; color: #fff; text-shadow: none; }
::selection { background: #394F54; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a {
	color: 394f54;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #04bab5;
}
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */


html
{
	background-color:#e4e4e4;
}
body
{
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#394F54;
	line-height:1.6em;
}
h1, h2, h3
{
	font-weight:normal;
}
h2
{
	font-size:20px;
}
p
{
	margin:1.5em 0;
}
a, a:visited
{
	color:04bab5;
	text-decoration:none;
}
a:hover
{
	color:#FFF;
	text-decoration:none;
}

h2 a, h2 a:visited
{
	color:#394F54;
}

#main_menu_container
{
	width:1000px;
	position:relative;
	height:79px;
	margin:0 auto;
}
	#main_menu
	{
		position:absolute;
		top:50px;
		right:0;
	}
		#main_menu li
		{
	list-style: none;
	font-size:16px;
	padding:0 20px 0 15px;
	float:left;
	font-weight: normal;
		}
		#main_menu li a
		{
			color:#394F54;
			text-decoration:none;
		}
		#main_menu li a:hover
		{
			color:#a6a6a6;
			text-decoration:none;
		}

		#main_menu li.current-menu-item a 
		{
			color:#04bab5;
			text-decoration:none;
		}
#logo_container
{
	width:1000px;
	position:relative;
	margin:0 auto;
	padding: 0;
}
.how_it_works #logo_container, .social_platforms #logo_container, .blog #logo_container
{
	padding-bottom: 0;
}

	#logo
	{
		float:left;
		margin-right:10px;
	}
	#slogan
	{
		margin-top:3px;
		font-size:18px;
		font-weight:normal;
	}
	
	#social_buttons
	{
		position:absolute;
		top:22px;
		right:20px;
	}
	
	#header_intro
	{
		margin-top:35px;
		margin-bottom:20px;
	}
		#header_image
		{
			float:left;
			margin-right:10px;
		}
		.how_it_works #header_image, .social_platforms #header_image
		{
			margin-right:40px;
		}
		#header_box
		{
	border:10px solid #04bab5;
	margin-left:30px;
	float:left;
	width:530px;
	height:180px;
	font-size:18px;
	margin-top:10px;
		}
			#header_box h2
			{
				font-size: 22px;
				text-align: center;
				margin:0.5em 0;
			}
			#header_box hr
			{
				width: 490px;
			}
			.events
			{
				padding:10px 20px;
			}
				.event_name, .event_date, .event_location, .event_link
				{
					float:left;
				}
				.event_date
				{
					width:85px;
				}
				.event_name
				{
					width:135px;
				}
				.event_location
				{
					width:130px;
				}
		#header_text h1
		{
	font-size:36px;
	font-weight:lighter;
	padding-top:85px;
	line-height:1em;
		}
		.how_it_works #header_text h1
		{
			padding-top:75px;
		}
		.how_it_works #header_text p, .social_platforms #header_text p
		{
			margin:1em 0;
		}
		.social_platforms #header_text h1
		{
			padding-top:20px;
		}
		
#page_menu_container
{
	width:1005px;
	margin-left:auto;
	margin-right:auto;
}
	#page_menu
	{
		width:980px;
		margin:0 auto;
		
	}
		#page_menu_nav
		{
			background-color:#e4e4e4;
			height:62px;
			width:980px;
		}
			#page_menu_nav ul
			{
				width:980px;
				/*margin:0 0 0 45px;*/
				text-align:center;
				padding-left:0;
			}
			#page_menu_nav li
			{
				/*border-left:1px solid #fff;*/
				display:inline;
				list-style: none;
			}
			.blog #page_menu_nav li
			{
				border:0;
			}
				#page_menu_nav li a
				{
	font-size:16px;
	color:#394f54;
	line-height:62px;
	text-decoration: none;
				}
				#page_menu_nav .small_menu li a
				{
					padding:20px 30px 15px 30px;
					font-size:16px;
				}
				.small_menu .last
				{
					border-right:1px solid #fff;
				}
				
				#page_menu_nav li a:hover
				{
	color:#9b9b9b;
	background:none !important;
	/*box-shadow: 5px 5px 8px #000;	*/				
				}
				.simple li a:hover
				{
					background-color:transparent !important;
					box-shadow:none !important;
				}
				#blog_archive_ul #back_nav
				{
					margin-left:-100px !important;
				}
				.arrow_blue_back
				{
					background:url(../images/simple_arrow.png) no-repeat 0 0;
					width:22px;
					height:44px;
					display:block;
					position:absolute;
					bottom: -50px;
					left:50px;
				}
				.post_wide
				{
					border:10px solid #E4E4E4;
					margin:20px 0;
				}
				.box_wide
				{
					border:10px solid #E4E4E4;
					padding:40px 20px;
					margin:20px 10px;
				}
					.post_wide hr
					{
						width:100%;
					}
					.post_wide .post_image
					{
						margin-right:20px;
					}
					.post_wide h2
					{
						font-size:30px !important;
						margin-bottom:30px !important;
					}
					.post_grey
					{
						background-color: #E4E4E4;
						margin:20px 0 0 20px;
						height:60px;
						float:left;
						width:670px;
					}
					.post_desc_left
					{
	float:left;
	width:45%;
	margin-right:10px;
	border-right:1px solid #04bab5;
	padding-right:30px;
					}
					.post_desc_right
					{
	float:left;
	width:45%;
	border-left:1px solid #04bab5;
	padding-left:30px;
					}
					.post_wide .post_desc
					{
						padding-bottom:20px;
					}
					
					.box_wide .post_image
					{
						float:left;
						width:100px;
						height:100px;
						margin-right:20px;
						background-color:#4A6268;
					}
					.news_image
					{
						width:260px;
						height:100px;
						margin-right:20px;
						background-color:#4A6268;
						float:left;
					}
					.news_data h2
					{
						margin-top:0;
						font-size:22px;
					}
					.news_extra 
					{
						float:right;
						margin-right:30px;
						font-weight: bold;
					}
					.box_wide .post_data
					{
						width:530px;
						float:left;
						font-size:18px;
					}
					.box_wide .post_subtitle
					{
						margin-bottom:10px;
					}
					.post_data h2
					{
						margin-top:0;
						font-size:22px;
					}
					.post_extra
					{
						font-size:16px;
						font-weight:bold;
					}
					.post_single_bottom .links
					{
						float:left;
					}
					.post_single_right
					{
						background-color:#E4E4E4;
						width:475px;
						height:425px;
						float:right;
					}
.nav1, .nav2, .nav4, .nav5 {
	margin-right:175px;
}

.company1, .company2, .company3 {
	margin-right:125px;
}


				.nav1 a, li.nav1 a:hover
				{
					/*background-image:url(http://www.telesocial.com/wp-content/uploads/2012/09/icon-nav1.png);*/
					background-repeat:no-repeat;
					background-position:50px center;
				}
				.nav2 a, li.nav2 a:hover
				{
					/*background-image:url(http://www.telesocial.com/wp-content/uploads/2012/09/icon-nav2.png);*/
					background-repeat:no-repeat;
					background-position:50px center;
				}
				.nav3 a, li.nav3 a:hover
				{
					/*background-image:url(http://www.telesocial.com/wp-content/uploads/2012/09/icon-nav3.png);*/
					background-repeat:no-repeat;
					background-position:50px center;
				}
				.nav4 a, li.nav4 a:hover
				{
					/*background-image:url(http://www.telesocial.com/wp-content/uploads/2012/09/icon-nav4.png);*/
					background-repeat:no-repeat;
					background-position:50px center;
				}
				.nav5 a, li.nav5 a:hover
				{
					/*background-image:url(http://www.telesocial.com/wp-content/uploads/2012/09/icon-nav5.png);*/
					background-repeat:no-repeat;
					background-position:50px center;
				}
				.nav6 a, li.nav6 a:hover
				{
					/*background-image:url(http://www.telesocial.com/wp-content/uploads/2012/09/icon-nav6.png);*/
					background-repeat:no-repeat;
					background-position:50px center;
				}
				/*.arrow, .arrow_right
				{
					background:url(http://www.telesocial.com/wp-content/uploads/2012/09/arrow-green-right.png) no-repeat left top;
					width:38px;
					height:38px;
					position:absolute;
					bottom:-38px;
					left:46%;
					display:none;
				}*/
				.arrow_blue_ns
				{
					background:url(../images/arrow_blue_ns.png) no-repeat left top;
					width:30px;
					height:30px;
					position:absolute;
					bottom:-30px;
					left:46%;
					
				}/
				.arrow
				{
					background:url(../images/arrow-green-left.png) no-repeat left top;
				}
				#page_menu_nav li a:hover .arrow, #page_menu_nav li a:hover .arrow_right
				{
					display:inline;
				}
				#page_menu_nav li a:hover .arrow_blue_ns
				{
					background:url(../imagesarrow-down-aqua-rightT.png) no-repeat left top;
				}
				#page_menu_desc
				{
					margin:50px auto 35px auto;
					width:800px;
				}
					.nav_desc
					{
						padding-left:100px;
						font-size:20px;
						line-height:1.5em;
					}
					.nav_desc_inner
					{
						padding-right:100px;
					}
					.how_it_works .nav_desc
					{
						padding-left:80px;
					}
					.how_it_works .nav_desc_inner
					{
						padding-right:80px;
					}
					#nav_desc1
					{
	/*background-image: url(http://www.telesocial.com/wp-content/uploads/2012/09/icon-nav1-green.png);*/
	background-position: left center;
					}
						#nav_desc1
					{
						/*background:url(http://www.telesocial.com/wp-content/uploads/2012/09/icon-nav1-green.png) no-repeat left center;*/
					}#nav_desc1 .nav_desc_inner
						{
							/*background:url(http://www.telesocial.com/wp-content/uploads/2012/09/icon-nav1-green.png) no-repeat right center;*/
						}
					#nav_desc2
					{
						display:none;
						/*background:url(../images/icon-nav2-green.png) no-repeat left center;*/
					}
						#nav_desc2 .nav_desc_inner
						{
							/*background:url(../images/icon-nav2-green-r.png) no-repeat right center;*/
						}
					#nav_desc3
					{
						display:none;
						/*background:url(../images/icon-nav3-green.png) no-repeat left center;*/
					}
						#nav_desc3 .nav_desc_inner
						{
							/*background:url(../images/icon-nav3-green-r.png) no-repeat right center;*/
						}
					#nav_desc4
					{
						
						/*background:url(http://www.telesocial.com/wp-content/uploads/2012/09/icon-nav4-green.png) no-repeat left center;*/
					}
						#nav_desc4 .nav_desc_inner
						{
							/*background:url(http://www.telesocial.com/wp-content/uploads/2012/09/icon-nav4-green.png) no-repeat right center;*/
						}
					#nav_desc5
					{
						display:none;
						/*background:url(http://www.telesocial.com/wp-content/uploads/2012/09/icon-nav5-green.png) no-repeat left center;*/
					}
						#nav_desc5 .nav_desc_inner
						{
							/*background:url(http://www.telesocial.com/wp-content/uploads/2012/09/icon-nav5-green.png) no-repeat right center;*/
						}
					#nav_desc6
					{
						display:none;
						/*background:url(http://www.telesocial.com/wp-content/uploads/2012/09/icon-nav6-green.png) no-repeat left center;*/
					}
						#nav_desc6 .nav_desc_inner
						{
							/*background:url(http://www.telesocial.com/wp-content/uploads/2012/09/icon-nav6-green.png) no-repeat right center;*/
						}
						
					hr
					{
	border-top:1px solid #04bab5;
	border-bottom:1px solid #04bab5;
	height:9px;
	width:600px;
	margin:0 auto;
					}

.member
{
	margin-top:20px;
}
.section_left
{
	width:220px;
	float:left;
	margin-right:45px;
}
.section_left img
{
	margin-bottom:25px;
}
.section_right
{
	float:left;
	width:715px;
}
	.section_right h2
	{
		margin-top:0;
		font-size:20px;
		margin-bottom:0;
	}
	.section_right p
	{
		margin:1em 0 1.5em 0;
	}
.italic
{
	font-style: italic;
}
.center
{
	text-align:center;
}
#main
{
	width:980px;
	margin:45px auto 50px auto;
	position: relative;
}
.blog #main
{
	width:1000px;
	margin:30px auto 50px auto;
}
	.box
	{
		width:415px;
		height:130px;
		border:10px solid #E4E4E4;
		float:left;
		margin-right:10px;
		margin-bottom:20px;
		position:relative;
		padding:20px 20px 20px 10px;
		line-height: 1.25em;
	}
	.box:hover
	{
	border-color:#04bab5;
	box-shadow:3px 3px 5px #888;
	}
	.handle
	{
	background-color: #FFF;
	width:46px;
	height:46px;
	position:absolute;
	top:0;
	left:0;
	}
	.box h2
	{
		margin-top:0;
		margin-bottom:10px;
		text-align: center;
		font-size: 24px;
		padding-left:20px;
	}
	.box_more
	{
	position:absolute;
	bottom:14px;
	right:-60px;
	}
	.box_text
	{
		padding-left:10px;
		text-align:justify;
		/* MORGAN EDIT padding-top:5px; */
	}
	#home_data_left
	{
		float:left;
		margin-right:25px;
	}
	#home_data_right
	{
		float:left;
	}
		.button_orange
		{
			background:url(../images/box_orange_blue.png) no-repeat 0 0;
			width:225px;
			height:88px;
			display: block;
			text-decoration: none;
			color:#fff;
			font-size:18px;
			padding:10px 40px 10px 65px;
			float:left;
			margin-top:30px;
		}
		
		.button_orange_blue
		{
	background:url(../images/box_orange_blue.png) no-repeat 0 0;
	width:225px;
	height:88px;
	display: block;
	text-decoration: none;
	color:#fff;
	font-size:18px;
	padding:10px 40px 10px 65px;
	float:left;
	margin-top:30px;
	text-align: center;
		} 
		
		
		.button_download
		{
			margin:80px 0 0 60px;
			width:210px;
			height:73px;
			padding:25px 40px 10px 105px;
		}
		
		.button_green
		{
	background-color: #04bab5;
	padding:20px 10px;
	color:#394F54;
	font-size:22px;
	display:block;
	margin:0 auto 40px auto;
	width:250px;
	text-align:center;
	position:relative;
		}
			.button_green .arrow_green_right_ns
			{
				background:url(../images/arrow_green_ns.png) no-repeat 0 0;
				width:31px;
				height:30px;
				position:absolute;
				bottom:-30px;
				left:45%;
			}
		
		
		
		#search_place
		{
			position:absolute;
			right:40px;
		}
		#searchform
		{
			float:left;
			margin:10px 0 0 0;
		}
		#searchform #s
		{
			background:url(../images/input_search.png) no-repeat 0 0;
			width:215px;
			height:40px;
			border:0;
			padding-left:55px;
			padding-right:10px;
		}
		
			#searchsubmit
			{
				display:none;
			}
		
		.button_blue1
		{
	float:left;
	background:url(../images/app-store-links.png) no-repeat 0 0;
	width:328px;
	height:53px;
	text-decoration: none;
	color:#fff;
	font-size:18px;
	padding:35px 0 10px 0;
	text-align:center;
		}
	
		
		.button_blue2
		{
	float:left;
	background:url(../images/box_blue2.png) no-repeat 0 0;
	width:328px;
	height:41px;
	display: block;
	text-decoration: none;
	color:#fff;
	font-size:18px;
	padding:47px 0 10px 0;
	text-align:center;
	float:right;
		}
		.button_blue2:hover
		{
			background:url(../images/box_blue2_h.png) no-repeat 0 0;
			text-decoration: none;
			color:#fff;
		}
		.box_green
		{
	border:10px solid #04bab5;
	margin-top:15px;
	margin-bottom:50px;
	padding:20px;
	position:relative;
		}
		.arrow_box_green
		{
	position:absolute;
	width:32px;
	height:30px;
	background:url(../images/arrow-down-aqua-right.png) no-repeat 0 0;
	bottom:-40px;
	right:137px;
		}
		#press_data
		{
			border-top:8px solid #394F54;
			border-bottom:8px solid #394F54;
			padding:5px 0;
			margin-bottom:5px;
		}
		#press_data a
		{
			margin-left:30px;
		}
		.back_to_top
		{
	background:url(../images/orange_arrow.png) no-repeat center top;
	font-size: 16px;
	font-weight:normal;
	position:absolute;
	padding-top:35px;
	left:-110px;
	bottom:-50px;
	text-align: center;
		}
		
		.box_grey
		{
			border:10px solid #E4E4E4;
			padding:35px 20px 22px 45px;
			width:235px;
			height:175px;
			float:left;
			position:relative;
		}
		.asterix
		{
			background:url(../images/asterix.png) no-repeat 5px 5px;
		}
		.exclamation
		{
			background:url(../images/exclamation.png) no-repeat 5px 5px;
		}

		.box_image
		{
			float:left;
		}
		
		
		
		.blog_left
		{
			width:535px;
			float:left;
			margin-right:35px;
		}
		.box_blog
		{
			border:10px solid #E4E4E4;
		}
			.blog_left hr, .blog_right hr
			{
				width: 100%;
			}
		.blog_right
		{
			width:420px;
			float:left;
		}	
			.post_desc
			{
				position:relative;
				padding:30px;
			}
			.post_top
			{
				padding:15px 20px;
			}
				.post_top h2
				{
					margin:0 0 10px 0;
					font-size:20px;
				}
				.post_subtitle
				{
					font-size:16px;
					font-weight:bold;
				}
				.post_date
				{
					font-size:16px;
					font-weight:bold;
				}
				.news_image
				{
					margin-bottom:10px;
				}
			.post_image
			{
				float:left;
				margin-right:5px;
			}
			
		.links
		{
			font-weight:bold;
			font-size:12px;
			margin-top:10px;
		}
			.link_title
			{
				font-size:16px;
			}
			.links ul
			{
				margin:0;
				padding:0;
			}
			.links li
			{
				list-style: none;
			}
			.links a
			{
				color:#394F54;
			}
footer
{
	background-color:#E4E4E4;
}
	#footer_top
	{
		width:1000px;
		margin:0 auto;
		font-size:12px;
	}
		#footer_logo
		{
			float:left;
		}
			#footer_right
			{
				float:left;
				position:relative;
				margin-top:10px;
				margin-left:15px;
			}
			#footer_right ul
			{
				margin:0;
				padding:0;
			}
			#footer_right li 
			{
				list-style: none;
				float:left;
				margin-left:45px;
			}
			#footer_right a
			{
				color:#4a6268;
			}
			#footer_robot
			{
				width:106px;
				height:91px;
				background:url(http://www.telesocial.com/wp-content/uploads/2012/09/robot.png) no-repeat 0 0;
				position:absolute;
				top:18px;
				left:535px;
			}

/* MORGAN NIXON EDITS */

.box_more { display:none; }
#home_data { display:none; }
.back_to_top { display:none; }
.page-id-15 #page_menu_nav li a, .page-id-4 #page_menu_nav li a { font-size:22px !important; }
#page6, #page5 {
    display: none;
}



.company_custom li a {
	font-size:22px !important;
}

.company_custom li a:hover {
	color:#9b9b9b;
}

.company_custom li a:hover.selected {
	color:#04bab5;
}

a.selected {
	color:#04bab5 !important;
}

.company_custom {
	line-height:62px;
}

#menu-company li {
	margin-right:30px;
}

.page-id-4 #slogan {
	display:none !important;
}

.page-id-514 #header_text h1 {
	font-size:26px !important; 
}

.page-id-514 a {
	color:#394F54;
}

.page-id-514 a:hover, #contact-quote a:hover {
	color:#a6a6a6 !important;
}

#contact-quote a {
	color:#a6a6a6 !important;
}

.contact_quote {
  color: #a6a6a6;;
  line-height: 60px;
  margin-left: 198px;
  font-style:italic;
}

.t1, .t2, .t3 {
	margin-right:20px;
}

.page-id-514 #header_text p {
	font-size:13px !important;
}

.page-id-855 #content a {
	color:#04bab5;
	text-decoration:underline;	
	margin-bottom:20px;

}

#page_menu_nav li a:hover {
	color:#9b9b9b;
}

#page_menu_nav li .selected a:hover {
	color:#04bab5 !important;

}


 #page_menu_nav li.current-menu-item a,
				#page_menu_nav li.selected a
				{
					color:#04bab5;
					
				}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}