/*******************************************/
/* Theme Name: PaperStreet                 */
/* Theme URI: http://www.wordpressbase.com */
/* Author: PaperStreet                     */
/* Author URI: https://www.paperstreet.com */
/* Description: For Clark, Fountain, La Vista, Prather, & Littky-Rubin            */
/* Text Domain: paperstreet                */
/* Version: 3.2105                         */
/*******************************************/

/*
GENERAL
FOOTER
FEATURES
ANIMATIONS
MODULES
PRINT
MISC
*/

/*******************************************************************************************
GENERAL - Layout and general features
*******************************************************************************************/

.height-auto {
  height: auto;
}

/* GENERAL > HTML and Structure */
main {
	padding: 60px 0;
	min-height: 450px;
	display: block;
	width: 100%;
	/*overflow: hidden;*/
}

.no-banner main {
	padding-top: 220px;
}

.sidebar {
	clear: both;
	float: none;
}

.content,
.sidebar {
	width: 100%;
}

.content {
	padding-right: 15px;
	margin-bottom: 60px;
}
.sidebar.contact-full-sidebar.columns {
	padding: 0;
}
.contact-full-inner i {
	color: #1b3a63;
	font-weight: bold;
	font-size: 21px;
}
.content.contact-full-content.columns a {
	font-size: 22px;
}
.content img {
	max-width: 100%;
}

.content.full-width {
	float: none;
}

.content p.indent {
	margin-left: 60px;
}

.content section {
	margin-bottom: 60px;
}

.content section:last-of-type {
	margin: 0;
}

ol,
ul {
	margin: 0 0 25px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style-position: outside;
	padding-left: 0;
}

.content li {
	font-size: 16px;
	color: #1e272b;
	padding: 0 0 0 20px;
	position: relative;
	margin-bottom: 15px;
}

.content ol li {
	padding-left: 35px;
	position: relative;
	list-style: none;
	counter-increment: count-me;
	margin-top: 10px;
	margin-left: 2px;
}

.content ol li::before {
	counter-increment: step-counter;
	content: counter(count-me)"." !important;
	display: block !important;
	position: absolute;
	left: -1px;
	width: 29px;
	height: 50px;
	top: -6px;
	background-repeat: no-repeat;
	background-position: 3px 0;
	padding-left: 0;
	padding-top: 4px;
	color: #6dbe5a;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
}

.content ul li::before {
	position: absolute;
	left: 0;
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
	color: #6dbe5a;
	font-size: 20px;
	top: -3px;
}

.content ul li:before,
.sidebar section ul li:before {
	font-family: 'Font Awesome 5 Pro';
}

.content ul ul {
	margin: 20px 0 25px 00px;
}

hr {
	background: #6dbe5a;
	width: 100%;
	height: 2px;
	display: block;
	border: none;
	margin: 40px 0;
}

figure {
	margin: 0;
}

.non-italic,
address {
	font-style: normal;
}

section.no-underline ul {
	border: none;
}

section.no-underline ul:last-of-type {
	padding: 0;
}

section.sidebar-block {
	background: #fff;
	padding: 0 0;
}
 
.sidebar section {
	margin-bottom: 40px;
}

.sidebar-inner:first-child hr {
	margin-top: 13px;
}

.sidebar section ul li {
	padding: 8px 0 8px 22px;
	position: relative;

  padding: 0 0 0 22px;
  margin-bottom: 15px;
}

.sidebar section ul li::before {
	position: absolute;
	color: #6dbe5a;
	content: "\f105";
	top: 0px;
	left: 0;
	font-size: 26px;
	font-weight: 300;

  top: -8px;
}


.sidebar section ul li {
	border-bottom: 0px solid #6dbe5a;
}

.sidebar section ul li,
.sidebar section ul li a {
	display: block;
}

.sidebar section ul ul li {
  margin-top: 15px;
}

.sidebar section button.no-button, .sidebar section ul li a {
	color: #1b3a63;
	text-decoration: none;
	font-weight: bold;
}
.content a {
	font-weight: bold;
}



.sidebar section button.no-button:hover,
.sidebar section button.no-button:focus,
.sidebar section ul li a:hover,
.sidebar section ul li a:focus {
	color: #6dbe5a;
	text-decoration: underline;
}

.sidebar section ul li ul {
	padding-left: 20px;
	margin: 0;
}

.content .search-results-container {
	margin-bottom: 80px;
}

.sidebar-block ul:last-of-type {
	margin: 0;
}

.sidebar-block.sidebar-text h2:not(:first-of-type){
  position: relative;
  padding-top: 40px;
}

.sidebar-block.sidebar-text h2:before {
  content: "";
  background: #6dbe5a;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 768px) {
	main {
		padding: 60px 0;
	}

	.content {
		padding-right: 75px;
		width: 65%;
		margin-bottom: 0;
	}

	.content.full-width {
		width: 100%;
		padding-right: 15px;
	}

.sidebar {
	width: 35%;
	float: right;
	clear: none;
	padding-left: 35px;
	padding-right: 35px;
}


}

/* GENERAL > Alternate Buttons */
button.alt-01,
.button.alt-01 {
	background-color: #6dbe5a;
}

button.alt-01:hover,
button.alt-01:focus,
.button.alt-01:hover,
.button.alt-01:focus {
	background-color: #14172F;
	color: #fff;
}

button.alt-02,
.button.alt-02 {
	background-color: #000;
}

button.alt-02:hover,
button.alt-02:focus,
.button.alt-02:hover,
.button.alt-02:focus {
	background-color: #6dbe5a;
	color: #fff;
}

button.outline,
.button.outline {
	background: none;
	border: 2px solid #6dbe5a;
	color: #6dbe5a;
}

button.outline:hover,
button.outline:focus,
.button.outline:hover,
.button.outline:focus {
	background: #6dbe5a;
	color: #fff;
}

button.outline.outline-alt-01,
.button.outline.outline-alt-01 {
	border-color: #fff;
	color: #fff;
}

button.outline.outline-alt-01:hover,
button.outline.outline-alt-01:focus,
.button.outline.outline-alt-01:hover,
.button.outline.outline-alt-01:focus {
	background: #fff;
	color: #14172F;
}

