/*
Theme Name: Edu Network
Theme URI: http://stripes39.com
Description: Edu Network theme.
Author: various
Version: 1.0
Tags:

*/


body {
	background-color: #444;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	/*color: #444;*/
	color: #666666;
}

a.monetize {
    color:#11C !important;
}

a.underline {
    text-decoration:underline !important;
}

.clear {
	clear: both;
}

/* @group typeography */

.content h2 {
    font-size: 35px;
}
.home .content h2 {
    font-size: 15px;
}
.content h3 {
    font-size: 18px;
    margin-top: 1em;
}
.home .content h3 {
    margin-top: 0;
}
.content h4 {
    font-size: 16px;
}

a {
    color: #508c9f;
    text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #5cacc6;
}

p {
	margin-bottom: 15px;
	line-height: 1.7;
}

ul, ol {
	padding-bottom: 20px;
}

li {
	background: url(images/bullet.png) no-repeat 0 2px;
	padding-left: 20px;
	line-height: 16px;
	margin-bottom: 2px;
}

ol {
    padding-left:20px;
}

ol li {
    background:none;
    padding:0;
}

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

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

/* @end */

#transparent_box_show {
    background:url(images/transparent/topbottom.png) no-repeat 0 -26px;
/*    width:350px;*/
    width:320px;
    height:6px;
    padding:15px;
/*    height:64px;*/
    position:relative;
    top:164px;
    overflow:hidden;
    display:block;
    color:#333;
}

#transparent_box {
    width:350px;
    position: relative;
}

#transparent_box .top {
    background:url(images/transparent/topbottom.png) no-repeat 0 0 !important;
    height:13px !important;
}

#transparent_box .bottom {
    background:url(images/transparent/topbottom.png) no-repeat 0 -13px !important;
    height:13px !important;
}

#transparent_box .body {
    background:url(images/transparent/bg.png) !important;
    padding: 10px 25px;
    color:#333;
}

#transparent_box .body p {
    margin:0 !important;
}

/* @group main layout */

#wrapper {
	background-color: #f1f1e9;
	padding-bottom: 30px;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
}

#header #logo a {
	float: left;
	width: 370px;
	height: 75px;
	margin-bottom:5px;
/*  background-image: url(images/logo.png);*/
	text-indent: -444444px;
	overflow: hidden;
}


#header #trust_marks {
	float: right;
	width: 483px;
	background-image: url(images/trust_marks.png);
	height: 87px;
	position: relative;
	text-indent: -444444px;
	overflow: hidden;
    display:none;
}


/* =MENU/NAVIGATION
   ---------------------------------------------------------------------------------------------------- */
#header {
    padding-top: 1.6em;
    margin-bottom: 1.6em;
}

#header #logo {
    position: relative;
    float: left;
    width: 300px;
    margin: 0 0 0 -11px;
    padding: 0;
}

#internal_nav ul, #menu-footer-menu {
    list-style: none;
}

#internal_nav li, #menu-footer-menu li {
    background: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

#header #internal_nav ul {
    position: relative;
    float: right;
    width: 615px;
    margin: 0;
    top: .2em;
    padding: 0;
}

#header #internal_nav ul:before {
    border-top: 1px solid #cecec6;
    content: "";
    position: absolute;
    width: 98.2%;
    top: 49%;
}

#header #internal_nav li a {
    border-radius: none;
    display: inline-block;
    color: #666;
    float: none;
    font-size: 12px;
    font-weight: 800;
    margin: 3px 0px;
    padding: 10px;
    width: 180px;
}

#header #internal_nav a:hover {
    color: #5cacc6;
    background-color: #eaeae3;
}


#header #internal_nav li.current-menu-item a:link,
#header #internal_nav li.current-menu-item a:visited {
    color: #508C9F;
    text-decoration: underline;
}


/* =FAQ/ACCORDION
   ---------------------------------------------------------------------------------------------------- */
.accordion {
    margin: 30px 50px 50px;
}

.accordion dt, .accordion dd {
    padding: 10px;
    border: 1px solid #d1d1d1;
    border-bottom: 0;
}
.accordion dt {
    background-color: #efefef;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e1e1e1)); /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1); /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #ffffff, #e1e1e1); /* Firefox 3.6-15 */
    background-image:      -o-linear-gradient(top, #ffffff, #e1e1e1); /* Opera 11.10-12.00 */
    background-image:         linear-gradient(to bottom, #ffffff, #e1e1e1); /* Firefox 16+, IE10, Opera 12.50+ */
    border-bottom: 1px solid #d1d1d1;
    -webkit-box-shadow: 0px 1px 12px -5px #000; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
            box-shadow: 0px 1px 12px -5px #000; /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
    font-size: 18px;
    font-weight: 400;
    margin-top: .5em;
    position: relative;
}
.accordion dt a:link, .accordion dt a:visited {
    background: url("images/icon-plus.png") no-repeat 0 center;
    color: #666;
    padding-left: 2.5em;
}
.accordion dt a:hover, .accordion dt a:active, .accordion dt a:focus {
    color: #508C9F;
}
.accordion dt:last-of-type, .accordion dd:last-of-type {
    border-bottom: 1px solid #d1d1d1;
}
.accordion dt a {
    display: block;
    /*font-weight: bold;*/
}
.accordion dt.open a:link, .accordion dt.open a:visited {
    background: url("images/icon-minus.png") no-repeat 0 center;
}
.accordion dt:before {
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #fff;
    /*background-color: red;*/
    content: "";
    position: absolute;
    width: 0px;
    height: 42px;
    top: 0;
    left: 2.4em;
}

.accordion dd {
    background-color: #fafafa;
    border-bottom: 1px solid #d1d1d1;
    border-top: 0;
    color: #666;
    font-size: 16px;
    padding: 2em 3em;
}
.accordion dd, .accordion dd * {
    line-height: 1.4;
}
.accordion dd:last-of-type {
    border-top: 1px solid white;
    position: relative;
    top: -1px;
}


/* =REDESIGN OVERRIDES
   ---------------------------------------------------------------------------------------------------- */
.hideme {
    display: none !important;
}
#article .wide_content {
    background: none;
}

#container .full_width_module .grey_header {
    background-color: #efefef;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e1e1e1)); /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1); /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #ffffff, #e1e1e1); /* Firefox 3.6-15 */
    background-image:      -o-linear-gradient(top, #ffffff, #e1e1e1); /* Opera 11.10-12.00 */
    background-image:         linear-gradient(to bottom, #ffffff, #e1e1e1); /* Firefox 16+, IE10, Opera 12.50+ */
    margin: 0 10px 1em;
    height: auto;
    padding: 1em 0;
    line-height: 1.1;
}

#container .full_width_module .grey_header .header {
    padding: 5px 50px;
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
}


/* =INFOGRAPHICS
   ---------------------------------------------------------------------------------------------------- */
#infographics .infographic_header {
    background:url(images/infographics/infographics_large_header.jpg) no-repeat;
    width:900px;
    height:281px;
    margin-bottom:10px;
}

#infographics .big_header_text {
    padding-top: 210px !important;
}

#infographics .content_container h2 {
    color:#4d7c9c;
    font-size:16px;
}

#infographics .content_container li {
    background:none !important;
    padding:0 !important;
    width: 520px;
    margin-bottom:20px;
}

#infographics .content_container li h3 a {
    color:#000;
    margin:0;
    font-size:16px;
    font-weight:bold;
}

#infographics .content_container li .left {
    float:left;
    width:100px;
}

#infographics .content_container li .right {
    float:right;
    width:400px;
}

#infographics .content_container li a.view_infographic {
    background:url(images/infographics/view_inforgraphic_button.png) no-repeat;
    width:157px;
    height:22px;
    display:block;
    text-indent:-44444px;
}

/* specific to scholarship page */

#scholarships .scholarship_header {
    background:url(images/scholarships/scholarships_large_header.jpg) no-repeat;
    width:900px;
    height:281px;
    margin-bottom:10px;
}

#scholarships .big_header_text {
    padding-top: 190px !important;
}

#scholarships .content_container h2 {
    color:#b24228;
    font-size:16px;
}

#scholarships .content_container li {
    background:url(images/scholarships/scholarship_hat_icon.png) no-repeat;
    height:22px;
    padding-left:32px !important;
}

#scholarships .content_container li a {
    font-weight:bold;
    font-size:14px;
    color:#000;
}

/* specific to infographic internal */
#infographicsinside h4 {
	color:#000000;
	font-size:16px;
	font-weight:bold;
}


/*specific to blog awards page*/

.big_header_text {
    text-align:center;
/*    padding-top:175px;*/
    color:#fff;
    text-shadow:0 1px 0 #888888;
    font-size:18px;
    width:900px;
}

#blogawards .blogawards_header, #resources .resources_header {
    width:900px;
    height:281px;
    margin-bottom:10px;
}

#resources .resources_header {
    background:url(images/resourcces_big_header.jpg) no-repeat;
}

#resources .content_container li a {
    font-weight:bold;
    font-size:16px;
    color:#000;
}

#resources .content_container h2 {
    font-size:16px;
    color:#70884F;
}

#resources .big_header_text { padding-top: 205px !important;}

#resources .content_container li {
    background:url(images/resources_li_arrow.png) no-repeat 0 1px;
}

#blogawards .blogawards_header {
    background:url(images/blogawards/award_big_header.jpg) no-repeat;
}

#blogawards .blogawards_header h1 {
    color:#FFFFFF;
    font-size:50px;
    padding-top:90px;
    text-align:center;
    text-shadow:0 1px 0 #888888;
    text-transform:uppercase;
}


