/*
* - Admin
*/
.cat_image {
	margin: 25px 0 !important;
	background: gainsboro;
	display: block;
	padding: 5px 25px;
}

/*
* - Elements
*/
main#main {
	width: 100%;
}

header.entry-header {
	background-color: #ced1db;
	color: #26477b;
	display: inline-block;
	padding: 3px 20px;
	margin-bottom: 0;
	width: 100%;
}

header.entry-header h2 {
	margin: 10px 0 5px;
	font-weight: bold;
	font-size: 2.5rem;
}

/*
* - Styles for Homepage
*/
#wrapper-hero .upcoming-wrapper {
	position: initial;
	display: block;
	margin: 25px 0;
	border-bottom: 5px solid #ffce71;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	padding-bottom: 10px;
}

#wrapper-hero .upcoming-wrapper .upcoming-events {
	display: block;
	width: 100%;
	color: #fff;
	background: #e9a423;
	padding: 16px 50px;
	text-align: center;
	font-size: 38px;
	line-height: 28px;
	border-bottom: none;
}

#wrapper-hero .upcoming-wrapper .upcoming-events span {
	font-size: 0.4em;
	display: block;
	line-height: 1;
	margin: 10px 0 0;
}

#wrapper-hero .events .jch-view-all {
	margin-top: 10px;
	border-top: none;
	text-align: center;
	background: #e9a423;
	padding: 10px 10px;
	font-size: 16px;
	border-radius: 5px;
}

#wrapper-hero .events .jch-view-all a {
	color: #fff;
	text-decoration: none !important;
	font-weight: initial;
}

#page-wrapper #content div.entry-content h3 {
	background-color: #26477b;
	padding: 20px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	font-size: 26px;
}

#page-wrapper #content div.entry-content h3 ~ p {
	text-align: center;
	font-size: 18px;
	text-decoration: underline;
}
/*
 * - Styles for Organizational Partner Posts ( 2019 - 08 - 05 )
 */
body.organizational-partner .entry-body-wrapper {
	border-top: 1px solid #26477b;
}
body.organizational-partner .entry-body-wrapper .jch-partner-link {
	padding: 10px 0;
	border-top: 1px solid #e9a423;
	border-bottom: 1px solid #e9a423;
	margin-bottom: 20px;
	color: #e9a423;
}
body.organizational-partner .entry-body-wrapper .jch-partner-link a {
	color: #e9a423;
	text-decoration: none;
}
body.organizational-partner .entry-body-wrapper .jch-partner-link a i.fa {
	margin-right: 5px;
}

/*
 * - Styles for Organizational Partner Categories ( 2019 - 08 - 05 )
 */
body.organizational-cat .content-header .entry-body img {
	padding: 0;
	width: 100%;
}
body.organizational-cat .entry-body-wrapper .entry-body .feature-content {
	margin-top: 20px;
}
body.organizational-cat .entry-body-wrapper .entry-body .f-image {
	text-align: center;
	padding: 20px !important;
	min-height: 190px !important;
}
body.organizational-cat .entry-body-wrapper .entry-body .f-image img {
	width: 100%;
	max-width: 150px;
}
body.organizational-cat .entry-body-wrapper .entry-body .f-presenters {
	margin: 0 0 15px !important;
}
body.organizational-cat .entry-body-wrapper .entry-body .f-presenter {
	text-align: left !important;
}
body.organizational-cat .entry-body-wrapper .entry-body .f-presenter a {
	color: #d8ae28 !important;
	text-decoration: none;
}
body.organizational-cat .entry-body-wrapper .entry-body .f-presenter i {
	margin-right: 5px;
}

/*
 * - Styles for Social Panel
 */
