
/*******************************************************************************************
GENERAL - Top-level styling
*******************************************************************************************/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	display: block !important;
	line-height: 1.6;
	color: #464646;
	font-size: 1.0rem;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
}

.fas, .fab{
	font-family: 'Font Awesome 5 Pro';
}

*:focus {
	outline: auto;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

:root {
	font-size: 18px;
	--body-text-color: #464646;
}

@media screen and (min-width: 768px) {

	/*TABLET*/
	:root {
		font-size: 19px;
	}
}

/* GENERAL > Headings and Paragraphs */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 30px;
	color: #000;
	font-weight: 400;
	font-family: 'Merriweather', serif;
	line-height: 1.2;
	letter-spacing: 0.5px;
}

h1 {
	font-size: 2.0rem;
}

h2 {
	font-size: 1.6rem;
}

h3 {
	font-size: 1.3rem;
}

h4 {
	font-size: 1.1rem;
}

h5,
h6 {
	font-size: 1.0rem;
}

p {
	margin: 0 0 30px;
	font-size: 1.0rem;
	color: #464646;
}

/* GENERAL > Lists */
ol,
ul {
	margin: 0 0 35px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style-position: outside;
	padding-left: 20px;
}

.content li {
	font-size: 1.0rem;
	color: #464646;
	padding: 0 0 0 20px;
	position: relative;
}

.content ol li {
	padding-left: 0;
}

.content ul li:before {
	position: absolute;
	left: 0;
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
	color: #0054a6;
}

.content ul li:before,
.sidebar section ul li:before {
	font-family: 'Font Awesome 5 Pro';
}

.content ul ul {
	margin: 20px 0 20px 20px;
}

hr {
	background: #0054a6;
	width: 20%;
	height: 5px;
	display: block;
	border: none;
	margin: 40px 0;
}

figure {
	margin: 0;
}

address {
	font-style: normal;
}

/* GENERAL > Links and Buttons */
a {
	color: #0054a6;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #000;
	text-decoration: none;
}

a.no-underline {
	text-decoration: none;
}

a.no-underline:hover,
a.no-underline:focus {
	text-decoration: underline;
}

a,
button,
.button {
	-webkit-transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
	-o-transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
	transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
}

button,
.button {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.0rem;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	margin: 0;
	border-radius: 0;
	padding: 12px 25px;
	text-align: center;
	display: inline-block;
    color: #fff;
    background-color: #e50000;
	text-decoration: none;
}

button:active,
.button:active {
	transform: translateY(1.5px);
}

button:hover,
button:focus,
.button:hover,
.button:focus {
	background-color: #720000;
	color: #fff;
}

button.alt-01,
.button.alt-01 {
	background-color: #0054a6;
}

button.alt-01:hover,
button.alt-01:focus,
.button.alt-01:hover,
.button.alt-01:focus {
	background-color: #000;
	color: #fff;
}

button.outline,
.button.outline {
	background: none;
	border: 3px solid #0054a6;
	color: #0054a6;
}

button.outline:hover,
button.outline:focus,
.button.outline:hover,
.button.outline:focus {
	background: #0054a6;
	color: #fff;
}

/* GENERAL > Form and Inputs */
input,
select,
textarea {
	color: #000;
	background-color: #fff;
	font-size: 0.9rem;
	line-height: 1.0;
	font-family: 'Source Sans Pro', sans-serif;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	width: 100%;
	border-radius: 0;
	padding: 0 15px;
	height: 45px;
}

input[type="radio"]{
	width:20px;
	margin-right:5px;
}

form .radio-flex label{
	margin-right:15px;
}

.sidebar input,
.sidebar textarea {
	background-color: #e0e0e0;
}

textarea {
	resize: none;
	min-height: 90px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.2;
}

form label,
form p {
	font-size: 0.9rem;
	margin-bottom:unset;
	color:white;
}

label {
	color: #19325b;
}

.form-input-group {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	text-align: left;
}

.form-input-group.button-container {
	margin-bottom: 0;
}

input.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: #ff0000;
	margin: 0;
	font-size: 0.7rem;
	-webkit-animation: fadeIn 125ms both;
	animation: fadeIn 125ms both;
}

.grecaptcha-badge {
	display: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
}

select::-ms-expand {
	display: none;
}