#blogawards .content_container h2 {
    font-size:16px;
}

#blogawards .content_container li {
    background:url(images/blogawards/award_ribbon.png) no-repeat 0 2px;
	padding-bottom:5px;
	float:left;
	width:400px;
}

#blogawards .listcol
{
	float:left;
	width:430px;
}

#blogawards .content_container li a {
    font-weight:bold;
    font-size:16px;
    color:#000;
}

#blogawards li a span
{
	font-weight:normal;
	font-size:9pt;
	color:#548980;
	display:block;
	margin-top:2px;
}

#blogawards .wide_box h4
{
	color: #B9B9B9;
	font-size:12px;
	float:right;
	vertical-align:middle;
	height:60px;
	line-height:60px;
	padding-right:14px;
	font-weight:normal;
}



/* specific to state pages */

#container #state_left_side {
    float: left;
    width: 560px;
}

#container #state_right_side {
    float:right;
    width:300px;
}

#blog_index .grey_header a {
    display:block;
    background:url(images/blogindex/subscribe_button.png) no-repeat;
    float:right;
    text-indent:-44444px;
    width:202px;
    height:22px;
    margin-right:35px;
    margin-top: 12px;
}

#resources_internal .content_container, #resources .content_container, #state .content_container, #blog_index .content_container, #scholarships .content_container, #infographics .content_container, #blogawards .content_container, #infographicsinside .content_container, #stateindex .content_container, #article_internal .content_container {
    width:900px;
    margin-left:30px;
}

#container #state_left_side .content {
    padding:0 !important;
    margin-top:20px;
}

#container #blog_index #state_left_side .content {
    margin-top:0px !important;
}

#container #blog_index #state_left_side .content {
/*    margin-top:0 !important;*/
}

#container #state_right_side ul {
    padding-top:20px;
}

#container #state_right_side li {
    background:none !important;
    line-height:20px !important;
}

#container #state_right_side .sidebar {
    margin-bottom:20px;
    background:#f5f5f5;
}

#container #state_right_side .sidebar .header {
    text-indent:-444444px;
    height:60px;
    width:300px;
}

#container #state_right_side .sidebar .header a {
    background:url(images/states/view_all_button.png) no-repeat;
    display:block;
    width:87px;
    height:22px;
    float:right;
    margin-right:20px;
    margin-top:20px;
}

#container #state_right_side .sidebar .nearby_states{
    background:url(images/states/nearby_states_header.png) no-repeat;
}

#container #state_right_side .sidebar .email_updates {
    background:url(images/blogindex/email_update_header.png) no-repeat;
}

#container #state_right_side .sidebar .tweets {
    background:url(images/blogindex/tweets_header.png) no-repeat;
}

#container #state_right_side .sidebar .news {
    background:url(images/blogindex/news_header.png) no-repeat;
}

#container #state_right_side .sidebar .resources{
    background:url(images/states/resources_header.png) no-repeat;
}

/* end specific to state pages */

/* specific to article pages */

#container #left_modules {
	float: left;
	width: 480px;
}

#container #right_modules {
	float: right;
	width: 480px;

}

#container .freereport_button {
    display:block;
    background-image: url(images/article/freereport_button_red.png);
    width:420px;
    height:73px;
    overflow:hidden;
    text-indent: -444444px;
}

#container .blue_widget {
    background-image: url(images/article/topschoolwidget_blue_article.png);
    width:459px;
    height:340px;
    overflow:hidden;
}

.blue_widget form{
    padding-left:70px;
    padding-right:40px;
    padding-top:60px;
    width:219px;
}

.blue_widget select {
    margin-top:43px;
    width:211px;
}

.blue_widget form .submit {
    margin-top:22px;
    margin-left: -40px;
}

.article_left_side {
    float:left;
    width:480px;
}

.article_right_side {
    float: right;
    width: 480px;
}

.article_right_side .content ul, .wide_content ul {
    list-style:disc outside none;
    padding-left:20px;
}

.article_right_side .content li, .wide_content li {
    background:none !important;
    padding-left:0 !important;
}

.article_left_side .top_box {
    padding:0px 20px 0px 30px;
    height:340px;
}

.article_left_side .top_box .blurb {
    font-size:16px;
}

.article_right_side .content {
    width:400px !important;
    background:#f5f5f5 !important;
    padding:35px 20px 10px 20px !important;
}

#all_top_schools {
    background: url(images/article/topschools_header_lightblue_article.png) no-repeat;
    width:460px;
    margin-left:10px;
    padding-top: 60px;
}

#all_top_schools .school_list {
    border-right: 1px solid #D0E1E5;
}

#all_top_schools .school_list .school {
    padding-top:12px;
    margin-left:-11px;
    background:url(images/top_school_rank_flag.png) no-repeat 0 15px;
}

#all_top_schools .school_list .split {
    border:0;
    color:#D0E1E5;
    background-color:#D0E1E5;
    height:1px;
    width:100%;
    margin:10px 0 8px 0;
}

#all_top_schools .number_one {
    background-position:0 37px !important;
}

#all_top_schools .school .inner {
    padding:0 35px 5px 52px;
}

#all_top_schools .school .rank {
    color:#fff;
    float:left;
    font-size:16px;
    font-weight:bold;
    height:30px;
    line-height:30px;
    overflow:hidden;
    text-align:center;
    text-shadow:1px 1px 0 rgba(0, 0, 0, 0.3);
    width:40px;
    margin-top:2px;
}

#all_top_schools .number_one .rank {
    margin-top:24px !important;
}

#all_top_schools .school .top_pick {
    background: url(images/editor_top_pick_whitebg.png) no-repeat;
    width:99px;
    height:16px;
    overflow:hidden;
    text-indent:-44444px;
    margin-bottom:6px;
}

#all_top_schools .school .rating {
    background: url(images/stars_white_bg.png) no-repeat;
    width:68px;
    height:13px;
    overflow:hidden;
    text-indent:-44444px;
    margin-top:6px;
    margin-bottom:6px;
}

#all_top_schools .school .name, #all_top_schools .school .program {
    background-image:none !important;
    padding-left:0 !important;
    font-weight:bold;
}

#all_top_schools .school .program a {
    color:inherit !important;
}

#all_top_schools a.orange_button {
    background:url(images/topschool_orange_button.png) no-repeat;
    display:block;
    width:388px;
    height:43px;
    text-align:center;
    color:#fff;
    padding-top:3px;
    margin-bottom:2px;
}

#all_top_schools a.orange_button strong {
    display:block;
}

#all_top_schools .response_time {
    font-size:11px;
    padding-left:60px;
    padding-right:60px;
    text-align:center;
}

.top_three_schools .schools h4 a {
    color:inherit !important;
}

#all_top_schools .school .name a {
    text-decoration:underline;
    color:#1111cc;
    font-size:14px;
}

/* end specific to article pages */

#container .full_width_module,
#footer_monetization {
	background-image: url(images/bg_full_width_white.png);
	margin-bottom: 10px;
}

#container .full_width_module .top {
	height: 5px;
	background: url(images/bg_full_width_shadow_top.png) no-repeat 0 -5px;
}

#container .full_width_module .grey_header {
    /*height:60px;*/
    /*background: url(images/article/page_header_bg.png) no-repeat 10px top;*/
    /*margin-bottom:20px;*/
}

#container .full_width_module .grey_header .header {
    /*font-size: 26px;*/
    /*font-style:normal;*/
    /*font-weight:normal;*/
    /*color:#696969;*/
    /*padding: 15px 10px 0px 30px;*/
}

#container .full_width_module .bottom {
	background: url(images/bg_full_width_shadow_bottom.png) no-repeat 0 bottom;
	height: 10px;
}

#container .full_width_module .content, #footer_monetization {
	padding: 10px 10px 10px 20px;
}

#container .module {
	background-image: url(images/bg_module_white.png);
	width: 480px;
	margin-bottom: 10px;
}

#container .module .top {
	height: 5px;
	background: url(images/bg_module_shadow_top.png) no-repeat 0 top;
}

#container .module .bottom {
	background: url(images/bg_module_shadow_bottom.png) no-repeat 0 bottom;
	height: 10px;
}

#container .module .heading {
	background: url(images/bg_module_heading_grey.png) no-repeat 10px top;
	padding-left: 30px;
	height: 60px;
	padding-right: 30px;
}

#container .module .heading h3, #container .module .heading h2 {
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	color: #777;
	padding-top: 16px;
	text-shadow: #fff 0 1px 0;
}

#container .module .darkblue {
	background: url(images/bg_module_heading_blue.png) no-repeat 10px top !important;
}

#container .module .pagecurl {
    background: url(images/bg_module_page_curl.png) no-repeat !important;
    margin-top:-5px !important;
}

#container .module .pagecurl h2 {
    font-weight:bold !important;
    font-size:16px !important;
    padding-top:30px !important;
}

#frontpage_article_module .content {
    padding-top:10px !important;
}

#frontpage_article_module ul, #state .content ul, #resources_internal .content_container ul {
    list-style:disc outside !important;
    padding-left:30px;
}

#frontpage_article_module li, #state .content li, #resources_internal .content_container li {
    background:none !important;
    padding-left:0 !important;
}

#programsbytype_module h4 {
    margin-bottom:8px;
}

#learnmore_module .heading {
    text-indent:-4444px;
    background:url(images/learnmore_relatedschools_header.png) no-repeat 10px top !important;
    height:300px !important;
}

