/********************************************/
/* Theme Name: PaperStreet                  */
/* Theme URI: http://www.wordpressbase.com  */
/* Author: PaperStreet                      */
/* Author URI: http://www.paperstreet.com   */
/* Description: For Fosterglobal             */
/* Version: 2.07.25.19                      */
/********************************************/

@font-face {
	font-display: auto;
}

* {
	margin: 0;
	padding: 0;
}

address,
article,
aside,
header,
footer,
main,
nav,
section,
blockquote,
figure,
ol,
ul,
p,
img,
video,
iframe,
form,
div,
figcaption,
hr,
label,
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="url"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

img,
figure,
video,
iframe {
	max-width: 100%;
}

body {
	font-size: 16px;
	font-family: "Montserrat", Verdana, sans-serif;
	overflow-x: hidden;
	color: #464646;
	font-weight: 400;
	display: block !important;
	line-height: 1.8rem;
}

.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;
}

#skiptocontent {
	z-index: 9999;
	position: fixed;
	top: 0px;
	left: 0px;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	opacity: 0;
	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;
}

body.logged-in header {
	top: 32px;
}
body.logged-in .attorney-banner {
	margin-top: 32px;
}
body.logged-in header.opened-search {
	top: 132px;
}
body.logged-in header.opened-search #header-search-form {
	top: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h2-style {
	font-family: "Montserrat", Verdana, sans-serif;
	color: #003366;
	margin-bottom: 30px;
	font-weight: 500;
}

h1,
.h1-style {
	font-size: 2rem;
	line-height: 2.5rem;
	font-family: "Cinzel", sans-serif;
}

h1.banner-title,
.h1-style.banner-title {
	font-size: 2rem;
	line-height: 2.5rem;
	margin: 0;
	color: #fff;
}

.content h1 {
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 10px;
}

h2,
.h2-style {
	font-size: 1.5rem;
	line-height: 2.25rem;
}

h3 {
	font-size: 1.25rem;
	line-height: 2rem;
}

h4 {
	color: #003366;
	font-size: 1.25rem;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: "Montserrat", Verdana, sans-serif;
	line-height: 2rem;
}

.sidebar h3,
.sidebar h4 {
	font-size: 30px;
	text-transform: uppercase;
	font-family: "Cinzel", sans-serif;
	color: #003366;
}