.select-wrapper {
	position: relative;
	width: 100%;
}

.select-wrapper:after {
	content: "\f0dc";
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	width: 45px;
	line-height: 45px;
	color: #19325b;
	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: #19325b;
	color: #fff;
}

/* GENERAL > Skip To Content */
#skiptocontent {
	padding: 6px;
	z-index: 10;
	position: fixed;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	opacity: 0;
	background-color: #0054a6;
	color: #fff;
	border-radius: 0 0 8px 0;
	-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 */

.columns,
.column {
	float: left;
	padding: 0 15px;
	width: 100%;
}

.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;
	}
}

/* GENERAL > Utility Classes */
.row {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}

.row:after {
	clear: both;
}

.row:after,
.row:before {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-order: 1;
	order: 1;
}

@media screen and (min-width: 768px) {
	.row-extra-narrow {
		width: 80%;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1025px) {
	.row-narrow {
		width: 70%;
		margin: 0 auto;
	}

	.row-extra-narrow {
		width: 55%;
	}
}

.no-float {
	float: none;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0;
}

.no-min-height {
	min-height: 0;
}

.center,
.text-center {
	text-align: center;
}

.uppercase {
	text-transform: uppercase;
}

.hide {
	display: none;
}

.visually-hidden {
	border: none !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

.flex-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.flex-align-vertical {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-align-horizontal {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	text-align: center;
}

.buttons-container>* {
	margin-right: 1%;
}

.buttons-container>*:last-child {
	margin-right: 0;
}

.small-text {
	font-size: 0.9rem;
}

.add-margin-top {
	margin-top: 40px;
}

.small-margin-left {
	margin-left: 8px;
}

.small-margin-right {
	margin-right: 8px;
}

.opacity0 {
	opacity: 0;
}

.opacity1 {
	opacity: 1 !important;
}

.background-cover {
	background-size: cover;
	background-repeat: no-repeat;
}

.background-transparent {
	background: transparent;
}

.light-text h1,
.light-text h2,
.light-text h3,
.light-text p,
.light-text span,
.light-text li {
	color: #fff;
}

/*******************************************************************************************
HEADER
*******************************************************************************************/

.header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 2;
}

body.scrolled .header {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.22);
}

body.search-open .header {
	position: relative;
}

.header>.row {
	height: 100%;
}

.header a {
	text-decoration: none;
}

.header-desktop {
	display: block;
}

.header-logo {
	display: flex;
	align-items: center;
}

.header-logo img {
	margin: 0 auto;
	display: block;
	height: 60px;
	padding: 5px 0;
	max-width: 100%;
}
/*******************************************************************************************
MENUS - Main navigation, dropdowns and mobile menu
*******************************************************************************************/
.main-navigation-menu {
	margin: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-navigation-menu li {
	display: block;
	position: relative;
	padding: 0;
}

.main-navigation-menu>li {
	padding: 0 18px 18px 0;
	margin-right: 18px;
}

.main-navigation-menu>li:after {
	height: 14px;
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	width: 2px;
	background: #b7b7b7;
}

.main-navigation-menu>li:last-of-type {
	margin-right: 0;
}

.main-navigation-menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	width: 200px;
	margin: 0;
}

#mega-menu.mega-menu-open,
.main-navigation-menu>a:hover+.sub-menu,
.main-navigation-menu>a:focus+.sub-menu,
.main-navigation-menu>li.active>.sub-menu {
	display: block;
	-webkit-animation: menuSlideDown 200ms both;
	animation: menuSlideDown 200ms both;
}

.main-navigation-menu a:focus,
.main-navigation-menu a:hover,
.main-navigation-menu li:hover>a {
	color: #1d85f5;
}

.main-navigation-menu>li>a {
	text-transform: uppercase;
	display: block;
	height: 100%;
	color: #19325b;
	line-height: 1.0;
}

@media screen and (min-width: 1200px) {
	.main-navigation-menu>li {
		padding-right: 25px;
		margin-right: 22px;
	}
}

/* MENUS > Main Nav Dropdowns (Level 2) */
#desktop-navigation .sub-menu li {
	position: relative;
	background-color: #0054a6;
}

#mega-menu li a,
#desktop-navigation .sub-menu li a {
	color: #fff;
	font-size: 0.9rem;
	display: block;
	padding: 12px;
	line-height: 1.0;
}

