/* 
Version: 1.0.23
* 
/*Style CSS*/
.page-id-6 .nav {
	display: none;
}
.section-padding {
	padding: 0px;
}
hr {
	width: 100%;
}
ol {
	margin-left: 50px;
	font-size: 18px;
}
ul {
	margin-left: 30px;
	font-size: 18px;
}
.so-panel {
	margin-bottom: 0px !important;
}
.single-franchises #post-details .container {
		width: 100%;
	padding: 0px;
	overflow: hidden;
}
.single-franchises .col-lg-8 {
	width: 100%;
}
.page-template-page-full-width #post-details .container {
	width: 100%;
	padding: 0px;
	overflow: hidden;
}
.widget-title {
	display: none;
}
.widget {
	padding: 0px;
}
.post-details-area {
	padding: 0px;
	overflow: hidden;
	background: #eee;
}
.post-content img {
	margin-bottom: 0px;
}
.post-content p {
	margin-bottom: 0px;
}
.feed-content .home-content {
	transition: 0.5s ease;
}
/*Bootstrap*/
.navbar {
	min-height: 100px;
}
.navbar-brand {
	padding-top: 7px
}
.custom-logo {
	width: 250px;
	height: auto;
}
.half-page-title {
	width: 100%;
	font-size: 30px !important;
	border-bottom: 2px solid;
	margin-bottom: 10px;
}

.widget li {
	padding: 0px;
	border-bottom: 0px;
}
.menu .navbar-default .navbar-nav>li>a, .dropdown-menu>li>a {
	font-size: 16px;
}

/* HOME PAGE */
.home-half-left-container, .home-half-right-container {
	width: 50%;
}
.home-half-left-container .home-half-content {
	padding-right: 30px;
}
.home-half-right-container .home-half-content {
	padding-left: 30px;
	display: flex;
	flex-direction: column;
}
.home-half-content p {
	line-height: 22px;
	padding-bottom: 10px;
}
/* Custom Bootstrap */
.navbar .container {
	height: 100px;
}
.sm-button-1 {
	background-color: #7d9bc0;
	color: white;
	padding: 10px;
	border-radius: 5px;
	margin: 5px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 12px;
	width: 90px;
	height: 45px;
	display: flex;
	float: left;
}
.sm-button-1 a {
	color: white;
	text-transform: UPPERCASE;
	font-weight: 600;
}

