/* This stylesheet contains a complete set of new styles
 * for the homepage update from Jan. 2015.
 */

@charset "utf-8";

* {
	margin:0;
	padding:0;
}

/* remove IE blue border */
a img { border:none; }

body {
	background-color: #fff;
	color: #000;
	font-size: 16px; /* 17px = 1em = 100% = 13pt */
	line-height: 1.25em;
    font-family: 'PT Sans', sans-serif;
}

ul {
	list-style-image: url(../images/site/bullet-arrow.png);
}

/* center design @ 1100px width */
.container_div {
	clear: both;
	width: 1080px;
	display: block;
	margin: 0 auto;
	padding: 0 10px;
}

.inner_content {
	margin: 0 5px;
	padding-bottom: 20px;
}

.clear_floats {
	clear: both;
 	height: 0;
    overflow: hidden;	
}

.sm { font-size: 0.75em; }

#header {
	width: 100%;
	height: 100px;
	display: block;
}
#logo {
	width: 541px;
	height: 100px;
	background: url(../images/site/logo2.png) no-repeat left center;
	display: block;
}
#logo a {
	width:100%;
	height:100%;
	display:block;	
}
#top_right {
	/*float: left;
	margin-left: 80%;
	margin-top: -80px;*/
	float: right;
	margin-top: -80px;
}
#top_right.isloggedin {
	margin-top: -64px;
}
/*#top_right ul {
	display: inline-block;
}
#top_right img {
	display: inline-block;
	margin-left: 10px;
	margin-top: -20px;
}*/
#top_right a {
	color: #000;
	text-decoration: none;
}
#top_right a:hover {
	color: #000;
	text-decoration: underline;
}
#top_right_left, #top_right_right {
	display: inline-block;
}
#top_right_right {
	vertical-align: top;
	margin-top: 5px;
}

#navigation {
	width: 100%;
	height: 44px;
	background: url(../images/site/navbar-repeater.png) repeat-x;
	display: block;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 1.42857143;
	letter-spacing: 0;
}
#navigation ul {
	display: inline-block;
}
#navigation ul li {
	width: 100px;
	text-align: center;
	padding-top: 11px;
	display: inline-block;
}
#navigation ul li.alt1 {
	width: 104px;
	display: inline-block;
}
#navigation ul li.alt2 {
	width: 106px;
	display: inline-block;
}
#navigation ul li.alt3 {
	width: 102px;
	display: inline-block;	
}
#navigation ul li a {
	color: #fff;
	font-weight: 700;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
#navigation ul li a.curr_page {
	color: #e5c947;
	font-weight: 700;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
#navigation_content {
	width: 821px;
	height: 45px;
	background: url(../images/site/navigation-bar-trans.png) no-repeat center bottom;
	display: block;
	margin: 0 auto;
}

#slider {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	background-color: #d0d0d0;
	display: block;
}

#featured_content {
	width: 100%;
	background-color: #d0d0d0;
	color: #494949;
	display: block;
	padding-bottom: 40px;
}
#feature_left, .learn_left {
	width: 33%;
	display: inline-block;
	vertical-align: text-top;
}
.learn_left_alt { display: none; }
#feature_left h6 {
	line-height: 18px;
	padding: 0 10px;
}
#feature_middle, .learn_middle {
	width: 34%;
	display: inline-block;
	vertical-align: text-top;
}
.learn_middle_alt { display: none; }
#feature_right, .learn_right {
	width: 33%;
	display: inline-block;
	vertical-align: text-top;
}
.learn_right_alt { display: none; }
#featured_content img {
	display: block;
	margin: 0 auto;
	padding-bottom: 5px;
}
/*#featured_content #feature_right.right_align .inner_content > img {
	float: right;
}*/

#featured_content h2 {
	color: #69adec;
	text-transform: uppercase;
}
#featured_content h6 a {
	color: #446dad;
	text-transform: uppercase;
	text-decoration: underline;
}
#featured_content ul {
	margin-left: 10px;
	margin-right: 10px;
}
#featured_content #feature_right.right_align ul {
	margin:0 20px;
}
#featured_content ul li {
	font-weight: 400;
}