#mega-menu a:hover,
#mega-menu a:focus,
#desktop-navigation .sub-menu a:hover,
#desktop-navigation .sub-menu a:focus {
	background: #19325b;
}

#desktop-navigation .sub-menu .menu-item-has-children>a:after {
	content: "\f0da";
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	right: 10px;
}

#desktop-navigation .sub-menu .menu-item-has-children ul {
	position: absolute;
	left: 100%;
	top: 0;
}

#desktop-navigation .sub-menu .menu-item-has-children:hover ul,
.menu-item-has-children.active>.sub-menu {
	display: block;
	-webkit-animation: menuSlideRight 200ms both;
	animation: menuSlideRight 200ms both;
}


/*******************************************************************************************
FOOTER - Footer styles shared between modules
*******************************************************************************************/

footer{
	min-height:520px;
	background-color:#000;
	padding:50px 0;
}

footer .columns{
	width:100%;
}

footer .footer-top{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: 100%;
	margin-bottom: 30px;
}

footer .footer-right{
	text-align: center;
	width:100%;
}

.footer-right img{
	max-width: 100%;
}

@media screen and (min-width:769px){
	footer .footer-top{
		flex-direction: row;
	}
}

footer .footer-left{
	width: 100%;
	text-align: center;
}
footer .footer-left h2,
footer .footer-left p,
footer .footer-phone a,
footer .footer-bottom a{
	color:white;
	text-decoration: none;
}

footer .footer-phone a:hover,
footer .footer-phone a:focus,
footer .footer-bottom a:hover,
footer .footer-bottom a:focus {
	text-decoration: underline;
	color: #e50000;
}

footer .footer-left h2{
	margin:0;
}

.footer-phone{
	font-weight:700;
	font-size:1.667rem;
}

.footer-bottom p{
	text-align: center;
    color: white;
    font-size: 14px;
}

.social-icons{
	margin:15px 0;
}

.social-icons a{
	color:white;
	font-size:1.5rem;
	margin:0 10px;
}

.social-icons a:hover,
.social-icons a:focus {
	color: #e50000;
}

/* CONTENT > Main */
main {
	padding: 60px 0;
	min-height: 450px;
	display: block;
}

.no-banner main {
	padding-top: 180px;
}

.content,
.sidebar {
	width: 100%;
}

.content {
	padding-right: 15px;
	margin-bottom: 60px;
}

.content img {
	max-width: 100%;
}

.content.full-width {
	float: none;
}

.content h1 {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 2px solid #19325b;
}

.content p.indent {
	margin-left: 60px;
}

.content section {
	margin-bottom: 60px;
}

.content section:last-of-type {
	margin: 0;
}

/* CONTENT > Sidebar */
.sidebar section ul {
	padding: 0 0 25px;
	border-bottom: 1px solid #c2c2c2;
}

section.no-underline ul {
	border: none;
}

section.no-underline ul:last-of-type {
	padding: 0;
}

.sidebar section {
	margin-bottom: 40px;
}

.sidebar section ul li {
	padding: 0 0 0 15px;
	position: relative;
}

.sidebar section ul li:before {
	position: absolute;
	color: #0054a6;
	content: "\f105";
	left: 0;
}

.sidebar section ul li,
.sidebar section ul li a {
	display: block;
}

.sidebar section ul li a {
	color: #0054a6;
	text-decoration: none;
}

.sidebar section ul li a:hover,
.sidebar section ul li a:focus {
	color: inherit;
	text-decoration: underline;
}

.sidebar section ul li ul {
	padding-left: 20px;
	margin: 0;
}

.sidebar-form {
	position: relative;
}

.sidebar-form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	font-size: 1.1rem;
	padding: 0 12px;
}

@media screen and (min-width: 768px) {
	main {
		padding: 80px 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: 0;
	}
}

/* TEMPLATES > Homepage */

.home-slider,
.home-slider-single {
	height: 1000px;
	background:#E5EBFF;
	position: relative;
}

.home-slider-top{
	position: absolute;
    bottom: 90px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
	flex-direction: column;
	height: 100%;
    padding-top: 250px;
}

.home-slider-top h1,
.home-slider-top h2,
.home-slider-top p{
	color:black;
}