button.no-button,
.button.no-button {
	padding: 0;
	background: none;
	color: #6dbe5a;
	text-transform: none;
}

button.no-button:hover,
button.no-button:focus,
.button.no-button:hover,
.button.no-button:focus {
	color: #000;
	text-decoration: underline;
}

/* GENERAL > Form and Inputs */
input,
select,
textarea {
	color: #fff;
	background: none;
	border: 0;
	border-bottom: 1px solid #fff;
	font-size: 0.9rem;
	line-height: 1.0;
	font-family: var(--body-font-family);
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	width: 100%;
	border-radius: 0;
	padding: 0 15px;
}

input,
select,
textarea,
label {
	height: 50px;
	line-height: 50px;
}
 
textarea  {
	height: 150px;
	line-height: 45px;
}
input.dark-input,
select.dark-input,
textarea.dark-input {
	color: #14172F;
}

textarea {
	resize: none;
	min-height: 90px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.2;
}

form legend,
form label,
form p {
	font-size: 0.9rem;
}

legend,
label {
	color: #fff;
}

fieldset {
	padding: 0;
	border: none;
	margin: 0;
}

label {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 10px;
	pointer-events: none;
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.ctct-inline-form label {
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 0 !important;
}

.ctct-inline-form .ctct-form-listitem {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  align-items: center !important;
}

.ctct-form-defaults {
  padding: 0 !important;
}

/* input:focus~label,
textarea:focus~label,
input.active~label,
textarea.active~label,
select.active~label {
	padding-left: 0;
	line-height: 0;
	top: -15px;
	font-size: 0.7rem; color:#fff
} */

.form-input-group label i {
	color: #5e93aa;
	font-weight: 400;
}
.form-input-group {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
}

.form-input-group.button-container {
	margin-bottom: 0;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
}

select::-ms-expand {
	display: none;
}

.select-wrapper {
	position: relative;
	width: 100%;
}

.select-wrapper::after {
	content: "\f0d7";
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	width: 45px;
	line-height: 50px;
	color: #1b3a63;
	pointer-events: none;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.select-wrapper.active:after {
	background: #14172F;
	color: #6dbe5a;
}

.form-container {
/*	background: #14172F;*/
	padding: 0 40px;
}


.contact-form-heading {
	color: #fff;
	text-align: center;
}

.contact-form-sec-tit {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.contact-form input, .contact-form textarea, .contact-form select {
	background: #fff;
	border: none;
	outline: none !important;
	padding-left: 50px !important;
	color: #1b3a63;
}

.contact-form .background-input.select-wrapper::after, .contact-form .background-input .select-wrapper::after {
	background-color: #eff4f7;
}

.contact-form .form-input-group input::-webkit-input-placeholder,
.contact-form .form-input-group textarea::-webkit-input-placeholder {
  color: #50656e;
  font-size:16px;
  opacity:1 !important
  
}

.contact-form .form-input-group input:-ms-input-placeholder ,
.contact-form .form-input-group textarea:-ms-input-placeholder {
  color: #50656e;
  font-size:16px;
  opacity:1 !important
}

.contact-form .form-input-group input::-ms-input-placeholder,
.contact-form .form-input-group textarea::-ms-input-placeholder {
  color: #50656e;
  font-size:16px;
  opacity:1 !important
}

.contact-form .form-input-group input::placeholder,
.contact-form .form-input-group textarea::placeholder {
  color: #50656e;
  font-size:16px;
  opacity:1 !important
} 


#blog-search-input::-webkit-input-placeholder  {
  color: #50656e;
  font-size:16px;
  opacity:1 !important
  
}

#blog-search-input:-ms-input-placeholder  {
  color: #50656e;
  font-size:16px;
  opacity:1 !important
}

#blog-search-input::-ms-input-placeholder  {
  color: #50656e;
  font-size:16px;
  opacity:1 !important
}

#blog-search-input::placeholder  {
  color: #50656e;
  font-size:16px;
  opacity:1 !important
} 





.background-input input:focus~label,
.background-input textarea:focus~label,
.background-input input.active~label,
.background-input textarea.active~label,
.background-input select.active~label {
	color: #14172F;
}

.background-input input,
.background-input textarea/*,
.background-input select*/ {
	background-color: #14172F;
}

.background-input.select-wrapper:after,
.background-input .select-wrapper:after {
	background-color: #C0C3D3;
}

input.has-error,
textarea.has-error,
select.has-error {
	border: 1px solid #ff0000 !important;
	-webkit-box-shadow: 0 0 2px #ff0000 !important;
	box-shadow: 0 0 2px #ff0000 !important;
}

p.error-text {
	color: #f67676;
	margin: 0;
	font-size: 12px;
	-webkit-animation: fadeIn 125ms both;
	animation: fadeIn 125ms both;
	line-height: normal;
	margin-bottom: 15px;
}

/* GENERAL > Slick Customizations */
.slick-next,
.slick-prev {
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	border: none;
	transform: translate(0, -50%);
}

.slick-next:focus .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-next:hover .slick-next-icon,
.slick-next:hover .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-prev:focus .slick-prev-icon,
.slick-prev:hover .slick-next-icon,
.slick-prev:hover .slick-prev-icon {
	opacity: 1;
}

.slick-next:focus,
.slick-prev:focus {
	top: calc(50% - 1px);
}

.slick-next:focus .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-prev:focus .slick-prev-icon {
	color: #6dbe5a;
	font-size: 2rem;
	margin-left: -2px;
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
	cursor: default;
}

.slick-next.slick-disabled .slick-next-icon,
.slick-next.slick-disabled .slick-prev-icon,
.slick-prev.slick-disabled .slick-next-icon,
.slick-prev.slick-disabled .slick-prev-icon {
	opacity: 0.25;
}

.slick-next .slick-next-icon,
.slick-next .slick-prev-icon,
.slick-prev .slick-next-icon,
.slick-prev .slick-prev-icon {
	display: block;
	color: #000;
	opacity: .75;
	font-family: slick;
	font-size: 2rem;
	line-height: 1;
}

