/*
	Theme Name: SudentLoan
	Description: Responsive Genesis child theme
	Author: Rowboat Media
	Author URI: https://rowboatmedia.com
	
	Template: genesis

*/


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #231f20;
	font-family: Cambria, Times, serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #e0e0e0;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #d85326;
	font-family: Cambria, Times, serif;
	font-size: 14px;
	font-weight: 300;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #d85326;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}

::-moz-selection {
	background-color: #d85326;
	color: #fff;
}

::selection {
	background-color: #d85326;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

.site-container {
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	background-color: #fff;
	box-shadow: 0 0 5px #999;
	margin: 0px auto;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

.site-header {
	background-color: #d85326;
	margin: 0 auto;
	min-height: 149px;
	width: 100%;
}

.site-header .wrap {
	background-image: url(images/header.jpg);
	margin: 0 auto;
	min-height: 149px;
	max-width: 960px;
	width: 100%;
}

.title-area {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
	min-height: 149px;
	padding: 0;
	width: 245px;
}

.site-title {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 36px;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
	padding: 0 0 0 20px;
	text-decoration: none;
}

.site-description {
	font-size: 14px;
	padding: 0 0 0 20px;
}

.site-header .widget-area {
	background-image: url(images/header_right.png);
	background-repeat: no-repeat;
	float: right;
	min-height: 149px;
	padding: 0;
	width: 338px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 245px;
}

.header-image .site-description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width .title-area,
.header-full-width .site-title,
.header-full-width .site-title a {
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary {
	background-color: #333;
 	width: 100%;   
}

#show-nav {
	background-color: #3b9e99;
	color: #fff;
	display: none;
	font-size: 10px;
	float: right;
	width: 80px;
	height: 15px;   
}

.menu-primary,
.menu-secondary,
.site-header .menu {
	clear: both;
	color: #fff;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin: 0 auto;
	overflow: hidden;
	max-width: 960px;
	position: relative;
	left: -15px;
	width: 100%;
}

.site-header .menu {
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.menu-primary {
}

.menu-secondary {
	border-bottom: 1px solid #ddd;
	border-top: none;
}

.menu-primary ul,
.menu-secondary ul,
.site-header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
.site-header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
	color: #fff;
	display: block;
	padding: 7px 15px 6px;
	position: relative;
	text-decoration: none;
}

.menu-primary li a:active,
.menu-secondary li a:active,
.site-header .menu li a:active,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
.site-header .menu .current_page_item a,
.site-header .menu .current-cat a,
.site-header .menu .current-menu-item a {
	color: #5fc6c1;
}

.menu-primary li a:hover,
.menu-secondary li a:hover,
.site-header .menu li a:hover {
	background-color: #d85326;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
.site-header .menu li li a,
.site-header .menu li li a:link,
.site-header .menu li li a:visited {
	background: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 138px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
.site-header .menu li li a:active,
.site-header .menu li li a:hover {
	background-color: #e0e0e0;
	color: #333;
}

.menu-primary li ul,
.menu-secondary li ul,
.site-header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
.site-header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover>ul,
.site-header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
.site-header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

.site-inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	max-width: 960px;
	width: 100%;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

.content {
	float: left;
	padding: 0.625em 3.125em 0.625em 0;
}

.content-sidebar .content,
.sidebar-content .content {
	border-right: 1px solid #e0e0e0;	
	max-width: 540px;
	min-height: 650px;
	width: 56.25%; /* 540/960 */

}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
}

.full-width-content .content {
    min-height: 600px;
	width: 960px;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 25px;
}

.graduate-address p {
    margin: 0 0 0
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	color: #d85326;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 28px;
}

h2 a,
h2 a:visited {
	color: #333;
	font-family: 'Source Sans Pro', Arial, sans-serif;
}

h2 a:hover {
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 24px;
}

h3 a,
h3 a:visited {
	color: #3b9e99;
}

h4 {
	font-size: 20px;
}

.taxonomy-description h1,
.widget-area h4 {
	background-color: #e0e0e0;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	padding: 9px 10px 8px;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

.footer-widgets h4 {
	background: none;
	border: none;
	padding: 0;
}

h5 {
	font-size: 18px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}

/* Change title for entries
------------------------------------------------------------ */

h2.entry-title a {
	line-height: 1em;
}

/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
    color: #d85326;
	font-size: 14px;
	margin: -5px 0 15px;
}

.entry-header .entry-meta a {
    font-style: italic;
}

/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	padding: 5px 0 0;
}

/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #e0e0e0;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box-content p {
	font-size: 14px;
}


/*Previous-Next links
------------------------------------------------------------ */

#prev-next {
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 14px;
    font-weight: 700;
}