.page-template-page-full-height #footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
}
.page-template-page-full-height #head {
	top: 0px;
	width: 100%;
	z-index: 999;
}
.page-template-page-full-height .section-padding {
	top: 0px;
	width: 100%;
}
.page-template-page-full-height .section-padding .container {
	width:100%;
	padding: 0px;
}
.full-height-template {
	height: 100vh;
	min-height: 750px;
}
.panel-grid {
	margin-bottom: 0px !important;
}
.navbar-right {
	padding-top: 23px;
}
.dropdown-menu {
	z-index: 999999;
}
.nav li {
	border-bottom: 0px; 
}
.splash-headshot-socials i {
	margin-left: 3px;
	margin-right: 3px;
}
@media (min-width: 1400px) {
.container {
    width: 1370px;
}
}
.navbar-default {
	z-index: 999999;
}
.page-template .panel-grid {
	width: 100%;
	flex-direction: column;
}
.page-template .panel-grid-cell {
		display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1340px !important;
	margin: auto;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
/* Splash Page */
.single-franchises .panel-grid {
	width: 100%;
	flex-direction: column;
}
.single-franchises .panel-grid-cell {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1350px !important;
	margin: auto;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.single-franchises .panel-grid:nth-child(2n + 3) {
    background-color: #fff;
}
.single-franchises .panel-grid:nth-child(2) {
    background-color: #eee;
}
.single-franchises .panel-grid:nth-last-child(1) {
    /*background: url('https://alpha.schooleymitchell.com/wp-content/uploads/2022/04/background-with-overlay-1024x687.png');*/
	background: #bbb;
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
}
/*Custom CSS*/
/* 404 Page */
.not-found {
	display: flex;
	width: 100%;
	height: 100vh;
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
}
.not-found img {
	padding-bottom: 20px;
}
.not-found h4 {
	font-size: 25px;
	color: #12456c;
}
.not-found-left, .not-found-right {
	width: 50%;
	float: left;
	padding: 10px;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	align-content: center;
	
}
.not-found-left img {
	width: 80%;
	margin: auto;
}
.not-found-button-row {
	padding:20px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-height: 515px;
	overflow-y: auto;
}
.gallery figure {
	margin: 3px 0;
}
.gallery .gallery-item {
	width: 250px;
}
.gallery .gallery-icon  {
	 filter: grayscale(100%);
	border-radius: 5px;
	height:200px;
	width: 200px;
	margin: auto;
	display:flex;
	align-items: center;
	padding: 5px;
	justify-content: center;
}
.gallery .gallery-icon a {
	pointer-events: none
}
.gallery .gallery-icon:hover {
	filter: none;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
	transition: 0.5s ease;
}
/* width */
.gallery::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.gallery::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.gallery::-webkit-scrollbar-thumb {
  background: #464646; 
}

/* Handle on hover */
.gallery::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.main-header-image {
	
	position: relative;
	top: 0;
	left: 0;
	min-width: 100vw !important;
}
.main-header-video {
	width: 100vw;
	position: relative;
	top:0;
	left:0;
}
.main-header-overlay-container {
	width: 1370px;
	margin: auto;
}
.main-header-overlay {
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	height: 700px;
	background: rgba(0,0,0,0.5);
		display: flex;
	align-items: left;
	justify-content: center;
	flex-direction: column;
}
.main-header-container {
	width: 100%;
	position: relative;
	height: 700px;
	justify-content: center;
	align-items: center;
	text-align:center;
	color: white;
	object-fit:contain;
	overflow: hidden;
	display: flex;
}
.main-header-container h2, .main-header-container h3{
	margin-bottom: 25px;
}
.main-header-container .search-form {
	display: inline-block;
	padding: 1px;
	border-radius: 5px;
	width: 0px;
	opacity: 100%;
	height: 30px;
	transition: 0.25s ease-in;
}
.main-header-container .search-field {
	height: 28px;
	width: 100%;
	border-radius: 5px;
	margin-left: 10px;
	color: #3d3d3d;
	font-size: 18px;
	line-height: 28px;
	opacity: 0%;
		transition: 0.25s ease-in
}
.main-header-container .search-form label {
	margin-bottom: 0px !important;
}
.main-header-container .search-submit {
	display: none;
}
.main-header-container .main-header-button-container {
	width: 1350px;
  padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	white-space:nowrap;
	float:left;
	transition: 0.35s ease-in-out;
}
.home-about-container {
	display: flex;
	justify-content: space-evenly;
}

.home-about-container .splash-office-information p {
	line-height: 22px;
}
.main-header-text {
	width: 50%;
	text-align: left;
	margin-left: 15px;
}
.main-header-text h1 {
  font-size: 36px;
}
.main-header-text h2 {
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
}
.main-header-container .sm-button-1 {
	padding: 5px 20px 5px 20px;
	font-weight: 600;
	margin: 0;
}
.main-services-container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 100px;
}
.main-services-item {
	width: 300px;
	height: 300px;
	background: grey;
	text-align: center;
	margin: 15px;
	color: white;
	font-weight: 600;
}
.main-services-item-overlay {
	width: 300px;
	height: 300px;
		display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	background: rgba(0,0,0,0.5);
		white-space: nowrap;
}

.main-services-item:hover {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
	transition: 0.3s ease;
}
.main-services-item:hover > .main-services-item-overlay {
	background: rgba(0,0,0,0.25);
	transition: 0.3s ease-in-out;
}
/* Splash Page */
.splash-header-container{
	width: 100vw;
	height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	color: white;
	background-image: url('https://alpha.schooleymitchell.com/wp-content/uploads/2022/03/stock-city-photo-1024x683.jpeg');
	background-size: cover;
	background-position: center;
}
.splash-header-overlay {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
}
.splash-header-location h2 {
	font-size: 32px;
	margin-bottom: 25px;
	width: 100%;
	margin-top: 15px;
	font-weight: 600;
}
.splash-header-location h4 {
	font-size: 24px;
	margin: 10px;
	width: 80px;
	margin: auto;
	margin-top: -12px;
	font-weight: 500;
}
.splash-header-line-container {
	display: flex;
}
.splash-header-line {
	border-top: 2px solid;
	width: 215px;
}
.splash-headshot-container {
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #eee;
	
}
.splash-headshot {
	width: 300px;
	text-align: center;
	padding-bottom: 30px;
	margin-left: 50px;
	margin-right: 50px;
}
.splash-headshot-image {
	width: 200px;
	height: 200px;
	background: #fff;
	margin: auto;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
	margin-bottom: 10px;
}
.splash-headshot-container .splash-headshot-image {
		margin-top: -100px;
}
.splash-headshot-image img {
	width: 165px;
	margin-top: 10px;
}
.splash-headshot-titles h4 {
	font-size: 28px;
	margin-bottom: 5px;
}
.splash-headshot-titles h5 {
	font-size: 16px;
	color: #7d9bc0;
	margin-bottom: 5px;
}
.splash-headshot-phone span {
	font-size: 16px;
	width: 100%;
	float: left;
}
.splash-headshot-socials {
	padding: 5px;
	margin-bottom: 80px;
	width: 100%;
	float: left;
	text-align: center;
}
.splash-headshot-socials i {
	background: #3b3b3b;
	color: white;
	padding: 10px;
	font-size: 16px;
	border-radius: 50%;
}
.splash-headshot-socials i:hover {
	background: #7d9bc0;
	transition: background-color 0.5s ease;
}
.splash-office-container {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}
.widget_splash_office_widget {
	display: flex;
}
.splash-office-information {
	display: flex;
	flex-direction: column;
	width: 50%;
	padding-right: 50px;
}
.splash-office-information span {
	float: left;
	padding-left: 10px;
}
.splash-office-icon {
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background: #3b3b3b;
	color: white;
	font-size: 16px;
	border-radius: 50%;
}
.splash-office-information-table-row {
	width: 100%;
	padding-bottom: 10px;
	float: left;
}
.splash-office-information-table-row:hover {
	color: #7d9bc0 !important;
	transition: background-color 0.5s ease;
}
.splash-office-information-table-row:hover > .splash-office-icon {
	background-color: #7d9bc0;
	transition: background-color 0.5s ease;
}
.splash-office-button-container {
	float: left;
	margin-top: 10px;
	width: 100%;
	display: flex;
}
.splash-office-button-container .sm-button-1 {
	width: 40%;
	text-align: center;
	padding: 5px;
}
.splash-services-table {
	font-size: 48px;
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.splash-animated-video {
	width: 100%;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.splash-animated-video-container{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.splash-title-line-container {
	display: flex;
	justify-content: center;
	width: 1350px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: center;
}
.splash-title-line-container h4 {
	font-size: 30px;
	margin-top: -15px;
	padding-left: 20px;
	padding-right: 20px;
	width: 700px;
	white-space: nowrap;
}
.splash-team-container {
	background: #eee;
}
.splash-title-line {
	border-top: 2px solid;
	width: 100%;
}
.clients-container {
	width: 1400px;
	display: flex;
	justify-content: center;
}
.clients-row {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.clients-cell {
	width: 280px;
	text-align:center;
}
.clients-logo {
	 filter: grayscale(100%);
	border-radius: 5px;
}
.clients-logo:hover{
	filter: none;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
	transition: 0.5s ease;
}

.splash-testimonial-container {
	width: 100%;
	display: flex;
	justify-content: center;
}
.splash-testimonial-single-container {
	width: 350px;
	border-radius: 5px;
	background: #fff;
	margin: 0 50px 120px 50px;
	padding: 20px;
	text-align: center;
	box-shadow: rgb(0 0 0 / 20%) 0px 4px 10px;
}
.splash-testimonial-single-container:hover > .splash-testimonial-logo  {
	filter: none;
}
.splash-testimonial-single-container:hover {
		box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
	transition: 0.5s ease;
}
.splash-testimonial-logo {
	padding-bottom: 10px;
	height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.splash-testimonial-text {
	height: 200px;
	overflow-y: hidden;
	background: #fff;
  margin-bottom: 20px;
	pointer-events: none;
	font-size: 15px;
}

.splash-testimonials-button {
	padding: 5px;
	width: 150px;
	margin: auto;
	font-size: 16px;
}
.splash-contact-container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 30px;
}

.splash-contact-description {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
	margin: auto;
	height: 400px;
	padding: 0px 50px 0px 0px;
		color: white;
}
.splash-contact-description p {
	color: white;
}

.splash-contact-description ul {
		padding-top: 20px;
	padding-bottom: 15px;
}
.splash-contact-form-container {
	display: flex;
	margin-top: -50px;
	width: 50%;
	justify-content: center;
	align-items: center;
	background: white;
	border-radius: 3px;
	padding: 30px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);

}
.form-field input {
	background: #eee;
	border: none;
	padding: 10px;
	margin: 5px;
	width: 100%;
}
.splash-contact-form {
	width: 100%;
}
.splash-contact-send-button {
	background-color: #7d9bc0 !important;
	color: white;
	padding: 10px;
	border-radius: 5px;
	margin: 5px;
	width: 100%;
	outline: none;
	border: none;
}
.splash-contact-send-button:hover {
	background: #12456c !important;
	transition: 0.5s ease;
}
.splash-contact-form #message-input  {
	background: #eee;
	border: none;
	padding: 10px;
	margin: 5px;
	width: 100%;
	resize: none;
}
.splash-toggle-button-container {
	padding: 10px;
	width: 100vw;
	text-align: center;
	background: #242424;
}

.toggle-button {
	outline: none;
	border: none;
	padding: 5px;
	color: white;
	background: transparent;
	border: 1px solid #7d9bc0;
font-weight: 600;
	width: 150px;
	font-size: 15px;
		transition: 0.3s ease;
}
.toggle-button:hover {
	background: #464646;
}
.button-toggled {
	background: #7d9bc0 !important;
}
#toggleHome {
	border-radius: 5px 0px 0px 5px
}
#toggleNews {
	border-radius: 0px 5px 5px 0px
}
.search-content {
	width: 800px;
	background: white;
	padding: 20px;

		box-shadow: rgb(0 0 0 / 20%) 0px 4px 10px;
	transition: 0.5s ease;
}
.entry-header h1 {
	padding: 10px 0px 10px 0px;
	font-size: 36px;
}
.entry-footer {
	color: #7d9bc0;
	font-weight: 600;
	font-size: 15px;
}
.entry-thumbnail img {
	width: auto;
	margin: auto;
}
.entry-summary {
	padding: 0px 0px 10px 0px;
}
.search-content:hover {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.post-sidebar {
	width: 33%;
	float: right;
	padding: 30px 40px 0px 0px;
}
.franchises-template-default .post-sidebar, .franchises-template-default .post-title-header, .franchises-template-default .posted-on {
	display: none;
}
.single-blogs .post-details-area {
	margin-top: -100px;
	display: block;
	position: relative;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
	padding: 0px 20px 0px 20px;
	margin-bottom: 50px;
	background: white;
	border-radius: 7px;
}
.single-blog-back-button {
	background: #7d9bc0;
	padding: 5px 30px;
	margin-right: 20px;
	transition: 0.25s ease-in-out;
	border-radius: 5px;
}
.single-blog-back-button:hover {
	background: #12456c;
}
.single-blog-top a {
	color: white !important;
	font-size: 18px;
}

.single-blogs .post-details-area h3 {
	font-size: 22px;
	margin-bottom: 20px;
}
.single-blogs .post-details-area a {
	color: #7d9bc0;
}
.single-blogs .caption {
	padding: 30px 40px 0px 30px;
}
.post-title-header {
	font-size: 36px !important;
	margin: 0 !important;
	padding-top: 20px;
	padding-bottom: 20px;
}
.single-blogs .post-posted-on {
	font-weight: 600;
	font-size: 18px;
	color: #7d9bc0;
	padding-bottom: 10px !important;
}
.single-blogs .single-blog-content p {
	padding-bottom: 16px;
	font-size: 16px;
	line-height: 22px;
}
.single-blogs .single-blog-content-tag {
	padding-left: 10px;
}
.single-blogs .single-blog-content-tag a {
	float: left;
	width: auto;
	background: #7d9bc0;
	padding: 5px 30px;
	text-transform: uppercase;
		text-transform: uppercase;
	padding: 5px 20px 5px 20px;
	margin: 5px 0px 20px 10px;
	border-radius: 3px;
}
.single-blogs .single-blog-content-tag a {
	color: white;
}
.single-blogs .blog-footer-second p {
	padding-bottom: 0px;
	font-weight: 600;
	line-height: 18px;
}
.single-blog-socials {
	width: auto;
	float: left;
	display: flex;
	height: 40px;
	align-items: center;
	float: right;
}
.single-blog-socials a {
	display: inline-block;
	background: #7d9bc0;
	color: white;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	margin-left: 2px;
	margin-right: 2px;
	cursor: pointer;
	transition: 0.25s ease-in-out;
}
.single-blog-socials a:hover {
	background: #12456c;
}
.single-blog-content-thumbnail {
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position: center !important;
	display: flex;
	align-items: flex-end;
}
.single-blog-bottom {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.single-blog-author {
	width: auto;
	float: left;
}
.sidebar-services-container {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.sidebar-services-container .sidebar-services-item {
		display: flex;
	width: 180px;
	height: 180px;
	flex-direction: column;
	align-items: space-between;
	justify-content: center;
}
.sidebar-services-container a {
	display: flex;
	width: 180px;
	height: 180px;
	padding: 10px;
	font-size: 90px;
	text-align: center;
		align-items: center;
	justify-content: center;
	border-radius: 5px;
	transition: 0.3s ease;
}
.sidebar-services-container i {
	font-weight: 600;
}
.sidebar-services-container span {
	font-size: 18px;
	text-transform: UPPERCASE;
	font-weight: 600;
	padding-top: 10px;
}
.sidebar-services-container a:hover{
		box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

/*  Home Blog Posts */
.home-blog-loop {
	width: 1350px;
	margin: auto;
}
.widget_siteorigin-panels-postloop {
	padding-bottom: 100px;
}
.home-content-link {
	background-position: center;
	background-size: cover !important;
	background-repeat: no-repeat;
	color: white; 
	margin: 5px;
	transition: 0.3s ease-in-out;
}
.home-content-overlay {
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	padding: 15px;
}
.home-content-link:first-child .home-content-overlay {
	align-items: flex-end;
}
.home-content-link:not(:first-child) .home-content-overlay {
	align-items: center;
}
.home-content-link:first-child  {
	width: 50%;
}
.home-content-link:first-child .entry-title {
	font-size: 28px;
}
.home-content-link:first-child .entry-date {
	font-size: 20px;
}
.home-content-link:not(:first-child) .entry-title {
	font-size: 18px;
	overflow: hidden;
}
.home-content-link:not(:first-child) .entry-date {
	font-size: 16px;
}
.home-content-link:not(:first-child) .entry-header {
	display: flex;
	align-items: center;
}
.home-content-link:first-child {
	height: 410px;
	float: left;
}
.home-content-link:not(:first-child) {
	height: auto;
	width: 23%;
}
.home-content-link:not(:first-child) > .home-content {
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-content-link:not(:first-child) {
	height: 200px;
	float: left;
}
.home-content-link:hover {
	color: white;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.home-content-link:hover  {
	transform: translateY(-5px);
    box-shadow: 0 12px 50px -15px rgb(0 0 0 / 50%);
}
/* BLOG POST LOOP */
.blog-content-link {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.blog-content-link {
	background-position: center;
	background-size: cover !important;
	background-repeat: no-repeat;
	color: white; 
	margin: 5px;
	transition: 0.3s ease-in-out;
}
.blog-content-link:first-child {
	width: 50%;
	display: block;
	height: 300px;
	float: left;
}
.blog-content-link:first-child .blog-content {
	align-items: flex-end;
	float: left;
}
.blog-content-link:first-child .entry-title {
	color: #464646;
	font-size: 24px !important;
}
.blog-content-link:not(:first-child) .blog-content {
	align-items: flex-end;
	width: 250px;
	background: black;
	float: left;
	height: 250px;
}
.blog-content-link .category-blog {
	display: flex
}
.blog-content-link:first-child .entry-thumbnail {
	width: 60%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	max-height: 300px;
}
.blog-content-second {
	width: 40%;
	overflow: hidden;
	height: 300px;
	padding: 0 0px 0 0px;
}




.main-contact-description {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
	padding: 25px 0px 25px 0px;
	margin-right: 20px;
}
.main-contact-container {
	display: flex;
	padding-bottom: 50px;
}
.main-contact-description p {
	color: #464646;
	font-size: 18px;
}
.home-office-button-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.home-office-button-container .sm-button-1 {
	width: 300px;
	padding: 5px;
	text-align: center;
}
.main-contact-description img {
	width: 50%;
	padding-bottom: 20px;
}
.main-contact-form-container {
	display: flex;
	margin-top: -50px;
	width: 50%;
	justify-content: center;
	align-items: center;
	background: white;
	border-radius: 3px;
	padding: 20px 25px 20px 15px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
 margin-left: 20px;
}
.main-contact-form {
	width: 100%;
}
.main-contact-form #message-input  {
	background: #eee;
	border: none;
	padding: 10px;
	margin: 5px;
	width: 100%;
	resize: none;
}
.main-stats-container {
	width: 100vw;
	background: url('https://images.pexels.com/photos/325229/pexels-photo-325229.jpeg');
	height: 250px;
	background-position: center;
	background-size: cover;
}
.main-stats-container-overlay {
	background: rgba(0,0,0,0.5);
	height: 250px;
	text-align: center;
	color: white;
}
.main-stats-container-width {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1350px;
	margin: auto;
	height: 250px;
}
.main-stats-item {
	width: 200px;
	display: flex;
	flex-direction: column;
}
.main-stats-item h3 {
	margin: 0;
}

/* ANIMATED NUMBERS */
.numbers {
  font-size: 60px;
  line-height: 1em;
  text-align: center;
  margin: auto;
	font-weight: 600;
  overflow: hidden;
}
.numbers__window {
  display: inline-block;
  overflow: hidden;
  width: 0.6em;
  height: 1em;
	float:left;
}
.numbers__window__digit {
  font: inherit;
  word-break: break-all;
  display: block;
  width: 0px;
  padding: 0 0.6em 0 0;
  margin: 0 auto;
  overflow: inherit;
  animation: counting 0.4s steps(10) forwards infinite;
}
.numbers__window__digit::before {
  content: attr(data-fake);
  display: inline-block;
  width: 100%;
  height: auto;
}
@keyframes counting {
  100% {
    transform: translate3d(0, -10em, 0);
  }
}
.numbers__window__digit--1 {
  animation-iteration-count: 3;
}
.numbers__window__digit--2 {
  animation-iteration-count: 5;
}
.numbers__window__digit--3 {
  animation-iteration-count: 9;
}
.numbers__window__digit--4 {
  animation-iteration-count: 12;
}
.numbers__window__digit--5 {
  animation-iteration-count: 15;
}



.page-id-853 .sm-button-1 {
	 background-image: linear-gradient(#129994, #365e70);
}
.page-id-853 .sm-button-1:hover {
	transform: scale(1.1);
	color: white;
}


/* SERVICES 2 */
.main-services-container2 {
	width: 1370px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	
}
.main-services-container2 a {
	width: 33%;
	padding: 10px 10px 10px 10px;
}
.main-services-item2 {
	width: 100%;

	color: white;
	text-align: center;
	height: 150px;
	font-weight: 600;
	transition: 0.15s ease-in-out;
}
.main-services-item-overlay2 {
	background: rgba(0,0,0,0.5);
	height: 100%;
  display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

}
.services-learn-more-button {
	opacity: 0;
	line-height: 0px;
	transition: 0.5s ease-in-out;
	color: white;
	border: 1px solid white;
	border-radius: 3px;
	padding: 3px 8px 3px 8px;
}

.main-services-item2:hover .services-learn-more-button {
	margin-top: 10px;
	line-height: 24px;
	opacity: 1;
	color: white;
}

/*GETTING STARTED STYLE*/
.main-started-container {
	width: 100vw;
	background: url('https://images.pexels.com/photos/700974/pexels-photo-700974.jpeg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}
.main-started-container-overlay {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	padding: 100px;
}
.main-started-body {
	margin: auto;
	width: 700px;
	background: white;
	padding: 50px;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
}
.main-started-row {
	width: 100%;
	padding: 10px 0px 10px 0px;
	display: flex;
	justify-content: space-between;
}
.main-started-row h3 {
	font-size: 24px;
	margin-bottom: 10px;
}
.main-started-body .splash-title-line-container {
	width: 100%;
	padding: 20px;
}
.main-started-column-left, .main-started-column-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.main-started-even .main-started-column-left {
	width: 55%;
}
.main-started-even .main-started-column-right {
	width: 45%;
	text-align: center;
}
.main-started-odd .main-started-column-left {
	width: 45%;
	text-align: center;
}
.main-started-odd .main-started-column-right {
	width: 55%;
}
.home-about-image-container {
	width: 33%;
}

/* Blog Page Widget */
.blog-page-content {
	width: 50%;
	z-index: 99999999;
}
.blog-page-content-item {
	display: inline-block;
	padding: 0px 20px 0px 20px;
	width: 50%;
	float: left;
	
}
.blog-page-content-item:first-child {
	width: 100%;
	min-height: 400px;
	margin-top:-100px;
	position: relative;
}
.blog-page-content-link {
	margin: 20px 0 20px 0;
	z-index: 9999999999;
	background: white;
	box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 40%);
	display: flex;
	transition: 0.25s ease-in-out;
	flex-direction: column;
	padding: 20px;
	height: auto;
	float: left;
}

.blog-page-content-item article {
	display: flex;
	flex-direction: column;
}
.blog-page-content-thumbnail {
	width: 100%;
	height: 300px;
	display: flex;
	align-items: flex-end;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important; 
}
.blog-page-content-item:first-child article {
	flex-direction: row;
}
.blog-page-content:first-child {
	width: 100%;
}
.blog-page-content-item:first-child .blog-page-content-thumbnail {
	height: 400px;
	
}
.blog-page-content-item:first-child 
.blog-page-content-second {
	width: 60%;
	padding-left: 30px;
}
.blog-footer-first {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0px 2px 5px 2px rgb(0 0 0 / 25%);
}
.blog-footer-second {
	float: left;
	padding-left: 15px;
	font-size: 18px;
	height: 60px;
	display: flex;
justify-content: center;
	flex-direction: column;
	text-align: left;
}
.blog-page-content .entry-footer {
   display: none;
	padding-top: 10px;
	background: white;
	z-index: 99999;
}
.blog-page-content-item:first-child 
.entry-footer {
	 display: block;
}
.blog-page-content-item:first-child 
.entry-summary {
	height: 215px;
	overflow: hidden;
}
.blog-page-content-item .entry-summary {
	line-height: 24px;
	font-size: 15px;
}
.blog-page-content .entry-header h1{
	font-size: 28px;
	line-height: 32px;
	padding: 0px;
}
.blog-page-content .posted-on {
	text-transform: uppercase;
	color: #7d9bc0;
	line-height: 24px;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
}
.blog-page-content-item:first-child .posted-on {
	margin: 0px;
}
.blog-page-content {
	min-height: 550px;
}
.blog-page-content-item:first-child .blog-page-content {
	min-height: 400px;
}
.blog-page-content-link:hover  {
	transform: translateY(-5px);
     
	box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 80%);
}
.blog-page-content .blog-page-content-second {
	height: 250px;
	overflow: hidden;
}
.blog-page-content-item:first-child .blog-page-content-second {
	height: auto;
}
.blog-page-content .blog-page-content-tag {
	padding-bottom: 20px;
	padding-left: 20px;
}
.blog-page-content .blog-page-content-tag a, .single-blog-content-tag a {
	text-transform: uppercase;
	padding: 5px 10px 5px 10px;
	margin: 5px 10px 5px 0px;
	background: #7d9bc0;
	border-radius: 3px;
	transition: 0.25s ease-in-out;
}
.blog-page-content-tag text, .single-blog-content-tag text {
	display: none;
}
.blog-page-content-tag a, .single-blog-content-tag a {
	color: white;
	font-weight: 600;
}
.blog-page-content-tag a:hover, .single-blog-content-tag a:hover {
	background: #12456c;
}
.post-details-area .widget_siteorigin-panels-postloop {
	padding-left: 100px;
	padding-right: 100px;
}
#post-details .container {
	padding-left: 100px;
	padding-right: 100px;
}
.blog-page-content .blog-header-summary {
	height: 300px;
	overflow: hidden;
	
}
.main-header-text .sm-button-1 {
	margin-right: 5px;
}
.main-header-topic-container {
	display: block;
	width: 0px;
	white-space: nowrap;
	transition: 0.35s ease-in-out;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
.about-team-container {
	padding-bottom: 30px;
	padding-top: 30px;
}
.about-team-container .splash-headshot-socials {
	margin: 0;
}
.about-team-container .splash-headshot {
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.about-team-container .splash-headshot-image {
	width: 175px;
	height: 175px;
}
.about-team-container .splash-headshot-image img {
	width: 145px;
}
.about-team-container .splash-headshot-titles h4 {
	font-size: 24px;
}
.about-team-container .splash-headshot {
	width: 270px;
}
.about-team-container .splash-headshot-image {
	width: 150px;
	height: 150px;
}
.about-team-container .splash-headshot-image img {
	width: 125px;
}
/* SEARCH PAGE */
.search-results .search-content {
	margin: auto;
	margin-bottom: 20px;
	position: relative;
	display: block;
}
.search-results .search-content-area {
	margin-top: -50px;
}
.search-no-results .search-content-area {
	text-align: center;
	padding-bottom: 50px;
}
.search-no-results .search-form {
	margin: auto;
	padding-top: 30px;
}
.search-no-results .search-submit {
	margin-left: -115px;
}
.search-no-results .no-results {
	display: inline-block;
	width: auto;
	height: auto;
	position: relative;
}

/* CONTACT PAGE */
.contact-us-container {
	width: 1050px;
	background: white;
	height: 450px;
	border-radius: 10px;
	margin-bottom: 100px;
	margin-top: -50px;
	position: relative;
	box-shadow: 0px 2px 5px 2px rgb(0 0 0 / 20%);
}
.contact-us-container-left {
	float:left;
	width: 33%;
	padding: 30px;
	background: #7d9bc0;
	height: 100%;
	border-radius: 10px;
	color: white;
}
.contact-us-container-left h5 {
	color: white;
	font-size: 24px;
	padding-bottom: 10px;
}
.contact-us-container-left p {
	color: white;
	font-size: 14px;
	line-height: 16px;
}
.contact-us-container-left a {
	color: white;
	font-size: 16px;
	line-height: 16px;
}
.contact-us-container-right{
	float: right;
	width: 66%;
	padding: 30px;
}
.contact-us-contact-container {
	padding-top: 0px;
	padding-bottom: 0px;
	display: flex;
	flex-direction: column;
}
.contact-us-contact-item {
	padding-top: 25px;
	padding-bottom: 25px;
  transition: 0.25s ease-in-out;
}
.contact-us-contact-item:hover {
	color: #12456c;
	font-weight: 600;
}
.contact-us-social-container {
	position: absolute;
	bottom: 25px;
	display: flex;
}
.contact-us-social-item {

		width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	border-radius: 50%;
	transition: 0.25s ease-in-out;
	margin-right: 5px;
}
.contact-us-social-container a {
	font-size: 24px;
}
.contact-us-social-item:hover {
	background: #12456c;
}

.contact-form-row {
	width: 100%;

}
.contact-form-row-left {
	width: 50%;
	float: left;
}
.contact-form-row-right {
	width: 50%;
	float: left;
}
.contact-form-row input {
  width: 90%;
	font-size: 16px;
	padding: 5px;
}
.contact-form-row #message-input {
	width: 95%;
	font-size: 16px;
	padding: 5px;
}
.contact-send-button {
	background:#7d9bc0;;
	color: white;
	padding: 10px;
	font-size: 16px;
	border: none;
	border-radius: 5px;
	float: right;
	margin-top: 20px;
	margin-right: 30px;
}

/* FRANCHISE DEVELOPMENT PAGE */
.franchise-body-full {
	background: white;
	padding: 15px;
	box-shadow: 0px 2px 5px 2px rgb(0 0 0 / 20%);
	width: 1350px;
	display: flex;
}
.franchise-body-first-half {
	width: 50%;
	padding: 15px;
}
.franchise-body-second-half {
	width: 50%;
	padding: 15px;
}
.franchise-body-fourth {
	width: calc(1350px / 4 - 20px);
	height: 250px;
	background: white;
	box-shadow: 0px 2px 5px 2px rgb(0 0 0 / 20%);
}
.franchise-body-fourth-overlay {
		width: calc(1350px / 4 - 20px);
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.5);
		padding: 10px;
	text-align: center;
}
.franchise-body-fourth-overlay h2 {
	font-size: 36px;
	color: white;e
}
.franchise-body-eighth {
	width: calc(1350px / 6 - 20px);
}
.franchise-body-eighth h3 {
	font-size: 20px;
}
.franchise-padding ul {
	padding-left: 0px;
  margin-left: 0px;
}
.franchise-padding li:before {
	content:"-";
}
.franchise-body-fourth-container {
	display: flex;
	width: 1350px;
	flex-direction: row;
	justify-content: space-between;
}
.franchise-body-half-container {
	display: flex;
	width: 1350px;
	flex-direction: row;
	justify-content: space-between;
}

.franchise-body-half-container h2 {
	font-size: 24px;
}
.franchise-body-half {
	width: calc(1350px / 2 - 20px);
	background: white;
	box-shadow: 0px 2px 5px 2px rgb(0 0 0 / 20%);
	padding: 20px;
	text-align: center;
}
.franchise-body-half img {
 max-height: 300px;
	padding-bottom: 20px;
}
.franchise-body-eighth-container {
	display: flex;
	width: 1350px;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	background: white;
	box-shadow: 0px 2px 5px 2px rgb(0 0 0 / 20%);
	padding: 30px;
}
.franchise-padding{
	margin-bottom: 50px;
}
.franchise-first{
	margin-top: -30px;
	position: relative;
}
.single-post .single-blog-bottom {
	justify-content: right;
}
.single-blog-socials a {
	color: white !important;
}
#curve_chart rect:nth-child(2) {
	fill: none;
}

#fd-mobile-menu {
	display: none;
}
.testimonial-row {
	flex-direction: column;
}
.page-id-2014 .widget_siteorigin-panels-postloop {
	padding-bottom: 0px;
}
.vendor-relations-image-container video {
	width: 95%;
}
.landing-page-contact-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.landing-page-header {
	width: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.landing-page-header {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
	 background-size: cover !important;
    background-position: center !important;
}
.landing-page-overlay {
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.landing-page-container {
	display: flex;
	width: 1350px;
	margin: auto;
	padding: 100px 0px;

}
.landing-page-half {
	padding: 20px;
	margin: 20px;
	background: white;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #555;
	text-align: left;
}
.referral-calc-container h1 {
	font-size: 28px;
	text-align: left !important;
}
.landing-page-header h1 {
	font-size: 24px;
	text-align: center;
	padding-bottom: 20px;
	color: #555;
}
.landing-page-contact {
	display: flex;
	align-items: center;
}
.landing-page-contact h2 {
	font-size: 18px !important;
	margin-bottom: 3px;
	font-weight: 400;
	color: #555;
}
.landing-page-half h2 {
	color: #555;
	font-size: 18px !important;
}
.landing-page-contact-information-buttons a {
	margin-right: 5px;
}
.landing-page-contact-information-buttons i {
	    background: #3b3b3b;
    color: white;
    padding: 10px;
    font-size: 16px;
    border-radius: 50%;
	transition: 0.25s ease-in-out;
}
.landing-page-contact-information-buttons i:hover {
	background: #7d9bc0;
}
.landing-page-header .landing-page-contact-headshot {
	width: 110px;
	height: 110px;
	margin-right: 10px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
}
.landing-page-header .landing-page-contact-headshot img {
	padding: 5px !important;
}
.franchises-template-single-landing #head {
	display: none;
}
.single-post .single-blog-content img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.category-community-involvement .posted-on {
	display: none;
}
.category-community-involvement .blog-header-summary {
	height: 100%;
}
.category-community-involvement .blog-page-content-second {
	height: 100%;
}
.community-involvement-loop .blog-page-content {
	min-height: 500px !important;
}
.community-involvement-loop .blog-page-content-item:first-child  .blog-page-content {
	min-height: 400px !important;
}
.pagination {
	width: 100%;
	display: flex;
	margin-top: 60px;
	justify-content: center;
}

.pagination .bullet {
    background: #7d9bc0;
	border: 2px solid #7d9bc0;
	width: 15px;
	margin-right: 5px;
	height: 15px;
	border-radius: 50%;
}
.pagination .active {
	background: none;
}
.testimonial-row {
	width: 1350px;
	margin: auto;
	overflow: hidden;
}
.testimonial-row .panel-grid-cell {
	  display: flex;
	flex-wrap: nowrap;
	flex-shrink: 0;
	justify-content: flex-start;
	transition: 0.25s ease-in-out;
}
.widget_splash_testimonials_widget {
	   flex: 0 0 100%; 
	
}

.testimonial-cell {
	display: flex;
	width: 600px;
	min-height: 250px;
	justify-content: center;
	flex-direction: column;
	margin-right: 40px;
	margin-bottom: 80px;
	margin-top: 80px;
	margin: auto;
}
.testimonial-cell .header-cell {
	display: flex;
	align-items: center;
}
.testimonial-cell h4 {
	font-size: 28px;
	margin-bottom: 10px;
}
.testimonial-cell .clients-cell {
	width: 50px;
	height: 50px;
	float: left;
}

.widget_splash_testimonials_widget p {
	width: 100%;
	font-size: 18px;
}
.splash-video-container {
	display: flex;
	justify-content: space-between;
	align-items: space-between;
	width: 100%;
}
.about-team-container h5 {
	min-height: 35px;
}
.about-team-container .splash-headshot {
	width: 265px;
}
.fd-about-team-container .splash-headshot {
	width: 300px;
}
.single-franchises .widget_custom_html a .clients-cell {
	margin:auto;
}
.splash-video-container iframe {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    border-radius: 10px;
    background: white;
}
.splash-video-container video {
	width: 80%;
	margin: auto;
		box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    border-radius: 10px;
	 background: white;
}
.gha-offices {
	width: auto;
}
.splash-video-container-mick {
	display: flex;
	flex-wrap: wrap;
}
.splash-video-container-mick .splash-video-item {
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	text-align: center;
}
.splash-video-container-mick .splash-video-item video {
	width: 100%;
	border-radius: 5px;
}
.franchises-template-default .panel-grid:nth-child(2) .widget_custom_html {
	width: auto;
}
.single-franchises .widget_custom_html {
	width: 100%;
	padding: 15px;
}
.select2-container--open .select2-dropdown--below {
	border-top: auto;
}
.testimonial-clicked {
	background: #7d9bc0 !important;
	color: white;
	border-radius: 3px;
}
.single-franchises .panel-grid:nth-last-child(2) {
  background: inherit;
}

#testimonials_lightbox {
	width: 100vw !important;
	height: 100vh !important;
	padding: 100px 50px 0px 50px !important;
	position: fixed !important;
}
.logged-in #testimonials_lightbox {
	padding:  132px 100px 132px 100px !important;
}

#preview_pdf {
		background: #7d9bc0;
	color: white;
	cursor: pointer;
	width: 100%;
	height: 100%;
	display: flex;
	padding: 5px;
	margin-top: -7px !important;
	align-items: center;
	justify-content: center;
	transition: 0.25s ease-in-out;
}
#preview_pdf:hover {
	background: #12456c;
}
#preview_pdf_close {
	background: #7d9bc0;
	color: white;
	padding: 5px;
	border-radius: 3px;
	cursor: pointer;
	float: none !important;
	width: 50%;
	margin: auto;
	transition: 0.25s ease-in-out;
}
#preview_pdf_close:hover {
		background: #12456c;
}
#testimony_frame_expanded {
	height: 100% !important;
	width: 50%;
}
#testimonial_preview_holder{
    width:500px;
		height: auto;
    border:1px rgb(146, 146, 146) solid;
    float:right;
}