.slick-prev {
	left: -25px;
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev .slick-prev-icon:before {
	content: "←";
}

[dir=rtl] .slick-prev .slick-prev-icon:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next .slick-next-icon:before {
	content: "→";
}

[dir=rtl] .slick-next .slick-next-icon:before {
	content: "←";
}

.slick-dots {
	position: absolute;
	bottom: 20px;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
}

.slick-dots li button {
	display: block;
	height: 20px;
	width: 20px;
	padding: 0;
	line-height: 0;
	font-size: 0;
	color: transparent;
	border: 0;
	background: 0 0;
	cursor: pointer;
}

.slick-dots li button:focus .slick-dot-icon,
.slick-dots li button:hover .slick-dot-icon {
	opacity: 1;
}

.slick-dots li button:focus .slick-dot-icon:before {
	color: #6dbe5a;
}

.slick-dots li button .slick-dot-icon {
	color: #000;
	opacity: 0.25;
}

.slick-dots li button .slick-dot-icon:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "•";
	font-family: slick;
	font-size: 4rem;
	line-height: 0;
	text-align: center;
	-webkit-transition: color 200ms ease-out;
	-moz-transition: color 200ms ease-out;
	-ms-transition: color 200ms ease-out;
	-o-transition: color 200ms ease-out;
	transition: color 200ms ease-out;
}

.slick-dots li.slick-active button:focus .slick-dot-icon {
	color: #6dbe5a;
	opacity: 1;
}

.slick-dots li.slick-active button .slick-dot-icon {
	color: #000;
	opacity: 1;
}

.slick-dots li.slick-active button .slick-dot-icon:before {
	font-size: 4rem;
}

.slick-sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.slick-autoplay-toggle-button {
	position: absolute;
	left: 5px;
	bottom: -32px;
	z-index: 10;
	opacity: .75;
	background: 0 0;
	border: 0;
	cursor: pointer;
	color: #000;
}

.slick-autoplay-toggle-button:focus,
.slick-autoplay-toggle-button:hover {
	opacity: 1;
}

.slick-autoplay-toggle-button:focus {
	color: #6dbe5a;
}

.slick-autoplay-toggle-button .slick-pause-icon:before {
	content: "⏸";
	width: 20px;
	height: 20px;
	font-family: slick;
	font-size: 1rem;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}

.slick-autoplay-toggle-button .slick-play-icon:before {
	content: "▶";
	width: 20px;
	height: 20px;
	font-family: slick;
	font-size: 1rem;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}

.slider-container {
	max-width: 85%;
	position: relative;
	margin: 0 auto;
}

.slick-arrow-container {
	position: absolute;
	left: -50px;
	right: 0;
	width: calc(100% + 100px);
	top: calc(50% - 25px);
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}

.slick-arrow-container button {
	position: relative;
	padding: 0;
	background: none;
	font-size: 3rem;
	width: 50px;
	height: 50px;
	color: #5F6272;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

.slick-arrow-container button i {
	line-height: 0;
}

@media screen and (min-width: 1025px) {
	.slider-container {
		max-width: 100%;
	}

	.slick-arrow-container {
		width: 100%;
		left: 0;
	}
}

/* GENERAL > Skip To Content */
#skiptocontent {
	z-index: 10;
	position: fixed;
	padding: 8px;
	display: block !important;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	opacity: 0;
	background-color: #6dbe5a;
	color: #fff;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

#skiptocontent:focus {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

@media only screen and (max-width: 640px) {
	#skiptocontent {
		display: none !important;
	}
}

/* GENERAL > Layout */

 

.full-width {
  width: 100%;
}

/*.sidebar {
  clear: both;
  float: none;
}*/

.small-12 {
  width: 100%;
}

.small-11 {
  width: 91.67%;
}

.small-10 {
  width: 83.34%;
}

.small-9 {
  width: 75%;
}

.small-8 {
  width: 66.67%;
}

.small-7 {
  width: 58.34%;
}

.small-6 {
  width: 50%;
}

.small-5 {
  width: 41.66%;
}

.small-4 {
  width: 33.33%;
}

.small-3 {
  width: 25%;
}

.small-2 {
  width: 16.66%;
}

.small-1 {
  width: 8.33%;
}