.prev-link a,
.next-link a {
	background-image: url(images/readmore.jpg);
    background-repeat: no-repeat;
    color: #fff;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	height: 23px;
	margin: 10px auto;
    padding: 2px 42px;
	text-align: center;
	width: 115px;
}

.prev-link a:hover,
.next-link a:hover {
    color: #231f20;
}

.prev-link {
    float: left;
}

.next-link {
    float: right;
}


/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	clear: both;
	color: #d85326;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 20px;
	margin-top: 25px;
	padding: 5px 0 5px;
}

.entry-footer .entry-meta .share-buttons {
    float:right;
    }

.share-buttons .button {
    float: left;
    margin-right: 15px;
}

.comments-number {
	float: left;
}

/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #e0e0e0;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box-content p {
	font-size: 14px;
}

/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #e0e0e0;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.entry-comments-link,
.entry-tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #e0e0e0;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	float: left;
	border: none;
	margin-right: 8px;
	padding: 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.pagination {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	border: 1px solid #ddd;







	padding: 5px 8px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #e0e0e0;
}

/* Post More Link
------------------------------------------------------------ */

.more-link {
	background-image: url(images/readmore.jpg);
	float: left;
	height: 23px;
	margin-top: 10px;
	padding-top: 2px;
	text-align: center;
	width: 115px;
}

a.more-link {
	color: #fff;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
}

a:hover.more-link {
	color: #231f20;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 14px;
	width: 342px;
}

.sidebar-secondary {
	float: left;
	width: 150px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #fff;
	margin: 0 0 36px;
	padding: 0 0 15px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0px;
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}


/*Contact Box
------------------------------------------------------------ */

#text-3 {
	background-image: url(images/contactbutton2.jpg);
    padding: 0;
	height: 177px;
	text-align: center;
	width: 339px;
}

#text-3 .textwidget {
    padding: 0 20px;
}

.contactbutton {
	height: 24px;
	left: 44px;
	position: relative;
	width: 217px;
}


/* A Brief History sidebar
------------------------------------------------------------ */
.about-image {
	height: 100px;
	width: 100px;
	float: left;
	margin: 10px 15px 5px 0;
}

.about-title {
	color: #d85326;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 24px;
	font-weight: 600;
}

.about-text {
	font-size: 16px;
	line-height: 1.4em;
	padding-top: 5px;
}

.about-button {
	background-image: url(images/readmore.jpg);
	float: right;
	height: 23px;
	margin-top: 10px;
	padding-top: 2px;
	text-align: center;
	width: 115px;
}

.about-button a {
	color: #fff;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
}

.about-button a:hover {
	color: #231f20;
}

/* Social Media Buttons
------------------------------------------------------------ */

.rollover a {
	display: block;
	text-indent: -9999px;
	margin: auto;
	cursor: pointer;
}

#facebook a {
	background-image: url(images/facebookbutton.jpg);
}

#twitter a {
	background-image: url(images/twitterbutton.jpg);
}

#youtube a {
	background-image: url(images/youtubebutton.jpg);
}

#facebook a,
#twitter a,
#youtube a {
	float: left;
	height: 49px;
	width: 110px;
}

#facebook a,
#twitter a {
	margin-right: 6px;
}

/*
#facebook a {
	margin-left: 70px;
}
*/

#facebook a:hover,
#twitter a:hover,
#youtube a:hover {
	background-position: left -49px;
}

/* Optin box on single posts
------------------------------------------------------------ */

#text-6 {
	background-color: #d85326;
	margin-top: 40px;
}

/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 15px 10px;
}

.footer-widgets .featuredpage .page,
.footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {

	padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: url(images/readmore.jpg) 0 0;
	color: #fff;
	cursor: pointer;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding-top: 4px;
	text-decoration: none;
	height: 25px;
	width: 62px;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: url(images/readmore.jpg);
	color: #231f20;
	text-decoration: none;
}

/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
	float: right;
	padding: 12px 0 0;
}

.sidebar .search-form {
	padding: 5px 0 0 15px;
}

.search-form input[type="search"] {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
}

.nav-primary .search-form input[type="search"] {
	background-color: #fff;
	margin: 2px -7px 0 0;
}

/*Workshop Graduates search forms
------------------------------------------------------------ */

