/*
Theme Name: EDGE Learning Community

This theme, like WordPress, is licensed under the GPL.

edgelc is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

*/

/* Table of content
-----------------------------------------------
1. Global
2. Content
3. Post styling
4. Singe Post/Page Pagination
5. Media
6. Widgets
7. Buttons
8. Infinite Scroll
8. Custom Styles
9. Navigation
10. Comments
11. Attachment styling
12. Footer
13. Mobile Styling
14. Social icons
15. Call For Action
*/

/* =Global
----------------------------------------------- */
body {
  color: #0D2634;
  word-wrap: break-word;
  line-height: 1.7;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif !important;
}
small {
	font-size:12px;
	line-height:12px;
}
a {
  color: #2f3e96;
  text-decoration: underline;
  font-size: 1em;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}

a:hover,
a:focus {
  color: #14216a;
  text-decoration: none;
}

.child-sidebar-menu a, .cta a {
	text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.red {
	font-size: 1.2em;
	margin-top: 30px;
	display: block;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #1770A3;
  font-family: 'Source Sans Pro', sans-serif;
}

h1,
.h1 {
  font-size: 36px;
  font-weight: 200;
}

h2,
.h2 {
  font-size: 30px;
  font-weight: 200;
}

h3,
.h3 {
  font-size: 24px;
  font-weight: 200;
  color: #667483;
}

h4,
.h4 {
  font-size: 18px;
  color: #667483;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

p {
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 0 25px;
}

blockquote {
	margin-bottom: 40px;
}

.entry-content blockquote p {
	font-size: 18px;
	line-height: 24px;
	font-style: italic;
	color: #949494;
}

blockquote h3 {
	font-size: 16px;
	text-transform: uppercase;
	text-align: right;
}

.lead-p {
	font-size:22px !important;
	line-height: 30px !important;
	font-weight:200;
	color:#667483;
}
.padding-b {
	padding-bottom: 20px;
}
.white {
	color:white;
}
.center {
	text-align:center;
}
.extra-padding {
	padding: 55px;
}
img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: none;
  border: none;
  border-radius: 0;
}

button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
select {
    width: 250px;
    border: 1px solid #DCE4EC;
    background-color: #FFF;
    height: 30px;
    padding: 5px;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="checkbox"] {
	margin-right: 5px;
}
input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing:    content-box;
  box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}


/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

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

.sticky {
}
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
  margin-right: 0;
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}
.entry-content p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	color: #545c64;
}
.entry-content li {
	color: #545c64;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
#content {
  margin-bottom: 60px;
}
.fullwidth {
	width: 100%;
	padding: 0 !important;
}
.bg-gray {
	background-color:#F2F4F5;
}
.silo {
	padding: 40px 60px;
}
.cta {
	margin: 0 auto;
	min-height: 100px;
	padding: 40px 0;
	background: #1770a3 url("/wp-content/uploads/2015/03/circular-arrow.png") no-repeat center;
}
.forcefullwidth_wrapper_tp_banner {
	max-height: 600px;
	overflow: hidden;
}
.type-colleges .entry-meta {
	display: none;
}

/* =Post styling
----------------------------------------------- */
.entry-meta a {
  font-size: 13px;
}
#main .page-header {
  margin: 0 0 25px 0;
  padding-bottom: 0;
}

.entry-meta a {
  color: #6B6B6B;
}
.entry-meta .fa {
  font-size: 14px;
  margin-right: 3px;
  color: #3284b4;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  font-size: 32px;
}
.entry-title a {
  color: #444;
}
.entry-title a:hover {
  color: #666;
}
.btn.btn-default.read-more {
  float: right;
  border: 1px solid #E8E8E8;
  color: #3284b4;
  background-color: transparent;
  margin-top: 10px;
  font-size: 16px;
}
.btn.btn-default.read-more:hover {
  color: #FFF;
  background-color: #3284b4;
}
.search .btn.btn-default.read-more {
  float: none;
}
hr.section-divider {
  border-color: #E8E8E8;
  margin-top: 50px;
  margin-bottom: 50px;
}
.page-header {
	border: none;
}
/* =Colleges & Schools Options
----------------------------------------------- */
#secondary.filter-bar {
	background-color: #eee;
}
	.page-id-2546 #secondary.filter-bar {
		background-color: transparent;
		display: none;
	}