@media (min-width: 768px) {
  .medium-12 {
    width: 100%;
  }

  .medium-11 {
    width: 91.67%;
  }

  .medium-10 {
    width: 83.34%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-8 {
    width: 66.67%;
  }

  .medium-7 {
    width: 58.33%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-5 {
    width: 41.67%;
  }

  .medium-4 {
    width: 33.33%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-2 {
    width: 16.66%;
  }

  .medium-1 {
    width: 8.33%;
  }

  .hide-for-medium {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .large-12 {
    width: 100%;
  }

  .large-11 {
    width: 91.67%;
  }

  .large-10 {
    width: 83.34%;
  }

  .large-9 {
    width: 75%;
  }

  .large-8 {
    width: 66.67%;
  }

  .large-7 {
    width: 58.33%;
  }

  .large-6 {
    width: 50%;
  }

  .large-5 {
    width: 41.67%;
  }

  .large-4 {
    width: 33.33%;
  }

  .large-3 {
    width: 25%;
  }

  .large-2 {
    width: 16.66%;
  }

  .large-1 {
    width: 8.33%;
  }

  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0px),
screen and (min-width: 768px) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px),
screen and (min-width: 1025px) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .show-for-large {
    display: none !important;
  }
}




/*******************************************************************************************
FOOTER
*******************************************************************************************/
.footer {
	padding: 80px 0;
	text-align: center;
}
 
.footer-upper p {
	margin: 0;
}

.footer-upper-buttons,
.footer-upper-social {
	margin: 40px 0;
}

.footer-upper-social .social-links {
	justify-content: flex-start;
	padding-left: 35px;
}

.footer-upper-social .social-links a {
	font-size: 20px;
}

.footer-lower span {
	position: relative;
	font-size: 0.7rem;
	text-transform: uppercase;
}

.footer-lower span:after {
	content: "|";
	margin: 0 8px;
}

.footer-lower span:last-of-type:after {
	display: none;
}

.footer-lower-disclaimer {
	line-height: 1.0;
	margin: 0 auto 40px;
}

@media screen and (min-width: 1025px) {
	.footer-lower-disclaimer {
		width: 60%;
	}
}


/*******************************************************************************************
FOOTER - Module-Footer-B
*******************************************************************************************/

.module-footer-b {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	background-size: cover;
	background-position: center;
}

.footer-section.module {
	margin: 0 auto;
	padding: 35px 0;
}

.footer-main-inner {
	display: flex;
}
.single-offices .footer-main-inner {
    display: none;
}

.footer-inner {
	text-align: left;
}
.footer-headlines {
	margin-bottom: 25px;
}

.footer-upper h2 {
	margin-bottom: 7px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
}

.footer-headlines h3 {
	font-size: 24px;
	color: #6dbe5a;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer-content p {
	color: #fff;
	line-height: 28px;
}
.consultText {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0px;
	padding-left: 49px;
	line-height: 1;
}
.consultText b:nth-child(2) {
	font-weight: normal;
}
.green {
	color: #6dbe5a;
}
.footer-upper-phone a {
	font-size: 39px;
	padding-left: 10px;
	font-weight: bold;
}
.footer-upper-phone .fas.fa-phone.small-margin-right {
	font-weight: bold;
	font-size: 26px;
	color: #6dbe5a;
}
.footer-address {
	position: relative;
	margin-top: 30px;
	padding-left: 50px;
	color: #fff;
}
.footer-address p {
	color: #fff !important;
}

.footer-address .fa.fa-map.small-margin-right {
	position: absolute;
	left: 0;
	color: #6dbe5a;
	font-weight: bold;
	font-size: 24px;
	top: 0;
}


.footer-addr-title {
	color: #fff;
	margin-bottom: 3px;
	font-size: 16px;
	font-family: var(--body-font-family);
}
  
.module-footer-b-footer-half {
  width: 100%;
  order: 2;
}

.module-footer-b-footer-half-main {
  padding: 50px 15px;

}
.module-footer-b-footer-half-side {
  order: 1;
  padding: 50px 15px;
 
}

.module-footer-b-footer-half-side .form-container {
	max-width: 500px;
	margin: 0 auto;
	padding-right: 0;
}

.module-footer-b-footer-half-side label {
	color: #50656e;
	font-size: 16px;
	padding-left: 20px;
}

.select-wrapper.background-input label {
	padding-left: 25px;
	color: #50656e;
	font-size: 16px;
}
.sidebar section.right-form .form-container label {
	padding-left: 18px;
	font-weight: normal;
	
}

.module-footer-b-footer-half-side label .fas.fa-briefcase.small-margin-right {
	position: relative;
	left: -5px;
}
.sidebar section.right-form .form-container label i {
	font-size: 16px;
}

.sidebar section.right-form .form-container .select-wrapper.background-input label i {
	margin-right: 16px;
}
.sidebar section.right-form .form-container .form-input-group.button-container .button {
	width: 100%;
	padding: 18px 15px;
}

.sidebar section.right-form .form-container .form-input-group.button-container .button:hover,
.sidebar section.right-form .form-container .form-input-group.button-container .button:focus {
	background-color:#fff;
	color:#6dbe5a
 
}



.module-footer-b-footer-half-side .button-container button {
	width: 100%;
	padding: 18px 15px;
	max-width: 215px;
}

.module-footer-b-footer-half-side .button-container button:hover,
.module-footer-b-footer-half-side .button-container button:focus {
	background:#fff;
	color:#1b3a63
	
 
}

.contact-form-first-tit {
	color: #6dbe5a;
	font-size: 31px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 41px;
	margin-bottom: 10px;
}

.copy-content {
	max-width: 1120px;
	margin: 0 auto;
	border-top: 1px solid rgba(255, 255, 255,0.3);
	padding-top: 55px;
}

.single-offices .copy-content{
border-top: none;
}

.footer-menu-cont {
	color: #fff;
	font-size: 15px;
}
.footer-menu-cont a {
	color: #fff;
	text-decoration: none;
}
.footer-menu-cont a:hover,
.footer-menu-cont a:focus {
	color: #6dbe5a;
	text-decoration: none;
}
 
.footer-menu-cont ul, .footer-menu-cont ul li {
	display: inline;
}
.footer-menu-cont ul li::before {
	content: "|";
	margin: 0 6px 0 3px;
	font-size: 15px;
	left: 0;
	/* position: absolute; */
}
.menu-footer-navigation-container {
	display: inline;
}

.footer-disclaimer {
	margin-top: 18px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.footer-disclaimer p {
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
}
.single-offices .module-footer-b,
 .page-template-template-contact-a .module-footer-b {
	flex-wrap: nowrap;
	background-image: none !important;
	background: #1b3a63;
}

@media screen and (min-width: 1025px) {
  .module-footer-b {
    flex-wrap: nowrap;
  }
   

.page-template-template-contact-a .module-footer-b .copy-content {
	border: none;
	padding-top: 30px;
}
.page-template-template-contact-a .footer-section.module {
	margin: 0 auto;
	padding: 15px 0;
}


  .module-footer-b .footer-lower-disclaimer {
    width: 100%;
  }

  .module-footer-b-footer-half {
    width: 50%;
    padding: 80px 6% 10px 6%;
    order: 1;
  }
}



@media screen and (min-width: 280px) and (max-width: 767px) {
.footer-main-inner {
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
}	
.module-footer-b-footer-half.module-footer-b-footer-half-main {
	order: 1;
	padding-top: 0;
	padding-bottom: 0;
}
.footer-inner {
	text-align: center;
}
.footer-content {
	padding: 0 15px;
}

.consultText {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 6px;
	padding-left: 0;
}
.footer-address {
	position: relative;
	margin-top: 65px;
	padding-left: 0;
	color: #fff;
}

.consultText .green {
	margin-bottom: 10px;
	margin-top: 10px;
	display: block;
	width: 100%;
}

.footer-address .fa.fa-map.small-margin-right {
	position: absolute;
	left: inherit;
	color: #6dbe5a;
	font-weight: bold;
	font-size: 24px;
	top: -38px;
	margin: 0 !important;
	margin-left: -13px !important;
}
.footer-upper-social .social-links {
	justify-content: center;
	padding-left: 0;
}
.footer-upper-social {
	margin-bottom: 0;
}
.module-footer-b-footer-half-side .form-container {
	max-width: 500px;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
}
 .contact-form-first-tit {
	color: #6dbe5a;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 38px;
	margin-bottom: 20px;
	padding-left: 25px;
	padding-right: 21px;
}

.contact-form-sec-tit {
	line-height: normal;
}

.module-footer-b-footer-half-side .button-container button {
	max-width: 600px;
}
.copy-content {
	border-top: 0px solid rgba(255, 255, 255,0.3);
	padding-top: 0;
}
.footer-menu-cont {
	color: #fff;
	font-size: 15px;
	padding: 0 66px;
}

#menu-footer-navigation-1 li:last-child {
	display: inline-block;
}
#menu-footer-navigation-1 li:first-child::before {
	display: none;
}
#menu-footer-navigation-1 li:last-child::before {
	display: none;
}  
.footer-disclaimer p {
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	padding: 0px 38px;
}
.consultText b:nth-child(2) {
	font-weight: normal;
	display: none;
}
.week-signUp.mob-week-signup.show-for-small-only {
	margin-top: 30px;
}
.signup-tit {
	padding-right: 0;

}
.module.module-intro-a.module-week-tort {
	padding-top: 50px;
	padding-bottom: 50px;
}
.post {
	padding: 25px 25px;
} 
	
}
@media screen and (min-width: 600px) and (max-width: 767px) {
#menu-footer-navigation-1 li:last-child::before {
	display: inline-block !important;
} 
}