#learnmore_module li {
    background:url(images/learnmore_bullet.png) no-repeat !important;
    padding-left:40px !important;
    min-height:40px;
    margin-bottom:10px;
    padding-top:10px;
}
#learnmore_module li a {
    display:block;
    color:inherit;
    font-size:16px;
    margin-bottom:6px;
}


#frontpage_collegesearch_module .content {
    background:url(images/frontpage_blue_monetization_widget.jpg) no-repeat 10px top;
    height: 339px;
    padding:0 !important;
}

#frontpage_collegesearch_module .blue_widget {
    background:none;
    height:auto;
    width:auto;
}

#frontpage_collegesearch_module .blue_widget form {
    padding-left:76px !important;
}

#frontpage_collegesearch_module .blue_widget form .submit {
    margin-left:-35px !important;
    margin-top:18px !important;
}

#twitter_module .heading {
    background:url(images/bg_module_heading_tweets.png) no-repeat 10px top !important;
    height:75px !important;
}

#twitter_module h3 {
    padding-top:22px !important;
    padding-left:40px;
    color:#2b8cc9 !important;
}

#twitter_module .viewall {
    background:none !important;
    margin-top:25px !important;
}

#twitter_module .tweet_text {
    margin-bottom:5px;
}

#twitter_module .tweet_time {
    color:#aaa;
}

#twitter_module hr, #news_module hr {
    border:0;
    color:#ddd;
    background-color:#ddd;
    height:1px;
    margin-top:20px;
    margin-bottom:20px;
}

#topschools_module .content {
    padding:0 !important;
}

#topschools_module #all_top_schools {
    background:none !important;
    padding:0 !important;
}

#topschools_module .school_list {
    border:0 !important;
}

#topschools_module .split {
    color:#eee !important;
    background-color:#eee !important;
}

#news_module p {
    margin-bottom:0 !important;
}

#news_module .news_item {
    margin-bottom:0 !important;
}

#resources_module1 li, #resources_module2 li, #articles_module li, #faq_module li {
    padding: 7px 0 0 0 !important;
    background:none;
}

#resources_module1 ul > li:first-child, #resources_module2 ul > li:first-child, #articles_module ul > li:first-child, #faq_module ul > li:first-child {
    padding: 0 !important;
}

#resources_module1 ul, #resources_module2 ul, #articles_module ul, #faq_module ul {
    padding-bottom: 0 !important;
}

#resources_module1 .heading, #resources_module2 .heading, #articles_module .heading, #faq_module .heading {
    padding-left:70px !important;
}

#resources_module1 p, #resources_module2 p {
    margin:0 !important;
}

#resources_module1 .heading, #resources_module2 .heading {
    background:url(images/bg_module_heading_resources.png) no-repeat scroll 10px top !important;
}

#faq_module .heading {
    background:url(images/bg_module_heading_faq.png) no-repeat scroll 10px top !important;
}

#articles_module .heading {
    background:url(images/bg_module_heading_articles.png) no-repeat scroll 10px top !important;
}

#articles_module li a, #resources_module1 li a, #resources_module2 li a, #faq_module li a {
    display:block;
    font-weight:bold;
    font-size:14px;
/*    margin-bottom:5px;*/
}

#blog_module a.title {
    display:block;
    font-size:16px;
}

#blog_module .published {
    font-style:italic;
    color:#aaa;
}

#blog_module p {
    margin:0 !important;
}

#blog_module .title, #blog_module .published, #blog_module .excerpt {
    margin-bottom:5px;
}

#blog_module .minor_title {
    margin-top:20px;
    font-weight:bold;
    font-size:14px;
    color:#777;
}

#blog_module li, #blog_module ul, #state_module li, #state_module ul {
    background:none;
    padding:0;
}

#state_module a {
    color:#777;
}

#state_module .state_map {
    margin-left:10px;
}

#container .module .darkblue h3 {
    color:#fff !important;
    text-shadow: #777 0 1px 0 !important;
}

#container .module .heading .viewall {
    background: url(images/view_all_btn.png) no-repeat 0 top;
    height:20px;
    width:85px;
    overflow:hidden;
    text-indent: -444444px;
    float:right;
    margin-top:20px;
}

#container .module .content {
	padding: 15px 30px 15px 30px;
}

#container .content img.post_img {
    float:left;
    width:120px;
    height:120px;
    margin-right: 1em;
    padding-bottom:20px;
}

#state_left_side .content .post {
    float:right;
    width:420px;
	border-bottom: 1px solid #EDEDED;
    margin-bottom:20px;
}

#state_left_side .content .post h2 {
    font-size:16px;
    margin-bottom:8px;
}

#state_left_side .content .post .published {
    margin-bottom:8px;
    color: #aaa;
    font-style:italic;
}

#footer {
    color: #787878;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    text-align: left;
    width: 900px;
}

#footer a {
	color: #6bd2ed;
	padding: 1em;
	text-decoration: none;
}

/* @end */

#blog_index #programswidget { margin-top:-20px !important; }

/* @group home */

.billboard {
	width: 560px;
	height: 300px;
	float: left;
	text-shadow: rgba(255,255,255,0.3) 0 -1px 0;
    background-color:#F2F7F9;
}

#billboard_nav {
	height: 55px;
	background: url(images/bg_billboard_nav.png) no-repeat;
    display:none;
}

#billboard_nav a {
	height: 43px;
	width: 111px;
	display: block;
	float: left;
	font-size: 16px;
	text-align: center;
	padding: 8px 14px 6px;
	color: #9f9f9f;
	text-shadow: #fff 0 1px 0;
	line-height: 18px;
}

#billboard_nav a.selected {
	color: #444;
}

#billboard_nav a:hover {
	color: #444;
}

.billboard h3, .billboard h2, .billboard h1 {
	font-size: 26px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 5px;
}

.billboard p {
	font-size: 14px;
	line-height: 20px;
}

#slides {
	height: 245px;
}

#slides .one, #slides .two, #slides .three, #slides .four {
	background: url(images/bg_billboard_education.png) no-repeat;
	padding: 25px 263px 30px 30px;
	height: 160px;
}

.subject_info {
	float: right;
	width: 350px;
	margin-right: 10px;
	text-shadow: rgba(255,255,255,0.3) 0 -1px 0;
}

.subject_info h3 {
	font-size: 13px;
/*  margin-bottom: 4px;*/
}

.subject_info .links h3 {
    margin-bottom:2px;
}

.subject_info .photo {
    height:200px;
	/*height: 140px;*/
	margin-bottom: 10px;
}

.subject_info .links {
	height: 80px;
	background: url(images/bg_degree_filler.png) no-repeat;
	padding-top: 10px;
	padding-left: 120px;
}

.subject_info .links ul {
    padding-bottom:0!important;
    padding-right:10px;
}

.top_left_side {
	float: left;
	width: 350px;
}

.top_left_side .orange_widget {
	height: 275px;
	background: url(images/bg_widget_orange.png) no-repeat;
	width: 350px;
	padding-top: 73px;
}

.top_left_side .orange_widget form {
	padding-top: 0;
	padding-left: 90px;
	width: 219px;
	padding-right: 40px;
}

.top_left_side .orange_widget form .submit {
	margin-left: -36px;
	margin-top: 22px;
}

.top_left_side .orange_widget select {
	width: 211px;
	margin-top: 43px;
}

.top_programs_box {
    height:198px;
	background-color: #f9f9f9;
}


.top_programs_box .heading{
	background:url("images/bg_top_three_blue.png") no-repeat scroll 0 0 transparent;
	height: 60px;
	padding-right: 30px;
	padding-left: 20px;
}

.top_programs_box .heading h3 {
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	/*color: #777;*/
	color: #FFFFFF;
	padding-top: 16px;
	text-shadow: rgba(0, 0, 0, 0.3) 0 1px 0;
}

.top_programs_box .programs_content {
    height:96px;
	margin: 20px;
	overflow:hidden;
	line-height:16px !important;
}

.top_programs_box .programs_content h3, .top_programs_box .programs_content li, .top_programs_box .programs_content ul {
	margin:0 !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	line-height:16px !important;
	font-size:12px !important;
}

.top_three_schools {
	float: right;
	width: 560px;
	margin-right: 10px;
	background:#EEF5F7;
    min-height:349px;
/*  height:349px;*/
}

#programswidget .top_three_schools {
    height:auto !important;
    min-height:0 !important;
}

.set_height {
    height:558px;
}

.top_three_schools .heading {
	height: 50px;
	background: url(images/bg_top_three_blue.png) no-repeat;
	padding-left: 20px;
	padding-top: 10px;
}

.top_three_schools .heading h3 {
	font-size: 22px;
	font-weight: normal;
	text-shadow: rgba(0,0,0,0.3) 0 1px 0;
	color: #fff;
	float: left;
	display: block;
	width: 346px;
	padding-top: 5px;
	font-style: normal;
}

.top_three_schools .heading h4 {
	font-size: 12px;
	font-weight: bold;
	text-shadow: rgba(0,0,0,0.3) 0 1px 0;
	color: #fff;
	display: block;
	float: right;
	width: 165px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px solid #8bc5d6;
}

.top_three_schools .schools {
	background-color: #eef5f7;
/*  height:496px;*/
/*  overflow:hidden;*/
}

.top_three_schools .schools  h3 {
	font-size: 18px;
    margin-bottom: 5px;
}

.top_three_schools .schools  h4 {
	font-size: 12px;
	color: #777;
	margin-bottom: 5px;
}