#signup {
	width: 100%;
	height: 160px;
	background-color: #446dad;
	color: #fff;
	font-weight: 700;
	font-style: italic;
	display: block;
	text-align: center;
}
#signup h2 {
	margin: 0;
	padding-top: 50px;
	width: 616px;
	font-size: 3em;
	vertical-align: middle;
	border-bottom: 2px solid #fff;
	display: inline-block;
	*display: inline;
}
#signup img {
	margin: 60px 0 0 40px;
	width: 217px;
	display: inline-block;
	*display: inline;
}

#additional_content {
	width: 100%;
	padding-bottom: 20px;
	background-color: #f3f3f3;
	display: block;
	padding-top: 20px;
}
#additional_left {
	width: 735px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
}
#additional_left h2 {
	margin-top: 10px;
	color: #424e86;
	font-weight: 400;
	text-align: center;	
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
}
#additional_left h5 {
	margin: 0;
	font-weight: 700;
	font-size: 1.25em;
	color: #424e86;	
}
#additional_right h5 {
	margin: 0;
	padding-top: 20px;
	padding-left: 10px;
	font-weight: 700;
	font-size: 1.25em;
	color: #424e86;	
}
#additional_right input {
	margin-left: 10px;
	padding: 2px 4px;
}
#additional_content p, .rss-content p {
	font-size: 0.9em;
	padding: 0 5px;
}
#additional_left .feat_left {
	width: 33%;
	display: inline-block;
	vertical-align: top;	
}
#additional_left .feat_middle {
	width: 34%;
	display: inline-block;
	vertical-align: top;	
}
#additional_left .feat_right {
	width: 33%;
	display: inline-block;
	vertical-align: top;	
}
#additional_left .feat_left, #additional_left .feat_middle, #additional_left .feat_right {
	margin: 15px 0 0 0;
}
#additional_left .img_container {
	width: 30px;
	padding-left: 5px;
	display: inline-block;
	vertical-align: text-bottom;
}
#additional_left .heading_container {
	width: 210px;
	padding-left: 8px;
	display: inline-block;
}
#additional_right {
	width: 319px;
	display: inline-block;
}
#additional_right h3 {
	padding: 0 5px;
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 16px;
}
#announcements_top {
	height: 49px;
	width: 302px;
	margin: 0 auto;
	/*background: url(../images/site/announcements-topx300.png) no-repeat center top;*/
	background-color: #eaeaea;
	border: 1px solid #586899;	
	display: block;
}
#announcements_top h2 {
	text-align: center;
	margin-top: 0;
	line-height: 49px;
	color: #424e86;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
	font-size: 24px;
}
#announcements_content {
	padding: 5px;
	width: 302px;
	margin: 0 auto;
	background-color: #f3f3f3;
	border-left: 1px solid #586899;
	border-right: 1px solid #586899;		
}
#announcements_bottom {
	height: 10px;
	width: 302px;
	margin: 0 auto;
	/*background: url(../images/site/announcements-bottomx300.png) no-repeat 9px top;*/
	border-bottom: 1px solid #586899;
	border-left: 1px solid #586899;
	border-right: 1px solid #586899;	
	display: block;
}
#free_trial {
	margin-top: 20px;
}
#free_trial img {
	display: block;
	margin: 0 auto;
}

#trial_banner {
	padding-top: 20px;
	width: 740px;
}
#trial_banner img {
	display: block;
	margin: 0 auto;
	width: 740px;
}
#additional_content {
	padding-bottom: 40px;
}

#sub_content {
	width: 100%;
	margin-bottom: 10px;
	background-color: #fff;
	text-align: center;
	display: block;
}
#sub_content img {
	display: inline-block;
	margin: 15px 10px;
}
#sub_content h2 {
	color: #424e86;
	font-weight: 400;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
	padding: 30px 0;	
}