@media screen and (min-width: 767px) and (max-width: 1024px) {
.footer-section.module {
	margin: 0 auto;
	padding: 10px 05px;
}	
.module-footer-b-footer-half.module-footer-b-footer-half-main {
	order: 1;
}
.footer-headlines h3 {
	font-size: 20px;
}
.consultText {
	color: #fff;
	font-size: 15px;
	margin-bottom: 0px;
	padding-left: 49px;
	line-height: 1;
}
.module-footer-b-footer-half-main {
	padding: 50px 15px 10px 15px;
}

#menu-footer-navigation-1 .menu-item:last-child {
	display: block;
}
#menu-footer-navigation-1 .menu-item:last-child::before {
	display: none;
}

.footer-disclaimer p {
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	padding: 0 30px;
}
 
	
}

@media screen and (min-width: 900px) and (max-width: 1024px) {
.footer-upper h2 {
	font-size: 30px;
 
}	
.contact-form-first-tit {
	font-size: 28px;
	line-height: 38px;
 
}
#menu-footer-navigation-1 .menu-item:last-child {
	display: inline;
}
#menu-footer-navigation-1 .menu-item:last-child::before {
	display: inline-block !important;
}
 
	
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
.module-footer-b-footer-half {
	width: 50%;
	padding: 20px 4% 10px 4%;
	order: 1;
}
.footer-disclaimer p {
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	padding: 0 30px;
}
	
	
}


@media screen and (min-width: 1900px) and (max-width: 12000px) {
.footer-upper h2 {
	margin-bottom: 12px;
	font-size: 35px;
}

.module-footer-b-footer-half {
	padding: 80px 0 10px 4%; 
}
.module-footer-b-footer-half-side .form-container {
	max-width: 520px;
	margin: 0 auto;
	padding-right: 0;
}

.footer-headlines {
	margin-bottom: 45px;
}

.copy-content {
	max-width: 1270px;
}

	
}




/*******************************************************************************************
FEATURES - Pre-built small sections
*******************************************************************************************/

/* FEATURES > Breadcrumbs */
.breadcrumbs-single {
	position: relative;
	text-decoration: none;
	padding-right: 20px;
	margin-right: 20px;
}

.breadcrumbs-single:focus,
.breadcrumbs-single:hover {
	text-decoration: underline;
}

.breadcrumbs-single:after {
	position: absolute;
	right: -4px;
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
}

.breadcrumbs-single:last-of-type {
	padding-right: 0;
	margin-right: 0;
}

.breadcrumbs-single:last-of-type:after {
	display: none;
}

/* FEATURES > Accordion */
.accordion-item {
	border-bottom: 1px solid #C0C3D3;
}

.accordion-item-title {
	padding: 20px 15px;
	font-size: 1.0rem;
	margin: 0;
	position: relative;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 600;
	color: #5F6272;
	line-height: 30px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-ms-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
}

.accordion-item-title::after {
	content: "\f067";
	font-family: 'Font Awesome 5 Pro';
	line-height: 30px;
	width: 40px;
	height: 40px;
	font-size: 1.2rem;
	text-align: center;
	color: #6dbe5a;
	border: 1px solid #6dbe5a;
	border-radius: 55px;
	min-width: 40px;
	line-height: 38px;
	margin-top:0;
}

.accordion-item.active:focus {
	outline: none !important;
}

.accordion-item-title:hover,
.accordion-item-title:focus {
	/*background: #C0C3D3;*/
}

.accordion-item.active .accordion-item-title:after {
	content: "\f068";
}

.accordion-item-content {
	display: none;
}

.accordion-item-content p {
	font-size: 0.9rem;
}

.accordion-item.active .accordion-item-content {
	display: block;
	-webkit-animation: fadeIn 200ms both;
	animation: fadeIn 200ms both;
}

.accordion-item-content>*:first-child {
	margin-top: 10px;
}

.accordion-item-content>*:last-child {
	margin-bottom: 05px;
}

/* FEATURES > Quotes */
blockquote,
.quote-single {
	font-style: italic;
	position: relative;
	margin: 0 0 40px;
	padding-top: 20px;
	padding-left: 80px;
	border-left: 5px solid #14172F;
}

blockquote p,
.quote-single p {
	margin: 0;
}

blockquote cite,
.quote-single cite {
	display: block;
	text-align: right;
	font-weight: 700;
	margin-top: 12px;
	font-style: normal;
}

blockquote:before,
.quote-single:before {
	content: "\f10d";
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	top: 1%;
	left: 3%;
	font-size: 2.7rem;
	opacity: 1.0;
	color: #14172F;
	font-style: normal;
}

/* FEATURES > CTA Block */
.cta-single {
	padding: 40px;
	background: #E9F5F7;
	border: 1px solid #14172F;
	text-align: center;
	margin-bottom: 40px;
}

.cta-single span {
	display: block;
	text-transform: uppercase;
	font-size: 1.3rem;
	line-height: 1.2;
	margin-bottom: 12px;
}

