/*
	Theme Name: eleven40 Pro Theme
	Theme URI: http://my.studiopress.com/themes/eleven40/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 2.0

	Tags: black, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

 
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Genesis Grid Loop
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
	- Widgets
		- Featured Page and Featured Post
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
		- Gravity Forms
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Color Styles
		- eleven40 Pro Blue
		- eleven40 Pro Green
		- eleven40 Pro Red
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.author-box:before,
.clearfix:before,
.entry:before,
.entry-comments:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.author-box:after,
.clearfix:after,
.entry:after,
.entry-comments:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

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

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}

body.eleven40-landing {
	background: url(images/texture.png);
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}

a {
	color: #0064e5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 20px;
	margin-bottom: 2.0rem;
	padding: 0;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

p img{
	margin:0 0 20px 20px;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #e8e8e8;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #222;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background-color: #ed702b;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	margin: 65px 0 40px;
	margin: 6.5rem 0 4rem;
}

.site-inner .wrap {
	border-bottom: double #ddd;
}

.eleven40-landing .site-inner {
	margin: 0;
	padding: 0;
}

.eleven40-landing .site-inner .wrap {
	border: none;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

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

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

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

/* Content */

.content {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	float: right;
	padding: 32px 40px 24px;
	padding: 3.2rem 4rem 2.4rem;
	width: 800px;
}

.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content,
.content-sidebar-sidebar .content {
	width: 660px;
}

.content-sidebar .content {
	border-left: none;
	float: left;
	padding-left: 0;
}

.content-sidebar-sidebar .content {
	border-left: none;
	float: left;
	padding-left: 0;
}

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

.sidebar-content .content {
	border-right: none;
	padding-right: 0;
}

.sidebar-sidebar-content .content {
	border-right: none;
	padding-right: 0;
}

.full-width-content .content {
	border: none;
	padding: 40px 0 0;
	padding: 4rem 0 0;
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 250px;
}

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

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 150px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Genesis Grid Loop
--------------------------------------------- */

.genesis-grid-even,
.genesis-grid-odd {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}

.genesis-grid .entry-title,
.genesis-grid .entry-title a {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.sticky {
}

.search-form {
	width: 50%;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.featured-content .alignleft img,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.featured-content .alignright img,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #e8e8e8;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	padding: 12px 16px;
	padding: 1.2rem 1.6rem;
}

.archive-description,
.author-box {
	background: url(images/texture.png);
	color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.sidebar-content-sidebar .archive-description,
.sidebar-content-sidebar .author-box {
	margin: 0 -40px 40px;
	margin: 0 -4rem 4rem;
}

.archive-description h1,
.author-box h1 {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.archive-description p,
.author-box p {
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Headings
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom:25px;
}

.entry-title a,
.sidebar .widgettitle a {
	color: #ed702b;
}

.entry-title a:hover {
	color: #ed702b;
	text-decoration: none;
}

.widgettitle {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
	background: #004eb2;
	color:#f0f0f0;
    padding: 8px;
    text-align:center;
}

.site-header .widget-area .widgettitle {
	color: #fff;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

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

.featured-content .entry {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

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

div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}


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

.site-header {
	background: url(images/texture.png);
	min-height: 65px;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.header-image .site-header {
	padding: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: 45%;
}

.site-title {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	line-height: 1;
	margin: 0;
	padding: 20px 0;
	padding: 2.0rem 0;
	text-transform: uppercase;
}

.header-image .site-title {
	padding: 0;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
}

.site-description {
	border-bottom: double #ddd;
	border-top: double #ddd;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	overflow: hidden;
	margin: 40px 0 0;
	margin: 4rem 0 0;
	padding: 24px 0;
	padding: 2.4rem;
	text-align: center;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 65px;
	width: 100%;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #fff;
	float: right;
	text-align: right;
	width: 55%;
}

.site-header .search-form {
	float: right;
	margin-top: 6px;
	margin-top: 0.6rem;
}

.site-header .widget_text {
	margin-top: 12px;
	margin-top: 1.2rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #ed702b;
	display: block;
	padding: 22px 18px;
	padding: 2.2rem 1.8rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #004eb2;
	text-decoration: none;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 190px;
	z-index: 99;
}

#menu-item-20 .sub-menu{
	width:370px;
}
#menu-item-2545 .sub-menu{
	width:578px;
	background:url(images/texture.png);
}
#menu-item-2535 .sub-menu{
	width:250px;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	letter-spacing: 0;
	padding: 16px 20px;
	padding: 1.1rem 2rem;
	position: relative;
	width: 190px;
}

#menu-item-2535 .sub-menu a{
	width:250px;
}

#menu-item-20 .sub-menu a{
	width:370px;
}