#testimonial_search_holder{
    padding-left: 5px;
}
.widget_sm_client_testimonial {
	width:100%;

}
.testimonial-left {
	width: calc(100% - 500px);
	padding-right: 20px;
}
#testimonial-list{
    width:100%;
	height: auto;
			border-radius: 5px;
    top: 0px;
    overflow: hidden;
    background: #FFF;
		box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
		margin-bottom: 160px;
	padding: 10px;
	display: flex;
}
#testimonial-list table {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.testimonial_row {
	width: 100%;
	display: flex;
}
#testimonial-list thead tr {
	width: 100%;
	display: flex;
}
#testimonial-list tbody {
   overflow-y: scroll;
   height: 415px;
   width: 100%;
   border-spacing: 0;
   border-collapse: collapse;
}

#testimonial-list tbody tr td, #testimonial-list thead tr th{
    padding: 10px;
}

#testimonial-list tbody tr{
    cursor: pointer;
}

#testimonial-list tbody tr:hover{
    background:#EEE;
}

#testimonial-list tbody tr td{
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    margin: 0px;
 }

#testimonial-list thead, #testimonial-list tbody{
    display: block;
	width: 100%;
}

.testimonials-filter-sel{
    width:50%;
    float:right;
	font-size: 15px;
    padding-right:10px;
	margin-left: 0px;
}
.testimonials-filter-sel .select2-container {
	font-size: 15px !important;
	width: 100% !important;
}
.select2-search--dropdown .select2-search__field {
	font-size: 15px;
}
.select2-results ul {
	font-size: 15px !important;
}
.testimonials-filter-sel option {
	font-size: 15px;
}
#testimonials_lightbox{
    background: rgba(0,0,0,0.5);
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 888;
    position: absolute;
    text-align:center;
    padding:50px 50px;
    display: none;
}

#testimonial_rows_holder {
	font-size: 15px;
	line-height: 15px;
}
.col-lg-12 {
	padding-left: 0px;
	padding-right: 0px;
}
.testimonial-video-container {
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 15px;
	padding-right: 15px;
}
.widget_sm_office_widget {
	width: 100%;
}
.single-blog-content-thumbnail {
	background-size: 100% !important;	background-repeat: no-repeat !important;
}
.search-content {
	border-radius: 15px;
}
.search-no-results .search-content-area {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
.search-no-results .search-content-area .page-header {
	margin-toP: 0px;
}
.single-franchises .search-content .entry-thumbnail {
	padding-bottom: 20px;
}
.single-franchises .search-content h1 {
	font-size: 28px;
}
.not-found img {
	padding: 0px;
}
.client-logo-button {
	position: relative;
	text-align: center;
	margin-top: -30px;
	background: #7d9bc0;
	width: 150px;
	margin: auto;
	color: white;
	border-radius: 5px;
	padding: 5px;
	cursor: pointer;
	transition: 0.25s ease-in-out;
	font-weight: 600;
}
.client-logo-button:hover {
	background: #12456c;
}
.wpcf7-form .wpcf7-form-control-wrap {
	float: left;
	width: 100%;
}
.wpcf7-form .wpcf7-spinner {
	display: none;
}
.splash-contact-description {
	color: inherit;
	font-size: 18px;
}
.splash-contact-description ul {
	padding-left: 5px;
}
.splash-contact-description p {
	color: inherit;
}
.splash-contact-container .splash-contact-form-container {
	margin-top: 0px;
}
.single-franchises .home-content {
	padding-top: 80px;
	padding-bottom: 80px;
	flex-direction: column;
}
.single-franchises .splash-headshot-socials {
	margin-bottom: 0px;
}
.single-franchises .splash-title-line-container {
padding-top: 30px;
}
.single-franchises .feed-content {
	padding-top: 20px;
	padding-bottom: 50px;
}
.splash-contact-container, .splash-office-container {
	padding: 0px;
	padding-left: 30px;
	padding-right: 30px;
}
.splash-contact-container {
	padding-bottom: 30px;
	padding-top: 30px;
}
.single-franchises .panel-grid:nth-last-child(1) {
	background: #ddd
}
.navbar-toggle {
	height: 44px;
	margin-bottom: 0px;
}


.wpcf7 form .wpcf7-response-output {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 10px;
}
.wpcf7-form [data-name="txtEmail"] {
	width: calc(70%);
	padding-right: 5px;
}
.wpcf7-not-valid-tip {
	margin-left: 10px;
}
#wpcf7-f14448-p14432-o1 .wpcf7-not-valid-tip {
	display: none;
}
.wpcf7-form [data-name="txtPhone"] {
	width: calc(30%);
	padding-left: 5px;
}
.wpcf7-form .wpcf7-email {
	margin-right: 5px;
}
.wpcf7-form input {
	background: #eee;
    border: none;
    padding: 10px;
    margin: 5px;
    width: 100%;
}
.wpcf7-form textarea {
	background: #eee;
    border: none;
    padding: 10px;
    margin: 5px;
    width: 100%;
    resize: none;
}
.wpcf7-form  .wpcf7-submit {
	background-color: #7d9bc0 !important;
    color: white;
    padding: 10px;
    border-radius: 5px;
    margin: 5px;
    width: 100%;
    outline: none;
    border: none;
}
.wpcf7-form  .wpcf7-submit:hover {
	background: #12456c !important;
    transition: 0.5s ease;
}
.splash-header-container {
	background-size: 100% !important;
	background-position: center !important;
}
.splash-header-location h2 {
	text-transform: uppercase;
}
.franchises-template-default .panel-grid:nth-child(2) .splash-headshot-socials {
	margin-bottom: 50px;
}
.franchises-template-default .panel-grid:nth-child(2) .splash-headshot-image {
	margin-top: -100px;
}

.clients-cell {
	height: 200px;
	width: 200px;
	background-size: 90% !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-color: white !important;
	margin-right: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 10px;
	transition: 0.25s ease-in-out;
	filter: grayscale();
}
.clients-cell:hover {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
	filter: none;
}

.row-reverse .home-half-content {
	padding-right: 0px;
	padding-left: 30px;
}
.category-community-involvement .entry-footer {
	display: none !important;
}
.category-community-involvement .blog-page-content-tag {
	display: none;
}
.blog-page-content-categories {
	display: none;
}
.single-post .caption {
	padding: 20px 20px 20px 20px;
}
.single-post hr {
	margin-top: 10px !important;
}
.single-blog-back-button {
	color: white;
	font-weight: 600;
}
.single-blog-back-button:hover {
	color: white;
}
.single-post .single-blog-bottom {
	justify-content: space-between;
}
.category-community-involvement .blog-page-content-categories {
	display: block;
}
.single-blog-content-category a {
	float: left;
    width: auto;
    background: #7d9bc0;
    padding: 5px 30px;
    text-transform: uppercase;
    text-transform: uppercase;
    padding: 5px 20px;
    margin: 5px 0 20px 10px;
    border-radius: 3px;
}
.blog-page-content-categories .post-categories {
	padding-bottom: 20px;
	padding-left: 20px;
}
.post-categories li::marker {
	content: '' ;
}
.post-categories li {
	display: inline-block;
}
.post-categories {
	padding-left: 0px;
	margin: 0px;
}
.post-categories a {
    text-transform: uppercase;
    padding: 5px 10px 5px 10px;
    margin: 5px 10px 5px 0px;
    background: #7d9bc0;
    border-radius: 3px;
    transition: 0.25s ease-in-out;
	font-size: 20px;
	padding: 5px 20px;
   margin: 5px 0px 20px 10px !important;
	color: white;
	font-weight: 600;
}
.single-post .blog-footer-second p {
    padding-bottom: 0;
    font-weight: 600;
    line-height: 18px;
}
.single-post .single-blog-content p {
	  padding-bottom: 16px;
    font-size: 16px;
    line-height: 22px;
}
.our-locations-container .smBlueBackground {
	width: auto;
	display: inline-block;
	font-weight: 600;
	font-size: 18px;
	cursor: pointer;
}
.about-team-container {
	padding-bottom: 60px;
}
#curve_chart path {
	stroke-width: 5px;
}
.blog-page-content-link {
	border-radius: 10px
}
#officesSearchStart {
	cursor: pointer;
}
.content-body text {
	color: white !important;
	fill: white !important;
	font-family: 'Poppins', sans-serif;
}
.headfficeItemContainer {
	min-height: calc(100vh - 155px);
	padding-top: 30px;
}
.post-content ul {
	font-size: 16px
}
.splash-animated-video  {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    border-radius: 10px;
    background: white;
}
.office-left-container .signature-generator-settings {
	margin-top: 0px;
	padding-bottom: 10px;
}
.gallery { 
max-height: 420px
}
.splash-contact-description {
	align-items: start
}
.splash-testimonials-button {
	align-items: center;
	width: 100%;
	text-align: center;
}
.splash-contact-form-container {
	border-radius: 10px;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%)
}
.splash-office-information {
	justify-content: center
}
.navbar-nav>li>a {
	background: none;
	transition: 0.25s ease-in-out;
}
.navbar-default .navbar-nav>.active>a {
  background: none;
	color: #7d9bc0 !important;
	border-radius: 5px;
}
.menu .navbar-default .navbar-nav>li:hover > a {
	background: #7d9bc0 !important;
	border-radius: 5px;
	color: white !important;
  box-shadow: 0 12px 50px -15px rgb(0 0 0 / 50%);
}

.dropdown-menu:hover {
	display: block;
}
.dropdown-menu>li>a:hover {
	background: #7d9bc0;
	color: white;
}
.dropdown-menu>li>a:focus {
	font-size: 16px;
}
.dropdown-menu {
	padding-top:0px;
	padding-bottom:0px;
	border-radius: 5px;
	border-left: 5px solid #7d9bc0;
}
.dropdown-menu>.active>a {
	color: #7d9bc0 !important;
}
.menu-item {
	padding: 0px;
}
.single-post .post-details-area {
	margin-top: -100px;
    display: block;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    padding: 0px 15px 0px 15px;
    margin-bottom: 50px;
    background: white;
	border-radius: 7px;
	margin-left: 10px;
	margin-right: 10px;
}
.noOfficesFound {
	display: none;	
}
.officeListContainer {
	background: white;
	padding: 15px;
	box-shadow: 0 2px 8px rgb(70 70 70 / 25%);
	border-radius: 5px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: -100px;
	position: relative;
	width: 100%;
}

.officeItemContainer {
	width: calc(50% - 20px);
	padding: 10px;
	background: #efefef;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 2px 8px rgb(70 70 70 / 15%);
	margin: 10px;
	 transition: 0.3s ease-in-out;
}
.officeInfoContainer {
	width: calc(100% - 225px);
	font-size: 18px;
	
}
.officeContactPhone {
	font-size: 16px;
}
.officeItemInfo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.widget_sm_office_widget .officeItemInfo {
	width: 100%;
}
.widget_sm_office_widget .officeContactMoreinfo {
	margin: 0px;
}
.officeNameContainer {
	width: 100%;
	font-size: 22px;
	font-weight: 600;
	border-bottom: 2px solid #ccc;
	margin-bottom: 5px;
}
.consultantImageContainer {
	display: inline-block;
	width: auto;
}
.consultant_img {

}
.consultant_img_container {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgb(70 70 70 / 25%);
	overflow: hidden;
	background: white;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
.consultant_img_container:first-child {
	z-index: 1;
}
.consultant_img_container:not(:first-child) {
	margin-left: -15px;
	z-index: -1;
}
.consultant_img_container:nth-child(3){
	display: none;
}
.officeInfoItems {
	min-height: 90px
}
.officeContactMoreinfo {
	background: #7d9bc0;
	width: auto;
	display: block;
	padding: 5px;
	border-radius: 5px;
	font-weight: 600;
	display: inline-block;
}
.officeContactMoreinfo span {
	color: white;
}
.officeItemContainer:hover {
    transform: translateY(-5px);
}
.officePhoneContainer {
	padding-top: 5px;
}
.officeFilterContainer {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 10px;
}
.officesSearchContainer {
	width: 75%;
	display: flex;
	margin-right: 10px;
	
}
.officesSearchContent {
	width: 100%;
	padding: 5px;
	border: 2px solid #ddd;
	border-radius: 5px;
	font-size: 18px;
}
.officesSearchContent::-webkit-input-placeholder {
	color: #aaa;
}
#country {
	width: 15%;
	padding: 5px;
	margin-right: 10px;
	background: transparent;
	color: #aaa;
	border: 2px solid #ddd;
	border-radius: 5px;
	font-size: 18px;
	
}
.officesFilterButton {
	background: #7d9bc0;
	color: white;
	border: none;
	border-radius: 5px;
	padding: 10px;
	transition: 0.3s ease-in-out;
}
.officesFilterButton:hover {
  background: #12456c;
}
#officesSearchStart {
	margin-left: -25px;
	width: 0px;
	justify-content: center;
	align-items: center;
	display: flex;
}

.full-width .panel-grid-cell {
	width: 100% !important;
}
.main-header-text .category-button {
	height: 45px;
	margin-bottom: 5px;
}
.sm-button-1 {
	font-size: 18px;
	width: auto;
	justify-content: center;
	align-items: center;
}
.fa-long-arrow-alt-right {
	display: flex;
	align-items: center;
	padding-left: 10px;
}
/* SERVICES */
.main-services-container3 {

	display: flex;
  flex: 2 2 80px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-bottom: 50px;
}

.services-icon {
    width: 150px;
    height: 150px;
    display: flex;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    margin: 10px;
    overflow: hidden;
    border: 3px solid #7d9bc0 transparent;
    box-shadow: 0 2px 8px rgb(70 70 70 / 15%);
	background: #f9f9f9;
}
.services-icon img {
     transition: 0.3s ease-in-out;
    
}
    .services-icon .services-icon-label {
        position: absolute;
        top: -25%;
        width: 150px;
        margin: auto;
        padding: 5px 0px 5px 0px;
        color: #7d9bc0;
        font-weight: 600;
        font-size: 20px;
        text-align: center;
    transition: 0.3s ease-in-out;
    line-height: 25px;
    height: 150px;
word-wrap: nowrap;
			opacity: 0;
    }
    .services-icon:hover > .label1 {
         transform: translateY(calc(60%));
        opacity: 100%;
    }

    .services-icon:hover > .label2 {
         transform: translateY(calc(55% - 5px));
        opacity: 100%;
    }
     .services-icon:hover > .label3 {
         transform: translateY(calc(55% - 15px));
        opacity: 100%;
    }
    .services-icon:hover > img {
        transform: translateY(calc(125px / 2));
        opacity: 0;
    }
    .services-icon:hover {
         transform: scale(1.1);
    box-shadow: 0 2px 8px rgb(70 70 70 / 25%)
    }

.vendor-started-body {
	width: 1350px;
	margin: auto;
}
.vendor-started-column-left {
	width: 55%;
	padding: 50px;
}
.vendor-started-column-right {
	   width: 45%;
    text-align: center;
	background: url('https://alpha.schooleymitchell.com/wp-content/uploads/2022/10/truckload-header-1024x683.jpg');
	background-position: center;
}
.vendor-started-column-right-2 {
		   width: 45%;
    text-align: center;
	background: url('https://alpha.schooleymitchell.com/wp-content/uploads/2022/10/supplies-header-1024x683.jpg');
	background-position: center;
}
.vendor-started-row {
		background: #fff;
	  width: 100%;
	margin-bottom: 80px;
	border-radius: 10px;
	overflow: hidden;
    display: flex;
    justify-content: space-between;
}

/* Home Page Responsive Formatting */
.main-header-overlay-container {
	padding-left: 25px;
	padding-right: 25px;
}
#post-details .container {
	padding-left: 15px;
	padding-right: 15px;
}
.post-details-area .widget_siteorigin-panels-postloop {
	padding-left: 15px;
	padding-right: 15px;
}
.main-contact-form-container {
	border-radius: 7px;
}