.top_three_schools .schools .left {
	float: left;
	width: 262px;
}

.top_three_schools .schools .right {
	float: right;
    width: 200px;
    height:50px;
    overflow:hidden;
    line-height:16px;
    margin-top: 1.3em;
}

.top_three_schools .schools .right h4, .top_three_schools .schools .right ul, .top_three_schools .schools .right li {
    margin:0;
    line-height:16px;
    font-size:12px;
}

.top_three_schools .schools .right ul {
    padding-bottom:0!important;
}

.top_three_schools .schools .rating {
	background: url(images/top_three_stars.png) no-repeat;
	width: 81px;
	height: 16px;
	margin-bottom: 10px;
	text-indent: -444444px;
	overflow: hidden;
}

.top_three_schools .schools a.btn {
	background: url(images/top_three_btn.png) no-repeat;
	width: 243px;
	height: 50px;

	text-indent: -444444px;
	overflow: hidden;
	display: block;
}

.top_three_schools .schools .one, .top_three_schools .schools .two, .top_three_schools .schools .three {
	border-bottom: 1px solid #dbeef7;
	padding: 10px 15px 0px 70px;
/*    height:128px;*/
}

.top_three_schools .schools .one {
	background: url(images/top_num_one.png) no-repeat 10px 20px;
}

.top_three_schools .schools .two {
	background: url(images/top_num_two.png) no-repeat 10px 20px;
}

.top_three_schools .schools .three {
	background: url(images/top_num_three.png) no-repeat 10px 20px;
	border:0 !important;
}

.columns_module .content{
	padding: 0px !important;
}

.columns_module .heading{
	background: url(images/bg_module_heading_grey.png) no-repeat 0 top;
	height: 60px;
	padding-right: 30px;
	padding-left: 20px;
}

.columns_module .heading h3 {
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	color: #777;
	padding-top: 16px;
	text-shadow: #fff 0 1px 0;
}

.columns_module .columns_content {
	padding: 20px;
}

.columns_module .columns_content h4 {
	margin-bottom: 10px;
}

.columns_module .col_1, .columns_module .col_2, .columns_module .col_3 {
	width: 312px;
	float: left;
	border-right: 1px solid #e7e7e7;
}

.columns_module .col_1 {
	margin-left: 10px;
}

.columns_module .col_2 {
	border-left: 1px solid #fff;
}

.columns_module .col_3 {
	border-left: 1px solid #fff;
	border-right-style: none;
}

#static_site_buttons {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

#static_site_buttons a {
    display:block;
    margin-bottom:18px;
    text-indent:-44444px;
    width:422px;
    height:62px;
}

#static_site_buttons a.last {
    margin-bottom:0 !important;
}

#static_site_buttons .awards {
    background:url(images/awards_button.png) no-repeat;
}

#static_site_buttons .scholarships {
    background:url(images/scholarships_button.png) no-repeat;
}
#static_site_buttons .resources {
    background:url(images/resources_button.png) no-repeat;
}
#static_site_buttons .infographics {
    background:url(images/infographics_button.png) no-repeat;
}
/* @group module icons */

.icon_dollar {
	width: 40px;
	height: 40px;
	float: left;
	background-image: url(images/icon_dollar.png);
	margin-top: 9px;
	margin-right: 0;
}

.icon_books {
	width: 40px;
	height: 40px;
	float: left;
	background-image: url(images/icon_books.png);
	margin-top: 10px;
	margin-right: 5px;
}

.icon_bulb {
	width: 40px;
	height: 40px;
	float: left;
	background-image: url(images/icon_bulb.png);
	margin-top: 10px;
	margin-right: 0;
}

/* @end */



/* @group programswidget */
/*orange closeable widget*/

#programswidget
{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	padding:5px;
	background: #DE7217;
	position:relative;
}

.programswidget_close
{
	position:absolute;
	right:0px;
	top:0px;
	background: #DE7217 url('images/widget_orange_close.png') center center no-repeat ;
	padding:5px;
	margin-top:1px;
	width:20px;
	height:20px;
	cursor:pointer;
	z-index:1000; /*needed for IE7*/
}


#programswidget .right
{
	width: auto !important;
    height: auto !important;
}

#programswidget .left
{
	width: auto !important;
}

#programswidget .schools .one, #programswidget .schools .two, #programswidget .schools .three {
	padding:10px 10px 10px 70px;
}

.school_name
{
	max-width:230px; /*prevent oddities with long school names*/
}

#programswidget .rating
{
	margin-bottom: 3px;
}

#programswidget .schools h3
{
	font-size:16px;
}

#programswidget .orange_widget
{
	height: auto;
	margin-bottom:0px;
}

#programswidget .top_three_schools
{
	margin-right:0px;
}

/* @end */


/* @group sidebar */

.sidebar_fieldlabel
{
	display:block
}

.sidebar_content
{
	padding:20px;
}

.sidebar_inlinefield
{
	vertical-align:middle;
	padding:4px;
	width: 170px;
  border:1px solid #ccc;
  height:20px;
}

.sidebar_inlinebutton
{
	vertical-align:middle;
	padding-left:2px;
	padding-right:2px;
}

.sidebar_content h3
{
	font-size:11pt;
}

.news_item
{
	margin-bottom:20px;
}

.newspoweredby
{
	background: url('images/blogindex/powered_by_google.png') no-repeat right center;
	height:22px;
}


/* @end */


/* @group tweets */

.tweet_top
{
	background: url('images/blogindex/tweet_inner_top.png') no-repeat;
	width: 260px;
	height:5px;
}

.tweet_bottom
{
	background: url('images/blogindex/tweet_inner_bottom.png') no-repeat;
	width: 260px;
	height:70px;
}

.tweet_list
{
	background: white;
	padding-right:20px;
	padding-top:10px !important;
	padding-bottom:5px;
}

.time
{
	color: #AAAAAA;
	margin-bottom:10px;
}

.source
{
	color: #AAAAAA;
	font-style:italic;
	font-size:8pt;
	padding-bottom:2px;
}

.tweet_list .link
{

}

/* @end */


/* @group data table */

#state p.tagline {
    margin:0;
    padding:14px;
    font-style:italic;
}

#state .sidebar .header h3 {
    float:left;
}

#state .content h1 {
    font-size:20px;
}

#state .content h2 {
    font-size:14px;
}

#state .wide_box h2.header {
    color:#696969;
    font-size:20px;
    font-style:normal;
    font-weight:normal;
    height:60px;
    line-height:60px;
    padding-left:20px;
}

.dataTables_wrapper
{
	clear:both;
}

.ui-state-default, .ui-widget-content .ui-state-default
{
	background: url('images/states/fullwidth_minor_header_bg.png') repeat-x;
	vertical-align: middle;
	height:60px;
	text-align:left;
	padding-left:14px;
	padding-right:14px;
	border-left:1px solid #DBDBDB;
}

.ui-state-default .ui-icon {
    background-image:url("images/ui-icons_888888_256x240.png");
}

.css_right {
display:block;
float:right;
}
.ui-icon-triangle-1-n {
background-position:0 -16px;
}
.ui-icon-triangle-1-s {
background-position:-64px -16px;
}
.ui-icon-carat-2-n-s {
background-position:-128px 0;
}
.ui-icon {
background-image:url("images/ui-icons_222222_256x240.png");
height:16px;
width:16px;
}
.ui-icon {
background-repeat:no-repeat;
display:block;
overflow:hidden;
text-indent:-99999px;
}
thead th div.DataTables_sort_wrapper span {
margin-top:-8px;
position:absolute;
right:0;
top:50%;
}
thead th div.DataTables_sort_wrapper {
position:relative;
padding-right:10px;
}

/* .sorting */
.sorting_asc, .sorting_desc
{
	border-left:1px solid #CED8DB;
	background:url('images/states/sortingheader.png') repeat-x;
}

table.display th
{

}

table.display tr.odd
{
	background-color: #EAF6F9;
}

table.display tr.even
{
	background-color: #E5F1F4;
}

tr.odd td
{
	padding:14px;
	border-left: 1px solid #DEE9EC;
	vertical-align:middle;
}

tr.even td
{
	padding:14px;
	border-left: 1px solid #DEE9EC;
	vertical-align:middle;
}

tr.odd td.sorting_1
{
	background-color: #DDF4F9;
	border-left: 1px solid #D2E8EC;
}

tr.even td.sorting_1
{
	background-color: #D5EFF4;
	border-left: 1px solid #D2E8EC;
}

/*Table data found on all the State pages*/
table#tblMain {
    font-size: 14px;
}

table#tblMain td.s1 {
    font-weight: 700;
    text-align: right;
    padding: 0.1em 1em;
}

table#tblMain td h3 {
    border-top: 1px solid #eee;
    padding-top: 1em !important;
    text-align: left;
}


/* @end */

/* @group badge widget */

.badgewidget
{
	background:white;
	padding:20px;
}

.badgeimage
{
	float:left;
	margin:20px;
/*  background:url('images/blogawards/topblog_example.png') no-repeat center center;*/
/*  width:140px;*/
/*  height:107px;*/
}

.badgedesc
{
	padding:20px;
	padding-left:200px;
}

.badgecopybtn
{
	float:right;
	line-height:20px;
	background:url('images/blogawards/copytoclipboard.png');
	width:126px;
	height:24px;
	margin-top:2px;
	margin-bottom:0px;
}