.home-slider-top h1{
	font-size: 1.5rem;
	font-weight:700;
	/* max-width: 1060px; */
	text-transform: uppercase;
	text-align: center;
	margin-bottom:20px;
}

.home-slider-top h2{
	font-size:1.0rem;
	/* max-width: 1060px; */
	text-align: center;
}

@media screen and (min-width:450px){
	.home-slider,
	.home-slider-single{
		height:1050px
	}
}

@media screen and (min-width:769px){
	.home-slider-top h1{
		font-size: 2.4rem;
		max-width: 1060px;
		margin-bottom:15px;
	}
	.home-slider-top h2{
		font-size:1.667rem;
		max-width: 1060px;
	}
	.home-slider,
	.home-slider-single{
		height:100vh;
	}
}

@media screen and (min-width:1025px){
	.home-slider-top h1{
		font-size: 2.667rem;
		margin-bottom:30px;
	}
}

.home-slider-info{
	position: absolute;
    top:-270px;
	text-align: center;
	left: 50%;
    transform: translateX(-50%);
}

@media screen and (min-width:769px){
	.home-slider-info{
		bottom:30px;
		top:unset;
	}
}

.home-slider-win{
	font-size: 1.33rem;
    color: white;
    background: #B79A00;
    padding: 5px 50px;
	border-radius: 20px;
	font-weight: 700;
}

.home-slider-stars i{
	color:#B79A00;
}

@media screen and (min-width:640px){
	.home-slider-stars i{
		margin:0 3px;
	}
}

.home-slider-reviews span{
	color:white;
}

.home-slider-google{
	background: #B79A00;
    padding: 5px 8px;
    line-height: 1;
	border-radius: 18px;
	margin-right: 10px;
}

.home-slider-checks{
	display: flex;
    width:360px;
    background: rgba(183,154,0, 0.8);
    padding: 10px 30px;
	border-radius: 25px;
	flex-direction: column;
    justify-content: space-between;
}

@media screen and (min-width:769px){
	.home-slider-checks{
		min-width: 750px;
		width: max-content;
		flex-direction: row;
	}
}

@media screen and (min-width:920px){
	.home-slider-checks{
		min-width: 900px;
	}
}

.home-slider-checks span{
	color:white;
	font-weight: 700;
}

.home-slider-checks span i{
	color:#e50000;
	margin-right:5px;
}

.home-slider-review-text{
	font-size: 1.11rem;
	font-weight: 700;
}

.home-slider-reviews{
	margin:20px 0;
}

.home-slider-attorneys{
	position: absolute;
	bottom: 0;
	width:100%;
	justify-content: center;
}

.home-slider-attorneys img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
	width: calc(45vh + 230px);
}

@media screen and (min-width: 769px) {
	.home-slider-attorneys img {
		min-width: 480px;
	}
}

@media screen and (min-width: 769px) and (max-height: 900px) {
	.home-slider-attorneys img {
		width: calc(40vh + 190px);
	}
	.home-slider-reviews {
		margin: 10px 0;
	}
	.home-slider-info {
		bottom: 20px;
	}
}

@media screen and (min-width: 769px) and (max-height: 820px) {
	.home-slider-attorneys img {
		width: calc(40vh + 170px);
	}
	.home-slider-win {
		display: none;
	}
}

.home-slider-bottom{
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;
    background: #e50000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-slider-bottom h2{
	color: white;
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}

@media screen and (min-width: 1025px) {

	.home-slider,
	.home-slider-single {
		height: 100vh;
	}
}

@media screen and (min-width: 769px) {
	.home-slider-bottom h2{
		font-size:2.4rem;
	}
}

.radio-flex{
	display:flex;
	justify-content: flex-start;
    align-items: center;
}

.contact-full-container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.contact-full-inner {
	width: 100%;
	background: #fff;
	padding: 40px 0;
}

.contact-form{
	padding:30px;
	padding-top:unset;
}

@media screen and (min-width: 1025px) {

	.contact-full-inner {
		padding: 40px;
	}

	.contact-full-content {
		padding-right: 15%;
	}

	.contact-full-container {
		align-items: center;
		height: 100vh;
		padding-top: 100px;
	}
}