.cta-single a {
	font-size: 2.0rem;
	line-height: 1.2;
}

/* FEATURES > Slideout at Page Bottom */
.bottom-slideout {
	display: block !important;
	position: fixed;
	background: #fff;
	box-shadow: 0 0 20px #000;
	padding: 30px;
	right: 0;
	bottom: 0;
	max-width: 400px;
	opacity: 0;
	z-index: 1;
	transform: translateX(100%);
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.bottom-slideout.active {
	transform: translateX(0);
	opacity: 1;
}

/* FEATURES > Reviews */
.reviews-container {
	background: #E9F5F7;
	padding: 50px 0;
}

.reviews-star-icon {
	color: #6dbe5a;
	font-size: 1.1rem;
}

.reviews-single-source:before {
	content: "\2014";
	margin-right: 2px;
}

.reviews-star-icon i {
	margin: 0 2px;
}

.reviews-single {
	float: none;
	text-align: center;
}

.reviews-single em {
	font-style: italic;
	margin: 10px 0;
	display: block;
}

/* FEATURES > Video Gallery */
.videos-single {
	position: relative;
	width: 100%;
	min-height: 225px;
	margin-bottom: 120px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-ms-background-position-x: 100%;
	background-position-x: 100%;
	text-decoration: none;
}

.videos-single:hover:before,
.videos-single:focus:before {
	opacity: 0.6;
}

.videos-single:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: opacity 200ms ease-out;
	-moz-transition: opacity 200ms ease-out;
	-ms-transition: opacity 200ms ease-out;
	-o-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
}

.videos-single h2 {
	position: absolute;
	top: 100%;
	width: 100%;
	min-height: 75px;
	max-height: 75px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #6dbe5a;
	color: #fff;
	font-size: 1.1rem;
	padding: 10px 20px;
	margin: 0;
	-webkit-transition: background-color 200ms ease-out;
	-o-transition: background-color 200ms ease-out;
	transition: background-color 200ms ease-out;
}

.videos-single:hover h2,
.videos-single:focus h2 {
	background-color: #14172F;
}

@media screen and (min-width: 640px) {
	.videos-container {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.videos-single {
		width: 48%;
	}
}

@media screen and (min-width: 1025px) {
	.videos-container {
		justify-content: flex-start;
	}

	.videos-single {
		width: 31.3%;
		margin: 0 3% 110px 0;
	}

	.videos-single:nth-child(3n) {
		margin-right: 0;
	}
}

/* FEATURES > YouTube Player */
.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
	height: 0;
	max-width: 100%;
	background: #000;
	margin: 20px 0 50px;
}

.youtube-player-inner {
	width: 100%;
	height: 100%;
	content: "";
	overflow: hidden;
	position: absolute;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

/*.youtube-player-inner:after,
.videos-single:after {
	content: "\f144";
	font-family: 'Font Awesome 5 Pro';
	font-size: 3.5rem;
	opacity: 0.8;
	display: inline-block;
	margin: 0 auto;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	color: #6dbe5a;
	pointer-events: none;
	z-index: 1;
}*/


 .youtube-player-inner::after, .videos-single::after {
	content: "\f04b";
	font-family: 'Font Awesome 5 Pro';
	font-size: 1.5rem;
	opacity: 1;
	display: inline-block;
	margin: 0 auto;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	color: #1b3a63 !important;
	pointer-events: none;
	z-index: 1;
	background: rgba(255, 255, 255,0.8);
	border-radius: 55px;
	width: 75px;
	height: 75px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 5px;
	font-weight: bold;
}
.youtube-player-inner:hover:after,
.youtube-player-inner:focus:after,
.videos-single:hover:after,
.videos-single:focus:after {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	color: #fff;
	opacity: 1;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

/* FEATURES > Social Link Lists */
.social-links {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}

.content .social-links a {
  color: #1e272b;
}

.content .social-links a:hover,
.content .social-links a:focus {
  color: #6dbe5a;
}

.social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	width: 35px;
	line-height: 35px;
	height: 35px;
	text-decoration: none;
	margin: 0 5px;
	color: #fff;
}

.social-links a:hover,
.social-links a:focus {
	color: #6dbe5a;
}

/* FEATURES > Case Results */
.results-slider {
	margin-bottom: 30px;
}

.results-slider-single {
	border: 1px solid #6dbe5a;
	padding: 30px;
}

.results-slider-single:last-of-type {
	margin: 0;
}

.results-slider-single h3 {
	font-weight: 700;
	color: #14172F;
	margin-bottom: 25px;
}

/*******************************************************************************************
ANIMATIONS - Ready-to-go animation classes
*******************************************************************************************/
.animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.fast {
	-webkit-animation-duration: 600ms;
	animation-duration: 600ms;
}

.animated.slow {
	-webkit-animation-duration: 2000ms;
	animation-duration: 2000ms;
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes menuSlideRight {
	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0;
	}
}

@-webkit-keyframes menuSlideRight {
	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0;
	}
}

@keyframes menuSlideDown {
	from {
		opacity: 0;
		margin-top: -10px;
	}

	to {
		opacity: 1;
		margin-top: 0;
	}
}

@-webkit-keyframes menuSlideDown {
	from {
		opacity: 0;
		margin-top: -10px;
	}

	to {
		opacity: 1;
		margin-top: 0;
	}
}

.animation-characters-fly-up {
	overflow: hidden;
	letter-spacing: -6px;
	font-size: 3rem;
}

.animating-child-elements span {
	display: inline-block;
	opacity: 0;
}

/*******************************************************************************************
MODULES - General module styling; see separate stylesheets for individual modules
*******************************************************************************************/
.module {
	padding: 70px 0;
}

.module-dark {
	background: #14172F;
}

 .module-title {
	 font-size:45px
	 
	
} 

h2.module-title {
	margin-bottom: 40px;
	text-align: center;
}

.modules-showcase .module-title {
	display: block;
}

.box-icon {
	margin: 0;
}

.box-icon:before {
	content: "\f0e3";
	font-family: 'Font Awesome 5 Pro';
	width: 50px;
	line-height: 50px;
	font-size: 2.0rem;
	font-weight: 700;
	display: block;
	text-align: center;
	color: #14172F;
	margin: 0 auto;
}