#container .badgewidget h3
{
	color: #339ABF !important;
	padding:0 !important;
	margin:0px;
	margin-bottom:5px;
	float:none !important;
	height:auto !important;
	font-weight:bold !important;
	font-size: 12pt !important;
}



.badgecode {
  background-color:#F5F5F5;
  font-family:monospace;
  padding:14px;
}

/* @end */


/* @group tabs */

.tabcontainer
{
    margin-top:10px;
}

.tab
{
	color:#979797;
	cursor:pointer;
	float:left;
	font-weight:bold;
	margin-bottom:-2px;
	padding-right:7px;
	text-transform:uppercase;

	/*unselected*/
	background:url("images/table_tab_unselected_right.png") no-repeat scroll right 2px transparent;
}

.tab span
{
	padding-left:24px;
	padding-right:17px;
	display:block;
	vertical-align:bottom;

	/*unselected*/
	background:url("images/table_tab_unselected_left.png") no-repeat scroll 0 2px transparent;
	padding-bottom:7px;
	padding-top:16px;
	line-height:13px;
}

.tab.selected
{
	background: url('images/table_tab_selected_right.png') no-repeat right center;
	/*z-index:1000;*/
	position:relative;
}

.tab.selected span
{
	padding-top:14px;
	padding-bottom:11px;
	background: url('images/table_tab_selected_left.png') no-repeat;
}

/* @end */


/* @group shared elements */

.wide_box .content
{
	padding-top:0px !important;
	padding-bottom: 20px !important;
}


#container .wide_box {
    width:900px;
    background:#f5f5f5 url(images/states/fullwidth_minor_header_bg.png) no-repeat 0 0;
	margin-bottom:20px;
}

#container .wide_box h3.title {
    height:60px;
    padding-left:20px;
/*    padding-top:20px;*/
    line-height:60px;
    color:#696969;
    font-size:20px;
    font-style:normal;
    font-weight:normal;
    float:left;
}

#container .wide_box a.close {
    float:right;
    background: url(images/states/close_button.png) no-repeat;
    height:24px;
    width:89px;
    margin-top:20px;
    margin-right:18px;
    text-indent:-44444px;
}

#container .wide_box .content
{
    margin-top:20px;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
}

/* @end */

/* @group infographic */

.infographic_box
{
	text-align:center;
	background:#f5f5f5;
	padding-top:20px;
}

.infographic_img
{
	display:inline-block;
	margin-bottom:20px;
}

.infographic_code
{
	background-color:white;
	font-family:monospace;
	padding:14px;
}

.infographic_codearea
{
	padding:20px;
	padding-top:0px;
	width:580px;
	display:inline-block;
	text-align:left;
}

.infographic_embeddesc
{
	color:#00557F;
	font-size:12pt;
	margin-bottom:8px;
	font-weight:bold;
}

/* @end */

#top250_module .top250_module_heading {
    background:url('images/resourcesheader-sidebar.jpg') no-repeat 10px top !important;
    height:200px !important;
    margin-bottom:10px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 0 #888888;
	font-size:18px;
}

#top250_module h3 {
    color:inherit !important;
    text-shadow:inherit !important;
    font-size:36px !important;
    margin:0 !important;
    padding-left:20px;
    padding-right:20px;
    padding-top:60px !important;
    text-transform:uppercase;
}

#top250_module ul {
    padding-bottom:0 !important;
}

#top250_header
{
	width:560px;
	height:200px;
	background:url('images/top250resources_header.jpg');
	margin-bottom:10px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 0 #888888;
	font-size:18px;
}

#top250_header .for_students {
    padding-left:20px;
    padding-right:20px;
}

#top250_header h2 {
    margin:0 !important;
    padding-top:60px;
    text-transform:uppercase;
    font-size:36px !important;
    padding-left:20px;
    padding-right:20px;
}

img.top250_headimg
{
	width:350px;
	height:200px;
	float:right;
	margin-bottom:10px;
}

#top250_resources h1
{
	font-size:22px;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:10px;
}

#top250_resources h2
{
	font-weight:bold;
	font-size:16px;
	margin-top:10px;
	margin-bottom:10px;
}

#top250_resources li, #top250_module li
{
	background: url('images/star_list.jpg') no-repeat 0px 2px;
	padding-left:33px;
}

#top250_resources li a, #top250_module li a
{
	font-size:14px;
	color:#339ABF;
	display:block;
	margin-bottom:1px;
}

#top250_resources .col_left {
    width:448px;
    float:left;
    margin-left:-14px;
    margin-top:-10px;
}

#top250_resources .col_right {
    width:448px;
    float:right;
    margin-right:-13px;
    margin-top:-10px;
}

#top250_resources .content {
    padding-right:20px !important;
}

#top250_resources .col, #top250_resources .box {
	background:url('images/box_bg.png') repeat-y;
	width:448px;
	margin-bottom:6px;
	margin-top:10px;
}

#top250_resources .box ul {
    padding-bottom:0!important;
}

#top250_resources .box .inner {
    padding:10px 20px 10px 20px;
}

#top250_resources .col h3, #top250_resources .box h3 {
	background:url('images/box_top.jpg');
	height:42px;
	line-height:42px;
	vertical-align:bottom;
	padding-bottom:0px;
	padding-left:44px;
	padding-top:2px;
	font-size:18px;
	font-weight:bold;
}

#top250_resources .col .flavorbanner, #top250_resources .box .flavorbanner {
	margin-left:4px;
}

#top250_resources .col .bottom, #top250_resources .box .bottom {
	background:url('images/box_bottom.jpg');
	height:4px;
}

#top250_resources .col .content, #top250_resources .box .content {
	padding-left:20px;
	padding-right:20px;
}


#top250_resources .content .content {
	padding-bottom:0 !important;
	background:#fafafa;
}

/* @end */

ul.states {
    list-style:none outside none !important;
    padding-left:0 !important;
}

#article .wide_content {
    /*background:#f5f5f5;*/
    margin:0 40px 20px;
    padding:35px 20px 10px;
}

#article .article_left_side .in_wide {
    padding:0 10px 0 40px !important;
}

/* specific to articles template pages */

#article_internal .content_container h2 {
	font-size:18px;
}


#state #programswidget {
    margin-top: -20px !important;
}

#orange_widget_container {
    margin-left: 10px;
    margin-top: -20px;
    margin-bottom: 20px;
}

a.redbtn {
font-family: Arial;
color: #ffffff;
font-size: 15px;
padding: 10px 35px;
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-box-shadow: 0px 1px 3px #666666;
-moz-box-shadow: 0px 1px 3px #666666;
text-shadow: 1px 1px 3px #666666;
border: solid #d80000 2px;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#d80000), to(#a80000));
background: -moz-linear-gradient(top, #d80000, #a80000);
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#d80000, endColorStr=#a80000);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#d80000, endColorStr=#a80000);
display:inline-block; /* IE is so silly */
}
a.redbtn:hover {
background: #d80000;
}


/* Articles ######################################################### */

img.left, img.right, img.middle {

	box-shadow:0 1px 3px rgba(0, 0, 0, 0.50) !important;

	border:1px solid #D1D1D1 !important;

}

img.left, img.left-nostyle {

	margin:0 25px 15px 0 !important;

	float:left;

}

img.right {

	margin:0 0 5px 10px;

	float:right;

}

img.middle {

	margin-left: auto !important;

	margin-right: auto !important;

	display: block;

}

p.intro-text {
	font-size:15px;
	line-height:150%;
}


#article li:last-child {

	border-bottom: none;

}

#article ol {

	counter-reset:li; /* Initiate a counter */

	margin-left: 50px; /* Remove the default left margin */

	padding-left: 0; /* Remove the default left padding */

	width: 90%;



}

#article ol > li {

	position: relative; /* Create a positioning context */

	margin: 0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */

	padding: 21px 5px !important; /* Add some spacing around the content */

    list-style: none; /* Disable the normal item numbering */

	font-size: 15px;

	border-bottom: 1px dotted #CCC;
	width: 93%;

}

#article ol > li:before {

    content:counter(li); /* Use the counter as content */

   	counter-increment:li; /* Increment the counter by 1 */

   	/* Position and style the number */

   	position:absolute;

   	top:0;

   	left:-2em;

    -moz-box-sizing:border-box;

    -webkit-box-sizing:border-box;

    box-sizing:border-box;

    width:2em;

    /* Some space between the number and the content in browsers that support generated content but not positioning it (Camino 2 is one example) */

    margin-right:8px;

    padding:17px 0 0;

    color:#BBB;

	font-family:"PFHandbookProLight",HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;

    text-align:center;

	font-size:28px;

}

#article li ol,

#article li ul {margin-top:6px;}

#article ol ol li:last-child {margin-bottom:0;}

#article h3, .entry-content h3 a {
	margin: 1.5em 0 10px !important;
	padding:0 !important;
	font: bold 18px/1.2 "PFHandbookProLight",HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}


#article ol li h3, #article ol li h3 a {
	margin-top: -2px !important;
}

/*Styles for list item blocks like: http://www.onlinepsychologydegree.net/how-to-become-a-psychologist/*/
#article ul.blocks {
    list-style: none;
}

#article ul.blocks li {
    background: none;
    border-top: 1px solid #DDD;
    display: inline-block;
    margin: 1em;
    padding-top: 3em;
    vertical-align: top;
    width: 42%;
}

#article ul.blocks li:nth-child(-n+2) {
    border-top: none;
    padding-top: 0;
}

#article ul.blocks li h4 {
    font-size: 1.3em;
    margin: 0 0 0.5em;
}

