/*
	Theme Name: Lifestyle Child Theme
	Theme URI: http://www.studiopress.com/themes/lifestyle
	Description: Lifestyle is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	
	Version: 2.0.2

	Template: genesis
	Template Version: 1.8

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Post Formats
* Column Classes
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Lifestyle Blue
* Lifestyle Charcoal
* Lifestyle Gray
* Lifestyle Green
* Lifestyle Pink
* Lifestyle Purple
* Lifestyle Tan
* Lifestyle Teal
* Lifestyle Yellow

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Marcellus);


@font-face {
				font-family: 'Gotham-Medium';
				src: url('fonts/gotham-medium.eot');
				src: url('fonts/gotham-medium.eot?#iefix') format('embedded-opentype'),
						 url('fonts/gotham-medium.woff') format('woff'),
						 url('fonts/gotham-medium.ttf') format('truetype'),
						 url('fonts/gotham-medium.svg#gotham-medium') format('svg');
				font-weight: normal;
				font-style: normal;
		}
@font-face {
    font-family: 'marcellusregular';
    src: url('fonts/marcellus-regular-webfont.eot');
    src: url('fonts/marcellus-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/marcellus-regular-webfont.woff') format('woff'),
         url('fonts/marcellus-regular-webfont.ttf') format('truetype'),
         url('fonts/marcellus-regular-webfont.svg#marcellusregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Defaults
------------------------------------------------------------ */


body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #444;
	font-family: 'Marcellusregular', Arial, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input,
select,
textarea,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

.bbPress input,
.bbPress textarea {
	padding: 5px;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #509ac9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #f5f5f8;
}
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6{
	font-family: 'marcellusregular' !important;
}

/* Wrap
------------------------------------------------------------ */
.home h1.entry-title{
	display: none;
}
.page-id-2463 h1.entry-title{
	display: none;
}
#wrap {
	margin: 0px auto;
	overflow: hidden;
	
	
}


/* Header
------------------------------------------------------------ */

#header {
	
	
	margin: 0 auto;
	width: 920px;
	position: relative;
	z-index:9999;
	height: 105px;
}

.page-template-page-landing-php #header {
	margin: 0 auto;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 35px 0 0 30px;
	width: 400px;
}

.header-full-width #title-area {
	padding: 35px 0 0;
}
	
#title {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 48px;
	font-variant: small-caps;
	line-height: 48px;
	margin: 0;
	text-shadow: #666 1px 1px;
}

.header-full-width #title {
	text-align: center;
}

#title a,
#title a:hover {
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#description {
	color: #fff;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 20px;
	font-style: italic;
	line-height: 24px;
	text-shadow: #666 1px 1px;
}

.header-full-width #description {
	text-align: center;
}

#header .widget-area {
	float: right;
	width: 550px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 300px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 920px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover { 
	position: static;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.menu {
	float: left;
	margin-left: 30px;
}

#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}
ul#menu-nav-top li a{
	color: #f5d7b8 !important;
	font-size: 10px !important;
}
ul#menu-nav-top li a:hover, ul#menu-nav-top li a:active{
	color: #fff !important;
}
#header ul.menu li {
	background-color: none;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.menu li a {
	color: #c2c2c2;
	display: block;
	text-align: center;
	margin-right: 24px;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
	text-shadow: -4px -1px 10px black;
}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	
	color: #fff;
}

#header ul.menu li a.sf-with-ul {
	padding-right: 25px;
}	

#header ul.menu li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #343855;
	border: 1px solid #323652;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #24273b;
}

#header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#header ul.menu li ul a { 
	width: 160px;
}

#header ul.menu li ul ul {
	margin: -31px 0 0 179px;
}

#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	clear: both;
	color: #509ac9;
	font-family: 'Oswald', arial, serif;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 920px;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	display: block;
	padding: 10px 10px 8px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	color: #444;
}

#nav li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #fff;
	border: 1px solid #ddd;
	border-top-width: 0;
	color: #444;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	width: 128px;
}

#nav li li a:hover,
#nav li li a:active {
	color: #509ac9;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#nav li ul a { 
	width: 130px;
}

#nav li ul ul {
	margin: -31px 0 0 149px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	padding: 10px 10px 8px;
}

#nav li.right a {
	background: none;
	border: none;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #444;
	text-decoration: none;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background: url(images/subnav.png);
	border-bottom: 1px solid #ddd;
	clear: both;
	color: #fff;
	font-family: 'Oswald', arial, serif;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 auto;
	overflow: hidden;
	width: 920px;
	word-spacing: 2px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	border-right: 1px solid #ddd;
	border-left: 1px solid #fff;
	display: block;
	padding: 9px 16px 8px 15px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #fff;
	color: #444;
}

#subnav li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #fff;
	border: 1px solid #ddd;
	border-top-width: 0;
	color: #444;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#subnav li li a:hover,
#subnav li li a:active {
	color: #509ac9;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#subnav li ul a { 
	width: 130px;
}

#subnav li ul ul {
	margin: -31px 0 0 149px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	background-color: #fff;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 0;
	width: 960px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	box-shadow: 0 0 15px #555;
	-moz-box-shadow: 0 0 15px #555;
	-webkit-box-shadow: 0 0 15px #555;
	position: relative;
	top: -55px;
	clear:both;
	padding-bottom: 200px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	background: url(images/line.png) bottom repeat-x;
	color: #444;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 10px 0 15px;
	width: 920px;
}

.breadcrumb a,
.breadcrumb a:visited {
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}



/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 920px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.full-width-content #content-sidebar-wrap {
	width: 920px;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 450px;
}

.content-sidebar #content,
.sidebar-content #content {
	padding: 5px 28px 20px;
	width: 580px;
}

.content-sidebar-sidebar #content {
	padding: 0 10px;
	width: 430px;
}

.sidebar-sidebar-content #content {
	padding: 0 10px 0 0;
	width: 440px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	padding: 0 0 20px;
	width: 920px;
}

.page-template-page-landing-php #content  {
	padding: 20px 100px 0;
	width: 720px;
}

blockquote {
	background-color: #f5f5f5;
	clear: both;
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

blockquote p {
	color: #777;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	font-style: italic;
}

#postitnotesummit {
	position:absolute !important;
	top:0px;
	left:980px;
	z-index:999999;
}

.post {
	background: url(images/line.png) bottom repeat-x;
	margin: 0 0 25px;
	overflow: hidden;
	padding: 0 0 25px;
}

.single .post {
	background: none;
	margin: 0 0 20px;
	padding: 0;
}

.sticky {
	padding: 20px;
}

.format-aside,
.format-audio,
.format-link,
.format-quote,
.format-status,
.format-video {
	margin: 0 0 20px;
	padding: 0 0 10px;
}

.entry-content a,
.entry-content a:visited {
	text-decoration: underline;
}

.entry-content a:hover {
	text-decoration: none;
}

.entry-content p,
.home #content p,
.page .entry-content p {
	padding: 0 0 15px;
	word-wrap: break-word;
}
.page-id-2463 #content p {
	padding: 0 0 15px;
	word-wrap: break-word;
}
#author-description {
	padding: 0 0 15px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}
hr{
	clear: both;
	height: 26px;
	width: 100%;
	background: url('images/border-line.jpg') no-repeat center top;
	display: block;
	border: none;
	margin: 20px 0px;
}

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-size: 18px;
	margin: 0 0 10px;
}
h1{
	color: #656565;
	font-size: 24px;
	line-height: 30px;
}

h2,
h2 a,
h2 a:visited {
	color: #323B57;
	font-family: 'Oswald', arial, serif;
	font-size: 24px;
	line-height: 30px;
}

h2 a:hover {
	color: #444;
	text-decoration: none;
}