/*******************************************************************************************
MODULES - General module styling; see separate stylesheets for individual modules
*******************************************************************************************/
.module-header-b-lower {
	background: black;
  }
  
  .module-header-b-lower-inner {
	padding: 0 15px;
  }
  
  .module-header-b .main-navigation-menu > li {
	padding: 15px 0;
	margin-right: 0;
  }
  
  .module-header-b .main-navigation-menu > li:after {
	display: none;
  }
  
  .module-header-b .main-navigation-menu > li > a {
	color: #fff;
  }
  
  .module-header-b .main-navigation-menu a:focus,
  .module-header-b .main-navigation-menu a:hover,
  .module-header-b .main-navigation-menu li:hover > a {
	color: #e50000;
  }
  
  .module-header-b #desktop-navigation .sub-menu li {
	background: #000;
  }
  
  .module-header-b #mega-menu a:hover,
  .module-header-b #mega-menu a:focus,
  .module-header-b #desktop-navigation .sub-menu a:hover,
  .module-header-b #desktop-navigation .sub-menu a:focus {
	background: #1d85f5;
  }
  
  .module-header-b-upper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
  }

  
  .module-header-b-phone {
	font-size: 1.1rem;
  }

  .module-contact-block-a{
	  padding-top:30px;
  }

  .module-contact-block-a-info{
	background:#E5EBFF;
	padding:40px 20px;
}

@media screen and (min-width:500px){
  .module-contact-block-a-info{
	  padding:50px;
  }
}

.module-header-b-upper-side a,
.module-header-b-upper-side span{
	font-weight:700;
}

.module-header-b-upper-side span{
	color:#B79A00;
	display:none;
}

@media screen and (min-width:980px){
	.module-header-b-upper-side span{
		display:inline-block;
	}
}

.module-header-b-upper-side .module-header-b-phone{
	color:#B79A00;
	margin-right:0px;
	display:none;
}

.module-header-b-upper-side .button{
	padding: 18px 15px;
	font-size: 0.8rem;
	color: #fff;
    background-color: #e50000;
}

.module-header-b-upper-side .button:hover,
.module-header-b-upper-side .button:focus{
    background-color: #720000;
}

@media screen and (min-width: 500px) {
	.module-header-b-upper-side .button{
		padding: 23px 25px;
	}
	.header-logo img {
		height: 70px;
	}
}

@media screen and (min-width:769px){
	.module-header-b-upper-side .button{
		padding: 5px 25px;
	}
	.module-header-b-upper-side .module-header-b-phone{
		margin-right:20px;
	}
}