.list-continue { counter-reset: item !important; }

.wp-pagenavi {
    width: 420px;
    height: 40px;
    padding: 20px 0 0 140px;
    position: relative;
}
.wp-pagenavi li {
    list-style: none;
}
.wp-pagenavi .next-link {
	float: left;
}.wp-pagenavi .prev-link {
	float: right;
}


/* =STATES MAP
   ---------------------------------------------------------------------------------------------------- */
.map-container.small,
.map-container.large {
  clear: both;
  display: block;
  margin: 0 0 0 6em;
  width: 810px !important; /*If you need to change the map size, just specify the width here. All other widths listed can stay at 100%.*/
}
.map-container.small {
  margin: 0 0 0 2em;
  width: 400px !important; /*If you need to change the map size, just specify the width here. All other widths listed can stay at 100%.*/
}
.map-container.small img,
.map-container.large img {
  width: 100% !important;
  max-width: 100% !important;
}
.map-container.large .map {
  width: 100% !important;
  max-width: 100% !important;
}

/* OLD MAP CSS
.map-container {
	width: 500px;
	overflow: hidden;
	float: left;
}
.map-container img {
	width: 500px;
	height: 375px !important;
}
*/

.states-lists {
    border-top: 1px solid #E7E7E7;
    display: block;
    float: none;
    margin-top: -4.5em;
    padding-top: 3.2em;
    padding-left: 2.5em;
    position: relative;
    width: auto;
}
ul.links_list {
	width: 16.5%;
	float: left;
}
ul.links_list li {
    background: none;
    margin-bottom: 1.6em;
    padding-left: 0;
}
ul.links_list li a {
    font-size: 16px;
}
	ul.links_list li.show a{
		text-decoration: underline;
	}
hr.clearer { border:0;background: none;width: 100%;clear: both;color:#fff; }


/* Alter Monetization Styles for A/B testing */

.alt-monetization {
	-webkit-box-shadow: 0 0 14px rgba(0,0,0,.08);
	-moz-box-shadow: 0 0 14px rgba(0,0,0,.08);
	box-shadow: 0 0 14px rgba(0,0,0,.08);

	background-color: #eef5f7;
	height: 300px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 auto;
	width: 940px;
}
.alt-monetization h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 10px 0 22px;
	text-align: center;
}
.alt-monetization ol,
.alt-monetization ul {
	padding: 0;
	list-style: none;
}
.alt-monetization a {
	text-decoration: none;
}
.degree-widget {
	background-color: #5e9fb2;
	color: white;
	float: right;
	height: 260px;
	padding: 20px 32px;
	width: 218px;
}
.degree-widget li {
	margin-bottom: 14px;
}
.degree-widget label {
	font-size: 14px;
}
.degree-widget select {
	-webkit-appearance: none;
	border: none;

	background-color: #f5f5f5;
	background-image: url('http://www.onlinepsychologydegree.net/wp-content/themes/EduNetwork/images/dropdown-arrow.png'), -o-linear-gradient(90deg , rgb(241,241,241) 0%, rgb(248,248,248) 100%);
	background-image: url('http://www.onlinepsychologydegree.net/wp-content/themes/EduNetwork/images/dropdown-arrow.png'), -moz-linear-gradient(90deg , rgb(241,241,241) 0%, rgb(248,248,248) 100%);
	background-image: url('http://www.onlinepsychologydegree.net/wp-content/themes/EduNetwork/images/dropdown-arrow.png'), -webkit-linear-gradient(90deg , rgb(241,241,241) 0%, rgb(248,248,248) 100%);
	background-image: url('http://www.onlinepsychologydegree.net/wp-content/themes/EduNetwork/images/dropdown-arrow.png'), -ms-linear-gradient(90deg , rgb(241,241,241) 0%, rgb(248,248,248) 100%);
	background-image: url('http://www.onlinepsychologydegree.net/wp-content/themes/EduNetwork/images/dropdown-arrow.png'), linear-gradient(90deg , rgb(241,241,241) 0%, rgb(248,248,248) 100%);
	background-repeat: no-repeat, repeat;
	background-position: right, left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 8px 0;
	padding: 6px 12px;
	width: 100%;
}
.degree-widget input[type="submit"] {
-webkit-appearance: none;

	background-image: -o-linear-gradient(90deg , rgb(138,50,40) 0%, rgb(174,90,56) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(138,50,40) 0%, rgb(174,90,56) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(138,50,40) 0%, rgb(174,90,56) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(138,50,40) 0%, rgb(174,90,56) 100%);
	background-image: linear-gradient(90deg , rgb(138,50,40) 0%, rgb(174,90,56) 100%);
	border-radius: 6px;

	border: 1px solid #893128;
	color: white;
	cursor: pointer;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 0;
	width: 100%;
}
.feat-schools {
float: left;
	padding: 20px 11px;
	width: 636px;
}
.feat-schools h2 {
	color: #666666;
	text-align: center;
}
.schools li {
	float: left;
	padding: 0 21px;
	width: 170px;
}
.schools h3 {
    display: block;
    font-size: 0;
    height: 0px;
    /*visibility: hidden;*/
    width: 200px;
}
.home .schools h3 {
    margin-top: 1em;
}
.schools h4 {
	color: #666666;
	font-size: 14px;
	margin: 22px 0;
	min-height: 36px;
	text-align: left;
}
.schools .btn {
	background-image: -o-linear-gradient(90deg , rgb(138,50,40) 0%, rgb(174,90,56) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(138,50,40) 0%, rgb(174,90,56) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(138,50,40) 0%, rgb(174,90,56) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(138,50,40) 0%, rgb(174,90,56) 100%);
	background-image: linear-gradient(90deg , rgb(138,50,40) 0%, rgb(174,90,56) 100%);
	border-radius: 6px;

	border: 1px solid #893128;
	color: white;
	cursor: pointer;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 0;
	text-align: center;
	width: 100%;
}


/* =BLOG
   ---------------------------------------------------------------------------------------------------- */
#blog_index .content, #article .content {
    font-size: 16px;
    line-height: 1.6;
    margin: 1.5em 3.8em;
}

#blog_index .post {
/*background-color: orange;*/
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 1em;
}
#blog_index .post h2 {
    font-size: 16px;
}
#blog_index .post p {
    line-height: 1.3;
}
#article .content p, #article .content li {
    line-height: 1.4;
}

#blog_index .post .published {
    color: #AAA;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 5px;
}

.button {
    -webkit-box-shadow: 0px 3px 6px -5px #000000;
       -moz-box-shadow: 0px 3px 6px -5px #000000;
            box-shadow: 0px 3px 6px -5px #000000;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e1e1e1)); /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, #fefefe, #e1e1e1); /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #fefefe, #e1e1e1); /* Firefox 3.6-15 */
    background-image:      -o-linear-gradient(top, #fefefe, #e1e1e1); /* Opera 11.10-12.00 */
    background-image:         linear-gradient(to bottom, #fefefe, #e1e1e1); /* Firefox 16+, IE10, Opera 12.50+ */
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid #dcdcdc;
    color: #508d9f;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    padding: 8px 15px;
    text-decoration: none;
}
.button:hover, .button.selected {
    background-color: #e1e1e1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#eee)); /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, #e1e1e1, #eee); /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #e1e1e1, #eee); /* Firefox 3.6-15 */
    background-image:      -o-linear-gradient(top, #e1e1e1, #eee); /* Opera 11.10-12.00 */
    background-image:         linear-gradient(to bottom, #e1e1e1, #eee); /* Firefox 16+, IE10, Opera 12.50+ */
}
.button:active {
    position: relative;
    top: 1px;
}


/* =TABS
   ---------------------------------------------------------------------------------------------------- */
.page-template-page-state-pages-php #article .content {
    margin: 1.5em 2.5em;
}

.page-template-page-state-pages-php .ui-state-default, .ui-widget-content .ui-state-default {
    background: none;
    border-left: none;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

ul.tabs {
    display: block;
    height: 52px;
    list-style: none;
    margin-bottom: 0;
    padding-bottom: 0;
    z-index: 99;
}
ul.tabs li {
    float: left;
    font-size: 19px;
    line-height: 1.75 !important;
    margin: 0;
    width: 49%;
}
ul.tabs li:last-child {
    float: right;
}
ul.tabs li.ui-state-active {
}
ul.tabs li a {
    display: block;
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#d3d3d3)); /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, #f6f6f6, #d3d3d3); /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #f6f6f6, #d3d3d3); /* Firefox 3.6-15 */
    background-image:      -o-linear-gradient(top, #f6f6f6, #d3d3d3); /* Opera 11.10-12.00 */
    background-image:         linear-gradient(to bottom, #f6f6f6, #d3d3d3); /* Firefox 16+, IE10, Opera 12.50+ */
    -webkit-border-radius: 5px 5px 0 0; /* Safari 3-4, iOS 1-3.2, Android ≤1.6 */
            border-radius: 5px 5px 0 0; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */

    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

    border: 1px solid #d1d1d1;
    border-bottom: none;
    padding: .5em 1em;
    text-align: center;
}
ul.tabs li.ui-state-active a {
    background-color: #fafafa;
    background-image: none;
}

.content .tab-container {
    background-color: #fafafa;
    border: 1px solid #d1d1d1;
    padding: 3em;
    z-index: 98;
}

.tab-content h2, .ui-tabs-hide { display: none; }



/* =HOMEPAGE REDESIGN
   ---------------------------------------------------------------------------------------------------- */
h1.title, h2.title {
    color: #666;
    font-size: 26px;
    font-weight: normal;
    margin: 1em auto .5em;
    text-align: center;
    text-transform: capitalize;
}

h4.title, #state-links h4 {
    font-size: 16px;
    margin: 1em auto;
    text-align: center;
    text-transform: capitalize;
}

.columns_module .heading {
    background: none;
    height: auto;
    padding: 0;
}


/* =STATE LINKS
   ---------------------------------------------------------------------------------------------------- */
#state-links h4 {
    margin-top: -0.5em;
    text-align: left;
}
#state-links p {
    font-size: 14px;
}

#state-links form {
    text-align: center;
}

#state-links select {
    -webkit-appearance: button;
    -webkit-padding-end: 42px !important;
    -webkit-padding-start: 10px !important;
    -webkit-user-select: none;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e1e1e1)); /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, #fefefe, #e1e1e1); /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #fefefe, #e1e1e1); /* Firefox 3.6-15 */
    background-image:      -o-linear-gradient(top, #fefefe, #e1e1e1); /* Opera 11.10-12.00 */
    background-image:         linear-gradient(to bottom, #fefefe, #e1e1e1); /* Firefox 16+, IE10, Opera 12.50+ */
    border: 1px solid #dadada;
    -webkit-box-shadow: 0px 1px 4px -1px #999; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
            box-shadow: 0px 1px 4px -1px #999; /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    color: #666;
    width: 175px;

    cursor: pointer;
    height: auto;
    letter-spacing: normal;
    line-height: 1.4;
    outline: none;
    overflow: hidden;
    padding: 0.7em 1em;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 10;
}
@media (-webkit-min-device-pixel-ratio:0) {
    #state-links select {
        background-image: url("images/icon-dropdown.png"), -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e1e1e1)); /* Safari 4+, Chrome */
        background-image: url("images/icon-dropdown.png"), -webkit-linear-gradient(top, #fefefe, #e1e1e1); /* Chrome 10+, Safari 5.1+, iOS 5+ */
        background-position: 98% 43% !important;
        background-repeat: no-repeat;
    }
}