.home h2 a,
.home h2 a:visited {
	font-size: 16px;
	line-height: 22px;
}
.page-id-2463 h2 a {
	font-size: 16px;
	line-height: 22px;
}
.page-template-page-portfolio-php h2 a,
.page-template-page-portfolio-php h2 a:visited {
	font-size: 16px;
	line-height: 20px;
}

h3 {
	font-size: 20px;
}

.bbPress h2 {
	font-size: 20px;
	margin: 0 0 5px;
}

.bbPress h2.entry-title {
	display: none;
}

h4,
h4 a,
h4 a:hover,
h4 a:visited {
	color: #444;
	font-size: 16px;
	text-decoration: none;
}

#footer-widgets h4 {
	color: #fff;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}

/* faq link list ---------------*/

.faqnav  {
}


.faqnav ul li {
	font-family: 'Marcellus', sans-serif;
	font-size:  16px !important;
	list-style: none;
	margin-bottom: 12px;
}

/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: 5px 0 15px;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	background-color: #f5f5f5;
	clear: both;
	font-size: 11px;
	padding: 7px 10px 5px;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background: url(images/line.png) top repeat-x;
	margin: 0 0 40px;
	padding: 20px 0 0;
	overflow: hidden;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}


/* Post Icons
------------------------------------------------------------ */

.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	padding: 2px 0 2px 22px;
}
	
.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 22px;
}

.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 20px;
}
	
.time {
	background: url(images/icon-time.png) no-repeat top left;
	padding: 2px 0 2px 21px;
}


/* Images
------------------------------------------------------------ */

img {
	max-width: 100%;
}

.post-format-image {
	background: none;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

.page .post-format-image {
	display: none;
}

img.alignleft,
img.alignright,
.alignleft img,
.alignright img,
.featuredpage img,
.featuredpost img {
	border: 1px solid #ddd;
	max-width: none;
	margin: 0 0 10px;
	padding: 4px;
}

.page-template-page-portfolio-php .featuredpost a img:hover {
	border: 1px solid #999;
}

.avatar,
.post-image {	
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.bbp-user-home .avatar {
	margin: 0 0 10px;
}

.bbPress .avatar {
	background-color: #fff;
}
 
.avatar.avatar-14 {
	padding: 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar { 
	background-color: #fff;
	float: left;
	height: 30px;
	margin: 0 5px 0 0;
	padding: 4px;
	width: 30px;
}

img.centered,
.aligncenter {
	border: 1px solid #ddd;
	display: block;
	margin: 0 auto 10px;
	padding: 4px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	text-align: center;
}

p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	/*background: #f5f5f5;*/
	display: inline;
	float: right;
	margin: 35px 0 20px;
	padding: 15px 15px 5px;
	width: 250px;
}

#sidebar-alt {
	background: #f5f5f5;
	float: left;
	padding: 15px 15px 5px;
	width: 120px;
}

.sidebar p {
	padding: 0 0 5px;
}

.sidebar-bottom-left {
	display: inline;
	float: left;
	width: 110px;
}
	
.sidebar-bottom-right {
	display: inline;
	float: right;
	width: 125px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
/*	background: url(images/line-sidebar.png) bottom repeat-x; */
	margin: 0 0 15px;
	padding: 0 0 20px;
}

.widget-area ol,
.widget-area ul {
	margin: 5px 0 -5px 20px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
 	word-wrap: break-word;
}

.widget-area ol li {
	list-style-type: decimal;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	background-color: #fff;
	color: #509ac9;
	display: inline;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 2px 0 0;
	padding: 3px;
	width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 5px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 5px 0;
}

.page-template-page-portfolio-php .featuredpage .page,
.page-template-page-portfolio-php .featuredpost .post {
	float: left;
	margin: 0 9px 10px;
	padding: 5px 0 15px;
	overflow: hidden;
	width: 212px;
}

#homepage-left {
	clear: none;
	float: left;
	width: 33%;
	margin-top: 55px;
}
#homepage-middle{
	clear: none;
	float: left;
	width: 33%; 
	margin-top: 55px;
}

#homepage-right {
	clear: none;
	float: right;
	width: 30%;
	margin-top: 55px;
	margin-right: -20px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

#bbp_reply_submit,
#bbp_topic_submit,
input[type="button"],
input[type="submit"] {
	background-color: #424671;
	border: 1px solid #cccccc;
	color: #fff !important;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 14px 10px 14px;
	text-decoration: none;
	margin-top: 16px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#nav .searchsubmit {
	padding: 2px 7px 2px;
}

.reply a,
.reply a:visited {
	padding: 0 4px;
}

#bbp_reply_submit:hover,
#bbp_topic_submit:hover,
input:hover[type="button"],
input:hover[type="submit"] {
	background-color: #cccccc;
	border: 1px solid #cccccc;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 40px 0 0;
}

#nav .searchform {
	float: right;
	margin: 1px 0 0;
}

.s {
	background-color: #fff;
	color: #509ac9;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 4px 0 5px 5px;
	width: 175px;
}

#nav .s {
	padding: 2px 0 2px 5px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	background-color: #fff;
	color: #509ac9;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 0 5px 7px;
	width: 195px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */
 
#footer-widgets {
	background: transparent;
	border-bottom: 1px solid #fff;
	clear: both;
	color: #fff;
	font-size: 12px;
	margin: 0 auto 0;
	line-height: 1em;
	overflow: hidden;
	padding: 10px 0 0 0;
	width: 920px;
}
.wrap {
	margin: 0 auto;
	width: 920px;
}
#footer-widgets .wrap {
	margin: 0 auto;
	width: 900px;
}
 
#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}

#footer-widgets p {
	color: #fff;
	padding: 0 0 10px;
}
 
#footer-widgets a,
#footer-widgets a:visited {
	color: #00f;
	text-decoration: none;
}

#footer-widgets a:hover {
	text-decoration: underline;
}
 
#footer-widgets ul {
	color: #fff;
	list-style-type: none;
	margin: 0 0 10px;
}
 
#footer-widgets ul li {
	list-style-type: square;
	margin: 0 0 0 15px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	padding: 0 20px 0 0;
	width: 290px;
}
 
.footer-widgets-2 {
	float: left;
	width: 280px;
}
 
.footer-widgets-3 {
	float: right;
	width: 290px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	display: none;
	background: url('images/footer-bg.png') no-repeat top center;
	clear: both;
	font-family: Arial, Helvetica, serif;
	font-size: 12px;
	overflow: hidden;
	margin: -130px auto 50px;
	padding-top: 10px;
	position: relative;
	width: 920px;
	z-index: 99999;
}

#footer p {
	color: #666565;
	font-family: Arial, Helvetica, serif;
	font-size: 12px;
	text-align: center;
}
#footer p.footer-title{
	font-size: 18px;
	line-height: 30px;
}
#footer ul li{
	display: inline-block;
}
#footer ul li::after{
	content: " | ";
}
#footer ul li:last-child:after{
	content: "";
}
#footer ul li a{
	text-transform: lowercase;
	
}
.menu-footer-menu-container{
	text-align: center;
}
#footer a,
#footer a:visited {
	color: #313a56;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 10px;
	width: 200px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 695px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 30px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	margin: 0;
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style: none;
	margin: 10px 0 0;
	padding: 10px;
}

.comment-list li ul li {
	list-style-type: none;
}

.comment-list p,
.ping-list p {
	font-weight: normal;
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}

.comment-list ul.children {
	margin-top: 20px;
}

.comment-list ul.children li.comment  {
	background: #fff;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
	font-weight: bold;
}

.commentmetadata {
	font-weight:normal;
}

.comment-author { 
	background: #e5e5e5;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 10px 0;
}

.comment-meta { 
	background: #e5e5e5;
	font-size: 12px;
	padding: 0 10px 8px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
	padding: 10px 0;
}