#searchform label,
#searchform input,
#searchform #tag {    
    font-size: 18px;
}

#searchform input[type="button"],
#searchform input[type="submit"] {
    font-size: 14px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #e0e0e0;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #e0e0e0;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

.footer-widgets {
	background-color: #e0e0e0;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 30px 10px;
}

.footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

.footer-widgets .textwidget {
	padding: 0;
}

.footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

.footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

.footer-widgets ul {
	margin: 0;
}

.footer-widgets ul li {
	margin: 0 0 0 20px;
}

.footer-widgets #wp-calendar thead,
.footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 280px;
}

.footer-widgets-2 {
	float: left;
	width: 280px;
}

.footer-widgets-3 {
	float: right;
	width: 280px;
}


/* Footer
------------------------------------------------------------ */

.site-footer {
	background-color: #231f20;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	min-height: 85px;
	overflow: hidden;
	width: 100%;
}

.site-footer .wrap {
	overflow: hidden;
	padding: 10px 0px;
	margin: 0 auto;
	max-width: 960px;
}

.site-footer p {
	font-size: inherit;
}

.site-footer a,
.site-footer a:visited {
	color: #5fc6c1;
}

.site-footer a:hover {
	color: #5fc6c1;
	text-decoration: none;
}

.site-footer .copyright {
	color: #fff;
	float: left;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	width: 630px;
}

.site-footer .creds {
	color: #fff;
	float: right;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-align: right;
	width: 300px;
}

.site-footer .creds a {
	color: #5fc6c1;
}

/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 14px;
	margin: 30px 0 20px;
}

.comment-list cite,
.ping-list cite {
    float: left;
    font-family: Cambria, Georgia, serif;
    font-style: normal;
    font-weight: 300;
	margin-right: 5px;
}

.comment-meta {
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 5px;
}

.comment-meta a {
    color: #d85326;
}

.thread-odd .comment-meta a {
	color: #d85326;
}

.comment-author {
    color: #d85326;
}

.odd .comment-author {
    color: #d85326;
}

.comment-reply {
    background: url(images/readmore.jpg) no-repeat;
	cursor: pointer;
	position: relative;
	display: block;
    padding-top: 4px;
	width: 62px;
	height: 25px;
	text-align: center;
}

.comment-reply a {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
	text-decoration: none;
}

.comment-reply a:hover {
    color: #231f20;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
	text-decoration: none;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #e0e0e0;
}

.thread-odd {
    background-color: #fff;
}

.alt,
.depth-1,
.even {
}

#gform_submit_button_1 {
    border: none;
    color: #fff;
    font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
}

#gform_submit_button_1:hover {
    color: #333;    
}

.required {
	font-size: 24px;
	color: #5fc6c1;
}

.required_text {
	color: #d85326;
	float:right;
	font-style: italic;
}

#reply-title {
    color: #D85326;
}

/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #333;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/*Customize Gravity Forms
------------------------------------------------------------ */

#gform_wrapper_1 .gfield_required {
    color: #3b9e99;
}

/*Workshop Graduates Participants Database customizations
------------------------------------------------------------ */
.pdb-list th {
  border-bottom: 2px solid #cdcdcd;
  padding: 4px 10px 5px 2px !important;
  text-align: left;
}

.pdb-list td {
    border-bottom: 1px solid #cdcdcd;
    height: 70px;
    
}

.pdb-list .multiple_offices {
    width: 80px;
}

.pdb-list .last_name,
.pdb-list .first_name,
.pdb-list .city {
    width: 110px;
}

td.multiple_offices-field,
th.multiple_offices {
    text-align: center;
}

.courses_completed-field,
th.courses_completed {
    padding-left: 10px !important;
}

.courses_completed {
    width: 300px;
}

.pdb-list .pagination ul li {
    list-style: none !important;
    margin-top: 20px;
}

/* Graduates map color changes */

