/******************************************/
/* Theme Name: PaperStreet                */
/* Theme URI: http://www.aghabalalaw.com  */
/* Author: PaperStreet                    */
/* Author URI: http://www.paperstreet.com */
/* Description: For Prestige Law          */
/* Version: 2.07.25.18                    */
/******************************************/
/* Table of Contents                      */
/******************************************/
/* - General
/* - Header
/* - Menus
/* - Banner
/* - Content
/* - Features
/* - Footer
/* - Font Awesome
/* - Link Transitions
/* - Responsive
/******************************************/

/******************************************/
/* General
/******************************************/
/* Site loaded */
.hide-site {display: none !important;}

/* HTML */
html {overflow-y: scroll;}

/* Body */
body {display: block !important; line-height: 1.667rem; color: #464646; font-size: 1rem; font-family: 'Hind', sans-serif; background-color: #ffffff; }

/* Focus outline */
*:focus {outline: auto;}

/* Fluid Font Sizing */
/* REM: 16px @ 320px increasing to 18px @ 1920px */
@media (min-width: 320px) {
	/* Where: * 0.2083 = 100 * font_Size_Difference / viewport_Width_Difference */
	:root {font-size: calc(1rem + ((1vw - 3.2px) * 0.2083));}
}

/* Prevent font scaling beyond this breakpoint */
@media (min-width: 1920px) {
	:root {font-size: 18px;}
}

/* General > Headings and Paragraphs */
h1, h2, h3, h4, h5, h6 {margin: 0 0 1.667rem; color: #052e44; line-height: 1.2; font-weight: bold;}
h1 {font-size: 2.778rem; font-family: 'Prata', serif; font-weight: 600;}
h2 {font-size: 2rem;}
h3 {font-size: 1.667rem;}
h4 {font-size: 1.334rem;}
h5,
h6 {font-size: 1.112rem; font-family: 'Hind', sans-serif;}
p {margin: 0 0 1rem; font-size: 1.112rem; color: #464646;}

/* General > Lists */
ol,
ul {margin: 0 0 1.667rem; padding: 0;}
ul {list-style: none;}
ol {list-style-position: inside;}
.content ul {clear: both; margin: 0 0 1.334rem 2px;}
.content li {font-size: 1.112rem; color: #464646; padding: 0 0 0 25px; position: relative; margin-bottom: 15px; font-weight: 500;}
.content ul li:before {position: absolute; left: 0; content: "\f105"; color: #bf202f;}
.content ul ul {margin: 20px 0 20px 20px;}

/* blockquote {font-style: italic; position: relative; margin: 0 0 1.667rem; padding: 1.111rem 1.111rem 1.111rem 14%; border-left: 5px solid #e0e0e0;}
blockquote p {margin: 0;}
blockquote:before {content: "\f10d"; position: absolute; top: 1%; left: 3%; font-size: 2.778rem; opacity: 0.1; font-style: normal;} */

blockquote {position: relative; margin: 50px 0; padding: 0 0 0 3.334rem; border-left: 1px solid #bf202f;}
blockquote h4 {font-size: 1.334rem; color: #bf202f; font-weight: bold; margin-top: 30px;}

iframe {margin-bottom: 30px;}
hr {background: #464646; width: 20%; height: 5px; display: block; border: none; margin: 30px 0;}

/* General > Links and Buttons */
a {color: #bf202f; text-decoration: none;}
a:hover,
a:focus {color: #052e44; text-decoration: none;}
a.no-underline {text-decoration: none;}
a.no-underline:hover,
a.no-underline:focus {text-decoration: underline;}
button,
.button {font-size: 0.778rem; letter-spacing: 0.75px; text-transform: uppercase; cursor: pointer; margin: 0; border-radius: 0; padding: 8px 30px; text-align: center; display: inline-block; color: #ffffff; background-color: #bf202f; text-decoration: none; font-weight: bold;}
button:hover,
button:focus,
.button:hover,
.button:focus {background-color: #052e44; color: #ffffff;}
#gform_1 input:not(.gform_button.button),#gform_2 input:not(.gform_button.button),#gform_1 textarea,#gform_2 textarea{padding:20px 25px;}
#gform_1 input[type="submit"],#gform_2 input[type="submit"]{color:#fff;}
.gform_required_legend{display:none}

/* Alignment */
.content .align-center {text-align: center;}
.content .align-left {text-align: left;}
.content .align-right {text-align: right;}
.content img.alignright {float: right; margin: 0 0 9px 15px;}
.content img.alignleft {float: left; margin: 0 15px 9px 0;}
.content img.aligncenter {display: block; margin: 0 auto 15px;}
.content table.alignright {float: right; position: relative; z-index: 2; margin: 0 0 10px 10px;}
.content table.alignright ul {list-style: none !important;}

/*Button variation 1: Blue to black and white*/
button.button-variation-1,
.button-variation-1 {background-color: #464646;}
button.button-variation-1:hover,
button.button-variation-1:focus,
.button-variation-1:hover,
.button-variation-1:focus {background-color: #000; color: #ffffff;}
button.outline,
.button.outline {background: none; border: 3px solid #464646; color: #464646;}
button.outline:hover,
button.outline:focus,
.button.outline:hover,
.button.outline:focus {background: #464646; color: #ffffff;}
button.thin,
.button.thin {padding: 6px 18px;}

/* General > Inputs */
input, select, textarea {color: #464646; background-color: #ffffff; font-size: 0.8889rem; line-height: 1.0; border: none; -webkit-box-shadow: none; box-shadow: none; margin: 0; width: 100%; border-radius: 0; padding: .5rem;}
input {height: 2.4375rem;}
textarea {resize: none; min-height: 100px;}
form label,
form p {font-size: 0.8889rem;}
label {color: #19325b;}
label i {margin-right: 4px;}
.form-input-group {display: block; width: 100%; margin-bottom: 15px;}
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; -webkit-animation: fadeIn 125ms both; animation: fadeIn 125ms both;}

/* General > Common Animations */
.animated {-webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.animated.fast {-webkit-animation-duration: 600ms !important; animation-duration: 600ms !important;}
.animated.slow {-webkit-animation-duration: 1400ms !important; animation-duration: 1400ms !important;}

/* General > Skip To Content */
#skiptocontent {padding: 6px; z-index: 10; position: fixed; top: 0px; left: 0px; -webkit-transform: translateY(-40px); -ms-transform: translateY(-40px); transform: translateY(-40px); opacity: 0; background-color: #464646; color: #ffffff; border-radius: 0 0 8px 0; -webkit-transition: transform 400ms ease-out, opacity 700ms ease-out; -webkit-transition: opacity 700ms ease-out, -webkit-transform 400ms ease-out; transition: opacity 700ms ease-out, -webkit-transform 400ms ease-out; -o-transition: transform 400ms ease-out, opacity 700ms ease-out; transition: transform 400ms ease-out, opacity 700ms ease-out; transition: transform 400ms ease-out, opacity 700ms ease-out, -webkit-transform 400ms 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 > Common Background Colors */
.background-01 {background-color: #e0e0e0;}
.background-02 {background-color: #c2c2c2;}

/* General > Utility Classes */
.row {max-width: 1400px;}
.smaller-text {font-size: 0.7778rem;}
.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;}
.opacity0 {opacity: 0;}
.opacity1 {opacity: 1 !important;}
.no-margin {margin: 0;}
.no-min-height {min-height: 0;}
.no-padding {padding: 0;}
.background-cover {background-size: cover; background-repeat: no-repeat;}
.flex {display: -moz-flex; display: -ms-flex; display: -o-flex; display: -webkit-box; display: -ms-flexbox; display: flex;}

.mobile-show {display: none;}
.tablet-show {display: none;}
.tablet-hide {display: block;}

/******************************************/
/* Header
/******************************************/
.header {position: fixed; top: 0; width: 100%; z-index: 999; height: 190px; background-color: rgba(0,0,0,0); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0); -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0); -webkit-box-shadow: 0 0 10px 0 rgba(255,255,255,0);}
body.page-template-template-practices .header {background-color: #ffffff;}
/*body.home .header {opacity: 0;}*/
body.admin-bar .header {top: 32px;}
body.admin-bar.search-open .header {top: 0;}
body.scrolled .header {box-shadow: 0 0 10px 0 rgba(0,0,0,0.2); -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2); height: 120px; background-color: #ffffff;}
body.search-open .header {position: relative;}
.header > .row {height: 100%; max-width: 1790px;}
.header .columns {position: relative;}
.header a {text-decoration: none; color:#fff;}
.header-inner {height: 100%; position: relative;}

/* Header > Top Search */
.top-search {position: relative; background-color: #052e44; width: 100%; display: none; padding: 20px 0 35px;}
.top-search form {position: relative;}
.top-search input {margin: 0; height: 50px; border: 0 none; font-size: 1.333rem; color: #ffffff; border-bottom: 1px solid #fff; background: none; box-shadow: none; -webkit-box-shadow: none;}
.top-search input::-webkit-input-placeholder {color: #e0e0e0;}
.top-search input:-ms-input-placeholder {color: #e0e0e0;}
.top-search input::-ms-input-placeholder {color: #e0e0e0;}
.top-search input::placeholder {color: #e0e0e0;}
.top-search button {padding: 0 10px 0 0; position: absolute; top: 0; right: 0; height: 50px; color: #ffffff; font-size: 1.2rem; background: none;}
.top-search button:hover,
.top-search button:focus {-webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2);}

/* Header > Logo */
.header .logo {max-width: 100%; position: absolute; left: 0; top: 0; z-index: 3; padding: 35px 0 4px; max-width:350px;}
.header .logo a {display: block;}
.header .logo img,
.header .logo svg {margin: 0; display: block; max-width: 100%; max-height: 116px; width: auto;}
body.scrolled .logo {padding: 6px 0 9px;}
body.scrolled .logo img,
body.scrolled .logo svg {max-height: 100px; width: auto;}

/* Header > Right */
.header .header-right {float: right; padding: 44px 0 15px;}
body.scrolled .header .header-right {padding: 13px 0 5px;}

.header .phone-area {text-align: right; margin: 0 0 12px;}

/* Header > Social */
.header .social-icons {padding-top: 15px; display: inline-block;}
.header .social-icons ul {margin: 0;}
.header .social-icons ul li {display: inline-block; margin: 0 3px; text-align: center;}
.header .social-icons ul li a {border-radius: 50%; display: block; width: 25px; height: 25px; background-color: #b6b6b6; color: #ffffff; font-size: 0.723rem; line-height: 28px;}
.header .social-icons ul li a:hover {background-color: #bf202f;}

.confirm-social ul {
  display: flex;
  justify-content: center;
}

.confirm-contact {
  display: flex;
  justify-content: space-evenly;
}

.confirm-contact a{
	white-space: nowrap;
}

.confirm-social ul li:before {
  content: none;
}

.confirm-social ul li:first-child{
  padding-left: 0;
}

/* Header > Phone */
.header .phone-link {display: inline-block; color: #fff; border-radius: 50%; margin-left: 30px; font-size: 1.5rem; text-align: left; line-height: 1.2; font-weight: bold;}
.header .phone-link span {display: block; text-transform: uppercase; font-size: 0.834rem; font-weight: 600;}
.header .phone-link:hover {color: #052e44;}

/* Header > Menu Button */
#open-mobile-menu {float: right; width: 60px; height: 60px; line-height: 60px; color: #ffffff; background-color: #bf202f; display: block; text-align: center; margin-left: 5px; font-size: 0.883rem; padding: 0;}
#open-mobile-menu {display: none;}
#open-mobile-menu:hover,
#open-mobile-menu:focus {background-color: #052e44;}

/* Header > Menu */
.header .menu-area {display: block; margin-right: 60px; padding-top: 5px;}
.menu.main-navigation {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;}
.menu.main-navigation li {display: block; position: relative; padding: 0 20px; font-size: 0.945rem; font-weight: bold; letter-spacing: 1px;}
.menu.main-navigation li:last-child {padding-right: 0;}
.menu.main-navigation li:after {content: ""; background-color: #d1cfc8; width: 2px; height: 15px; position: absolute; right: 0; top: 0;}
.menu.main-navigation li:last-child:after {display: none;}
.menu a {color: #363636; line-height: 1.0;}
.menu.main-navigation > li > a {padding: 0 2px 10px; text-transform: uppercase; display: block; height: 100%; color: #fff; position: relative; z-index: 2;}
.menu.main-navigation > li > a:after {content: ""; width: 100%; height: 5px; position: absolute; bottom: -5px; left: 0; right: 0; background-color: rgba(191,32,47,0); z-index: 1;}

.menu.main-navigation > li:hover > .sub-menu,
.menu.main-navigation > li:focus > .sub-menu,
.menu.main-navigation > li.active > .sub-menu,
.menu.main-navigation > li a:focus + .sub-menu {display: block; -webkit-animation: menu-slide-down 200ms both; animation: menu-slide-down 200ms both;}
.menu.main-navigation a:focus,
.menu.main-navigation a:hover,
.menu.main-navigation li:hover > a {color: #bf202f;}
.menu.main-navigation > li > a:focus:after,
.menu.main-navigation > li > a:hover:after,
.menu.main-navigation > li:hover > a:after {background-color: #bf202f;}

/* Header > Menu > Main Nav Dropdowns (Level 2) */
.menu.main-navigation .sub-menu {display: none; position: absolute; top: calc(100% + 5px); width: 500px; margin: 0; padding: 21px 0; background-color: #052e44; left: 20px; z-index: 3;}
.menu.main-navigation .sub-menu li {position: relative; font-size: 1.112rem; text-transform: none; font-weight: normal; margin: 0; border: none; padding: 0;}
.menu.main-navigation .sub-menu li:after {display: none;}
#mega-menu li a,
.menu.main-navigation .sub-menu li a {color: #ffffff; display: block; padding: 8px 30px 8px 65px !important; line-height: 1.8;}
.menu.main-navigation .sub-menu li a:after {content: "\f105"; position: absolute; left: 45px; top: 4px; font-weight: 300; color: #ffffff; font-size: 1.334rem;}
#mega-menu a:hover,
#mega-menu a:focus,
.menu.main-navigation .sub-menu li a:hover,
.menu.main-navigation .sub-menu li a:focus {background-color: #bf202f;}

/* Header > Menu > Custom Menu Animations */
@keyframes menu-slide-right {
	from {opacity: 0; margin-left: -10px;}
	to {opacity: 1; margin-left: 0;}
}

@-webkit-keyframes menu-slide-right {
	from {opacity: 0; margin-left: -10px;}
	to {opacity: 1; margin-left: 0;}
}

@keyframes menu-slide-down {
	from {opacity: 0; margin-top: -10px;}
	to {opacity: 1; margin-top: 0;}
}

@-webkit-keyframes menu-slide-down {
	from {opacity: 0; margin-top: -10px;}
	to {opacity: 1; margin-top: 0;}
}

/* Mobile Navigation */
#mobile-menu:not(.active) {display: none;}

/* Header > Search Icon */
.header .top-search-open-button {float: right; width: 35px; height: 35px; line-height: 35px; color: #ffffff; background-color: #052e44; border-radius: 50%; display: block; text-align: center; margin-left: 15px; font-size: 0.778rem; padding: 0; letter-spacing: 0;}
.header .top-search-open-button.tablet-show {display: none;}
.ps219sw17 {color: blue }
.header .top-search-open-button:hover {background-color: #bf202f;}

.test123:hover {cursor: pointer}
/*.test123: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: #E80924;
    pointer-events: none;
    z-index: 1;}*/

/******************************************/
/* Homepage
/******************************************/

.vid-plays {
  margin-bottom: 35px;
    z-index: 999;}

.vid-plays a {font-size: 5rem; color: #fff;}
.vid-plays a:hover {color: #bf202f;}
/* Homepage > Slider */
.slider-home {position: relative; opacity: 0;}
.slider-home,
.slider-home-single {height: calc(115vh); overflow: hidden; width: 100%; background-repeat: no-repeat; background-size: cover; background-position: top center; /*min-height: 1080px;*/}
body.admin-bar .slider-home,
/* body.admin-bar .slider-home-single {height: calc(100vh - 32px);} */

.slider-home-single .small-show {display: none; background-repeat: no-repeat; background-size: cover; background-position: bottom center; position: absolute; top: 0; bottom: 0; left: 0; right: 0;}

.slider-home .text-box {position: absolute; top: 0; left: 0; right: 0; width: 100%; z-index: 2; bottom: 0;}
.slider-home .text-box .headline-text {text-align: center; bottom: 13%; position: absolute; padding: 15px; width: 100%; left: 0; right: 0;}
.slider-home .text-box .headline-text p {color: #ffffff; font-size: 2.23rem; font-weight: 400; letter-spacing: 1px; opacity: 0; text-transform: uppercase; line-height: 1; margin: 0 0 25px; text-shadow: 6px 10px 50px rgba(0,0,0,1), 6px 10px 50px rgba(0,0,0,1), 6px 10px 50px rgba(0,0,0,1);}
.slider-home .text-box .headline-text p.animated.zoomIn {opacity: 1;}
.slider-home .text-box .headline-text p.top-text {letter-spacing: 0.5rem; margin-bottom: 30px; position: relative; z-index: 3;}
.slider-home .text-box .headline-text p.big-text {font-size: 11.5rem; line-height: 0.75; font-weight: bold; font-family: 'Josefin Sans', sans-serif; margin-bottom: 15px; text-shadow: 5px 10px 100px rgba(0,0,0,1), 6px 10px 100px rgba(0,0,0,1), 6px 10px 100px rgba(0,0,0,1), 6px 10px 100px rgba(0,0,0,1), 6px 10px 100px rgba(0,0,0,1);}
.slider-home .text-box .headline-text p.third-text {font-size: 2.334rem; font-family: 'Josefin Sans', sans-serif; font-weight: 600; letter-spacing: 0.667rem; margin-bottom: 30px; position: relative; z-index: 2;}
.slider-home .text-box .headline-text p.fourth-text {text-transform: none; letter-spacing: 2px; font-weight: 600; text-shadow: 6px 10px 50px rgba(0,0,0,1), 6px 10px 50px rgba(0,0,0,1), 6px 10px 50px rgba(0,0,0,1), 6px 10px 50px rgba(0,0,0,1); position: relative; z-index: 3;}
.slider-home .text-box .headline-text p.fourth-text strong {color: #bf202f; font-weight: 600; letter-spacing: 1px;}
.slider-home .text-box .headline-text p.fourth-text:after {}

.slider-home .scroll-holder {opacity: 0; margin: 70px auto 0; width: 45px;}
.slider-home .scroll-holder a {width: 45px; height: 45px; color: #ffffff; text-align: center; line-height: 45px; font-size: 2.778rem; display: block; margin-right: 12px;}
.slider-home .scroll-holder a .fa {font-weight: 300;}
.slider-home .scroll-holder:hover,
.slider-home .scroll-holder a:hover {color: #bf202f;}

@keyframes subtleBounce {
	from 0%, 100%, to {-webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
	70% {-webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0);}
}
.subtleBounce {-webkit-animation-name: subtleBounce; animation-name: subtleBounce; -webkit-transform-origin: center bottom; transform-origin: center bottom;}
.animated.subtleBounce {-webkit-animation-duration: 2s; animation-duration: 2s;}

.slider-home .two-buttons {position: absolute; bottom: 0; right: 0; text-align: right; left: 0; z-index: 10;}
.slider-home .two-buttons .row {font-size: 0;}
.slider-home .two-buttons a.button {display: inline-block; text-align: center; font-size: 1.223rem; padding: 30px 60px 30px 40px; letter-spacing: 2px;}
.slider-home .two-buttons a.free {margin-top: 3px; opacity: 0;}
.slider-home .two-buttons a.free:after {content: "\f0d7"; margin-left: 7px; position: absolute; top: 30px;}
.slider-home .two-buttons a.chat {background-color: #ceccc4; color: #585858; margin-left: 13px; padding: 30px 25px; opacity: 0;}
.slider-home .two-buttons a.chat:hover {background-color: #052e44; color: #ffffff;}
.slider-home .two-buttons a.animated {opacity: 1;}

/* Homepage > Intro */
.intro-section {padding: 60px 0 80px;}
body.home .intro-section {opacity: 0;}
.intro-section .text-area h1 {margin-bottom: 13px; font-weight: 500;}
.intro-section .text-area h2 {color: #bf202f; font-size: 1.334rem;}
.intro-section .text-area p {font-weight: 500;}
.intro-section .text-area p:last-child {margin: 0;}
.intro-section .text-area p strong {color: #bf202f;}

.intro-section .form-area {margin-top: 25px;}
.intro-section .form-area input,
.intro-section .form-area textarea {background-color: #eeedea; height: 65px; font-size: 0.834rem; color: #052e44; text-transform: uppercase; padding: 20px 25px; font-weight: 600; letter-spacing: 2px; font-family: 'Font Awesome 5 Pro', 'Hind', sans-serif;}
.intro-section .form-area ::placeholder {color: #052e44; opacity: 1;}
.intro-section .form-area :-ms-input-placeholder {color: #052e44;}
.intro-section .form-area ::-ms-input-placeholder {color: #052e44;}
.intro-section .form-area textarea {height: 130px; display: block;}
.intro-section .form-area .form-input-group.button-container {margin: 0;}
.intro-section .form-area .button {background-color: #052e44; color: #fff; width: 100%; height: 65px; font-size: 0.945rem; font-weight: 500; letter-spacing: 2px;}
.intro-section .form-area .button:hover {background-color: #bf202f; color: #fff;}

/* Homepage > Results */
.results-section {padding: 60px 0 75px; background-color: #eeedea; background-size: contain; position: relative;}
#results-section1 .sing-res {float: left;}
body.page-template-template-results .results-section {background: #eeedea url('images/bg-practices.png') no-repeat left 250px; background-size: contain;}
body.home .results-section {background: #eeedea url('images/bg-curve.png') no-repeat center top; position: relative; padding: 180px 0 110px; opacity: 0;}
body.home .results-section .vert-line {content: ""; display: block; width: 2px; height: 150px; background-color: #bf9212; position: absolute; left: 0; right: 0; margin: 0 auto; top: -50px; opacity: 0;}
body.home .results-section .row,body.page-id-3577 .results-section .row {max-width: 1610px;}
.results-section .line-container {background-color: #bf202f; height: 6px; left: 0; right: 0; width: 100%; position: absolute; top: 50%; transform: translateY(-50%); max-width: 1760px; margin: 26px auto 0;}
body.page-template-template-results .results-section .line-container {position: absolute; transform: none; margin-top: 70px; top: initial; max-width: 1360px;}
body.home .results-section .line-container {opacity: 0;}
.results-section .large-4 {margin-bottom: 30px;}
body.home .results-section .large-4,body.page-id-3577 .results-section .large-4 {width: 30%; margin-bottom: 0;}
body.home .results-section .large-8,body.page-id-3577 .results-section .large-8 {width: 70%;}
body.page-template-template-results .results-section .large-4:nth-child(3n+1) {clear: both;}
body.home .results-section .text-area,body.page-id-3577 .results-section .text-area {text-align: right; position: absolute; top: 50%; transform: translateY(-50%); margin-top: 90px; width: 23%;}
body.page-id-3577 .results-section .text-area {margin-top:60px;}
.results-section .text-area p {text-transform: uppercase; font-size: 1.667rem; font-weight: 300; letter-spacing: 8px; color: #052e44; margin-bottom: 65px;}
body.page-template-template-results .results-section .text-area p {font-weight: 500;}
.results-section .text-area h2 {font-family: 'Prata', serif; font-weight: normal; font-size: 6.389rem;}
body.page-id-3577 .results-section .text-area h2,.page-id-537 .results-section .text-area h2 {font-size: 3.264rem;}
body.page-template-template-results .results-section .text-area h2 {font-size: 4.223rem;}
.results-section .results-slider {opacity: 0;}
.results-section .result-area {background-color: #ffffff; padding: 70px 60px; margin: 0; outline: none; min-height: 500px;}
body.page-template-template-results .results-section .result-area {padding: 0; position: relative; z-index: 2;}
body.page-template-template-results .results-section .result-area:nth-child(3n+1) {clear: both;}
body.page-template-template-results .results-section .result-area h3 {margin-bottom: 20px;}
body.home .results-section .result-area,body.page-id-3577 .results-section .result-area {margin: 0 40px; min-height: auto;}
.results-section .result-area h3 {font-size: 5rem; color: #bf202f; font-family: 'Prata', serif; font-weight: normal;}
.page-id-537 .results-section .result-area h3 {font-size:3rem;}
.results-section .result-area p.category {color: #bf202f;}
.results-section .result-area p.category .fal {margin-right: 3px;}
.results-section .result-area a.view-more {text-transform: uppercase; font-weight: bold; letter-spacing: 1px;}
.results-section .result-area .desc-area {padding: 40px 60px 10px;}

.results-section .slick-prev,
.results-section .slick-next {top: 50%; background-color: #052e44; width: 70px; height: 70px; border: 0; transform: translateY(-50%); border-radius: 50%; font-size: 1.889rem; overflow: hidden; outline: none; position: absolute; z-index: 3; padding: 0;}
.results-section .slick-prev {left: 0;}
.results-section .slick-next {right: 0;}
.results-section .slick-prev:before,
.results-section .slick-next:before {color: #ffffff; font-size: 1.889rem; display: block; font-weight: 300; opacity: 1;}
.results-section .slick-prev:before {content: "\f060";}
.results-section .slick-next:before {content: "\f061";}
.results-section .slick-prev:hover,
.results-section .slick-next:hover {background-color: #bf202f;}

.results-section .slick-dots {bottom: 20px; left: -14%; width: auto;}
.results-section .slick-dots li {margin: 0 1px;}
.results-section .slick-dots button:before {color: #052e44; background-color: #eeedea; border: none; border-radius: 50%; opacity: 1; font-size: 15px; line-height: 15px; width: 15px; height: 15px;}
.results-section .slick-dots li:hover button:before,
.results-section .slick-dots li.slick-active button:before {color: #bf202f; background-color: #bf202f; opacity: 1;}

.results-section .hidden-column {display: none;}
.results-section .button-area {text-align: center; padding-top: 50px;}
.results-section .button-area a.button {background-color: #052e44; font-size: 1.056rem; padding: 14px 30px; width: 100%; max-width: 260px;}
.results-section .button-area a.button:after {content: "\f0da"; margin-left: 6px;}
.results-section .button-area a.button:hover {background-color: #bf202f;}

/* Homepage > Awards */
.awards-section {padding: 45px 0 55px;}
body.home .awards-section {opacity: 0;}
.awards-section .row {max-width: 1610px;}
.awards-section .awards-slider {opacity: 0;}
.awards-section .award-area {min-height: 110px; position: relative; width: 16.6%;}
.awards-section .award-area img {margin: 0 auto; display: block; position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0;}

/* Homepage > Practices */
.practices-section {background-color: #102e44; text-align: center;}
body.home .practices-section {opacity: 0;}
.practices-section .row {max-width: 100%;}
.practices-section .columns {padding: 0;}
.practices-section .practice-area {padding: 0; color: #ffffff; text-decoration: none; width: 100%; min-height: 50px; background-color: #052e44; display: block; position: relative; background-repeat: no-repeat; background-position: top center; background-size: 100% auto; padding: 0;}
.practices-section .practice-area img {max-width: 100%;}
.practices-section .practice-area a {display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; background-color: rgba(5,46,68,0);}
.practices-section .practice-area h2 {margin: 0; color: #ffffff; position: absolute; font-weight: bold; letter-spacing: 4px; z-index: 3; top: 50%; transform: translateY(-50%); left: 0; right: 0; text-transform: uppercase; font-size: 1.667rem; max-width: 385px; margin: 0 auto; text-shadow: 6px 10px 50px rgba(0,0,0,1), 6px 10px 50px rgba(0,0,0,1);}
.practices-section .practice-area h2 .icon-area {display: block; position: relative; margin: 10px auto 0; padding-top: 5px;}
.practices-section .practice-area h2 .icon-area .fal {font-size: 2.223rem; text-shadow: 6px 10px 50px rgba(0,0,0,1), 6px 10px 50px rgba(0,0,0,1);}
.practices-section .practice-area h2 .icon-area:before,
.practices-section .practice-area h2 .icon-area:after {content: ""; height: 1px; width: 40%; left: 0; position: absolute; top: 50%; transform: translateY(-50%); background-color: #ffffff;}
.practices-section .practice-area h2 .icon-area:after {left: auto; right: 0;}
.practices-section .practice-area a:hover {background-color: rgba(191, 32, 47,0.85);}
.practices-section .practice-area a:hover h2,
.practices-section .practice-area a:hover h2 .icon-area .fal {text-shadow: none;}

/* Homepage > Steps */
.steps-section {padding: 110px 0 140px; background-color: #eeedea;}
body.home .steps-section {opacity: 0;}
.steps-section .text-area {text-align: center;}
.steps-section h2 {text-transform: uppercase; border: 10px solid #ffffff; padding: 22px 50px 20px; display: inline-block; font-size: 1.778rem; font-weight: normal; letter-spacing: 2.5px; margin-bottom: 50px;}
.steps-section h2 strong {color: #bf202f; font-weight: bold;}

.steps-section .step-area {background-repeat: no-repeat; background-position: left top; min-height: 210px; padding: 110px 15px 0 105px; opacity: 0; max-width: 435px;}
.steps-section .step-area.step-1 {background-image: url('images/step-graphic-1.png'); padding-left: 100px;}
.steps-section .step-area.step-2 {background-image: url('images/step-graphic-2.png');}
.steps-section .step-area.step-3 {background-image: url('images/step-graphic-3.png');}
.steps-section .step-area h3 {margin: 0; font-size: 2rem; max-width: 295px; line-height: 1;}
.steps-section .step-area p {color: #464646; font-weight: 500; margin: 0;}

/* Homepage > Trust */
.trust-section {padding: 150px 0 80px; position: relative;}
body.home .trust-section {opacity: 0;}
.trust-section .trust-background {position: absolute; right: 70%; top: 0; bottom: 0; background-repeat: no-repeat; width: 30%; background-position: right top; background-size: auto 100%;}
.trust-section h2 {font-size: 4.445rem; font-family: 'Prata', serif; margin: 0 0 15px; font-weight: normal;}
.trust-section .text-area p {color: #bf202f; text-transform: uppercase; font-size: 1.612rem; letter-spacing: 2px; font-weight: 500; margin-bottom: 100px;}

.trust-section .trust-area {margin-bottom: 60px;}
.trust-section .trust-area:last-child {margin-bottom: 0;}
.trust-section .trust-area:after {content: ""; display: block; clear: both;}
.trust-section .trust-area .circle-area {float: left; width: 140px; height: 140px; background-color: #bf202f; border-radius: 50%; display: block; margin-right: 30px; position: relative;}
.trust-section .trust-area .circle-area img {margin: 0 auto; top: 48%; transform: translateY(-50%); left: 0; right: 0; position: absolute;}
.trust-section .trust-area .text-side {float: left; width: calc(100% - 170px); padding-top: 20px;}
.trust-section .trust-area .text-side h3 {font-weight: normal; margin-bottom: 2px;}
.trust-section .trust-area .text-side h3 strong {font-weight: bold;}
.trust-section .trust-area .text-side p {margin-bottom: 15px; font-weight: 500;}
.trust-section .trust-area .text-side a.learn-more {text-transform: uppercase; color: #102e44; letter-spacing: 1px; font-weight: bold;}
.trust-section .trust-area .text-side a.learn-more:after {content: "\f0da"; margin-left: 3px;}
.trust-section .trust-area .text-side a.learn-more:hover {color: #bf202f;}

/* Homepage > Expect */
.expect-section {padding: 145px 0 300px; background-color: #102e44;background-repeat: none;}
body.home .expect-section {opacity: 0;}
.expect-section h2 {color: #ffffff; font-size: 4.445rem; font-family: 'Prata', serif; margin: 0 0 15px; font-weight: normal; margin-bottom: 90px; text-align: center;}
.expect-section h2 span {color: #ffffff; text-transform: uppercase; font-size: 1.612rem; letter-spacing: 2px; font-weight: 300; font-family: 'Hind', sans-serif; display: inline-block; top: -15px; position: relative; margin-left: 15px;}

.expect-section .expect-row .columns {padding: 0;}
.expect-section .expect-area {text-align: center; border-right: 4px solid rgba(255,255,255,0.4); padding: 40px 25px 15px 25px; position: relative;}
.expect-section .expect-row .columns:nth-child(1) .expect-area,
.expect-section .expect-row .columns:nth-child(2) .expect-area,
.expect-section .expect-row .columns:nth-child(3) .expect-area,
.expect-section .expect-row .columns:nth-child(4) .expect-area {border-bottom: 4px solid rgba(255,255,255,0.4);}
.expect-section .expect-row .columns:nth-child(4) .expect-area,
.expect-section .expect-row .columns:nth-child(8) .expect-area {border-right: none;}
.expect-section .expect-area .icon-area {min-height: 70px; margin-bottom: 20px;}
.expect-section .expect-area h3 {color: #ffffff; text-transform: uppercase; font-size: 1.612rem; letter-spacing: 2px; font-weight: normal; margin: 0;}
.expect-section .expect-area h3:after {content: "+"; display: block; font-size: 1.334rem; margin-top: 10px; font-weight: 300;}
.expect-section .expect-area .over-area {position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; padding: 10px 15px; opacity: 0; z-index: 2; text-align: left;}
.expect-section .expect-area .over-area p {color: #474644; font-size: 0.945rem; margin: 0; line-height: 1.5;}
.expect-section .expect-area:hover {background-color: #eeedea;}
.expect-section .expect-area:hover h3,
.expect-section .expect-area:hover .icon-area {opacity: 0;}
.expect-section .expect-area:hover .over-area {opacity: 1;}

/* Homepage > Testimonials */
.testimonials-section {padding: 0 50px; background: #ebebeb url('images/bg-testimonials.png') no-repeat left top;}
.testim-div {margin-bottom: 45px;}
.testim-div:first-of-type {margin-top: 40px;}
body.home .testimonials-section {opacity: 0;}
.testimonials-section .row {margin-bottom: -165px; position: relative; top: -165px; background-color: #ffffff; padding-top: 130px; padding-bottom: 180px;}
.testimonials-section .columns {padding: 0;}
.testimonials-section .text-area {padding: 0 130px;}
.testimonials-section .text-area p {color: #052e44; text-transform: uppercase; font-size: 1.612rem; letter-spacing: 2px; font-weight: 500;}
.testimonials-section h2 {font-size: 4.445rem; font-family: 'Prata', serif; margin: 0 0 80px; font-weight: normal;}

.testimonials-section .testimonials-slider {opacity: 0; padding: 0 130px; position: relative; z-index: 2; margin-bottom: 150px;}
.testimonials-section .testimonials-area {outline: none;}
.testimonials-section .quote-area {padding: 0 30px 0 0;}
.testimonials-section .quote-area p {font-size: 1.056rem;}
.testimonials-section .quote-area p.author {font-size: 1.223rem; color: #052e44;}
.testimonials-section .quote-area p.author .fal {color: #8a8a8a; margin-right: 4px;}

.testimonials-section .slick-prev,
.testimonials-section .slick-next {top: 50%; background-color: #bf202f; width: 70px; height: 70px; border: 0; transform: translateY(-50%); border-radius: 50%; font-size: 1.889rem; overflow: hidden; outline: none; position: absolute; z-index: 3; padding: 0;}
.testimonials-section .slick-prev {left: -35px;}
.testimonials-section .slick-next {right: -35px;}
.testimonials-section .slick-prev:before,
.testimonials-section .slick-next:before {color: #ffffff; font-size: 1.889rem; display: block; font-weight: 300; opacity: 1;}
.testimonials-section .slick-prev:before {content: "\f060";}
.testimonials-section .slick-next:before {content: "\f061";}
.testimonials-section .slick-prev:hover,
.testimonials-section .slick-next:hover {background-color: #052e44;}

.testimonials-section .slick-dots {bottom: -193px; width: auto; background-color: #ffffff;}
.testimonials-section .slick-dots li {margin: 0 1px;}
.testimonials-section .slick-dots button:before {color: #052e44; background-color: #eeedea; border: none; border-radius: 50%; opacity: 1; font-size: 15px; line-height: 15px; width: 15px; height: 15px;}
.testimonials-section .slick-dots li:hover button:before,
.testimonials-section .slick-dots li.slick-active button:before {color: #bf202f; background-color: #bf202f; opacity: 1;}

.testimonials-section .more-button {text-align: right; position: relative;}
.testimonials-section .more-button:before {content: ""; height: 2px; background-color: #cdccc4; position: absolute; top: 50%; transform: translateY(-50%); left: 220px; right: 0;}
.testimonials-section .more-button a.button {display: inline-block; text-align: center; position: relative; z-index: 2; width: 100%; max-width: 260px; background-color: #052e44; padding: 15px; font-size: 0.889rem;}
.testimonials-section .more-button a.button:hover {background-color: #bf202f;}

/* Homepage > Form */
.form-section {padding: 90px 0 100px; background-color: #bf202f;}
body.home .form-section {opacity: 0;}
.form-section .text-area {text-align: center;}
.form-section .text-area h2 {color: #ffffff; font-size: 4.445rem; font-family: 'Prata', serif; margin-bottom: 20px; font-weight: normal;}
.form-section .text-area p {color: #ffffff; text-transform: uppercase; font-size: 1.612rem; letter-spacing: 2px; font-weight: 300; margin-bottom: 50px;}

.form-section .form-area {margin-top: 25px;}
.form-section .form-area .form-input-row:after {content: ""; display: block; clear: both;}
.form-section .form-area .form-input-group {margin-bottom: 25px;}
.form-section .form-area .form-input-group.one-third {width: calc((100% - 50px) / 3); margin-right: 25px; float: left;}
.form-section .form-area .form-input-group.one-third:last-child {margin: 0;}
.form-section .form-area input,
.form-section .form-area textarea {background-color: #ebebeb; height: 65px; font-size: 0.834rem; color: #052e44; text-transform: uppercase; padding: 20px 25px; font-weight: 600; letter-spacing: 2px; font-family: 'Font Awesome 5 Pro', 'Hind', sans-serif;}
.form-section .form-area ::placeholder {color: #052e44; opacity: 1;}
.form-section .form-area :-ms-input-placeholder {color: #052e44;}
.form-section .form-area ::-ms-input-placeholder {color: #052e44;}
.form-section .form-area textarea {height: 130px; display: block;}
.form-section .form-area p.error-text {color: #ffffff;}
.form-section .form-area .form-input-group.button-container {margin: 0;}
.form-section .form-area .button {background-color: #052e44; color:#fff; width: 100%; height: 65px; font-size: 0.834rem; font-weight: bold; letter-spacing: 2px;}
.form-section .form-area .button:hover {background-color: #000000;}

/******************************************/
/* Banner
/******************************************/
.banner {position: relative; height: 600px; background-repeat: no-repeat; background-size: cover; -ms-background-position-x: 50%; background-position-x: 50%;}
.banner .banner-container {background-image: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%); background-image: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%); background-image: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,1)), color-stop(75, rgba(255,255,255,0)), color-stop(100, rgba(255,255,255,0))); background-image: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%); height: 100%;}
.search-open .banner {margin: 0;}
.banner img {position: relative; width: 100%;}
.banner .banner-container .row {height: 100%; max-width: 1410px;}
.banner-inner {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; -webkit-box-pack: center; -ms-flex-pack: center; height: 600px; min-height: 600px; padding-top: 250px;}
.banner .text-holder {width: 100%; text-align: center;}
.banner-title {font-size: 5.556rem; color: #ffffff; margin: 0; line-height: 1.2; font-family: 'Hind', sans-serif; text-transform: uppercase; letter-spacing: 5px; font-weight: 500; text-shadow: -2px 5px 9px rgba(0,0,0,0.8);}
.banner-desc {font-size: 2rem; color: #ffffff; margin: 0; letter-spacing: 1px; text-transform: uppercase; display: block; line-height: 1.4; font-family: 'Prata', serif; font-weight: 300;}

/* Banner > Attorney Banner */
body.single-attorneys .banner {padding: 120px 0 0; margin: 0; height: 848px; overflow: hidden;}
body.single-attorneys .banner .banner-inner {background: none; 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; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0; min-height: initial; height: auto;}

.attorney-banner-left {min-width: 50%; position: relative; padding: 0 0 250px;}
.attorney-banner-left h1 {letter-spacing: 1px; font-size: 2.667rem; margin-bottom: 20px; line-height: 1.0; font-weight: normal; color: #052e44;}
.attorney-banner-left p {font-size: 1.334rem; margin: 0; font-weight: 600; color: #052e44;}
.attorney-banner-left p a {text-decoration: none;}
.attorney-banner-left p.return {font-size: 0.778rem; margin: 0; text-transform: uppercase; font-weight: bold; float: left; padding-left: 5px;}
.attorney-banner-left p.return a {color: #052e44;}
.attorney-banner-left p.return a:hover {color: #bf202f;}
.attorney-banner-left .attorney-banner-name {float: left; margin-left: 90px; padding-left: 60px; border-left: 4px solid #bf202f;}
.attorney-banner-left p.position {text-transform: uppercase; font-size: 1.334rem; letter-spacing: 2px; margin: 0 0 30px; font-weight: normal; color: #052e44;}
.attorney-banner-left p.phone {font-size: 1.667rem; margin-bottom: 10px; font-weight: bold;}
.attorney-banner-left p.phone a {color: #052e44;}
.attorney-banner-left p.email {margin: 50px 0 10px;}
.attorney-banner-left p .fas {display: inline-block; color: #052e44; width: 45px;}
.attorney-banner-left p.return .fas {width: auto; margin-right: 6px;}
.attorney-banner-left p a:hover {color: #052e44;}
.attorney-banner-left p.phone a:hover {color: #bf202f;}

.attorney-banner-right,
.attorney-banner-right img {max-height: 100%; width: auto; margin: 0 auto; text-align: center; overflow: hidden; padding-top: 20px;}
.attorney-banner-right.tablet-show {display: none;}
.attorney-banner-right {display: flex; align-items: flex-end;}
.attorney-banner-right.add-height {padding-bottom: 120px;}
.attorney-banner-right.add-height img {border: 1px solid #052e44;}

.attorney-mobile {-ms-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end; display: none;}
.attorney-mobile,
.attorney-mobile img {max-height: 100%; text-align: center; width: 300px; margin: 0 auto;}
.attorney-mobile p.return {font-size: 0.667rem; margin: 50px 0 20px; text-transform: uppercase; font-weight: bold; line-height: 1.0;}
.attorney-mobile p.return a {color: #464646; text-decoration: none; line-height: 1.0;}
.attorney-mobile p.return a:hover {color: #bf202f; text-decoration: none;}

/* Banner > Tabs */
.banner-tabs {text-align: center; margin-top: -45px; border-bottom: 2px solid #052e44; position: relative; z-index: 2;}
.banner-tabs .tab-row {position: relative; max-width: 1400px;}
.banner-tabs ul.tabs {background: none; display: flex; border: none;}
.banner-tabs .tabs-title {width: auto; margin: 0 20px 0 0; min-width: 0; padding: 0; flex-grow: 1;}
.banner-tabs .tabs-title:last-child {padding-right: 0; margin-right: 0;}
.banner-tabs .tabs-title > a,
.banner-tabs .tabs-title > a:last-child {padding: 15px 11px 14px; border: none; background-color: #052e44; color: #ffffff; text-decoration: none; text-transform: uppercase; font-size: 0.889rem; letter-spacing: 2px; position: relative; font-weight: 600; max-width: 415px;}
.banner-tabs .tabs-title > a:focus,
.banner-tabs .tabs-title > a:hover,
.banner-tabs .tabs-title > a.is-active {background-color: #bf202f;}
.banner-tabs .tabs-title > a:focus:before,
.banner-tabs .tabs-title > a:hover:before,
.banner-tabs .tabs-title > a.is-active:before {opacity: 1;}

/******************************************/
/* Content
/******************************************/
main {padding: 70px 0 110px; min-height: 450px; display: block;}
body.blog main {padding-bottom: 80px;}
main .row {max-width: 1400px;}
.subsection {padding: 40px 0;}

/* Tabs */
.tab-area ul.tabs {background: none; border: none;}
.tab-area .tab-row {max-width: 1190px;}
.tab-area .tabs-title {width: 33%; margin: 0; min-width: 0; padding-right: 5px;}
.tab-area .tabs-title:last-child {padding-right: 0;}
.tab-area .tabs-title > a {text-decoration: none; font-size: 0.889rem; font-weight: bold; position: relative; padding: 27px 15px; border: 1px solid #052e44; color: #464646; background-color: #ffffff; text-align: center;}
.tab-area .tabs-title > a:focus,
.tab-area .tabs-title > a:hover,
.tab-area .tabs-title > a.is-active {border-color: #464646; background-color: #464646; color: #ffffff; text-decoration: underline;}
.tab-area .tabs-title > a:focus:before,
.tab-area .tabs-title > a:hover:before,
.tab-area .tabs-title > a.is-active:before {opacity: 1;}
.tabs-content {border: none; background: none;}
/*.tabs-content h2:not(.accordion-item-title):first-child {border-bottom: 1px solid #464646; padding-bottom: 25px; font-size: 1.333rem;}*/
.content .tabs-panel {padding: 0;}

/* Content > Main content block */
.content {width: 64%; max-width: 810px;}
.content.columns.community{width: 90%;}
.content.full-width {padding-right: .9375rem; float: none; margin: 0 auto;}
body.search-results .content {width: 100%; max-width: 100%;}
.content > h2:first-child {font-size: 2.778rem; font-family: 'Prata', serif; font-weight: 500;}
.content h3 {margin-top: 2.778rem;}
.content p {letter-spacing: 0.4px;}
.content p.indent {margin-left: 60px;}
.content section {margin-bottom: 60px;}
.content section:last-of-type {margin: 0;}

/* Content > Blue Box */
.content .blue-box {background-color: #052e44; padding: 4.2rem 4.5rem; margin-top: 50px;}
.content .blue-box h2,
.content .blue-box h3,
.content .blue-box h4,
.content .blue-box p,
.content .blue-box li {color: #ffffff;}
.content .blue-box h2 {font-size: 2.667rem; font-family: 'Prata', serif; font-weight: normal;}
.content .blue-box p a:hover {color: #bf202f; text-decoration: underline;}
.content .blue-box a.button {width: 100%; font-size: 1.056rem; margin-top: 40px; padding: 15px 30px; font-weight: 600;}
.content .blue-box a.button:hover {background-color: #000000;}
.content .blue-box a.button:after {content: "\f0da"; margin-left: 6px;}

/* Content > Wide */
main.full-width {}
main.full-width .content {width: 100%; margin: 0 auto; max-width: 930px; float: none;}
main.full-width .content ul {margin: 1.2rem 0; padding-left: 0; border-left: 0;}
main.full-width .content ul li {padding-left: 0; margin-bottom: 1rem;}
main.full-width .content ul li:last-child {margin: 0;}
main.full-width .content ul li:before {position: static; margin-right: 5px;}
main.full-width .content ul li strong {color: #052e44; text-transform: uppercase; font-family: 'Prata', serif; font-size: 1.112rem; letter-spacing: 1px; font-weight: normal;}

main.full-width .just-row {text-align: center;}
main.full-width .just-row .content {max-width: 100%;}
main.full-width .just-row .content h2.top-title:after {left: calc(50% - 15px);}

/*********/
/* About */
/*********/
body.page-template-template-about main {padding-bottom: 0;}
body.page-template-template-about main .content {padding-top: 65px;}
body.page-template-template-about main .sidebar {position: relative; z-index: 3;}

body.page-template-template-about .content .blue-box {margin: 0 0 100px; background: url('images/bg-about-blue.jpg') no-repeat center top; background-size: cover; padding: 115px 115px 90px;}
body.page-template-template-about .content .blue-box p {font-weight: normal;}
body.page-template-template-about .content .blue-box a.button {display: inline-block; width: auto; border: 4px solid #ffffff; background: none; padding: 5px 30px;}
body.page-template-template-about .content .blue-box a.button:hover {background-color: #ffffff; color: #052e44;}

/* Gray */
.gray-section {padding: 320px 0 80px; background: #eeedea url('images/bg-gray.png') no-repeat center top; background-size: contain; position: relative;}
main + .gray-section {margin-top: -250px;}
.gray-section:before {content: ""; display: block; width: 3px; height: 150px; background-color: #9d1b27; position: absolute; left: 0; right: 0; margin: 0 auto; top: -50px;}
.gray-section .content {width: 100%; max-width: 100%;}
.gray-section .content.pad-area {padding: 75px 0;}
.gray-section .sidebar {width: 100%;}
.gray-section .sidebar section.menu-list {padding-top: 70px; background: #ffffff; max-width: 465px;}
.gray-section .sidebar section.menu-list ul li:before {position: absolute; color: #bf202f; content: "\f0da"; position: absolute; left: 4.334rem; top: 7px; font-weight: bold;}
.gray-section .content ul li:before {content: "\f0da"; font-weight: bold;}

/* Split */
.split-section {padding: 320px 0 80px; background: #eeedea url('images/bg-team-area.jpg') no-repeat center top; background-size: cover; position: relative; min-height: 950px;}
.split-section .image-show {display: none; background: url('images/about-mobile-background.jpg') no-repeat center center; height: 480px; background-size: cover;}
.split-section .image-show img {display: none; max-width: 100%; width: 100%; height: auto;}
.split-section:before {content: ""; display: block; width: 3px; height: 150px; background-color: #9d1b27; position: absolute; left: 0; right: 0; margin: 0 auto; top: -50px;}
.split-section .row {max-width: 1250px;}
.split-section .text-area {max-width: 520px;}
.split-section a.button {background: none; color: #bf202f; font-size: 1.167rem; letter-spacing: 2px; padding: 0; margin: 65px 0 0;}
.split-section a.button:after {content: "\f0da"; margin-left: 4px;}
.split-section a.button:hover {color: #052e44;}

/* News */
.news-section {background-color: #eeedea; padding: 90px 0;}
.news-section h2 {font-size: 3.334rem; text-align: center; font-family: 'Prata', serif; font-weight: normal; margin-bottom: 90px;}
.news-slider {opacity: 0;}
.news-area {outline: none;}
.news-area .news-box {padding: 0; position: relative; min-height: 250px; width: calc(100% - 30px);}
.news-area .news-box h3 {font-size: 1.667rem; margin: 0 0 30px; padding: 0; border: 0; color: #bf202f; font-weight: bold; line-height: 1.15; min-height: 80px;}
.news-area .news-box a:hover h3 {color: #052e44;}
.news-area .news-box a.view-more {letter-spacing: 2px; font-weight: bold; text-transform: uppercase;}
.news-area .news-box a.view-more:after {content: "\f0da"; margin-left: 4px;}
.news-section p.center-button {text-align: center; margin: 0;}
.news-section a.more-news {background-color: #052e44; display: inline-block;font-size: 1.167rem; color: #ffffff; padding: 18px 15px; line-height: 1; margin: 60px auto 0; width: 100%; max-width: 400px;}
.news-section a.more-news:hover {background-color: #bf202f;}

/*************/
/* Practices */
/*************/
/* Practices > Practices Landing */
body.page-template-template-practices main {padding: 270px 0 80px; background: #eeedea url('images/bg-practices.png') no-repeat left 205px; background-size: contain; text-align: center;}
body.page-template-template-practices main .row.practice-row {max-width: 1160px;}
body.page-template-template-practices main h1 {text-transform: uppercase; font-family: 'Hind', sans-serif; font-size: 5.556rem; margin-bottom: 50px; font-weight: 600;}
body.page-template-template-practices main .content {width: 100%; max-width: 100%; padding-right: 0;}
.practice-box-list:after {clear: both; content: ""; display: block;}

.practice-box-list .practice-box {width: 100%; margin-bottom: 30px;}
.practice-box-list .practice-box .practice-link {color: #464646; text-decoration: none; width: 100%; min-height: 200px; background-color: #052e44; display: block; position: relative; background-repeat: no-repeat; background-position: top center; background-size: cover; text-align: center; background-color: #052e44;}
.practice-box-list .practice-box .practice-link.prac-open,
.practice-box-list .practice-box .practice-link:hover {background-color: #bf202f; background-image: none !important;}
.practice-box-list .practice-box .practice-link a.parent {text-align: center; padding: 60px 0 45px; display: block;}
.practice-box-list .practice-box .practice-link a.parent h2 {margin: 0 0 9px; font-size: 1.445rem; color: #ffffff; position: relative; font-weight: normal; font-family: 'Prata', sans-serif; letter-spacing: 3px; padding: 0 15px;}
.practice-box-list .practice-box .practice-link .icon-area {display: block; position: relative; margin: 0 auto 5px; padding-top: 5px; max-width: 400px;}
.practice-box-list .practice-box .practice-link .icon-area .fal {font-size: 2.223rem; color: #ffffff;}
.practice-box-list .practice-box .practice-link .icon-area:before,
.practice-box-list .practice-box .practice-link .icon-area:after {content: ""; height: 1px; width: 40%; left: 0; position: absolute; top: 50%; transform: translateY(-50%); background-color: #ffffff;}
.practice-box-list .practice-box .practice-link .icon-area:after {left: auto; right: 0;}
.practice-box-list .practice-box .practice-link .plus-area {width: auto; height: auto; color: #ffffff; line-height: 0.5; font-size: 2rem; display: inline-block; font-weight: bold; cursor: pointer; position: absolute; bottom: 18px; left: 0; right: 0; z-index: 3;}
.practice-box-list .practice-box .practice-link.prac-open .plus-area,
.practice-box-list .practice-box .practice-link .plus-area:hover {color: #bf202f;}
.practice-box-list .practice-box .practice-link:hover .plus-area:hover {color: #052e44;}
.practice-box-list .practice-box .practice-link .clear-plus {clear: both; display: block;}

.practice-box-list .practice-box .practice-link .practice-children {display: none; text-align: left;}
.practice-box-list .practice-box .practice-link .practice-children ul {margin: 0; padding: 0 0 30px;}
.practice-box-list .practice-box .practice-link .practice-children ul li {position: relative; line-height: 1.3; color: #ffffff; font-weight: normal; display: block; text-decoration: none; font-size: 1.112rem; margin: 0; background-color: #bf202f;}
.practice-box-list .practice-box .practice-link .practice-children ul li:last-child {margin: 0;}
.practice-box-list .practice-box .practice-link .practice-children ul li:before {position: absolute; color: #ffffff; content: "\f0da"; position: absolute; top: 16px; left: 75px; font-weight: 300;}
.practice-box-list .practice-box .practice-link .practice-children ul li a {color: #ffffff; padding: 17px 75px 17px 95px; display: block;}
.practice-box-list .practice-box .practice-link .practice-children ul li a:hover {background-color: #052e44;}

/*************/
/* Attorneys */
/*************/
.attorney-results {padding: 80px 0;}
.attorney-results h2 {margin-bottom: 50px;}
.attorney-results h2.title-staff {margin-top: 80px;}

/* Attorneys > Results */
.attorney-results .results-row .columns:nth-child(2n+1) {clear: both;}
.attorney-results .results-row .columns:last-child:not(:first-child) {float: left;}
.attorney-results .results-row .single-team {margin: 0 0 40px;}
.attorney-results .results-row .single-team:after {content: ""; display: block; clear: both;}
.attorney-results .results-row .single-team .team-image {float: left; position: relative; overflow: hidden; background-color: #e3eaf0;}
.attorney-results .results-row .single-team .team-image img {width: 100%; max-width: 144px; margin: 0 auto; display: block;}

.attorney-results .results-row .single-team .team-text {text-align: left; width: calc(100% - 144px); float: left;}
.attorney-results .results-row .single-team .team-text h3 {margin: 0 0 4px; color: #464646; font-weight: bold; text-transform: none; font-size: 1.223rem; padding: 0 30px;}
.attorney-results .results-row .single-team .team-text a:hover h3 {color: #052e44;}
.attorney-results .results-row .single-team .team-text p {margin: 0 0 4px; line-height: 1.2; font-size: 1.112rem; font-weight: 500; color: #464646; padding-left: 30px;}
.attorney-results .results-row .single-team .team-text p.phone a {color: #bf202f;}
.attorney-results .results-row .single-team .team-text p a:hover,
.attorney-results .results-row .single-team .team-text p.email a:hover {color: #052e44; text-decoration: none;}

.attorney-results .results-row .single-team .team-text a.title-link {position: relative; display: inline-block;}
.attorney-results .results-row .single-team .team-text .tooltip-area {position: absolute; padding: 35px 30px; background-color: #052e44; display: none; opacity: 0; left: 100%; width: 670px; z-index: 3; top: 12px; transform: translateY(-50%);}
.attorney-results .results-row .large-6:nth-child(2n) .single-team .team-text .tooltip-area {left: auto; right: 100%;}
.attorney-results .results-row .single-team .team-text .tooltip-area:before {content:"\f0d9"; color: #052e44; font-size: 2.5rem; position: absolute; right: calc(100% - 2px); top: 50%; transform: translateY(-50%); font-weight: bold;}
.attorney-results .results-row .large-6:nth-child(2n) .single-team .team-text .tooltip-area:before {right: auto; left: calc(100% - 2px); content: "\f0da";}
.attorney-results .results-row .single-team .team-text .tooltip-area:after {clear: both; display: block; content: "";}
.attorney-results .results-row .single-team .team-text a.title-link:hover .tooltip-area {display: block; opacity: 1;}
.attorney-results .results-row .single-team .team-text .tooltip-area .image-box {float: left; margin-right: 40px; position: relative; overflow: hidden; background-color: #e3eaf0; width: 180px;}
.attorney-results .results-row .single-team .team-text .tooltip-area .image-box img {width: 100%; max-width: 180px; margin: 0 auto; display: block;}
.attorney-results .results-row .single-team .team-text .tooltip-area .text-box {width: calc(100% - 250px); float: left;}
.attorney-results .results-row .single-team .team-text .tooltip-area .text-box p {color: #ffffff; font-weight: 300; line-height: 1.4; padding: 0; margin: 0;}
.attorney-results .results-row .single-team .team-text .tooltip-area .text-box p.view-bio {text-transform: uppercase; font-weight: bold; letter-spacing: 2px; margin: 15px 0 0;}
.attorney-results .results-row .single-team .team-text .tooltip-area .text-box p.view-bio:hover {color: #bf202f;}

/* Attorneys > Bio */
body.single-attorneys main {padding: 0;}
body.single-attorneys main .row {padding: 0 15px;}
body.single-attorneys .main-content {width: 64%; float: left; padding: 0 50px 0 0;}
body.single-attorneys .content {width: 100%; margin: 0; padding: 70px 0 90px; max-width: 100%;}
body.single-attorneys .content h2 {}
body.single-attorneys .sidebar h3 {font-size: 1.334rem; margin: 0 0 20px;}
body.single-attorneys .sidebar ul + h3 {margin-top: 40px;}
body.single-attorneys .sidebar ul li:before {content: "\f0da"; font-weight: bold; color: #052e44;}
/*.news {margin-left: 225px;}
.attorneybioh3 {font-weight: 700;}*/

/********/
/* Blog */
/********/
body.blog .content,
body.single-post .content {padding-right: .9375rem;}

/* Blog > Blog Archives */
.post {margin: 0 0 3rem; border-bottom: 2px solid #cfcfcf;}
body.single-post .post {padding: 0; margin: 0;}
.post:after {content: ""; clear: both; display: block; padding-bottom: 30px;}

.post-head {position: relative;}
.post-head-info p.date {color: #052e44; font-weight: 500; margin: 0 0 15px; font-size: .889rem; text-transform: uppercase; letter-spacing: 2px;}
.post-head:after {background-color: #bf202f; height: 7px; right: 100%; width: 100%; position: absolute; z-index: 2; bottom: 0; display: block; content: "";}
.post-head-info p.date .fal {margin-right: 3px;}
.post-head-info p.date .divider {display: inline-block; margin: 0 3px;}
.post-head h1,
.post-head h2 {font-size: 2rem; margin: 0 0 35px; padding: 0 0 30px; border: 0; border-bottom: 7px solid #bf202f; font-family: 'Prata', sans-serif; font-weight: 500; line-height: 1.2;}
.post-head h2 a {text-decoration: none !important; color: #052e44;}
.post-head h2 a:hover {color: #bf202f;}

.post-body {}
.post-body {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;}
.single-post .post-body {display: block; padding-bottom: 50px;}

.post-body-image {margin-right: 4%; width: 32%;}
body.search.search-results .post-body-image {display: none;}
.post-body-excerpt {-webkit-box-flex: 1; -ms-flex: 1; flex: 1;}
.post-body-excerpt p:last-of-type {margin-bottom: 0;}
.post-body-excerpt a.view-more {font-weight: bold; text-transform: uppercase;}
.post-body-excerpt a.view-more:after {content: "\f0da"; margin-left: 4px;}

.post-bottom-share {float: right; margin-top: -37px;}
.post-bottom-share a.button {margin: 0; display: inline-block; font-size: 0.778rem; font-weight: normal; text-transform: uppercase; color: #ffffff; position: relative; bottom: -1px; background-color: #bf202f; letter-spacing: 0; width: 40px; height: 40px; padding: 0; line-height: 44px; text-align: center;}
.post-bottom-share a.button .fal {font-size: 1rem; color: #ffffff;}
.post-bottom-share a.button:hover {background-color: #052e44; color: #ffffff;}
.post-bottom-share a.button:hover .fas {color: #ffffff;}

/* Blog > Pagination */
.wp-pagenavi {display: -moz-flex; display: -ms-flex; display: -o-flex; display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 80px;}
.wp-pagenavi a,
.wp-pagenavi span {text-decoration: none; width: 30px; height: 30px; line-height: 31px; text-align: center; margin: 0 15px 0 0; display: block; color: #052e44; font-size: 0.889rem; font-weight: bold; text-transform: uppercase;}
.wp-pagenavi a:hover,
.wp-pagenavi a:focus,
.wp-pagenavi span.current {color: #ffffff; background-color: #bf202f;}
.wp-pagenavi .fa-long-arrow-left {margin-right: 5px;}
.wp-pagenavi .fa-long-arrow-right {margin-left: 5px;}
.wp-pagenavi a:hover i,
.wp-pagenavi a:focus i,
.wp-pagenavi span.current i {color: #ffffff;}
.wp-pagenavi span.pages,
.wp-pagenavi span.extend {display: none;}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {width: auto; padding: 0 15px;}
.wp-pagenavi .first,
.wp-pagenavi .first i {margin-right: 8px;}
.wp-pagenavi .last,
.wp-pagenavi .last i {margin-left: 8px;}

/***********/
/* Contact */
/***********/
/* Contact > Contact Landing */
body.page-template-template-contact main {padding: 65px 0 115px;}
body.page-template-template-contact main .row {max-width: 1280px;}
body.page-template-template-contact .content {width: 100%; max-width: 100%;}
body.page-template-template-contact .content h2 {border-bottom: 1px solid #bf202f; margin-bottom: 2.5rem; padding-bottom: 1.8rem; position: relative; font-size: 2rem; letter-spacing: 2px;}
body.page-template-template-contact .content h2:after {transform: scale(1.6,.8) rotate(90deg); content: "\f219"; position: absolute; bottom: -7px; left: 30px; font-size: 1.3rem; line-height: 0.668rem; color: #bf202f; letter-spacing: 0; font-weight: bold; background-color: #ffffff; padding: 0 5px;}

.contact-box {padding: 0; margin-bottom: 30px;}
.contact-box:after {clear: both; content: ""; display: block;}
.contact-box a.button {position: absolute; bottom: 0; padding: 3px 21px 2px; max-width: 100%; display: inline-block;}
.contact-box a.button:after {content: "\f0da"; margin-left: 6px;}

.contact-box .image-area {position: relative; margin: 0; width: 313px; float: left; height: 212px; background-color: #052e44;}
.contact-box .image-area img {width: 100%;}
.contact-box .image-area a.button {left: 0;}

.contact-box .address-area {border-top: 1px solid #052e44; border-bottom: 1px solid #052e44; width: calc(100% - 313px - 417px); padding: 20px 30px 25px; float: left; height: 212px; position: relative;}
.contact-box .address-area .center-area {position: absolute; top: 50%; transform: translateY(-50%); padding: 3px 0 9px;}
.contact-box h3 {margin: 0; color: #052e44; font-size: 1.678rem;}
.contact-box a:hover h3 {color: #bf202f;}
.contact-box p {margin: 0; font-size: 1rem; color: #464646; font-weight: 500;}
.contact-box p a {color: #464646;}
.contact-box p a:hover {color: #bf202f;}

.contact-box .map-area {position: relative; margin: 0; width: 417px; float: left; border-top: 1px solid #052e44; border-bottom: 1px solid #052e44; height: 212px; background-color: #052e44;}
.contact-box .map-area img {width: 100%;}
.contact-box .map-area a.button {right: 0; background-color: #052e44;}
.contact-box .map-area a.button:hover {background-color: #bf202f;}

/* Contact > Office Detail */
body.single-offices main {padding: 65px 0 115px;}
body.single-offices .row {max-width: 1280px;}
body.single-offices .content {width: 100%; max-width: 100%;}

/************/
/* Features */
/************/
/* Features > Accordion */
.accordion-item:nth-child(1) .accordion-item-content {border-bottom: 1px solid #dfdfdf;}
.accordion-item-title {padding: 1.5rem 0; margin: 0; font-size: 1.111rem; position: relative; cursor: pointer; font-weight: bold; color: #464646; line-height: 30px; border-bottom: 1px solid #dfdfdf; display: none;}
.accordion-item-title:after {content: "\f067"; line-height: 30px; font-weight: 400; width: 30px; height: 30px; margin-left: 20px; text-align: center; color: #ffffff; background-color: #052e44; float: right; font-size: 1rem;}
.accordion-item-title.active:after {content: "\f068";}
.accordion-item-title.active,
.accordion-item-title:hover,
.accordion-item-title:focus {color: #052e44;}
.accordion-item:first-of-type .accordion-item-title {border-top: 1px solid #c2c2c2;}
.accordion-item-content {display: none; border-bottom: 1px solid #ffffff;}
.accordion-item-content p {font-size: 0.8889rem;}
.accordion-item-title.active + .accordion-item-content {display: block; -webkit-animation: fadeIn 200ms both; animation: fadeIn 200ms both; border-color: #dfdfdf;}
.accordion-item-content > *:first-child {margin-top: 25px;}
.accordion-item-content > *:last-child {margin-bottom: 30px;}

.content section .accordion-item-title {display: block;}

/* Features > Testimonials */
/* .testimonials-container {background: #e0e0e0; padding: 50px 0;}
.star-icon {color: #eb6e00; font-size: 1.111rem;}
.star-icon i {margin: 0 2px;}
.testimonials-single em {font-style: italic; margin: 10px 0; display: block;}
.testimonials-single-source:before {content: "\f068"; font-size: 70%; margin-right: 6px;} */

/* 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 {content: "\f144"; font-size: 3rem; display: inline-block; margin: 0 auto; -webkit-transition: transform 150ms ease-out; -moz-transition: transform 150ms ease-out; -ms-transition: transform 150ms ease-out; -o-transition: transform 150ms ease-out; transition: transform 150ms ease-out; color: #0d5daa; pointer-events: none; z-index: 1;}
.youtube-player-inner:hover:after,
.youtube-player-inner:focus:after {-webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); color: #1d85f5;}
.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;}

/******************************************/
/* Sidebar
/******************************************/
.sidebar {width: 36%; padding-top: 7px;}
.sidebar h3 {font-size: 2rem; margin-bottom: 1.334rem;}
.sidebar h3 a {text-decoration: none;}
.sidebar h3 a:hover {color: #bf202f;}

/* Sidebar > List */
.sidebar section {margin-bottom: 60px;}
.sidebar section:last-child {margin: 0;}
.sidebar section h3 {padding: 0 1.3rem 0 3.334rem;}

.sidebar section.menu-list {background: #eeedea url('images/bg-sidebar.png') no-repeat center bottom; background-size: 100%; padding: 2.778rem 0 3rem;}
.sidebar section.menu-list ul {margin: 0; padding: 0;}
.sidebar section.menu-list ul li {padding: 0; position: relative; line-height: 1.45; color: #052e44; font-weight: normal; display: block; text-decoration: none; font-size: 1.112rem;}
.sidebar section.menu-list ul li:before {position: absolute; color: #bf202f; content: "\f105"; left: 3.6rem; top: 10px;}
.sidebar section.menu-list ul li:hover:before {color: #052e44;}
.sidebar section.menu-list ul li a {color: #464646; padding: 10px 20px 10px 6.1rem; display: block; text-decoration: none; font-weight: 600;}
.sidebar section.menu-list ul li a:hover,
.sidebar section.menu-list ul li a:focus {background-color: #ffffff; color: #052e44;}
body.page-template-template-about .sidebar section.menu-list ul li a:hover,
body.page-template-template-about .sidebar section.menu-list ul li a:focus {background-color: #eeedea;}
.sidebar section.menu-list ul li ul {padding: 0; margin: 0;}
.sidebar section.menu-list ul li ul li:before {left: 3rem;}
.sidebar section.menu-list ul li ul li a {padding-left: 4rem;}
.sidebar section.menu-list ul li ul li ul {padding: 0; margin: 0; display: none;}
.sidebar section.menu-list ul li ul li ul li:before {left: 5rem;}
.sidebar section.menu-list ul li ul li ul li a {padding-left: 6rem;}

.sidebar section.menu-list.category-list ul li:before {display: none;}
.sidebar section.menu-list.category-list ul li a .fal {position: absolute; color: #bf202f; content: "\f105"; left: 3.6rem; top: 11px;}

.sidebar section.menu-list select {border: 1px solid #a6adb6; font-weight: bold; font-size: 0.945rem; padding: 12px 13px; background-color: #ffffff;}
.sidebar section.menu-list select option {font-weight: bold; font-size: 0.945rem;}

/* Sidebar > Contact Form */
.sidebar section.form-area {background-color: #9d1b27; padding: 60px 30px 30px;}
.sidebar section.form-area h3 {text-align: center; color: #ffffff; margin-bottom: 15px; font-size: 3.334rem; font-family: 'Prata', serif; font-weight: 500; padding: 0;}
.sidebar section.form-area p {text-align: center; color: #ffffff; margin-bottom: 40px; text-transform: uppercase; font-size: 1.334rem; font-weight: 300; letter-spacing: 2px;}
.sidebar section.form-area p.error-text {text-transform: none; text-align: left; padding: 5px 0 0; font-size: 1rem; margin: 0;}
.sidebar section.form-area input,
.sidebar section.form-area textarea {background-color: #eeedea; height: 65px; font-size: 1.112rem; color: #052e44; text-transform: uppercase; padding: 20px 25px; font-weight: 600; letter-spacing: 2px; font-family: 'Font Awesome 5 Pro', 'Hind', sans-serif; border: 1px solid #eeedea;}
.sidebar section.form-area ::placeholder {color: #052e44; opacity: 1;}
.sidebar section.form-area :-ms-input-placeholder {color: #052e44;}
.sidebar section.form-area ::-ms-input-placeholder {color: #052e44;}
.sidebar section.form-area textarea {height: 200px; display: block;}
.sidebar section.form-area .form-input-group.button-container {margin: 0;}
.sidebar section.form-area .button {background-color: #052e44; width: 100%; height: 65px; font-size: 0.945rem; font-weight: 500; letter-spacing: 2px;}
.sidebar section.form-area .button:hover {background-color: #464646;}

/* Sidebar > Posts */
.sidebar section.post-list {background-color: #eeedea;}
.sidebar section.post-list ul {padding: 0; margin: 0;}
.sidebar section.post-list ul li {margin: 0; border-bottom: 2px solid #ffffff;}
.sidebar section.post-list ul li a {color: #052e44; position: relative; display: block; background-color: #eeedea; padding: 25px 75px 20px 40px; font-weight: 600; font-size: 1.334rem;}
.sidebar section.post-list ul li a:after {position: absolute; right: 0; top: 0; bottom: 0; content: "\f0da"; color: #ffffff; background-color: #052e44; width: 50px; text-align: center; font-weight: 300; line-height: 100px;}
.sidebar section.post-list ul li a:hover {text-decoration: none; background-color: #052e44; color: #ffffff;}
.sidebar section.post-list ul li a:hover:after {background-color: #bf202f;}

/* Sidebar > Search */
.sidebar section.search {padding: 10px; background-color: #eeedea;}
.sidebar section.search .sidebar-form {border: 4px solid #ffffff; position: relative;}
.sidebar section.search .sidebar-form input {height: 50px; background-color: #eeedea; font-size: 1.112rem; color: #464646; font-weight: 600; padding: 5px 15px;}
.sidebar section.search .sidebar-form button {position: absolute; top: 0; right: 0; width: auto; height: 50px; background-color: #052e44; width: 50px; text-align: center; font-size: 1.112rem; padding: 0;}
.sidebar section.search .sidebar-form button:hover {background-color: #df202f; color: #ffffff;}

/******************************************/
/* Footer
/******************************************/
.footer {background: #0e364b url('images/bg-footer.jpg') no-repeat center top; background-size: cover; padding: 115px 0 120px; text-align: center;}
body.home .footer {opacity: 0;}
body.page-template-template-about .footer {background-image: url('images/bg-footer-curve.jpg'); padding-top: 135px;}

.footer .footer-area {}
.footer .footer-area p {color: #ffffff; margin: 0 0 1rem; font-size: 1.223rem;}
.footer .footer-area p .divider {display: inline-block; margin: 0 20px;}
.footer .footer-area a {color: #ffffff; text-decoration: none;}
.footer .footer-area a:hover {color: #bf202f;}

.footer .footer-area h2 {color: #ffffff; font-size: 3.334rem; font-family: 'Josefin Sans', serif; margin-bottom: 15px; font-weight: normal; text-transform: uppercase; line-height: 1; letter-spacing: 2px;}
.footer .footer-area p.tagline {font-size: 1.278rem; line-height: 1; margin-bottom: 30px}
.footer .footer-area p.email {font-weight: 600; margin-bottom: 60px; font-size: 1.667rem; letter-spacing: 1px;}
.footer .footer-area p.email .fal {margin-right: 9px;}

.footer .footer-address {margin-bottom: 50px;}
.footer .footer-address:after {clear: both; content: ""; display: block;}
.footer .footer-address .office-area {width: 50%; float: left; padding: 15px 70px 30px; text-align: left;}
.footer .footer-address .office-area.left-side {border-right: 2px solid #a6b0ac; text-align: right;}
.footer .footer-address .office-area h3 {color: #bf202f; text-transform: uppercase; letter-spacing: 4px; font-size: 1.223rem; margin-bottom: 10px;}
.footer .footer-address .office-area p.phone {font-weight: bold; font-size: 2.612rem; line-height: 1; margin-bottom: 10px;}
.footer .footer-address .office-area p.phone a {color: #ffffff;}
.footer .footer-address .office-area p.phone a:hover {color: #bf202f;}
.footer .footer-address .office-area p.fax {font-size: 1.389rem; margin-bottom: 25px;}

.footer .social-icons {margin-bottom: 80px;}
.footer .social-icons ul {margin: 0;}
.footer .social-icons ul li {display: inline-block; margin: 0 8px; text-align: center;}
.footer .social-icons ul li a {border-radius: 50%; display: block; width: 60px; height: 60px; background-color: #dfdfdf; color: #052e44; font-size: 1.667rem; line-height: 65px;}
.footer .social-icons ul li a:hover {background-color: #bf202f; color: #ffffff;}

.footer .footer-area p.copyright {text-transform: uppercase; font-size: 0.723rem; margin: 0; letter-spacing: 2px; color: #c3c3c3; font-weight: 600;}
.footer .footer-area p.copyright a {color: #c3c3c3;}
.footer .footer-area p.copyright a:hover {color: #bf202f;}

/******************************************/
/* FontAwesome
/******************************************/
.button:after,
button:after,
button:before,
blockquote:before,
.pushy .menu-item-has-children > a:after,
.menu.main-navigation .sub-menu li a:after,
#mega-menu ul.menu li > a:after,
.slick-dots li button:before,
.accordion-section h2:after,
.news-section h2:after,
.content ul li:before,
.post-line:after,
.content h1:after,
.content h2.top-title:after,
.trust-section .trust-area .text-side a.learn-more:after,
.content .video-area a:after,
.banner-tabs .tabs-title > a:before,
.practice-box h2:before,
.practice-box-list .practice-box .practice-children li:before,
.attorney-results .results-row .single-team .team-text .tooltip-area:before,
.news-area .news-box a.view-more:after,
.heapBox .handler:after,
.post-body-excerpt a.view-more:after,
.sidebar section.post-list ul li a:after,
.accordion-item-title:after,
.sidebar section ul li:before,
.sidebar .slider-posts-single p.text:after,
.sidebar .slider-posts-single a.view-more:after,
.youtube-player-inner:after {font-family: 'Font Awesome 5 Pro';}

/******************************************/
/* Link Transitions
/******************************************/
/* Background color, font color, border color */
a,
a h1,
a h2,
a h3,
a h4,
a p,
a i,
.slick-prev,
.slick-next,
.slick-prev:hover:before,
.slick-next:hover:before,
.button,
button,
form input[type="submit"],
form button,
.header .navbar-nav > li > a,
.header .top-bar ul > li > ul > li,
.menu.main-navigation > li > a:after,
.header .menu-area .phone-button,
.slider-home .scroll-holder,
.content .post a.share,
.practice-box .plus-area,
.accordion-item-title,
.attorney-results .results-row .single-team .team-image,
.accordion-item-title:after,
.attorney-results .results-row .single-team .team-text hr,
.practices-section .practice-area h2 .icon-area:before,
.practices-section .practice-area h2 .icon-area:after,
.sidebar section.menu-list ul li,
.sidebar section.menu-list ul li:after,
.sidebar .section.blog h4,
.footer .copyright p .scrollToTop i,
.practice-area-block,
.practice-box-list .practice-box .practice-link {-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out; -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out; transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;}

/* 1/3 second opacity */
.header .top-bar ul > li > a:after,
a img,
.expect-section .expect-area h3,
.expect-section .expect-area p,
.expect-section .expect-area .over-area,
.banner-tabs .tabs-title > a:after,
.practices-section .practice-area .practice-box .practice-link:after,
.attorney-results .results-row .single-team .team-text .tooltip-area {transition: opacity 0.3s ease-in-out; -moz-transition: opacity 0.3s ease-in-out; -webkit-transition: opacity 0.3s ease-in-out; -o-transition: opacity 0.3s ease-in-out;}


body.scrolled .menu.main-navigation > li > a {
	color: #052e44;
}
body.scrolled .header .phone-link {
	color: #052e44;
}


/* 1/3 second everything */
.header,
.header .logo,
.header .logo img,
.header .logo svg,
.header .menu-area .phone-box,
.header .header-right,
.scrollToTop,
.accordion-section .scroll-start a,
.scroll-to a,
.practices-section .practice-area .practice-box .practice-link,
.practices-section .practice-area h2,
.practices-section .practice-area .icon-area .fal,
.main .box-area .icon-holder .icon-image img,
.content a img {transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;}
body.scrolled .gtranslate_wrapper a {color:#052e44;}

/* No transition */
a:after,
a:before,
a i,
.sidebar .slider-posts-single a.view-more:after {-webkit-transition: none; -o-transition: none; transition: none;}

/**************/
/* Responsive */
/**************/
@media screen and (max-width: 1800px) {
	.results-section .text-area h2 {font-size: 6rem;}
	body.page-id-3577 .results-section .text-area h2 {font-size: 4rem;}
}

@media screen and (max-width: 1650px) {
	.results-section .text-area h2 {font-size: 5rem;}
	body.page-id-3577 .results-section .text-area h2 {font-size: 4rem;}
}

@media screen and (max-width: 1600px) {
	.menu.main-navigation li {padding: 0 10px;}
	.menu.main-navigation .sub-menu {left: 10px;}
}

@media screen and (max-width: 1500px) {
	.header .logo {padding-top: 10px;}

	.results-section .result-area h3 {font-size: 4rem;}
}

@media screen and (max-width: 1450px) {
	body.home .results-section .text-area {margin-top: 70px;}
	.results-section .text-area h2 {font-size: 4rem;}
	body.page-id-3577 .results-section .text-area h2 {font-size: 3rem;}

	.expect-section .expect-area h3 {font-size: 1.412rem;}
	.expect-section .expect-area .over-area p {font-size: 0.889rem;}
}

@media screen and (max-width: 1300px) {
	.steps-section {padding: 80px 0 100px;}
	.steps-section .step-area h3 {font-size: 1.775rem;}

	.expect-section .expect-area {padding: 40px 10px 15px;}
	.expect-section .expect-area h3 {font-size: 1.223rem; min-height: 90px;}
	.expect-section .expect-area .over-area p {font-size: 0.819rem;}
}

@media screen and (max-width: 1200px) {
	body.single-attorneys .banner {height: 750px;}
	.attorney-banner-left {padding-bottom: 200px;}
	.attorney-banner-left .attorney-banner-name {margin-left: 40px; padding-left: 40px;}

	.content .blue-box h2 {font-size: 2.334rem;}
}
@media screen and (max-width: 1199px) {
	body.scrolled .gtranslate_wrapper {
		margin-top: -15px;
	}
	body.scrolled a.phone-link:not(span) {
   		font-size: 20px;
	}
	body.scrolled .logo img, body.scrolled .logo svg {
		max-height: 70px;
	}
	body.scrolled #menu-main-navigation-1 {
   		background: #fff;
	}
}
@media screen and (max-width: 1100px) {
	.attorney-banner-left {padding-bottom: 150px;}
}

/* Medium */
@media screen and (min-width: 1025px) {
	.expect-section .expect-area {min-height:325px;}
}
@media screen and (max-width: 1024px) {
	.tablet-hide {display: none !important;}
	.tablet-show {display: block !important;}

	html.js {margin-top: 0 !important;}
	#wpadminbar {display: none;}
	body.admin-bar .header,
	body.admin-bar .sticky.is-stuck.is-at-top,
	body.admin-bar .sticky-container .sticky {top: 0 !important;}
	body.admin-bar .slider-home,
	body.admin-bar .slider-home-single {height: 800px; min-height: 800px;}

	#container {}
	.header,
	body.scrolled .header {height: 125px; background-color: #ffffff;}
	.header .logo,
	body.scrolled .header .logo {padding: 7px 0 8px;}
	.header .logo img,
	.header .logo svg {height: 60px;}
	.header .header-right,
	body.scrolled .header .header-right {padding: 7px 0 8px;}
	.header .phone-area {display:flex;align-items:center;margin:0;}
	.header-right .interact + .phone-area {justify-content: flex-end;}
	.header .phone-area .gtranslate_wrapper {margin-top:0.5rem;}
	.header .header-right .phone-link {margin-left: 20px;color:#000;}
	.header .top-search-open-button {height: 60px; width: 60px; line-height: 60px; font-size: 0.883rem; background-color: #052e44; border-radius: 0; margin-left: 10px;}
	.header #open-mobile-menu {display: block; margin-left: 10px;}
	.header .menu-area {display: none;}
	.header .social-icons {display: none;}
	.phone-area .gtranslate_wrapper a {color: #052e44;}
	.slider-home {margin-top: 0;}
	.slider-home .text-box .headline-text p.top-text {}
	.slider-home .text-box .headline-text p.big-text {font-size: 7rem;}
	.slider-home .text-box .headline-text p.third-text {font-size: 2rem;}
	.slider-home .text-box .headline-text p.fourth-text {}

	.results-section {padding: 75px 0 90px;}

	.tab-area + main,
	main {padding: 40px 0 50px; min-height: initial;}
	body.single-attorneys main {padding: 0 0 50px;}

	.firm-section {padding: 30px 0; padding-top: 0;}

	.accordion-section {padding: 50px 0;}

	.news-section {padding: 50px 0;}

	.steps-section {padding: 30px 0;}
	.steps-section .step-area {margin: 0 auto 50px; background-size: contain; padding-right: 0; opacity: 1;}

	body.home .expect-section {background-size: cover;}
	.expect-section .expect-area .over-area p {font-size: 0.945rem;}
	.expect-section .expect-row .columns:nth-child(2) .expect-area,
	.expect-section .expect-row .columns:nth-child(4) .expect-area,
	.expect-section .expect-row .columns:nth-child(6) .expect-area {border-right: none;}
	.expect-section .expect-row .columns:nth-child(5) .expect-area,
	.expect-section .expect-row .columns:nth-child(6) .expect-area {border-bottom: 4px solid rgba(255,255,255,0.4);}

	.content,
	.content.full-width {width: 100%; max-width: 100%; padding-right: 0.9375rem;}
	.content h3 {margin: 0 0 10px;}

	.post-head h1,
	.post-head h2 {font-size: 2.334rem;}

	.banner {height: 400px; padding-top: 0;}
	.banner-inner {min-height: 400px; height: 400px; padding-top: 0;}
	.banner .banner-title {font-size: 3.5rem;}

	body.page-template-template-about main .content {padding-top: 0;}

	body.single-attorneys .banner {padding: 75px 0 0; height: auto;}
	body.single-attorneys .banner-inner {-ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; padding-right: 0; min-height: initial; height: auto;}
	.attorney-banner-left {border-top: 2px solid #333333; padding: 30px 15px 25px; margin: 0 auto; width: 100%; text-align: center; background-color: #ffffff;}
	.attorney-banner-left .attorney-banner-name {border: none; float: none; margin: 0 auto; padding: 0;}
	.attorney-banner-left p.email,
	.attorney-banner-left p.vcard {margin-left: -20px;}
	.attorney-banner-right {display: block; max-height: 350px; padding-top: 0; background-repeat: no-repeat; background-size: 100% auto; width: 100%;}
	.attorney-banner-right img {max-height: 500px; padding-top: 0;}
	.attorney-mobile {display: block;}

	.attorney-buttons .row {max-width: 770px;}
	.attorney-buttons .click-search {max-width: 350px; margin: 0 auto 10px;}

	.attorney-results {padding: 60px 0;}
	.attorney-results .results-row .columns:nth-child(4n+1) {clear: none;}
	.attorney-results .results-row .columns:nth-child(3n+1) {clear: both;}

	body.single-attorneys main {padding: 0;}
	body.single-attorneys main .row {padding: 0;}
	body.single-attorneys .main-content {width: 100%; float: none; padding: 0; margin: 0 !important;}
	body.single-attorneys .sidebar {width: 100%; float: none !important; padding: 0; margin-top: 30px;}
	body.single-attorneys .content {padding: 0;}
	body.single-attorneys .content .accordion-item {padding-bottom: 10px;}
	body.single-attorneys .content .accordion-item .content-area {padding: 30px 25px; max-width: 100%;}
	body.single-attorneys .content h2 {font-size: 1.667rem;}
	body.single-attorneys .content .tabs-panel h3 {margin-top: 0;}

	h2.accordion-item-title {font-size: 1.111em; padding: 1.667rem 4rem 1.667rem 1.667rem; background-color: #dfdfdf; border-color: #ffffff; display: block; position: relative;}
	h2.accordion-item-title:after {position: absolute; right: 1.667rem; top: 50%; transform: translateY(-50%);}
	.accordion-item .tabs-panel > *:first-child {margin-top: 25px;}
	.content h2 + .tabs-panel {display: none; padding: 1.667rem 1.667rem 0;}
	.content h2.active + .tabs-panel.is-active {display: block;}

	.content .blue-box {padding: 60px; margin-top: 30px;}
	.content .blue-box h2 {font-size: 2rem;}
	.content .blue-box a.button {margin-top: 20px;}
	body.page-template-template-about .content .blue-box {margin-bottom: 0; padding: 75px 75px 60px;}
	.gray-section {padding-bottom: 20px;}
	.gray-section .sidebar section.menu-list {margin: 0 auto; padding: 40px 15px; width: 100%; max-width: 100%;}
	.gray-section .content.pad-area {padding: 30px 0 0;}

	.split-section {min-height: initial; background: none; padding: 0 0 50px;}
	.split-section .image-show {display: block; margin-bottom: 40px;}
	.split-section:before {display: none;}
	.split-section .text-area {margin: 0 auto; text-align: center;}
	.split-section a.button {margin-top: 0;}

	body.page-template-template-practices main {padding: 120px 0 50px;}
	body.page-template-template-practices main h1 {font-size: 3.445rem;}

	.sidebar {width: 100%; padding-top: 0;}
	.sidebar-inner:first-child {margin-top: 20px;}
	.sidebar-inner {float: none; margin: 50px auto 0; max-width: 100%;}
	.sidebar section {margin-bottom: 30px;}
	.sidebar section.search + section.menu-list {margin-bottom: 30px;}
	.sidebar h3 {margin-bottom: 10px;}
	.sidebar section h3 {text-align: center;}
	.sidebar .menu-list .select {padding: 0 30px;}
	.sidebar section.form-area {padding: 40px 20px 25px;}

	.footer {padding: 30px 0 20px;}
	.footer-bottom {display: block;}
	.footer .footer-address .office-area {padding: 15px 50px 30px;}
	.footer .footer-copyright {display: block;}
}
@media screen and (min-width:435px) and (max-width:1023px) {
	.steps-section .step-area {padding-left:150px;}
}
@media screen and (max-width: 860px) {
	.slider-home .text-box .headline-text p.big-text {font-size: 6rem;}

	.practices-section .practice-row {max-width: 615px;}
	.practices-section .practice-area .practice-box {width: 49%;}

	.footer .footer-area p .mobile-divider {display: block; opacity: 0; height: 0; margin: 0;}
}
.mobile-hero {display: none;}
@media (min-width:769px) and (max-width:1024px) {
	.expect-area {min-height:225px;}
}
@media (min-width:769px) {
 	#mobile-phone-display{display:none}
}
@media (max-width:768px) {
	.header #mobile-phone-display{position:relative;width:100%;margin-top:60px;}
	.header #mobile-phone-display .phone-area{justify-content: center;width:100%;}
	body.scrolled .header #mobile-phone-display .phone-area{background: #052e44;}
	.header #mobile-phone-display .phone-link{color:#000;font-size:1.2rem;display: inline-block;padding-top: 0.8rem;width: 100%;margin-left: auto;margin-right: auto;text-align: center;}
	.header .phone-link span{font-size:0.6rem;}
	body.page-template-template-home .header #mobile-phone-display .phone-link{color:#fff!important;}
	.header .phone-area .gtranslate_wrapper{margin-top:1rem}
	.interact + .phone-area {position: absolute;right: 80px;top: 0;}
	.interact + .phone-area .glink.nturl{color:#000}
	.header .logo img, .header .logo svg {height: 35px;}
	.small-12 {width: 100%; float: none;}
	.mobile-hide {display: none !important;}
	.mobile-show {display: block !important;}
	#container {padding-top: 0px;}

	.header,
	body.scrolled .header {background-color: #eeedea; height: 60px;}
	.header .logo,
	body.scrolled .header .logo {margin-top:10px;padding: 2px 0 3px 5px;}
	.header .header-right,
	body.scrolled .header .header-right {padding: 0;}
	.header .header-right .phone-link {display: none;}
	.header .large-12 {padding: 0;}
	.header #open-mobile-menu {margin-left: 0; font-size: 1rem;}
	.header a.phone-link {display: none;}
	.header .phone-area{justify-content:flex-end;}
	.header .phone-button {/*height: 60px; width: 60px; line-height: 40px; font-size: 1rem; background-color: #052e44; border-radius: 0; margin-left: 10px; text-align: center; padding: 0; float: right;*/display:none!important;}
	.header .phone-button:hover {background-color: #052e44;}
	.header .top-search-open-button {display: none !important;}

	.slider-home,
	.slider-home-single,
	body.admin-bar .slider-home,
	body.admin-bar .slider-home-single {height: 650px; min-height: 650px;}
	.slider-home .scroll-holder {display: none;}
	.slider-home .text-box {padding: 1rem;}
	.slider-home .text-box .headline-text {bottom: auto; top: 35%;}
	.slider-home .text-box .headline-text p.big-text {font-size: 5rem;}
	.slider-home .two-buttons a.button {display: block; margin: 0 auto; padding: 15px; max-width: 350px;}
	.slider-home .two-buttons a.free:after {top: 12px;}

	.intro-section {padding: 30px 0 80px;}

  .mobile-hero {display: block}
  .slider-home {height: auto !important;  min-height: auto !important;;}
 .slider-home-single {background-image: none !important;
    height: auto !important;
    min-height: auto !important;}
  .slider-home .text-box,
  .slider-home .text-box .headline-text,
  .slider-home-single .small-show,
  .slider-home .two-buttons {position: static !important;}
  .slider-home .text-box .headline-text p {color: inherit;}
  .vid-plays a {color: #bf202f;}
  .slider-home .text-box .headline-text p.fourth-text {text-shadow: none !important; margin-bottom: 0;}
  .slider-home .two-buttons {margin-bottom: 10px;}


	body.home .results-section {padding: 120px 0 70px;}
	body.home .results-section .large-4 {width: 100%;}
	body.home .results-section .large-8 {width: 100%;}
	.results-section .result-area {padding: 40px 50px;}
	body.home .results-section .text-area {position: static; margin: 30px 0 50px; text-align: center; width: 100%; transform: none;}
	.results-section .text-area p {margin-bottom: 5px;}
	.results-section .slick-dots {left: 0; right: 0; bottom: -45px;}
	.results-section .result-area h3 {font-size: 4rem;}
	body.page-template-template-results .results-section .line-container {display: none;}
	body.page-template-template-results .results-section {padding: 30px 0;}
	body.page-template-template-results .results-section .text-area {text-align: center;}
	body.page-template-template-results .results-section .result-area {min-height: auto;}
	body.page-template-template-results .results-section .result-area img {width: 100%;}
	body.page-template-template-results .results-section .result-area .desc-area {padding: 30px;}

	.practices-section {background-color: #ffffff;}
	.practices-section .practice-area {min-height: 250px; margin-bottom: 20px;}
	.practices-section .practice-area img {display: none;}

	.trust-section {text-align: center; padding: 0 0 50px;}
	.trust-section .trust-background {position: static; height: 1000px; width: 100%; margin-bottom: 50px; background-size: cover; background-position: center;}
	.trust-section h2 {font-size: 3.445rem;}
	.trust-section .trust-area {margin-bottom: 30px;}
	.trust-section .text-area p {margin-bottom: 20px;}
	.trust-section .trust-area .circle-area {float: none; margin: 0 auto;}
	.trust-section .trust-area .text-side {width: 100%; float: none;}

	.expect-section {padding: 50px 0;}
	.expect-section h2 {margin-bottom: 30px; font-size: 3.445rem;}
	.expect-section .expect-area {border-bottom: 4px solid rgba(255,255,255,0.4); padding-top: 25px; border-right: none;}
	.expect-section .expect-area .icon-area {min-height: initial;}
	.expect-section .expect-area h3 {min-height: initial;}
	.expect-section .expect-row .columns:nth-child(8) .expect-area {border-bottom: none;}

	.testimonials-section {padding: 30px;}
	.testimonials-section .row {margin: 0; top: auto; padding: 0 15px 30px;}
	.testimonials-section h2 {font-size: 3.445rem; margin: 0;}
	.testimonials-section .testimonials-slider {margin-bottom: 50px; padding: 40px 60px 10px;}
	.testimonials-section .text-area {padding: 40px 60px 0;}
	.testimonials-section .slick-dots {bottom: -30px; left: 0; right: 0;}
	.testimonials-section .more-button {text-align: center;}
	.testimonials-section .more-button:before {display: none;}

	.form-section {padding: 40px 0 30px;}
	.form-section .text-area h2 {font-size: 3.445rem;}
	.form-section .form-area .form-input-group.one-third,
	.form-section .form-area .form-input-group.one-third:last-child {width: 100%; float: none; margin-bottom: 8px; min-height: 88px;}

	.banner .banner-title {font-size: 3rem;}

	main {padding: 30px 0;}
	.content,
	.content.full-width {width: 100%;}
	.content .video-area {float: none; margin: 0 auto 30px; max-width: 500px;}
	.content .video-area img {width: 100%;}
	blockquote {padding-left: 20px; margin: 30px 0;}

	/*.content ul {margin: 25px 0 30px 30px;}*/
	.content img.alignright,
	.content img.alignleft,
	.content img.aligncenter,
	.content table.alignright {float: none; display: block; margin: 0 auto 15px;}

	.content .blue-box,
	body.page-template-template-about .content .blue-box {padding: 50px 40px 60px;}

	.attorney-buttons .click-search {max-width: 350px; margin: 0 auto 10px;}

	.attorney-results {padding: 30px 0;}
	.attorney-results h2 {margin-bottom: 20px;}
	.attorney-results .results-row .single-team {margin-bottom: 25px;}
	.attorney-results .results-row .single-team .team-image img {max-width: 100px;}
	.attorney-results .results-row .single-team .team-text {width: calc(100% - 100px);}
	.attorney-results .results-row .single-team .team-text p {font-size: 1.112rem;}
	.attorney-results .results-row .single-team .team-text p strong {color: #464646; font-size: 1rem;}
	.attorney-results h2.title-staff {margin-top: 0;}

	.attorney-banner-left h1 {font-size: 2.5rem;}
	body.single-attorneys .content .accordion-item {border: none !important;}
	body.single-attorneys .content .accordion-item .content-area {display: none;}
	body.single-attorneys .content .accordion-item .content-area.is-active {display: block;}

	.practice-box-list .practice-box a.practice-link {height: auto;}

	body.page-template-template-practices main {padding: 40px 0 20px;}
	body.page-template-template-practices main h1 {margin-bottom: 40px;}

	.wp-pagenavi {display: block; text-align: center;}
	.wp-pagenavi a,
	.wp-pagenavi span {display: inline-block;}

	.footer {padding: 50px 0 40px;}
	.footer .footer-area h2 {font-size: 2.445rem;}
	.footer .footer-area p.tagline {font-size: 1.112rem;}
	.footer .footer-address .office-area {width: 100%; float: none; text-align: center; padding: 15px 30px; margin-bottom: 20px;}
	.footer .footer-address .office-area.left-side {border-right: none; text-align: center; border-bottom: 2px solid #a6b0ac;  margin-bottom: 10px;}
	.footer .footer-address {margin-bottom: 0;}
	.footer .social-icons {margin-bottom: 30px;}
	.footer .footer-area p.email {display: none;}
	.footer .footer-area p {font-size: 1rem; margin-bottom: 3px;}
	.footer .footer-address .office-area p.fax {font-size: 1rem; margin-bottom: 0;}
	.footer .footer-address .office-area p.phone {font-size: 1rem; margin-bottom: 5px;}
	.footer .footer-area p .divider {margin: 0 10px;}
	.footer .footer-area p .first-divider {display: block; margin: 0; opacity: 0; height: 0;}
}

/* Small */
@media screen and (max-width: 640px) {
	.slider-home .text-box .headline-text p.top-text {letter-spacing: 2px;}
	.slider-home .text-box .headline-text p.big-text {font-size: 3.445rem;}
	.slider-home .text-box .headline-text p.third-text {letter-spacing: 3px; font-size: 1.445rem;}

	.banner {height: 250px; padding-top: 0;}
	.banner-inner {min-height: 250px; height: 250px;}
	.banner .banner-title {font-size: 2.5rem; text-shadow: -2px 5px 9px rgba(0,0,0,1)}

	body.page-template-template-practices main {padding: 30px 0;}

	.post-bottom a {display: block; margin: 0 0 15px;}
	.post .post-right {padding-left: 30px;}

	.accordion-section {padding: 50px 0 60px;}
	.content {padding-right: 0.9375rem;}

	.results-section .result-area {padding: 30px 40px;}
	body.home .results-section .result-area {margin: 0 20px;}
	.results-section .slick-prev,
	.results-section .slick-next {width: 45px; height: 45px;}
	.results-section .slick-prev:before,
	.results-section .slick-next:before {font-size: 1.5rem;}

	.testimonials-section .text-area {padding: 30px 15px 0; text-align: center;}
	.testimonials-section .testimonials-slider {padding: 30px 15px 5px; margin-bottom: 60px;}
	.testimonials-section .quote-area {padding: 0;}
	.testimonials-section h2 {font-size: 2rem;}
	.testimonials-section .slick-prev,
	.testimonials-section .slick-next {width: 45px; height: 45px; top: 100%; transform: none;}
	.testimonials-section .slick-prev:before,
	.testimonials-section .slick-next:before {font-size: 1.5rem;}

	.split-section .image-show {background: none; height: auto;}
	.split-section .image-show img {display: block;}
	/*.news-slider .news-area {display: none;}*/
	/*.news-slider .news-area:first-child {display: block;}*/
	.news-section {padding: 30px 0;}
	.news-section h2 {font-size: 2.667rem; margin-bottom: 30px;}
	.news-slider .news-area .news-box {margin: 0 auto 25px; min-height: initial;}
	.news-slider .news-area .news-box h3 {min-height: 50px;}
	.news-section a.more-news {margin-top: 15px;}
}

@media screen and (max-width: 550px) {
	.slider-home,
	.slider-home-single,
	body.admin-bar .slider-home,
	body.admin-bar .slider-home-single {height: 600px; min-height: 600px;}
	.slider-home .text-box .headline-text p.headline {font-size: 2.667rem;}
	.slider-home-single .small-show {display: block;}
	.slider-home video {display: none;}

	.practice-box-list .practice-box {max-width: 100%; display: block; margin: 0 auto 15px;}

	h2.accordion-item-title {font-size: 1rem; line-height: 1.5rem;}

	.attorney-results .results-row .columns {width: 100%; float: none;}

	.content .blue-box,
	body.page-template-template-about .content .blue-box {padding: 40px 30px 50px;}
}
@media screen and (max-width: 517px) {
	.expect-section h2 span {top:unset;}
}
@media screen and (max-width: 500px) {
	.attorney-results .results-row .small-6 {width: 100%; float: none;}
	.attorney-results .results-row .single-team .team-image {margin-bottom: 7px;}

	.post-bottom a {display: block; margin: 0 0 15px; max-width: 130px;}

  /*.slider-home .text-box .headline-text {padding-left: 0; padding-right: 0;}*/
  .vid-plays {margin-bottom: 25px;}
}

/* Phones */
@media screen and (max-width:434px) {
	.steps-section .step-area {
		padding-left:50px!important;
		background-size:120px;
	}
}
@media screen and (max-width: 400px) {
	:root {font-size: 14px;}

	.slider-home,
	.slider-home-single,
	body.admin-bar .slider-home,
	body.admin-bar .slider-home-single {height: 550px; min-height: 550px;}

	.practices-section .practice-area .practice-box {width: 100%; max-width: 100%;}
	.practices-section .practice-area .practice-box .practice-link {max-width: 375px; min-height: 300px; padding-top: 260px;}

	.practice-box-list .practice-box {width: 100%; max-width: 100%;}
	.practice-box-list .practice-box .practice-link {max-width: 375px; min-height: 200px;}
}

@media screen and (max-width: 330px) {
header .logo svg {height: 45px !important;}
}
@media screen and (max-width: 360px) {
	.post .post-left {float: none; width: 100%; border-right: none; min-height: initial; padding: 0 0 15px; margin: 0 0 15px; border-bottom: 1px solid #bf202f;}
	.post .post-right {float: none; width: 100%; padding-left: 0;}
	.post-bottom a {display: block; margin: 0 0 15px; max-width: 120px;}
}

@media screen and (min-width: 1300px){
  .slider-home-single{min-height: 790px;}
}

@media screen and (min-width: 1100px){
	.slider-home, .slider-home-single {min-height: 950px;}
  .vid-plays a {font-size: 7rem; }
  /*.vid-plays {position: absolute; bottom: 0; left: 12%; z-index: 999; top: -149px;}*/
  .vid-plays {margin-bottom: 40px;}

}


.test-vid {position: relative;}
.test-vid img {width: 100%}
.test-vid:after {content: "\f144"; font-family: 'Font Awesome 5 Pro'; font-size: 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: #E80924; pointer-events: none; z-index: 1; color: #fff; pointer-events: none; z-index: 1; position: absolute; top: 50%; left: 50%; width: 52px; height: 52px; z-index: 1; margin-top: -30px; margin-left: -42px; }

.vid-content {position: absolute; background: #bf202f; top: 0; right: 0; color: #fff; padding: 19px; font-size: 22px;}

.tes-vids {background: #bf202f; color: #fff; padding: 10px; font-weight:bold;}
.testnames {font-style: italic; color: #9D1B27;}

/*Printer*/

@media print {
	.header {top: 0; border: none; height: auto;}
}

.testnames{
	color: #bf202f;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.0rem;
	text-decoration: none !important;
}

.child-pa {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.child {
	background-color: #9d1b27;
	width: 45%;
	padding: 30px 15px;
	margin: 15px;
	text-align: center;
	display: flex;
	height: 120px;
}

.child:hover, .child:focus {
	background-color: #052e44;
}

.child span {
	color: #fff;
	font-size: 1.5rem;
	font-family: 'Prata', serif;
	align-self: center;
  width: 100%;
}








section#introduction {
    padding-left: 94px;
}
	@media screen and (max-width: 375px) {
section#introduction {
    padding-left: 16px;
}
}
					@media screen and (max-width: 411px) {
section#introduction {
    padding-left: 16px;
}
}
									@media screen and (max-width: 575px) {
section#introduction {
    padding-left: 16px;
}
}
													@media screen and (max-width: 575px) {
section#introduction {
    padding-left: 16px;
}
}
			@media screen and (max-width: 375px){
.logo {
    margin-left: 25px;
}
}
		@media screen and (max-width: 414px){
.logo {
    margin-left: 25px;
}
}
			@media screen and (max-width: 575px){
.logo {
    margin-left: 25px;
}
}
	@media screen and (max-width: 768px){
.logo {
    margin-left: 25px;
}
		.trust-section {padding-top:50px;}
		.trust-background {display:none;}
}
		@media screen and (max-width: 375px){
.logo {
    margin-left: 25px;
}
}
@media screen and (max-width: 575px){
.logo {
    margin-left: 25px;
}
}	
@media screen and (max-width: 375px){
.header #open-mobile-menu {
    margin-left: 0px;
    font-size: 1rem;
    padding-right: 33px;
}
}
@media screen and (max-width: 575px){
.header #open-mobile-menu {
    margin-left: 0px;
    font-size: 1rem;
    /*padding-right: 33px;*/
}
}
	


			#gallery-1 {
				margin: auto;
			}
			#gallery-1 .gallery-item {
				float: left;
				margin-top: 10px;
				text-align: center;
				width: 25%;
			}
			#gallery-1 img {
				border: 2px solid #cfcfcf;
			}
			#gallery-1 .gallery-caption {
				margin-left: 0;
			}
			/* see gallery_shortcode() in wp-includes/media.php */

			