.genesis-nav-menu .sub-menu li{
	line-height:1.2;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 189px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 22px 18px;
	padding: 2.2rem 1.8rem;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 8px 12px 0 0;
	padding: 0.8rem 1.2rem 0 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu a {
	background: url(images/texture.png);
}

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

.nav-primary,
.nav-primary .sub-menu a {
	background: url(images/texture.png);
}

.nav-primary {
	border-top: 1px solid #fff;
}

.nav-primary .wrap {
	border: none;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a,
.nav-primary .sub-menu a:hover,
.nav-primary .sub-menu .current-menu-item > a:hover {
	color: #ed702b;
}

.nav-primary .sub-menu .current-menu-item > a {
	color: #fff;
}

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

.nav-secondary,
.nav-secondary .sub-menu a {
	background: url(images/texture.png);
}

.nav-secondary {
	border-top: 1px solid #fff;
}

.nav-secondary .wrap {
	border: none;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a,
.nav-secondary .sub-menu a:hover,
.nav-secondary .sub-menu .current-menu-item > a:hover {
	color: #ed702b;
}

.nav-secondary .sub-menu .current-menu-item > a {
	color: #fff;
}


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

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.single .entry {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.eleven40-landing .entry {
	background-color: #fff;
	padding:0;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	clear: both;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-header h1{
	margin-top:3px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	border-top: double #ddd;
	padding-top: 12px;
	padding-top: 1.2rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	clear: both;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #222;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination a:hover,
.archive-pagination li.active a {
	background-color: #ed702b;
	text-decoration: none;
}

.pagination{
	display:block !important;
}

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

.entry-comments,
.ping-list {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

.comment {
	background-color: #e8e8e8;
	border: 2px solid #fff; 
	border-right: none; 
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #e8e8e8;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	font-size: 14px;
	font-size: 1.4rem;
	padding-top: 32px;
	padding-top: 3.1rem;
}

.sidebar p:last-child,
.sidebar ul {
	margin-bottom: 0;
}

.sidebar li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
	padding-bottom: 8px;
	padding-bottom: 0.8rem;
	word-wrap: break-word;
}

.widget ul > li:last-child {
	border-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.sidebar .search-form {
	width: 100%;
}


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

.footer-widgets {
	background: url(images/texture.png);
	color: #999;
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 40px 0 8px;
	padding: 4rem 0 0.8rem;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
}

.footer-widgets .entry-title a,
.footer-widgets .widgettitle {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px solid #333;
	list-style-type: none;
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
	padding-bottom: 8px;
	padding-bottom: 0.8rem;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .latest-tweets li span a {
	color: #ccc;
}


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

.site-footer {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px 0;
	padding: 2.4rem 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}


/*
Color Styles
---------------------------------------------------------------------------------------------------- */

.eleven40-pro-blue .archive-pagination a,
.eleven40-pro-blue .footer-widgets .entry-title a, 
.eleven40-pro-blue .genesis-nav-menu a,
.eleven40-pro-blue .site-title a,
.eleven40-pro-blue .site-title a:hover,
.eleven40-pro-green .archive-pagination a,
.eleven40-pro-green .footer-widgets .entry-title a, 
.eleven40-pro-green .genesis-nav-menu a,
.eleven40-pro-green .site-title a,
.eleven40-pro-green .site-title a:hover,
.eleven40-pro-red .archive-pagination a,
.eleven40-pro-red .footer-widgets .entry-title a, 
.eleven40-pro-red .genesis-nav-menu a,
.eleven40-pro-red .site-title a,
.eleven40-pro-red .site-title a:hover {
	color: #fff;
}

.eleven40-pro-blue .entry-title a,
.eleven40-pro-green .entry-title a,
.eleven40-pro-red .entry-title a {
	color: #333;
}

/* eleven40 Pro Blue
--------------------------------------------- */

.eleven40-pro-blue a,
.eleven40-pro-blue .entry-title a:hover,
.eleven40-pro-blue .genesis-nav-menu a:hover,
.eleven40-pro-blue .genesis-nav-menu .current-menu-item > a,
.eleven40-pro-blue .nav-primary .sub-menu a:hover,
.eleven40-pro-blue .nav-secondary .sub-menu a:hover,
.eleven40-pro-blue .site-footer a:hover,
.eleven40-pro-blue .site-header .sub-menu a:hover {
	color: #2aa4cf;
}

.eleven40-pro-blue button:hover,
.eleven40-pro-blue input:hover[type="button"],
.eleven40-pro-blue input:hover[type="reset"],
.eleven40-pro-blue input:hover[type="submit"],
.eleven40-pro-blue .archive-pagination a:hover,
.eleven40-pro-blue .archive-pagination li.active a {
	background-color: #2aa4cf;
}

/* eleven40 Pro Green
--------------------------------------------- */

.eleven40-pro-green a,
.eleven40-pro-green .entry-title a:hover,
.eleven40-pro-green .genesis-nav-menu a:hover,
.eleven40-pro-green .genesis-nav-menu .current-menu-item > a,
.eleven40-pro-green .nav-primary .sub-menu a:hover,
.eleven40-pro-green .nav-secondary .sub-menu a:hover,
.eleven40-pro-green .site-footer a:hover,
.eleven40-pro-green .site-header .sub-menu a:hover {
	color: #6ca741;
}

.eleven40-pro-green button:hover,
.eleven40-pro-green input:hover[type="button"],
.eleven40-pro-green input:hover[type="reset"],
.eleven40-pro-green input:hover[type="submit"],
.eleven40-pro-green .archive-pagination a:hover,
.eleven40-pro-green .archive-pagination li.active a {
	background-color: #6ca741;
}

/* eleven40 Pro Red
--------------------------------------------- */

.eleven40-pro-red a,
.eleven40-pro-red .entry-title a:hover,
.eleven40-pro-red .genesis-nav-menu a:hover,
.eleven40-pro-red .genesis-nav-menu .current-menu-item > a,
.eleven40-pro-red .nav-primary .sub-menu a:hover,
.eleven40-pro-red .nav-secondary .sub-menu a:hover,
.eleven40-pro-red .site-footer a:hover,
.eleven40-pro-red .site-header .sub-menu a:hover {
	color: #cf4344;
}

.eleven40-pro-red button:hover,
.eleven40-pro-red input:hover[type="button"],
.eleven40-pro-red input:hover[type="reset"],
.eleven40-pro-red input:hover[type="submit"],
.eleven40-pro-red .archive-pagination a:hover,
.eleven40-pro-red .archive-pagination li.active a {
	background-color: #cf4344;
}

/* eleven40 Pro Custom
--------------------------------------------- */
/*
.eleven40-pro-custom a,
.eleven40-pro-custom .entry-title a:hover,
.eleven40-pro-custom .genesis-nav-menu a:hover,
.eleven40-pro-custom .genesis-nav-menu .current-menu-item > a,
.eleven40-pro-custom .nav-primary .sub-menu a:hover,
.eleven40-pro-custom .nav-secondary .sub-menu a:hover,
.eleven40-pro-custom .site-footer a:hover,
.eleven40-pro-custom .site-header .sub-menu a:hover {
	color: #004eb2;
}

.eleven40-pro-custom button:hover,
.eleven40-pro-custom input:hover[type="button"],
.eleven40-pro-custom input:hover[type="reset"],
.eleven40-pro-custom input:hover[type="submit"],
.eleven40-pro-custom .archive-pagination a:hover,
.eleven40-pro-custom .archive-pagination li.active a {
	background-color: #004eb2;
}
*/
.eleven40-pro-custom h2{
	background: url("images/texture.png") repeat scroll 0% 0% transparent;
	line-height: 1.4;
	padding: 10px 20px;
	color: #ff6700;
	border-left:10px solid #ff6700;
}

#featuredschool {
	border: 10px solid #ff6700;
	padding:0 15px 15px;
	margin:40px 0;
}
.featuredheader h3{
	background: url("images/texture.png") repeat scroll 0% 0% transparent;
	line-height: 1.4;
	padding: 10px 20px;
	color: #004eb2;
	margin:0 -15px 30px;
}
.featuredschool img{
	width:250px;
	float:left;
	margin-right:50px;
}

/*.widget_featured_school h4{
	color:white;
	background:url("images/texture.png") repeat scroll 0% 0% transparent;
}*/


/* for social share plugin */
#divBottomRight a, #acurax_si_simple a, #short_code_si_icon a {
    background: none repeat scroll 0% 0% transparent !important;
    display:block;
}
#toc_container{
	float:right !important;
	border:1px double #aaa;
	outline:20px solid white;
	margin-left:15px;
}

/* school listings */
.schoolinfo{
	margin:40px auto;
	padding:45px 30px 0;
	border-top:1px solid #ddd;
}
.schoollocation{
	margin-bottom:10px;
}
.schoolname{
	margin:0;
	text-transform:uppercase;
	color:#ff6700;
	font-size:1.8em;
}
.schoolprogram h4{
	margin-bottom:10px;
	font-size:1.6rem;
	line-height:1.4;
	padding:4px 0 0;
}
.citystate,
.dept,
.detailbutton,
.regular-description{
	text-transform:uppercase;
	font-family:'Oswald', sans-serif;
	letter-spacing:.6px;
	font-weight:300;
	font-size:.9em;
}
.regular-description{
	text-transform:none;
	margin-top:20px;
}
.citystate{
	font-weight:400;
}
.dept{
	text-transform:none;
}
.detailbutton{
	float:right;
	margin:0 0 0 20px;
	letter-spacing:0;
}
.dept strong{
	font-weight:400;
}
.detailbutton:hover a,
.detailbutton:focus a,
.detailbutton a:hover,
.detailbutton a:focus{
	text-decoration:none;
}
.schoolprogram{
	margin:10px 0 0;
}
.cost-curric{
	margin:10px 0;
}
.programdetails .cost-curric .btn{
	float:none;	
	margin:10px 25px 10px 0;
}
.featured-listing{
	padding:30px;
}
.featured-listing .schoolprogram{
	margin:40px 0 0;
}
.detailkey{
	text-transform:uppercase;
	font-family:'Oswald', sans-serif;
}
.spons-listing{
	text-align:right;
	font-size:.6em;
	font-weight:400;
	text-transform:uppercase;
	opacity:.7;
	margin-top:15px;
	margin-bottom:-15px;
}
.featured-listing .spons-listing{
	margin-bottom:-20px;
}
#menu-states{
	margin-left:0 !important;
	display:inline-block;
}
#menu-states .state{
	float:left;
	width:31%;
	height:75px;
	padding:15px 0 15px 0;
}
.featuredschool{
	background:#004eb2;
}
.featuredschool a,
.featuredschool a:hover,
.featuredschool a:focus,
.featuredschool a:visited{
	color:white !important;
}
.featuredschool .schoolname{
	color:#333;
}
.schoolname i{
	margin-right:8px;
}
.featuredlabel{
	margin-bottom:20px;
	font-family: "Oswald",sans-serif;
}

#divBottomRight a, #acurax_si_simple a, #short_code_si_icon a{
	display:inline-block !important;
	width:25%;
}
#text-4 {
	margin-bottom:2rem;
}
/* states sprite */

.state-image{
	float:left;
	margin-right:10px;
	min-width:45px;
}
.ak, .al, .ar, .az, .ca, .co, .ct, .de, .fl, .ga, .hi, .ia, .id, .il, .in, .ks, .ky, .la, .ma, .md, .me, .mi, .mn, .mo, .ms, .mt, .nc, .nd, .ne, .nh, .nj, .nm, .nv, .ny, .oh, .ok, .or, .pa, .ri, .sc, .sd, .tn, .tx, .ut, .va, .vt, .wa, .wi, .wv, .wy{
	background: url(images/sprites.png) no-repeat;
}

.ak{
	background-position: -503px -158px ;
	width: 52px;
	height: 31px;
}

.al{
	background-position: -462px -156px ;
	width: 24px;
	height: 35px;
}

.ar{
	background-position: -412px -159px ;
	width: 35px;
	height: 31px;
}

.az{
	background-position: -363px -156px ;
	width: 30px;
	height: 34px;
}

.ca{
	background-position: -313px -158px ;
	width: 30px;
	height: 35px;
}

.co{
	background-position: -262px -157px ;
	width: 34px;
	height: 26px;
}

.ct{
	background-position: -205px -162px ;
	width: 34px;
	height: 21px;
}

.dc{
	background:url('images/dc.png');
	width:35px;
	height:25px;
}

.de{
	background-position: -161px -154px ;
	width: 16px;
	height: 33px;
}

.fl{
	background-position: -109px -156px ;
	width: 34px;
	height: 33px;
}

.ga{
	background-position: -62px -160px ;
	width: 31px;
	height: 35px;
}

.hi{
	background-position: -7px -168px ;
	width: 37px;
	height: 24px;
}

.ia{
	background-position: -603px -114px ;
	width: 34px;
	height: 24px;
}

.id{
	background-position: -562px -108px ;
	width: 24px;
	height: 34px;
}

.il{
	background-position: -514px -110px ;
	width: 21px;
	height: 35px;
}

.in{
	background-position: -461px -108px ;
	width: 23px;
	height: 34px;
}

.ks{
	background-position: -409px -112px ;
	width: 34px;
	height: 20px;
}

.ky{
	background-position: -359px -115px ;
	width: 35px;
	height: 18px;
}

.la{
	background-position: -313px -112px ;
	width: 33px;
	height: 31px;
}

.ma{
	background-position: -262px -117px ;
	width: 34px;
	height: 23px;
}

.md{
	background-position: -208px -114px ;
	width: 35px;
	height: 21px;
}

.me{
	background-position: -160px -109px ;
	width: 24px;
	height: 33px;
}

.mi{
	background-position: -110px -106px ;
	width: 30px;
	height: 34px;
}

.mn{
	background-position: -64px -108px ;
	width: 29px;
	height: 33px;
}

.mo{
	background-position: -6px -114px ;
	width: 34px;
	height: 31px;
}

.ms{
	background-position: -605px -60px ;
	width: 22px;
	height: 34px;
}

.mt{
	background-position: -557px -66px ;
	width: 35px;
	height: 22px;
}

.nc{
	background-position: -508px -67px ;
	width: 34px;
	height: 16px;
}

.nd{
	background-position: -460px -65px ;
	width: 35px;
	height: 23px;
}

.ne{
	background-position: -406px -65px ;
	width: 34px;
	height: 18px;
}

.nh{
	background-position: -365px -58px ;
	width: 19px;
	height: 33px;
}

.nj{
	background-position: -314px -59px ;
	width: 20px;
	height: 34px;
}

.nm{
	background-position: -261px -57px ;
	width: 30px;
	height: 34px;
}

.nv{
	background-position: -213px -58px ;
	width: 24px;
	height: 34px;
}

.ny{
	background-position: -160px -62px ;
	width: 35px;
	height: 27px;
}

.oh{
	background-position: -108px -60px ;
	width: 31px;
	height: 33px;
}

.ok{
	background-position: -56px -64px ;
	width: 35px;
	height: 19px;
}

.or{
	background-position: -8px -60px ;
	width: 34px;
	height: 27px;
}

.pa{
	background-position: -602px -14px ;
	width: 34px;
	height: 22px;
}

.ri{
	background-position: -564px -13px ;
	width: 24px;
	height: 34px;
}

.sc{
	background-position: -507px -9px ;
	width: 34px;
	height: 28px;
}

.sd{
	background-position: -458px -14px ;
	width: 34px;
	height: 23px;
}

.tn{
	background-position: -409px -18px ;
	width: 35px;
	height: 11px;
}

.tx{
	background-position: -355px -9px ;
	width: 36px;
	height: 34px;
}

.ut{
	background-position: -311px -9px ;
	width: 27px;
	height: 32px;
}

.va{
	background-position: -206px -17px ;
	width: 35px;
	height: 17px;
}

.vt{
	background-position: -264px -9px ;
	width: 21px;
	height: 32px;
}

.wa{
	background-position: -156px -15px ;
	width: 34px;
	height: 24px;
}

.wi{
	background-position: -110px -9px ;
	width: 31px;
	height: 33px;
}

.wv{
	background-position: -57px -9px ;
	width: 33px;
	height: 31px;
}

.wy{
	background-position: -8px -12px ;
	width: 34px;
	height: 27px;
}

header img{
	margin-bottom: 15px;
}

.header-widget-area .widget_text{
	width:48px;
	height:48px;
	position:absolute;
	right:0;
}
.header-widget-area .widget_text img{
	margin-bottom:0;
	padding-right:10px;
}
.widget-school, .inner-school{
	padding:15px 0;
	border-bottom:2px solid #ececec;
}
.inner-school{
	padding:25px 0;
	margin:5px 15px;
	min-height:200px;
}
.widget-school-programs, .inner-school-programs{
	line-height:1.1;
}
.inner-school-programs{
	width:65%;
}
.inner-school-logo{
	float:right;
	width:190px;
	text-align:center;
}
.indiv-program{
	margin:10px 0;
	font-size:0.9em;
}
.spons-note{
	margin-top:20px;
	font-style:italic;
	font-size:0.8em;
	color:gray;
}
.request-holder .request{
	background-color: #004eb2;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 16px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}
.inner-school-logo img{
	margin-bottom:30px;
}
.request:hover {
	background-color: #222;
	text-decoration:none;
}
.vis-block{
	margin-bottom:50px;
}
.vis-image{
	padding-top:35px;
	display:inline-block;
	width:48%;
	text-align:right;
}
.vis-description{
	display:inline-block;
	width:50%;
}
.no-bullets{
	margin-left:0 !important;
}
.no-bullets li{
	list-style:none !important;
}
.profquote{
	padding:15px;
	border:5px solid #ff6700;
	font-style:italic;
	margin-top:20px;
	line-height:1.1;
	font-size:0.9em;
}
.prof{
	margin:50px 0;
}
.author{
	padding-top:25px;
	border-top:10px solid #004eb2;
}
body.author{
	padding-top:0;
	border-top:none;
}
.author img{
	float:left;
	margin:0 20px 20px 0;
}
.author-bio{
	font-style:italic;
	line-height:1.1;
	font-size:0.9em;
}
.post-date{
	font-style:italic;
	border-left:3px solid #ff6700;
	padding-left:5px;
	display:block;
}
.f-schools li{
	padding:15px 0 !important;
}
.f-schools .img-holder{
	width:100%;
	text-align:center;
	display:none;
}
.f-schools .img-holder img{
	margin-bottom:1.4rem;
}
.f-schools h3{
	font-size:1.5rem;
	margin-bottom:3px;
	text-transform:uppercase;
}
.in-content-schools{
	padding:0 !important;
	margin:0 !important;
}
.in-content-schools li{
	list-style-type:none !important;
	width:50%;
	display:inline-block;
	margin:0 0 25px 0!important;
	padding:20px;
	vertical-align:top;
	text-align:center;
	font-size:0.9em;
}
.in-content-schools img{
	border:1px solid #e2e2e2;
	clear:both;
}
.schools-block .spons-note{
	float:right;
	margin-top:8px;
}
.schools-block{
	background:#e8e8e8;
	padding:20px;
	margin-bottom:50px;
}
.schools-block a.btn{
	color:white;
	margin-bottom:10px;
}
.schools-block h3.main{
	color:#ff6700;
}


/* for forms */
img.school-logo{
	max-width:100%;
	margin:20px 0;
}
#school-form input, #school-form select{
	display:inline-block;
	font-size:12px;
	width:100%;
}
.school-form-holder{
	margin:20px;
	font-size:0.9em;
}
.form-logo-holder{
	text-align:center;
	margin-bottom:30px;
}
.school-form-holder h1{
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:2px solid #f1f0f0;
	font-size:1.5em;
}
.form-holder{
	float:right;
	width:45%;
	margin:0 0 50px;
	padding:25px;
	background:#ececec;
}
.has-feedback .form-control{
	padding:6px 12px !important;
}
.has-feedback .form-control-feedback{
	font-size:1em;
	top:-2px !important;
}
#school-form .glyphicon{
	position:absolute;
	padding-top:3px;
}
#school-form .program-fields .glyphicon{
	padding-top:27px;
}
.form-group{
	margin-bottom:15px !important;
}
#school-form h3{
	margin-bottom:10px;
	margin-top:30px;
	color:#FF6700;
	font-weight:bold;
}
#school-form label{
	width:100%;
	color:#505050;
	font-size:.9em;
}
#school-form .sub-label{
	display:none;
}
#school-form input[type="submit"]{
	background:#004eb2;
	color:white;
}
#school-form input[type="submit"]:hover{
	opacity:0.7;
}
.school-form-holder .description{
	width:48%;
	float:left;
}
.featured-cta{
	text-transform:uppercase;
	font-weight:bold;
}
.matching-notice{
	font-family: "Oswald",sans-serif;
	font-weight:normal;
	font-size:0.9em;
}
.intro-message{
	background: #004eb2;
    padding: 20px;
    margin-bottom: 30px;
    color: white;
    line-height: 1.4;
}
.intro-cta{
	font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    text-align:center;
}
.intro-message p{
	margin-bottom:0;
	margin-top:20px;
	font-size:.9em;
}
#school-form input[type="checkbox"]{
	margin-left:15px;
	height:15px;
	width:auto;
}
.form-logo{
	margin:0 auto 30px;
}
.featured-program{
	background:#004eb2;
	color:white;
	padding: 20px;
}
.featured-program a,
.featured-program a:hover,
.featured-program a:visited{
	color:#333 !important;
}
.notice-holder{
	font-size:1em;
	font-style:italic;
	font-family:"Lato", serif;
	margin:20px 0 10px;
	font-weight:normal;
}
.program-description{
	border:10px solid #FF6700;
	padding:20px;
	font-size:0.9em;
	margin-bottom:30px;
	display:none;
}
.program-description h4{
	line-height:1.2;
	color:#333;
	font-weight:bold;
}
.program-description p:last-child{
	margin-bottom:0;
}
.school-description h2{
	background:none;
	border-left:none;
	font-size:2.4rem;
	font-size:24px;
	padding:0;
	font-weight:bold;
}
.eleven40-landing .title-area{
	width:500px;
	float:none;
	margin:0 auto;
}
.eleven40-landing .site-header{
	display:none;
}
.eleven40-landing .content{
	padding-top:20px;
}
.eleven40-landing h1{
	font-weight:bold;
	text-align:center;
	color:#333;
}
.eleven40-landing,
.eleven40-landing label,
.eleven40-landing h1,
.eleven40-landing h2,
.eleven40-landing h3,
.eleven40-landing h4,
.eleven40-landing h5,
.eleven40-landing p,
.eleven40-landing ul,
.eleven40-landing ul li{
	font-family:"Helvetica Neue",Arial,Helvetica,sans-serif !important;	
}
.eleven40-landing{
	background:none !important;
}
.eleven40-landing #inner .wrap{
	width:900px;
}
.eleven40-landing #inner .wrap #content{
	width:100%;
	margin:0;
}
.eleven40-landing #content-sidebar-wrap{
	box-shadow:none;
}
/* for top schools page */
.post-71 .featured-cta{
	float:right;
	background:black;
	line-height: 52.8px;
	margin: -12px -12px 0 0;
	padding: 0 12px;
	color:#004eb2;
}
.school-num{
	margin-right:15px;
}
.spotlight{
	padding:25px;
	background:#004eb2;
	margin:25px 50px;
}
.spotlight .school-num{
	color:white;
	font-weight:bold;
}
.spotlight h3{
	color:white;
	margin-bottom:20px;
}
.spotlight h4{
	display:inline-block;
}
.spotlight-school{
	margin:40px 0;
	height:65px;
}
.spotlight-more{
	float:right;
	height:65px;
	padding-top:12px;
}
.spotlight-more a,
.spotlight-more a:hover{
	color:white !important;
	font-weight:bold;
}
#school-form{
	background:#ececec;
}
.interview-transcript{
	clear:both;
}
.interview-question, .home-quote{
	background:#004eb2;
	color:white;
	padding:20px;
	margin-bottom:30px;
	font-weight:bold;
}
.interview-question{
	margin-bottom:0;
}
.interview-block{
	background: #e8e8e8;
  	padding: 30px;
  	margin: 20px 0 60px;
  	-webkit-border-radius: 40px !important; 
 	-moz-border-radius: 40px !important; 
 	border-radius: 40px !important;
}
.interview-block .interview-question{
	text-transform:uppercase;
	color:#333;
	background:none;
	padding:0;
	margin-bottom:10px;
	line-height:1.2;
}
.home-quote{
	font-size:1.5em;
	font-weight:normal;
	color:#f0f0f0;
}
.home-source{
	font-style:italic;
	text-align:right;
	font-size:.6em;
	margin-top:10px;
}
.interview-question p{
	margin-bottom:0;
}
.interview-answer{
	padding:20px 20px 1px;
	background:#f0f0f0;
	margin:0 0 40px;
	font-size:0.9em;
}
.widget_school_search{
	background:black;
	padding:20px;
}
.widget_school_search .widgettitle{
	padding:0;
	font-size:1.3em;
	color:#ff6700;
	background:none;
}
.widget_school_search form{
	margin-top:40px;
}
.sidebar-school-search label{
	font-family:'Oswald', sans-serif;
	letter-spacing:.1rem;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#ff6700;
	font-weight:normal;
	font-size:.9em;
}
.sidebar-school-search select{
	font-family:sans-serif;
	font-size:0.9em;
}
.sidebar-school-search select option{
	padding:5px;
}
.sidebar-school-search .btn{
	color:#333;
	font-weight:normal;
	font-size:.9em;
	letter-spacing:.1rem;
	letter-spacing:1px;
	font-family:'Oswald', sans-serif;
	text-transform:uppercase;
	margin-top:20px;
}
.sidebar-school-search .btn:hover{
	background:#5cb85c;
	color:#333;
	opacity:.9;
}
.program-level{
	margin-bottom:20px;
}
.program-specialty{
	margin:20px 0;
}
.ga-banner{
	margin:20px 0 60px;
}
/* ucb
orange: #fdb61a
blue: #002147
*/
#featured-school{
	clear:both;
	padding-top:20px;
}
.main-featured-holder{
	margin:40px 0;
}
.info-holder h4{
	color:rgba(0, 0, 0, 0.5);
}
.info-holder{
	border-top:5px solid rgba(0, 0, 0, 0.5);
	padding-top:30px;
}
.main-featured-holder div,
.main-featured-holder h4{
  padding:20px 0;
  background:none;
}
.main-featured-holder, .featured-intro{
  border-bottom:4px solid #c2c2c2;
}
.main-featured-holder .main-logo{
	padding-top:40px;
	text-align:center;
}
.main-featured-holder .school-spacer{
	height:5px;
	padding:0;
	width:100%;
	background:#ff6700;
}
.main-featured-holder h4{
	padding-bottom:0;
}
.main-featured-holder p,
.main-featured-holder ul,
.main-featured-holder ol{
	font-size:14px;
	line-height:1.6;
}
.featured-intro p{
	margin-bottom:0;
	padding-bottom:0;
	letter-spacing:.3px;
}
#featured-listing{
	color:white;
}
.featured-request{
	font-size:14px;
}
#featured-school h2 .spons,
.featured-school-multi h2 .spons,
.featured-school-multi .spons{
	text-align:right;
	text-transform:uppercase;
	font-size:.6em;
	font-weight:normal;
	font-family:'Lato', sans-serif;
}
#featured-school h2 .spons,
.featured-school-multi h2 .spons{
	float:right;	
	color:#f0f0f0;
	font-size:.3em;
	line-height:42px;
}
.featured-school-multi h2 .spons{
	color:#333;
	font-weight:bold;
}
#featured-school h2{
	margin-bottom:0;
}
#featured-school h3{
	color:#ff6700;
	margin-bottom:0;
	padding:0;
	font-size:36px;
	text-transform:uppercase;
}
#featured-school h4{
	color:#ff6700;
	margin:0;
	font-size:2em;
	color:#333;
}
#featured-school ul{
	margin:15px;
	margin:1.5rem;
}
.main-featured-holder h3,
.main-featured-holder .info-holder{
 	border:none;
}
.schoolinfo .logo-holder{
 	margin:0 0 20px 40px;
 	float:right;
 	width:190px;
 	text-align:center;
}
.schoolinfo .logo-holder img{
	max-height:70px;
}
.main-featured-holder a{
	font-weight:bold;
}
.main-featured-holder h4 a{
	font-weight:normal;
}
.featured-school-multi{
	background:#e8e8e8;
	padding:20px;
	margin:20px 0 40px;
}
.featured-school-multi .featured-intro p{
	margin-bottom:30px;
	font-weight:bold;
}
.eleven40-pro-custom .featured-school-multi h2{
	padding:0 !important;
	background:none;
	color:#ff6700;
	border-left:none;
	text-transform:uppercase;
	background-image:none;
}
.multi-single-school{
	margin:40px 0;
	clear:both;
}
.multi-single-school .multi-program{
	padding:0 14px;
	font-size:.9em;
}
.multi-single-school .logo-holder{
	width:35%;
	margin-right:5%;
	display:inline-block;
	vertical-align:top;
}
.multi-single-school .multi-highlight{
	padding:0 14px;
	font-size:.9em;
}
.featured-school-multi h4 {
	min-height:69px;
	margin:0 0 12px;
	padding:12px 14px;
	background:#004eb2;
	color:white;
	line-height:1;
}
.multi-address{
	font-size:.6em;
	text-transform:uppercase;
	line-height:25px;
}
.featured-school-multi h4 .btn{
	float:right;
	margin-left:10px;
	color:#333;
}
#menu-item-21 .sub-menu{
	max-height:50%;
	width:384px;
}
#menu-item-21 .sub-menu li{
	float:left;
}
#featured-school p{
	padding:0;
	margin-bottom:0;
	line-height:1.5;
}
.featured-listing{
	border:5px solid #FF6700;
}
.rfi-holder{
	text-align:center;
}
.main-featured-holder .rfi,
.main-featured-holder .rfi:hover{
	text-decoration:none;
	background:#fdb61a;
	color:#003A70;
}
.entry-content .cta{
	margin-bottom:0;
	text-transform:uppercase;
	font-family:'Oswald', sans-serif;
}
.entry-content .cta a,
.entry-content .cta a:focus,
.entry-content .cta a:hover{
	color:#333;
	text-decoration:none;
}
.entry-content .cta:hover{
	background:#5cb85c;
	opacity:.9;
}
.top-num{
	display:none;
}
.post-71 .featured-listing{
	padding:25px 25px 0;
	margin:50px 0;
}
.ad-top{
	max-height:90px;
}
.featured-listing{
	border:5px solid #ff6700;
    background:#e8e8e8;
}
.feat-prepend{
	margin-right:7px;
}
.state-links-menu{
	margin-bottom:40px;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	color:#2695e3;
}