#state-links input#submit {
    background-color: #4f8899;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4f8899), to(#437180)); /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, #4f8899, #437180); /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #4f8899, #437180); /* Firefox 3.6-15 */
    background-image:      -o-linear-gradient(top, #4f8899, #437180); /* Opera 11.10-12.00 */
    background-image:         linear-gradient(to bottom, #4f8899, #437180); /* Firefox 16+, IE10, Opera 12.50+ */
    border: 1px solid #487b8a;
    -webkit-border-radius: 4px; /* Safari 3-4, iOS 1-3.2, Android ≤1.6 */
            border-radius: 4px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
    -webkit-box-shadow: 0px 1px 4px -1px #999; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
            box-shadow: 0px 1px 4px -1px #999; /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
    color: #fff;
    font: 700 16px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-left: .5em;
    position: relative;
    opacity: .999;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    top: .07em;
}


/* =HOMEPAGE BLOG
   ---------------------------------------------------------------------------------------------------- */
.home .block {
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 15px -5px rgba(0,0,0,.2); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
            box-shadow: 0px 1px 15px -5px rgba(0,0,0,.2); /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
    margin: 20px 10px;
    padding: 0 20px 20px;
}

.home .block .post {
    margin: 20px -60px;
}

.home .block .post:nth-last-child(1) {
    border-bottom: none !important;
}

.home .block .post a.title {
    font-size: 16px;
    font-weight: 700;
}

.home .block .post p {
    line-height: 1.4;
}

.home .block h3, .columns_module .heading h3 {
    background-color: #efefef;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1)); /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1); /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #f8f8f8, #f1f1f1); /* Firefox 3.6-15 */
    background-image:      -o-linear-gradient(top, #f8f8f8, #f1f1f1); /* Opera 11.10-12.00 */
    background-image:         linear-gradient(to bottom, #f8f8f8, #f1f1f1); /* Firefox 16+, IE10, Opera 12.50+ */
    font-size: 22px;
    font-weight: 400;
    margin: 0 -20px 20px;
    padding: 18px;
    text-align: center;
}


/* =HOMEPAGE CONTENT COLUMNS
   ---------------------------------------------------------------------------------------------------- */
.columns_module .heading h3 {
    margin: 0 0.4em;
}

.columns_module .col {
    border: none;
    border-top: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    min-height: 280px;
}
.columns_module .col:hover {
    background: #fafafa;
    cursor: pointer;
}
.columns_module .col_3 {
    border-right: none;
}
.columns_module .col_1 h3,
.columns_module .col_2 h3,
.columns_module .col_3 h3 {
    margin: 0;
}
.columns_module .col_3 h3 {
    margin-right: -2px;
}
.columns_module .col h4 a {
    color: #666;
}
.columns_module .col p {
    font-size: 14px;
}

.columns_module .col.icon .columns_content {
    padding-top: 12em;
}
.columns_module .col.icon.careers .columns_content {
    background: url("images/icon-briefcases.png") no-repeat center 4.4em;
}
.columns_module .col.icon.experts .columns_content {
    background: url("images/icon-people.png") no-repeat center 3em;
}
.columns_module .col.icon.questions .columns_content {
    background: url("images/icon-head.png") no-repeat center 2.4em;
}
.columns_module .col.icon.benefits .columns_content {
    background: url("images/icon-keys.png") no-repeat center 2.2em;
}
.columns_module .col.icon.quality .columns_content {
    background: url("images/icon-compass.png") no-repeat center 2em;
}
.columns_module .col.icon.accreditiation .columns_content {
    background: url("images/icon-document.png") no-repeat center 2.5em;
}


/* =HOMEPAGE DEGREE BUTTONS
   ---------------------------------------------------------------------------------------------------- */
.degree-levels {
    display: block;
    text-align: center;
}

.degree-levels li {
    background: none;
    display: inline-block;
    padding: 0 .5em;
    text-align: center;
}
.degree-levels li a {
    font-size: 13px;
    padding: .5em 1.5em;
}
.degree-levels strong {
    display: block;
}


/* =404 PAGE
   ---------------------------------------------------------------------------------------------------- */
.error404 .block {
    padding: 2em;
}

.error404 .block * {
    font-size: 14px !important;
    line-height: 1.4 !important;
}

.error404 .block form {
    margin-bottom: 1em;
}


/* =REDESIGNED WIDGET
   ---------------------------------------------------------------------------------------------------- */
.home #container #frontpage_monetization_container_alt .full_width_module {
    padding: 0 10px;
    position: relative;
}

.home #container #frontpage_monetization_container_alt h3,
#footer_monetization h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
    margin-top: 1em;
    opacity: .999;
    text-align: center;
}

#footer_monetization {
    padding:10px 20px 10px 30px;
}

