/*
	Theme Name: Sixteen Nine Pro Theme
	Theme URI: http://my.studiopress.com/themes/sixteen-nine/
	Description: Sixteen Nine lets your verbal and visual personality shine through while proving that design can be simple and stunning.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.1

	Tags: black, white, one-column, two-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1

	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
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Responsive Menu
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Site Footer
	- 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
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry-comments:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before,
.block-menu:before,
.feature-panel:before,
.article-panel:before,
.degree-search-banner:before,
.banner-info:before,
.licence_req-panel:before,
.f-school:before,
.inpage-widget form dl:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry-comments:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after,
.block-menu:after,
.feature-panel:after,
.article-panel:after,
.degree-search-banner:after,
.banner-info:after,
.licence_req-panel:after,
.f-school:after,
.inpage-widget form dl:after {
	clear: both;
	content: " ";
	display: table;
}

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

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

body {
	background-color: #eff0f5;
	color: #666367;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea,
.button {
	-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: #3dae86;
	color: #fff;
}

::selection {
	background-color: #3dae86;
	color: #fff;
}

a {
	color: #148ec1;
	text-decoration: underline;
}

a:hover {
	color: #148ec1;
	text-decoration: none;
}

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

strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 40px 40px 24px;
}

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

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

cite {
	font-style: normal;
}

.lede-text {
  margin-bottom: 32px !important;
  color: #148ec1;
  font-size: 17px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #666367;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
  color: #3dae86;
  padding: 10px 14px;
  background-color: #c6e6db;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
}

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

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	outline: none;
}

.content input:focus,
.content textarea:focus {
	border: 1px solid #999;
}

::-moz-placeholder {
	font-style: italic;
	color: #666;
}

::-webkit-input-placeholder {
	font-style: italic;
	color: #666;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #148ec1;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 12px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #0d83b4;
	color: #fff;
}

.button {
	display: inline-block;
	text-decoration: none;
}

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

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	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;
}


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

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

.site-container {
	max-width: 1280px;
}

.sixteen-nine-landing .site-container {
	margin: 40px auto;
	max-width: 800px;
}

.site-inner {
	float: right;
	width: 1040px;
}

.sixteen-nine-landing .site-inner {
	float: none;
	max-width: 100%;
}

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

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

.content-sidebar-wrap {
	float: left;
	width: 100%;
}

/* Content */

.content {
	background-color: #fff;
	float: left;
	padding: 48px 60px 20px;
	width: 760px;
}

.full-width-content .content {
	width: 1000px;
}

.sixteen-nine-landing .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 240px;
	word-wrap: break-word;
}

/* 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;
}

.site-header .avatar,
.site-header .site-avatar img {
	display: block;
	float: none;
	width: 124px;
	height: 124px;
	margin: 0 auto 16px;
}

.author-box .avatar {
	height: 70px;
	margin-right: 24px;
	width: 70px;
}

.entry-comments .avatar {
	height: 48px;
	margin: 0 16px 24px 0;
	width: 48px;
}

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

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

.search-form {
	width: 100%;
	margin-bottom: 10px;
}

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

.sticky {
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

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

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

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

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

.gallery-caption {
	margin: 0 0 10px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

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

.archive-description,
.author-box,
.breadcrumb {
	background-color: #f5f5f5;
	margin: 0 -60px 60px;
}

.archive-description {
	padding: 40px 60px 16px;
}

.author-box,
.breadcrumb {
	padding: 40px 60px;
}

.archive .archive-description,
.author .author-box,
.breadcrumb {
	margin-top: -48px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box-title {
	color: #000;
	font-size: 16px;
	margin-bottom: 4px;
}

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

.entry-title,
.widgettitle {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.entry-title {
	font-size: 42px;
	line-height: 1.2;
	text-align: center;
	color: #3dae86;
	background-color: transparent;
}

.entry-title a {
	color: #3dae86;
	text-decoration: none;
}

.entry-title a:hover {
	color: #379c78;
}


.entry-header .entry-title {
	margin-bottom: 24px;
}

.widgettitle {
	padding: 10px 14px 10px 44px;
	color: #148ec1;
	font-size: 22px;
	background-color: #d7e5eb;
}

.site-header .widgettitle {
	color: #fff;
}

.archive-title {
	background-color: #f5f5f5;
	font-size: 20px;
}

.search .archive-title {
	margin: -48px -60px 40px;
	padding: 20px 60px;
}


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

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

.featured-content .widget-title {
	background-image: url(images/recent-pages.png);
	background-position: 8px center;
	background-size: 40px 36px;
	background-repeat: no-repeat;
}

.featured-content .widgettitle {
	padding-left: 56px;
}

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

.featured-content .entry-header .entry-meta,
.featured-content .entry-title {
	text-align: center;
}

.featured-content .entry-title {
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	font-style: italic;
	line-height: 1.2;
}

.featured-content .entry-title a {
	text-decoration: underline;
}

.featured-content .entry-title a:hover,
.featured-content .entry-title a:focus {
	text-decoration: none;
}

.featured-content .entry-header .entry-meta {
	margin-bottom: 20px;
}

.featured-content .entry-header .entry-meta,
.featured-content .entry-header .entry-meta a:hover {
	color: #fff;
}

/* Recent Posts
--------------------------------------------- */