#secondary ul.categorychecklist {
  border-bottom: 1px solid #ccc;
	border-top:1px solid #ccc;
}
#secondary .filters li {
  display:inline-block;
  color:#4598cc;
  border-top:0;
  padding:10px 0;
}
#secondary .filters li label {
  margin: 0 20px 0 0;
  font-size: 18px;
  font-weight: 600;
}

div.col-md-2.filter-search {
	padding-top: 10px;
}

form.wpv-filter-form .col-md-9 {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

#secondary.filter-bar {
	padding: 30px 20px 10px;
}

.filter-search.col-md-2 {
	width: 100%;
}
.filter-clear.col-md-1 {
	float: right;
	width: auto;
}

.filter-search,
.filter-clear {
	padding: 0 0 8px 0;
}
.filter-search input {

}
.filter-clear input[type=button] {
	border:1px solid #4598cc;
	background-color:#4598cc;
	color:#FFF;
	border-radius: 3px
	}

#secondary ul.categorychecklist {padding: 10px 0;}
#secondary .filters li {padding: 0 0 5px 0;}

.panel-group .panel {
  border-radius: 0px;
}
.panel {
  border-radius: 0px;
  -webkit-box-shadow:none;
  box-shadow:none;
}	

article.type-colleges {
	padding-right: 0;
	padding-left: 0;
}
.entry-content #primary {
	padding-right: 0;
	padding-left: 0;
}
.card-wrap {
  border-left: 2px solid #eee;
  background-color:#fff;
  margin-bottom: 25px;
	-webkit-transition:	all 0.4s linear;
     -moz-transition: 	all 0.4s linear;
       -o-transition: 	all 0.4s linear;
          transition: 	all 0.4s linear;	
}
.card:hover .card-wrap {
}