#responsive-menu-icon:hover,
#responsive-menu-icon:focus {
	color: #2695e3;
}

#responsive-menu-label{
	position: relative;
	top: -1px;
	display: inline-block;
	padding-left: 10px;
	padding-left: 1rem;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-style: normal;
	color:#ff6700;
}

.gradient-icon {
    height:22px;
    width:22px;
    display:inline-block;
    background:linear-gradient(to bottom, #fff 0%, #fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%, #fff 100%);
}
#responsive-menu-icon:hover .gradient-icon{
	background:linear-gradient(to bottom, #ff6700 0%, #ff6700 20%, transparent 20%, transparent 40%, #ff6700 40%, #ff6700 60%, transparent 60%, transparent 80%, #ff6700 80%, #ff6700 100%);
}

/* special stuff */

.wids-intro-name,
.interview-block-wids{
	clear:both;
}
.interview-block-wids{
	margin-top:100px;
}
.wids-intro-name{
	text-transform:uppercase;
	font-weight:bold;
	font-family:'Oswald', sans-serif;
	line-height:1;
}
.wids-intro-bio{
	font-size:.9em;
	min-height:150px;
}
.wids-intro{
	border-right:1px solid;
	border-left:1px solid;
	border-bottom:1px solid;
	padding:25px 25px 0;
	background:#2ecc71;
}
.wids-intro-claudia{
	border-top:1px solid;
}
.interview-question-wids{
	font-family:'Oswald', sans-serif;
	font-size:1.6em;
}
.respondent{
	float:left;
}
.interview-block-wids .interview-answer > p:first-child:first-letter{
  float       : left;
  font-size   : 3.26em;
  line-height : 0.5;
  margin      : 0.205em 0.153em 0 0;
	color:#2ecc71;
	font-weight:bold;
}
.interview-block-wids .interview-answer-jennifer > p:first-child:first-letter{
	margin-bottom:.3em;
}
.interview-block-wids .interview-answer{
	font-style:normal;
	font-size:.9em;
	clear:both;
	min-height:50px;
	padding:25px 25px 1px;
	background:#ececec;
	margin:45px 0;
}
.interview-block-wids .interview-answer p{
	min-height:45px;
}
.interviewee-name{
	font-weight:bold;
}

/* for VWO testing - remove when testing ends */

.banner-ad{
	margin:0 auto 25px;
	text-align:center;
}

/* */

.top-23-list h2{
	text-transform:uppercase;
	color:#ff6700;
	background:none;
	border-left:none;
	padding:10px 0;
}

.entry-content .top-23-list{
	margin-left:0;
}

.entry-content .top-23-list li{
	list-style-type:none;
}
.entry-content .top-23-list li ul {
	margin-bottom:26px;
	margin-bottom:2.6rem;
}
.entry-content .top-23-list li ul li{
	list-style:disc;
}


.footer-wrap p{
	margin:5px 0;
	font-size:.8em;
}

.bootcamp-filter-box{
	width:60%;
	margin:0 auto;
	background:#ff6700;
	padding:30px;
}

.bootcamp-single{
	background:#ececec;
	padding:40px;
	margin:40px 0;
	font-size:.8em;
}
.bootcamp-single h4{
	margin-bottom:.5rem;
}
.bootcamp-location,
.bootcamp-time,
.bootcamp-length,
.bootcamp-cost{
	width:25%;
	float:left;
}
.bootcamp-beginner:before{
	float:right;
	color:white;
	font-size:1.2em;
	font-weight:bold;
	background:green;
	padding:10px;
	margin:0 0 15px 15px;
	content:"BEGINNER";
	border-radius:3px;
}
.bootcamp-intermediate:before{
	float:right;
	color:white;
	font-size:1.2em;
	font-weight:bold;
	background:orange;
	padding:10px;	
	margin:0 0 15px 15px;	
	content:"INTERMEDIATE";
	border-radius:3px;
}
.bootcamp-advanced:before{
	float:right;
	color:white;
	font-size:1.2em;
	font-weight:bold;
	background:red;
	padding:10px;
	margin:0 0 15px 15px;	
	content:"ADVANCED";
	border-radius:3px;	
}

.pixel-section img{
	visibility:hidden !important;
}

/* top school list formatting */
.top-schools-list .top-school{
	background:#e8e8e8;
	padding:25px;
	margin:40px 0;
}
.top-schools-list .top-rank{
	float: left;
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 10px 0 0;
    background: #ff6700;
    width: 40px;
    height: 40px;
    text-align: center;
    font-weight: bold;
    margin-top: -5px;
    padding-top: 2px;
}
.top-schools-list .program-name{
	padding-top: 20px;
    border-top: 1px solid gray;
}
.top-schools-list h3{
	margin-bottom:30px;
}


.top-23-list h3{
	text-transform:uppercase;
}

.highlight-p{
	background:#e8e8e8;
	padding:15px !important;
	margin:0 0 26px !important;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape)
--------------------------------------------- */

@media only screen and (max-width: 1360px) {

	#menu-item-2545 .sub-menu{
		right:0;
	}

}