.full-width {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
.full-width .so-panel {
	width: 100%;
}
.home-half-left-container, .home-half-right-container  {
	display: flex;
}
.main-header-image {
	min-width: auto !important;
}
.main-header-overlay-container-half {
	width: 50%;
}
.fd-header-container {
	width: 100vw;
	background-image: url('/wp-content/uploads/2023/04/header-fd-screenshot.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fd-header-overlay {
	flex-direction: row !important;
	justify-content: center;
	display: flex;
	background: rgba(0,0,0,0.5);
	padding: 155px 80px;
}
.fd-header-testimonial-item {
	width: 30%;
	text-align: center;
		max-width: 500px;
			margin-right: 50px;
}
.fd-header-testimonial-item:last-child {
	margin-right: 0px;
}
.fd-header-testimonial-item video {
	width: 100%;
	border-radius: 10px;
transition: 0.25s ease-in-out;
	overflow: hidden;
	
}
.fd-header-testimonial-item video:hover {
	cursor: pointer;
	transform: scale(1.05);
}
.fd-header-testimonial-item h2 {
	font-size: 24px;
	line-height: 34px;
	color: white;
	min-height: 68px;
}
.main-header-overlay-container-half .main-header-text {
	width: 100%;
	margin-left: 0px;
}
.main-header-overlay-container-half .main-header-button-container {
	width: 100%;
}
.main-header-overlay-video video {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.main-header-overlay-container-half:first-child {
	display: flex;
	align-items: center;
}
.main-header-overlay-container-half {
	padding-left: 30px;
	padding-right: 30px;
}
.main-header-image {
	height: 100%;
    object-fit: cover;
	width: 100vw;
	max-width: 100vw !important;
}

.fd-3-column {
	align-items: center;
	text-align: center;
	justify-content: center;
	padding-left: 15px;
	padding-right: 15px;
	flex-wrap: wrap;
}
.fd-3-column h4 {
	font-size: 24px;
}
.fd-3-column h2 {
	line-height: 55px;
	font-size: 60px;
	margin: 0;
	color: #12456c;
	padding-top: 10px;
	padding-bottom: 10px;
}
.fd-testimonial-video-container {
	display: flex;
	justify-content: center;
}
.fd-testimonial-video-container h2 {
	font-size: 24px;
	padding-left: 20px;
	padding-right: 20px
}
.testimonial-name h4 {
	font-size: 18px;
}
.testimonial-name h5 {
	font-size: 16px;
	font-weight: 500;
}
.testimonial-3-column .fd-testimonial p {
	min-height: 200px;
}
.fd-testimonial-first {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
	text-align: center;
}
.fd-testimonial-first img {
	border-radius: 50%;
}
.fd-testimonial-second {
	width: 50%;
	text-align: center;
}

.fd-reverse-row .fd-testimonial-second  {
	order: 2;
}
#fd-awards .fd-3-column {
	background: rgba(0,0,0,0.5);;
}
#fd-awards {
	background: url("https://www.schooleymitchell.com/wp-content/uploads/2020/02/Blog-Background.jpg");
	background-size: cover;
	
}
#fd-awards img {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 300px;
	width: 100%;
}
.fd-testimonial-second video {
	width: 100%;
	border-radius: 10px;
	 box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
}
.fd-contact-row {
	padding-top: 80px;
	padding-bottom: 80px;
}
.fd-contact-row-1 {
	display: flex;
	align-items: end;
	text-align: center;
	color: #12456c;
	padding-bottom: 10px
}
.fd-contact-row-2 h2 {
	text-align: center;
	color: #12456c;
	transition: 0.25s ease-in-out
}
.fd-contact-row-2 h2:hover {
	color: #7d9bc0
}


/* FD */
.fd-menu-container {
	width: 100vw;
	position: -webkit-sticky; /* Safari */
  position: sticky;
	background: #7d9bc0;
  top: 0;;
}
.fd-menu {
	width: 1350px;
	margin: auto;
	display: flex;
	align-items: space-between;
	justify-content: space-between;
	padding: 10px 0px;
}
.fd-menu-item {
	color: white;
	font-weight: 600;
	font-size: 16px;
	border-bottom: 2px solid;
	border-color: #7d9bc0;
	transition: 0.25s ease-in-out;
}
.fd-menu-active {
	color: white;
	border-color: white;
}
.fd-menu-item:hover{
color: white;
	border-color: white;
}
.home-about-container video {
	    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
	border-radius: 10px;
	background: white
}
.sm-button-1 .fa {
	padding-left: 5px
}
.what-sets-us-apart  {
	padding-top: 50px;
	padding-bottom: 50px;
}
.what-sets-us-apart p {
	margin: 0px;
	padding: 0px;;
}
.what-sets-us-apart h2 {
	font-size: 24px;
	padding-right: 150px;
}


    .fd-services {
        background: grey;
        height: 150px;
        border-radius: 5px;
        overflow: hidden;
			width: 19%;
			margin-bottom: 20px;
       
    }
    .fd-services-overlay {
        background: rgba(0,0,0,0.33);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 10px;
    }
.fd-services-container h2 {
	width: 100%;
	text-align: center;
	font-size: 28px;
}
    .fd-services h2 {
        color: white;
        font-weight: 600;
        margin: 0;
			font-size: 18px;
    }
    .fd-services-1 {
        background: url('https://images.pexels.com/photos/607812/pexels-photo-607812.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
         background-size: cover;
         background-position: center;
    }
    .fd-services-2 {
        background: url('https://images.pexels.com/photos/2041396/pexels-photo-2041396.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
         background-size: cover;
         background-position: center;
    }
    .fd-services-3 {
        background: url('https://images.pexels.com/photos/590022/pexels-photo-590022.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
         background-size: cover;
         background-position: center;
    }
    .fd-services-4 {
        background: url('https://images.pexels.com/photos/955395/pexels-photo-955395.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
         background-size: cover;
         background-position: center;
    }
    .fd-services-5 {
        background: url('https://fd.schooleymitchell.com/wp-content/uploads/2022/02/DSC_0597-1024x683.jpg');
         background-size: cover;
         background-position: center;
    }
       .fd-services-6 {
        background: url('https://images.pexels.com/photos/261621/pexels-photo-261621.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
         background-size: cover;
         background-position: center;
    }
           .fd-services-7 {
        background: url('https://images.pexels.com/photos/7709262/pexels-photo-7709262.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
         background-size: cover;
         background-position: center;
    }
    .fd-services-7 {
        background: url('https://images.pexels.com/photos/7709262/pexels-photo-7709262.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
         background-size: cover;
         background-position: center;
    }
    .fd-services-8 {
        background: url('https://images.pexels.com/photos/669621/pexels-photo-669621.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
         background-size: cover;
         background-position: center;
    }
       .fd-services-9 {
        background: url('https://images.pexels.com/photos/270348/pexels-photo-270348.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
         background-size: cover;
         background-position: center;
    }
 .fd-services-11 {
        background: url('https://images.pexels.com/photos/357514/pexels-photo-357514.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
         background-size: cover;
         background-position: center;
    }
         .fd-services-12 {
        background: url('https://images.pexels.com/photos/157879/gift-jeans-fashion-pack-157879.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
         background-size: cover;
         background-position: center;
    }
        .fd-services-13 {
        background: url('/wp-content/uploads/2023/05/telecom-header-SM.jpg');
         background-size: cover;
         background-position: center;
    }
        .fd-services-14 {
        background: url('/wp-content/uploads/2022/08/merchant-header.jpg');
         background-size: cover;
         background-position: center;
    }
        .fd-services-15 {
        background: url('/wp-content/uploads/2022/08/shipping-header.jpg');
         background-size: cover;
         background-position: center;
    }
        .fd-services-16 {
        background: url('/wp-content/uploads/2023/05/waste-header-sm-scaled.jpg');
         background-size: cover;
         background-position: center;
    }
        .fd-services-17 {
        background: url('/wp-content/uploads/eld-header-scaled-mirror2.jpg.png');
         background-size: cover;
         background-position: center;
    }
        .fd-services-18 {
        background: url('/wp-content/uploads/eSignature-header-scaled.jpg');
         background-size: cover;
         background-position: center;
    }
        .fd-services-19 {
        background: url('/wp-content/uploads/compressed-gases-header-scaled.jpg');
         background-size: cover;
         background-position: center;
    }
        .fd-services-20 {
        background: url('/wp-content/uploads/2023/05/fuel-header-sm-scaled.jpg');
         background-size: cover;
         background-position: center;
    }
        .fd-services-21 {
        background: url('/wp-content/uploads/facility-supplies-header-resized.jpg');
         background-size: cover;
         background-position: center;
    }
        .fd-services-22 {
        background: url('/wp-content/uploads/less-than-truckload-header.jpg');
         background-size: cover;
         background-position: center;
    }
        .fd-services-23 {
        background: url('/wp-content/uploads/2022/08/software-header.jpg');
         background-size: cover;
         background-position: center;
    }
        .fd-services-24 {
        background: url('/wp-content/uploads/uniforms-header-scaled.jpg');
         background-size: cover;
         background-position: center;
    }
        .fd-services-25 {
        background: url('/wp-content/uploads/2022/10/communications-header.jpg');
         background-size: cover;
         background-position: center;
    }
.fd-services-10 {
        background: url('/wp-content/uploads/2023/04/thats-just-the-start-services-transparent.png');
         background-size: cover;
         background-position: center;
    }
.fd-headshot-name:hover .fas {
     rotate: 90deg; 
}
.fd-headshot-name .fas {
    transition: 0.25s ease;
}
.fd-headshot-bio {
    max-height: 0;
       transition: max-height 0.3s ease-in-out;
      overflow: hidden;
      
   }
   .fd-headshot-bio  {
       overflow: hidden;
       height: 100%;
       width: 100%;
      
   }
   .fd-headshot-bio .elementor-text-editor {
       padding: 10px;
   }
  .fd-headshot-bio .elementor-widget-container {
      box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 16%);
      margin: auto !important;
      width: 90%;
  }
.fd-headshot-name:hover ~ .fd-headshot-bio {
         max-height: 300px;
    transition: max-height 0.3s ease-in-out;
    padding-top: 3px;
      
    }
   .fd-headshot-bio p {
       margin: 0;
   }
.fd-services-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 15px;
	padding-right: 15px;
	width: 1350px;
	margin: auto;
}
.fd-team-container {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 15px;
	padding-right: 15px;
}
.fd-team-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 33%;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.fd-team-headshot img {
	margin-top: 8px;
}
.fd-team-headshot {
	background: white;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 16%);
	margin-bottom: 10px;
}
.fd-team-item h4 {
	font-size: 20px;
	margin-bottom: 5px;
}
.fd-team-item h5 {
	font-size: 16px;
	color: #7d9bc0;
}
.fd-team-bio {
	display: none;
}
.fd-team-container h2 {
	width: 100%;
}
.fd-benefits-tick-container {
	display: flex;
	align-items: center;
	width: 1000px;
	margin: auto;
	justify-content: space-between;
}
.fd-benefits-tick-column-1, .fd-benefits-tick-column-3 {
	width: 48%;
}
.fd-benefits-tick-column-1 {
	text-align: right;

}
.fd-benefits-tick-container h2 {
	font-size: 20px;
	margin-bottom: 0px;
	color: white;
}
.fd-benefits-row {
background: #7d9bc0;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	transition: 0.25s ease-in-out;
}

.fd-benefits-row:hover {
	background: #12456c;
	transform: scale(1.05);
	cursor: default;
}
.fd-benefits-check {
	background: white;
	height: 50px;
	width: 50px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -15px;
	border: 2px solid #7d9bc0;
	font-size: 36px;
}

.fd-benefits-row h2 {
	float: right;
	text-align: right;
	width: 100%;
}
.fd-testimonial {
	background: white;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 16%);
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 30px;
	width: 32%;
	min-height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.fd-testimonial2 {
	min-height: 220px;
}
.fd-testimonial-name h4 {
	font-weight: 400;
}
.fd-testimonial-headshot {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: white;
	overflow: hidden;
	padding: 5px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 16%);
	margin-right: 10px;
}
.fd-testimonial-name {
	text-align: right;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fd-testimonial-list-container {
	display: flex;
	background: white;
	padding: 20px;
		border-radius: 10px;
	margin-bottom: 50px;
		box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 16%);
}
.fd-testimonial-column-1 {
	width: 25%;
	border-right: 2px solid #f1f1f1;
	display: flex;
	padding-right: 20px
}
.fd-testimonial-list-container ul {
	padding: 0;
	margin: 0;
	width: 100%;
}

.fd-testimonial-column-2 {
	width: 75%;
	padding-left: 20px;
	height: 900px;
	overflow-y: auto;
}


.fd-testimonial-column-2 p {
		margin: 0;
	padding: 0;
	margin-bottom: 10px
		
}
.fd-testimonial-column-1 li {
	padding: 10px;
}
.fd-testimonial-column-1 .active-testimonial {
	background: #7d9bc0 !important;
		color: white;
	font-weight: 600
}
.fd-testimonial-column-1 li:hover {
	background: #e0e0e0;
	cursor: pointer;
}
.fd-testimonial-column-2 li:not(:first-child) {
	display: none;
}


.navigation {
	display: flex;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
.navigation ul {
	margin-left: 0px;
		padding-left: 0px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.navigation li {
	float: left;

	margin-right: 5px;

	font-weight: 600;
		display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
}
.navigation li a {
	width: 40px;
	height: 40px;
			padding: 5px;
		background: #7d9bc0;
	color: white;
		border-radius: 5px;
		display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	transition: 0.25s ease-in-out;
}
.navigation .active a {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 16%);
	background: #12456c;
}
.navigation li a:hover {
			box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 16%);
	background: #12456c;
	color: white;
}
.navigation li:nth-last-child(1) {
	float: right;
	background: transparent;
	width: auto;
	border-radius: 5px;
}
.navigation li .next {
	width: auto;
  flex-wrap: nowrap;
}
.navigation .previous-post a {
	width: auto;
  flex-wrap: nowrap;
}
.single-blog-content h2 {
	font-size: 36px;
}
.home-blog-loop .navigation {
	display: none;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
	margin-left: 0px;
	margin-right: 0px;
}
.search-toggled {
	width: 275px !important;
	
}

.search-toggled .search-field {
	opacity: 100%
}
.search-no-results .search-form {
	padding-top: 0px;
}
.search-content-area .search-form {
	padding-top: 30px;
}
.no-results-services {
	padding-top: 80px;
}
.splash-title-line-container h4 {
	color: #464646;
}
.blog-page-content {
	z-index: 0;
}
.row {
	margin-right: 0px;
	margin-left: 0px;
}
.footer-left img {
	height: 125px;
}
#footer {
	padding: 30px 0px;
}
.footer-left {
	width: 20%;
}
#footer .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
#footer .container::before, #footer .container::after {
	display: none;
}
.footer-right {
	display: flex;
	width: 50%;
	justify-content: space-between;
}
.footer-column {
	display: flex;
	flex-direction: column;
}
.footer-right {

}
.footer-right h5 {
	font-size: 16px;	
	color: #7d9bc0;
}
.footer-right a {
	color: #c1c1c1;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: 600;
	transition: 0.25s ease-in-out;
}
.main-header-container .search-field {
	width: 95%;
}
.home-content  .splash-headshot {
	width: 250px;
	margin-left: 30px;
	margin-right: 30px;
}
.home-content .splash-headshot-image {
	width: 175px;
	height: 175px;
}
.home-content .splash-headshot-image img {
	width: 145px;
}
.home-content .splash-headshot-titles h4 {
	font-size: 24px;
}
.home-content .single-franchises .splash-headshot-socials {
	margin-bottom: 20px !important;
}
.post-template-single-landing .post-details-area {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	box-shadow: none;
	margin-bottom: 0px;
}
.post-template-single-landing #post-details .container {
	padding: 0px;
	width: 100%;
}
.post-template-single-landing .panel-row-style {
	padding-left: calc()
}
.post-template-single-landing .caption {
	padding: 0px;
}
.post-template-single-landing h2 {
	font-size: 20px;
}
.full-width .widget_custom_html {
	padding: 0px;
}
.fd-3-column-item {
	width: 33%;
}
.vendor-relations-image-container {
	width: 35%;	
}
.splash-office-information {
	width: 65%;
	padding-left:0px;
	padding-right:15px;
	justify-content:center;
}
.splash-office-information .button-container {
	display: flex;
	justify-content: left;
}
#fd-awards .textwidget {
	background: rgba(0,0,0,0.5);
}
.fd-4-column, .fd-5-column {
	display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    justify-content: space-between;
	width: 1350px;
	margin: auto;
}
.fd-4-column-item {
	width: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fd-5-column-item {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.what-sets-us-apart-left {
	width: 35%;
}
.what-sets-us-apart-right {
	width: 65%;
}

.row-reverse .home-half-left-container {
	order: 2;
}
.row-reverse .home-half-content {
	padding-left: 0px; 
	padding-right: 30px;
}
.fd-faq-container {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.fd-faq-item {
	width: 100%;
	background: white;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 16%);
}
.fd-faq-left, .fd-faq-right {
	width: 49%;
}
.fd-faq-item h2 {
	font-size: 24px;
}
 .stepcontainer {
        display: flex;
        justify-content: center;
        width: 100%;
	 padding-bottom: 30px;
	 position: relative;
    }
    .steps {
        display: flex;
        flex-direction: column;
        opacity: 0.5;
        width: 33%;
        text-align: center;
        
    }
     .stepsdash {
        position: absolute;
        border-bottom: 5px solid #12456c;
        width: calc(33% - 100px);
        margin: auto;
        height: 55px;
        opacity: 0.5;
        z-index: 0;
        display: block;
			 max-width: 350px;
    }
    .stepsdash1 {
       left: calc(calc(33% / 2) + 55px);
    }
    .stepsdash2 {
       right: calc(calc(33% / 2) + 55px);
    }
    .activesteps {
        opacity: 1;
    }
.stepcontainer h2 {
	font-size: 24px;
}
    .steps img {
        width: 100px;
        margin: auto;
        border-radius: 50%;
        background: #12456c;
        margin-bottom: 10px;
        
    }
    .step {
        display: none;
    }
    .activestep {
        display: block;
    }
.button-container p {
        display: flex;
        justify-content: space-between;
				width: 100%;
    }
    .button-container button {
        width: 150px;
        border: none;
        font-size: 18px;
        border-radius: 5px;
        box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 10%);
        transition: 0.3s ease-in-out;
			background: #7d9bc0;
			color: white;
			padding: 10px;
    }
    .button-container input {
        width: 150px;
        border: none !important;
        height: auto !important;
        text-transform: none;
        font-weight: 400 !important;
        letter-spacing: normal !important;
        font-size: 18px !important;
        border-radius: 5px !important;
        box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 10%);
        transition: 0.3s ease-in-out;
			
    }
    .button-container button:hover {
        background: #12456c;
        border: none;
    }
    .fd-contact-form input, .fd-contact-form select {
        box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 10%);
    }
.html-full-width .widget_custom_html {
	width: 100%;
}
.step label {
	display: block;
	font-size: 20px;
	font-weight: 600;
}
.step select, .step input, .step textarea {
	background: white;
	color: #464646;
	border: none;
	box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 10%);
	border-radius: 5px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 16px;
}
.wpcf7-form {
	width: 50%;
	margin: auto;
}
.franchises-template-default .wpcf7-form {
	width: 100%;
}
.step-3 .half-step {
	width: 48%;
	margin-right: 2%;
	float: left;
}
.landing-header {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1350px;
	margin: auto;
}
.landing-header img {
	max-width: 250px !important;
}
.landing-header .panel-grid-cell {
	justify-content: end;
}
.landing-header .panel-grid-cell:first-child {
	justify-content: start;
}
.landing-page-container .video-half {
	background: none;
	box-shadow: none;
}
.landing-page-container .enso-logos img {
	max-height: 90px;
}
.enso-logos {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}
.landing-nav {
	display: flex;
	justify-content: end;
}
.landing-nav a {
	padding: 20px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	transition: 0.25s ease-in-out;
}
.landing-nav a:hover {
	color: #7d9bc0;
}
.savings-4-column {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.savings-example {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 25%;
	text-align: center;
}
.savings-example h2 {
	margin: 0;
	font-size: 36px;
	color: white;
}
.savings-example h3 {
	font-size: 20px;
	margin: 0;
	min-height: 52px;
	font-weight: 800;
}
.savings-example h4 {
	min-height: 40px;
	font-weight: 600;
}
.savings-bubble {
	margin-top: 10px;
	margin-bottom: 10px;
	background: #7d9bc0;
	border-radius: 50%;
	height: 120px;
	width: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.25s ease-in-out;
}
.savings-bubble:hover {
	transform: scale(1.1);
}
.wpcf7-form [data-name="id"] {
	display: none;
}
.landing-page-services {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.landing-page-item {
	margin: 20px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	padding: 20px;
	background: white;
		box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 10%);
}
.landing-page-services-3 .landing-page-item {
	width: 30%;
}
.landing-page-services-4 .landing-page-item {
	width: 21%;
}
.landing-page-item img {
	max-width: 200px;
	margin: auto;
}
.landing-page-item h3 {
	text-align: center;
	font-size: 24px
}
.landing-case-study {
	width: 100%;
	display: flex;
	background: white;
	border-radius: 10px;
	box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 10%);
	overflow: hidden;
}

  .cfedor-cs {
        display:flex;
        flex-wrap:wrap;
        align-items:center;
        justify-content:center;
        color: #12456c;
        width: 50%;
        margin: auto;
    }
    .cfedor-cs h2 {
        padding: 0;
        margin: 0;
        font-size: 36px;
          color: #12456c;
    }
    .cfedor-cs h4 {
          color: #12456c;
    }
    .cfedor-cs div {
        padding: 10px;
        display:flex;
        flex-direction:column;
        align-items: center;
        justify-content: center;
    }


.landing-case-study ul {
	margin: 0;
	padding: 10px
}
.landing-case-study li {
	padding-left: 5px;
	padding-bottom: 5px;
}
.landing-case-study li::marker {
	display: block;
	color: inherit;
	content: '■';
	margin-right: 5px;
}
.landing-case-study-left {
	background: #12456c;
	padding: 20px;
	color: white;
	width: 35%;
}
.landing-case-study-left h3 {
	font-size: 28px;
	text-align: center;
}
.landing-case-study-left h4 {
	border-bottom: 2px solid white;
}
.landing-case-study-right {
	padding: 20px;
	width: 65%;
}
.landing-page-container ol {
	list-style-type: decimal;
	color: inherit;
	counter-reset: li;
	margin-left: 10px;
}
.landing-page-container li {
		counter-increment: li;
	padding-left: 20px;
	padding-bottom: 10px;
}
.landing-page-container li::marker {
	display: inline-block;
	content: counter(li);
}
.two-column .panel-grid-cell {
	flex-direction: row;
}
.two-column .so-panel {
	width: 50%;
}
.two-column .splash-headshot {
	margin: auto;
}
.single-landing-page-container {
	flex-direction: column;
}
.single-landing-page-container h3 {
	text-align: left;
	border-bottom: 2px solid;
	font-size: 28px;
	margin-bottom: 5px;
}
.single-landing-page-container h4 {
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
.full-width-video {
	max-width: 1024px;
	width: 100%;
	border-radius: 10px;
	box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 10%);
}
.full-width-2-column .panel-grid-cell, .full-width-2-column .panel-grid {
	background: none !important;
}
.full-width-2-column .panel-grid-cell {
	width: 100% !important;
}
.full-width-2-column .so-panel {
	width: 100%;	
}
.full-width-2-column-inside {
	width: 100%;
}
.full-width-2-column-inside .panel-layout {
	width: 1350px;
	margin: auto;
}
.full-width-2-column-inside .panel-grid {
	flex-direction: row;
}
.full-width-2-column-inside .panel-grid-cell {
	width: 50% !important;
}
.main-contact-container .wpcf7-form {
	width: 100%;
}
.row-reverse .home-about-container .home-half-left-container .home-half-content {
	padding-left: 30px;
	padding-right: 0px;
}
.home-blog-loop .home-content-link:first-child .home-content-overlay {
	justify-content: start;
}
.widget_siteorigin-panels-postloop {
	padding-bottom: 100px;
}
.page-id-1101 .widget_siteorigin-panels-postloop {
	padding-bottom: 0px;
}
.blog-button {
	background: #7d9bc0;
	color: white;
	padding: 10px 20px;
	border-radius: 5px;
	font-weight: 600;
	transition: 0.25s ease-in-out;
	display: block;
	margin-top: 30px;
}
.blog-button:hover {
	background: #12456c;
	color: white;
}
.not-found {
	position: relative;
	height: calc(100vh - 285px);
}
.content-404 {
	display: flex;
	flex-direction: row;
	padding: 0px;
}
.error-404 {
	background: white;
}
.error-404 .container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.content-404-left, .content-404-right {
	display: flex;
	width: 50%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.content-404-left img {
	border-radius: 10px;
}
.content-404 img {
	width: 100%;
}

.content-404-right img {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
.content-404-buttons {
	padding-top: 20px;
	display: flex;
	justify-content: center;
}
.content-404-buttons a {
	background: #7d9bc0;
	color: white;
	padding: 10px;
	margin: 5px;
	border-radius: 5px;
	transition: 0.25s ease-in-out;
}
.content-404-buttons a:hover {
	background: #12456c;
}
.contact-us-container-right .wpcf7-form {
	width: 100%;
}
.testimonial-overlay {
	display: flex;
}
.testimonial-overlay .main-header-text, .testimonial-overlay .main-header-video {
	width: 50%;
	padding: 15px;
}
.testimonial-overlay .main-header-video-container {
}
.testimonial-overlay .main-header-video-container video {
	width: 90%;
	max-width: 575px;
	border-radius: 10px;
}
.testimonial-overlay .main-header-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.faq-list {
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: start;
	width: 100%;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
.faq-list-left, .faq-list-right {
	width: 50%;
	display: flex;
	flex-direction: column;
}
.faq-list a {
	color: #7d9bc0;
	font-weight: 600;
	border-bottom: 2px solid transparent;
	transition: 0.25s ease-in-out;
	padding: 5px;
}
.faq-list a:hover {
	border-bottom: 2px solid #7d9bc0;
}
#locateNearMe {
	display: none;
}
.fd-blog-loop {
	padding-left: 15px;
	padding-right: 15px;
}
.testimonial-3-column {
		display: flex;
		justify-content: space-between;
}
.posted-on {
	display: inline-block !important;
}
.posted-on span {
	display: inline-block !important;
}
.splash-office-information-table span {
	display: inline-block !important;
}
.blog-footer-first img {
	max-width: 100%;
   vertical-align: middle;
    height: auto;
}
.search-results .container {
	padding: 0px;
}
.search-results .blog-page-content-item:first-child {
	margin-top: -100px;
}

.single-blog-author {
	width: auto;
	display: flex;
}
.blog-footer-first {
	justify-content: center;
	align-items: center;
	display: flex;
}
.blog-footer-second {
	white-space: nowrap;
}
.single-blog-bottom .mdp-speaker-wrapper {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
}
.single-blog-content .mdp-speaker-wrapper {
	display: none;
	padding-bottom: 20px;
}
.mejs-container {
	width: 100% !important;
}
#officesFilterNearMe {
 cursor: pointer;	
	color: white;
min-width: 105px;
}
.category-community-involvement .blog-header-summary {
	max-height: 155px;
}
.blog-page-content-item:first-child .blog-header-summary {
	max-height: inherit;
}
.alignright {
	margin-left: 0px;
}
.blog-page-content-tag a:hover, .single-blog-content-tag a:hover {
	color: whiTe;
}
.contact-us-contact-item span {
	display: inline-block;
	padding-left: 10px;
}
.contact-us-social-container a:hover i {
	color: white;
}
.section-padding {
	overflow: hidden;
}
	.blog-button {
	   margin-bottom: 30px;	
	}

.testimonial-list-container .fd-testimonial-column-1 {
	width: 33%;
}
.testimonial-list-container .fd-testimonial-column-2 {
	width: 66%;
	height: 630px;
}
.testimonial-3-column .fd-testimonial {
	min-height: 260px;
}
.testimonial-3-column .fd-testimonial p {
	min-height: 150px;
}
.pulse-subscribe-popup {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
  background: rgba(0,0,0,0.75);
	z-index: 999;
}
.pulse-subscribe-popup-container {
	background: white;
	padding: 30px;
	border-radius: 10px;
	width: 535px;
	box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 15%);
}
.pulse-subscribe-popup-buttons {
	display: flex;
	justify-content: space-between;
}
.pulse-subscribe-popup-container form label {
		width: 60px;
}
.pulse-subscribe-popup-buttons input {
	width: 48%;
	background: #7d9bc0;
	border: none;
	padding: 5px;
	border-radius: 5px;
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	transition: 0.25s ease-in-out;
}
.pulse-subscribe-popup-buttons input:hover  {
	background: #12456c;
}
.pulse-subscribe-popup-container form label[for="agree"] {
width: calc(100% - 30px);
padding-left: 10px;
	margin-bottom: 10px;
}
.pulse-subscribe-popup-container input#agree {
float: left;
	width: 30px;
	height: 30px;
}
.pulse-subscribe-popup-container input[type="text"], .pulse-subscribe-popup-container input[type="email"] {
	width: calc(100% - 70px);
	margin-bottom: 10px;
	padding: 5px;
	font-size: 15px;
}