h5,
h6 {
	font-size: 1.125rem;
	line-height: 2rem;
}
.search-title h2 {
	margin: 40px 0 0;
}
hr {
	margin: 40px 0;
}
a {
	color: #74bc1f;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

a:hover,
a:focus {
	color: #003366;
}
.text-center {
	text-align: center;
}
.button,
button {
	color: #3155a6;
	border: 2px solid #3155a6;
	padding: 10px 15px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 700;
	letter-spacing: 2px;
	font-family: "Montserrat", Verdana, sans-serif;
}

.button:hover,
.button:focus,
button:hover,
button:focus {
	background: #3155a6;
	color: #fff;
}

.button.solid,
button.solid {
	background: #3155a6;
	color: #fff;
}

.button.solid:hover,
.button.solid:focus,
button.solid:hover,
button.solid:focus {
	background: #74bc1f;
	color: #fff;
}

.button.dark-blue,
button.dark-blue {
	background: #003366;
	color: #fff;
	border: none;
}

.button.dark-blue:hover,
.button.dark-blue:focus,
button.dark-blue:hover,
button.dark-blue:focus {
	background: #231f20;
	color: #fff;
}

.button.dark-blue.reverted,
button.dark-blue.reverted {
	background: #231f20;
	color: #fff;
}

.button.dark-blue.reverted:hover,
.button.dark-blue.reverted:focus,
button.dark-blue.reverted:hover,
button.dark-blue.reverted:focus {
	background: #003366;
	color: #fff;
}

.button.mobile-btn,
.button.search-btn,
button.mobile-btn,
button.search-btn {
	font-size: 17px;
	padding: 0;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
}

p {
	margin-bottom: 20px;
	font-size: 1rem;
	line-height: 1.7rem;
}

ul,
ol {
	margin: 0 0 1.458rem;
}

ul {
	border-left: 5px solid #74bc1f;
}

ul li {
	list-style: none;
	position: relative;
	padding: 0 0 0px 50px;
	color: #464646;
}

ul li:before {
	content: "\f105";
	font-family: "Font Awesome\ 5 Pro";
	color: #74bc1f;
	position: absolute;
	left: 35px;
	font-size: 15px;
	top: 0;
	font-weight: 300;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

ul li ul {
	margin: 0.8333rem;
}

ul li a {
	text-decoration: none;
}

ol {
	list-style-position: inside;
}

.gform_fields {
	border: none;
	padding: 0;
	margin: 0;
}

.gform_fields li {
	padding: 0;
	margin: 0 0 10px;
}

.gform_fields li:before {
	display: none;
}

.gform_fields label {
	margin: 0;
	padding: 0;
}
.ginput_cardinfo_right span {
	vertical-align: middle;
}
.ginput_cardinfo_right label {
	display: inline-block !important;
	vertical-align: middle;
	margin: 0 0 0 10px !important;
}
.ginput_cardinfo_right input {
	margin: 0 0 10px;
	height: 50px;
}
.block-list {
	padding: 1.667rem 0;
}

.block-list ul {
	border: none;
}

.block-list h4 {
	color: #fff;
	padding: 0 2.083rem;
}

.block-list li {
	padding: 0;
	border-bottom: 1px solid #c2c2c2;
}

.block-list li:first-child {
	border-top: 1px solid #c2c2c2;
}

.block-list li:before {
	top: 10px;
	left: 0;
}

.block-list li a {
	padding: 10px 15px;
	display: block;
	text-decoration: none;
	color: #000;
	position: relative;
	font-weight: 600;
}

.block-list li a:hover,
.block-list li a:focus {
	color: #74bc1f;
}
.block-list li ul {
	margin-left: 20px;
}
.block-list li ul li:last-child {
	border-bottom: none;
}
.block-list p {
	padding: 0 2.083rem;
}

.block-list p a {
	color: #3155a6;
	font-size: inherit;
}

.block-list p a .fas {
	font-size: inherit;
}

.block-list p a:hover,
.block-list p a:focus {
	color: #fff;
}

figure {
	margin-bottom: 40px;
}

form fieldset {
	padding: 20px;
	border: 2px solid #c2c2c2;
	margin-bottom: 40px;
}

form fieldset legend {
	padding: 0 20px;
	font-family: "Cinzel", sans-serif;
	font-size: 20px;
	color: #003366;
}

form input,
form textarea {
	background: #e8e8e8;
	border: none;
	height: 60px;
	font-size: 15px;
	color: #464646;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	display: block;
	width: 100%;
	font-family: "Montserrat", Verdana, sans-serif;
	margin-top: 5px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="url"] {
	-webkit-appearance: none;
}
form label {
	font-weight: 700;
	margin-bottom: 20px;
}

form label.with-icon {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #707070;
}

form label.with-icon .input-wrapper {
	margin-top: 10px;
	background: #e8e8e8;
}

form label.with-icon .input-wrapper .far,
form label.with-icon .input-wrapper .fas,
form label.with-icon .input-wrapper .fal {
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #8b8f92;
	font-size: 15px;
	float: left;
	text-align: center;
	display: block;
}

form label.with-icon .input-wrapper input,
form label.with-icon .input-wrapper select {
	width: calc(100% - 45px);
	margin: 0;
	height: 45px;
	padding: 10px 50px 10px 20px;
}

form textarea {
	height: 100px;
}

form input[type="checkbox"],
form input[type="radio"] {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 5px;
}

form.search-form label {
	width: calc(100% - 60px);
	display: inline-block;
	margin: 0 -5px 0 0;
	vertical-align: top;
}

form.search-form label input {
	margin: 0;
	border-radius: 0;
}

form.search-form button {
	height: 60px;
	width: 60px;
	border: none;
	font-size: 17px;
	display: inline-block;
	vertical-align: top;
}

select {
	border: none;
	-webkit-appearance: none;
	height: 45px;
	width: 100%;
	background: url(images/select-arrow.jpg) #e8e8e8 no-repeat right center;
	border-radius: 0;
	padding: 10px 50px 10px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	font-family: "Montserrat", Verdana, sans-serif;
	margin-bottom: 40px;
	color: #8b8f92;
}
select option {
	background: #3155a6;
}
select::-ms-expand {
	display: none;
}
.df-popup-thumb {
	height: 300px!important;
}

.clear {
	clear: both;
}

.row {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

.row.flexit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.row.flexit.office-boxes {
  justify-content: center;
}

.row:after {
	content: " ";
	display: block;
	clear: both;
}

.columns,
.column {
	float: left;
	padding: 0 15px;
}

.columns.centered,
.column.centered {
	margin: 0 auto;
	float: none;
}

figcaption {
	font-style: italic;
	color: #003366;
	padding: 10px;
}

figcaption p:last-child {
	margin: 0;
}

table {
	border-spacing: 0;
	width: 100%;
}

table thead {
	background: #003366;
	color: #fff;
}

table thead th {
	padding: 5px 0;
}

table tbody tr:nth-child(even) {
	background: #e5e8ef;
}

table tbody td {
	text-align: center;
	vertical-align: top;
}

.small-12 {
	width: 100%;
}

.small-11 {
	width: 91.67%;
}

.small-10 {
	width: 83.34%;
}

.small-9 {
	width: 75%;
}

.small-8 {
	width: 66.67%;
}

.small-7 {
	width: 58.34%;
}

.small-6 {
	width: 50%;
}

.small-5 {
	width: 41.66%;
}

.small-4 {
	width: 33.33%;
}

.small-3 {
	width: 25%;
}

.small-2 {
	width: 16.66%;
}

.small-1 {
	width: 8.33%;
}

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

.show-for-desktop,
.show-for-tablet {
	display: none;
}

.wrapper {
	position: relative;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	right: 0px;
	padding-top: 60px;
}

.wrapper.active {
	right: 250px;
}

.wrapper.active header {
	right: 250px;
}

.wrapper.active nav {
	right: 0;
}

.wrapper.active .menu-overlay {
	opacity: 1;
	background: rgba(255, 255, 255, 0.7);
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 9999;
	top: 0;
	right: 250px;
}

.wrapper.scrolled header {
	border-bottom: 1px solid #c2c2c2;
}

header {
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

header .logo {
	max-width: 160px;
	margin: 0 auto;
	padding: 5px;
	position: absolute;
	left: 0;
	right: 0;
}

header .mobile-btn {
	float: right;
}

header:after {
	content: " ";
	clear: block;
	display: block;
}

header #header-search-form {
	padding: 20px 20px 20px 21px;
	background: #231f20;
	opacity: 0;
	position: fixed;
	top: -100px;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	left: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
#cp569b4b3a1e {
	display: inline-block;
}

#header-search-form input {
  margin-top: 0;
}

header.opened-search {
	top: 100px;
}

header.opened-search #header-search-form {
	top: 0;
	opacity: 1;
}

header .additional-buttons {
	display: none;
	padding-top: 5px;
}

header .additional-buttons a {
	text-decoration: none;
	color: #555555;
	font-size: 14px;
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	text-align: right;
	line-height: 25px;
}

header .additional-buttons a .far,
header .additional-buttons a .fas {
	color: #74bc1f;
	margin: 0 5px 0;
}

header .additional-buttons a:hover,
header .additional-buttons a:focus {
	color: #74bc1f;
}

nav {
	position: fixed;
	height: 100vh;
	background: #e5e8ef;
	top: 0;
	right: -250px;
	width: 250px;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

nav ul {
	display: block;
	border: none;
}

nav ul li {
	padding: 0;
	display: block;
}

nav ul li:before {
	display: none;
}

nav ul li.go-back a:before {
	display: none;
}

nav ul li.opened > .sub-menu {
	right: 0;
}

nav ul li ul {
	margin: 0;
	position: fixed;
	background: #e5e8ef;
	display: block;
	height: 100vh;
	top: 0;
	right: -270px;
	width: 250px;
	z-index: 1;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

nav ul li a {
	color: #003366;
	display: block;
	padding: 10px 20px;
}

nav ul li a.open-sub {
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	text-align: center;
	z-index: 1;
	background: #3155a6;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

nav ul li a.open-sub:hover,
nav ul li a.open-sub:focus {
	background: #003366;
	color: #fff;
}

nav ul li a:hover,
nav ul li a:focus {
	color: #fff;
	background: #003366;
}

.menu-overlay {
	clear: both;
	opacity: 0;
	right: 0;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.banner {
	background: url(images/_default.jpg) no-repeat center/cover;
	position: relative;
}

.banner .mobile-banner {
	min-height: 120px;
	background: url(images/_default.jpg) no-repeat center/cover;
	position: relative;
}

.banner .mobile-banner:after {
	content: " ";
	display: block;
	position: absolute;
	height: 100%;
	width: 25%;
	background: url(images/logo-accent.png) no-repeat right bottom/contain;
	bottom: 0;
	left: 25%;
	max-height: 355px;
}

.banner .columns {
	padding: 20px 15px;
	border-bottom: 1px solid #003366;
}

.banner p.page-title,
.banner h1 {
	font-size: 3rem;
	line-height: 3.5rem;
	margin: 0;
	color: #003366;
	font-family: "Cinzel", sans-serif;
	text-align: center;
}

.banner > * {
	position: relative;
	z-index: 2;
}

.banner.thinner {
	height: auto;
	min-height: 198px;
}

.banner.thinner:after {
	display: none;
}

main {
	padding: 40px 0;
}

main .content img {
	max-width: 100%;
	height: auto;
}
main .content img.size-full {
	width: 100%;
}

footer {
	background: #003366;
	padding: 0 0 40px;
	text-align: center;
}
.page-template-template-contact footer {
	padding-top: 40px;
}
footer p,
footer h4,
footer a {
	color: #fff;
}

footer .no-border .columns {
	border: none;
}

footer .columns {
	border-bottom: 1px solid #1a4876;
	padding: 20px 15px;
}

footer address {
	text-align: center;
	font-style: normal;
}

footer address h4 {
	margin: 0;
	font-weight: 600;
}

footer address a {
	text-decoration: none;
}

footer a:hover,
footer a:focus {
	color: #74bc1f;
}

footer a.email-link {
	font-size: 18px;
	text-decoration: none;
}

footer .copyright p {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	margin-bottom: 0;
}

footer .copyright p a {
	text-decoration: none;
	padding: 0 8px;
}

footer .social {
	padding-bottom: 0;
	margin-bottom: 0;
}

footer .social a {
	font-size: 18px;
}

footer ul {
	border: none;
}

footer ul li {
	display: inline-block;
	padding: 0 15px;
}

footer ul li:before {
	display: none;
}

footer .city-list {
	background: #231f20;
	margin-bottom: 40px;
}

footer .city-list .columns {
	border-bottom: none;
}

footer .city-list ul {
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

footer .city-list ul li {
	padding: 0;
	width: 100%;
	text-align: center;
}

footer .city-list ul li:before {
	display: none;
}

footer .city-list a {
	color: #fff;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
}

footer .city-list a:hover,
footer .city-list a:focus {
	color: #74bc1f;
}
footer .button.white {
	border-color: #fff;
	color: #fff;
	margin-bottom: 40px;
}
footer .button.white:hover,
footer .button.white:focus {
	border-color: #3155a6;
}

.footer-offices {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.footer-offices address {
  padding: 0 10px;
}

.footer-offices address {
  text-align: center;
}

.footer-offices address:first-child {
  padding-left: 0;
}

.footer-offices address:last-child {
  text-align: center;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .footer-offices {
    flex-direction: row;
  }
}

.map-section {
	text-align: center;
	padding: 50px 0;
	background: #e5e8ef;
}
.map-section-inner {
	background-image: url(images/map-final-bg.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	height: 125px;
	background-position-x: 50%;
	width: 100%;
}
.blue-box {
	background: url(images/blue-bg.jpg) no-repeat center/cover;
	padding: 26px 20px;
}

.blue-box h3 {
	color: #fff;
	font-family: "Cinzel", sans-serif;
	margin-bottom: 20px;
	padding: 0;
	font-size: 17px;
	font-weight: 700;
}

.blue-box h3 .far,
.blue-box h3 .fas {
	color: #74bc1f;
}

.blue-box section {
	border-top: 1px solid #fff;
	padding: 20px 0;
}

.blue-box section .small-date {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #839edb;
}

.blue-box section a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

.blue-box section a span {
	color: #74bc1f;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.blue-box section a:hover,
.blue-box section a:focus {
	color: #74bc1f;
}

.blue-box .button {
	border-color: #839edb;
	color: #839edb;
	padding: 5px 10px;
	margin-top: 10px;
}

.blue-box .button:hover,
.blue-box .button:focus {
	color: #fff;
	background: #839edb;
}

.blue-box-button {
	background: url(images/blue-bg.jpg) no-repeat center/cover;
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	padding: 40px 20px;
	margin: 40px 0;
}

.blue-box-button .far,
.blue-box-button .fas,
.blue-box-button .fal {
	font-size: 36px;
	color: #74bc1f;
	display: block;
	margin-bottom: 10px;
}

.blue-box-button:hover,
.blue-box-button:focus {
	color: #74bc1f;
}

.blue-box-button.green {
	color: #fff;
	background: url(images/green-logobg.jpg) no-repeat left center #74bc1f;
	padding: 30px 20px;
	margin-bottom: 20px;
	display: block;
}

.blue-box-button.green .far,
.blue-box-button.green .fas,
.blue-box-button.green .fal {
	display: inline;
	color: #fff;
	font-size: 30px;
	position: relative;
	top: 3px;
	margin-right: 8px;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.blue-box-button.green:hover,
.blue-box-button.green:focus {
	color: #003366;
}

.blue-box-button.green:hover .far,
.blue-box-button.green:hover .fas,
.blue-box-button.green:hover .fal,
.blue-box-button.green:focus .far,
.blue-box-button.green:focus .fas,
.blue-box-button.green:focus .fal {
	color: #003366;
}

article.post {
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 30px;
	margin-bottom: 90px;
}
article.post.no-date {
	padding-left: 0;
}
article.post .date-box {
	font-size: 16px;
	color: #3155a6;
	text-align: center;
	background: #e5e8ef;
	height: 66px;
	width: 66px;
	padding: 10px 0;
	position: absolute;
	top: 0;
	left: 0;
}

article.post .date-box span {
	font-size: 30px;
	display: block;
	width: 100%;
}

article.post .title-area {
	width: 100%;
	padding-left: 86px;
	position: relative;
}

article.post .title-area h1,
article.post .title-area h2 {
	border: none;
	margin: 0 0 30px;
	font-size: 25px;
	font-family: "Montserrat", Verdana, sans-serif;
	line-height: 30px;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

article.post .title-area a {
	text-decoration: none;
}

article.post .title-area a:hover h2,
article.post .title-area a:focus h2 {
	color: #74bc1f;
}

article.post .by-line {
	font-size: 14px;
}

article.post .excerpt {
	border-top: 1px solid #c2c2c2;
	margin-top: 30px;
	padding-top: 25px;
}

article.post .button-bar {
	padding-top: 20px;
}

article.post .button-bar .button {
	padding: 5px 15px;
}

article.post .button-bar .share-btn {
	padding: 5px 12px;
	float: right;
}

.column-list {
	padding: 20px;
	background: url(images/column-pattern.png);
}

.column-list ul {
	border: none;
}

.column-list ul li {
	padding-left: 15px;
	color: #003366;
	font-weight: 500;
}

.column-list ul li:before {
	left: 0;
	font-weight: 400;
}

.wp-pagenavi {
	margin-bottom: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span.current {
	height: 36px;
	width: 36px;
	line-height: 36px;
	margin: 0 5px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	color: #363636;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
	background: #3155a6;
	color: #fff;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	width: auto;
	padding: 0 10px;
}

.wp-pagenavi .previouspostslink .fas,
.wp-pagenavi .previouspostslink .fal,
.wp-pagenavi .previouspostslink .far,
.wp-pagenavi .nextpostslink .fas,
.wp-pagenavi .nextpostslink .fal,
.wp-pagenavi .nextpostslink .far {
	color: #3155a6;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	margin: 0 5px;
}

.wp-pagenavi .previouspostslink:hover .fas,
.wp-pagenavi .previouspostslink:hover .fal,
.wp-pagenavi .previouspostslink:hover .far,
.wp-pagenavi .previouspostslink:focus .fas,
.wp-pagenavi .previouspostslink:focus .fal,
.wp-pagenavi .previouspostslink:focus .far,
.wp-pagenavi .nextpostslink:hover .fas,
.wp-pagenavi .nextpostslink:hover .fal,
.wp-pagenavi .nextpostslink:hover .far,
.wp-pagenavi .nextpostslink:focus .fas,
.wp-pagenavi .nextpostslink:focus .fal,
.wp-pagenavi .nextpostslink:focus .far {
	color: #fff;
}

.service-block {
	max-width: 436px;
	margin: 0 auto;
	overflow: hidden;
}

.service-block a {
	text-decoration: none;
	display: block;
	background: #3155a6;
}

.service-block a h2 {
	color: #fff;
	font-size: 30px;
	font-family: "Cinzel", sans-serif;
	padding: 20px;
	text-align: center;
}

.service-block a img,
.service-block a h2 {
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.service-block a:hover img,
.service-block a:focus img {
	opacity: 0.65;
}

.service-block a:hover h2,
.service-block a:focus h2 {
	color: #74bc1f;
}

.breadcrumb {
	list-style: none;
	margin-bottom: 15px;
}

.breadcrumb li {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
}

.breadcrumb li:after {
	content: "\f105";
	font-family: "Font Awesome\ 5 Pro";
	margin: 0 10px 0 12px;
}

.breadcrumb li:last-child {
	display: none;
}

.breadcrumb li a {
	text-decoration: none;
	color: #363636;
	text-transform: uppercase;
}

.breadcrumb li a:hover,
.breadcrumb li a:focus {
	color: #74bc1f;
}

.tab-content {
	display: none;
	padding: 20px;
}

.tab-content.showit {
	display: block;
}

.accordion .accordion-section {
	margin-top: 15px;
}

.accordion .accordion-section > a {
	background: #e5e8ef;
	text-decoration: none;
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 70px 20px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.accordion .accordion-section > a h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #000;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.accordion .accordion-section > a:after {
	content: "+";
	background: #3155a6;
	color: #fff;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 15px;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	top: calc(50% - 20px);
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.accordion .accordion-section > a:hover,
.accordion .accordion-section > a:focus,
.accordion .accordion-section > a.active {
	background: #003366;
}

.accordion .accordion-section > a:hover h3,
.accordion .accordion-section > a:focus h3,
.accordion .accordion-section > a.active h3 {
	color: #fff;
}

.accordion .accordion-section > a:hover:after,
.accordion .accordion-section > a:focus:after,
.accordion .accordion-section > a.active:after {
	content: "-";
	background: #74bc1f;
}

.light-blue-box {
	background: #e5e8ef;
	padding: 20px 20px 30px;
	border-bottom: 5px solid #3155a6;
	margin: 0 0 40px 0;
	text-align: center;
}

.light-blue-box h2,
.light-blue-box h3 {
	font-size: 24px;
	color: #003366;
	font-family: "Cinzel", sans-serif;
	margin-bottom: 0px;
	display: block;
	width: 100%;
}

.light-blue-box p {
	color: #000;
	font-size: 15px;
}

.light-blue-box p:last-child {
	margin-bottom: 0;
}

.light-blue-box .icon {
	margin: 0 auto 20px;
}

.light-blue-box.office {
	display: block;
	margin: 0 0 20px;
	padding: 40px 20px;
}

.light-blue-box.office h2 {
	font-size: 30px;
	color: #fff;
}

.light-blue-box.office address {
	color: #fff;
	font-style: normal;
}

.light-blue-box.office p {
	color: #fff;
	font-size: 17px;
}

.light-blue-box.office p:last-child {
	margin: 0;
}

.light-blue-box.office p:last-child a {
	color: #74bc1f;
}

.light-blue-box.office p:last-child a:hover,
.light-blue-box.office p:last-child a:focus {
	color: #fff;
}
.light-blue-box.office p a,
.light-blue-box.office p.white-links a {
	color: #fff;
	text-decoration: none;
}

.light-blue-box.office p a:hover,
.light-blue-box.office p a:focus,
.light-blue-box.office p.white-links a:hover,
.light-blue-box.office p.white-links a:focus {
	color: #74bc1f;
}
.light-blue-box .button {
	width: 100%;
	max-width: 236px;
}
.icon {
	background: url("images/sprite.png") no-repeat;
	display: block;
}

.icon.book {
	background-position: -7px -10px;
	width: 83px;
	height: 58px;
	margin: 0px auto 25px;
}

.icon.trophy {
	background-position: -128px -9px;
	width: 68px;
	height: 64px;
}

.icon.community {
	background-position: -239px -7px;
	width: 51px;
	height: 63px;
}

.icon.rating {
	background-position: -23px -105px;
	width: 148px;
	height: 28px;
	margin: 20px auto 35px;
}

.icon.group-pple {
	background-position: -257px -92px;
	width: 104px;
	height: 59px;
}

.icon.person-holding-flag {
	background-position: -7px -190px;
	width: 89px;
	height: 89px;
}

.icon.family {
	background-position: -127px -183px;
	width: 126px;
	height: 97px;
}

.icon.bullseye {
	background-position: -290px -178px;
	width: 99px;
	height: 103px;
}

.icon.award {
	background-position: -7px -301px;
	width: 80px;
	height: 108px;
}

.icon.justice {
	background-position: -143px -310px;
	width: 107px;
	height: 90px;
}

.icon.group-pyramid {
	background-position: -284px -310px;
	width: 105px;
	height: 116px;
}

.icon.computer-gear {
	background-position: -7px -446px;
	width: 129px;
	height: 96px;
}

.icon.comments {
	background-position: -181px -438px;
	width: 117px;
	height: 113px;
}

.icon.scales {
	background-position: 0 -588px;
	width: 136px;
	height: 123px;
}

.icon.flag {
	background-position: -181px -581px;
	width: 135px;
	height: 132px;
}

.attorney-search .columns {
	padding: 0;
}

.attorney-search button {
	height: 45px;
	display: block;
	font-weight: 500;
	width: 100%;
}

.margin-top {
	margin-top: 40px;
}

.by-letter {
	display: none;
	margin: 0 0 30px;
	padding: 0;
	border: none;
}

.by-letter li {
	padding: 0;
	display: inline-block;
	position: relative;
}

.by-letter li a,
.by-letter li span {
	padding: 0 15px;
}

.by-letter li span.disabled {
	opacity: 0.7;
}

.by-letter li a {
	color: #003366;
	font-weight: 500;
}

.by-letter li a:hover,
.by-letter li a:focus,
.by-letter li.current a {
	color: #74bc1f;
}

.by-letter li:before {
	display: none;
}

.by-letter li:after {
	content: "|";
	position: absolute;
	right: -5px;
	color: #acacac;
}

.by-letter li:last-child:after {
	display: none;
}

.bordered {
	border-top: 1px solid #2d3d54;
	border-bottom: 1px solid #2d3d54;
	padding: 10px 0;
	margin-bottom: 20px;
}

.bordered h4 {
	color: #707070;
	font-size: 14px;
	margin: 0;
	width: calc(100% - 124px);
	display: inline-block;
}

.bordered a {
	color: #003366;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	margin: 0 -5px;
	display: inline-block;
}

.bordered a:hover,
.bordered a:focus {
	color: #74bc1f;
}
select.mobile-letter-sort {
	margin-bottom: 20px;
}
.attorney-table {
	margin-top: 20px;
	border-top: 1px solid #f3f4f6;
	clear: both;
}

.attorney-table table thead {
	background: none;
	display: none;
}

.attorney-table table thead tr th {
	color: #707070;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}

.attorney-table table thead tr th:first-child {
	text-align: left;
	padding-left: calc(8.33% + 5px);
}

.attorney-table table tbody tr {
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	padding: 20px;
	display: block;
	border-bottom: 1px solid #fff;
}

.attorney-table table tbody tr:nth-child(odd) {
	background: #f1f6ff;
}

.attorney-table table tbody tr:nth-child(even) {
	background: #f7faff;
}

.attorney-table table tbody tr:hover,
.attorney-table table tbody tr:focus {
	background: #003366;
	color: #fff;
}

.attorney-table table tbody tr:hover h3,
.attorney-table table tbody tr:focus h3 {
	color: #fff;
}

.attorney-table table tbody tr:hover a,
.attorney-table table tbody tr:focus a {
	color: #fff;
}

.attorney-table table tbody tr td {
	font-weight: 600;
	display: block;
}

.attorney-table table tbody tr td:first-child {
	text-align: left;
}

.attorney-table table tbody tr td a {
	text-decoration: none;
	color: #464646;
}

.attorney-table table tbody tr td a:hover,
.attorney-table table tbody tr td a:focus {
	color: #74bc1f;
}

.attorney-table table tbody tr td a:hover h3,
.attorney-table table tbody tr td a:focus h3 {
	color: #74bc1f;
}

.attorney-table table tbody tr td h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.attorney-table table tbody tr td img {
	display: block;
	margin: 0 auto 10px;
}

.attorney-table table tbody tr td .button {
	height: 40px;
	width: 40px;
	font-size: 13px;
	background: #74bc1f;
	line-height: 40px;
	border: none;
	padding: 0;
}

.attorney-table table tbody tr td .button:hover,
.attorney-table table tbody tr td .button:focus {
	background: #fff;
	color: #74bc1f;
}

.page-template-template-full-width .content,
.page-template-template-contact .content {
	padding-right: 15px;
}

.page-template-template-full-width .blue-box-button {
	margin-top: 65px;
}

.page-template-template-full-width main {
	padding: 50px 0;
}

.page-template-template-full-width .h2-style {
	margin-top: 40px;
}

.location-list {
	border: none;
	margin: 50px 0;
	border-top: 2px solid #bcbcbc;
}

.location-list li {
	padding: 20px 15px 20px 40px;
	text-align: left;
	font-weight: 600;
	border-bottom: 2px solid #bcbcbc;
}

.location-list li a {
	color: #092e5b;
	font-size: 13px;
	text-transform: uppercase;
}

.location-list li a .far,
.location-list li a .fas,
.location-list li a .fal {
	color: #74bc1f;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	float: right;
}

.location-list li a:hover .far,
.location-list li a:hover .fas,
.location-list li a:hover .fal,
.location-list li a:focus .far,
.location-list li a:focus .fas,
.location-list li a:focus .fal {
	color: #092e5b;
}

.location-list li:before {
	content: "\f124";
	color: #092e5b;
	font-weight: 400;
	left: 15px;
	top: 20px;
}

.footer-form {
	background: url(images/footer-bg.jpg) no-repeat center/cover;
	padding: 40px 20px;
}

.footer-form form {
	background: rgba(0, 51, 102, 0.9);
	padding: 40px 0;
}

.footer-form form h2 {
	color: #fff;
	text-align: center;
	font-family: "Cinzel", sans-serif;
	text-transform: uppercase;
}

.footer-form form label {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
  position: relative;
}

.footer-form form label input {
	margin-top: 15px;
	height: 50px;
	color: #fff;
	border: 2px solid #fff;
	background: none;
}
.footer-form form label.error,
.footer-form form label.error input,
.footer-form form label.error select {
	border-color: #f00;
	color: #f00;
}
.footer-form form label textarea {
	border: 2px solid #fff;
	background: none;
	margin-top: 15px;
	color: #fff;
}

.footer-form form label select {
	margin: 15px 0 0;
	color: #fff;
	background: url(images/sort-icon.png) no-repeat right center;
	border: 2px solid #fff;
	height: 50px;
}

.footer-form form label select:-ms-expand {
	background: #003366;
}

.footer-form form button {
	width: 203px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	margin: 10px auto 0;
	border: none;
	display: block;
	background: #74bc1f;
	color: #003366;
}

.footer-form form button:hover,
.footer-form form button:focus {
	background: #fff;
}

.bordered-tabs {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

.tabs {
	margin: 0;
	border: none;
	display: none;
}

.tabs li {
	padding: 0;
	display: block;
	width: 25%;
	text-align: center;
}

.tabs li a {
	padding: 35px 0 25px;
	width: 100%;
	display: block;
	font-size: 18px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	font-weight: 500;
	color: #000;
}

.tabs li a.active,
.tabs li a:hover,
.tabs li a:focus {
	border-bottom: 5px solid #74bc1f;
	color: #74bc1f;
}

.tabs li:before {
	display: none;
}

.single-attorneys .attorney-banner .attorney-image {
	height: 250px;
	background-position: top right;
	background-size: cover;
	background-repeat: no-repeat;
}
.single-attorneys .attorney-banner.no-img .attorney-image {
	display: none;
}
.single-attorneys .attorney-banner .contact-info {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#d7d7d7),
		to(white)
	);
	background: linear-gradient(180deg, #d7d7d7 0%, white 100%);
	padding: 40px 15px;
}

.single-attorneys .attorney-banner .contact-info h1 {
	margin: 0;
}

.single-attorneys .attorney-banner .contact-info h2 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
}

.single-attorneys .attorney-banner .contact-info p {
	font-size: 16px;
	line-height: 40px;
	color: #74bc1f;
}

.single-attorneys .attorney-banner .contact-info p a {
	color: #003366;
	text-decoration: none;
}

.single-attorneys .attorney-banner .contact-info p a:hover,
.single-attorneys .attorney-banner .contact-info p a:focus {
	color: #74bc1f;
}

.single-attorneys .attorney-banner .contact-info p .blue {
	color: #003366;
}

.single-attorneys .attorney-banner .contact-info .back-link {
	font-size: 11px;
	text-decoration: none;
	font-weight: 600;
	color: #000d2b;
	text-transform: uppercase;
}

.single-attorneys .attorney-banner .contact-info .back-link:hover,
.single-attorneys .attorney-banner .contact-info .back-link:focus {
	color: #74bc1f;
}

.single-attorneys main {
	padding-top: 0;
}
article.job-listing .title-area h1 {
	margin: 0;
}
.job-listing-meta {
	border: none;
}
.single_job_listing .company {
	min-height: 80px;
}
.single_job_listing .company .name {
	margin-top: 10px;
}
.job-listing-meta li:before {
	position: static;
	display: inline;
}
.single_job_listing .meta .full-time:before {
	display: none;
}
.job_listings ul {
	border: none;
}
.rp4wp-related-job_listing > ul li.job_listing:before,
.rp4wp-related-job_listing > ul li.no_job_listings_found:before,
ul.job_listings li.job_listing:before,
ul.job_listings li.no_job_listings_found:before,
.job_filters .job_types li:before {
	display: none;
}
.rp4wp-related-job_listing > ul li.job_listing a .meta li:before,
.rp4wp-related-job_listing > ul li.no_job_listings_found a .meta li:before,
ul.job_listings li.job_listing a .meta li:before,
ul.job_listings li.no_job_listings_found a .meta li:before {
	display: none;
}
.rp4wp-related-job_listing > ul li.job_listing a .meta,
.rp4wp-related-job_listing > ul li.no_job_listings_found a .meta,
ul.job_listings li.job_listing a .meta,
ul.job_listings li.no_job_listings_found a .meta {
	margin: 0;
	padding: 0;
}
.rp4wp-related-job_listing > ul li.job_listing a .meta li,
.rp4wp-related-job_listing > ul li.no_job_listings_found a .meta li,
ul.job_listings li.job_listing a .meta li,
ul.job_listings li.no_job_listings_found a .meta li {
	padding: 0;
	text-align: left;
}
#visa-check tr,
#visa-check td {
	display: block;
}
#visa-check tr:nth-child(even) {
	background: none;
}
#visa-check td {
	vertical-align: middle;
	padding: 10px;
}
#visa-check td:first-child {
	text-align: left;
}
#visa-check select.text {
	padding: 10px 50px 10px 20px !important;
	margin: 0;
}
select.multiple {
	background: #fff;
	height: 100px;
	padding: 20px;
	border: 1px solid #c9c9c9;
	margin: 0;
}
select.multiple option {
	background: #fff;
}
@media (max-width: 1024px) {
	.sticky-nav {
		display: none;
	}
}
@media (max-width: 639px) {
	.banner {
		background: none !important;
	}
	.page-template-template-full-width h2 {
		text-align: center;
	}
	.map-section #mpfy-canvas-0 {
		height: 400px !important;
	}
}

@media (min-width: 640px) {
	header {
		padding: 10px;
	}
	header .logo {
		position: relative;
		float: left;
	}
	header .search-btn {
		float: right;
		margin: 0 10px;
	}
	header .additional-buttons {
		display: inline-block;
		float: right;
		margin: 0 10px;
	}
	.banner {
		min-height: 200px;
		padding: 40px 0;
	}
	.banner:after {
		content: " ";
		display: block;
		position: absolute;
		height: 80%;
		width: 25%;
		background: url(images/logo-accent.png) no-repeat right bottom/contain;
		bottom: 0;
		left: 25%;
		max-height: 355px;
	}
	.banner .columns {
		border: none;
	}
	.banner p.page-title,
	.banner h1 {
		color: #fff;
	}
	.mobile-banner {
		display: none;
	}
	.single-attorneys .attorney-banner .attorney-image {
		height: 300px;
	}
}

@media (min-width: 768px) {
	.medium-12 {
		width: 100%;
	}
	.medium-11 {
		width: 91.67%;
	}
	.medium-10 {
		width: 83.34%;
	}
	.medium-9 {
		width: 75%;
	}
	.medium-8 {
		width: 66.67%;
	}
	.medium-7 {
		width: 58.33%;
	}
	.medium-6 {
		width: 50%;
	}
	.medium-5 {
		width: 41.67%;
	}
	.medium-4 {
		width: 33.33%;
	}
	.medium-3 {
		width: 25%;
	}
	.medium-2 {
		width: 16.66%;
	}
	.medium-1 {
		width: 8.33%;
	}
	.hide-for-mobile {
		display: block !important;
	}
	.show-for-tablet {
		display: block;
	}
	.hide-for-tablet,
	.show-for-mobile {
		display: none;
	}
	.show-for-mobile {
		display: none !important;
	}
	main {
		padding: 80px 0;
	}
	h1,
	.h1-style {
		font-size: 48px;
		line-height: 54px;
	}
	header {
		padding: 1.167rem 1.5rem;
	}
	header .logo {
		max-width: 200px;
		padding: 0;
	}
	.wrapper {
		padding-top: 104px;
	}
	.banner {
		height: 300px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.banner p.page-title,
	.banner h1 {
		font-size: 86px;
		line-height: 100px;
		text-align: left;
	}
	/* .banner.taller {
    height: 410px;
  } */
	footer {
		text-align: left;
	}
	footer .social {
		float: right;
	}
	footer .email-link {
		margin-top: 3px;
	}
	footer .copyright {
		text-align: center;
	}
	footer address {
		text-align: left;
		width: 50%;
		display: inline-block;
	}
	footer address:nth-child(2) {
		float: right;
		/* text-align: right;
    text-align: left; */
	}
	footer .city-list ul {
		text-align: center;
		margin: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	footer .city-list ul li {
		display: inline-block;
		width: auto;
		padding: 0 20px;
	}

	.column-list {
		padding: 30px 40px;
	}
	.column-list ul {
		-webkit-columns: 2;
		columns: 2;
	}
	.blue-box {
		padding: 40px;
	}
	.blue-box-button {
		font-size: 24px;
		line-height: 34px;
	}
	article.post {
		padding-left: 15px;
		border-bottom: none;
		padding-bottom: 0;
	}
	article.post.job-listing {
		padding-left: 0;
	}
	article.post .title-area {
		padding-left: 0;
	}
	article.post .title-area h1,
	article.post .title-area h2 {
		font-size: 30px;
		line-height: 40px;
	}
	article.post .date-box {
		left: -116px;
		width: 86px;
		height: 86px;
		padding: 20px;
	}
	article.post .button-bar {
		border-bottom: 1px solid #c2c2c2;
		padding-bottom: 30px;
	}
	.accordion .accordion-section > a {
		padding: 20px 70px 20px 30px;
	}
	.accordion .accordion-section > a h3 {
		font-size: 24px;
	}
	.light-blue-box {
		padding: 40px 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.light-blue-box.office {
		padding: 85px 30px;
		min-height: 480px;
	}
	.attorney-search {
		margin: 0 -15px;
		width: calc(100% + 30px);
	}
	.attorney-search .columns {
		padding: 0 15px;
	}
	.attorney-search button {
		margin-top: 37.5px;
	}
	.by-letter {
		display: block;
	}
	.attorney-table table thead {
		display: table-header-group;
	}
	.attorney-table table tbody tr {
		display: table-row;
		padding: 0;
		border: none;
	}
	.attorney-table table tbody tr td {
		display: table-cell;
		border-bottom: 1px solid #fff;
		vertical-align: middle;
	}
	.attorney-table table tbody tr td img {
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}
	.attorney-table table tbody tr td h3 {
		display: inline-block;
		vertical-align: middle;
		margin-left: 30px;
	}
	.single-attorneys .attorney-banner.no-img .contact-info {
		width: 100%;
	}
	.page-template-template-full-width main {
		padding: 70px 0 125px;
	}
	.page-template-template-full-width .flexit {
		margin: 15px auto 60px;
	}
	.page-template-template-full-width .flexit .columns {
		margin-bottom: 30px;
	}
	.page-template-template-full-width .flexit .light-blue-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		min-height: 100%;
		float: none;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-bottom: 75px;
	}
	.light-blue-box {
		position: relative;
		padding-bottom: 70px;
	}
	.light-blue-box .button {
		position: absolute;
		bottom: 30px;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.page-template-template-full-width .h2-style {
		margin-top: 0px;
	}
	.location-list li a .far,
	.location-list li a .fas,
	.location-list li a .fal {
		float: right;
		position: relative;
		top: 4px;
	}
	.footer-form {
		padding: 90px 15px;
		display: block;
	}
	.footer-form form {
		padding: 70px 0px;
	}
	.footer-form form h2 {
		font-size: 36px;
		margin-bottom: 70px;
	}
	.tabs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.single-attorneys .attorney-banner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.single-attorneys .attorney-banner .attorney-image {
		width: 55%;
		height: auto;
	}
	.single-attorneys .attorney-banner .contact-info {
		width: 45%;
		padding: 40px;
	}
	.home .map-section {
		padding: 100px 0 30px;
	}
	.map-section-inner {
		height: 350px;
	}
	.single-practices .map-section {
		border-top: 1px solid #c2c2c2;
	}
}

@media (min-width: 1025px) {
	:root {
		font-size: 16px;
	}
	h1 {
		font-size: 48px;
	}
	h1.banner-title,
	p.page-title {
		font-size: 86px;
		text-transform: lowercase;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	h5,
	h6 {
		font-size: 18px;
	}
	.map-section-inner {
		height: 640px;
	}
	p,
	ul,
	ol {
		font-size: 16px;
	}
	.large-12 {
		width: 100%;
	}
	.large-11 {
		width: 91.67%;
	}
	.large-10 {
		width: 83.34%;
	}
	.large-9 {
		width: 75%;
	}
	.large-8 {
		width: 66.67%;
	}
	.large-7 {
		width: 58.33%;
	}
	.large-6 {
		width: 50%;
	}
	.large-5 {
		width: 41.67%;
	}
	.large-4 {
		width: 33.33%;
	}
	.large-3 {
		width: 25%;
	}
	.large-2 {
		width: 16.66%;
	}
	.large-1 {
		width: 8.33%;
	}
	.sidebar {
		float: right;
	}
	.show-for-desktop {
		display: block;
	}
	.hide-for-desktop {
		display: none !important;
	}
	.button,
	button {
		font-size: 0.6667rem;
	}
	.wrapper {
		padding-top: 0;
	}
	.logged-in .sticky-nav.scrolled {
		top: 32px;
	}
	header {
		padding: 20px 15px 0;
		background: #fff;
		position: relative;
	}
	header .row {
		position: relative;
	}
	header .mobile-btn {
		display: none;
    }
    #menu-item-142 ul {
        left: -101px;
    }
	header .logo {
		max-width: 250px;
		margin-bottom: 10px;
	}
	header .button.search-btn {
		position: absolute;
		top: 0px;
		right: 0;
		width: 40px;
		height: 40px;
		line-height: 40px;
		background: #3155a6;
	}
	header .button.search-btn:hover,
	header .button.search-btn:focus {
		background: #74bc1f;
	}
	header .additional-buttons {
		position: absolute;
		top: 0px;
		right: 60px;
		display: inline-block;
		padding: 0;
	}
	header .additional-buttons a {
		height: 40px;
		line-height: 40px;
		margin: 0 5px;
		display: inline-block;
	}
	nav {
		position: relative;
		background: none;
		height: auto;
		width: 100%;
		clear: both;
		font-weight: 600;
		right: 0;
		text-align: center;
	}
	nav ul {
		margin: 0;
		display: block;
		border: none;
		padding: 0;
	}
	nav ul li {
		display: inline-block;
		margin: 0 -5px;
		vertical-align: middle;
		position: relative;
		padding: 15px 0;
	}
	nav ul > li:first-child {
		display: none;
	}
	nav ul li:after {
		content: "|";
		color: #b7b7b7;
		font-size: 15px;
		position: absolute;
		right: 0;
		top: 15px;
		font-weight: 400;
	}
	nav ul li:last-child:after {
		display: none;
	}
	nav ul li a {
		font-size: 15px;
		text-transform: uppercase;
		color: #000;
		padding: 0 20px;
	}
	nav ul li a:hover,
	nav ul li a:focus {
		background: none;
		color: #74bc1f;
	}
	nav ul li .open-sub,
	nav ul li .go-back {
		display: none !important;
	}
	nav ul li ul {
		display: none;
		position: absolute;
		background: #fff;
		border-left: 5px solid #74bc1f;
		height: auto;
		right: inital;
		left: -24px;
		top: 100%;
	}
	nav ul li ul li {
		border-bottom: 1px solid #e1e1e1;
		display: block;
		margin: 0;
		position: relative;
		padding: 12px 0 12px 20px;
	}
	nav ul li ul li:before {
		display: block;
		content: "\f105";
		font-family: "Font Awesome\ 5 Pro";
		color: #74bc1f;
		position: absolute;
		left: 20px;
		font-size: 15px;
		top: 12px;
		font-weight: 300;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
	}
	nav ul li ul li a {
		text-align: left;
		text-transform: none;
		line-height: 25px;
	}
	nav ul li ul li:after {
		display: none;
	}
	nav ul li:hover ul,
	nav ul li:focus ul {
		display: block;
	}
	.sticky-nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 2000;
		height: 47px;
		opacity: 0;
		top: -50px;
		transition: all 300ms ease-out;
	}
	.sticky-nav nav ul > li:first-child {
		display: inline-block;
	}
	.sticky-nav.scrolled {
		top: 0;
		opacity: 1;
	}
	.sticky-nav .button {
		width: 276px;
		text-align: center;
		font-size: 11px;
		background: #74bc1f;
		border: none;
		display: inline-block;
		height: 47px;
	}
	.sticky-nav nav {
		width: calc(100% - 276px);
		display: inline-block;
		margin: 0 -5px 0 0;
		float: none;
		text-align: left;
	}
	.sticky-nav nav > ul > li {
		padding: 0;
	}
	.sticky-nav nav > ul > li:after {
		top: 10px;
	}
	.sticky-nav nav > ul > li > a {
		height: 47px;
		line-height: 47px;
	}
	.sticky-nav nav ul li a {
		font-size: 13px;
		padding: 0 15px;
	}
	.banner:before {
		background: #122839;
		background: -webkit-gradient(
			linear,
			left top,
			right top,
			from(rgba(18, 40, 57, 0.9066)),
			color-stop(60%, rgba(18, 40, 57, 0))
		);
		background: linear-gradient(
			90deg,
			rgba(18, 40, 57, 0.9066) 0%,
			rgba(18, 40, 57, 0) 60%
		);
	}
	main .content {
		padding-right: 60px;
	}
	article.post img {
		float: left;
		margin: 0 2.5rem 0.4167rem 0;
	}
	.page-template-template-attorneys .content {
		padding-right: 15px;
	}
	.single-attorneys .attorney-banner {
		height: 560px;
	}
	.single-attorneys .attorney-banner .attorney-image {
		width: 50%;
		background-position: 65% 0;
	}
	.single-attorneys .attorney-banner .contact-info {
		width: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 40px 86px;
	}
	.single-attorneys .attorney-banner .contact-info p {
		font-size: 20px;
	}
	.single-attorneys .attorney-banner .contact-info p .far,
	.single-attorneys .attorney-banner .contact-info p .fas,
	.single-attorneys .attorney-banner .contact-info p .fal {
		margin-right: 5px;
	}
	.single-attorneys .attorney-banner .contact-info .back-link {
		margin-top: 50px;
		display: inline-block;
	}
	.single-attorneys .attorney-banner .contact-info .inner {
		max-width: 495px;
	}
	#visa-check tr {
		display: table-row;
	}
	#visa-check td {
		display: table-cell;
	}
}

@media (min-width: 1111px) {
	.by-letter {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.by-letter li:after {
		right: -8px;
	}
}

@media (min-width: 1150px) {
	header .logo {
		float: left;
	}
	nav {
		float: right;
		width: auto;
		clear: none;
		margin-top: 45px;
	}
}

@media (min-width: 1280px) {
	header {
		padding-bottom: 10px;
	}
	header .logo {
		max-width: 310px;
	}
	nav {
		margin-top: 66px;
		margin-bottom: -11px;
	}
	.sticky-nav nav ul li a {
		padding: 0 20px;
		font-size: 15px;
	}
	.footer-form form {
		padding: 70px 125px;
	}
	.single-attorneys .attorney-banner .attorney-image {
		background-position: top center;
	}
}
/* corona banner update */

/* body.home .coronawrapper{
	margin-top: 60px;
}

.display{
	display: block !important;
}

.coronabanner{
	display: none;
}

body.home .coronabanner{
	text-align: center;
    padding: 15px;
    background: #74BC1F;
    height: 60px;
    position: fixed;
    width: 100%;
    top: 0;
		z-index: 9999;
}

body.home .coronabanner p{
	color: #fff;
  margin: 0;
  font-size: 20px;
}

body.home .coronabanner a{
	color: #fff
}

body.home .sticky-nav{
	top: 60px !important;
}


#menu.topzero, .sub-menu.topzero{
	top: 0px;
}

@media (max-width: 1024px) {
	body.home .coronaheader{
		top: 60px;
	}
	#menu, .sub-menu{
		top: 70px;
	}
}

@media (max-width: 550px) {
	body.home .coronabanner p{
		font-size: 18px;
	}
	body.home .sticky-nav{
		top: 70px;
	}
	body.home .coronabanner{
		height: 70px;
	}
	body.home .coronawrapper{
		margin-top: 70px;
	}
	body.home .coronaheader{
		top: 70px;
	}
} */

#timatic {
	width: 100%;
	height: 1080px;
}

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

p.error-text {
	color: #ff0000;
	margin: 0;
	font-size: 0.7rem;
	-webkit-animation: fadeIn 125ms both;
	animation: fadeIn 125ms both;
  position: absolute;
  bottom: -10px;
  left: 15px;
}


/* 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: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.youtube-player-inner::after,
.videos-single::after {
	position: absolute;
    color: #ccc;
    font-size: 87px;
    line-height: 43px;
    content: "\f144";
    text-rendering: auto;
    font-family: "Font Awesome\ 5 Pro";
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
}

.youtube-player-inner:hover::after,
.youtube-player-inner:focus::after,
.videos-single:hover::after,
.videos-single:focus::after {
	transform: scale(1.1);
	color: #fff;
	opacity: 1;
}

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

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	float: none !important;
	margin: auto !important;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	transition: all 200ms ease-out;
}
.robotic { display: none; } 
.gform_heading .gform_title  {
    text-align: center!important;
    background: rgb(0 51 102 / 0.9)!important;
    padding: 10px!important;
    color: #fff!important;
	margin-bottom: -20px;
	font-family: Cinzel, sans-serif;
    text-transform: uppercase;
}
.gfield_description {
	color: #fff;
}
.gform_wrapper.gravity-theme .gfield_label {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
    font-size: 14px;
    font-weight: 400!important;
}