/*
Theme Name: ACRP WordPress Theme
Theme URI: https://www.webdevelopmentgroup.com
Description: A custom WordPress theme developed by WDG for ACRP
Author: The Web Development Group
Author URL: http://www.webdevelopmentgroup.com/
Team: See humans.txt
Version: 0.5.0
*/

.widget-filters h4 {
	margin-bottom: 15px;
	font-size: 20px;
	color: #222c3a;
	font-weight: 700;
}
.widgets .widget-filters .widget__body {
	padding-top: 0;
}

.widget-filters .form__checkbox li label:before {
	margin: 0 !important;
	top: -2px !important;
}

.widget-filters .actions {
	border-top: 2px solid #109ecd;
	margin-top: 30px;
}

.widget-filters .more-roles,
.widget-filters .less-roles {
	position: relative;
	display: block;
	text-transform: uppercase;
	font-size: 22px;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 700;
	text-align: center;
	padding-top: 10px;
	transition: color 0.3s;
}
.widget-filters .more-roles span,
.widget-filters .less-roles span {
	position: absolute;
	font-weight: 200;
	display: inline-block;
	font-size: 40px;
}

.widget-filters .more-roles,
.widget-filters .less-roles {
	margin-left: -20px;
}

.widget-filters .more-roles span {
	top: -3px;
	right: 15px;
	transform: rotate(90deg) scaleY(1.3);
}
.widget-filters .less-roles span {
	top: -3px;
	right: 25px;
	transform: rotate(-90deg) scaleY(1.3);
}

.widget-filters .more-roles.hidden,
.widget-filters .less-roles.hidden {
	display: none;
}

@media (max-width: 999px) {
	.widget-filters .more-roles,
	.widget-filters .less-roles {
		font-size: 18px;
	}
	.widget-filters .more-roles span,
	.widget-filters .less-roles span {
		font-size: 28px;
	}

	.widget-filters .more-roles span {
		top: 2px;
		right: 10px;
	}
	.widget-filters .less-roles span {
		top: 2px;
		right: 15px;
	}
}

@media (max-width: 767px) {
	.widget-filters .more-roles span,
	.widget-filters .less-roles span {
		position: relative;
	}

	.widget-filters .more-roles span {
		margin-left: 20px;
	}
	.widget-filters .less-roles span {
		margin-left: 18px;
	}
}

@media (max-width: 999px) {
	.section-listing .section__body .wrap .section__sidebar {
		flex: none;
	}
	.section-listing .result {
		width: 80%;
	}
}

.non-member-popup {
	background: #212b3b;
	color: #fff;
	padding: 38px 0 15px;
	text-align: center;
}
.non-member-popup h2 {
	font-size: 26px;
}
.non-member-popup .btn {
	color: #fff;
	background-color: #109ecd;
	text-align: center;
	border-radius: 5px;
	padding: 11px 20px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
}
.non-member-popup h4 {
	font-size: 22px;
	margin-top: 39px;
}

.popup {
	max-width: 232px;
	padding: 21px 34px 65px;
	border: 2px solid #c9cfd2;
	position: fixed;
	display: block;
	bottom: 0px;
	background: #fff;
	right: 58px;
	z-index: 999;
}
.popup.hidden {
	display: none;
}
.popup .popup_content .button {
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	padding: 1.5em 0;
}
.popup .popup_content h2 {
	color: #5e6a71;
	font-size: 33px;
	font-weight: 500;
	margin: 27px 0 13px;
}
.popup .popup_content p {
	margin: 0 0 31px;
}
.popup .close {
	position: absolute;
	right: 12px;
	top: 12px;
	width: 12px;
	height: 12px;
	opacity: 0.3;
}
.popup .close:hover {
	opacity: 1;
}
.popup .close:before,
.popup .close:after {
	position: absolute;
	left: 5px;
	content: " ";
	height: 12px;
	width: 2px;
	background-color: #333;
}
.popup .close:before {
	transform: rotate(45deg);
}
.popup .close:after {
	transform: rotate(-45deg);
}

@media (max-width: 767px) {
	.popup {
		max-width: 100%;
		right: 0;
	}
}

