@import url('base.css');

.clear {
	clear:both;
}
.req {
	font-size:12px;
	color:#FF0000;
}


ul.searchResults {
	list-style:none;
	padding:0;
	margin:0;
}
ul.searchResults li {
	list-style:none;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	border-bottom:1px solid #CCC;
	line-height:24px;
}
ul.searchResults li h1 {
	font-size:20px;
	margin:0 0 5px 0;
	padding:0;
}
ul.searchResults li h2 {
	font-size:17px;
	color:#6cbdc4;
	margin:0 0 5px 0;
	padding:0;
}
ul.searchResults li h2 a {
	color:#6cbdc4;
}
/*.pagination {
	border:1px solid #CCC;
	display:block;
	padding:20px;
}*/



#map {
	height: 500px;
	width: 100%;
}

#portal-tabs {
	margin-bottom: 15px;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
	color:inherit !important;
}

img.mod-db-img {
	float:right;
	width:250px;
	margin:0 0 20px 20px;
}
@media (max-width:768px) { /* BOOTSTRAP BREAK */
	img.mod-db-img {
		width:190px;
		margin:0 0 10px 10px;
	}
}
@media (max-width:500px) {
	img.mod-db-img {
		float:none;
		width:100%;
		display:block;
		margin:0 0 15px 0;
	}
}
.photo-theme-buttons {
	text-align:center;
	padding:0 0 15px 0;
}
.btn-icon-larger {
	padding:1px 12px;
	font-size:25px;
}

#jobForm {
	font-size:13px !important;
}
.tab-content {
	margin-top:15px;
}
ul.calendar-cats {
	margin: 0;
	padding: 0;
}
ul.calendar-cats li {
	list-style: none;
	float: left;
	text-align: left;
	overflow: hidden;
	width: 188px;
	margin: 2px;
	padding: 4px;
	font-size: 10pt;
	color: #000000;
	border: 1px solid #cccccc;
	cursor: pointer;
}
.calendar-cats li input[type=checkbox] {
	margin-right: 3px;
}
@media (max-width: 480px) {
	ul.calendar-cats li {
		width: auto;
	}
}
.fc button {
	text-transform: capitalize;
}
.fc-event {
	border: 0;
	padding: 6px;
	font-size: 12px;
	border-radius: 0px;
	cursor: pointer;
}
.fc-event:hover {
	color: #ffffff !important;
	background-color: #3875d7 !important;
}
.forms-alert {
	display: none;
	float: left;
	width: 100%;
	margin: 14px 0 0;
	padding: 8px;
}
.registrations-notice {
	float: left;
	width: 100%;
	margin: 20px 0 0;
}
#testimonials-filter {
	margin:5px 0;
}
.cbp-filter-item {
	float:left;
	border:1px solid #CCC;
	background-color:#EEE;
	cursor:pointer;
	color:#555;
	padding:5px 10px;
	margin:0 0 10px 15px;
	line-height:20px;
	font-size:15px;
}
.cbp-filter-item:hover {
	background-color:#FFF;
}
.cbp-filter-item.cbp-filter-item-active {
	background-color:#3875D7;
	border:1px solid #3875D7;
	color:#FFF;
}
.cbp-item {

}
.cbp-item,
.cbp-item p {
	font-size:14px;
	line-height:22px;
}
.cbp-item article {
	background-color:#EFEFEF;
	color:#000;
}
.cbp-item blockquote {
	border-left:5px solid #CCC;
}
.cbp-item footer {
	background:none;
	font-size:17px;
	font-style:italic;
}
/*** DROPZONE ***/
.dropzone {
	border: 2px dashed #AAA;
}
.dz-default {
	font-size: 36px;
}
.dz-default .fa {
	font-size: 48px;
}

.staff-person {
	float: left;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	width: 100%;
	text-align: center;
}
.staff-person h2 {
	font-size: 18px;
	margin: 10px;
	height: 45px;
}
.staff-person p {
	font-size: 14px;
	margin: 0;
}
.clearfix {
	clear: both;
}
@media (min-width: 600px) {
	.staff-person {
		width: 33.33333333%;
	}
}
@media (min-width: 900px) {
	.staff-person {
		width: 25%;
	}
}
.headshot {
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	box-shadow: inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
	transition: all .4s ease-in-out;
}
.headshot img {
	max-width: 100%;
	position: relative;
	z-index: -1;
}
.headshot-overlay {
	position: absolute;
	background: rgba(46, 178, 189, 0.8);
	border-radius: 50%;
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	transform: scale(0);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	cursor:pointer;
}
.headshot-overlay-inner {
	display: table;
	height: 100%;
	width: 100%;
	text-align: center;
}
.headshot-overlay-text h2 {
	color:#FFF;
	text-align:center !important;
}
.headshot-overlay-text {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	color:#FFF;
}
.headshot:hover {
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.headshot:hover .headshot-overlay {
	transform: scale(1);
	opacity: 1;
}

#user-profile-image {
	float:right;
	width:200px;
	margin:0 0 20px 20px;
}
.swal2-modal .btn + .btn {
	margin-left: 5px;
}