.widget_recent_entries .widget-title,
.widget_related_pages .widget-title {
	background-image: url(images/recent-posts.png);
	background-position: 12px center;
	background-size: 26px 36px;
	background-repeat: no-repeat;
}

.widget_recent_entries ul > li,
.widget_related_pages ul > li {
 	line-height: 1.2;
 }

.widget_recent_entries ul > li a,
.widget_related_pages ul > li a {
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
}



/* Feature Panel (Homepage)
--------------------------------------------- */

.feature-panel {
  width: 100%;
  margin-bottom: 36px;
  padding: 40px;
  text-align: center;
  background-image: url(images/feature-img.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.feature-panel .feature-info {
  float: right;
  width: 50%;
  padding: 20px 20px 1px 20px;
  color: #fff;
  font-size: 15px;
  background: #3dae86;
  background: rgba(61,174,134,0.9);
}

.feature-title {
  font-size: 28px;
  color: #fff;
}

.feature-info .button {
  padding: 10px 15px;
}

/* Article Panel (Homepage)
--------------------------------------------- */

.article-panel {
  padding: 20px;
  margin-bottom: 38px;
  background-color: #93589c;
  color: #fff;
}

.article-panel .article-title {
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  text-align: center;
}

.article-panel .article-title a {
  color: #fff;
  text-decoration: none;
}


/* Degree Search Banner (Homepage)
--------------------------------------------- */

.degree-search-banner {
	margin-bottom:38px;
  padding: 30px 0;
  color: #fff;
  background-color: #e37c48;
}

.degree-search-banner .banner-info {
	text-align: center;
}

.degree-search-banner .banner-title {
	display: inline-block;
	min-height: 42px;
	padding-left: 45px;
	color: #fff;
	line-height: 40px;
  background-image: url(images/mag-icon.png);
  background-repeat: no-repeat;
  background-position: left;
}

.full-width-content .degree-search-banner .banner-info {
	width: 86%;
	margin: 0 auto;
}

.full-width-content .degree-search-banner .banner-title {
	float: left;
  margin: 6px 0 0;
	display: inline-block;
	text-align: left;
}

.full-width-content .degree-search-banner .banner-button {
	float: left;
	display: inline-block;
	margin-left: 30px;
}


/* Degree Requirements Panel
--------------------------------------------- */

.degree_reqs-panel {
	margin-bottom: 30px;
	background-color: #f5f6f9;
}

.degree_reqs-title,
.entry-content #menu-states li,
.entry-content #menu-masters li {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	padding: 10px 15px;
	background-color: #e7d7ea;
	color: #93589c;
	text-transform: uppercase;
}

.degree_reqs-info {
	padding: 0 15px 15px;
}

.degree_reqs-info a {
	color: #93589c;
}
.entry-content #menu-states
.entry-content #menu-masters{
	padding:0;
	margin:0;
}
.entry-content #menu-states li,
.entry-content #menu-masters li{
	width:25%;
	display:inline-block;
	list-style:none;
	margin:0 5% 2.5% 0;
	font-size: 14px;
    text-transform: none;
}

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

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