.featured_schools {
    background-color: #f1f1f1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#f1f1f1)); /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, #f4f4f4, #f1f1f1); /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #f4f4f4, #f1f1f1); /* Firefox 3.6-15 */
    background-image:      -o-linear-gradient(top, #f4f4f4, #f1f1f1); /* Opera 11.10-12.00 */
    background-image:         linear-gradient(to bottom, #f4f4f4, #f1f1f1); /* Firefox 16+, IE10, Opera 12.50+ */
    border: 1px solid #e7e7e7;
    display: block;
    float: left;
    margin-left: -9px;
    text-align: center;
    width: 607px;
    height: 260px;
}

.featured_schools .school {
    display: inline-block;
    margin: 0 1em;
    position: relative;
    vertical-align: top;
    width: 175px;
}
.featured_schools .school:hover {
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(70%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    cursor: pointer;
}
.featured_schools .school i {
    display: block;
    width: 175px;
    height: 100px;
    margin: 0 auto 10px auto;
}
.featured_schools .school img {
    margin: 0 auto;
    position: relative;
    top: 20%;
}
.featured_schools .school.s-post img {
    top: 5%;
}
.featured_schools .school h4 {
    text-align: center;
}
.featured_schools .school h4 span {
    display: block;
    text-indent: -9999px;
}

.teal_widget {
    background-color: #528c9e;
    color: #fff;
    display: block;
    float: right;
    width: 303px;
    height: 262px;
}

.teal_widget form {
    margin: 1em 3em;
    text-align: center;
}

.teal_widget button {
    background-color: #fab342;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcc771), to(#fab342)); /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, #fcc771, #fab342); /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #fcc771, #fab342); /* Firefox 3.6-15 */
    background-image:      -o-linear-gradient(top, #fcc771, #fab342); /* Opera 11.10-12.00 */
    background-image:         linear-gradient(to bottom, #fcc771, #fab342); /* Firefox 16+, IE10, Opera 12.50+ */
    border: 1px solid rgba(255,255,255,.2);
    -webkit-border-radius: 4px; /* Safari 3-4, iOS 1-3.2, Android ≤1.6 */
            border-radius: 4px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
    -webkit-box-shadow: 0px 1px 4px 1px #487b8a; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
            box-shadow: 0px 1px 4px 1px #487b8a; /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
    color: #666;
    display: block;
    font: 600 15px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 1em auto;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    text-transform: uppercase;
    text-align: center;
}
.teal_widget button:hover, .teal_widget button:active, .teal_widget button:focus {
    background: #fcce83;
}

.teal_widget label, .teal_widget select {
    display: block;
    font-size: 13px;
    margin-bottom: .5em;
    opacity: .999;
    text-align: left;
    width: 100%;
}

.teal_widget select {
    -webkit-appearance: button;
    -webkit-padding-end: 42px !important;
    -webkit-padding-start: 10px !important;
    -webkit-user-select: none;
    background-color: #fefefe;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e1e1e1)); /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, #fefefe, #e1e1e1); /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #fefefe, #e1e1e1); /* Firefox 3.6-15 */
    background-image:      -o-linear-gradient(top, #fefefe, #e1e1e1); /* Opera 11.10-12.00 */
    background-image:         linear-gradient(to bottom, #fefefe, #e1e1e1); /* Firefox 16+, IE10, Opera 12.50+ */
    border: 1px solid #487b8a;
    -webkit-box-shadow: 0px 1px 4px 1px #487b8a; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
            box-shadow: 0px 1px 4px 1px #487b8a; /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    color: #666;
    margin-bottom: 1em;

    cursor: pointer;
    height: auto;
    letter-spacing: normal;
    line-height: 1.4;
    overflow: hidden;
    padding: 0.5em 1em;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 10;
}
@media (-webkit-min-device-pixel-ratio:0) {
    .teal_widget select {
        background-image: url("images/icon-dropdown.png"), -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e1e1e1)); /* Safari 4+, Chrome */
        background-image: url("images/icon-dropdown.png"), -webkit-linear-gradient(top, #fefefe, #e1e1e1); /* Chrome 10+, Safari 5.1+, iOS 5+ */
        background-position: 98% 43% !important;
        background-repeat: no-repeat;
    }
}

/* =HOMEPAGE DEGREE SEARCH MODULE
   ---------------------------------------------------------------------------------------------------- */
#search-tool {
    display: none;
}
.search_container.teal_widget {
    background: #528C9E;
    color: #fff;
    float: none;
    height: 140px;
    margin: 0 auto;
    padding: 20px;
    width: 900px;
}

.search_container form {
    margin: 0 auto;
    text-align: left;
}

/* =STATE/SCHOOL LISTING
   ---------------------------------------------------------------------------------------------------- */
#local .clear {
    clear:both;
    padding-top:5px;
    overflow: hidden;
    position: relative;
}
.search_box_wrapper .search_box {
    border: 1px solid #fff;
    color: #666;
    display: inline-block;
    font: normal 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    margin-right: 8px;
    padding: 10px 15px;
    vertical-align: middle;
    width: 730px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.search_box_wrapper button {
    display: inline-block;
    padding: 13px 30px;
    vertical-align: middle;
}

.search_filters {
    clear: both;
    display: block;
}

.top-filters {
    margin-top: 10px;
}

.filter-item {
    float: left;
    margin-left: 2%;
}

.filter-item:first-child {
    margin-left: 0;
}

.filter-specialization {
    width: 350px;
}

.filter-standardized-test-required {
    margin-left: 35px;
    width: 110px;
}

.filter-type {
    width: 150px;
}

.filter-minimum-gpa {
    width: 150px;
}

.filter-item label {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
}

.filter-item .radio,
.filter-item .checkbox {
    display: inline;
}

.filter-item .radio input,
.filter-item .checkbox input {
    margin-bottom: 15px;
}

.filter-item select {
    display: inline-block;
    width: 100%;
}

.reset_filter {
    background: #85bb54;
    border: 1px solid #97d261;
    color: #fff;'
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .095em;
    padding: 7px 0 7px 10px;
    text-shadow: 0 1px rgba(0,0,0,.35);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.reset_filter:hover {
    background: #7aae4c;
    color: #fff;
}

.reset_filter span {
    background: #64903b;
    font-size: 16px;
    margin-left: 10px;
    padding: 3px 8px 7px 9px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.reset_filter:hover span {
    background: #52792f;
}

.num-results {
    background: #528C9E;
    color: #fff;
    display: block;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    padding: 18px 0;
    text-align: center;
}

.result-count {
    font-weight: bold;
}

.results_container {
    margin: 0 auto;
    width: 940px;
}

.results_container table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.results_container th,
.results_container td {
    line-height: 1.5;
    padding: 8px;
    text-align: left;
}

.results_container thead {
    background: #777;
}

.results_container th {
    color: #fff;
    font-weight: bold;
    vertical-align: bottom;
}

.results_container td {
    border-top: 1px solid #ddd;
    position: relative;
    vertical-align: middle;
}

.results_container td[data-field-name="available_concentrations"] {
    max-width: 200px;
}

.results_container td:nth-child(6),
.results_container td:nth-child(7),
.results_container td:nth-child(8),
.results_container td:nth-child(9) {
    text-align: center;
    width: 25px;
}

.results_container .icon-check-gray {
    background: url(images/icon-check-gray.png) no-repeat center center;
    display: block;
    height: 23px;
    margin: 0 auto;
    opacity: .5;
    width: 23px;
}

.results_container .featured-school {
    background: #e8f7fa;
}

.results_container .featured-school td {
    padding: 25px 8px 15px;
}

.results_container .featured-school td:first-child {
    font-size: 14px;
    font-weight: bold;
}

.featured-school td:nth-child(1)::before {
    background: #85bb54;
    color: #fff;
    content: "Featured";
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    left: 0;
    padding: 2px 5px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: auto;
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
}

.results_container .request_info {
    display: block;
    color: #eca72c;
    font-size: 11px;
    font-weight: bold;
    margin-top: 5px;
}

.results_container .request_info:hover {
    color: #d59626;
}

.results_container .request_info .triangle {
    background: #ECA72C;
    color: white;
    display: inline-block;
    font-size: 6px;
    height: 8px;
    line-height: 1;
    text-align: center;
    padding: 4px 1px 1px 2px;
    position: relative;
    top: -2px;
    width: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.results_container .request_info .triangle:hover {
    background: #d59626;
}

#local .l {
    font-weight:800;
    width: 30%;
    float:left;
    text-align:right;
    display:block;
}

#local .r {
    display:block;
    width: 68%;
    float:right;
    clear:right;

}

#local .state-school {
    border-top: 1px solid #ddd;
    margin-bottom: 1em;
    padding-top: 1em;
}

#catpicker {
    display: block;
    margin: 0 auto 1em;
    position: relative;
    overflow: hidden;
}

/* =STATE/SCHOOL LISTING
   ---------------------------------------------------------------------------------------------------- */
#local .clear {
    clear:both;
    padding-top:5px;
    overflow: hidden;
}

#local .l {
    font-weight:800;
    width: 30%;
    float:left;
    text-align:right;
    display:block;
}

#local .r {
    display:block;
    width: 68%;
    float:right;
    clear:right;

}

#local .state-school {
    border-top: 1px solid #ddd;
    margin-bottom: 1em;
    padding-top: 1em;
}

#catpicker {
    display: block;
    margin: 0 auto 1em;
    position: relative;
    overflow: hidden;
}
#catpicker label.radio, #catpicker label.radio input {
    cursor: pointer;
}

#catpicker label {
    float: left;
    font-size: 12px;
    margin: 0.1em 0.2em !important;
    padding: 0.3em;
    position: relative;
    width: 125px;
}
/* Page Columns of 3 */
.page_columns {
    -moz-column-count:2; /* Firefox */
    -webkit-column-count:2; /* Safari and Chrome */
    column-count:2;
}
.career h3 {
    line-height:40px !important;
    margin-bottom:10px;
    border-bottom:4px solid #82BA4D;
}

#catpicker label.radio, #catpicker label.radio input {
    cursor: pointer;
}

#catpicker label {
    float: left;
    font-size: 12px;
    margin: 0.1em 0.2em !important;
    padding: 0.3em;
    position: relative;
    width: 125px;
}
/* Page Columns of 3 */
.page_columns {
    -moz-column-count:2; /* Firefox */
    -webkit-column-count:2; /* Safari and Chrome */
    column-count:2;
}
.career h3 {
    line-height:40px !important;
    margin-bottom:10px;
    border-bottom:4px solid #82BA4D;
}

#local .l {
    font-weight:800;
    width: 30%;
    float:left;
    text-align:right;
    display:block;
}

#local .r {
    display:block;
    width: 68%;
    float:right;
    clear:right;

}

#local .state-school {
    border-top: 1px solid #ddd;
    margin-bottom: 1em;
    padding-top: 1em;
}

#catpicker {
    display: block;
    margin: 0 auto 1em;
    position: relative;
    overflow: hidden;
}
#catpicker label.radio, #catpicker label.radio input {
    cursor: pointer;
}

#catpicker label {
    float: left;
    font-size: 12px;
    margin: 0.1em 0.2em !important;
    padding: 0.3em;
    position: relative;
    width: 125px;
}
/* Page Columns of 3 */
.page_columns {
    -moz-column-count:2; /* Firefox */
    -webkit-column-count:2; /* Safari and Chrome */
    column-count:2;
}
.career h3 {
    line-height:40px !important;
    margin-bottom:10px;
    border-bottom:4px solid #82BA4D;
}
/* Social sharing buttons -bjc 4/2/13 */

.fb-comments {
    border-top: 1px solid #f4f4f4;
    margin-top: 1.5em;
    padding-top: 1.5em;
}
ul.social li {
    background:none;
    float:left;
    padding-left:0;
    width:95px;
}
ul.social li.gp {
    width:50px;
}

/*
* Table of Contents
*/
.toc h4 {
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #c1c1c1;
}
.toc ul {
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #c1c1c1;
}

.sponsored {
	color: #fff;
	display: block;
	font-size: 10px;
	margin-top: -4px;
	opacity: 0.5;
	text-align: center;
	text-transform: uppercase;
}