.content-selector {
	cursor: pointer;
	-webkit-transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-ms-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
}

.content-selector:hover,
.content-selector:focus {
	background: #C0C3D3;
}

/*.module-title span {
	font-size: 80%;
	display: block;
}*/

.modules-skip {
	justify-content: center;
	flex-wrap: wrap;
}

.modules-skip button {
	margin: 0 5px 5px 0;
}

@media screen and (min-width: 1025px) {
	.modules-skip {
		justify-content: flex-start;
	}

	.modules-skip a {
		margin-bottom: 0;
	}
}




/*******************************************************************************************
MODULES -  module-practices-c 
*******************************************************************************************/
.module.module-practices-c {
	background-image: linear-gradient(115deg, #163460,rgba(19, 47, 83, 0.2), rgba(109, 190, 90, 0.3));
	background-color: #163460;
}

.module-practices-c .module-title {
	margin-bottom: 55px;
	font-size: 40px;
	text-align: center;
	color: #fff;
}

.prac-img {
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.module-practices-c h3 {
	margin-top: 20px;
	color: #fff;
	font-family: var(--body-font-family);
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}

.module-practices-c .practices-single {
  margin-bottom: 60px;
  cursor:pointer;
}

.module-practices-c .practices-single   .practices-single-more i  {
	position: relative;
   transition: transform 250ms;
}

.module-practices-c .practices-single:hover  .practices-single-more i,
.module-practices-c .practices-single:focus .practices-single-more i{
	   transform: translateX(15px); 	
	   position: relative; 
 
 
}


.module-practices-c .practices-single-content {
	margin-bottom: 20px;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	color: #c9d3da;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.module-practices-c .practices-single-content p {
  margin: 0;
}

.module-practices-c .practices-single-more {
	text-transform: uppercase;
	font-size: 27px;
	font-weight: normal;
}

 
.button.btnCase:hover,
.button.btnCase:focus   {
	color: #6dbe5a;
	background-color: #fff;
	text-decoration: none;
}

.module-practices-c .practices-single-more:hover,
.module-practices-c .practices-single-more:focus {
  text-decoration: underline;
}

.module-practices-c .box-icon:before {
  margin-left: 0;
}

@media screen and (min-width: 640px) {
  .module-practices-c .practices-single {
    width: 46%;
	text-align: center;
  }

.module-practices-c-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 50px;
}
}

@media screen and (min-width: 1025px) {
.module-practices-c .practices-single {
	width: 24%;
	margin-right: 1%;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px 15px;
}
  .module-practices-c .practices-single:nth-child(4n) {
    margin-right: 0;
  }

  .module-practices-c-inner {
    justify-content: center;
  }
}


@media screen and (min-width: 280px) and (max-width: 767px) {
.module.module-practices-c {
	background-image: linear-gradient(180deg, #132f53 0%, #132f53 50%, rgba(109, 190, 90, 0.8) 185%);
	background-color: #132f53;
	padding-left: 20px;
	padding-right: 20px;
}	
.module-practices-c .module-title {
	margin-bottom: 40px;
	padding: 0 50px;
}
.module-practices-c .practices-single {
	margin-bottom: 30px;
	text-align: center;
}
	
	
	
}


@media screen and (min-width: 1900px) and (max-width: 12000px) {
.module-practices-c .module-title {
	font-size: 42px;
}
.module-practices-c-inner {
	padding: 0 0;
}
.module.module-practices-c .center.mt40 {
	margin-top: 20px;
}
	
	
}


/*********************************************************** /



/*******************************************************************************************
MODULES -  module-badges-a
*******************************************************************************************/
 .slider-badges-a {
  width: 100%;
  margin: 0 auto;
}

.module-badges-a-single img {
  margin: 0 auto;
}

.module-badges-a-inner {
  position: relative;
}
 
/*******************************************************************************************
MODULES -  module-badges-b
*******************************************************************************************/
.module.module-badges-b {
	padding: 60px 0;
	padding-bottom:0px;
}
.module-badges-b-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 8px;
}

@media screen and (min-width: 280px) and (max-width: 767px) {
.module.module-badges-b .module-title {
	font-size: 30px;
	line-height: 40px;
	padding: 0 30px;
}

.module.module-badges-b {
	padding: 40px 0;
}

.module-badges-b-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 8px;
	flex-wrap: wrap;
}

.module-badges-b-single {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0;
} 
	
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
.module-badges-b-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 8px;
	flex-wrap: wrap;
}

.module-badges-b-single {
	width: 15%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px 0;
}
	
}


	
@media screen and (min-width: 1900px) and (max-width: 12000px) {

.module {
	padding: 90px 0 ;
}
.module-badges-b-inner {
	column-gap: 15px;
}	
 
}

 
 
 /*******************************************************************************************
MODULE -  Home-module-attorneys
*******************************************************************************************/

.module.module-attorneys {
	padding-bottom: 60px;
	border-bottom: 0px solid rgba(72, 149, 168, 0.5);
	text-align:center
 
}
 
.module-intro-content.attorneys-content .module-title.injury-tit {
	padding: 0 50px;
}

.attorney-section-slider {
	position: relative;
}

.slider-banner-image {
	display: flex !important;
	justify-content: center;
/*	align-items: center;*/
	padding: 0 120px;
}

.attr-info {
	width: 60%;
}
.attr-img {
	width: 40%;
	min-width: 350px;
	text-align: center;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.attr-img img {
	max-width: 300px;
	margin: 0 auto;
}

.attr-tit {
	font-size: 40px;
	line-height: normal;
	margin-bottom: 15px;
	font-weight: bold;
}
 
.attr-pos {
	font-size: 16px;
	color: #1e272b;
	text-transform: uppercase;
	letter-spacing: 1.6px;
}
.attr-intro {
	padding: 25px 0;
}
.attr-intro p {
	color: #1b3a63;
	font-size: 22px;
	line-height: 40px;
	font-family: var(--heading-font-family);
	font-style: italic;
	margin-bottom: 0;
}

.attr-bot-tit {
	color: #1b3a63;
	font-size: 18px;
	line-height: 40px;
	font-family: var(--heading-font-family);
	font-style: italic;
	margin-bottom: 30px;
}


.module-attorney-buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	width: 100%;
	bottom: 45%;
}