div.nc_wrapper.swp_floating_horizontal_wrapper.top {
	-webkit-box-shadow: rgb(37, 71, 123) 0px 5px 14px -12px !important;
	box-shadow: rgb(37, 71, 123) 0px 5px 14px -12px !important;
}
div.swp_social_panel {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

div.swp_social_panel .nc_tweetContainer {
	border-radius: 100% !important;
	height: 33px !important;
	max-width: 33px;
}

div.swp_social_panel .nc_tweetContainer span.iconFiller {
	width: initial !important;
	margin-left: 1px !important;
}

div.swp_social_panel .nc_tweetContainer i.sw {
	color: #fff;
}
div.swp_social_panel .nc_tweetContainer span.swp_share {
	display: none !important;
}

/*
* - Styles for Post Grids
*/
.f-panel .f-date,
.f-panel .f-title {
	margin: 10px auto !important;
}

.f-panel .f-content a.jch-read-more-link {
	background: #e9a423;
	color: #fff;
	border: none;
	text-transform: uppercase;
	padding: 10px 35px;
	min-width: 160px;
}

div.row.feature-panels > div.col-sm-4 {
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

/* ##
 * # Sales Page - Ready to Grow in your Career ( Template Name: JCH Sales Page )
 * ### */

/* ## Common ## */
.sales .jch-w50 {
	margin-bottom: 15px;
}

.sales a.jch-button {
	padding: 10px 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	border-radius: 2px;
	box-shadow: 2px 2px #000;
	background: #e9a424;
	margin: 25px auto 50px !important;
	display: inline-block;
}

.sales .jch-section {
	max-width: 1080px;
	margin: auto;
	width: 85%;
}

.sales .jch-section .jch-sec-title {
	border-bottom: 1px solid #9a8169;
	margin-bottom: 30px;
}

.sales .jch-section h2 {
	margin: 50px 20px 0;
	background: rgb(154, 129, 105);
	padding: 20px;
	color: #fff;
	display: inline-block;
}

.sales .jch-section h4 {
	font-size: 1.5rem;
	max-width: 700px;
	width: 80%;
	margin: 0 auto 20px;
	font-weight: bold;
	color: #26477b;
}

.sales .jch-section h5 {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	margin: 35px auto;
}

.sales .jch-section h5 em {
	display: block;
	margin-top: 25px;
}

.sales .jch-section:not(.jch-sales-meet) p {
	text-align: left;
}

.sales .jch-section .jch-3col {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	margin-top: 40px;
}

.sales .jch-section .jch-3col li {
	width: 28%;
}

.sales .jch-section .jch-4col div {
	width: 22%;
}

.sales .jch-section .jch-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}

.sales .jch-section .jch-grid-single {
	width: 20%;
	padding: 0 2%;
	margin-bottom: 50px;
}

/* ## Intro ## */
.sales .jch-sales-intro {
	margin-bottom: 50px;
}
.sales .jch-sales-intro p {
	max-width: 570px;
	width: 80%;
	margin: 0 auto 10px;
}

.sales .jch-sales-wider-intro {
	margin-bottom: 10px;
}
.sales .jch-sales-wider-intro p {
	max-width: 370px;
	width: 40%;
	margin: 0 auto 10px;
}

/* ## Why ## */
.sales .jch-sales-why .jch-section {
	width: 100%;
	max-width: initial;
}

.sales .jch-sales-why .jch-section:nth-child(2) {
	background-image: url("../images/sales/jch-why-background.jpg");
	padding: 40px 5%;
}

.sales .jch-sales-why .jch-section .jch-sec-title {
	margin-bottom: 0;
}

.sales .jch-sales-why ul li {
	padding: 15px;
	background: rgba(245, 245, 245, 0.55);
	border: 1px solid #e9a424;
}

.sales .jch-sales-why ul li i {
	display: block;
	font-size: 72px;
	color: #e9a424;
	width: 40%;
	margin: 0 auto 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
}

/* ## What's Included ## */
.sales .jch-sales-what .jch-single-inc h5 {
	font-size: 13px;
	margin: 10px auto;
}

.sales .jch-sales-what .jch-single-inc p {
	margin: 5px 0 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	color: #ccc;
}

/* ## Lessons ## */
.sales .jch-sales-lessons .jch-lessons-intro-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #f5f5f5;
	padding: 25px;
	margin: 40px auto;
}

.sales .jch-sales-lessons .jch-lessons-intro-content .jch-lessons-intro-single {
	width: 30%;
}

.sales
.jch-sales-lessons
.jch-lessons-intro-content
.jch-lessons-intro-single
.jch-lessons-intro-single-title {
	font-size: 18px;
	text-transform: uppercase;
	color: #e9a424;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 15px;
	min-height: 1px;
}