.enews-widget {
	color: #fff;
}

.enews-widget input {
	border: none;
	margin-right: -4px;
	padding: 16px 24px 15px;
	width: 60%;
}

.content .enews-widget input:focus {
	border: none;
}

.enews-widget input[type="submit"] {
	background-color: #1dbec0;
	color: #fff;
	margin: 0;
	padding: 16px 24px 15px;
	width: auto;
}

.enews-widget input:hover[type="submit"] {
	background-color: #19a5a7;
}

.enews form + p {
	margin-top: 24px;
}

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

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

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

img#wpstats {
	display: none;
}


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

.site-header {
	background-color: #148ec1;
	color: #999;
	float: left;
	height: 100%;
	padding-top: 30px;
	position: fixed;
	text-align: center;
	width: 240px;
	z-index: 9999;
}

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

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

.title-area {
	padding: 0 5%;
	word-wrap: break-word;
}

.site-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 30px;
}

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

.site-description {
	color: #999;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 40px;
}

.no-header-text .title-area {
	padding: 0;
}

.no-header-text .site-title a,
.no-header-text .site-description {
	display: block;
	height: 0;
	margin: 0;
	text-indent: -9999px;
}

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

.header-widget-area .widget {
	margin-bottom: 30px;
 	padding: 0 20px;
}

.header-widget-area .widget_nav_menu {
 	padding: 0;
}

.site-header .simple-social-icons ul li {
	margin-bottom: 0 !important;
}


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

.genesis-nav-menu {
	border-top: 1px solid #379fca;
	clear: both;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu li {
	float: left;
	list-style-type: none;
	width: 100%;
}

.genesis-nav-menu > li {
	border-bottom: 1px solid #379fca;
}

.genesis-nav-menu a {
	background-color: none;
	color: #edd43f;
	display: block;
	padding: 16px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition:    all .2s ease-in-out;
	-ms-transition:     all .2s ease-in-out;
	-o-transition:      all .2s ease-in-out;
	transition:         all .2s ease-in-out;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: #fff;
	color: #3dae86;
}

.genesis-nav-menu .sub-menu {
	border: 1px solid #379fca;
	-webkit-backface-visibility: hidden;
	left: -9999px;
	margin: -84px 0 0 240px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition:    opacity .2s ease-in-out;
	-ms-transition:     opacity .2s ease-in-out;
	-o-transition:      opacity .2s ease-in-out;
	transition:         opacity .2s ease-in-out;
	width: 240px;
	z-index: 99;
}
.genesis-nav-menu .sub-menu li{
	width:auto;
}
#menu-item-6205 .sub-menu{
	width:400px;
}
#menu-item-5536 .sub-menu,
#menu-item-6204 .sub-menu{
	width:716px;
	margin-top:-350px;
}
#menu-item-6204 .sub-menu{
	margin-top:-450px;
}
.genesis-nav-menu .sub-menu a {
	background-color: #148ec1;
	color: white;
	font-size: 15px;
	letter-spacing: 0;
	position: relative;
	width: 238px;
	text-transform: capitalize;
	padding:6px;
}
#menu-item-6205 .sub-menu a{
	width:398px;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #fff;
	color: #3dae86;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -50px 0 0 159px;
}

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

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


/* social navigation */
.header-social-widget{
	display:block;
	margin-bottom:0;
	padding-bottom:30px;
}

.nav-social {
	margin: 0 -20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #379fca;
}

.nav-social_title {
	font-size: 17px;
	color: #fff;
}

.nav-social ul li {
	display: inline-block;
}

.nav-social .social_twitter-icon,
.nav-social .social_pinterest-icon {
	display: block;
	margin: 0 5px;
	width: 34px;
	height: 34px;
	text-indent: -9999px;
  white-space: nowrap;
	background-size: 34px 34px;
	background-repeat: no-repeat;
	opacity: 0.85;
}

.nav-social .social_twitter-icon:hover,
.nav-social .social_pinterest-icon:hover,
.nav-social .social_twitter-icon:focus,
.nav-social .social_pinterest-icon:focus {
	opacity: 1;
}

.nav-social .social_twitter-icon {
  background-image: url(images/twitter-icon.png);
}