.mapsvg #AL,.mapsvg #AK,.mapsvg #AZ,.mapsvg #AR,.mapsvg #AS,.mapsvg #CA,.mapsvg #CO,.mapsvg #CT,.mapsvg #DE,.mapsvg #DC,.mapsvg #FL,.mapsvg #GA,.mapsvg #GU,.mapsvg #HI,.mapsvg #ID,.mapsvg #IL,.mapsvg #IN,.mapsvg #IA,.mapsvg #KS,.mapsvg #KY,.mapsvg #LA,.mapsvg #ME,.mapsvg #MD,.mapsvg #MA,.mapsvg #MI,.mapsvg #MN,.mapsvg #MS,.mapsvg #MO,.mapsvg #MT,.mapsvg #NE,.mapsvg #NV,.mapsvg #NH,.mapsvg #NJ,.mapsvg #NM,.mapsvg #NY,.mapsvg #NC,.mapsvg #ND,.mapsvg #CM,.mapsvg #OH,.mapsvg #OK,.mapsvg #OR,.mapsvg #PA,.mapsvg #PR,.mapsvg #RI,.mapsvg #SC,.mapsvg #SD,.mapsvg #TN,.mapsvg #TX,.mapsvg #TT,.mapsvg #UT,.mapsvg #VT,.mapsvg #VA,.mapsvg #VI,.mapsvg #WA,.mapsvg #WV,.mapsvg #WI,.mapsvg #WY {
	fill: #d85236 !important;}

.mapsvg #AL:hover,.mapsvg #AK:hover,.mapsvg #AZ:hover,.mapsvg #AR:hover,.mapsvg #AS:hover,.mapsvg #CA:hover,.mapsvg #CO:hover,.mapsvg #CT:hover,.mapsvg #DE:hover,.mapsvg #DC:hover,.mapsvg #FL:hover,.mapsvg #GA:hover,.mapsvg #GU:hover,.mapsvg #HI:hover,.mapsvg #ID:hover,.mapsvg #IL:hover,.mapsvg #IN:hover,.mapsvg #IA:hover,.mapsvg #KS:hover,.mapsvg #KY:hover,.mapsvg #LA:hover,.mapsvg #ME:hover,.mapsvg #MD:hover,.mapsvg #MA:hover,.mapsvg #MI:hover,.mapsvg #MN:hover,.mapsvg #MS:hover,.mapsvg #MO:hover,.mapsvg #MT:hover,.mapsvg #NE:hover,.mapsvg #NV:hover,.mapsvg #NH:hover,.mapsvg #NJ:hover,.mapsvg #NM:hover,.mapsvg #NY:hover,.mapsvg #NC:hover,.mapsvg #ND:hover,.mapsvg #CM:hover,.mapsvg #OH:hover,.mapsvg #OK:hover,.mapsvg #OR:hover,.mapsvg #PA:hover,.mapsvg #PR:hover,.mapsvg #RI:hover,.mapsvg #SC:hover,.mapsvg #SD:hover,.mapsvg #TN:hover,.mapsvg #TX:hover,.mapsvg #TT:hover,.mapsvg #UT:hover,.mapsvg #VT:hover,.mapsvg #VA:hover,.mapsvg #VI:hover,.mapsvg #WA:hover,.mapsvg #WV:hover,.mapsvg #WI:hover,.mapsvg #WY:hover,.mapsvg #AL:active,.mapsvg #AK:active,.mapsvg #AZ:active,.mapsvg #AR:active,.mapsvg #AS:active,.mapsvg #CA:active,.mapsvg #CO:active,.mapsvg #CT:active,.mapsvg #DE:active,.mapsvg #DC:active,.mapsvg #FL:active,.mapsvg #GA:active,.mapsvg #GU:active,.mapsvg #HI:active,.mapsvg #ID:active,.mapsvg #IL:active,.mapsvg #IN:active,.mapsvg #IA:active,.mapsvg #KS:active,.mapsvg #KY:active,.mapsvg #LA:active,.mapsvg #ME:active,.mapsvg #MD:active,.mapsvg #MA:active,.mapsvg #MI:active,.mapsvg #MN:active,.mapsvg #MS:active,.mapsvg #MO:active,.mapsvg #MT:active,.mapsvg #NE:active,.mapsvg #NV:active,.mapsvg #NH:active,.mapsvg #NJ:active,.mapsvg #NM:active,.mapsvg #NY:active,.mapsvg #NC:active,.mapsvg #ND:active,.mapsvg #CM:active,.mapsvg #OH:active,.mapsvg #OK:active,.mapsvg #OR:active,.mapsvg #PA:active,.mapsvg #PR:active,.mapsvg #RI:active,.mapsvg #SC:active,.mapsvg #SD:active,.mapsvg #TN:active,.mapsvg #TX:active,.mapsvg #TT:active,.mapsvg #UT:active,.mapsvg #VT:active,.mapsvg #VA:active,.mapsvg #VI:active,.mapsvg #WA:active,.mapsvg #WV:active,.mapsvg #WI:active,.mapsvg #WY:active {
	fill: #5fc6c1 !important;}
	