.card .entry-header {
	position:relative;
}
.card-featured {
	position:relative;	
	/* margin:10px; */
	-webkit-transition:	all 0.2s linear;
     -moz-transition: 	all 0.2s linear;
       -o-transition: 	all 0.2s linear;
          transition: 	all 0.2s linear;
}
.card:hover .card-featured {
	opacity: .8;
}
.title-featured {
	width:100%;
	margin-top:130px;
	text-align:center;
	vertical-align: middle;
}
.card-featured h3{
	color: #bababa;
    padding: 0 0 0 10px;
    font-size:14px;
	text-transform: uppercase;

}
.card-featured h3 a {color:#bababa;}
.card-featured h3 a:hover {color:#000;}


.card-featured img {
	padding: 0 0 0 10px;
}

.card .meta .cat {
  color: #85848b;
  background-color: #eee;
  margin-top:4px;
  font-size: 12px;
  line-height: 14px;
  padding: 5px 10px;
  letter-spacing: 1px;
  width: 100%;
  float: left;
}
.distance p {
	margin-bottom:.5em;
	text-align: right;
	color:#999;
}
 .mile-marker {
  display: inline-block;
  border: 1px solid #9cd2b8;
  border-radius: 4px;
  color: #9cd2b8;
  text-align: center;
  padding: 3px 0;
  margin: 10px 0px 0;
  width:34px;
}
.mile-marker.blue {
  border: 1px solid #81bce9;
  color: #81bce9;
}
/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span {
  display: inline-block;
  color: #fff;
  background-color: #1FA67A;
  border-radius: 4px;
  padding: 2px 10px;
  margin-left: 2px;
}
.page-links a span {
  background-color: inherit;
  border: 1px solid #E8E8E8;
  color: #1FA67A;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
.page-links a:hover span {
  background-color: #1FA67A;
  border: 1px solid #1FA67A;
  color: #fff;
}
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.entry-content img.alignnone {
	border: 1px solid #ccc;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.site-main .gallery {
  margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.site-main .gallery dd {
  margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

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

.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}
.widget > ul > li,
li.recentcomments {
  /*border-bottom: 1px solid #EEE;*/
  position: relative;
  display: block;
  padding: 10px 0;
}
.widget ul li {
    list-style: none;
}
.widget ul {
    padding: 0;
}
.widget-title {
  /*border-bottom: 1px solid #eee;*/
	color:white;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
.tab-content ul li {
  list-style: none;
}
#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_recent_comments ul li:before {
  font-family: fontawesome;
  margin-right: 10px;
}
#secondary .widget_archive ul li:before {
  content: '\f073';
}
#secondary .widget_categories ul li:before {
  content: '\f115';
}
#secondary .widget_recent_comments ul li:before {
  content: '\f0e5';
}
.tab-content .tab-thumb {
  float: left;
  margin-right: 8px;
  padding-top: 5px;
  float: left;
  line-height: 0px;
  width: 60px;
  height: 60px;
}
.tab-content li {
  overflow: hidden;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 8px;
  padding: 0 0 6px;
}
.tab-content .tab-entry {
  display: block;
}
.tab-content > .active {
  border: 1px solid #E8E8E8;
  border-top: none;
}
.tab-content ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tab-content .tab-entry {
  font-size: 14px
}
.tab-comment {
  font-size: 18px;
  padding: 0 10px;
}
.nav-tabs > li > a {
  border-bottom-color: transparent;
  text-transform: uppercase;
}
.tab-content i {
  font-size: 12px;
}
.tab-thumb.thumbnail {
  margin-bottom: 5px;
}
.tab-content #messages li:before {
  content: '\f0e5';
  font-family: fontawesome;
  float: left;
  padding-right: 10px;
  font-size: 20px;
  color: #1FA67A;
}

/* =Buttons
----------------------------------------------- */
.btn-default, .label-default {
  background-color: #3284b4;
  border-color: #3284b4;
  font-size: 16px;
  border-radius: 0;
}
.btn-default:hover, .label-default[href]:hover, .label-default[href]:focus, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
  background-color: #1f2968;
  border-color: #1f2968;
}
.btn.btn-default {
    color: #FFF;
}
.btn-blue {
	background-color: #197AB2;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width:25%; 
	display:block;
}
.btn-blue:hover {
	background-color:#156694;
	color: #fff;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}
#infinite-handle span {
  display: block;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 12px;
  background: transparent;
  border: 1px solid #E8E8E8;
  color: #1FA67A;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
#infinite-handle span:hover {
  background-color: #1FA67A;
  color: #fff;
}
.woocommerce #infinite-handle {
    display: none;
}
/* =Custom Styles
----------------------------------------------- */
.site-branding {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-description {
  color: #777;
  font-weight: 200;
  font-size: 16px;
}
.page-template-page-homepage-php .carousel {
  margin-top: -20px;
  margin-bottom: 20px;
}
#logo {
	margin-right: 40px;
}
#primary {
	margin-top: 30px;
}
#secondary {
	background-color: #509fce;
	padding: 30px 20px 20px 20px;
}
#secondary ul {
	/*border-bottom: 1px solid #4598cc;*/
}
#secondary li {
	padding:0;
}
#secondary li a {
	display: block;
	color: white;
	font-size: 16px;
	border-bottom: 1px solid #a5c8e5;
	padding: 10px 0;
	margin: 0 10px
}
	#secondary li ul a {
		font-size: 14px;
		padding: 5px 15px;
		border-bottom: none;
	}


#secondary li ul {
	margin-left:.5em;
	margin-top: 10px;
	
}
#secondary li a:hover {
	color: #a6d5ef;
}
#secondary aside {
	margin: 0;
}
.attachment-featured-fullwidth {
	width: 100%;
}
.featuredimg {
	max-height: 500px;
	overflow: hidden;
}

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