.thread-alt,
.thread-even {
	background: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Lifestyle Blue
------------------------------------------------------------ */

body.lifestyle-blue {
	background-color: #aabed4;
}

.lifestyle-blue a,
.lifestyle-blue a:visited,
.lifestyle-blue #nav,
.lifestyle-blue #nav li li a:hover,
.lifestyle-blue #nav li li a:active,
.lifestyle-blue #subnav li li a:hover,
.lifestyle-blue #subnav li li a:active,
.lifestyle-blue h1,
.lifestyle-blue h2,
.lifestyle-blue h2 a,
.lifestyle-blue h2 a:visited,
.lifestyle-blue #cat,
.lifestyle-blue .widget_archive select,
.lifestyle-blue .s,
.lifestyle-blue .enews #subbox {
	color: #162b45;
}

.lifestyle-blue h2 a:hover {
	color: #444;
}

.lifestyle-blue div.gform_footer input.button,
.lifestyle-blue .enews #subbutton,
.lifestyle-blue .reply a,
.lifestyle-blue .reply a:visited,
.lifestyle-blue .searchsubmit,
.lifestyle-blue #submit {
	background-color: #576f8e;
	border: 1px solid #576f8e;
}

.lifestyle-blue div.gform_footer input.button:hover,
.lifestyle-blue .enews #subbutton:hover,
.lifestyle-blue .reply a:hover,
.lifestyle-blue .searchsubmit:hover,
.lifestyle-blue #submit:hover {
	background-color: #4a5f79;
	border: 1px solid #4a5f79;
}

.lifestyle-blue #footer-widgets,
.lifestyle-blue #footer {
	background-color: #576f8e;
}


/* Lifestyle Charcoal
------------------------------------------------------------ */

body.lifestyle-charcoal {
	background-color: #444;
}

.lifestyle-charcoal #wrap {
	-moz-box-shadow: 0 1px 2px #000; 
	-webkit-box-shadow: 0 1px 2px #000;
}

.lifestyle-charcoal a,
.lifestyle-charcoal a:visited,
.lifestyle-charcoal #nav,
.lifestyle-charcoal #nav li li a:hover,
.lifestyle-charcoal #nav li li a:active,
.lifestyle-charcoal #subnav li li a:hover,
.lifestyle-charcoal #subnav li li a:active,
.lifestyle-charcoal h1,
.lifestyle-charcoal h2,
.lifestyle-charcoal h2 a,
.lifestyle-charcoal h2 a:visited,
.lifestyle-charcoal #cat,
.lifestyle-charcoal .widget_archive select,
.lifestyle-charcoal .s,
.lifestyle-charcoal .enews #subbox {
	color: #000;
}

.lifestyle-charcoal h2 a:hover {
	color: #444;
}

.lifestyle-charcoal div.gform_footer input.button,
.lifestyle-charcoal .enews #subbutton,
.lifestyle-charcoal .reply a,
.lifestyle-charcoal .reply a:visited,
.lifestyle-charcoal .searchsubmit,
.lifestyle-charcoal #submit {
	background-color: #222;
	border: 1px solid #222;
}

.lifestyle-charcoal div.gform_footer input.button:hover,
.lifestyle-charcoal .enews #subbutton:hover,
.lifestyle-charcoal .reply a:hover,
.lifestyle-charcoal .searchsubmit:hover,
.lifestyle-charcoal #submit:hover {
	background-color: #000;
	border: 1px solid #000;
}

.lifestyle-charcoal #footer-widgets,
.lifestyle-charcoal #footer {
	background-color: #222;
}


/* Lifestyle Gray
------------------------------------------------------------ */

body.lifestyle-gray {
	background-color: #ccc;
}

.lifestyle-gray a,
.lifestyle-gray a:visited,
.lifestyle-gray #nav,
.lifestyle-gray #nav li li a:hover,
.lifestyle-gray #nav li li a:active,
.lifestyle-gray #subnav li li a:hover,
.lifestyle-gray #subnav li li a:active,
.lifestyle-gray h1,
.lifestyle-gray h2,
.lifestyle-gray h2 a,
.lifestyle-gray h2 a:visited,
.lifestyle-gray #cat,
.lifestyle-gray .widget_archive select,
.lifestyle-gray .s,
.lifestyle-gray .enews #subbox {
	color: #666;
}

.lifestyle-gray h2 a:hover {
	color: #444;
}

.lifestyle-gray div.gform_footer input.button,
.lifestyle-gray .enews #subbutton,
.lifestyle-gray .reply a,
.lifestyle-gray .reply a:visited,
.lifestyle-gray .searchsubmit,
.lifestyle-gray #submit {
	background-color: #888;
	border: 1px solid #888;
}

.lifestyle-gray div.gform_footer input.button:hover,
.lifestyle-gray .enews #subbutton:hover,
.lifestyle-gray .reply a:hover,
.lifestyle-gray .searchsubmit:hover,
.lifestyle-gray #submit:hover {
	background-color: #666;
	border: 1px solid #666;
}

.lifestyle-gray #footer-widgets,
.lifestyle-gray #footer {
	background-color: #888;
}


/* Lifestyle Green
------------------------------------------------------------ */

body.lifestyle-green {
	background-color: #acd4aa;
}

.lifestyle-green a,
.lifestyle-green a:visited,
.lifestyle-green #nav,
.lifestyle-green #nav li li a:hover,
.lifestyle-green #nav li li a:active,
.lifestyle-green #subnav li li a:hover,
.lifestyle-green #subnav li li a:active,
.lifestyle-green h1,
.lifestyle-green h2,
.lifestyle-green h2 a,
.lifestyle-green h2 a:visited,
.lifestyle-green #cat,
.lifestyle-green .widget_archive select,
.lifestyle-green .s,
.lifestyle-green .enews #subbox {
	color: #194517;
}

.lifestyle-green h2 a:hover {
	color: #444;
}

.lifestyle-green div.gform_footer input.button,
.lifestyle-green .enews #subbutton,
.lifestyle-green .reply a,
.lifestyle-green .reply a:visited,
.lifestyle-green .searchsubmit,
.lifestyle-green #submit {
	background-color: #5a8f57;
	border: 1px solid #5a8f57;
}

.lifestyle-green div.gform_footer input.button:hover,
.lifestyle-green .enews #subbutton:hover,
.lifestyle-green .reply a:hover,
.lifestyle-green .searchsubmit:hover,
.lifestyle-green #submit:hover {
	background-color: #4d7a4a;
	border: 1px solid #4d7a4a;
}

.lifestyle-green #footer-widgets,
.lifestyle-green #footer {
	background-color: #5a8f57;
}


/* Lifestyle Pink
------------------------------------------------------------ */

body.lifestyle-pink {
	background-color: #f1ccde;
}

.lifestyle-pink a,
.lifestyle-pink a:visited,
.lifestyle-pink #nav,
.lifestyle-pink #nav li li a:hover,
.lifestyle-pink #nav li li a:active,
.lifestyle-pink #subnav li li a:hover,
.lifestyle-pink #subnav li li a:active,
.lifestyle-pink h1,
.lifestyle-pink h2,
.lifestyle-pink h2 a,
.lifestyle-pink h2 a:visited,
.lifestyle-pink #cat,
.lifestyle-pink .widget_archive select,
.lifestyle-pink .s,
.lifestyle-pink .enews #subbox {
	color: #a74272;
}

.lifestyle-pink h2 a:hover {
	color: #444;
}

.lifestyle-pink div.gform_footer input.button,
.lifestyle-pink .enews #subbutton,
.lifestyle-pink .reply a,
.lifestyle-pink .reply a:visited,
.lifestyle-pink .searchsubmit,
.lifestyle-pink #submit {
	background-color: #d680a9;
	border: 1px solid #d680a9;
}

.lifestyle-pink div.gform_footer input.button:hover,
.lifestyle-pink .enews #subbutton:hover,
.lifestyle-pink .reply a:hover,
.lifestyle-pink .searchsubmit:hover,
.lifestyle-pink #submit:hover {
	background-color: #be6d91;
	border: 1px solid #be6d91;
}