.widget_sm_pulse_widget {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
  background: rgba(0,0,0,0.75);
	z-index: 999;
}
#pulse-form-container {
		background: white;
	padding: 30px;
	border-radius: 10px;
	width: 550px;
	box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 15%);
		font-size: 16px;
}
#pulse-form input[type="text"], #pulse-form input[type="email"] {
	width: 100%;
  margin-bottom: 10px;
	padding: 5px;

}
#pulse-form input[type="checkbox"] {
	height: 30px;
	width: 30px;
	margin-right: 10px;
}
#content_contact_450_2 span {
	display: inline-block;
	font-size: 15px !important;
}
#pulse-form .submitdiv {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
#pulse-form .submitdiv a {
	background: #7d9bc0;
	padding: 10px;
	border-radius: 5px;
	color: white;
	width: 48%;
	text-align: center;
	transition: 0.25s ease-in-out;
font-weight: 600;
}
#pulse-form .submitdiv a:hover {
	background: #12456c;
	cursor: pointer;
		
}
.search-form .search-submit {
	border: 0px;
		background: #7d9bc0;
	color: white;
	transition: 0.25s ease-in-out;
	margin-left: -100px;
}
.search-form .search-submit:hover {
	background: #12456c;
}
.fd-testimonial-video-container video {
	cursor: pointer;
	transition: 0.25s ease-in-out;
}
.fd-testimonial-video-container video:hover {
	transform: scale(1.05);
}
.fd-testimonial-logo img {
	width: auto;
	max-width: 175px;
}
#noOfficesFound {
	margin: 10px;
	height: 150px;
}
@media only screen and (max-width: 1500px) {
		.splash-header-container {
		background-size: 125% !important;
	}
	.fd-services-container {
		width: 100%;
	}
	.blog-loop {
	padding-bottom: 80px;
}
	.single-blogs .post-details-area {
		margin-top: -50px;
	}
	.officeListContainer {
		margin-top: -50px;
	}
	.blog-page-content-item:first-child {
		margin-top: -70px;
	}
	.fd-5-column {
		width: 100%;
	}
	.fd-faq-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.fd-testimonial-list-container {
		margin-left: 15px;
		margin-right: 15px;
	}
	.fd-4-column {
		width: 100%;
	}
	.fd-header-testimonial-item h2 {
		font-size: 18px;
		min-height: 56px;
		line-height: 24px;
	}
	.fd-testimonial-video-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.fd-3-column h2 {
		font-size: 50px;
		line-height: 50px;
	}
	.fd-menu {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.fd-menu a {
		font-size: 16px;
	}
	.post-template-single-landing .main-services-container3 {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.landing-page-container {
		width: 100%;
	}
	.testimonial-row {
		width: 100%;
	}
	.panel-grid-cell {
		width: 100% !important;
	}
		.single-franchises .panel-grid-cell {
		width: 100% !important;
	}



	.container {
		width: 100%;
	}
	.splash-title-line-container {
		width: calc(100vw - 30px);
		margin: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.gallery {
		max-height: none;
	}
	.home-blog-loop {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.post-details-area .widget_siteorigin-panels-postloop {
		padding: 0;
		padding-bottom: 0px;
	}
	.main-contact-form-container {
		margin-top: -20px;
		margin-bottom: 30px;
	}
	.main-contact-container {
		padding-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.main-stats-container-width {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.main-stats-item {
		width: 25%;
	}
	.main-stats-item span {
		font-size: 16px
	}
	.main-stats-container {
		width: 100%;
	}
	.numbers span {
		font-size: 48px;
	}
	.main-header-container {
		height: 600px;
		width: 100vw;
	}
	.main-header-overlay {
		height: 600px;
	}
	.main-header-video {
		object-fit: cover;
		height: 600px;
	}
	.main-header-image {
		width: 100% !important;
		object-fit: cover !important;
	}
	.main-header-overlay-container {
		width: 100%;
		height: 600px;
		display: flex;
		align-items: center;
		padding-left: 25px;
		padding-right: 25px;
	}
	.widget_sm_client_testimonial {
		padding-left: 15px;
		padding-right: 15px;
	}
	.testimonial-left {
	
	}
	.page-template .panel-grid-cell {
		width: 100% !important;
	}
	.main-header-container .main-header-button-container {
		width: 100%;
		overflow: visible;
	}
	.contact-us-container {
		width: 100%;
		display: flex;
		
	}
	.contact-us-container-left {
		min-width: 350px;
	}
	.contact-us-widget {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.home-about-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.single-franchises .widget_siteorigin-panels-postloop {
		padding-left: 15px;
		padding-right: 15px;
	}
	.fd-header-overlay {
		padding: 145px 50px;
		align-items: center;
	}
	.what-sets-us-apart {
		padding-left: 15px;
		padding-right: 15px;
	}
	.what-sets-us-apart h2 {
		padding-right: 50px;
	}
	.fd-testimonial {
		min-height: 300px;
	}
	.widget_sm_office_widget {
		padding-left: 15px;
		padding-right: 15px;
	}
	.content-404-buttons {
		flex-wrap: wrap;
	}
	.fd-benefits-tick-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.fd-benefits-tick-container {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) {
	.fd-benefits-tick-container h2 {
		font-size: 16px;	
	}

	.fd-benefits-check {
		font-size: 24px;
	}
	.single-blog-content .mdp-speaker-wrapper {
	display: block;
	padding-bottom: 20px;
 }
	.single-blog-bottom .mdp-speaker-wrapper  {
		display: none;
	}
	.content-404-left img {
		width: 300px;
		margin-top: 0px;
		margin-bottom: 30px;
		
	}
	.not-found {
		height: calc(100vh - 100px);
	}
	.content-404 {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.content-404-left, .content-404-right {
		width: 80%;
		margin: auto;
	}
	.numbers {
		font-size: 50px;
	}
	.splash-title-line-container {
		align-items: center;
	}
	.page-id-2690 .splash-title-line-container h4 {
		white-space: pre-wrap;
	}
	.officeListContainer {
				margin-top: -30px;
	}
	
	.officesSearchContainer {
		width: 75%
	}
	.fd-5-column-item img {
		height: auto !important;
	}
	.fd-testimonial {
		min-height: 250px;
		width: 49% !important;
	}
	.fd-3-column h2 {
		font-size: 40px;
		line-height: 40px;
	}
	.fd-3-column h4 {
		font-size: 22px;
	}
	#fd-awards img {
		width: 100% !important;
	}
	.fd-3-column-item {
		padding-bottom: 40px;
		width: 100%;
	}
	#fd-mobile-menu {
		display: block;
		background: #7d9bc0;
		font-weight: 600;
		text-align: center;
	}
	.main-header-image {
		height: 100% !important;
		width: auto;
	}
	.fd-mobile-menu ul {
		margin: 0;
	}
	.fd-menu {
		display: none;
	}
	.landing-page-container {
		flex-wrap: wrap;
	}
	.fd-header-testimonial-item h2 {
		min-height: 84px
	}
	.landing-page-half {
		width: 100% !important;
	}
	.blog-button {
		margin-bottom: 15px;
	}
		.splash-office-information span {
		font-size: 16px;
	}
	.splash-header-container {
		height: 500px
	}
	.splash-office-icon {
		width: 25px;
		height: 25px;
		font-size: 14px;
	}
	.splash-headshot {
		width: 90%;
		margin: auto;
		
	}
	.franchises-template-default .panel-grid:nth-child(2) .panel-grid-cell {
		justify-content: space-evenly;

	} 
	.franchises-template-default .panel-grid:nth-child(2) .panel-grid-cell .widget_my_custom_widget {
	width: 50%;		
	}
	.franchises-template-default .splash-headshot-titles h4 {
		font-size: 24px;
	}
	.splash-headshot-image {
		width: 175px;
		height: 175px;
	}
	.splash-office-button-container .sm-button-1 {
		font-size: 16px;
	}
	.splash-contact-description {
		font-size: 16px;
		height: auto;
	}
	.splash-contact-container {
		padding-top: 20px;
	}
	.splash-contact-form-container {
		padding: 10px;
	}
	.splash-contact-form-container .wpcf7-form input, .splash-contact-form-container .wpcf7-form textarea {
		font-size: 16px;
	}
	.wpcf7-form .wpcf7-form-control-wrap {
		overflow: hidden;
	}
	    .fd-services {
             height: 125px;
             margin-right: 0px;
				width: 32%;
         }
	.main-header-text h2 {
		font-size: 16px;
	}
         .single-blog-content-thumbnail {
		height: 400px;
		border-bottom: 1px solid #ddd
	}
	.main-header-image {
			    object-fit: none;
		height: auto;
	}

	.single-post .post-details-area {
		margin-top: -50px;
	}
	.main-header-text h1 {
		font-size: 24px;
	}
	.contact-us-container {
		flex-direction: column;
		height: auto;
	}
	.contact-us-social-container {
		bottom: auto;
		position: relative;
	}
	.contact-us-container-left, .contact-us-container-right {
		width: 100%;
	}
	.splash-header-container {
		background-size: cover !important;
	}
	.testimonial-left {
		width: 100%;
		padding-bottom: 15px;
	}
	#testimonial-list {
		margin-bottom: 50px;
	}
	#testimonial_preview_holder {
		width: 100%;
	}
	#testimony_frame {
		width: 100%
	}
	#testimonial-list {
		flex-direction: column;
	}
	.testimonial_row {
		min-width: auto;
	}
	.footer-right {
		width: 70%;
	}
	.search-content {
		width: auto;
	}
	.search-no-results .search-content-area .search-form .search-field {
		width: auto;
	}
	.officeItemContainer {
		width: 100%
	}
	.main-header-button-container {
		padding: 0px;
	}
	
	.main-header-button-container .sm-button-1 {
		font-size: 14px !important;
		padding: 5px 10px 5px 10px;
	}
	.main-header-container .search-field {
		font-size: 14px;
	}
	.home-about-container {
		padding: 0px 20px;
	}
	.home-blog-loop {
		padding: 0px 20px;
	}
	
	.main-contact-container {
		padding: 0px 20px;
	}
	.main-contact-description {
		height: auto;
	}
	.splash-contact-form-container {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.splash-contact-form-container .wpcf7 {
		width: 100%;
	
	}

	
	
	.main-header-container {
		height: 600px;
	}
	.main-header-overlay-container {
		height: 600px;
	}
	.navbar .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	.menu .navbar-default .navbar-nav>li>a {
		font-size: 14px;
	}
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
	.navbar-right {
		padding-right: 15px;
	}
	.blog-page-content .entry-header h1 {
		font-size: 24px;
	}
	.blog-page-content-item .entry-summary {
		line-height: 22px
	}
	.main-started-body {
		width: 100%;
	} 
	.fd-testimonial-headshot img {
		height: auto !important;
	}
	.fd-testimonial-list-container {
		margin-bottom: 0px;
	}
	
	.testimonial-3-column .fd-testimonial {
		width: 90% !important;
		margin: auto;
		margin-bottom: 20px;
		min-height: auto;
	}
	.testimonial-3-column .fd-testimonial p {
		min-height: auto;
	}
		.home-about-container .button-container {
	flex-wrap: wrap;
	}
}
@media only screen and (max-width: 768px) {

	.fd-testimonial-logo {
	width: auto;
	max-width: 40%;
}
	
	.fd-benefits-tick-container {
		flex-direction: column;
	}
	.fd-benefits-tick-column-2 {
	 order: 3;	
	}
	.fd-benefits-tick-column-3 .fd-benefits-row {
		justify-content: space-between;
	}
	.fd-benefits-tick-container .fd-benefits-row h2 {
		width: auto;
		text-align: center;
		float: none;
	}
	.fd-benefits-tick-column-1, .fd-benefits-tick-column-2, .fd-benefits-tick-column-3 {
		width: 80%;
		text-align: center;
	}
	
	.fd-testimonial-list-container {
		flex-direction: column;
	}
	.testimonial-list-container .fd-testimonial-column-1 {
		width: 100%;
		order: 2;
		border-top: 2px solid #e4e4e4;
		border-right: 0px;
	}
	.testimonial-list-container .fd-testimonial-column-2 {
		width: 100%;	
	}
	.officeInfoItems {
		min-height: auto;
		text-align: center;
	}
	.officePhoneContainer {
		
	}
	.officeNameContainer {
		text-align: center;
	}
	.main-stats-item {
		width: 30%;
	}
	.numbers {
		font-size: 40px;
	}
	.fd-contact-row-1 {
		flex-direction: column;	
	}
	.fd-contact-row-1 h4 {
		width: 100%;
	}
	.fd-contact-row-1 img {
		width: 90%;
		margin: auto;
	}
	.fd-5-column {
		flex-wrap: wrap;
		justify-content: center;
	}
	.fd-5-column-item {
		width: 33%;	
	}
	.home-about-container .button-container {
		flex-direction: column;
	}
	.fd-testimonial-video-container img {
		display: none;
	}
	.franchises-template-default .splash-headshot-titles h4 {
		font-size: 20px;
	}
	.franchises-template-default .splash-headshot-titles h5 {
		font-size: 16px;
	}
	.faq-list {
		flex-direction: column;
	}
	.faq-list-left, .faq-list-right {
		width: 100%;
	}
	.testimonial-overlay {
		flex-direction: column;
		justify-content: center
	}
	.testimonial-overlay .main-header-text {
		order: 2;
		text-align: center;
		width: 90%;
	}
	    .cfedor-cs {
        width: 100%;
    }
	.steps img {
        width: 50px;
    }
    .stepsdash {
        width: calc(33% - 45px);
        height: 30px;
    }
     .stepsdash1 {
       left: calc(calc(33% / 2) + 25px);
    }
    .stepsdash2 {
       right: calc(calc(33% / 2) + 25px);
    }
    .steps h2 {
        font-size: 16px;
    }
	.fd-faq-container {
		flex-direction: column;
	}
	.fd-faq-left, .fd-faq-right {
		width: 100%;
	}
	.fd-team-container {
		flex-direction: column;
	}
	.fd-services {
		width: 48%;
	}
	.fd-benefits-row {
		flex-direction: column;
	}
	.fd-benefits-column-1 {
		width: 100%;
		padding-bottom: 10px;
	}
	.fd-benefits-column-2 {
		width: 100%;
	}
	.fd-services-container {
		width: 100%;
	
	}
	.fd-services:last-child {
		display: none;
	}
	.fd-team-item {
		width: 100%;
	}
	.what-sets-us-apart {
		flex-direction: column;
	}
	
.what-sets-us-apart-left {
	width: 100%;
}
.what-sets-us-apart-right {
	width: 100%;
}
	.fd-4-column {
		flex-direction: column;
	}
	.fd-4-column-item {
		width: 100%;
		padding-bottom: 20px;
	}
	.fd-reverse-row .fd-testimonial-first {
		order: 2;
	}
	.fd-reverse-row .fd-testimonial-second {
		order: 1;
	}
.splash-office-information .button-container {
	display: flex;
	justify-content: center;
}
	.splash-office-information {
		width: 100%;
	}
	.vendor-relations-image-container {
		width: 100%;
		text-align: center;
	}
	.fd-header-overlay {
		flex-direction: column !important;
		padding: 15px;
	}
	.fd-header-testimonial-item {
		width: 100%;
		max-width: 100%;
		margin-right: 0px;
	}
	.fd-header-testimonial-item video {
		width: 50%;
	}
	.fd-header-testimonial-item h2 {
		min-height: auto;
	}
	.fd-3-column h2 {
		font-size: 50px;
		line-height: 40px;
	}
	.fd-3-column h4 {
		font-size: 24px;
	}
	
	.landing-page-contact-container {
		flex-direction: column;
	}
	
	.post-content img {
		height: 100%;
	}
	.landing-page-contact {
		flex-direction: column;
		text-align: center;
		padding-bottom: 20px;
	}
	.referral-calc-container h1 {
	font-size: 18px;
	text-align: left !important;
}
	.splash-video-container-mick .splash-video-item {
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	text-align: center;
	}
	.testimonial-cell {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.splash-video-container {
	flex-direction: column;
		
	}
	.splash-video-container iframe {
		width: 100%;
		margin-bottom: 20px;
	}
	.home-about-image-container {
		width: 80%;
		margin: auto;
		order: 1;
		padding-bottom: 20px;
	}
	.splash-office-information {
		order: 2;
	}
	.main-started-container-overlay {
		padding: 50px;
	}
	.main-started-row {
		flex-direction: column;
	}
	.main-started-even .main-started-column-left {
		order: 2;
	}
	.main-started-column-left, .main-started-column-right {
		width: 100% !important;
	}
	.main-header-container, .main-header-overlay, .main-header-overlay-container {
		height: 500px;
	}
	.home-about-container video {
		margin-bottom: 30px;
	}
	.fd-3-column {
		flex-direction: column;
		
	}
	.fd-testimonial-video-container {
		flex-direction: column;
	}
	.fd-testimonial-second, .fd-testimonial-first {
		width: 100%;
	}
	.fd-testimonial-video-container h2 {
		font-size: 18px;
	}
	
	.testimonial-3-column .fd-testimonial p {
		min-height: 0;
	}
	.fd-testimonial {
		width: 70%;
		margin-bottom: 30px;
		min-height: auto;

	}
	
	.main-header-overlay-container-half:first-child {
		order: 2;
		width: 100%;
	}
	.main-header-overlay-container-half {
		width: 80%;
	}
	.main-header-overlay-video {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.officesSearchContent {
		font-size: 15px;
	}
	#country {
		font-size: 15px;
		width: 100px;
	}
	.officesFilterButton {
		font-size: 15px;
	}
	.navbar-toggle {
		margin-top: 25px;
		
	}
	.gallery .gallery-item {
		width: 33%;
	}
	.gallery .gallery-icon {
		width: 100%;
    height: auto;
}
	.home-content-link:first-child {
		width: 100%;
		margin: 0px;
		margin-bottom: 10px;
	}
	.home-content-link:not(:first-child) .home-content-overlay {
		align-items: start;
	}
	.home-content-link:not(:first-child) {
		width: calc(33% - 10px);
		
	}
	.home-blog-loop .home-content-link:last-child {
		display: none;
	}
	.home-content-link:not(:first-child) .entry-title {
		font-size: 16px;
		min-height: 130px;
	}
	.home-content-link:not(:first-child) .entry-header {
		align-items: start;
	}
	.navbar-default .navbar-toggle{
		background-color: #7d9bc0;
	}
	
.numbers span {
    font-size: 36px;
}
	.navbar-default .navbar-toggle:hover{
		background-color: #12456c;
	}
	.navbar-nav {
		background: white;
	}
	.navbar-right {
		padding-top: 0px;
		
	}
	.main-header-video {
		min-height: 100%;
		min-width: 100%;
		height: auto;
    object-fit: cover; 
  }
	
	.main-header-text {
		width: 100%;
		margin-left: 0px;
	}
	.home-about-container {
		flex-direction: column;
	}
	.home-half-left-container, .home-half-right-container {
		width: 100%;
	}
	.home-half-right-container {
		order: 2;
	}
	.home-half-right-container .home-half-content {
		padding-left: 0px;
		padding-bottom: 30px;
	}
	.splash-office-button-container {
		justify-content: space-between;
	}
	.splash-office-button-container .sm-button-1 {
		width: 50%;
	}
	.main-contact-container {
		flex-direction: column;
	}
	.main-contact-description {
		width: 100%;
	}
	.main-contact-form-container {
		margin-top: 0px;
		width: 100%;
		margin-left: 0px;
	}
	.home-office-button-container .sm-button-1 {
		width: 50%;
	}
	.main-contact-description {
		margin: 0px;
	}
	.blog-page-content-item:first-child {
		margin-top: -50px;
	}
	.main-header-text h2 {
		font-size: 16px;
	}
	.main-header-image image {
		height: 100%;
	}
	#testimonial-list {
		flex-direction: column;
	}
	.splash-headshot-image img {
		width: auto;
		height: auto;
	}
	.navbar .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	.entry-summary {
		font-size: 16px;
	}
	.dropdown-menu>li>a:hover {
    background: inherit;
    color: inherit;
				border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding: 10px 15px 10px 25px;
}
		
	.main-header-overlay-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 10px 15px 10px 25px;
		border-bottom: 1px solid #ddd;
		background: #f1f1f1
	}
	.menu .navbar-default .navbar-nav>li>a {
		font-size: 16px;
	}
	.dropdown-menu a {
		transition: 0.25s ease-in-out;
	}
	.dropdown-menu {
		border: none;
		transition: 0.25s ease-in-out;
		position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
		z-index: 999999999;
    -webkit-box-shadow: none;
    box-shadow: none;
	}
	.dropdown-menu>li {
		color: #555;
    background-color: #e7e7e7;
	}
	.menu .navbar-default .navbar-nav>li:hover > a {
		border-radius: 0px;
	}
	.dropdown-menu:hover {
		width: 100%;
		box-shadow: none;
		font-size: inherit;
		padding: inherit;
	}
	.dropdown-menu>li>a {
				background: none;
		color: #777;
		padding: 5px 15px 5px 25px;
		line-height: 20px;
	}
	.dropdown-menu>li>a:hover {

	}
	.consultantImageContainer {
		order: 1;
		margin: auto;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.officeInfoContainer {
		order: 2;
		width: 100%
	}
	.single-blogs .post-details-area {
		margin-top: -50px;
	}
	.single-blogs .caption {
		padding: 20px 20px 0px 20px;
	}
	.blog-page-content-link {
		padding: 10px;
	}
	.blog-page-content-item:first-child .blog-page-content-thumbnail {
		width: 50%;
	}
	.entry-header h1 {
		font-size: 24px;
	}
	
	.navbar-right {
		padding-top: 30px;
	}
	.navbar-nav {
		margin: 0px 0px;
	}
	.search-toggled {
	width: 225px !important;
}
	.row-reverse .home-half-content {
		padding-left: 0px;
	}
	.main-header-container .search-field {
		width: 95%;
	}
	.blog-page-content-item:first-child .entry-summary {
		height: auto;
	}
	.blog-page-content .blog-header-summary {
		height: auto;
	}
	.single-blogs .post-details-area {
		padding: 0px 5px 0px 5px;
	}
	.navbar-brand {
		height: auto;
		padding: 10px 5px;
		position: absolute;
	}
	.splash-header-container {
		height: 400px;
	}
	.splash-header-location h2 {
		font-size: 24px;
	}
	.splash-headshot-image {
		width: 150px;
		height: 150px;
	}
	.splash-header-location {
		padding-left: 10px;
		padding-right: 10px;
	}
	.splash-header-line {
		width: 33%
	}
	.splash-office-container {
		flex-direction: column;
	}
	.splash-office-information, .splash-animated-video-container {
		width: 100%;
		padding-right: 0px;
		padding-bottom: 20px;
	}
	.single-franchises .home-content {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.splash-contact-container {
		flex-direction: column;
	}
	.splash-contact-description {
		width: 100%;
		margin: 0;
		padding: 0;
		padding-bottom: 20px;
	}
	.splash-contact-form-container {
		width: 100%;
		margin-bottom: 20px;
	}
	.toggle-button {
		width: 125px;
	}
	.fd-3-column img {
		width: 100%;
	}
	.wpcf7-form {
	width: 90%;
	margin: auto;
}
	.step label {
		font-size: 16px;
	}
	.landing-page-item img {
		height: auto
	}
	.landing-page-item {
		margin: 10px;
		width: 45%;
	}
	.home-blog-loop .home-content-link:nth-child(5) {
		display: none!important;
	}
	.clients-cell {
	  filter: none;
	}
	.testimonial-name h4 {
		font-size: 18px;	
	}
}
@media only screen and (max-width: 600px) {
	.fd-benefits-tick-container .fd-benefits-row h2 {
		text-align: right;
	}
		#officesFilterNearMe {
		min-width: auto;	
	}
	.landing-page-services {
		flex-direction: column;
	}
	.home-blog-loop .home-content-link:nth-child(4) {
		display: none!important;
	}
	.landing-page-item {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
		.splash-video-container-mick .splash-video-item {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	text-align: center;
	}
	.main-started-container-overlay {
		padding: 15px;
	}
	.splash-office-button-container {
		flex-direction: column;
	}
	.splash-office-button-container .sm-button-1 {
		width: 100%;
	}
	.officesSearchContainer {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
		height: 42px;
	}
	#country {
		width: calc(100% - 100px);
	}
	.officeFilterContainer {
		flex-wrap: wrap;
	}
	.home-content-link:not(:first-child) {
		width: calc(50% - 10px);
		
	}
	.home-content-link:nth-last-child(2) {
		display: none;
	}
	.splash-title-line-container h4 {
		font-size: 24px;
	}

	.footer-left img {
		padding-bottom: 20px;
	}
	.footer-left {
		width: 100%;
		text-align: center;
	}
	.footer-right a {
		font-size: 12px;
	}
	.footer-right h5 {
		font-size: 14px;
	}
	#footer .container {
		flex-direction: column;
	}
	#footer {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.footer-right {
		flex-wrap: wrap;
		width: 100%;
	}
	.footer-column {
		width: 50%;
		padding-bottom: 10px;
		text-align: center;
	}
	.main-header-image {
    object-fit: cover;
		height: 100% !important;
	}
	.main-header-text {
		width: 100%;
	}
	.main-header-text h2 {
		font-size: 15px;
		line-height: 18px;
	}
	.main-header-text h1 {
		font-size: 24px;
	}
	.single-blog-top a {
		font-size: 15px;
		margin-right: 10px;
	}
	.post-title-header {
		font-size: 24px !important;
	}
	.single-blog-content-thumbnail {
		height: 250px;
	}
	.posted-on {
		font-size: 15px;
	}
	.post-categories a {
		margin: 0px !important;
	}
	.single-post .caption {
		padding: 10px;
	}
	.single-blogs .caption {
		padding: 10px;
	}
	.single-blog-content-thumbnail {
		background-size: cover !important;
	}
	.blog-footer-first {
		height: 50px;
		width: 50px;
	}
	.blog-footer-second {
		padding-left: 10px;
		font-size: 15px;
	}
	.single-blogs .post-details-area h3 {
		margin-bottom: 10px;
	}
	.single-blogs .post-content ul {
		padding-left: 5px;
	}
	.single-blogs .post-content img {
		height: 100%;
	}
	.blog-page-content-item:first-child article {
		flex-direction: column;
	}
	.blog-page-content-item:first-child .blog-page-content-thumbnail {
		height: 300px;
		width: 100%;
		margin-bottom: 10px;
	}
	.blog-page-content-item:first-child .blog-page-content-second {
		width: 100%;
		padding-left: 0px;
	}
	.blog-page-content-item {
		padding: 15px;
	}
	.blog-page-content-item {
		width: 100%;
	}
	.blog-page-content-link {
		margin: 5px 0px;
	}
	.navigation {
		padding: 10px 0px
	}
	.navigation ul {
		flex-direction: column;
	}
	.navigation li {
		margin-bottom: 10px;
	}
	.navigation li:nth-last-child(1) {
		background: none;
	}
	.single-blog-socials a {
		height: 35px;
		width: 35px;
	}
	#post-details .container {
		padding: 15px;
	}
	.nav-middle {
		display: flex;
		justify-content: center;
	}
}
.post-categories a:hover {
	background-color: #12456c !important;
	color: white !important;
}
@media only screen and (min-width: 768px) {
	.officeInfoItems {
		min-height: none;
	}
	.footer-right a:hover {
		color: #7d9bc0;
	}
	.sm-button-1:hover {
		background-color: #12456c;
    color: #fff;
    transition: .5s ease;
	}
	a:hover {
    text-decoration: none;
    outline: 0!important;
    color: #464646;
	}
}
@media (pointer: fine) {

  a span {
    display: none;
  }
  a:hover span {
    display: inline-block;
  }
}

.about-team-container .splash-headshot {
	width: 270px;
}
.animated-video-full .custom-html-widget, .animated-video-full .so-panel {
	width: 95%;
	margin: auto;
	max-width: 1024px;
}
.ccarriere-video {
	max-width: 700px;
}
.splash-title-line-container h4 {
	width: auto;
}
.pinned-loop .search-content::before {
	
  content: '\f08d';
	font: var(--fa-font-regular);
	font-family: 'Font Awesome\ 5 Free';
	float: right;
	font-weight: 900;
	color: #7d9bc0;

}

.postid-39308 #menu-item-1963 {
	display: none;
}
.hidden-span {
	height: 0px;
	width: 0px;
	opacity: 0;
}