.primary .nav--primary > ul > li > a > span {
	width: 98%;
	letter-spacing: -0.02em;
	line-height: 4.63em;
}

.primary .nav--primary > ul > li {
	border: solid transparent;
	border-width: 0 1px;
	flex: none !important;
	min-height: none !important;
	padding: 0 25px;
	height: 4.63em;
}

.primary .nav--primary > ul > li > a > span {
	left: none !important;
	position: unset !important;
	top: none !important;
	transform: none !important;
	width: none !important`;
}
.primary .nav--primary > ul > li.mega-menu-item--business-services {
	min-width: 0 !important;
}

@media (max-width: 999px) {
	.primary .nav--primary > ul > li {
		padding: 0 16px;
	}
}

.primary .nav--primary > ul > li > .mega-menu-content {
	top: 5.625em;
}

body .flex-layout-news-events .right-column {
	padding-bottom: 25px;
}

/* ------------------------------------------------------------ *\
	RSS Feed Shortcode
\* ------------------------------------------------------------ */

.section-careers-shortcode .boxes {
	display: flex;
	flex-wrap: wrap;
}

.section-careers-shortcode .box {
	width: 25%;
}

.section-careers-shortcode .box .box__title h4 {
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 700;
	color: #5e6a71;
	padding: 0;
	margin-bottom: 20px;
}

.section-careers-shortcode .box .box__content ul {
	list-style: none;
	font-family: "brandon-grotesque", sans-serif;
	padding: 0;
	margin: 0;
}

.section-careers-shortcode .box .box__content li {
	margin-bottom: 20px;
}

@media (max-width: 1024px) {
	.section-careers-shortcode .box {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.section-careers-shortcode .box {
		width: 100%;
	}
}

/* ------------------------------------------------------------ *\
	RSS Feed Widget
\* ------------------------------------------------------------ */

.section-career-widget{
	padding-bottom: 35px;
}

.section-career-widget .section__head {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 26px;
}

.section-career-widget .section__head:after {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 0;
	width: 28px;
	height: 2px;
	border-color: #109ecd;
	border-style: solid;
	border-width: 0 0 2px;
}

.section-career-widget .section__image img {
	width: 14px;
}

.section-career-widget .section__title {
	padding-left: 5px;
}

.section-career-widget .section__title h4 {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	color: #109ecd;
	font-size: 16px;
	letter-spacing: 0.04em;
}

.section-career-widget .section__content {
	padding-left: 40px;
}

.section-career-widget .section__content ul {
	padding: 0;
	margin: 0;
}

.section-career-widget .section__content li {
	font-size: 18px;
	font-family: "proxima-nova", sans-serif;
	padding: 0;
	margin: 0;
}

/* ------------------------------------------------------------ *\
	RSS Feed Single Post
\* ------------------------------------------------------------ */

.section-careers-post .section__head {
	position: relative;
	margin-bottom: 27px;
}

.section-careers-post .section__head:after {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 0;
	width: 23px;
	height: 2px;
	border-color: #109ecd;
	border-style: solid;
	border-width: 0 0 2px;
}

.section-careers-post .section__head h3 {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
}

.section-careers-post .items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.section-careers-post .item {
	width: calc(33.33% - 40px);
	margin-bottom: 40px;
	padding: 0 20px;
}

.section-careers-post .item .item__title {
	font-weight: 700;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 21px;
	line-height: 1;
}

.section-careers-post .item .item__location p {
	padding: 0;
	margin: 0;
	font-weight: 700;
}

@media (max-width: 1024px) {
	.section-careers-post .item {
		width: calc(50% - 40px);
		margin-bottom: 40px;
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.section-careers-post .items {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
	}

	.section-careers-post .item {
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
	}
}

/*Footer Socials overwrites*/
.footer-social > ul{
	display: flex !important;
	align-items: center !important;
}

.footer-social ul li.img-social{
	display: flex;
}

.footer-social ul li.img-social a{
	display: inline-flex;
}

.footer-social ul li.img-social img{
	max-height: 20px;
	width: auto;
}

body .span-5{
	text-align: center;
	margin-right: 0 !important;
	width: 20% ;
}