#footer {
	width: 100%;
	margin-top: 20px;
	padding: 20px 0;
	color: #000;
	text-align: center;
  	/*background: url(../images/site/footer.png) no-repeat top center;*/
	background-color: #eaeaea;
	display: block;
}
#footer .container_div > p, #footer > p {
	padding-top: 12px;
}
#footer p {
	margin: 0;
}
#footer a {
	font-weight: 700;
	color: #000;
}

.back-to-top {
	display: inline;
	cursor: pointer;
}

.social-media {
    display: inline-block;
    margin-left: 10px;
}

.social-media:hover > .social-sprite {
    opacity: 0.5;
}

.social-sprite {
    background: url(../images/site/social-sprite.png) no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
}

.social-media > .social-sprite:hover {
    opacity: 1;
}

.social-sprite.twitter {
    background-position: 0 0;
}

.social-sprite.facebook {
    background-position: -39px 0;
}

.social-sprite.linkedin {
    background-position: -78px 0;
}

.social-sprite.email {
    background-position: -117px 0;
}

table {
	background-color: #999999 !important;
}

/* nifty css3 classes */
.fade
{
        opacity:0.5;
}
.fade:hover
{
        opacity:1;
}
.grow:hover
{
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
}

/* Mobilegeddon 2015 */
/* baseline mobile - iPhone 3,4,5 (portrait) */
@media only screen and (min-width: 240px) and (max-width: 479px) {
	.container_div {
		width: 100%;
	}
	#header {
		height: 180px;
	}
	#logo {
		width: 300px;
		background-size: contain;
	}
	#top_right {
		float: none;
		display: block;
		margin-top: 0;
		margin-left:0;
		width: 100%;
	}
	#top_right ul {
		float: left;
		padding-left: 20px;
		margin-top: 60px;
	}
	#top_right img {
		margin-top: 80px;
	}
	#navigation {
		padding-top: 4px;
		height: 88px;
	}
	#navigation, #navigation_content {
		background: none;
		background-color: #424e86;
	}
	#navigation_content {
		width: 100%;
	}
	#navigation ul li, #navigation ul li.alt1, #navigation ul li.alt2, #navigation ul li.alt3 {
		width: inherit;
		padding-left: 5px;
		padding-right: 15px;
	}	
	#feature_left, #feature_middle, #feature_right {
		width: 100%;
	}
	#featured_content {
		padding-bottom: 60px;
	}
	#featured_content #feature_right.right_align .inner_content > img {
		float: none !important;
		display: block;
		margin: 0 auto;
		padding-bottom: 5px;
	}
	#signup h2 {
		display: none;
	}
	#signup {
		height: 80px;
	}
	#signup img {
		margin-top: 20px;
	}
	#additional_left {
		width: 100%;
		padding-bottom: 40px;
	}
	#additional_left .feat_left, #additional_left .feat_middle, #additional_left .feat_right {
		width: 100%;
	}
	#additional_right {
		display: block;
		margin: 0 auto;
	}
	#trial_banner, #sub_content {
		display: none;
	}
	#footer {
		background: none;
		background-color: #f3f3f3;
	}
	#footer a {
		font-weight: 700;
	}
	.learn_left_alt, .learn_middle_alt, .learn_right_alt {
		display: block;
	}
	.learn_left, .learn_middle, .learn_right {
		display: none;
	}
	#top_right.isloggedin, #top_right ul, #top_right img {
		margin-top: 0;
	}
}
/* mobile - iPhone 3,4,5 (landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container_div {
		width: 100%;
	}
	#header {
		height: 180px;
	}
	#logo {
		width: 450px;
		background-size: contain;
	}
	#top_right {
		float: none;
		display: block;
		margin-top: 0;
		margin-left:0;
		width: 100%;
	}
	#top_right ul {
		/*float: left;*/
		margin-left: 20px;
		margin-top: 60px;
	}
	#top_right img {
		margin-left: 20px;
		margin-top: 80px;
	}
	#signup h2 {
		font-size: 2em;
		width: 460px;
	}
	#navigation {
		padding-top: 4px;
		height: 88px;
	}
	#navigation, #navigation_content {
		background: none;
		background-color: #424e86;
	}
	#navigation_content {
		width: 100%;
	}
	#navigation ul li, #navigation ul li.alt1, #navigation ul li.alt2, #navigation ul li.alt3 {
		width: inherit;
		padding-left: 5px;
		padding-right: 15px;
	}
	#feature_left, #feature_middle, #feature_right {
		width: 100%;
	}
	#featured_content {
		padding-bottom: 60px;
	}
	#featured_content #feature_right.right_align .inner_content > img {
		float: none !important;
		display: block;
		margin: 0 auto;
		padding-bottom: 5px;
	}
	#featured_content ul, #featured_content #feature_right.right_align ul {
		width: 420px;
		margin: 0 auto;
	}
	#additional_left {
		width: 100%;
		padding-bottom: 40px;
	}
	#additional_left .feat_left, #additional_left .feat_middle, #additional_left .feat_right {
		width: 100%;
	}	
	#additional_right {
		display: block;
		margin: 0 auto;
	}	
	#signup h2 {
		padding-top: 30px;
	}
	#signup img {
		display: block;
		margin: 15px auto 0 auto;
	}
	#footer {
		background: none;
		background-color: #f3f3f3;
	}
	#trial_banner {
		display: none;
	}	
	#footer a {
		font-weight: 700;
	}	
	.learn_left_alt, .learn_middle_alt, .learn_right_alt {
		display: block;
	}
	.learn_left, .learn_middle, .learn_right {
		display: none;
	}		
	#top_right.isloggedin, #top_right ul, #top_right img {
		margin-top: 0;
	}
}
/* baseline tablet - iPad (portrait) */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.container_div {
		width: 100%;
	}
	#logo {
		width: 450px;
		background-size: contain;
	}
	#top_right {
		margin-left: 65%;
	}
	#navigation {
		padding-top: 4px;
	}
	#navigation, #navigation_content {
		background: none;
		background-color: #424e86;
	}
	#navigation_content {
		width: 100%;
	}
	#navigation ul li, navigation ul li.alt2, navigation ul li.alt3 {
		width: 84px;
	}
	#navigation ul li.alt1 {
		width: 100px;
	}	
	#featured_content #feature_left .inner_content > img {
		width: 200px;
	}	
	#featured_content #feature_middle .inner_content > img {
		/*width: 100px;*/
		width: 160px;
	}
	#featured_content #feature_right.right_align .inner_content > img {
		width: 100px;
	}
	#additional_content {
		width: 750px;
		margin: 0 auto;
	}
	#additional_left {
		width: 400px;
	}
	#additional_left .heading_container {
		width: 150px;
	}
	#additional_left .feat_left, #additional_left .feat_middle, #additional_left .feat_right {
		width: 50%;
	}
	#signup h2 {
		padding-top: 30px;
	}
	#signup img {
		display: block;
		margin: 15px auto 0 auto;
	}
	#trial_banner img {
		width: 750px;
	}
}
/* baseline desktop */
@media only screen and (min-width: 980px) and (max-width: 1099px) {
	.container_div {
		width: 100%;
	}
	#top_right {
		margin-left: 70%;
	}	
	#featured_content #feature_left .inner_content > img {
		width: 200px;
	}	
	#featured_content #feature_middle .inner_content > img {
		/*width: 100px;*/
		width: 160px;
	}
	#featured_content #feature_right.right_align .inner_content > img {
		width: 100px;
	}
	#additional_content {
		width: 960px;
		margin: 0 auto;
	}
	#additional_left {
		width: 610px;
	}
	#additional_left .heading_container {
		width: 150px;
	}
	#trial_banner img {
		width: 600px;
		margin:0;
	}
}
/* large desktop */
@media only screen and (min-width: 1100px) {
	/* default styles */
	.container_div {
		width: 1100px;
	}	
}