@media only screen and (max-width: 1272px) {

	#menu-item-2535 .sub-menu{
		right:0;
	}

	.wrap {
		max-width: 960px;
	}

	.header-image .site-header .title-area {
		background-position: center center !important;
	}
	
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header {
		position: relative;
	}

	.site-inner {
		margin-top: 0;
		padding-left: 5%;
		padding-right: 5%;
	}

	.widget_school_search{
		padding:20px !important;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
		padding: 2rem 1.6rem;
	}

	#menu-item-2545 .sub-menu{
		width:578px;
		right:auto;
		background:url(images/texture.png);
	}
	#menu-item-2535 .sub-menu{
		width:250px;
		right:auto;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.content {
		border: none;
		padding-left: 0;
		padding-right: 0;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.author-box {
		padding: 20px;
		padding: 2rem;
	}

	.sidebar-content-sidebar .author-box {
		margin-left: 0;
		margin-right: 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}
	.school-form-holder{
		width:90%;
	}

}

/* iPads (portrait)
--------------------------------------------- */

@media only screen and (max-width: 1080px) {

	.wrap {
		max-width: 768px;
	}
	#featured-school{
		width:100%;
	}

}

@media only screen and (max-width: 1040px) {

	.header-image .site-header .title-area {
		background-position: center center !important;
		background-size:contain !important;
	}

	.school-form-holder{
		width:100%;
	}
}