.lifestyle-pink #footer-widgets,
.lifestyle-pink #footer {
	background-color: #d680a9;
}


/* Lifestyle Purple
------------------------------------------------------------ */

body.lifestyle-purple {
	background-color: #dccae7;
}

.lifestyle-purple a,
.lifestyle-purple a:visited,
.lifestyle-purple #nav,
.lifestyle-purple #nav li li a:hover,
.lifestyle-purple #nav li li a:active,
.lifestyle-purple #subnav li li a:hover,
.lifestyle-purple #subnav li li a:active,
.lifestyle-purple h1,
.lifestyle-purple h2,
.lifestyle-purple h2 a,
.lifestyle-purple h2 a:visited,
.lifestyle-purple #cat,
.lifestyle-purple .widget_archive select,
.lifestyle-purple .s,
.lifestyle-purple .enews #subbox {
	color: #9d61c2;
}

.lifestyle-purple h2 a:hover {
	color: #444;
}

.lifestyle-purple div.gform_footer input.button,
.lifestyle-purple .enews #subbutton,
.lifestyle-purple .reply a,
.lifestyle-purple .reply a:visited,
.lifestyle-purple .searchsubmit,
.lifestyle-purple #submit {
	background-color: #c69ddf;
	border: 1px solid #c69ddf;
}

.lifestyle-purple div.gform_footer input.button:hover,
.lifestyle-purple .enews #subbutton:hover,
.lifestyle-purple .reply a:hover,
.lifestyle-purple .searchsubmit:hover,
.lifestyle-purple #submit:hover {
	background-color: #a87fc5;
	border: 1px solid #a87fc5;
}

.lifestyle-purple #footer-widgets,
.lifestyle-purple #footer {
	background-color: #c69ddf;
}


/* Lifestyle Tan
------------------------------------------------------------ */

body.lifestyle-tan {
	background-color: #cbbfb1;
}

.lifestyle-tan a,
.lifestyle-tan a:visited,
.lifestyle-tan #nav,
.lifestyle-tan #nav li li a:hover,
.lifestyle-tan #nav li li a:active,
.lifestyle-tan #subnav li li a:hover,
.lifestyle-tan #subnav li li a:active,
.lifestyle-tan h1,
.lifestyle-tan h2,
.lifestyle-tan h2 a,
.lifestyle-tan h2 a:visited,
.lifestyle-tan #cat,
.lifestyle-tan .widget_archive select,
.lifestyle-tan .s,
.lifestyle-tan .enews #subbox {
	color: #666;
}

.lifestyle-tan h2 a:hover {
	color: #45413c;
}

.lifestyle-tan div.gform_footer input.button,
.lifestyle-tan .enews #subbutton,
.lifestyle-tan .reply a,
.lifestyle-tan .reply a:visited,
.lifestyle-tan .searchsubmit,
.lifestyle-tan #submit {
	background-color: #8f867c;
	border: 1px solid #8f867c;
}

.lifestyle-tan div.gform_footer input.button:hover,
.lifestyle-tan .enews #subbutton:hover,
.lifestyle-tan .reply a:hover,
.lifestyle-tan .searchsubmit:hover,
.lifestyle-tan #submit:hover {
	background-color: #7a726a;
	border: 1px solid #7a726a;
}

.lifestyle-tan #footer-widgets,
.lifestyle-tan #footer {
	background-color: #8f867c;
}


/* Lifestyle Teal
------------------------------------------------------------ */

body.lifestyle-teal {
	background-color: #aadcdf;
}

.lifestyle-teal a,
.lifestyle-teal a:visited,
.lifestyle-teal #nav,
.lifestyle-teal #nav li li a:hover,
.lifestyle-teal #nav li li a:active,
.lifestyle-teal #subnav li li a:hover,
.lifestyle-teal #subnav li li a:active,
.lifestyle-teal h1,
.lifestyle-teal h2,
.lifestyle-teal h2 a,
.lifestyle-teal h2 a:visited,
.lifestyle-teal #cat,
.lifestyle-teal .widget_archive select,
.lifestyle-teal .s,
.lifestyle-teal .enews #subbox {
	color: #39979e;
}

.lifestyle-teal h2 a:hover {
	color: #444;
}

.lifestyle-teal div.gform_footer input.button,
.lifestyle-teal .enews #subbutton,
.lifestyle-teal .reply a,
.lifestyle-teal .reply a:visited,
.lifestyle-teal .searchsubmit,
.lifestyle-teal #submit {
	background-color: #7db4b9;
	border: 1px solid #7db4b9;
}

.lifestyle-teal div.gform_footer input.button:hover,
.lifestyle-teal .enews #subbutton:hover,
.lifestyle-teal .reply a:hover,
.lifestyle-teal .searchsubmit:hover,
.lifestyle-teal #submit:hover {
	background-color: #539ca2;
	border: 1px solid #539ca2;
}

.lifestyle-teal #footer-widgets,
.lifestyle-teal #footer {
	background-color: #7db4b9;
}


/* Lifestyle Yellow
------------------------------------------------------------ */

body.lifestyle-yellow {
	background-color: #fcfbcd;
}

.lifestyle-yellow a,
.lifestyle-yellow a:visited,
.lifestyle-yellow #nav,
.lifestyle-yellow #nav li li a:hover,
.lifestyle-yellow #nav li li a:active,
.lifestyle-yellow #subnav li li a:hover,
.lifestyle-yellow #subnav li li a:active,
.lifestyle-yellow h1,
.lifestyle-yellow h2,
.lifestyle-yellow h2 a,
.lifestyle-yellow h2 a:visited,
.lifestyle-yellow #cat,
.lifestyle-yellow .widget_archive select,
.lifestyle-yellow .s,
.lifestyle-yellow .enews #subbox {
	color: #9c9912;
}

.lifestyle-yellow h2 a:hover {
	color: #444;
}

.lifestyle-yellow div.gform_footer input.button,
.lifestyle-yellow .enews #subbutton,
.lifestyle-yellow .reply a,
.lifestyle-yellow .reply a:visited,
.lifestyle-yellow .searchsubmit,
.lifestyle-yellow #submit {
	background-color: #d3d163;
	border: 1px solid #d3d163;
}

.lifestyle-yellow div.gform_footer input.button:hover,
.lifestyle-yellow .enews #subbutton:hover,
.lifestyle-yellow .reply a:hover,
.lifestyle-yellow .searchsubmit:hover,
.lifestyle-yellow #submit:hover {
	background-color: #bbb955;
	border: 1px solid #bbb955;
}

.lifestyle-yellow #footer-widgets,
.lifestyle-yellow #footer {
	background-color: #d3d163;
}


/** Custom Header **/

.logo{
	display: inline-block;
	float: left;
	width: 236px;
	height: 128px;
	margin-left: -30px;
}
.nav-main{
	display: inline-block; 
/*	display: none; */
	position: absolute;
	top: 43px;
	left: 145px;
	width: 800px;
	font-family: 'Gotham-Medium';
}

/* added by Trey for April 2015 launch */

.nav-main-launch {
	display: inline-block; 
/*	display: none; */
	position: absolute;
	top: 75px;
	left: 415px;
	width: 400px;
	font-family: 'Gotham-Medium';
	text-shadow: 2px 2px #000000;
	z-index: 999999;
}

.nav-main-launch a {
	display: inline-block; 
/*	display: none; */
	margin-right: 20px;
	color: #fff;
	font-weight: 100;
	font-family: 'Gotham-Medium';
}


.nav-top{
/*	display: inline-block; */
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: 'Gotham-Medium';
	background: #333651;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 0px 0px 10px black;
}