.imgback {
	background-color: #bfbfbf;
}

.slideback {
	background-color: #000;
}

.row.row-featured {
	height:400px;
	background-position: center center;
	background-size: cover;
	position: relative;
}
	
	
.row.row-featured .tint {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 1;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.35))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 ); /* IE6-9 */

}
.featured-message p{
  font-size: 42px;
  font-weight: 300;
  line-height: 48px;
  font-family: "Source Sans Pro", sans-serif;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: rgb(255, 214, 88);
  border-style: none;
  margin-top:70px;
  width:60%;
  position: relative;
  z-index: 2;
}
.sans-bullet-list li {
	margin-bottom: 15px;
	color: #667483;
}
.college-cat a {
	background-color: #F6F6F6;
	padding: 10px;
	margin-top: 20px;
}

td {
	font-size: 14px;
	color: #666;
}

tr:first-child td {background: #d7d7d7;}
tr:nth-child(even) {background: #FFF}
tr:nth-child(odd) {background: #f3fbff}

/* =Navigation
----------------------------------------------- */

.navbar-default {
	background-color: #fff;
}

.site-main [class*="navigation"] a,
.more-link {
  border: 1px solid #E8E8E8;
  padding: 6px 12px;
  border-radius: 4px;
  display: block;
}
.site-main [class*="navigation"] a:hover,
.more-link:hover {
  color: #3284b4;
  text-decoration: none;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}
[class*="navigation"] .nav-previous {
  float: left;
}
[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
}
.navbar.navbar-default {
  font-weight: 400;
  margin-bottom: 0;
  margin-top: -2px;
  min-height: 90px;
}
.navbar-default .navbar-nav > li > a {
  color: #3284b4;
  line-height: 30px;
}
.navbar > .container .navbar-brand {
  color: #3284b4;
  font-size: 24px;
  margin: 8px 0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-right: none;
  border-left: none;
}
.navbar {
  border-radius: 0;
}
.navbar-default {
  border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #1f2968;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #999;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
  padding: 14px 20px;
  color: #999;
}
.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  border: none;
}
.dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
  background-color: #3284b4;
  color: #fff;
}
.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
  padding: 0;
}
.navbar-nav > li > a {
  padding-top: 28px;
  padding-bottom: 28px;
}

.navbar-toggle {
	display: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

div.navbar-header {
	padding: 20px 0 5px 20px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	margin: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	line-height: 1.5 !important;
}

@media (max-width: 600px) {
	.cta {
		padding: 30px 0;
	}
	.btn-blue {
		padding: 15px;
		width:90% !important; 
	}	

	div.navbar-header {
	    padding: 15px 0;
	    text-align: center;
	}
	.frs-caption-content {
		width: auto !important;
	}
	#homepagepjc.frs-slideshow-container .frs-wrapper.frs-responsive-mobile-medium .frs-caption {
		padding: 0 !important;
	}
	.featured-message p {
		font-size: 28px;
	    line-height: 34px;
	    margin-top: 20px;
	    width: 100%;
	}
	.row.row-featured {
		height: 170px;
	}
}

@media (max-width: 767px) {
  .nav.navbar-nav {
    float: none;
  }
  #logo {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 800px) {
	div.frs-caption-content {
		width: 100% !important;
	}
}
@media (max-width: 990px) {
	#secondary {
	   display: none;
	}
	#text-2 {
		clear:both;
		padding-top: 20px;
	}
}

@media (min-width:600px) and (max-width:1200px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding: 10px;
		height: 45px;
	}
}

@media (min-width:980px) {
	div#mega-menu-wrap-primary.mega-menu-wrap {
		margin-left: 380px;
		margin-top: -75px;
		float: left;
	}
	.navbar {
		margin: 0 auto 10px auto;
	}	
}