.module-attorney-buttons button {
	background: transparent !important;
	color: #898989;
	font-size: 50px;
	font-weight: 300;
}

.module-attorney-buttons button:hover,
.module-attorney-buttons button:focus {
	color:#6dbe5a;
}
 

.attorney-section-thumbs {
	background: #eff4f7;
	margin: 0px 0 25px 0;
	padding: 30px;
	display: flex;
	justify-content: center;
	position: relative;
}

@media screen and (min-width: 1025px) {
	.attorney-section-thumbs .slick-arrow-container {
		width: calc(100% + 20px);
		left: -10px;
	}
}

.thumbnail-image {
	min-width: 125px;
	padding: 0 10px;
	cursor: pointer;
}
 
.thumbnail-image .thumbImg img {
	width: 100% !important;
	max-width:300px;
	height: auto;
}
.attr-thumb-tit {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0;
	min-height: 50px;
}

.attr-thumb-pos {
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.66px;
	margin-bottom: 0;
	line-height: normal;
	margin-top: 5px;
}

.hp-result.button {
	min-width: 200px;
}

@media screen and (min-width: 280px) and (max-width: 767px) {
.module.module-attorneys {
	padding: 60px 20px;
}	
.slider-banner-image {
	display: flex !important;
	justify-content: center;
	padding: 0 00px !important;
	flex-wrap: wrap;
	width: 100% !important;
}

.module-intro-content.attorneys-content .module-title.injury-tit {
	padding: 0 15px;
	font-size: 32px;
	line-height: normal;
	text-align:center;
}
.attr-info {
	width: 100%;
	order: 2;
}

.module-attorney-buttons {
	width: 126%;
	bottom: 74%;
	left: -13%;
}
.attr-img img {
	max-width: 250px;
	margin: 0 auto;
}

.attr-tit {
	font-size: 30px;
	margin-top: 22px;
}
.attr-intro p {
	line-height: 35px;
 
}
 
}

@media screen and (min-width:600px) and (max-width: 767px) {
.module-attorney-buttons {
	width: 100%;
	bottom: 74%;
	left: 0;
}
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
.slider-banner-image {
	padding: 0 20px;
}
.attr-tit {
	font-size: 30px;
	margin-bottom: 10px;

}
.attr-intro p {
	font-size: 20px;
	line-height: 30px;

}
.module-attorney-buttons button {
	padding: 5px;
}

.attr-img img {
	max-width: 250px;
	margin: 0 auto;
}

.attr-thumb-tit {
	font-size: 15px;
}
.attr-thumb-pos {
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-bottom: 0;
	line-height: normal;
	margin-top: 0;
}

	
}

@media screen and (min-width: 1900px) and (max-width: 12000px) {
.module-intro-content.attorneys-content .module-title.injury-tit {
	font-size: 47px;
}
.module.module-attorneys {
	padding-bottom: 90px;
}
	
}
 
/*******************************************************************************************
MODULE - module-blog-c-style
*******************************************************************************************/

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 80% !important;
	cursor: auto;
	background: #fff;
	padding: 55px;
	margin: 15px auto;
}
.mfp-content .story {
	padding: 0;
}

.mfp-auto-cursor .mfp-content .source {
	margin-top: 0;
	font-weight: bold;
	color: #1b3a63;
}

.module.module-blog-c.testimonial-section {
	background-size: cover;
}
.module-title.test-tit {
	color: #fff;
}
#slider-blog-c .slick-slide {
	margin: 0 15px;
}
.module-blog-c-inner {
  position: relative;
  margin-bottom: 60px;
}

.slider-blog-c {
  width: 100%;
  margin-bottom: 40px;
}
.module-blog-c-single {
	background: #fff;
	display: ;
	padding: 30px;
	text-align: center;
	min-height: 600px;
}
.simple-ajax-popup.testi-btn.no-underline {
	text-transform: uppercase;
	font-size: 13px;
	color: #448535;
}
.module-blog-c-single img {
	margin: 0px auto 15px auto;
}

.rating i {
	color: #6dbe5a;
	font-weight: bold;
	margin-bottom: 18px;
	font-size: 16px;
}

.story {
	font-size: 18px;
	padding: 0 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 12;
	overflow: hidden;
}

.source {
	margin-top: 30px;
	margin-bottom: 7px;
}

span.source-title{
	font-size:0.8rem;
}
.module-blog-c-single p {
  margin: 25px 0;
}

.module-blog-c-single-info {
  font-size: 0.9rem;
}
.module-blog-c-buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	width: 100%;
	bottom: 45%;
}
.module-blog-c-buttons button {
	background: transparent !important;
	color: #6dbe5a;
	font-size: 50px;
	font-weight: 300;
}

.module-blog-c-buttons button:hover,
.module-blog-c-buttons button:focus {
	color:#5e93aa;
}


@media screen and (min-width: 280px) and (max-width: 767px) {
.slider-blog-c {
	width: 83%;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}	
.module-blog-c-buttons button {
	padding: 10px;
}	
.module-blog-c-inner {
	position: relative;
	margin-bottom: 20px;
}
.module.module-blog-c.testimonial-section .btnCase.button {
	max-width: 285px;
	width: 100%;
}
.module.module-blog-c.testimonial-section {
	padding-bottom: 40px;
}
 
	
	
}




@media screen and (min-width: 768px) {
  .module-blog-c-single {
    padding-right: 50px;
	  height:650px;
  }

  .slider-blog-c {
    width: 80%;
    margin: 0 auto;
  }
}



/*******************************************************************************************
PRINT - Specific styles for when pages are printed
*******************************************************************************************/
@media print {
	.header {
		top: 0;
		border: none;
		height: auto;
	}
}

/*******************************************************************************************
MISC - Miscellaneous and new code
*******************************************************************************************/
.grecaptcha-badge {
	display: none;
}

#theme-switcha {
	border: 1px solid #6dbe5a;
	margin-bottom: 30px;
	color: #14172F;
}

body.single-results .post-body{
	display: block;
}

.imgbw {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .8s ease-in-out;  
    }

    .imgbw:hover {
    filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.01);
    }