/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 600px) {

	.menu-primary li,
	.menu-primary li ul,
	.menu-primary li ul a,
	.menu-secondary li,
	.menu-secondary li ul,
	.menu-secondary li ul a,
	.site-header .menu li,
	.site-header .menu li ul,
	.site-header .menu li ul a {
		width: 100%;
	}
	
	#show-hide {
	display: block;
	}
	
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}

	.menu-primary li a,
	.menu-secondary li a,
	.site-header .menu li a {
		margin: 0;
		padding: 7px 3%;
	}

	.menu li li a .sf-sub-indicator,
	.menu li li li a .sf-sub-indicator {
		background: url(images/icon-plus-white.png) right no-repeat;
	}

	.menu-primary li li a,
	.menu-primary li li a:link,
	.menu-primary li li a:visited,
	.menu-secondary li li a,
	.menu-secondary li li a:link,
	.menu-secondary li li a:visited,
	.site-header .menu li li a,
	.site-header .menu li li a:link,
	.site-header .menu li li a:visited {
		background: none;
		color: #fff;
		padding: 7px 3%;
		width: 94%;
	}

	.menu-primary li ul,
	.menu-secondary li ul,
	.site-header .menu li ul {
		background: #333;
		clear: both;
		margin: 0;
		padding: 0;
		position: inherit;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	.site-header .menu li ul ul {
		background: #666;
	}

	.menu-primary li ul ul ul,
	.menu-secondary li ul ul ul,
	.site-header .menu li ul ul ul {
		background: #999;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	.site-header .menu li ul ul {
		margin: 0;
	}
}

@media only screen and (max-width: 676px) {
	
	.menu-primary a {
	display: inline-block;
	font-size: .8em;
	padding: 3px 8px 3px !important;
	}
}

@media only screen and (max-width: 738px) {    

    .site-header .widget-area {
        display: none;
    }
	
	.header-image .title-area,
	.header-image .site-title,
	.header-image .site-title a {
	display: block;
	float: none;
	height: 149px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	text-indent: -9999px;
	width: 245px;
	}
	
	.menu-primary a {
	display: inline-block;
	font-size: .9em;
	}
}

@media only screen and (max-width: 860px) {
	
	.archive-page,
	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content .content,
	.sidebar,
	.sidebar-content .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content,
	.content-sidebar-wrap,
	.site-footer .creds,
	.site-footer .gototop,
	.footer-widgets .wrap,
	.sidebar-secondary,
	.title-area,
	.site-container {
		width: 100%;
		max-width: 100%;
	}
	
	.menu-primary {
		left: 0;
	}
	
	.menu-primary a {
		display: inline-block;
		padding: 3px 9px 3px
	}

	.site-header .wrap {
	    background-image: none;
	}
	
	#text-3 {
	    margin: 0 auto 30px;
	}
}

@media only screen and (max-width: 959px) {

	body {
		width: 100%;
		margin: 0 auto;
	}

	.site-container {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0;
	}
	
	.site-description,
	.site-footer .creds,
	.site-footer .copyright,
	.site-footer .gototop,
	.site-title,
	.title-area {
		float: none;
		text-align: center;
		width: 100%;
	}

	.title-area {
		padding: 10px 0;
	}

	.site-description,
	.site-title a,
	.site-title a:hover {
		padding: 0;
	}

	.site-header .widget-area {
		padding: 0 0 10px;
	}

	.site-header .search-form {
		float: none;
		padding: 0;
		text-align: center;
	}

	.site-header .search-form input[type="search"] {
		margin: 0 -7px 0 0;
	}

	.menu li.right {
		display: none;
	}

	.site-inner {
		padding: 20px 0 0;
	}

	.breadcrumb,
	.pagination,
	.sidebar .widget,
	.taxonomy-description {
		margin: 0 20px 20px;
	}
	
	.content {
		padding: 0;
	}

	.page .page,
	.post,
	.entry-comments,
	#respond {
		padding: 0 20px;
	}

	.author-box {
		margin: 0 20px 40px;
	}
	
	.footer-widgets .widget {
		padding: 20px 20px 0;
	}

	.footer-widgets .wrap {
		padding: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}
	
	/*Sidebar buttons*/
	
	#twitter,
	#youtube,
	#twitter a,
	#youtube a {
	    float: none;
	    margin: 10px auto 0;

	}
	
	#facebook,
	#facebook a {
	    float: none;
	    margin: 0 auto;
	}
	    
    .about-button {
         float: none;
         margin: 20px auto 0;   
    }

}