@media (min-width:1170px) {
	.row.row-featured, .navbar {
		width: 1140px;
		margin: 0 auto;
	}
	/*.fullwidthbanner-container {
		width: 1140px;
	}*/
}
/* =Comments
----------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
}
#respond {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0px !important;
}
#respond > p, #respond p.comment-notes, p.logged-in-as {
  margin-bottom: 10px;
}
p.logged-in-as {
  padding-bottom: 0px;
}
.comment-list {
  margin-bottom: 40px !important;
  margin-left: 0px !important;
  padding-left: 0;
}
.comment .comment-body {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 116px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  border-color: #E8E8E8;
  border-radius: 4px;
}
.comment-list .children {
  margin-left: 0px!important;
  padding-left: 40px;
  border-left: 1px solid #E8E8E8;
  background-repeat: no-repeat;
  background-position: left 20px;
}
.comment-list li.comment > div img.avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.vcard .avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  float: right;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #C7254E;
}


/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
  background-color: #1FA67A;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}

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

#footer-area {
  background-color: #F6F6F6;
  color: #23282D;
}
#footer-area a {
  color: #3284b4;
}
#footer-area .footer-widget-area {
  padding: 40px 0 20px 0;
  overflow: hidden;
}
#footer-area ul li {
}
#footer-area .site-info nav ul li {
  border-bottom: none;
}
#footer-area .tab-content > .active {
  border: none;
}
#footer-area .nav-tabs > li.active > a, #footer-area .nav-tabs > li.active > a:hover, #footer-area .nav-tabs > li.active > a:focus {
  background-color: transparent;
}
#footer-area .tab-content .tab-entry {
  font-size: inherit;
}
#footer-area .widgettitle {
  font-size: 22px;
  color: #3284b4;
  margin-top: 0px;
}
#footer-area #social ul li {
  border-bottom: none;
}
#footer-area .widget ul li {
  list-style: none;
}
.footer-nav.nav > li {
  position: relative;
  display: inline-block;
}
.footer-nav.nav {
  float: left;
  margin-bottom: 2px;
}
.copyright {
  margin-top: 10px;
}
#colophon {
  background-color: #F6F6F6;
  padding: 20px 0;
}
.site-info a {
  color: #777;
}
.site-info a:hover {
  color: #999;
}
#footer-area a:hover {
  color: #2f3e96;
}
.site-info {
  color: #999;
  font-size: 1em;
}
.footer-nav.nav > li > a:hover {
    background-color: transparent;
}
.scroll-to-top {
  background: #3B3B3B;
  background: rgba(0, 0, 0, 0.4);
  color: #FFF;
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  padding: 2px 10px;
  border-radius: 4px;
  -webkit-transition: background-color 0.1s linear;
     -moz-transition: background-color 0.1s linear;
       -o-transition: background-color 0.1s linear;
          transition: background-color 0.1s linear;
}
.scroll-to-top:hover {
  background: #2f3e96;
  opacity: .8;
}

.post-date {
	display:block;
}
#recent-posts-2 li {
	width: 50%;
	float: left;
}

/* =Mobile Styling
----------------------------------------------- */