.sales .jch-sales-lessons .jch-lessons {
	max-width: 800px;
	margin: auto;
}

.sales .jch-sales-lessons .jch-lessons > img {
	display: block;
	margin: 25px auto;
	max-width: 380px;
}

.sales .jch-sales-lessons .jch-lessons .jch-grid-single {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	text-align: left;
	align-items: center;
	border-bottom: 1px solid #cacaca;
	padding: 30px 20px;
	margin: 0;
}

.sales .jch-sales-lessons .jch-lessons .jch-grid-single:nth-child(even) {
	flex-direction: row-reverse;
	justify-content: flex-start;
	text-align: right;
	background-color: #f3f3f3;
}

.sales .jch-sales-lessons .jch-lessons .jch-grid-single div.jch-grid-img {
	max-width: 280px;
	width: 20%;
	overflow: hidden;
	padding: 10px;
}

.sales .jch-sales-lessons .jch-lessons .jch-grid-single div.jch-grid-img img {
	border-radius: 100%;
	border: 4px solid #e9a424;
	box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.45);
}

.sales .jch-sales-lessons .jch-lessons .jch-grid-single > div.jch-grid-txt {
	width: 68%;
	margin: 0 5%;
}

.sales .jch-sales-lessons .jch-lessons .jch-grid-single > div.jch-grid-txt p {
	margin: 0.5rem 5px;
}

/* ## Meet Instructors ## */

.sales .jch-sales-meet .jch-grid .jch-single {
	width: 22%;
}

.sales .jch-sales-meet .jch-author {
	margin-bottom: 40px;
}
.sales .jch-sales-meet .jch-author img {
	margin-bottom: 15px;
}
.sales .jch-sales-meet .jch-author h4 {
	margin-bottom: 10px;
}
.sales .jch-sales-meet h5.orange {
	background: #e9a424;
	color: #fff;
	padding: 25px 140px;
	text-transform: initial;
}

.jch-sales-meet .jch-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f3f3f3;
}

.jch-sales-meet .jch-wrapper .jch-content {
	padding: 20px 40px;
	max-width: 60%;
}

.jch-sales-meet .jch-wrapper .jch-content p:first-child {
	font-size: 20px;
	line-height: 1.2em;
	border-bottom: 1px solid #ced1db;
	color: #e9a423;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.jch-sales-meet .jch-wrapper .jch-content .jch-button {
	margin: 0 auto !important;
}

/* ## Testimonials ## */

.sales .jch-sales-people .jch-people-testimonial {
	max-width: 480px;
	margin: 25px auto;
	padding: 15px 35px;
	display: inline-block;
	vertical-align: middle;
}

.sales .jch-sales-people .jch-people-testimonial p {
	font-style: italic;
	color: #3c3c3c;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 0 !important;
	display: block;
}

.sales .jch-sales-people .jch-people-testimonial h5 {
	margin: 10px 0;
	text-transform: initial;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	display: inline-block !important;
	width: auto;
	padding: 5px 25px;
	border-top: 1px solid #cacaca;
}

/* ## What's included ## */

.sales .jch-sales-included strong {
	font-weight: bold;
	color: #e9a424;
}

/* ## Brought By ## */

.sales .jch-sales-broughtby {
	color: #fff;
	padding: 50px;
	background: #9a8169;
}

.sales .jch-sales-broughtby h5 {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: bold;
	width: 50%;
	min-width: 300px;
	margin: 10px auto 30px;
}

.sales .jch-sales-broughtby .jch-broughtby-img {
	width: 50%;
	margin: 0 auto 35px;
	background: #fff;
	display: block;
	min-width: 300px;
}

.sales .jch-sales-broughtby em {
	width: 50%;
	display: block;
	margin: auto;
}

/* ## Sales Form ## */

.sales .jch-sales-wp {
	background-image: url("../images/justice-clearinghouse-credit-bg.jpg");
}

.sales .jch-sales-wp > p {
	display: none;
}

.sales .jch-sales-wp .jch-naca-aco {
	width: 100%;
	margin: auto;
	padding: 1%;
	padding-top: 50px;
	background-color: rgba(255, 255, 255, 0.92);
}