/* iPhones (portrait and landscape)
--------------------------------------------- */

@media only screen and (max-width: 767px) {

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.genesis-grid-even,
	.genesis-grid-odd {
		width: 100%;
	}

	.header-widget-area .widget_text{
		display:none;
	}

	.school-form, .form-text{
		width:100%;
	}

	.school-form-holder .description, .school-form-holder .form-holder{
		float:none !important;
		width:90% !important;
		margin:25px auto !important;
	}
	.school-form-holder .school-description,
	.school-form-holder .program-description{
		display:none !important;
	}

	#divBottomRight{
		display:none;
	}

	.state{
		margin-bottom:20px;
	}

	.state-image{
		float:none;
		margin:0 0 12px;
	}

	.schoolprogram{
		margin-left:0;
		margin-right:0;
	}

	.schoolinfo, #toc_container{
		width:100% !important;
	}

	.responsive-menu {
		display: none;
	}

	.responsive-menu .current-menu-parent a{
		border-bottom:none;
		color:white;
	}
	.responsive-menu .current-menu-parent a:focus,
	.responsive-menu .current-menu-parent a:hover{
		color:white;
	}

	.title-area{
		position:relative;
		margin-left:0;
	}

	.header-widget-area .widget_nav_menu{
		display:block;
	}
	
	#responsive-menu-icon {
		display: block;
	}
	.genesis-nav-menu,
	.genesis-nav-menu li,
	.genesis-nav-menu li a,
	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu li,
	.genesis-nav-menu .sub-menu li a {
		width:100% !important;
	}
	.genesis-nav-menu .sub-menu {
		max-height:200px !important;
		overflow-y:scroll;
		border:none;
		position:relative !important;
		left:0 !important;
		opacity: 1 !important;
		display:none;
	}
	.genesis-nav-menu .sub-menu li{
		margin:0;
	}
	.genesis-nav-menu li a{
		border:none !important;
		text-decoration:none !important;
		color:#004eb2 !important;
	}
	.genesis-nav-menu .sub-menu li a{
		font-size:1.3rem;
		padding:14px 20px !important;
		border:none;
		background:#ececec !important;
	}
	#responsive-menu-icon{
		padding:14px 0;
	}
	.genesis-nav-menu{
		padding:0;
	}
	.genesis-nav-menu a, 
	.genesis-nav-menu > .first > a, 
	.genesis-nav-menu > .last > a{
		padding:14px;
	}

	.schoolinfo .logo-holder{
		text-align:left;
		display:block;
		float:none;
		margin:0 0 20px;
	}

	#toc_container{
		display:none !important;
	}
	.school-form-holder{
		margin:20px 0;
	}
	.detailbutton{
		float:none;
		margin:0 20px 0 0;
	}
	.programdetails{
		clear:both;
	}

}