.job-category {
	text-align: center;
	text-transform: uppercase;
}

.job-category a {
	text-decoration: none;
	color: #000;
}

.job-category .fa {
	font-size: 96px;
	display: block;
	-webkit-transition: .2s all;
	-moz-transition: .2s all;
	transition: .2s all;
}

.job-category a:hover .fa {
	font-size: 128px;
}

fieldset.ppg_folder {

}
fieldset.ppg_folder legend {

}
fieldset.ppg_folder ul {
	list-style:none;
	padding:0;
	margin:0;
}
fieldset.ppg_folder li {
	list-style:none;
	padding:10px;
	margin:0 0 10px 0;
	background-color:#f8f8f8;
}
div.ppg_title {

}
div.ppg_desc {
	line-height:19px;
	font-size:12px;
}

.image-check .option:nth-child(odd) {
	clear: both;
}

/* blog styles */
.display-block {
	display: block;
}
.blog-sidebar-title {
	text-transform: uppercase;
	font-size: 20px;
	padding-bottom: 15px;
	border-bottom:1px solid #e6e6e6;
	margin-top: 20px;
}
.blog-read-more {
	color: #236989;
	text-transform:uppercase;
}
.blog-after-title {
	margin-top: 12px;
}
#read-more:hover {
	cursor: pointer;
}
#save-blog-about-text {
	float: right;
	margin: 12px;
}
.blog-sidebar-link a {
	display:block;
	border-bottom:1px solid #e6e6e6;
	padding:5px 0;
	color:#555;
}
.blog-sidebar-link a:hover {
	color: #236989;
}
.blog-sidebar-link-block .blog-sidebar-link:last-child a {
	border-bottom:none;
}

.blog-post {
	
}
.blog-image {
    width: 100%;
    height: auto;
    margin: 6px 20px 0 0;
}
@media (max-width:992px) {
	.blog-image {
		float: right;
		width: 180px;
		margin: 6px 0 0 20px;
	}
}
@media (max-width:420px) {
	.blog-image {
		float: none;
		width: 100%;
		margin: 0 0 0 0;
	}
}
.blog-image img {
	width:100%;
	height:auto;
	margin-bottom:20px;
}
h2.blog-title {
	padding:0;
	margin:0 0 10px 0;
	font-size:22px;
	font-weight:normal;
	text-transform:none;
}
.blog-date {
	font-size:13px;
}
.blog-content {
	border-top:1px solid #e6e6e6;
	padding:15px 0;
	margin:15px 0;
}
.blog-content,
.blog-content p {
	font-size:14px;
	line-height:19px;
}
.blog-foot {
	
}
.blog-foot-list {
	
}
.blog-foot-list a {
	color:#236989;
}
.blog-foot .blog-foot-list:last-child {
	border-bottom:1px solid #e6e6e6;
	margin-bottom:15px;
	padding-bottom:15px;
}
#about-my-blog {
	font-size:13px;
	line-height:16px;
}
.blog-signature {
	background-color:#E7E7E7;
	padding:20px;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:20px;
}
.blog-signature-left {
	float:left;
	width:20%;
}
.blog-signature-right {
	float:right;
	width:80%;
	padding-left:20px;
	box-sizing:border-box;
}
.blog-signature-clear {
	clear:both;
}
.blog-signature-photo {
	width:100%;
	height:auto;
}
.blog-signature-name {
	font-size:18px;
	margin-bottom:20px;
}
.blog-signature-about,
.blog-signature-about p {
	font-size:14px;
	line-height:18px;
}
.blog-signature-button {
	margin-top:20px;
}
.blog-signature-button button {
	border: 1px solid #CCC;
    background-color: #FFF;
    color: #555;
    text-align: center;
    padding: 10px 40px;
    text-transform: uppercase;
    font-size: 14px;
    cursor:pointer;
}
.blog-summary {
	border-bottom:1px solid #e6e6e6;
	padding:30px 0;
	margin:30px 0;
}
.blog-summary:first-child {
	padding-top:0;
	margin-top:0;
}
.blog-summary:last-child {
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}
.blog-image-sq {
	width:200px;
	height:200px;
	margin-right:20px;
	background: center/cover no-repeat;
	float:left;
}
.blog-short-clear {
	clear:both;
}
.blog-short {

}
.blog-short-readmore {
	text-transform:uppercase;
}
.blog-h1 {
	text-align:center;
	margin:0 0 20px 0;
	padding:0;
	font-size:22px;
	font-weight:normal;
}
.blog-search-btn {
    padding: 7px 12px;
    border: 2px solid #DDD;
    background-color: #EEE;
    cursor:pointer;
}
.blog-search-btn:hover {
	background-color:#FFF;
}
.categories {
	padding: 12px;
	/*background-color: rgba(194, 194, 194, 0.4);*/
	margin: 24px 12px;
}
.edit-categories-title {
	font-size: 24px;
}
.btn-add-category {
	margin: 12px;
}
.btn-remove-category {
	padding: 6px;
	background-color: #D44946;
	color: white;
}
.btn-remove-category:hover {
	cursor: pointer;
}