.nav-social .social_pinterest-icon {
  background-image: url(images/pinterest-icon.png);
}

#nav_menu-3{
	margin:0;
}
#nav_menu-3 ul,
#nav_menu-3 ul li{
	border:none;
}
#nav_menu-3 ul li a{
	font-size: 17px;
	color: #fff;
	text-transform:none;
	padding:3px;
}
#nav_menu-3 ul li a:hover,
#nav_menu-3 ul li a:focus,
#nav_menu-3 .current-menu-item > a{
	background:none;
}

/* other page navigation */
.nav-pages {
	margin: 0 -20px;
	padding-bottom: 25px;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 1px solid #379fca;
}

.nav-pages ul {
	list-style: none;
}

.nav-pages ul li {
	margin-bottom: 5px;
}

.nav-pages a:hover,
.nav-pages a:focus {
	text-decoration: underline;
}


/* Block Menu
--------------------------------------------- */
.block-menu {
  margin-bottom: 40px;
}

.block-menu ul {
  list-style: none;
  margin-left: 0;
}

.block-menu ul > li {
  list-style-type: none;
}

.block-menu a {
  display: block;
  float:left;
  width: 100%;
  padding: 15px 5px;
	font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
}

.block-menu a.blue {background-color: #148ec1;}
.block-menu a.red {background-color: #cf475d;}
.block-menu a.yellow {background-color: #edd43f;}
.block-menu a.orange {background-color: #e37c48;}
.block-menu a.purple {background-color: #93589c;}
.block-menu a.green {background-color: #3dae86;}
.block-menu a.cobalt {background-color: #3c70bf;}

.entry-content .block-menu a {
  width: 33.33%;
  border: 2px solid #fff;
}

.entry-content .block-menu ul {
  margin-left: 0;
}

.entry-content .block-menu ul > li {
  list-style-type: none;
}

.sidebar .block-menu a {
  width: 100%;
  font-size: 16px;
  border: 2px solid #eff0f5;
}

.entry-content .block-menu a:hover.blue, .entry-content .block-menu a:focus.blue, .sidebar .block-menu a:hover.blue, .sidebar .block-menu a:focus.blue {border-color: #148ec1;}
.entry-content .block-menu a:hover.red, .entry-content .block-menu a:focus.red, .sidebar .block-menu a:hover.red, .sidebar .block-menu a:focus.red {border-color: #cf475d;}
.entry-content .block-menu a:hover.yellow, .entry-content .block-menu a:focus.yellow, .sidebar .block-menu a:hover.yellow, .sidebar .block-menu a:focus.yellow {border-color: #edd43f;}
.entry-content .block-menu a:hover.orange, .entry-content .block-menu a:focus.orange, .sidebar .block-menu a:hover.orange, .sidebar .block-menu a:focus.orange {border-color: #e37c48;}
.entry-content .block-menu a:hover.purple, .entry-content .block-menu a:focus.purple, .sidebar .block-menu a:hover.purple, .sidebar .block-menu a:focus.purple {border-color: #93589c;}
.entry-content .block-menu a:hover.green, .entry-content .block-menu a:focus.green, .sidebar .block-menu a:hover.green, .sidebar .block-menu a:focus.green {border-color: #3dae86;}
.entry-content .block-menu a:hover.cobalt, .entry-content .block-menu a:focus.cobalt, .sidebar .block-menu a:hover.cobalt, .sidebar .block-menu a:focus.cobalt {border-color: #3c70bf;}


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

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	color: #edd43f;
	display: block;
	font: normal 36px/1 'dashicons';
	margin: 0 auto;
	text-align: center;
}


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

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

.entry {
	border-bottom: 3px solid #f5f5f5;
	margin-bottom: 40px;
}

.error404 .entry,
.page .entry,
.single .entry {
	border: none;
}

.error404 .entry,
.page .entry {
	margin: 0;
}

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

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

.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: #666;
	font-family: 'Open Sans', sans-serif;
  font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.entry-header .entry-meta {
	text-align: center;
}

.single .entry-footer .entry-meta {
	margin-bottom: 0;
}

.entry-meta a {
	color: #666;
	text-decoration: none;
}

.entry-meta a:hover {
	color: #000;
}

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

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

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #000;
	color: #fff;
	margin-bottom: 60px;
	padding: 40px 60px 10px;
	text-align: center;
}

.after-entry .widgettitle {
	font-size: 20px;
}

.after-entry .featured-content .entry-meta,
.after-entry .featured-content .entry-title {
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 30px;
}

.after-entry a {
	color: #fff;
}

.after-entry ul > li {
	list-style-type: none;
}

.after-entry li a {
	color: #999;
}

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

.archive-pagination,
.entry-pagination {
	clear: both;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #148ec1;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #3dae86;
}

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

.entry-comments,
.ping-list {
	margin-bottom: 60px;
}

.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;
}

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

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

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}


/*
Schools Listings
---------------------------------------------------------------------------------------------------- */

.schools-listing {

}

.school-single {
	margin-bottom: 30px;
	background-color: #93589c;
	color: #fff;
}

.school-header {
	padding: 15px 20px 15px 70px;
	margin-bottom: 15px;
	background-image: url(images/schools-icon.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-color: #74437b;
	background-size:40px 36px;
}

.header-spons{
	float:right;
	line-height:36px;
	font-size:10px;
	text-transform:uppercase;
}

.spons-ad{
	text-align:right;
	text-transform:uppercase;
	font-size:.6em;
	line-height:20px;
}

.f-intro{
	margin:25px 0;
}

.school-header img{
	float:right;
	margin-left:50px;
	border:10px solid white;
}

.school-name {
	margin-bottom: 4px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color:white;
}

.school-name a {
	color: #fff;
	text-decoration: underline;
}

.school-location {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.school-name a:hover,
.school-name a:focus {
	text-decoration: none;
}

.school-blurb {
	padding: 0 20px 1px;
	font-size: 15px;
	line-height: 1.4;
}

.school-blurb a {
	margin-top: 20px;
	padding: 14px 12px;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #3dae86;
}

.school-blurb a:hover,
.school-blurb a:focus {
	background-color: #379d79;
}

.featured-school-block .school-single{
	margin-bottom:16px;
}

/*
Featured Schools
---------------------------------------------------------------------------------------------------- */

.featured-schools-block {
	padding: 40px 40px 20px 40px;
	margin-bottom: 30px;
	background-color: #eff0f5;
	border: 5px dashed #93589c;
}

.featured-schools-block h3 {
	text-align: center;
	color: #93589c;
}

.featured-schools-block .f-intro {
	margin-bottom: 30px;
	font-weight: 700;
	font-style: italic;
	text-align: center;
}

.featured-schools-block .f-school {
	margin-bottom: 20px;
}

.featured-schools-block .f-school .f-logo {
	float: left;
	padding: 0;
	margin: 0 15px 10px 0;
	background-color: #fff;
	border: 5px solid #fff;
}

.featured-schools-block .f-school-name,
.featured-schools-block .f-program {
	line-height: 1.4;
}

.featured-schools-block .f-school-name {
	margin-top: 6px;
	font-size: 18px;
	font-weight: 700;
}

.featured-schools-block .f-program {
	display: block;
}

.featured-schools-block .qdf-spons {
	margin-bottom: 0;
	text-align: right;
	font-weight: 700;
	text-transform: uppercase;
	font-size:.7em;
}


/*
Find Degrees Widget (Form)
---------------------------------------------------------------------------------------------------- */

.inpage-widget {
	margin-bottom:38px;
  padding: 30px 30px 10px 30px;
  color: #fff;
  /*background-color: #e37c48;*/
}

.inpage-widget h3 {
	display: inline-block;
	min-height: 42px;
	padding-left: 45px;
	color: #fff;
	line-height: 40px;
  background-image: url(images/mag-icon.png);
  background-repeat: no-repeat;
  background-position: left;
  	background-size:37px 42px;
}

.inpage-widget .instructions {
	font-size: 15px;
	font-style: italic;
	margin-bottom: 12px;
}

.inpage-widget dd {
	margin: 0;
}

.inpage-widget dl {
	margin-bottom: 30px;
}

.inpage-widget .zip-code,
.inpage-widget .grad-year,
.inpage-widget .ed-level {
	float: left;
}

.inpage-widget .zip-code input {
	height: 30px;
	border: 0;
}

.inpage-widget .zip-code {
	width: 20%;
	margin-right: 4%;
}

.inpage-widget .grad-year {
	width: 36%;
	margin-right: 4%;
}

.inpage-widget .ed-level {
	width: 36%;
}

.inpage-widget .control-label {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.inpage-widget .btn-warning {
	margin-bottom: 10px;
	width: 100%;
}


.inpage-widget .qdf-spons {
	margin-bottom: 0;
	text-align: right;
	font-weight: 700;
	text-transform: uppercase;
	font-size:.7em;
}

.degree{
	margin-bottom:15px;
}
.category{
	display:none;
}

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

.sidebar {
	color: #4e4e52;
	display: inline;
	padding-top: 60px;
}

.sidebar a {
	color: #3dae86;
}

.sidebar a:hover {
	text-decoration: none;
}

.sidebar .widget {
	margin-bottom: 24px;
	word-wrap: break-word;
}

.sidebar li {
	margin-bottom: 10px;
	text-align: left;
}

.sidebar ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.sidebar ul > li {
	list-style-type: none;
	text-indent: 0;
}

.sidebar li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.sidebar ul > li:last-child,
.sidebar ol > li:last-child {
	margin-bottom: 0;
}


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

.site-footer {
	border-top: 2px solid #eff0f5;
	clear: both;
	font-family: 'Montserrat', sans-serif;
  font-weight: 700;
	font-size: 16px;
	margin-top: 40px;
	padding: 30px 0;
	text-align: center;
}

.site-footer,
.site-footer a {
	color: #148ec1;
}

.site-footer a {
  text-decoration: underline;
}

.site-footer a:hover {
	text-decoration: none;
}

.site-footer p {
	margin-bottom: 16px;
}

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

.blog .content footer{
	display:none;
}

.add-info img{
	float:right;
	margin:0 0 20px 20px;
}


/*Social Share */
/*
.apss-social-share {
  width:76px;
  position:fixed;
  left:242px;
  top:50px;
}
*/


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

/* Retina */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

  .featured-content .widget-title {
		background-image: url(images/recent-pages@2x.png);
	}

	.degree-search-banner .banner-title,
	.inpage-widget h3 {
	  background-image: url(images/mag-icon@2x.png);
	}

	.widget_recent_entries .widget-title,
	.widget_related_pages .widget-title {
		background-image: url(images/recent-posts@2x.png);
	}

	.nav-social .social_twitter-icon {
	  background-image: url(images/twitter-icon@2x.png);
	}

	.nav-social .social_pinterest-icon {
	  background-image: url(images/pinterest-icon@2x.png);
	}

	.school-header {
		background-image: url(images/schools-icon@2x.png);
	}

}



/* @media only screen and (max-width: 1364px)  and (min-width:1024px){ */
@media only screen  and (min-width:800px){ 
	.site-container{
		max-width:100%;
	}
	
	.genesis-nav-menu > li {
	    border-bottom: 0px;
	}
	
	.header-widget-area .widget {
	    margin-bottom: 0px;
	}
	
	.genesis-nav-menu {
    	border-bottom: 1px solid #379fca;
	}
	
	.site-inner{
	    width: 1040px;
	    margin-left: auto;
	    margin-right: auto;
	    float:none;
	}

	#menu-primary-navigation > li {
	       display: block;
	    float: left;
	    width: auto;
	}
	
	
	#menu-footer-navigation > li{
		display:block;
		float:left;
		width: 50%;
	}
	
	.genesis-nav-menu .sub-menu{
		margin:0px;
	}
	
	
	#menu-item-5536 .sub-menu, #menu-item-6204 .sub-menu {
		margin-top:0px;
	}
	
		/*
	 * 3 Column Replace
	 */ 
	 .site-header {
	    float: none;
	    height: auto;
	    padding-top: 20px;
	    position: static;
	    width:100%;
	}
	 
	 site-header .avatar, .site-header .site-avatar img {
	    display: block;
	    float: left;
	    width: 70px;
	    height: 70px;
	    margin: 0 20px 16px 25px;
	}
	 
	 
	 .title-area {
	    margin-bottom: 20px;
	    float: left;
	    padding: 0px;
	    position: relative;
	    top: 22px;
	 }
	 
	 section#text-3 {
	    position: absolute;
	    top: 12px;
	    right: 18px;
	    border: 0px;
	}
	
	.nav-social{
		border:0px;
	}
	
	#nav_menu-3 {
	    margin: 0;
	    position: absolute;
	    top: 10px;
	    right: 116px;
	    width: 300px;
	}
	
	h3.nav-social_title {
	    display: none;
	}
	
	
}

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

	.full-width-content .content,
	.site-header,
	.site-inner {
		width: 100%;
	}

	.content {
		width: 70%;
	}

	.sidebar-primary {
		width: 30%;
	}

	.site-header {
		float: none;
		height: auto;
		padding-top: 20px;
		position: static;
	}

	.header-widget-area .widget {
		margin-bottom: 0;
	}

	.title-area {
		margin-bottom: 20px;
	}

	.genesis-nav-menu {
		border-bottom: 1px solid #379fca;
		margin: 0;
		text-align: center;
	}
	
	.genesis-nav-menu .menu-item {
		display: inline-block;
		text-align: left;
		width:29%;
	}

	.genesis-nav-menu li {
		border: none;
		float: none;
		width: auto;
	}

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

	.genesis-nav-menu .sub-menu a {
		text-align: left;
	}

	.nav-social {
		padding: 0;
	}

	.nav-pages ul li {
	 display: inline-block;
	 margin: 0 10px;
	}

	.nav-pages {
		padding: 14px 0;
	}

	.sidebar {
		padding: 60px 60px 0;
	}

	/* Degree Search Banner (Homepage)
  --------------------------------------------- */
	/* full-width-content */
	.full-width-content .degree-search-banner .banner-info {
		text-align: center;
	}

	.full-width-content .degree-search-banner .banner-title {
		float: none;
	  margin: 10px auto 24px;
	}

	.full-width-content .degree-search-banner .banner-button {
		float: none;
		display: block;
		margin-left: 0;
	}
	/*
	.apss-social-share {
	  left: 3px;
	  top: 250px;
	}
	*/
	#menu-item-6205 .sub-menu{
		width:400px;
		margin:0;
	}
	#menu-item-5536 .sub-menu,
	#menu-item-6204 .sub-menu{
		width:50%;
		margin:0;
		left:25%;
		background:#148ec1;
	}
	#menu-item-6204 .sub-menu{
		right:0;
	}
	#menu-item-5536 .sub-menu li,
	#menu-item-6204 .sub-menu li{
		width:24%;
	}
	#menu-item-5536 .sub-menu li a,
	#menu-item-6204 .sub-menu li a{
		width:100%;
	}
}

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

	.site-container {
		margin: 0 auto;
		max-width: 768px;
	}

	.sixteen-nine-landing .site-container {
		margin: 5%;
	}

	.content,
	.sidebar-primary {
		width: 100%;
	}

	.archive-description,
	.author-box,
	.breadcrumb {
		margin: 0 0 60px;
	}

	.search-form {
		float: none;
		margin: 0 auto;
		width: 50%;
	}

	.sidebar {
		padding: 60px 0 0;
	}

  /* Block Menu (Homepage)
  --------------------------------------------- */
  .entry-content .block-menu a {
    width: 50%;
  }

  /* Feature Panel (Homepage)
  --------------------------------------------- */
  .feature-panel {
    padding: 0;
    background-image: none;
  }

  .feature-panel .feature-info {
    float: none;
    width: 100%;
    background: #3dae86;
  }
	/*
	.apss-social-share{
		width: auto;
		margin-bottom: 20px;
	  position: relative;
		top: 0;
		left: 0;
	}
	*/

}
/* Tablet specific layout */
@media only screen and (min-width: 425px) and (max-width: 1024px) {
	
	.site-header .site-avatar{
		padding-left:20px;
	}
	
	.site-header .site-avatar img{
		float:left;
	}
	
	.site-header .title-area{
		margin-top:23px;
	}
	
	.site-header .site-title{
		margin-left:8px;
	}
	
	#nav_menu-2{
		margin-bottom:0px !important;
	}
	
}