#blog-search label {
	height: 0px;
	opacity: 0;
	width: 0px;
}

.sms-consent-lcook p {
	font-size: 12px !important;
	line-height: 14px;
	padding-bottom: 0px;
}
.postid-39308 .splash-contact-form-container {
	width: 66%;
}
.dropdown-menu {
	border-left: 5px solid #12456c;
}
.dropdown-menu>.active>a {
	color: #12456c !important;
}
.dropdown-menu>.active>a:hover {
	color: white !important;
}
.services-icon .services-icon-label {
	color: #12456c;
}
.blog-page-content .posted-on {
	color: #12456c;
}
.splash-headshot-titles h4 {
	color: #12456c;
}
.single-blogs .post-details-area a {
	color: #12456c;
	border-bottom: 1px solid #12456c;
}
.single-blogs .single-blog-content-tag a {
	color: white;
}
.contact-us-container-left {
	background: #12456c;
}
.postid-6401 .splash-headshot {
	width: 270px;
	padding-bottom: 120px;
}
.contact-us-contact-item:hover {
	color: white;
}
.navbar-default .navbar-nav>.active>a {
	color: #12456c !important;
	border-bottom: 2px solid;
	border-radius: 0px;
}
.splash-headshot-titles h5 {
	color: #464646;
}
.officesSearchContent, #country {
	border: 2px solid #464646;
	color: inherit;
}
.krowell-video-container video {
	width: 48%;	
}
.lcook-video-container {
	flex-wrap: wrap;
}
.lcook-video-container video {
	width: 32%;
	min-width: 420px;
	margin-bottom: 20px;
}
.officesSearchContent::placeholder {
	color: #464646
}
.single-blogs .post-posted-on {
	color: #12456c
}
.services-container-no-links .services-icon .services-icon-label {
	cursor: default;
}
.navigation .active a {
	background: none !important;
	border: 2px solid #12456c;
	color: #12456c !important;
}
.sm-button-1, .blog-button, .blog-page-content .blog-page-content-tag a, .single-blog-content-tag a, .wpcf7-form .wpcf7-submit, .navigation li a, .client-logo-button, .officesFilterButton, .single-blog-back-button, .share-socials .share-button, #pulse-form .submitdiv a, .savings-bubble {
	background: #12456c !important;
}
.sm-button-1:hover,.blog-button:hover,.blog-page-content .blog-page-content-tag a:hover,.single-blog-content-tag a:hover,.wpcf7-form .wpcf7-submit:hover,.navigation li a:hover, .client-logo-button:hover, .officesFilterButton:hover, .single-blog-back-button:hover, .share-socials .share-button:hover, #pulse-form .submitdiv a:hover {
    background: #7d9bc0 !important;
}