.home .nav-top {display: none}
.page-id-2463 .nav-top {
	display: none
}
.home .nav-main {display: none}
.page-id-2463 .nav-main {
	display: none
}
.home #inner{
	padding-top: 0px !important;
	margin: 0 auto;
	top: -23px;
	background: transparent;
	        -moz-box-shadow: 0px 0px 0px #fff;
	        -webkit-box-shadow: 0px 0px 0px #fff;
	        box-shadow: 0px 0px 0px #fff;
}
.page-id-2463 #inner{
	padding-top: 0px !important;
	margin: 0 auto;
	top: -23px;
	background: transparent;
	        -moz-box-shadow: 0px 0px 0px #fff;
	        -webkit-box-shadow: 0px 0px 0px #fff;
	        box-shadow: 0px 0px 0px #fff;
}
img.no-border{
	border: none !important;
}
#top-site{
/*	background: url('images/bg-header.jpg') no-repeat center top; */
	width: 100%;
	height: 128px;
	position: relative;
	z-index: 9999;
}
body{
	background: url('images/bg-top.jpg') repeat-x top;
}
.parent-pageid-8 h1.entry-title, .parent-pageid-20 h1.entry-title{
	display: none;
}
.page-id-22 .entry-content table td img{
	border: none;
}
.home h1 {
    color: #323B57;
    font-size: 31px;
    line-height: 50px;
    text-align: center;
}
.page-id-2463 h1 {
    color: #323B57;
    font-size: 31px;
    line-height: 50px;
    text-align: center;
}
.home-scholarship{
	height: 244px;
	display: block;
}
.home-scholarship-left{
	width: 583px;
	display: inline-block;
	float: left;
	margin-left: 35px;	
	border-top: 1px solid #636571;
/*	padding-top: 45px;*/
}
.home-scholarship-right{
	width: 260px;
	display: inline-block;
	float: left;
	margin-left: -54px;
}
.aux-optin-right{
	width: 260px;
	display: inline-block;
	margin-left: -94px;
}
/*.home-scholarship-right form{
	background: url('images/instant-access.png') no-repeat;
	padding-left: 30px;
	padding-top: 80px;
}
.home-scholarship-right form label{
	display: inline-block;
	text-align: right;
	width: 100px;
}
.home-scholarship-right form input[type="submit"]{
	width: 401px;
	height: 82px;
	background: url('images/full-scholarship-btn.png') no-repeat;
	display:block;
	position: relative;
	border: none;
	text-indent: -9999px;
	margin-left: -30px;
	margin-top: 10px;
}
.home-scholarship-right form input[type="text"]{
	border: 2px solid #e5e5e5;
	background: none;
	height: 17px;
	margin-bottom: 4px;
}*/
.scholarship-btn{
	width: 401px;
	height: 82px;
	background: url('images/full-scholarship-btn.png') no-repeat;
	display:block;
	text-indent:-9999px;
}
.date_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #000080;
	background-color: #AABFFF;
	height: auto;
	width: auto;
	box-shadow:3px 3px 4px #000;
}
/* Anything Slider 
----------------------------------------*/
div.anythingSlider-minimalist-round .anythingWindow{
	border-bottom: none !important;
	border-top: none !important;
}
div.anythingSlider .anythingWindow{
	border-bottom: none !important;
	border-top: none !important;
}
.anythingWindow img.centered, .anythingWindow .aligncenter{
	border: none;
	border-left: 50px solid #bebebe;
	border-right: 50px solid #bebebe;
	border-radius: 10px;
	padding: 0px !important;
}
div.anythingSlider-minimalist-round .arrow{
	top: 40% !important;
}
div.anythingSlider-minimalist-round .arrow a{
	width: 40px !important;
}
div.anythingSlider-minimalist-round .forward {
    right: 40px !important; 
}
div.anythingSlider-minimalist-round .back {
    left: 40px !important; 
}


/* Use this to add styles as necessary to override default form label styles */
.infusion-form .infusion-field .label-placeholder {  }

.infusion-form .infusion-field,
.infusion-form .infusion-field .inf_group { 
  position: absolute;
}

.infusion-form .infusion-field .label-placeholder { 
  position:absolute; 
  top: 3px; 
  left: 5px; 
  font-size: inherit; 
  color: #888; 
  font-weight: normal; 
  margin: 0; 
}

.infusion-field-input-container {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 205px;
	height: 22px;
}

.infusion-submit {
	margin-left: -17px;
}
#optin-form {
	position: relative;
	float: left;
	width: 260px;
	/*height: 357px;*/
	height: 362px;
	margin: 0 0 0 15px;
	padding-top: 1px;
	background: #1a1d2e; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1d2e', endColorstr='#a4a7b0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#1a1d2e), to(#a4a7b0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #1a1d2e,  #a4a7b0); /* for firefox 3.6+ */ 
	background-repeat: no-repeat;
	background-attachment: fixed;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-left: 95px;
}

#optin-background-solid {
	position: relative;
	float: left;
	width: 220px;
	/*height: 357px;*/
	height: auto;
	margin: 0;
	padding: 15px;
	background: #2E344B; 
	color: #FFFFFF;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-left: 95px;
}

.squeezetext {
	width: 55%;
	float: left;
	margin: 0 -20px;
}

.optin-solid-copy {	
}

.home-scholarship-right input[type="image"]{
	background-color: transparent !important;
	border: none !important;
}

/*  ------------  Classes from Summit Site Added by Trey ---------------------*/

 .sale-header {
	width: 680px;
	background: transparent;
}

.small_bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

.blue_h2 {
	font-family 'Marcellus', serif;	
	font-weight:600 !important;
	text-align: left;
	font-size: 30px;
	line-height: 1.2em;
}

.blue_h3 {
	font-family 'Marcellus', serif;	
	font-weight:600 !important;
	font-size: 20px;
	color: #2f3554 !important;
}

.blue_h4 {
	font-family 'Marcellus', serif;	
	font-weight:600 !important;
	font-size: 18px;
	color: #2f3554 !important;
}

.main_table {
	width: 660px;
	background-color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.maincontent {
	background: transparent;
/*	background-image:url(../images/ghs-grad-bg.jpg); 
	background-repeat: repeat-y; */
	text-align: center;
	width: 1050px;
	padding-top: 0px;
	margin: 30px auto;

}

#summitheader {
	background: transparent url(images/header2.png) repeat-x;
	height: 103px;
}
#titletag {
	position: relative;
	margin-top: -104px;
	width: 183px;
	height: 130px;
	background-color: #323955;
	border-bottom-left-radius: 17px;
	border-bottom-right-radius: 17px;
	        -moz-box-shadow: 0px 0px 29px #000;
	        -webkit-box-shadow: 0px 0px 29px #000;
	        box-shadow: 0px 0px 29px #000;
	        /* For IE 8 */
	        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	        /* For IE 5.5 - 7 */
	        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	
}

#companyphone {
	color: #81848d;
	font-size: 25px;
    position: absolute;
    width: 400px;
    top:0px; left:544px;
}

#companyphone2 {
	color: #81848d;
	font-family: arial, sans-serif !important;
	font-size: 20px;
    position: absolute;
    width: 400px;
    top:20px; left:700px;
}

#marquis {
	position: relative;
	width: 605px;
	margin-top: 0px;
	padding-top: 10px;
	float: left;
	border-top: #5a5a5a 1px solid;
}


.inner_table {
	width: 900px;
	height: 800px;
	padding: 40px 0;
	background: transparent;
	text-align: left;
}


#priority-form {
	position: relative;
	float: right;
	width: 260px;
	height: 298px;
	margin: 0 10px 0 15px;
	padding: 20px;
	color: #FFF;
	background: #1a1d2e; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1d2e', endColorstr='#a4a7b0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#1a1d2e), to(#a4a7b0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #1a1d2e,  #a4a7b0); /* for firefox 3.6+ */ 
	background-repeat: no-repeat;
	background-attachment: fixed;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#standard-form {
	position: relative;
	width: 260px;
	height: 357px;
	margin: 0 auto;
	padding: 15px 50px 0 50px;
	background: #1a1d2e; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1d2e', endColorstr='#a4a7b0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#1a1d2e), to(#a4a7b0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #1a1d2e,  #a4a7b0); /* for firefox 3.6+ */ 
	background-repeat: no-repeat;
	background-attachment: fixed;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#expired {
	font-family: 'Marcellus', serif;
	position: relative;
	width: 350px;
	color: #3300cc;
	font-size: 26px;
	float: left;
}