.sales .jch-sales-wp .jch-naca-aco label.gfield_label {
	text-align: center;
	display: block;
	margin: 30px 50px;
	font-size: 28px;
}

.sales .jch-sales-wp .jch-naca-aco label.gfield_label .gfield_required {
	color: #e9a423;
}

.sales .jch-sales-wp .jch-naca-aco .ginput_container_radio {
	max-width: 600px;
	width: 80%;
	margin: auto;
	background: #f3f3f3;
	padding: 30px 20px;
	border: 2px solid #e9a423;
	border-radius: 10px;
	box-shadow: 0 5px 10px -3px rgba(233, 164, 35, 0.45);
}

.sales
.jch-sales-wp
.jch-naca-aco
.ginput_container_radio
ul.gfield_radio
> li {
	min-height: 30px;
	display: flex;
	align-items: center;
}
.gform_legacy_markup_wrapper.gf_browser_chrome
ul.gform_fields
li.gfield
input[type="radio"] {
	width: auto;
}

.sales
.jch-sales-wp
.jch-naca-aco
.ginput_container_radio
ul.gfield_radio
> li
> input {
	margin: 0 10px 0 5px;
}

.sales
.jch-sales-wp
.jch-naca-aco
.ginput_container_radio
ul.gfield_radio
> li
> label {
	line-height: 1.2em;
	margin-top: 4px;
	font-weight: 500;
	font-size: 16px;
	color: #26477b;
	font-style: italic;
}

.sales .jch-sales-wp .jch-naca-aco .gfield_description {
	max-width: 600px;
	width: 85%;
	margin: auto;
	text-align: center;
	font-style: italic;
	color: #9a8169;
	border-top: 1px solid #9a8169;
	border-bottom: 1px solid #9a8169;
	margin-top: 25px;
	padding: 25px 0;
}

.sales .jch-sales-wp .jch-naca-aco .gform_button {
	display: block;
	margin: auto;
	width: 85%;
	max-width: 400px;
	padding: 10px 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	border-radius: 2px;
	box-shadow: 2px 2px #000;
	background: #e9a424;
}

@media only screen and (max-width: 1024px) {
	.jch-sales-meet .jch-wrapper {
		max-width: 600px;
		margin: auto;
		flex-wrap: wrap;
	}

	.jch-sales-meet .jch-wrapper .jch-picture {
		width: 100%;
		max-width: 600px;
		margin: auto;
	}

	.jch-sales-meet .jch-wrapper .jch-content {
		width: 100%;
		max-width: initial;
		padding: 50px 30px;
	}
}

@media only screen and (max-width: 767px) {
	.sales h2 {
		font-size: 1.5rem;
	}

	.sales .jch-section .jch-3col {
		flex-wrap: wrap;
	}

	.sales .jch-section .jch-3col li {
		width: 100%;
		margin: 25px;
	}

	.sales .jch-section h4 {
		font-size: 1.2rem;
		line-height: 1.3em;
	}

	.sales .jch-section .jch-grid-single {
		width: 50%;
	}

	.sales
	.jch-sales-lessons
	.jch-lessons-intro-content
	.jch-lessons-intro-single {
		width: 100%;
		margin-bottom: 60px;
	}

	.sales .jch-sales-lessons .jch-lessons .jch-grid-single {
		justify-content: center;
	}

	.sales .jch-sales-lessons .jch-lessons .jch-grid-single div.jch-grid-img {
		width: 100%;
		margin-bottom: 15px;
	}

	.sales .jch-sales-lessons .jch-lessons .jch-grid-single > div.jch-grid-txt {
		width: 100%;
		text-align: center;
	}

	.sales .jch-sales-meet h5.orange {
		padding: 25px;
		font-size: 1.1rem;
		line-height: 1.3em;
		text-transform: initial;
	}

	.sales .jch-sales-meet .jch-grid .jch-single {
		width: 42%;
	}

	.sales .jch-sales-broughtby .jch-broughtby-img {
		padding: 50px;
	}

	.sales .jch-sales-broughtby em {
		width: 100%;
	}
}