/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

	.state a, .schoolinfo{
		font-size:0.8em;
	}

	.featured-program{
		padding:10px 10px 15px;
	}

	.interview-block img{
		float:none;
		clear:both;
		margin:20px auto;
	}
	.multi-single-school .logo-holder{
		width:100%;
		margin:20px 0;
		display:block;
		text-align:center;
	}
	.multi-single-school .multi-highlight{
		width:100%;
		display:block;
	}
	.multi-single-school .multi-program{
		width:100%;
	}


}

@media only screen and (max-width: 320px) {

	.header-image .site-header .title-area {
		background-size: contain !important;
	}

	input[type="text"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"] {
	  	-webkit-appearance: none !important; 
	  	-moz-appearance: none !important;
	  	display: block !important;
	  	margin: 0 !important;
	  	width: 100% !important; 
	  	height: 40px !important;
	  	line-height: 40px !important; 
	  	font-size: 17px !important;
	  	border: 1px solid #bbb !important;
	}

	input[type="checkbox"] {
 	    width: 44px; height: 44px !important;
 		-webkit-border-radius: 22px !important; 
 		-moz-border-radius: 22px !important; 
 		border-radius: 22px !important;
	 	border: 1px solid #bbb !important;
	}	
	
	button[type="submit"] {
 		-webkit-appearance: none !important; 
 		-moz-appearance: none !important;
 		display: block !important;
 		margin: 1.5em 0 !important;
 		font-size: 1em !important; 
 		line-height: 2.5em !important;
 		color: #333 !important;
 		font-weight: bold !important;
 		height: 2.5em !important; 
 		width: 100% !important;
 		background: #fdfdfd !important; 
 		background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%) !important; 
 		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe)) !important; 
 		background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%) !important; 
 		background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%) !important; 
 		background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%) !important; 
 		background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%) !important;
 		border: 1px solid #bbb !important;
 		-webkit-border-radius: 10px !important; 
 		-moz-border-radius: 10px !important; 
 		border-radius: 10px !important;
	}

}