#enter-img {
	background: #98A1B6; /* for non-css3 browsers */
	color: #4D5677;
	font-family: Helvetica, sans-serif;
	font-size: 34px; font-weight: 600;
	letter-spacing: -2px;
	opacity: 60%;
	height: 134px;
	width: 560px;
	padding: 15px;
	float: left;
	margin: 15px 0 0 0;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#enter-text  li {
	color: #4D5677;
	font-family: Helvetica, sans-serif;
	font-size: 20px; font-weight: 600;
	line-height: 1.2em;
	letter-spacing: 1px;
	padding-top: -10px;
}

#enter-text ul {
	margin-top: 10px;
}

#testimonials {
	float: left;
	margin: 25px 0 0 20px;
/*	background: rgba(170, 173, 182, 0.5);
	padding: 10px; */
}

.jvheaderbox {
	width: 800px; 
/*	background-color: #61257b; 
	padding: 15px; 
	border-style:solid; 
	border-width: 3px; 
	border-color: #999999; */
	padding: 20px;
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 60px;
	background: #1a1d2e; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1d2e', endColorstr='#a4a7b0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#1a1d2e), to(#a4a7b0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #1a1d2e,  #a4a7b0); /* for firefox 3.6+ */ 
	background-repeat: no-repeat;
	background-attachment: fixed;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#policy {
	margin: 15px 0 0 10px;
	bottom: 0;
}

#free_report {
	width: 700px;
	padding-bottom: 20px;
	text-align: center;
	font-family: Marcellus, Arial, sans-serif;
	font-weight: 600;
	border-bottom: 1px #999 solid;
}

#bulletstop {
	width: 680px;
	padding-bottom: 20px;
	float: left;
	border-bottom: 1px #999 solid;
}

#bulletstop li {
	margin-bottom: 10px;
}

.moreinfo {
	border-top: 1px #999 solid;
}

.maincontent2 {
	background-color: transparent;
	width: 1000px;
	margin: 0px auto;
	padding-right: 5px;
	padding-left: 5px;
}