@media screen and (min-width:769px){
	.module-header-b-upper-side .module-header-b-phone{
		display:inline-block;
	}
}

  .module-contact-block-a .flex-container {
	flex-wrap: wrap;
  }

  .contact-block-a-single{
	display:flex;
	padding: 25px 0;
	border-bottom: 1px solid white;
  }

  .contact-block-a-single h3{
	  margin-bottom:0;
  }

  .icon-holder{
	height: 50px;
    width: 55px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 50%;
	margin-right: 20px;
  }

  .content-holder{
	width:100%;
  }
  
  .module-contact-block-a-content,
  .module-contact-block-a-form {
	width: 100%;
  }
  
  .module-contact-block-a-content {
	margin-bottom: 40px;
  }

  .module-contact-block-a-content h2{
	  margin-bottom:10px;
  }
  
  .module-contact-block-a-content p:last-of-type {
	margin: 0;
  }

  .module-contact-block-a .module-content{
	  margin-bottom:30px !important;
  }
  
  .module-contact-block-a-form {
	background: linear-gradient(180deg, #b79a00, #6d5c00);
  }
  
  .module-contact-block-a-form-intro {
	text-align: center;
	margin-bottom: 20px;
	background-color: #e50000;
	padding: 15px 30px;
  }

  .module-contact-block-a-form-intro h3{
	color: #fff;
  }
  
  .module-contact-block-a-form-intro > * {
	margin: 0;
  }
  
  .module-contact-block-a-form .button-container {
	text-align: center;
  }
  
  @media screen and (min-width: 1025px) {
	.module-contact-block-a .flex-container {
	  flex-wrap: nowrap;
	  align-items: flex-start;
	}
  
	.module-contact-block-a-content {
	  width: 58%;
	  margin: 0 80px 0 0;
	}
  
	.module-contact-block-a-form {
	  flex: 1;
	}
  }

  .module-attorneys-a {
	  margin:70px 0;
  }

  .module-attorneys-a-inner .module-attorneys-a-content {
	text-align: center;
  }
  
  .module-attorneys-a-photo {
	margin-bottom: 30px;
	text-align: center;
	width:fit-content;
	margin:auto;
  }

.module-attorneys-a-photo h3 {
    margin-bottom: 10px;
	font-weight: 700;
	font-size: 21px;
}

.module-attorneys-a-photo span{
	color:#000;
}

  .module-attorneys-a-badges img{
	  height:100%;
  }

  .module-attorneys-a-photo img{
	width:100%;
  }

  .module-attorneys-a-badges{
	margin-top:30px;
}
  
  @media screen and (min-width: 1025px) {
	.module-attorneys-a-photo {
	  margin: 0 6% 0 0;
	  padding-right: 6%;
	  border-right: 1px solid #000;
	  width: 1000px;
	}

	.module-attorneys-a-badges{
		display:flex;
		justify-content: space-between;
		align-items: baseline;
		flex-direction: row;
		margin-top:50px;
	}
  
	.module-attorneys-a-inner {
	  display: flex;
	}
  
	.module-attorneys-a-inner .module-attorneys-a-content {
	  text-align: left;
	}
  
	.module-attorneys-a .module-title {
	  text-align: left;
	}
  }

/*******************************************************************************************
PRINT - Specific styles for when pages are printed
*******************************************************************************************/
@media print {
  .header {
    top: 0;
    border: none;
    height: auto;
  }
}

/* Case Section */

.case-results{
	text-align: center;
	margin:50px 0;
}

.case-results-container{
	text-align: left;
}

.case-results h2,
.case-results p{
	color:#304FAA;
}

.case-results-left{
	width: 350px;
    height: 100px;
    padding: 15px;
    background-image: linear-gradient(180deg, #304FAA, #182855);
	color: white;
	border-radius: 4px;
	margin-bottom: 15px;
  }

.case-left-top{
	display: flex;
	justify-content: space-between;
}

.case-results-single{
	display:flex;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #6069AB;
	flex-direction: column;
}

@media screen and (min-width:769px){
	.case-results-single{
		flex-direction: row;
	}
	.case-results-left{
		margin-right:40px;
		margin-bottom:unset;
	}
}

.case-results-single p{
	color:#464646;
}

.case-left-bottom span{
	font-size:2.0rem;
	line-height: 0.8;
	font-weight: 700;
}

.case-left-top span{
	font-weight: 700;
}

.case-results-right p{
	margin:0;
}

/* Footer banner */

.footer-banner{
	background:#e50000;
	width:100%;
	height:75px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-banner h2{
	color:white;
	margin:0;
	text-align: center;
}

.mobile-footer {
	display: block;
    color: #000;
    background-color: #00ffff;
	position: fixed;
	bottom: 0;
	width: 100%;
	font-size:1.5rem;
	text-decoration: none;
	text-align: center;
	padding: 10px;
}

@media screen and (min-width:769px){
	.mobile-footer {
		display: none;
	}
}

/* Client Reviews Section */

.client-reviews{
	min-height:1061px;
	background: url('./images/pattern.jpg') repeat;
	padding: 40px 0;
}

.review-single{
	background: white;
	padding: 25px 40px;
	position:relative;
	margin:20px 0;
	text-align: left;
}

.review-single:before{
	content:"“";
	position: absolute;
	top:0;
	left:6px;
	font-size:4rem;
	color:#e50000;
}

.review-single:after{
	content:"”";
	position: absolute;
	bottom:-30px;
	right:10px;
	font-size:4rem;
	color:#e50000;
}

@media screen and (min-width:769px){
	.review-single{
		padding:25px 100px;
	}
	.review-single:before{
		left:40px;
	}
	
	.review-single:after{
		right:40px;
	}
}

.review-single p{
    margin: 0;
}

.review-stars{
	color:#FF9D00;
	margin-left:10px;
}

.review-single a{
	color:#e50000;
	font-weight:700;
}

.review-main p{
	font-size:1.333rem;
}

.review-person{
	font-weight:700;
}