@media (max-width: 768px) {
  .pull-right {
    float: none !important;
  }
  .pull-left {
    float: none !important;
  }
  .site-info, .copyright {
      text-align: center;
  }
  .footer-nav.nav, .copyright {
    float: none;
  }
  .flex-caption {
    display: none;
  }
  .navbar > .container .navbar-brand {
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .btn-blue {
	 width: 50%;
  }
}
h3.blue {
	color:#1770A3;
}

@media (min-width: 990px) {
	body.page-id-2532 .entry-content .col-md-4 {width: 28%;}
	.widget-area.col-md-4 {width: 30%}
	.content-area.col-md-7 {width: 66%}

	.type-colleges.col-md-4 {width: 45%}
	article.type-colleges {margin-right: 35px;}
	div.js-wpv-view-layout article:nth-child(3n+3) {margin-right: 35px;}
	div.js-wpv-view-layout article:nth-child(even) {margin-right: 0;}

	.card-featured {height:135px;}
	article.type-recreation .card-featured {height: auto;}
}

@media (min-width: 1200px) {
	.type-colleges.col-md-4 {width: 30%}
	article.type-colleges,
	div.js-wpv-view-layout article:nth-child(even) {margin-right: 35px;}
	div.js-wpv-view-layout article:nth-child(3n+3) {margin-right: 0;}

}

/* =Social icons
----------------------------------------------- */

.top-bar {
    border-bottom-color: #E8E8E8;
}
.social-icon {
    font-size: 32px;
    margin: 6px;
    color: #E8E8E8;
}
#social {
    top: 0;
    position: relative;
    text-align: center;
}
#social ul li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}
#social ul {
  margin-bottom: 0;
  padding: 0;
}
.fa-googleplus:before {
  content: "\f0d5";
}
@media (max-width: 992px) {
  .site-branding {
    text-align: center;
  }
  #social {
    top: 0;
    float: none;
    text-align: center;
  }
}
.fa-ul .fa, 
.fa-ul li {
	color:#667483;
}
.fa-ul {
	margin-bottom: 25px;
	width:75%;
}
.fa-li {
	top: .4em;
}
.map {
	margin: 40px 0;
}

/* =Call For Action
----------------------------------------------- */

.cfa{
  padding: 30px 0px;
  background: #1FA67A;
  text-align: center;
}
.cfa-text{
  font-size: 22px;
  color: #fff;
  display: block;
  padding-top: 10px;
}
.cfa-button {
  background-color: transparent;
  color: #fff;
  padding: 15px 30px;
  border-color: #fff;
}
.cfa-button a,
.cfa-button a {
  color: #fff;
}
.cfa-button:hover {
    background-color: #fff;
    color: #1FA67A;
}
.cfa-button:hover a {
    color: #1FA67A;
}

/* =Gravity Forms overrides
----------------------------------------------- */

label {
	font-weight: 200;
}

.gform_wrapper {
	overflow: auto;
}

.gform_wrapper .top_label .gfield_label {
	font-weight: 400 !important;
	color: #1770A3;
}
#gform_wrapper_12 {
	padding: 0!important;
}
#field_12_1 label{
	display:none;
}
#input_12_1 {
	border-radius: 0;
	height: 40px;
}
#gform_wrapper_1 {
	border-top: 1px solid #1770A3;
}
.gform_wrapper {
	background-color: #F6F6F6;
	width: 100% !important;
	padding: 15px 0 15px 15px;
}
.gform_wrapper .gform_footer .button, .gform_wrapper .gform_footer input[type=submit] {
	font-size: 1.1em;
	border-radius: 0;
	padding: 8px 28px;
	margin-top:0.375em;
	display: inline-block;
}
#gform_submit_button_1 {
	margin-top: 20px;
}
.gform_wrapper .gform_footer {
	margin: 0 !important;
	padding: 0 !important;
	clear: none !important;
}
.border-top {
	border-top: 3px solid #f2f4f5;
}

#gform_12 .gform_body {
	float: left;
}

#input_12_1 {
	width: 200px;
	padding: 0 10px;
}

.rpwe-li {
	width: 50%;
	float: left;
}
@media (max-width: 767px) {
	.rpwe-li {
	width: 100%;
	}
}

/* @group Revolution Slider */

.tp-caption {
	background-color: rgba(0, 0, 0, .45);
	padding: 20px 40px;
}

.tp-caption h1 {
	font-size: 44px;
	color: #fff;
	margin-bottom: 30px;
}

.tp-caption p {
	font-size: 24px;
	line-height: 28px;
	color: #fff;
}

.tp-caption p a {
	color: #fff;
	border: 2px solid #fff;
	padding: 15px;
	text-decoration: none;
	margin-top: 5px;
	display: inline-block;	
}
.tp-caption p a:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .5);
}

/* @end */