@media only screen and (max-width: 800px) {
	
	.header-social-widget{
		display:none;
	}
	
	.site-header{
		text-align:left;
	}

	.site-header .avatar , .site-header .site-avatar img{
		width:70px;
		height:70px;
	}
	
	.site-title {
		float:left;
		font-size: 19px;
		margin-bottom: 15px;
	}

	.title-area {
		margin-bottom: 0;
	}

	.header-widget-area .widget,
	.site-description {
	}

	.site-header .widget-area {
		text-align: center;
	}

	.content,
	.sidebar {
		padding-left: 10%;
		padding-right: 10%;
	}

	.entry-title {
		font-size: 32px;
	}

	.enews-widget input,
	.enews-widget input[type="submit"],
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.search-form,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu {
		border: none;
		color: #fff;
		margin: 0;
	}

/* 	.genesis-nav-menu.responsive-menu .menu-item, */
	.responsive-menu-icon {
		display: block;
		margin-top:-4px;
		float:right;
	}
	
	.responsive-menu-icon::before{
		margin-right:20px;
	}

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

	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu .current-menu-item > a {
		background: none;
		border: none;
		color: #fff;
		display: block;
		line-height: 1;
		padding: 16px 20px;
		text-align: left;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 22px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition:    all 0.2s ease-in-out;
		-ms-transition:     all 0.2s ease-in-out;
		-o-transition:      all 0.2s ease-in-out;
		transition:         all 0.2s ease-in-out;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children:hover:before,
	.genesis-nav-menu.responsive-menu .menu-item-has-children:hover:before {
		background-color: #379fca;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu > li {
		border-bottom: 1px solid #379fca;
	}

	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu a:focus {
		background-color: #379fca;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		left: auto;
		margin: 0;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
		border-top: 1px solid #379fca;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 16px 20px 16px 40px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a:focus {
		background-color: #379fca;
	}

	.genesis-nav-menu.responsive-menu .sub-menu{
		margin-top:0 !important;
	}
	#menu-item-6205 .sub-menu,
	#menu-item-5536 .sub-menu,
	#menu-item-6204 .sub-menu,
	#menu-item-5536 .sub-menu li,
	#menu-item-6204 .sub-menu li,
	#menu-item-5536 .sub-menu li a,
	#menu-item-6204 .sub-menu li a{
		width:100%;
	}
	#menu-item-6205 .sub-menu,
	#menu-item-5536 .sub-menu,
	#menu-item-6204 .sub-menu{
		left:0;
		right:auto;
	}
	.genesis-nav-menu .menu-item {
		width:100%;
	}

  /* Block Menu (Homepage)
	--------------------------------------------- */
  .entry-content .block-menu a {
    width: 100%;
  }

	/* Degree Search Banner (Homepage)
	--------------------------------------------- */
	.degree-search-banner .banner-title {
		padding-left: 0;
		padding-top: 55px;
		line-height: 1.4;
		background-image: url(images/mag-icon.png);
	  background-repeat: no-repeat;
	  background-position: top;
	}

	.full-width-content .degree-search-banner .banner-title {
		text-align: center;
	}

	.inpage-widget .zip-code,
	.inpage-widget .grad-year,
	.inpage-widget .ed-level {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.inpage-widget .ed-level {
		margin-bottom: 0;
	}
	.entry-content #menu-states li,
	.entry-content #menu-masters li{
		width:40%;
	}
	#nav_menu-2{
		margin-bottom:10px;
	}
	#nav_menu-3{
		display:none;
	}
	.inpage-widget h3{
		background:none;
		padding-left:0;
		text-align:center;
	}
}
.inpage-widget {
    margin-bottom:38px;
  padding: 30px 30px 10px 30px;
  color: #fff; 
  /*background-color: #e37c48;*/
}
/* Add this piece in there to fix the dropdown color */
.custom-select-value {
	color: #666 
}
#search-results-container .btn-learn-more {
	font-size: 14px !important;
	padding: 5px 5px !important;
}

.inpage-widget {
	padding: 0px !important;
}

a {
	word-wrap: break-word;
}