.scholarshipform {
	width: 700px;
	position: relative;
	margin: 10px auto;
	padding: 20px;
	text-align: left;
	background: #e8e9e8; /* for non-css3 browsers */
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1d2e', endColorstr='#a4a7b0'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#1a1d2e), to(#a4a7b0)); 
	background: -moz-linear-gradient(top,  #1a1d2e,  #a4a7b0); 
	background-repeat: no-repeat;
	background-attachment: fixed; */
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0px 0px 29px #000;
	-webkit-box-shadow: 0px 0px 29px #000;
	box-shadow: 0px 0px 29px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.pagecontentform {
	width: 700px;
	position: relative;
	margin: 10px auto;
	padding: 20px;
	text-align: left;
	background: #e8e9e8; /* for non-css3 browsers */
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1d2e', endColorstr='#a4a7b0'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#1a1d2e), to(#a4a7b0)); 
	background: -moz-linear-gradient(top,  #1a1d2e,  #a4a7b0); 
	background-repeat: no-repeat;
	background-attachment: fixed; */
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0px 0px 29px #000;
	-webkit-box-shadow: 0px 0px 29px #000;
	box-shadow: 0px 0px 29px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.orderform {
	width: 750px;
	position: relative;
	margin: 10px auto;
	padding: 20px;
	text-align: left;
	background: #FFFFFF; /* for non-css3 browsers */
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1d2e', endColorstr='#a4a7b0'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#1a1d2e), to(#a4a7b0)); 
	background: -moz-linear-gradient(top,  #1a1d2e,  #a4a7b0); 
	background-repeat: no-repeat;
	background-attachment: fixed; */
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0px 0px 29px #000;
	-webkit-box-shadow: 0px 0px 29px #000;
	box-shadow: 0px 0px 29px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.content_table {
	width: 725px;
	padding: 15px;
	background-color: #FFFFFF;
}

.fb-comments {
	width: 500px;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px auto;
}

.testimonial_box {
	width: 450px;
	background-color: #fec50a;
	border-style: solid;
	border-width: 3px;
	border-color: #aaaaaa;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align:middle;	
	margin-right: auto;
	margin-left: auto;
}

.new-testimonial-box {
	width: 480px;
	background-color: #d4cae2;	
	padding: 7px 15px;
	margin: 0px auto;
}

.workshop_testimonials {
	width: 600px; 
/*	background-color: #61257b; 
	padding: 15px; 
	border-style:solid; 
	border-width: 3px; 
	border-color: #999999; */
	padding: 20px;
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 60px;
	background: #1a1d2e; /* for non-css3 browsers */
	background: -webkit-linear-gradient(#1a1d2e, #a4a7b0);
/*	background: -webkit-gradient(linear, left top, left bottom, from(#1a1d2e), to(#a4a7b0)); OLD webkit browsers */
	background: -moz-linear-gradient(top,  #1a1d2e,  #a4a7b0); /* for firefox 3.6+ */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1d2e', endColorstr='#a4a7b0'); /* for IE */
	background-repeat: no-repeat;
	background-attachment: fixed;
	-moz-border-radius: 15px;
	border-radius: 15px;

}

.workshop_registration {
	text-align: center;
	width: 480px; 
/*	background-color: #61257b; 
	padding: 10px; 
	border-style:solid; 
	border-width: 3px; 
	border-color: #999999; */
	padding: 15px;
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 30px;
	background: #1a1d2e; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1d2e', endColorstr='#a4a7b0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#1a1d2e), to(#a4a7b0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #1a1d2e,  #a4a7b0); /* for firefox 3.6+ */ 
	background-repeat: no-repeat;
	background-attachment: fixed;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.grey-yellow-box {
	width: 650px; 
	margin: 20px auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border: #BBBCB6 5px solid;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #ffffff;
	line-height: 2em;
}

.grey-yellow-box-split {
	width: 650px;
	margin: 0px auto;
	background-image: url(../images/ghs-greyborder-mid.jpg);
	background-repeat: repeat-y;
	background-color: #ffffcc;
}

.stepboxes {
	width: 650px;
	margin: 0px auto;
	background-image: url(../images/ghs-greyborder-nobg-mid.jpg);
	background-repeat: repeat-y;
	background-color: #ffffcc;
}

.stepbox-greybg {
	width: 650px;
	margin: 0px auto;
	background-image: url(../images/ghs-greyborder-greybg-mid.jpg);
	background-repeat: repeat-y;
	background-color: #ffffcc;
}


.yellowbox-left {
	width: 200px; 
	float:left; 
	padding: 0px; 
	text-align: center;
}

.yellowbox-right {
	width: 420px;
	float: left;
	padding: 15px;
	text-align: center;
}

.subhead_box {
	width: 500px;
	border-style: solid;
	border-width: 3px;
	border-color: #000033;
	padding: 8px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

.interviewbox6fsc {
	width: 550px;
	border-style: solid;
	border-width: 3px;
	border-color: #000033;
	padding: 8px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

.form_box {
	width: 550px;
	border-style: solid;
	border-width: 3px;
	border-color: #CC3366;
	padding: 5px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.red-border-box {
	width: 650px;
	background: #FFF;
	border: #2E3356 5px solid;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	padding: 0px;
	margin: 0px auto;
}

.green-border-box {
	width: 540px;
	background-image: url(../images/ghs-form-greenborder-mid.gif);
	background-repeat: repeat-y;
	margin: 0px auto;
}

.gold-rounded-corners {
	width: 495px; 
	background-image: url(../images/ghs-gold-box-mid.jpg); 
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px auto;
}

.gold-guarantee-box {
	width: 495px; 
	background-image: url(../images/gold-guar-box-mid.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px auto;
}

.clear_floats {
	clear: both;
}

.large_bullets {
	font-family: 'Marcellus', serif;
	font-size: 14px;
	line-height: 120%;
	margin-left: 25px;
	margin-right: 25px;
	color: black;
}

.small_bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

.textalignleft {
	text-align: left;
}

.textalignright {
	text-align: right;
}

.text_center_align {
	text-align: center;
}

.align_center {
	margin-right: auto;
	margin-left: auto;
}

.alignright {
	float: right;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	
}

.alignleft {
	float: left;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	
}

#privacy {
	margin-top: 15px;
	width: 850px;
	font-family: 'Marcellus', sans-serif;
	font-size: 10px;
	color: black;
}

#privacy12 {
	margin-top: 15px;
	width: 850px;
	font-family: 'Marcellus', sans-serif;
	font-size: 12px;
	color: #8d8d8d;
}

h4, h5 {
	font-family: 'Marcellus', serif;
	color: #2f3554;
}

h1, h2, h3 {
	font-family: 'Marcellus', serif;
	color: #2f3554;
}

.bluetext {
	color: #2f3554;
}

.redtext {
	color: #cc0000;
}

.blacktext {
	color: #000000;
}

.med_red_text {
	color: #cc0000;
	font-size: 20px;
	font-weight: bold;
}

.bigtext {
	font-size: 22px;
}

.big_red_text {
	color: #cc0000;
	font-size: 24px;
	font-weight: bold;
}

.bigger_red_text {
	color: #cc0000;
	font-size: 28px;
	font-weight: bold;
	text-align: center !important;
}

.big_blue_text {
	color: #2f3554;
	font-size: 18px;
	font-weight: bold;
}
.formtext {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 14px;
}

.formtextred {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	font-size: 14px;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	color: #9e0039;
}

.headercaption {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 11px;
	color: #9e0039;
}

.centercaption_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 95%;
	text-align: center;
	color: #2e3192;
}

.Body12px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2e3192;
	line-height: 18px;
}

.body14px {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2e3192;
}

.bodyblack15px {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	color: black;
}

.BodyBold14px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2e3192;
	line-height: 20px;
	font-weight: bold;
}

.bluesubhead {
	color: #0000ff;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Marcellus', serif;	
}

.redsubhead {
	color: #cc0000;
	font-size: 17px;
	font-weight: bold;
}

.yellowbox {
	background-color:#FFFF66;
}

.purplehighligh {
	background-color:#FF00FF;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-align:center;
}

.goldtext {
	color: #fecf00;
}

.whitetext {
	color: #ffffff;
}

.whitelink {
	color: #ffffff !important;
	font-size: 25px;
}

.chsonlinelist {
	line-height: 130%;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.textbox {
	padding: 0px 25px;
}

.seriftext {
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
}

.launch_scholar {
	text-transform:uppercase;
	color:#FF0000;
	font-weight:600;
	margin: 0px 65px 20px;
	width: 650px;
}

.videothanks {
	border: 1px solid #20253D;
	width: 300px;
	margin: 0 auto 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}

/* video grid css */
/*************************************************
************* HoverAlls Main Styles **************
**************************************************/
/* html,body {width:100%;height:100%;} /* IMPORTANT FOR SCREEN EDGE MODE */
/* MASTER STYLING FOR CONTAINER */
.hoveralls_container {overflow:hidden;position:relative;padding:0px;}  
/* MASTER STYLING FOR BACKGROUND */
.hoveralls_background {width:100%;position:absolute;} 
/* MASTER STYLING FOR TEXT */
p.hoveralls_text {margin-top:0px;margin-bottom:0px;position:relative;}
/* MASTER STYLING FOR TOP DROP MODE */
#top_drop {width:100%;height:50px;margin:0px;position:fixed;z-index:999999;}
/* TICKER SPACER */ 
.tickerspacer {padding:0px 10px;}
/* TOOLTIP CONTAINER */ 
.hv_tooltip {position:absolute;z-index:99999;}
/* OVERLAY - APPLY YOUR OWN COLOR OR IMAGE USING THE OVERLAY_CLASS SETTING AND YOUR OWN CLASS */
#hv_overlay {width:100%;height:100%;position:fixed;top:0px;left:0px;z-index:999999;display:none;-moz-opacity:0.8;-khtml-opacity:0.8;opacity:0.8;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);}
/* SET THE MAX WIDTH TO KEEP LIGHTBOX IMAGES FROM BEING TOO LARGE */
.hv_lightbox_img {max_width:1000px;position:absolute;}
/* ***************************************************************************
********************** CAPTIONS, PORTFOLIO, NAVIGATION ***********************
******************************************************************************/
#breaker {width:958px;height:10px;background-color:#dfdede;margin-left:10px;margin-bottom:10px;}
.effect {width:170px;height:150px;float:left;margin-left:10px;border:1px solid #d2ccc8;margin-bottom:10px;}
.effectx {width:210px;height:128px;float:left;margin-left:10px;border:1px solid #d2ccc8;margin-bottom:10px;}
.effectxx {width:145px;height:96px;float:right;margin-left:8px;border:1px solid #d2ccc8;margin-bottom:10px;}
.featuretext {width:220px;height:190px;float:left;margin-left:12px;margin-bottom:20px;margin-top:10px; color:#66635b;line-height:29px;font-size:18px;font-family:'ColaborateThinRegular';padding:0px 5px;cursor:default;border-bottom:1px solid #D2CCC8;}
.fullwidthspacer {width:100%;margin-top:30px;height:5px;border-bottom:1px solid #d2ccc8;margin-bottom:50px;}

.captionbackground1 {background:#2ea6ff;border-top:4px solid #b2deff;}
.cap1text {font-family:'Arial';color:#fff;line-height:39px;font-size:20px;text-align:center;}
.cap1textm {font-family:'Arial';color:#fff;line-height:45px;font-size:20px;text-align:center;}
.captionbackground2 {background:#2ea6ff;border-bottom:4px solid #b2deff;}
.cap2text {font-family:'Arial';color:#fff;line-height:49px;font-size:20px;text-align:center;}
.captionbackground3 {background:#2ea6ff;border-left:5px solid #b2deff;}
.cap3text {width:80%;text-align:left;font-family:'Arial';color:#fff;font-size:14px;padding-top:15px;padding-left:15px;line-height:25px;}
.captionbackground4 {background:#2ea6ff;border-right:5px solid #b2deff;}
.cap4text {width:80%;text-align:left;font-family:'Arial';color:#fff;font-size:14px;padding-top:15px;padding-left:15px;line-height:25px;}
.advbg5 {-moz-border-radius: 15px;-webkit-border-radius: 15px;border-radius: 15px;background:#2ea6ff;padding-top:10px;padding-left:20px;border:5px solid #b2deff;-moz-box-shadow: 4px 3px 9px #DFDEDE;-webkit-box-shadow: 4px 3px 9px #DFDEDE;box-shadow: 4px 3px 9px #DFDEDE;}
.advtext5 {text-align:left;width:200px;color:#fff;font-family:'Arial';line-height:19px;font-size:21px;}
.advbg7 {-moz-border-radius: 17px;-webkit-border-radius: 17px;border-radius: 17px;background:#fff;padding:15px;-moz-box-shadow: 4px 4px 9px #DFDEDE;-webkit-box-shadow: 4px 4px 9px #DFDEDE;box-shadow: 4px 4px 9px #DFDEDE;border:3px solid #e7e1dd}
.advtext7 {font-family:'Arial';color:#807c73;line-height:22px;font-size:16px;}
.advbg8 {-moz-border-radius: 187px;-webkit-border-radius: 187px;border-radius: 187px;background-color:#2ea6ff;padding-top:285px;padding-left:320px;-moz-box-shadow: 0px 2px 5px #DFDEDE;-webkit-box-shadow: 0px 2px 5px #DFDEDE;box-shadow: 0px 2px 5px #DFDEDE;border:3px solid #b2deff;}
.advtext8 {font-size:14px;font-family:'Arial';color:#fff;line-height:26px;width:150px;padding-top:10px;}
.advbg2 {background:url('images/imagebw.jpg');}
.advcap5container {width:230px;height:215px;}
.advtext2 {font-family:'Arial';line-height:19px;font-size:20px;padding-top:50px;text-align:center;color:#000;}
.navbg1 {background:url('images/vidthumbs/75p/arrow-right.png');}
.navbg2 {background:url('images/vidthumbs/75p/arrow-right-green.png');}
.giftbg1 {background:url('images/vidthumbs/75p/no-arrow-right.png');}
.vidbg4 {background:url('images/vidthumbs/vidbg4.png');}
.vidbg5 {background:url('images/vidthumbs/vidbg5.png');}
.vidbg6 {background:url('images/vidthumbs/vidbg6.png');}
.navtext1 {font-family: 'marcellusregular', sans-serif;font-size:20px;color:#FFF;text-align:center;background:#1A1E30 url('images/vidthumbs/75p/DefeatVisionKillers.png') no-repeat;height: 50px}
.navtext2 {font-family: 'marcellusregular', sans-serif;font-size:20px;color:#FFF;text-align:center;background:#1A1E30 url('images/vidthumbs/75p/FastClients.png') no-repeat;height: 50px}
.navtext4 {font-family: 'marcellusregular', sans-serif;font-size:20px;color:#FFF;text-align:center;background:#1A1E30 url('images/vidthumbs/75p/WhatDoYouDo.png') no-repeat;height: 50px}
.navtext5 {font-family: 'marcellusregular', sans-serif;font-size:20px;color:#FFF;text-align:center;background:#1A1E30 url('images/vidthumbs/75p/Howmuch.png') no-repeat;height: 50px}
.navtext6 {font-family: 'marcellusregular', sans-serif;font-size:20px;color:#FFF;text-align:center;background:#1A1E30 url('images/vidthumbs/75p/GetLeverage.png') no-repeat;height: 50px}
.navtext7 {font-family: 'marcellusregular', sans-serif;font-size:20px;color:#FFF;text-align:center;background:#1A1E30 url('images/vidthumbs/75p/Apply4ScholarshipGr.png') no-repeat;height: 50px}
.navbg3 {background:url('images/enlarge.png');}
/*.navtext3 {font-family:'Arial';font-size:14px;letter-spacing:0px;color:#7f7a77;font-weight:bold;height:20px;text-transform:uppercase;}
.navbg4 {background:url('images/viewicon.png');}*/
/*.navtext4 {font-family:'Arial';font-size:15px;color:#fff;padding:6px 15px;background-color:#2ea6ff;height:20px;text-transform:uppercase;-moz-border-radius: 7px;-webkit-border-radius: 7px;border-radius: 7px;font-weight:bold;border:3px solid #fff;}*/
.port1bg {background:#000 url ('images/port5bw.png');width:230px;height:215px;}
.port3bg {background:url('images/port7bw.png');}
.port4bg {background:url('images/port8bw.png');}
/* ****************************************************
************ SLIDERS, TICKERS, PANELS *****************
*******************************************************/
.topdrop1container {z-index:99999999!important;}
.topdrop1bg {background-color:#2ea6ff;border-bottom:5px solid #fff;}
.topdrop1text {color:#fff;text-align:center;font-family:'Arial';font-size:22px;padding-top:13px;}
#topbar2 {width:230px;height:215px;cursor:pointer;}
#top_drop2, #top_drop3, #top_drop4 {margin:0px;padding:0px;position:fixed;z-index:999999;}
#topbar4 {cursor:pointer;}
.topdrop2bg {background-color:#fff;}
.topdrop2container {border:2px solid #D2CCC8;background-color:#fff;-moz-border-radius: 7px;-webkit-border-radius: 7px;border-radius: 7px;-moz-box-shadow: 4px 4px 8px #DFDEDE;-webkit-box-shadow: 4px 4px 8px #DFDEDE;box-shadow: 4px 4px 8px #DFDEDE;z-index:999999999!important;}
.topdrop2text {color:#fff;font-family:'Arial';line-height:26px;width:940px;margin:0 auto;}
.topdrop3bg {background-color:#fff;padding:20px;}
.topdrop3container {border:5px solid #2ea6ff;-moz-border-radius: 17px;-webkit-border-radius: 17px;border-radius: 17px;-moz-box-shadow: 4px 4px 8px #7b7b7b;-webkit-box-shadow: 4px 4px 8px #7b7b7b;box-shadow: 4px 4px 8px #7b7b7b;z-index:99999999!important;}
.topdrop3text {color:#66635b;text-align:left;width:300px;line-height:28px;font-size:18px;font-family:'Arial';}
.topdrop4bg {background-color:#fff;}
.topdrop4container {border-bottom:10px solid #000;background-color:#fff;-moz-box-shadow: 4px 4px 8px #7b7b7b;-webkit-box-shadow: 4px 4px 8px #7b7b7b;box-shadow: 4px 4px 8px #7b7b7b;}
.topdrop4text {color:#fff;text-align:center;font-family:'Arial';}
.overlaybg {background-color:#fff;}
.ticker1 {background:#2ea6ff;border-top:4px solid #b2deff;padding-top:8px;}
.ticker1text {font-size:22px;font-family:'Arial';color:#fff;}
.ticker2 {background-color:#fff;padding:0px;width:100%;height:100%;}
.ticker2text {font-size:100px;	font-family: 'Marcellus', Arial, sans-serif;color:#d2ccc8;}
.ticker3 {background:#2ea6ff;border:5px solid #b2deff;padding-top:10px;width:230px;height:50px;overflow:hidden;-moz-box-shadow: 4px 4px 8px #DFDEDE;-webkit-box-shadow: 4px 4px 8px #DFDEDE;box-shadow: 4px 4px 8px #DFDEDE;-moz-border-radius: 15px;-webkit-border-radius: 15px;border-radius: 15px;}
.ticker3text {font-size:20px;font-family:'Arial';color:#fff;}
#hoverfollow {width:130px;height:550px;}
#hoverfollow .innerwrapper {width:70px;height:550px;margin-left:40px;}
.facebook, .delicious, .linkedin, .stumbleupon, .twitter, .youtube, .digg {width:64px;height:64px;margin-top:10px;border-bottom:1px solid #d2ccc8;padding-bottom:3px;cursor:pointer;}
.facebook {background:url('images/facebook.png') no-repeat;}
.delicious {background:url('images/delicious.png') no-repeat;border:none;}
.linkedin {background:url('images/linkedin.png') no-repeat;}
.stumbleupon {background:url('images/stumbleupon.png') no-repeat;}
.twitter {background:url('images/twitter.png') no-repeat;}
.youtube {background:url('images/youtube.png') no-repeat;}
.digg {background:url('images/digg.png') no-repeat;}
#ticker4 {cursor:pointer;}
#scrolltarget, .scrolltarget {height:20px;background-color:#dfdede;padding:5px;width:945px;margin-bottom:10px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;border-bottom:3px solid #d5d5d5;margin-left:10px;padding-top:10px;padding-bottom:10px;overflow:hidden;}
.scrolltargettext {color:#807C73;font-family:'Arial';font-size:20px;}

/* iPhone*/
@media only screen and (max-device-width: 480px) {
#companyphone2 {
    width: 400px;
    top:20px;
    float: left;
}

}

/* iPad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
#companyphone2 {
    width: 300px;
    top:20px; left:600px;
}


}