.menu .navbar-default .navbar-nav>li:hover>a, .dropdown-menu>li>a:hover {
	background: #12456c !important;
}
.home-content-overlay {
	background: rgba(0,0,0,0.7)
}
.wpcf7-form input, .wpcf7-form textarea  {
	font-size: 18px;
}
.wpcf7-list-item label {
	height: auto !important;
	opacity: 1 !important;
	width: auto !important;
	display: inline-block;
	position: relative !important;
}
.abaker-savings-4-column .savings-example .savings-bubble {
    width: auto;
    height: auto;
    border-radius: 10px;
    padding: 20px;
		margin-bottom: 20px;
}
.abaker-savings-4-column .savings-example {
	padding-left: 20px;
	padding-right: 20px;
}
.mdp-speaker-player {
	margin-bottom: 0px;
}
.landing-case-study-right p, .landing-case-study-right h4 {
	padding-bottom: 10px;
}
.landing-case-study-right ul {
	padding-top: 0px;
}
.page-template-page-full-width #post-details .aoda-container {
	display: block;
	overflow: visible;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
.ddow-client-np {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ddow-client {
	width: 180px;
	height: 180px;
	background: white;
	padding: 10px;
	margin: 1%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-shadow: 0 2px 8px rgb(70 70 70/15%);
  background: #f9f9f9;
	border-radius: 5px;
	cursor: default;
}
.ddow-client h3 {
	font-size: 22px;
	margin-bottom: 0px;
}
.aoda-title {
	border-bottom: 2px solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.aoda-container h4 {
	font-size: 36px;
	text-align: center;
}
.aoda-details h5 {
	font-size: 20px !important;
	text-align: center;
	width: auto;
}
.aoda-details h6 {
	font-size: 16px;
}
.aoda-container .panel-grid-cell {
	  margin-top: -100px;
    display: block;
    position: relative;
    box-shadow: 0 0 10px 0 rgb(0 0 0/25%);
    padding: 30px 30px;
    margin-bottom: 50px;
    background: #fff;
    border-radius: 7px;
}
.terms-details h4 {
	text-align: left;
	font-size: 24px;
}
.terms-details h5 {
	font-weight: 500;
	line-height: 24px;
	text-align: left;
	font-size: 16px ;
}
.terms-details p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.terms-details div {
	padding-bottom: 20px;
}
.aoda-title h4 {
	text-align: center !important;
	font-size: 36px;
}
.splash-header-line {
	width: 100%;
}
.splash-header-location h2 {
	margin-bottom: 15px;
}

.ora-logos {
	justify-content: center;
	align-items: end;
	margin-top: -60px;
}
.leaders-logos {
	align-items: center;
	padding-top: 60px;
	padding-bottom: 0px;
}
.leaders-logos p {
	font-size: 18px;
	white-space: wrap;
	padding-left: 50px;
	padding-bottom: 20px;
	text-align: center;
}
.leaders-logos a {
	width: 350px;
}
.leaders-logos div {
	width: calc(100% - 350px)
}
.leaders-logos video {
	width: 45%;
}
.jlich-leaders-logos div {
	width: 55%;
}
.leaders-logos img {
	max-height: 250px !important;
}
.jlich-header {
	font-size: 36px !important;
	text-align: center;
	line-height: 48px;
	max-width: 1300px;
	margin: auto;
}
.jlich-3-column {
	display: flex;
	justify-content: space-between;
}
.jlich-3-column h2 {
	color: white;
	font-size: 80px !important;
	padding-top: 5px;
	padding-bottom: 5px;
}
.jlich-3-column h3 {
	min-height: 0;
	letter-spacing: 3px;
	font-size: 24px;
	color: white;
	font-weight: 400;
}
.jlich-headshot img {
	max-width: none;
	width: 215px;
	margin-top: 0px;
}
.jlich-stats {
	width: 100% !important;
	display: inline-flex;
	flex-wrap: wrap;
}
.jlich-stats p {
	width: 100%;
	padding-bottom: 0px;
  color: #12456c;
	font-weight: 600;
}
.postid-39226 .panel-grid:first-child {
	background: white;
	box-shadow: 0 2px 8px rgba(70,70,70,.5);
	z-index: 2;
	position: relative;
}
.rubber-logos {
	justify-content: center;
	align-items: end;
}
.testimonial-read-more {
	background: #7d9bc0;
	width: 25%;
	text-align: center;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	color: white;
	font-weight: 600;
	margin-top: 15px;
	transition: 0.25s ease-in-out;
}
.testimonial-read-more:hover {
	color: white;
	background: #12456c;
}
.ora-logos a, .rubber-logos a {
	padding-left: 15px;
}
.landing-page-container .ora-logos a img {
	max-height: 150px;
}
.landing-page-services-3 .savings-example {
	width: 33%;
	min-width: 280px;
}
.landing-page-services-3 .savings-example .savings-bubble {
	width: auto;
	height: auto;
	border-radius: 10px;
	padding: 20px;
	
}
.landing-page-services-3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.wpcf7 label {
	height: 0px;
	opacity: 0;
	margin: 0px;
	position: absolute;
}
.fd-contact .wpcf7 label {
	height: auto;
	opacity: 1;
	margin: 10px;
	position: unset;
}
.wpcf7-acceptance {
	width: 100%;
	display: inline-block;
	padding-bottom: 10px;
}
.wpcf7-acceptance .wpcf7-list-item, .wpcf7-acceptance label {
	width: 100%;
}
.wpcf7-list-item-label {
	font-size: 18px;	
}
.wpcf7-acceptance input {
	width: auto !important;
	float: left;
	margin-left: 0;
}
.wpcf7-acceptance a {
	color: #12456c;
	border-bottom: 1px solid #12456c;
	transition: 0.25s ease-in-out;
}
.wp-video {
	margin: auto;
}
.savings-example h2 {
	cursor: default;
}
.achevrier-partner-container {
	display: flex;
}
.achevrier-partner-container h2 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 0px;
	margin: 5px;
}
.achevrier-partner-container-first, .achevrier-partner-container-second {
	display: flex;
}
.achevrier-partner-container-first img {
	height: auto !important;
	width: 100% !important;
	max-width: none;
	object-fit: contain;
}
.achevrier-partner-container-first {
	justify-content: end;
	padding-right: 50px;
	min-width: 300px;
}
.achevrier-partner-container-second {
	align-items: start;
	width: 75%;
	justify-content: start;
	flex-direction: column;
}
.achevrier-partner-container-second .sm-button-1 i {
	padding-left: 5px;
}
.splash-sdeetz-container .splash-business-services-1 {
	width: 70%;
}
.splash-kposkey-container h4 {
	font-size: 24px;
	padding-bottom: 10px;
}
.splash-kposkey-container p {
	font-size: 18px;
	line-height: 28px;
}
.splash-business-services-kposkey {
	background: none !important;
}
.splash-kposkey-container .splash-business-services-2 {
	width: 40%;
} 
.splash-kposkey-container .splash-business-services-1 {
	width: 60%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.splash-sdeetz-container .splash-business-services-2 {
	width: 30%;
	background: none;
}
.postid-6072 .testimonial-row, .postid-6012 #pg-6012-6 {
	background: #fff;
	margin: 0;
	width: 100%;
}
.splash-sdeetz-container {
	background: #7d9bc0;
	border-radius: 25px;
  margin-bottom: 25px;
	color: white;
}
.splash-sdeetz-container p {
	color: white;
}
.splash-sdeetz-container .splash-business-services-2 img {
	border-radius: 25px;
}
.sdeetz-about {
	text-align: center;
}
.sdeetz-about-header  {
	padding-bottom: 30px;
}
.sdeetz-about-header .splash-title-line-container {
	padding-bottom: 10px;
}
.sdeetz-about-header h5 {
	text-align: center;
	font-size: 18px;
}
.navbar-brand {
    padding-top: 12px;
}
.fd-about-container video {
	margin-bottom: 30px;
	width: 100%;
}
.fd-about-container {
	justify-content: space-between;
}
.fd-about-container  .vendor-relations-image-container {
	width: 49% !important;
}
.fd-about-container .splash-office-information {
	width: 49%;
}
.fd-about-container .button-container {
	justify-content: space-between;
	display: flex;
}
.fd-about-container .sm-button-1 {
	padding: 20px;
}
.fd-about-container img {
	width: 175px;
	float: left;
}
.contact-hide-buttons .home-office-button-container {
	display: none;
}
.landing-header-left-half, .landing-header-right-half {
	width: 50%;
	display: flex;
	align-items: center;
	
}
.landing-header-left-half .splash-headshot {
  margin: auto;
  width: 650px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-left: 10px;

}
.landing-header-left-half .splash-headshot  h4 {
font-size: 20px;}
.landing-header-left-half .splash-headshot-image {
	width: 90px;
	height: 90px;
	margin-top: 10px;
}
.landing-header-left-half img {
	width: 90px;
	margin-top: 3px;
}
.landing-header-left-bottom {
  display: flex;
}
.landing-header-container .wpcf7 {
	width: 100%;
}
.landing-header-container .main-header-overlay-container {
	display: flex;
}
.landing-header-container .main-header-text {
	width: 100%;
	margin-left: 0px;
}
.landing-header-container .wpcf7-form {
	width: 90%;
	margin: auto;
}
.landing-page-cta .fd-contact-row-1 {
	justify-content: center;
}
.not-found {
	min-height: 550px;
}
.postid-16241 #footer .container {
	max-width: 1370px;
	padding-left: 15px;
	padding-right: 15px;
}
.postid-16241 #footer {
	display: none;
}
.postid-16241 #post-details #footer {
	display: block;
}
.postid-6068 .splash-header-location h4 {
	display: none;
}

.postid-6068  .splash-header-line-container {
	justify-content: center;
}

.single-blogs .post-details-area a span {
	display: inline-block;
}
.vendor-relations-container {
	display: flex; 
	align-items: center;
}
.vendor-relations-container img {
	max-width: 450px;
	margin: auto;
}
.pinned-loop {
	padding-left: 15px;
	padding-right: 15px;
}
.img-container  img {
	max-width: none;
height: 450px;
	margin: auto;
	width: auto;
}
.single-post .single-blog-content .aligncenter {
	float: none;
}
.single-post .single-blog-content .splash-headshot img {
	float: none;
	padding-bottom: 0px;
	padding-right: 0px;
}
.single-post .headshot-row .panel-grid-cell {
	margin: auto !important;
}
.vendor-relations-container .home-half-left-container {
	justify-content: center;
	align-items: center;
}

.img-container {
	width: 450px;
	height: 450px;
	border-radius: 50%;
	overflow: hidden;
	object-fit: center;
}

.splash-contact-form-container .wpcf7 {
	width: 100%;
}
.single-post .post-content h3 {
	font-size: 24px;
}
#fd-awards {
	background: url('https://www.schooleymitchell.com/wp-content/uploads/Blog-Background.jpg');
	background-size: cover;
}
.landing-resources-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: auto;
}
.landing-resources-half {
	display: flex;
	flex-direction: column;
	width: 45%;
	text-align: center;
	padding: 0px 20px;
}
.landing-resources-container .sm-button-1 {
	height: auto;
} 
.single-franchises #menu-item-1964 {
	display: none;
}
.postid-6298 #menu-main-menu, .postid-6298 .footer-right, .postid-6298 .splash-office-button-container a:last-child, .wmckissock #menu-main-menu, .wmckissock .footer-right  {
	display: none;
}
.postid-6082 .splash-office-button-container a:last-child {
	display: none;
}
.splash-business-services-container {
	display: flex;
}
.splash-business-services-container h3 {
	font-size: 28px;
}
.splash-business-services-1 {
	width: 70%;	
	padding: 20px;
}
.splash-business-services-2 {
	width: 30%;
	background: #7d9bc0;
	padding: 20px;
	color: white;
	text-align: center;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.splash-business-services-2 span {
	font-size: 42px;
	margin: 20px 5px;
	display: inline-block;
}
.pagination {
	flex-wrap: wrap;
	padding: 0px 15px;
}
.splash-animated-video-autoplay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	padding: 15px;
	z-index: 1;
}
.splash-animated-video-autoplay .splash-animated-video {
	width: 80%;
	max-width: 800px;
	margin-top: 100px;
	z-index:99999999;
}
.splash-savings-examples-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.splash-savings-example-1, .splash-savings-example-2 {
	width: 48%;
	transition: 0.25s ease-in-out;
	height: 400px;
	overflow: hidden;
	border-radius: 10px;
	background-size: cover !important;
}
.splash-savings-examples-inner {
	background: rgba(0,0,0,0.5);
		width: 100%;
	height: 100%;
	justify-content:center;
		display: flex; 
	align-items: center;
	
}
.splash-savings-example-1:hover, .splash-savings-example-2:hover { 
	transform: scale(1.03);
}
.splash-savings-examples-container h4 {
	font-size: 28px;
	color: white;
}
.asmith-headshot img {
	filter: grayscale();
}
.splash-headshot-socials .fa-calendar {
	border-radius: 10px;
}
.splash-headshot-socials .fa-calendar::after {
	content: "Schedule A Meeting";
	font-family: poppins,sans-serif;
	float: right;
	padding-left: 5px;
	font-size: 14px;
}
.splash-contact-description p {
	margin-bottom: 20px;
}

.full-width-2-column-inside .widget_siteorigin-panels-postloop .search-content .entry-summary {
font-size: 14px;
}
.full-width-2-column-inside .widget_siteorigin-panels-postloop .search-content .entry-thumbnail {
	min-width: 25%;
	padding-bottom: 0px !important;
	display: inline-block;
	position: relative;
	max-width: 25%;
	object-fit: cover;
}
.full-width-2-column-inside .widget_siteorigin-panels-postloop .search-content .entry-thumbnail img {
	object-fit: cover;
	height: 100%;
}
.full-width-2-column-inside .search-content .entry-footer {
	display: none;
}
.full-width-2-column-inside {
	padding: 100px 0px;
}
.full-width-2-column-inside .widget_siteorigin-panels-postloop {
	padding-bottom: 0px;
}
.full-width-2-column-inside .search-content {
	padding: 10px;
	width: auto;
	transition: 0.25s ease-in-out;
}
.full-width-2-column-inside .search-content:hover {
	transform: scale(1.03);
}
.full-width-2-column-inside  article {
	height: 100%;
	display: flex;
}
.full-width-2-column-inside .search-content .entry-title {
	padding-bottom: 0px;
	font-size: 18px
}
.full-width-2-column-inside .search-content .entry-thumbnail {
	padding-bottom: 0px;
}
.full-width-2-column-inside .widget_siteorigin-panels-postloop .search-content .entry-main-content {
	width: auto;
	display: inline-block;
	position: relative;
  padding-left: 10px;
}
.landing-page-header-2 .landing-page-container {
	padding: 0px;
}
.landing-page-header-2 .landing-page-half h2 {
	color: white;
	text-align: left;
	font-size: 36px !important;
	margin-bottom: 20px;
}
.landing-page-header-2 .landing-page-half p {
	color: white;
	  font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
.img-half {
	background: none;
	box-shadow: none;
	padding: 0px;
	margin: 0px;
	padding-top: 60px;
}
.img-half .magnifying {
max-width: 500px;
}
.home-half-right-container .home-half-content h5 {
	font-size: 18px;
	text-align: center;
}
.landing-page-half h1 {
	text-align: center;
	padding-bottom: 10px;
}
.reduce-list {
	margin-left: 25px;
}
.reduce-list li {
	font-size: 18px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.reduce-list li::marker {
	content: '>';
		color: #7d9bc0;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
}
.single-franchises ol {
	margin-left: 15px;
	
}
.single-franchises #post-details li {
	padding-left: 10px;
}
.single-franchises #post-details li::marker {
	content: "-";
	
}
.post-template-default .post-title-header {
	text-align: center;
	border-bottom: 1px solid #eee;
}
.post-template-default .single-blog-content {
	padding-top: 10px;
}
.search-content .entry-summary p {
	font-size: 16px;
}
.headshot-row .widget_my_custom_widget {
  margin: auto;
}
.single-post .headshot-row .splash-headshot {
	margin: auto;
}
.post-content ol {
	font-size: 16px !important;
}
.postid-6051 .splash-header-container {
	background-position: bottom !important;
}
.cookie-notice {
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 99999;
    justify-content: center;
    align-items: center;
}
.cookie-container {
    display: table;
    width: 500px;
    height: auto;
    z-index: 99999;
    background-color: #7d9bc0;
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
	    box-shadow: 0 0 10px 0 rgb(0 0 0/15%);
}
.cookie-container h2 {
    color: white;
	font-size: 24px;
}
.cookie-container p {
	color: white;
}
.cookie-container button {
	
	border: none;
	border-radius: 5px;
	padding: 10px;
	font-size: 18px;
	color: #3d3d3d;
	font-weight: 600;
	border: 1px solid white;
	transition: 0.25s ease-in-out;
}
.cookie-container button:hover {
	background: none;
	color: white;
}
.postid-6057 .single-franchises .feed-content {
	padding-bottom: 0px !important;
}
.postid-6057 .widget_siteorigin-panels-postloop:first-child {
	padding-bottom: 0px;
}

.share-socials .share-button {
	background: #7d9bc0;
	width: auto;
	display: inline-flex;
	color: white;
	align-items: center;
	justify-content: space-between;
	padding: 12px;
	border-radius: 20px;
	font-size: 18px;
	transition: 0.25s ease-in-out;
	cursor: pointer;
}
.share-socials .share-button i {
	padding-right: 5px;
}
.share-socials .share-button:hover {
	background: #12456c;
}
.share-socials-full {
	width: 100vw;
	z-index: 9999999;
	height: calc(100vh);
	position: fixed;
	display: none;
	justify-content: center;
	align-items: center;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,0.2)
}
.share-socials-container {
	display: flex;
	flex-direction: column;
 background: #3d3d3d;
	color: white;
	padding: 15px;
	border-radius: 10px;
	width: 375px;
	position: absolute;
}
.share-socials-container h4 {
	float: left;
	display: inline-block;
}
.share-socials-container .share-socials-close {
	float: right;
	display: inline-block;
	font-weight: 400;
	font-size: 24px;
	transition: 0.25s ease-in-out;
}
.share-socials-container .share-socials-close:hover {
	color: grey;
}
.share-socials-container .single-blog-socials-copy {
	display: flex;
}
.share-socials-container .share-socials-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.share-socials-container .share-socials-close {
  cursor: pointer;
}
.share-socials-container .single-blog-socials {
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
}
.share-socials-container .single-blog-socials a {
	height: 70px;
	width: 70px;
	font-size: 30px;
}

.share-socials-container .single-blog-socials-copy {
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	
}

.share-socials-container .single-blog-socials-copy input {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	color: #3d3d3d;
	font-size: 12.5px;
	background: white;
}
.share-socials-container .single-blog-socials-copy-button {
	background: #7d9bc0;
	padding: 5px;
	font-size: 16px;
	border-radius: 5px;
	margin-left: -60px;
	height: 35px;
	z-index: 99999999999;
		transition: 0.25s ease-in-out;
	cursor: pointer;
}
.share-socials-container .single-blog-socials-copy-button:hover {
	background: #12456c;
}
.landing-page-cta img {
	height: auto;
	width: auto;
}
.page-id-38956 #head, .page-id-38968 #head, .page-id-38996 #head, .page-id-39618 #head {
	display: none;
}
.page-id-38956 .landing-header, .page-id-38968 .landing-header, .page-id-38996 .landing-header,
.page-id-39618 .landing-header {
	padding-top: 5px;
	padding-bottom: 5px;
}
.full-screen-header, .full-screen-header .main-header-video, .full-screen-header .main-header-overlay {
	height: calc(100vh - 87px - 197px);
		min-height: 600px;
}
.full-screen-header .main-header-video {
	object-fit: cover;
}
.landing-nav .active {
	color: #7d9bc0;
}
.kcrockett-landing-header-left-half {
	width: 75%;
	margin: auto;
}
.landing-header-container .kcrockett-landing-header-left-half .wpcf7-form {
	width: 100% !important;
}
.kcrockett-landing-header-left-bottom {
	align-items: center;
}
.kcrockett-landing-header-left-half .main-header-text h2 {
border-bottom: 2px solid;
	padding-bottom: 10px;
}
.kcrockett-landing-header-left-half .kcrockett-landing-header-left-bottom:last-child {
	flex-direction: row;
}

.landing-page-header-aegiuggio .landing-page-container {
	flex-direction: column;
	justify-content: center;
	padding: 50px 0px;
}
.landing-page-header-aegiuggio-2 .landing-page-container {
	padding: 100px 0px;
}
.landing-page-header-aegiuggio-2 h4 {
	color: white;
	font-size: 24px;
	line-height: 32px;
}
.landing-page-header-aegiuggio-2 h5 {
	color: white;
	text-align: right;
	font-size: 20px;
	padding-top: 20px;
}
.landing-page-header-aegiuggio .landing-page-half {
	margin: auto;
}
.landing-page-header-aegiuggio h1 {
	color: white;
		padding-top: 10px;
}
.landing-page-header-aegiuggio p {
	padding-bottom: 0px;
}
.landing-page-header-aegiuggio ul {
	margin: 0;
	padding-left: 10px;
}
.landing-page-header-aegiuggio ul ul {
	padding-left: 50px;
}
.landing-page-header-aegiuggio ul ul li::marker {
	content: ' ' !important;
}
.main-started-container-aegiuggio .main-started-body {
	width: 900px
}
.main-started-container-aegiuggio .main-started-body img {
	max-width: 270px;
	margin: auto;
}
.main-started-container-aegiuggio .main-started-odd .main-started-column-left, .main-started-container-aegiuggio .main-started-even .main-started-column-right {
	width: 35%;
}
.main-started-container-aegiuggio .main-started-odd .main-started-column-right, .main-started-container-aegiuggio .main-started-even .main-started-column-left {
	width: 65%;
}
.testimonial-row .widget_custom_html {
	    flex: 0 0 100%;
}
.sossias-savings-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sossias-savings-item-container {
	width: 25%;
	padding: 10px;
	transition: 0.25s ease-in-out;
	min-width: 330px;
}
.sossias-savings-item-container:hover {
	transform: scale(1.02);
}
.sossias-savings-item {
	background: white;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 rgb(0 0 0/15%);
}
.sossias-savings-item img {
	min-height: 411px;
	object-fit: contain;
	object-position: top;
}
.sossias-savings-item h2 {
	font-size: 18px;
	text-align: center;
	margin: 0;
	padding-top: 5px;
}


/* Services Menu Rework */
@media only screen and (min-width: 768px) {
	
#menu-item-237.open .dropdown-menu, #menu-item-237 .dropdown-menu:hover {
	display: flex;
	width: 500px;
	flex-wrap: wrap;
	right: auto;
}
#menu-item-237 .dropdown-menu li {
	width: 50%;
	display: flex;
	align-content: center;
	min-height: 70px;
	flex-wrap: wrap;
}
#menu-item-237 .dropdown-menu li a {
	displaY: flex;
	width: 100%;
  padding: 0px;
	flex-wrap: wrap;
	align-content: center;
	min-height: 70px;
}
.services-menu-icon {
	width: 70px;
	height: 70px;
	background-position: center !important;
	background-size: cover !important;
}
.services-text {
	flex-wrap: wrap;
	height: 100%;
	line-height: 18px;
	width: calc(100% - 70px);
	display: flex;
	align-content: center;
	white-space: pre-wrap;
	padding-right: 5px;
}
#telecom-menu-icon {
	background: url('/wp-content/uploads/2022/10/Telecom-copy.png');
}
#waste-menu-icon {
	background: url('/wp-content/uploads/2022/10/Waste-Icon-Only.png');
}
#epp-menu-icon {
	background: url('/wp-content/uploads/2022/10/EPP-Icon-Only.png');
}
#fuel-menu-icon {
	background: url('/wp-content/uploads/2022/10/Fuel-Icon-Only.png');
}
#gas-menu-icon {
	background: url('/wp-content/uploads/Compressed-Gases-Icon-Only-2.png');
}
#eld-menu-icon {
	background: url('/wp-content/uploads/2022/10/ELD-Icon-Only.png');
}
#sps-menu-icon {
	background: url('/wp-content/uploads/2022/10/SPS-Icon-Only.png');
}
#saas-menu-icon {
	background: url('/wp-content/uploads/Saas-Icon-Only-2.png');
}
#uniforms-menu-icon {
	background: url('/wp-content/uploads/Uniforms-and-Linens-Icon-Only-2.png');
}
#ltl-menu-icon {
	background: url('/wp-content/uploads/2022/10/LTL-Icon-Only.png');
}
#office-menu-icon {
	background: url('/wp-content/uploads/Office-Supplies-Icon-Only-2.png');
}
#facility-menu-icon {
	background: url('/wp-content/uploads/Facility-Supplies-Icon-Only-2.png');
}
#packaging-menu-icon {
	background: url('/wp-content/uploads/Packaging-Icon-Only-2.png');
}
#coffee-menu-icon {
	background: url('/wp-content/uploads/Coffee-Water-Icon-Only.png');
}
}
@media only screen and (max-width: 1500px) {
	#menu-item-237.open .dropdown-menu, #menu-item-237 .dropdown-menu:hover {
		left: -225px;
	}
		.landing-page-header {
		width: 100%;
	}
	.full-width-2-column-inside .panel-layout {
		width: 100%;
	}
	.referral-calc-container h1 {
		font-size: 20px;
	}
	.landing-page-header-aegiuggio .landing-page-container {
		padding: 50px 30px;
	}
}
@media only screen and (max-width: 1024px) {
	.landing-page-header-aegiuggio .landing-page-half {
		order: 2;
	}
	.landing-page-header-aegiuggio .video-half {
		order: 1;
	}
	.lcook-video-container video {
		width: 80%;
	}
	.landing-case-study-left, .landing-case-study-right {
		width: 50%
	}
	.fd-about-container  .vendor-relations-image-container {
	width:100% !important;
		order: 2;
}
.fd-about-container .splash-office-information {
	width: 100%;
}
	.referral-calc-container h1 {
		font-size: 18px;
	}
	.testimonial-cell h4 {
		font-size: 22px;
	}
	.landing-page-half h1 {
		font-size: 24px;
		text-align: center;
		padding-bottom: 10px;
	}
	.widget_splash_testimonials_widget p {
		font-size: 16px;
	}
	.splash-business-services-container h3 {
	font-size: 24px;
}
	.splash-business-services-2 {
		width: 40%;
	}
	.headshot-row .widget_my_custom_widget {
		width: 50%;
		margin: auto;
	}
	.landing-header .panel-grid-cell:first-child {
		margin: 8px 0px;
	}
	.landing-header {
		flex-direction: row !important;
		flex-wrap: wrap;
		padding: 0px 15px;
	}
	.landing-header .widget_custom_html {
		padding: 0;
		width: 100%;
	}
	.landing-nav {
		padding-top: 0px;
	}
	.savings-4-column .savings-example {
		width: 50%;
		padding-bottom: 30px;
	}
	.savings-4-column {
		flex-wrap: wrap;
	}
	.landing-page-services-4 .landing-page-item {
		width: 45%;
	}
	.splash-savings-example-1, .splash-savings-example-2 {
		height: 300px;
	}
	.splash-savings-examples-container h4 {
		font-size: 22px;
	}
	.landing-page-half {
		width: 100% !important;
	}
	.landing-header-container .main-header-text h3 {
		font-size: 14px;
		line-height: 20px;
	}
	.landing-header-left-half .splash-headshot-image {
		width: 70px;
		height: 70px;
	}
	.landing-header-left-half img {
		width: 60px;
	}
	.landing-header-left-half .splash-headshot h4 {
		font-size: 16px;
	}
	.landing-header-left-half .splash-headshot h5 {
		font-size: 13px;
	}
	.achevrier-partner-container h2 {
		font-size: 18px;
		line-height: 24px;
	}
}
@media only screen and (max-width: 768px) {
	.kcrockett-landing-header-left-bottom {
		flex-direction: column;
	}
	.kcrockett-landing-header-left-half .kcrockett-landing-header-left-bottom:last-child {
	flex-direction: column;
}
	.kcrockett-landing-header-left-half .kcrockett-landing-header-left-bottom:last-child div {
	width: 98% !important;
		margin-right: auto
}
	.landing-header-left-half .splash-headshot {
		width: 100% !important
	}
	.landing-header-container .kcrockett-landing-header-left-half .wpcf7-form input {
	font-size: 14px;
}
	.kcrockett-landing-header-left-half {
	width: 95%;
}
	.krowell-video-container video {
	width: 90%;	
		padding-bottom: 20px;
	}
	.jlich-3-column {
		flex-direction: column;
	}
	.jlich-headshot img {
		width: 160px;
	}
	.leaders-logos video {
		width: 100%;
		margin-bottom: 20px;
	}
	.jlich-header {
		font-size: 28px !important;
		line-height: 32px;
	}
	.leaders-logos {
		flex-direction: column;
	}
	.leaders-logos p {
		padding-left: 0px;
	}
	.leaders-logos a, .leaders-logos div {
		width: 100%;
		text-align: center;
	}
.landing-case-study-left, .landing-case-study-right {
		width: 100%
	}
	.landing-case-study {
	flex-direction: column;	
	}
	.landing-page-services-3 .savings-example {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.splash-sdeetz-container .splash-business-services-2, .splash-sdeetz-container .splash-business-services-1  {
		width: 100%;
	}
	.splash-kposkey-container .splash-business-services-2, .splash-kposkey-container .splash-business-services-1 {
		width: 100%;
	}
	.ora-logos {
	justify-content: center;
	align-items: center;
		margin-top: 0px;
	flex-direction: column;	
	}
	.wpcf7-form textarea {
		max-height: 150px;
	}
	.achevrier-partner-container {
		flex-direction: column;
	}
	.achevrier-partner-container-first {
		padding-right: 0px;
		width: 50%;
		margin: auto;
	}
	.achevrier-partner-container-second {
		width: 100%;
		padding-top: 20px;
		align-items: center;
		text-align: center;
	}
	.main-started-container img {
		height: auto;
		width: 80%;
		margin: auto;
	}
	.splash-headshot-socials .fa-calendar::after {
		font-size: 14px;
		content: "Schedule"
	}
	.fd-about-container img {
		display: none;
	}
	.landing-page-services-3 .landing-page-item {
		width: 95%;
	}
	.landing-page-services-3 .flip-box h2 {
		font-size: 13px;
	}
	.splash-savings-examples-container {
		flex-direction: column;
		width: 100%;

	}
	.landing-header .panel-grid-cell:first-child {
		justify-content: center;
		margin: 0px 0px;
	}
	.landing-header img {
		max-width: 250px !important;
	}
	.splash-savings-example-1, .splash-savings-example-2 {
		width: 95%;
		margin: auto;
		margin-bottom: 30px;
	}
	.splash-animated-video-autoplay .splash-animated-video {
		margin-top: 0;
		width: 100%;
		
	}
	.splash-business-services-container {
		flex-direction: column;
	}
	.splash-business-services-1, .splash-business-services-2 {
		width: 100%;
	}
	.splash-title-line {
		display: none;
	}
	.landing-page-container {
		padding: 50px 0px;
	}
	.landing-resources-container {
		flex-direction: column;
	}
	.landing-resources-half {
		width: 100%;
		padding-bottom: 30px;
	}
	.headshot-row .widget_my_custom_widget {
		width: 100%;
		padding-bottom: 30px;
	}
	.landing-page-services-4 .landing-page-item {
		width: 100%;
	}
	.splash-title-line-container h4 {
		white-space: break-spaces;
	}
	.img-container  {
		height: 330px;
		width: 330px;
		margin-bottom: 10px;
	}
	.landing-header {
	 flex-direction: column !important;
	}
	.landing-nav {
		padding-top: 10px;
		padding-bottom: 10px;
		justify-content: space-evenly;
	}
	.landing-header img {
		max-width: 200px !important;
	}
	.landing-header .panel-grid-cell:first-child {
		margin: 8px 0px !important;
	}
	
	.landing-nav a {
		padding: 5px 5px;
		white-space: nowrap;
		font-size: 15px;
	}
	.vendor-relations-container img {
		max-width: 100%;
		padding-bottom: 10px;
	}
	.img-container img {
		height: 330px;
		width: auto;
		padding-bottom: 0px;
		
	}
	.page-template-page-full-width #post-details .aoda-container .panel-grid-cell {
		padding: 30px;
	}
}
@media only screen and (max-width: 600px) {
	.landing-header-container .main-header-overlay-container {
		flex-direction: column;
	}

	.landing-header-container, .landing-header-container .main-header-overlay {
		height: 950px;
	}
	.landing-header-container .main-header-overlay-container {
		margin: 0px;
		height: 100%;
		justify-content: center;
	}
	.landing-header-left-half, .landing-header-right-half {
		width: 100%;
	}
	.wpcf7-form [data-name=txtPhone] {
		padding-left: 0px;
		float: none;
	}
	.wpcf7-form textarea, .wpcf7-form input, .wpcf7-form .wpcf7-email {
		width: 99%;
	}
	.landing-header-container .wpcf7-form, .wpcf7-form [data-name=txtEmail] {
		width: 100%;
		padding-right: 0px;
	}
	.two-column .panel-grid-cell {
		flex-direction: column;
	}
	.two-column .widget_custom_html {
		width: 80%;
	}
	.landing-page-services {
		justify-content: center;
		align-items: center;
	}
	.savings-4-column {
		flex-direction: column;
	}
}

@media (pointer: fine) {
	a span {
		display: inline-block;
	}
}
.lcook-cost-checkbox p {
	font-size: 18px;
	margin-left: 5px;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 5px;
}

.lcook-cost-checkbox .wpcf7-form-control {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
}

.lcook-cost-checkbox .wpcf7-list-item {
	margin-left: 0px;
}

.lcook-cost-checkbox input {
	width: 15px;
	height: 15px;
}

.lcook-cost-checkbox .wpcf7-list-item label {
	display: flex;
	padding-top: 5px;
	padding-right: 10px;
}
.landing-page-header-aegiuggio .landing-page-container {
	flex-direction: row;
	justify-content: center;
	padding: 50px 0px;
}