/*******************************************/
/* Theme Name: PaperStreet                 */
/* Theme URI: http://www.wordpressbase.com */
/* Author: PaperStreet                     */
/* Author URI: https://www.paperstreet.com */
/* Description: For PaperStreet            */
/* Text Domain: paperstreet                */
/* Version: 3.073019                       */
/** Copyright PaperStreet Web Design      **/
/*******************************************/

/*
Delete this comment and ALL modules you are not using before launch!

Styled with min-width (mobile first) pixel-based media queries

Sizes subject to change based on build:
SMALL ENDS: 767px
MEDIUM STARTS: 768px
MEDIUM ENDS: 1024px
LARGE STARTS: 1025px
XLARGE CONSIDERED: 1921px

Visual Studio Code find and replace shortcut is Ctrl + F2

Body text color: #464646
Primary blue: #0054a6
Secondary blue: #19325b
Lighter blue: #1d85f5
Neutrals: black (#000), white (#fff) and gray shades not listed

SANS SERIF, main body text: font-family: 'Oxygen', sans-serif;
SERIF, heading text: font-family: 'Oxygen', sans-serif;

Stylesheet contents:
GENERAL
HEADER
MENUS
FOOTER
CONTENT
BLOG
TEMPLATES
FEATURES
MODULES
PRINT
*/

/*******************************************************************************************
GENERAL - Top-level styling
*******************************************************************************************/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	display: block !important;
	line-height: 1.6;
	color: #000;
	font-size: 1.0rem;
	font-family: 'Oxygen', sans-serif;
	margin: 0;
}

*:focus {
	outline: auto;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

:root {
	font-size: 18px;
	--body-text-color: #000;
}

@media screen and (min-width: 768px) {

	/*TABLET*/
	:root {
		font-size: 19px;
	}
}

/* GENERAL > Headings and Paragraphs */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 30px;
	color:#121362;
	font-weight: 400;
	font-family: 'Oxygen', sans-serif;
	line-height: 1.2;
	letter-spacing: 0.5px;
}

h1 {
	font-size: 3.33rem;
	color:#fff;
	font-weight:700;
}

h2 {
	font-size: 2.22rem;
}

h3 {
	font-size: 2.0rem;
}

h4 {
	font-size: 1.33rem;
}

h5,
h6 {
	font-size: 1.0rem;
}

p {
	margin: 0 0 30px;
	font-size: 1.0rem;
	color: #000;
}

/* GENERAL > Lists */
ol,
ul {
	margin: 0 0 35px 0;
	padding: 0;
}

ul {
	list-style: none;
}

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

.content li {
	font-size: 1.0rem;
	color: #000;
	padding: 0 0 0 20px;
	position: relative;
}

.content td {
    padding: 15px 20px;
    line-height: 1.5em;
}

.content tr:nth-child(2n + 1){
	color: #fff;
	background-color: #62a2ff;
}

.content tr:nth-child(2n + 1) a {
	color: #fff;
}

.content tr a {
	text-decoration: underline;
}

.content tr a:hover,
.content tr a:focus {
	text-decoration: none;
}

.content ol li {
	padding-left: 0;
}

.content ul li:before {
	position: absolute;
	left: 0;
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
	color: #62a2ff;
}

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

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

hr {
	background: #0054a6;
	width: 20%;
	height: 5px;
	display: block;
	border: none;
	margin: 40px 0;
}

figure {
	margin: 0;
}

address {
	font-style: normal;
}

/* GENERAL > Links and Buttons */
a {
	color: #62a2ff;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #000;
}

a,
button,
.button {
	-webkit-transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
	-o-transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
	transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
}

button,
.button {
	font-family: 'Oxygen', sans-serif;
	font-size: 1.0rem;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	margin: 0;
	border-radius: 0;
	padding: 12px 25px;
	text-align: center;
	display: inline-block;
	color: #fff;
	background-color: #62a2ff;
	text-decoration: none;
}

button:active,
.button:active {
	transform: translateY(1.5px);
}

button:hover,
button:focus,
.button:hover,
.button:focus {
	background-color: #000;
	color: #fff;
}

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

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

button.outline,
.button.outline {
	background: none;
	border: 3px solid #62a2ff;
	color: #fff;
	padding: 9px 25px
}

button.outline:hover,
button.outline:focus,
.button.outline:hover,
.button.outline:focus {
	background: #62a2ff;
	color: #fff;
}

button.no-button {
	background: none;
	color: #62a2ff;
	padding: 0;
	margin-top: 5px;
}

button.no-button:hover,
button.no-button:focus {
	color: #fad066;
}

/* GENERAL > Form and Inputs */
input,
select,
textarea {
	color: #0054a6;
	background-color: #fff;
	font-size: 0.9rem;
	line-height: 1.0;
	font-family: 'Oxygen', sans-serif;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	width: 100%;
	border-radius: 0;
	padding: 0 15px;
	height: 45px;
}

.sidebar input,
.sidebar textarea {
	background-color: #e0e0e0;
}

.sidebar h2:first-of-type {
	font-size: 1.6rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}

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

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

label i {
	margin-right: 5px;
	color: #f1d066;
  }

label{
	position: absolute;
	top: 15px;
	left: 10px;
	color: #fff;
	transition: all 200ms ease-out;
}

.mapsvg-wrap label {
	position: unset;
	top: unset;
	left: unset;
	color: unset;

}

input:focus~label, textarea:focus~label, input.active~label, textarea.active~label{
	padding-left: 0;
	line-height: 0;
	top: -15px;
	font-size: 70%;
}

.form-input-group {
	display: block;
	width: 100%;
	margin-bottom: 25px;
	position:relative;
	text-align: left;
}

.attorney-search-box .form-input-row{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

@media screen and (min-width:769px) {
	.attorney-search-box .form-input-row{
		flex-direction: row;
	}
}

.attorney-search-box .form-input-group {
	margin: 0 8px 25px 8px !important;
}

.attorney-search-box label {
	color:black;
	top: 8px;
}

.attorney-search-box select {
	color: #000;
}

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

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

p.error-text {
	color: #ff0000;
	margin: 0;
	font-size: 0.7rem;
	-webkit-animation: fadeIn 125ms both;
	animation: fadeIn 125ms both;
}

.grecaptcha-badge {
	display: none;
}

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

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

.select-wrapper {
	position: relative;
	width: 100%;
	border: 1px solid #19325b;
}

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

.select-wrapper.active:after {
	background: #19325b;
	color: #fff;
}

/* GENERAL > Gravity Forms */
.gform_wrapper label{
	position: inherit;
	top: unset;
	left: unset;
	color: #000;
}


.gform_wrapper input:not(.button),
.gform_wrapper textarea:not(.button),
.gform_wrapper select:not(.button) {
	color: #000;
	border: 1px solid #000;
}

.gform_wrapper .gfield_radio li label{
	font-size: 1rem !important;
    padding-left: 5px !important;
}

.gform_wrapper li {
	padding-left: 0;
}

.gform_wrapper input {
	width:unset;
	height: unset;
}

.gform_wrapper input:focus~label,
.gform_wrapper textarea:focus~label,
.gform_wrapper input.active~label,
.gform_wrapper textarea.active~label{
	top:unset;
	line-height: 1.6;
	font-size: 100%;
}

#gform_wrapper_2,
#gform_wrapper_3,
#gform_wrapper_4,
#gform_wrapper_6 {
	display:none;
}

#gform_wrapper_2.active,
#gform_wrapper_3.active,
#gform_wrapper_4.active,
#gform_wrapper_6.active {
	display:block;
}

#grav_form{
	border: 1px solid black;
}

.gform_wrapper h3.gform_title {
  font-size: 1.5em  !important;
}

#gform_wrapper_1 #field_1_6 p:first-of-type {
	color: red;
	font-weight: 700;
	font-size: 2.0rem;
	line-height: 1.2;
}

@media screen and (min-width: 1025px) {
	#gform_wrapper_1 #field_1_6 p:first-of-type {
		font-size: 3.0rem;
		line-height: 1.2;
	}
}

.page-id-1539 .gform_heading {
	border-bottom: 1px solid #ccc;
}

/* GENERAL > Animations */
.animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* GENERAL > Layout */

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

p.float-left {
	float: left;
    margin-right: 15px;
}

.full-width {
	width: 100%;
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width:auto;
	max-width: 800px;
	margin: 20px auto;
  }

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

.small-12 {
	width: 100%;
}

.small-11 {
	width: 91.67%;
}

.small-10 {
	width: 83.34%;
}

.small-9 {
	width: 75%;
}

.small-8 {
	width: 66.67%;
}

.small-7 {
	width: 58.34%;
}

.small-6 {
	width: 50%;
}

.small-5 {
	width: 41.66%;
}

.small-4 {
	width: 33.33%;
}

.small-3 {
	width: 25%;
}

.small-2 {
	width: 16.66%;
}

.small-1 {
	width: 8.33%;
}

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

	.medium-11 {
		width: 91.67%;
	}

	.medium-10 {
		width: 83.34%;
	}

	.medium-9 {
		width: 75%;
	}

	.medium-8 {
		width: 66.67%;
	}

	.medium-7 {
		width: 58.33%;
	}

	.medium-6 {
		width: 50%;
	}

	.medium-5 {
		width: 41.67%;
	}

	.medium-4 {
		width: 33.33%;
	}

	.medium-3 {
		width: 25%;
	}

	.medium-2 {
		width: 16.66%;
	}

	.medium-1 {
		width: 8.33%;
	}

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

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

	.large-11 {
		width: 91.67%;
	}

	.large-10 {
		width: 83.34%;
	}

	.large-9 {
		width: 75%;
	}

	.large-8 {
		width: 66.67%;
	}

	.large-7 {
		width: 58.33%;
	}

	.large-6 {
		width: 50%;
	}

	.large-5 {
		width: 41.67%;
	}

	.large-4 {
		width: 33.33%;
	}

	.large-3 {
		width: 25%;
	}

	.large-2 {
		width: 16.66%;
	}

	.large-1 {
		width: 8.33%;
	}

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

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

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

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

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

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

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

/* GENERAL > Slick Customizations */
.slick-dots {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 2%;
	margin: 0;
}

.home-hero .slick-dots{
	bottom: unset;
	width: unset;
	top: 73%;
	right: 5%;
}

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

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

.slick-dots li button:before {
	content: '';
	background: transparent;
	border: 2px solid #7e7e7e;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	border-radius: 50%;
	opacity: 1 !important;
	-webkit-transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-ms-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
}

.slick-dots li:focus button:before,
.slick-dots li:hover button:before,
.slick-dots li.slick-active button:before {
	background: #62a2ff;
	border: 2px solid #62a2ff;
}

.home-hero .slick-dots li:focus button:before,
.home-hero .slick-dots li:hover button:before {
	background: #f1d066;
	border: 2px solid #f1d066;
}

.home-hero li.slick-active button:before {
	background: #f1d066;
	border: 2px solid #f1d066;
}

.slick-arrow {
	font-size: 2.2rem;
	background: none;
	padding: 0;
	width: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #19325b;
}

.slick-arrow:hover,
.slick-arrow:focus {
	color: #1d85f5;
	background: none;
}

.slick-slide {
	outline: none;
}

.slick-slider {
	visibility: hidden;
}

.slick-slider.slick-initialized {
	visibility: visible;
}

/* GENERAL > Utility Classes */
.row {
	max-width: 1366px;
	margin-right: auto;
	margin-left: auto;
}

.large-row{
	max-width: 1700px;
	margin-right: auto;
	margin-left: auto;
}

.row:after {
	clear: both;
}

.row:after,
.row:before {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-order: 1;
	order: 1;
}

@media screen and (min-width: 768px) {
	.row-extra-narrow {
		width: 80%;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1025px) {
	.row-narrow {
		width: 70%;
		margin: 0 auto;
	}

	.row-extra-narrow {
		width: 960px;
	}
}

.no-float {
	float: none;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0;
}

.no-min-height {
	min-height: 0;
}

.center,
.text-center {
	text-align: center;
}

.text-left{
	text-align: left;
}

.uppercase {
	text-transform: uppercase;
}

.hide {
	display: none;
}

.visually-hidden {
	border: none !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

.flex-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.flex-align-vertical {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-align-horizontal {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	text-align: center;
}

.buttons-container>* {
	margin-right: 1%;
}

.buttons-container>*:last-child {
	margin-right: 0;
}

.small-text {
	font-size: 0.9rem;
}

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

.add-small-margin-top{
	margin-top:20px;
}

.small-margin-left {
	margin-left: 8px;
}

.small-margin-right {
	margin-right: 8px;
}

.opacity0 {
	opacity: 0;
}

.opacity1 {
	opacity: 1 !important;
}

.background-cover {
	background-size: cover;
	background-repeat: no-repeat;
}

.background-transparent {
	background: transparent;
}

.light-text h1,
.light-text h2,
.light-text h3,
.light-text p,
.light-text span,
.light-text li {
	color: #fff;
}

/*******************************************************************************************
HEADER
*******************************************************************************************/

.header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: transparent;
	z-index: 9;
}

body.scrolled .header {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.22);
	background-color: #000;
}

body.search-open .header {
	position: relative;
	background-color: #000;
}

.header>.row {
	height: 100%;
}

.header a {
	text-decoration: none;
}

.header-desktop {
	display: none;
}

.header-logo {
	display: flex;
	align-items: center;
}

.header-logo img {
	margin: 0 auto 0 0;
	display: block;
	height: 95px;
	padding: 5px;
	max-width:100%;
}

@media screen and (min-width:1025px){
	.header-logo img {
		height:170px;
		max-width: unset;
	}
}

.scrolled .header-logo img {
	height:100px;
}

.header-mobile{
	display:flex;
}

.header-mobile-lower {
	background: #252525;
	text-align: center;
	flex:1;
}

.header-mobile-upper {
	background: #252525;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
}

.header-mobile-upper a,
.header-mobile-upper button {
	color: #fff;
	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;
}

.header-mobile-upper a {
	background: transparent;
	padding: 0 10px;
	font-size: 1.3rem;
}

.header-mobile-upper a:hover,
.header-mobile-upper a:focus {
	background: #f1d066;
}

.tablet-phone{
	display:none;
}

@media screen and (min-width:600px){
	.tablet-phone{
		display:none;
		display: flex;
		height: 100%;
		justify-content: center;
		align-items: center;
		color:white;
	}
	.mobile-phone-top{
		display:none !important;
	}
}

.tablet-phone a{
	color:#62a2ff;
}

.module-header-a-right-top span a{
	color:white;
	padding:0 15px;
	position: relative;
}

.module-header-a-right-top span a:hover,
.module-header-a-right-top span a:focus {
	text-decoration: underline;
	color: #f1d066;
}

.module-header-a-right-top span a:after {
	height: 14px;
	content: "";
	position: absolute;
	bottom: 5px;
	right: 0;
	width: 2px;
	background: #fff;
}

.module-header-a-right-top .tablet-phone a{
	margin-left:8px;
	padding:unset;
	color:#f1d066;
	padding-right:15px;
	font-weight: 700;
}

.module-header-a-right-top span{
	display: flex;
    height: 100%;
    justify-content: center;
	align-items: center;
	font-weight: 700;
}

.tablet-phone a:hover,
.tablet-phone a:focus{
	background:transparent;
	text-decoration:underline;
}

.header-mobile-upper button {
	background: transparent;
	font-size: 1.2rem;
	text-transform: none;
	padding:12px 10px;
}

.header-mobile-upper button i {
	font-size: 130%;
}

.header-mobile-upper button:hover,
.header-mobile-upper button:focus {
	background: #fad066;
}

@media screen and (min-width: 1025px) {
	.header-mobile {
		display: none;
	}

	.header-desktop {
		display: block;
	}

	.single-attorneys .header-desktop{
		background-color: #000;
	}
}

/* HEADER > Header Search Bar */
.header-search {
	position: relative;
	background-color: #0054a6;
	width: 100%;
	display: none;
	padding: 18px 0;
}

.header-search-inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	float: none;
}

.header-search-form {
	position: relative;
	flex: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

#header-search-input {
	margin: 0;
	height: 45px;
	border: 0 none;
	font-size: 1.3rem;
	color: #fff;
	border-bottom: 1px solid #fff;
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

#header-search-input::-webkit-input-placeholder {
	color: #e0e0e0;
}

#header-search-input:-ms-input-placeholder {
	color: #e0e0e0;
}

#header-search-input::-ms-input-placeholder {
	color: #e0e0e0;
}

#header-search-input::placeholder {
	color: #e0e0e0;
}

.header-search button {
	padding: 0 20px;
	height: 45px;
	white-space: pre;
}

.header-search-submit {
	margin: 0 1%;
}

#header-search-open {
	font-size: 0.9rem;
	display: inline-block;
	line-height: 30px;
	width: 35px;
	height: 30px;
	padding: 0;
	text-align: center;
	margin: 0;
	background:transparent;
	color:#f1d066;
	text-align: right;
}

#header-search-open:hover,
#header-search-open:focus{
	color:white;
}

body .searchwp-live-search-results-showing {
	padding: 15px;
	background: #e4e4e4;
	box-shadow: none;
	border-radius: 0;
}

body .searchwp-live-search-result p {
	padding: 0;
	border-bottom: none;
	margin-bottom: 6px;
}

/*******************************************************************************************
MENUS - Main navigation, dropdowns and mobile menu
*******************************************************************************************/
.main-navigation-menu {
	margin: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-navigation-menu li {
	display: block;
	position: relative;
	padding: 0;
}

.main-navigation-menu>li {
	padding: 0 12px 18px 0;
	margin-right: 12px;
}

.main-navigation-menu>li:last-of-type {
	margin-right: 0;
	padding-right:0;
}

.main-navigation-menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	width: 300px;
	margin: 0;
	background: #121362;
}

#mega-menu.mega-menu-open,
.main-navigation-menu>a:hover+.sub-menu,
.main-navigation-menu>a:focus+.sub-menu,
.main-navigation-menu>li.active>.sub-menu {
	display: block;
	-webkit-animation: menuSlideDown 200ms both;
	animation: menuSlideDown 200ms both;
}

.main-navigation-menu a:focus,
.main-navigation-menu a:hover,
.main-navigation-menu li:hover>a {
	color: #fff;
}

.main-navigation-menu>li>a {
	display: block;
	height: 100%;
	color: #62a2ff;
	line-height: 1.0;
	font-weight: 700;
}

@media screen and (min-width: 1200px) {
	.main-navigation-menu>li {
		padding-right: 12px;
		margin-right: 12px;
	}
}

/* MENUS > Main Nav Dropdowns (Level 2) */
#desktop-navigation .sub-menu li {
	position: relative;
	background-color: #121362;
	padding-left: 15px;
}

#desktop-navigation .sub-menu li:after {
	content: "\f0da";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 10px;
    color: #62a2ff;
    z-index: 111;
    top: 6px;
}

#mega-menu li a,
#desktop-navigation .sub-menu li a {
	color: #fff;
	font-size: 0.9rem;
	display: block;
	padding: 12px;
	line-height: 1.0;
}

#mega-menu li:hover,
#mega-menu li:focus,
#desktop-navigation .sub-menu li:hover,
#desktop-navigation .sub-menu li:focus {
	background: #62a2ff;
}

#mega-menu li:hover a,
#mega-menu li:focus a,
#desktop-navigation .sub-menu li:hover a,
#desktop-navigation .sub-menu li:focus a,
#desktop-navigation .sub-menu li:hover:after,
#desktop-navigation .sub-menu li:focus:after {
	color: #fff;
}

#desktop-navigation .sub-menu .menu-item-has-children>a:after {
	content: "\f0da";
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	right: 10px;
}

#desktop-navigation .sub-menu .menu-item-has-children ul {
	position: absolute;
	left: 100%;
	top: 0;
}

#desktop-navigation .sub-menu .menu-item-has-children:hover ul,
.menu-item-has-children.active>.sub-menu {
	display: block;
	-webkit-animation: menuSlideRight 200ms both;
	animation: menuSlideRight 200ms both;
}

/* MENUS > Mobile Menu */
#container {
	position: relative;
	right: 0;
	top: 0;
	overflow: hidden;
}

#container:before {
	z-index: 99;
	content: "";
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.5);
	opacity: 0;
	-webkit-transition: opacity 200ms ease-out;
	-moz-transition: opacity 200ms ease-out;
	-ms-transition: opacity 200ms ease-out;
	-o-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
}

#container.active {
	cursor: pointer;
}

#container.active:before {
	opacity: 1;
}

#mobile-menu:not(.active) {
	display: none;
}

#mobile-navigation {
	z-index: 100;
	position: fixed;
	background-color: #19325b;
	opacity: 0;
}

#mobile-navigation,
#mobile-navigation .sub-menu {
	display: block;
	height: 100vh;
	top: 0;
	right: -100%;
	width: 70%;
	-webkit-transition: all 300ms cubic-bezier(0, 0, 0, 0.96);
	-moz-transition: all 300ms cubic-bezier(0, 0, 0, 0.96);
	-ms-transition: all 300ms cubic-bezier(0, 0, 0, 0.96);
	-o-transition: all 300ms cubic-bezier(0, 0, 0, 0.96);
	transition: all 300ms cubic-bezier(0, 0, 0, 0.96);
}

#mobile-navigation a,
#mobile-navigation .mobile-navigation-title {
	padding-left: 20px;
}

#mobile-navigation.active {
	right: 0;
	opacity: 1;
}

#mobile-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
}

#mobile-navigation a:hover,
#mobile-navigation a:active,
#mobile-navigation a:focus {
	color: #1d85f5;
}

#mobile-navigation ul {
	margin: 0;
}

#mobile-navigation ul li {
	padding: 0;
	position: relative;
	display: block;
	width: 100%;
	border-bottom: 1px solid #fff;
}

#mobile-navigation ul li:last-of-type {
	border: none;
}

#mobile-navigation ul li:before {
	display: none;
}

#mobile-navigation ul li.sub-menu-open>.sub-menu {
	right: 0;
}

#mobile-navigation .sub-menu {
	margin: 0;
	position: fixed;
	background-color: #000;
	z-index: 1;
	overflow: auto;
}

.mobile-navigation-title {
	background-color: #fff;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}

.mobile-navigation-next {
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 20%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.mobile-navigation-previous {
	margin-bottom: 10px;
	border: none !important;
}

@media screen and (min-width: 768px) {

	#mobile-navigation,
	#mobile-navigation .sub-menu {
		width: 55%;
	}
}

/* MENUS > Mega Menu */
#mega-menu {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	background: #0054a6;
	padding: 25px 75px;
}

.mega-navigation-menu {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
}

.mega-navigation-menu li {
	width: 31%;
	margin-right: 2.5%;
	padding-right: 2.5%;
	position: relative;
	border-right: 1px solid #fff;
}

.mega-navigation-menu li:nth-child(3n) {
	border-right: none;
	margin: 0;
	padding: 0;
}

.mega-navigation-menu .sub-menu {
	display: none;
}

/*******************************************************************************************
FOOTER - Footer styles shared between modules
*******************************************************************************************/

/* TEMPLATES > Footer */
.footer {
	padding:0;
	text-align: center;
}

.footer-upper h2 {
	margin-bottom: 40px;
}

.footer-upper p {
	margin: 0;
}

.footer-upper-buttons {
	margin: 30px 0;
}

.footer-upper-social .social-links {
	justify-content: center;
}

.footer-upper-social .social-links a {
	font-size: 1.6rem;
}

.footer-phone span.alt-color,
.footer-mail span.alt-color {
	position: relative;
	text-transform: uppercase;
	color:#f1d066;
	font-weight: 700;
    letter-spacing: 1px;
}

.footer-home-image .button-container{
	text-align: left;
	float: unset;
	width: auto;
}

.footer-home-image p.text-center{
	line-height: 2.4;
	text-align: center;
}

@media screen and (min-width: 1130px){
	.footer-home-image .button-container{
		float:left;
	}
	.footer-home-image p.text-center{
		text-align: right;
	}
}

@media screen and (min-width:768px) and (max-width:1130px){
	.footer-home-image .button-container{
		float:unset;
	}
	.footer-home-image p.text-center{
		text-align: center;
	}
}

@media screen and (min-width:640px) and (max-width:768px){
	.footer-home-image .button-container{
		float:left;
	}
	.footer-home-image p.text-center{
		text-align: right;
	}
}

.footer-home-image p.text-center a{
	color: #f1d066;
}

.footer-home-image p.text-center a:hover,
.footer-home-image p.text-center a:focus{
	color: #fff;
}

.footer-home-image h2{
	margin-bottom:10px;
	font-weight: 400 !important;
	color: #f1d066 !important;
}

.footer-home-image .sidebar-form{
	padding:40px 30px;
}

@media screen and (min-width: 769px) {
	.footer-home-image .sidebar-form{
		padding:60px 100px;
	}
}

.footer-upper p.footer-headline{
	font-size: 1.5rem;
}

.text-left .footer-headline{
	font-size:1.8rem;
	margin-bottom: 0;
}

.text-left .footer-subheadline{
	font-size: 1.4rem;
}

.footer-phone p,
.footer-mail p{
	margin:0;
}

.footer-phone,
.footer-mail{
	padding:20px 0;
}

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

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

.footer-bottom{
	padding: 20px 0 80px 0;
}

.footer-bottom a{
	padding-right: 10px;
    margin-right: 10px;
}

.footer-bottom .columns,
.footer-bottom-container{
	width:100%;
}

.footer-bottom-right a{
	font-weight: 700;
}

.footer-bottom-container{
	display:flex;
	justify-content: space-between;
	flex-direction: column;
}

@media screen and (min-width:960px) {
	.footer-bottom-container{
		flex-direction: row;
	}
}

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

.footer-bottom a:not(:last-child):after {
    height: 14px;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    background: #121362;
}

/*******************************************************************************************
CONTENT - Middle-of-page structure
*******************************************************************************************/

/* CONTENT > Banner */
.banner {
	height: 225px;
	margin-top: 70px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-background-position-x: 50%;
	background-position-x: 50%;
}

.single-attorneys .banner {
	height: auto;
	padding: 40px 0;
}

.search-open .banner {
	margin: 0;
}

.banner img {
	position: relative;
	width: 100%;
}

.banner>.row {
	height: 100%;
}

.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: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	float: none;
}

.banner-title {
	font-size: 2.5rem;
	color: #fff;
	margin-bottom: 0;
	letter-spacing: 1px;
	text-align: left;
	font-family: 'Oxygen', sans-serif;
}

@media screen and (min-width: 768px) {
	.banner-title {
		font-size: 3.2rem;
	}
}

@media screen and (min-width: 1025px) {
	.banner {
		height: 500px;
		margin-top:unset;
	}
}

/* CONTENT > Main */
main {
	padding: 60px 0;
	min-height: 450px;
	display: block;
}

.home main {
	padding: 60px 0 0;
	position: relative;
}

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

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

.content {
	padding-right: 15px;
	margin-bottom: 60px;
}

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

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

.content h1 {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 2px solid #19325b;
}

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

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

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

/* CONTENT > Sidebar */
.sidebar section ul {
	padding: 0 0 25px;
	/* border-bottom: 1px solid #c2c2c2; */
}

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

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

.sidebar section {
	margin-bottom: 40px;
}

.sidebar-testimonial-inner {
	display: flex !important;
    flex-direction: column;
    background: #f1d066;
    padding: 45px;
    text-align: center;
    color: #121362;
}

.sidebar-testimonial .sidebar-testimonials-content{
	color: #121362;
	font-weight: 700;
	font-size: 1.2rem;
}

.sidebar section ul li {
	padding: 0 0 15px 35px;
	position: relative;
}

.sidebar section ul li:before {
	position: absolute;
	color: #62a2ff;
	content: "\f178";
	left: 0;
}

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

.sidebar section ul li a {
	color: #000;
	text-decoration: none;
	font-weight:700;
}

.sidebar section ul li a:hover,
.sidebar section ul li a:focus {
	color: #62a2ff;
}

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

.sidebar-form {
	position: relative;
	padding:60px;
	background:#121362;
}

.sidebar-form h2{
	color:#f1d066;
	font-weight:700;
	font-size: 2.0rem;
}

@media screen and (min-width: 500px) {	
	.sidebar-form h2{
		font-size: 2.22rem;
	}
}

@media screen and (min-width: 769px) {
	.sidebar-form {
		padding:30px;
	}
	
	.sidebar-form h2{
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 1025px) {
	.sidebar-form {
		padding:40px;
	}
	
	.sidebar-form h2{
		font-size: 2.0rem;
	}
}

@media screen and (min-width: 1281px) {
	.sidebar-form {
		padding:60px;
	}
	
	.sidebar-form h2{
		font-size: 2.22rem;
	}
}

.sidebar-form p{
	color:white;
}

.sidebar-form a{
	text-decoration: underline;
	color:#f1d066;
}

.sidebar-form input,
.sidebar-form textarea{
	background:transparent;
	border-bottom:1px solid #62a2ff;
	color: #fff;
}

.sidebar-form .button{
	background:#f1d066;
	color:#121362;
	font-weight: 700;
}

.sidebar-form .button.outline {
	background: transparent;
	color: #fff;
	line-height: 1.2;
    text-decoration: none;
}

.sidebar-form .button.outline:hover,
.sidebar-form .button.outline:focus {
	background: #62a2ff;
}

.sidebar-form .button-container{
	text-align: center;
}

.sidebar-form input,
.sidebar-search input{
	height:60px;
}

.sidebar-search {
	position: relative;
}

.sidebar-search button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	font-size: 1.1rem;
	padding: 0 12px;
	background-color:transparent;
	color:#62a2ff;
}

.sidebar-search button:hover,
.sidebar-search button:focus{
	color:#121362;
}

#heading-anchors {
	display: none;
}

#heading-anchors-source h2 {
	position: relative;
}

#heading-anchors-source h2 span {
	top: -150px;
}

.page-id-648 .content > h2{
	font-size: 2rem;
    text-transform: uppercase;
	font-weight: bold;
}

.page-id-648 .content h2:not(:first-of-type) {
	margin-top: 50px;
}

.ps219sw17 {
	color: blue; 
}

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

	.home main{
		padding:0;
	}

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

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

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

	#heading-anchors {
		display: block;
	}
}

/*******************************************************************************************
BLOG - Posts, search results, and pagination
*******************************************************************************************/
.post {
	padding: 0;
	margin: 0 0 80px;
}

.post:last-child {
	border: none;
	padding-bottom: 0;
}

.post-head h1,
.post-head h2 {
	font-size: 2.0rem;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
}


.post-head h2 a,
.post-head h1{
	color:#121362;
}

.post-head h2 a:hover,
.post-head h2 a:focus{
	color: #000;
}

.post-head,
.post-body {
	margin-bottom: 30px;
}

.post-head .button {
	padding: 5px 10px;
	font-size: 0.7rem;
}

.post-body {
	display: block;
}

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

.post-head-info {
	padding-bottom: 30px;
}

.post-head-info span,
.post-head-info a {
	font-size: 0.8rem;
	color: #707070;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
}

.post-head-info span.vert-line{
	padding:0 10px;
}

.post-head-info a{
	color:#62a2ff
}

.post-head-info i {
	margin: 0 5px;
}

.post-head-info a:hover,
.post-head-info a:focus {
	color: #000;
}

.post-head-info span {
	margin-bottom: 0;
}

.post-body-image img {
	max-width: 100%;
}

.post-body-image {
	margin-bottom: 8px;
}

.post-body-excerpt {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.post-body-excerpt p:last-of-type {
	margin-bottom: 0;
}

.post-bottom {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding-bottom: 40px;
    border-bottom: #f1d066 solid 5px;
}

.post-bottom a{
	font-weight:700;
}

.post-bottom-share {
	font-size: 1.2rem;
}

@media screen and (min-width: 1025px) {
	.post-body {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.post-body-image {
		margin: 0 30px 0 0;
	}
}

/* BLOG > Page Navigation */
.wp-pagenavi {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wp-pagenavi a,
.wp-pagenavi span {
	font-weight: 700;
	text-decoration: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0;
	display: block;
	color: #121362;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.last,
.wp-pagenavi a.first,
.wp-pagenavi a.previouspostslink{
	color:#62a2ff
}

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

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

/*******************************************************************************************
TEMPLATES - Pre-built subpages
*******************************************************************************************/

/* TEMPLATES > Attorney Banner */
.attorney-banner-name h1 {
	font-size: 2.2rem;
	color: #fff;
	margin-bottom: 10px;
}

.attorney-banner-left {
	margin: 0 auto 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	height: auto;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.attorney-banner-left img {
	max-width: 300px;
}

.attorney-banner-right {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.attorney-banner-info p {
	margin-bottom: 15px;
}

.attorney-banner-info p,
.attorney-banner-info a {
	color: #fff;
	line-height: 1.0;
	font-size: 1.1rem;
}

.attorney-banner-info>p:last-of-type {
	margin: 0;
}

.attorney-banner-phone-fax span {
	display: none;
}

.attorney-banner-position {
	text-transform: uppercase;
	color: #fff;
}

/* TEMPLATES > Attorney Banner Template A */
.single-attorneys-template-a .attorney-banner-right {
	background-color: #0054a6;
	position: relative;
}

.single-attorneys-template-a .attorney-banner-left {
	-ms-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-bottom: 0;
}

.single-attorneys-template-a .attorney-banner-name,
.single-attorneys-template-a .attorney-banner-info {
	padding: 30px 45px;
}

.single-attorneys-template-a .attorney-banner-name {
	border-bottom: 1px solid #fff;
}

.single-attorneys-template-a .attorney-banner-name h1 {
	color: #fff;
	margin-bottom: 0;
	letter-spacing: 1px;
}

/* TEMPLATES > Attorney Banner Template B */
.single-attorneys-template-b .attorney-banner-name {
	border-bottom: 1px solid #62a2ff;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.single-attorneys-template-b .attorney-banner-left {
	background: white;
	background: linear-gradient(30deg, white 0%, #c2c2c2 100%);
	border: 2px solid #e0e0e0;
}

.single-attorneys-template-b .attorney-banner-info p,
.single-attorneys-template-b .attorney-banner-info a {
	font-size: 1.3rem;
}

.single-attorneys-template-b .vcard a {
	text-transform: uppercase;
	font-size: 0.9rem;
}

.single-attorneys-template-b .attorney-banner-info {
	margin-bottom: 30px;
}

.single-attorneys-template-b .attorney-banner-letter,
.single-attorneys-template-b .vcard i {
	display: inline-block;
	color: #1d85f5;
}

.single-attorneys-template-b .vcard i {
	font-size: 75%;
}

.single-attorneys-template-b .attorney-banner-info span {
	display: none;
}

@media screen and (min-width: 768px) {
	.attorney-banner-phone-fax {
		display: flex;
		align-items: center;
		margin-bottom: 12px;
	}

	.attorney-banner-phone-fax p {
		margin: 0;
	}

	.attorney-banner-name h1 {
		font-size: 2.8rem;
	}

	.attorney-banner-left img {
		max-width: none;
		width: auto;
	}

	.attorney-banner-right {
		min-width: 50%;
		margin-left: 40px;
		text-align: left;
	}

	.single-attorneys .banner {
		height: auto;
		padding: 20px 0 0;
		margin-top: 140px;
	}

	.single-attorneys .banner-inner {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		-o-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.single-attorneys-template-a .attorney-banner-phone-fax span {
		margin: 0 12px;
		color: #fff;
		display: block;
	}

	.single-attorneys-template-b .attorney-banner-phone-fax p:first-of-type {
		margin-right: 15px;
	}
}

/* TEMPLATES > Homepage */
.home-hero {
	position: relative;
}

.home-slider {
	position: absolute;
	top: 0;
	left: 0;
}

.home-slider,
.home-slider-single,
.home-hero {
	height: 700px;
}

.home-slider-single {
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 60%;
}

.home-slider .slick-dots li button:before {
	color: #fff;
}

.home-slide-large{
	font-size: 2.0rem;
	color: #fff;
}

.home-slide-content{
	font-size:1.3rem;
	color: #62a2ff;
	padding-right:15px;
}

.home-slide-buttons{
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.home-slide-buttons .button {
	width: 220px;
	margin: 5px 0;
	font-weight: 600;
}

@media screen and (min-width: 501px) {
	.home-slide-buttons{
		display: block;
		flex-direction: unset;
	}
	.home-slide-buttons .button {
		width: unset;
		margin: 0;
		margin-right: 15px;
	}
}

.home-slide-testimonials{
	display:none;
}

.home-slide-testimonials p,
.home-slide-testimonials span{
	color: #fff;
}

.testimonials-stars i {
	margin: 0 3px;
}

.testimonials-quoter{
	font-weight: 700;
	margin: 20px 0;
}

.testimonials-quoter,
.testimonials-location{
	text-transform: uppercase;
	font-size: 0.75rem;
}

.home-slide-testimonials-content{
	font-size: 1.0rem;
	width: 80%;
}

@media screen and (min-width:769px){
	.home-slide-testimonials{
		padding-left: 50px;
		display: block;
	}

	.home-slide-large{
		font-size: 2.5rem;
	}
	
	.home-slide-content{
		font-size:1.5rem;
		padding-left: 50px;
		padding-right:15px;
	}
	.home-slide-buttons{
		padding-left: 50px;
	}
}

@media screen and (min-width:1025px){
	.home-slide-large{
		font-size: 4.1rem;
		width: 850px;
	}
	
	.home-slide-content{
		font-size:2rem;
		padding-left: 50px;
		width: 850px;
	}
	
	.home-slide-buttons{
		padding-left: 50px;
		margin-top:20px;
		width: 850px;
		margin-bottom:100px;
	}
}

@media screen and (min-width:1281px){
	.home-slide-testimonials-content{
		font-size: 1.0rem;
		width: 1040px;
	}
}

.home-slide-container{
	position: absolute;
	top: 30%;
	left: 5%;
	display: flex;
	flex-direction: column;
}

@media screen and (max-height:760px){
	.home-slide-buttons{
		margin-bottom:20px;
	}
}

.home-hero-form-container {
	display: none;
}

.home-hero .slick-dots {
	z-index: 1;
}

.homepage-map{
	max-height:1060px;
	height: auto;
}

.homepage-map-container{
	background-image: url(images/map-section-min.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 300px;
	margin-bottom: 50px;
	background-position: center;
	position: relative;
}

.map-box-number{
	font-size: 2rem;
    font-weight: 700;
    color: #121362;
    line-height: 1;
}

.map-box-place{
	font-size: 1rem;
    font-weight: 700;
    color: #121362;
}

.map-box-extra{
	font-size: 0.75rem;
    font-weight: 700;
    color: #121362;
}

.map-box{
    display: flex;
    flex-direction: column;
    background: rgba(255,255,255,0.9);
    padding: 15px 15px;
}

.state-icon {
	background: rgba(255,255,255,0.9);
    padding: 10px;
    position: absolute;

    border-radius: 50%;
    font-size: 1.2rem;
    font-weight: 700;
    color: #121362;
}

.state-icon.ak {
	bottom: 6%;
	left: 6%;
}

.state-icon.hi {
	left: 34%;
	bottom: -5%;
}

.larger-text label.gfield_label{
	font-size: 1.5rem !important;
}

@media screen and (min-width: 769px) {
	
	.state-icon.ak {
		bottom: 18%;
		left: 20%;
	}
	
	.state-icon.hi {
		left: 43%;
		bottom: 1%;
	}
}

.map-box-container{
	position: absolute;
    top: 15%;
    left: 15%;
    display: flex;
    justify-content: space-evenly;
    width: 70%;
}

.join-cta{
	position: absolute;
    right: 0;
    width: 80%;
    padding-left: 100px;
    background: #f1d066;
    bottom: -50px;
    height: 100px;
    display: flex;
    align-items: center;
}

.join-cta:before{
	content: '';
    background-image: url(images/logo-badge.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 210px;
    width: 210px;
    position: absolute;
    left: -100px;
}

.join-cta span{
	font-size:0.9rem;
	margin-right: 5px;
	color: #121362;
	text-transform: uppercase;
}

.join-cta a{
	font-size:0.9rem;
	text-decoration: underline;
	color:#121362;
	text-transform: uppercase;
	font-weight: 700; 
}

.join-cta a:hover,
.join-cta a:focus {
	color: #fff;
}

@media screen and (min-width:640px){
	.homepage-map-container{
		height: 400px;
	}
	.map-box{
		padding: 15px 25px;
	}
	.map-box-extra{
		font-size: 1rem;
	}
	.map-box-container{
		top: 30%;
	}
}

@media screen and (min-width:769px){
	.homepage-map-container{
		height: 500px;
	}
	.map-box-number{
		font-size: 3rem;
	}
	.map-box-place{
		font-size: 1.5rem;
	}
	.map-box{
		padding: 15px 45px;
	}
	.join-cta{
		width:50%;
	}
	.join-cta span{
		font-size:1.1rem;
	}	
	.join-cta a{
		font-size:1.1rem;
	}
}

@media screen and (min-width:1025px){
	.homepage-map-container{
		height: 640px;
	}
	.map-box-number{
		font-size: 4rem;
	}
	.map-box-place{
		font-size: 2rem;
	}
	.join-cta span{
		font-size:1.3rem;
		margin-right:15px;
	}	
	.join-cta a{
		font-size:1.3rem;
	}
	.join-cta{
		padding-left: 150px;
	}
}

@media screen and (min-width:1280px){
	.homepage-map-container{
		height: 800px;
	}
	.map-box-number{
		font-size: 6rem;
	}
	.join-cta span{
		font-size:1.8rem;
	}	
	.join-cta a{
		font-size:1.8rem;
	}
}

.homepage-map h2{
	margin-top:60px;
	font-size: 3rem;
}

i.fas.fa-check {
    color: #121362;
}

.homepage-cta-section{
	background:#121362;
	min-height:210px;
	display: flex;
    justify-content: center;
	align-items: center;
	padding: 20px 0;
}

.homepage-cta-section h2{
	color: white;
    text-transform: uppercase;
	font-weight: 700;
	text-align: center;
}

.cta-phones{
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
	align-items: center;
}

@media screen and (min-width:640px){
	.cta-phones{
		justify-content: space-evenly;
		flex-direction: row;
		align-items: unset;
	}
}

.vert-line{
	width: 1px;
	background-color: #fff;
}

.homepage-cta-section a{
	color:#f1d066;
	font-size:1.5rem;
	font-weight: 600;
}

.homepage-cta-section a:hover,
.homepage-cta-section a:focus{
	color:#fff;
	text-decoration: underline;
}

.testimonial-section{
	background-image: url('./images/testimonial-section-min.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	min-height:780px;
	padding-bottom:100px;
}

.testimonial-section h3 {
	position: relative;
	display: inline-block;
}

.testimonial-section h3:after {
    content: "";
    width: 400px;
    height: 5px;
    background: #f1d066;
    position: absolute;
    left: 110%;
    top: 50%;
}

.testimonial-section h3:before {
    content: "";
    width: 150px;
    height: 5px;
    background: #f1d066;
    position: absolute;
	right: 110%;
    top: 50%;
}

.testimonial-section .medium-6,
.testimonial-section .large-4{
	float:right;
}

#homepage-testimonials p {
    font-size: 1.2rem;
    line-height: 2;
}

#homepage-testimonials .slick-dots{
	bottom:-10%;
	text-align: center;
}

.about-section{
	background-image: url('./images/about-banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	min-height:1200px;
}

.about-section h2, .testimonial-section h2, .homepage-map h2{
	font-weight:700;
	margin-bottom:10px;
	text-transform: uppercase;
}

.testimonial-section h2{
	margin-top:130px;
}

.testimonial-section h2,
.testimonial-section h3{
	text-align:center;
}

@media screen and (min-width:769px){
	.about-section h2, .testimonial-section h2{
		margin-top:130px;
	}
	.testimonial-section h2,
	.testimonial-section h3{
		text-align:left;
	}
	#homepage-testimonials .slick-dots{
		text-align: right;
	}
}

.about-section h3, .testimonial-section h3{
	color:#62a2ff;
	font-size:1.556rem;
}

.about-box-container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about-box-single{
	width: 100%;
    text-align: center;
    margin: 5px 0;
	padding: 30px 35px;
	height:360px;
	background-color: transparent;
}

@media screen and (min-width:768px){
	.about-box-single{
		width: 50%;
	}
}

@media screen and (min-width:1280px){
	.about-box-single{
		width: 33%;
	}
}

.about-box-single p{
	display:block;
	font-size:0.833rem;
}

.about-box-single h4{
	font-weight: 400;
	margin-bottom:20px;
	text-transform: uppercase;
	font-size:1.2rem;
}

.about-box-single h4 span{
	font-weight: 700;
}

.about-box-single {
	background: #62a2ff;
}

.about-box-single h4,
.about-box-single h4{
	font-weight: 700;
}

.about-box-single p,
.about-box-single p,
.about-box-single h4,
.about-box-single h4{
	color: #fff;
}

.about-box-single br,
.about-box-single br{
	display:none;
}

.about-box-single svg {
	width: 100px;
	display: none;
}

svg .st0,
svg .st1,
svg .st2 {
	stroke: #62a2ff;
	fill: transparent;
}

svg .st0 {
	stroke-width: 1px;
}

svg .st1,
svg .st2 {
	stroke-width: 1.5;
}

@media screen and (min-width: 769px) {
	.about-box-single {
		background: transparent;
	}

	.about-box-single svg {
		width: 100px;
		display: block;
		margin: auto;
		margin-bottom: 40px;
	}

	.about-box-single:hover svg,
	.about-box-single:focus svg {
		display: none;
	}

	.about-box-single:hover,
	.about-box-single:focus{
		background: #62a2ff;
	}
	.about-box-single p{
		display:none;
	}

	.about-box-single:hover p,
	.about-box-single:focus p{
		display:block;
	}

	.about-box-single h4{
		font-weight: 400;
	}

	.about-box-single:hover h4,
	.about-box-single:focus h4{
		font-weight: 700;
	}

	.about-box-single p,
	.about-box-single h4 {
		color: #121362
	}

	.about-box-single:hover p,
	.about-box-single:focus p,
	.about-box-single:hover h4,
	.about-box-single:focus h4{
		color: #fff;
	}

	.about-box-single br {
		display: block;
	}

	.about-box-single:hover br,
	.about-box-single:focus br{
		display:none;
	}
}

@media screen and (min-width: 1025px) {

	.home-slider,
	.home-slider-single,
	.home-hero {
		height: 100vh;
	}

	.home-hero-form-container {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	.home-hero-form-title {
		background: #19325b;
		padding: 10px 20px;
		text-align: center;
	}

	.home-hero-form-title h2 {
		color: #fff;
		font-size: 1.3em;
	}

	.home-hero-form form {
		padding: 20px;
	}

	.home-hero-form form button {
		width: 100%;
	}

	.home-hero-form {
		margin-top: 80px;
		padding: 0;
		background: #e0e0e0;
		display: none;
	}

	.home-hero-form.active {
		display: block;
		-webkit-animation: menuSlideRight 200ms ease-out;
		animation: menuSlideRight 200ms ease-out;
	}
}

@media screen and (max-height: 700px) {
	.home-hero-form {
		margin: 0;
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 30px;
	}

	.home-hero-form-title {
		display: none;
	}
}

/* CONTENT > Attorneys Landing */
.page-template-template-attorneys main {
	background: #e0e0e0;
	padding-top: 80px;
}

.attorney-box-list {
	display: block;
}

.attorney-box {
	padding: 0;
	background: #121362;
	display: flex;
	align-items: flex-end;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.attorney-box-list .attorney-box {
	width: 100%;
}

.attorney-box img {
	width: 100%;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.attorney-box:hover img,
.attorney-box:focus img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.attorney-box .attorney-box-info {
	padding: 12px;
	background-color: transparent;
	width: 100%;
	text-align: center;
	-webkit-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
	height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.attorney-box-info a {
	color: #f1d066;
}

.attorney-box-info a:hover,
.attorney-box-info a:focus {
	color: #62a2ff;
}

.attorney-box-info h2,
.attorney-box-info p {
	color: #fff;
	margin: 0;
}

.attorney-box:hover .attorney-box-info,
.attorney-box:focus .attorney-box-info {
	background: rgba(16, 21, 29, 0.82);
}

.attorney-box h2 {
	font-size: 1.3rem;
}

.attorney-box-info p {
	font-size: 0.9rem;
}

@media screen and (min-width: 550px) {
	.attorney-box-list {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.attorney-box-list .attorney-box {
		width: 49%;
	}

	.attorney-box-list .attorney-box:nth-child(2n + 1) {
		margin-right: 2%;
	}
}

@media screen and (min-width: 900px) {
	.attorney-box-list .attorney-box {
		width: 32.3%;
		margin-right: 1%;
	}

	.attorney-box-list .attorney-box:nth-child(2n + 1) {
		margin-right: 1%;
	}

	.attorney-box-list .attorney-box:nth-child(3n + 3) {
		margin-right: 0;
	}
}

/* CONTENT > Practices Landing */
.practice-box-list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.practice-box {
	width: 100%;
	height: 90px;
	margin: 0 0 20px;
	padding: 0 15px;
	background: #e0e0e0;
	color: #19325b;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
}

.practice-box:hover,
.practice-box:focus {
	background: #0054a6;
}

.practice-box h2 {
	margin: 0;
	font-size: 1.3rem;
	-ms-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	width: 100%;
}

.practice-box:focus h2,
.practice-box:hover h2 {
	color: #fff;
}

@media screen and (min-width: 768px) {
	.practice-box {
		width: 46%;
		margin: 1%;
	}
}


/* TEMPLATES > Attorney Bios */
.content-tabs {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.content-tab-activate {
	margin: 0 10px 10px 0;
}

.content-tab-activate:last-of-type {
	margin-right: 0;
}

.content-tab-activate.active {
	background: #000;
}

.content-tab {
	display: none;
}

.content-tab.active {
	display: block;
	-webkit-animation: fadeIn 200ms ease-out;
	animation: fadeIn 200ms ease-out;
}

/* TEMPLATES > Confirmation */
.confirm-contact {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 10px;
}

.confirm-contact a:not(:last-child) {
	margin-right: 20px;
}

.confirm-social {
	margin-bottom: 60px;
}

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

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

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

.accordion-item-title:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
	line-height: 30px;
	width: 30px;
	height: 30px;
	font-size: 1.2rem;
	text-align: center;
	color: #121362;
}

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

.accordion-item-title:hover,
.accordion-item-title:focus {
	background: #e4e4e4;
}

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

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

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

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

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

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

/* FEATURES > Quotes */
blockquote,
.quote-single {
	font-style: italic;
	position: relative;
	margin: 0 0 35px;
	padding-top: 20px;
	padding-left: 14%;
	border-left: 5px solid #62a2ff ;
}

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

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

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

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

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

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

/* FEATURES > Slideout at Page Bottom */
.bottom-slideout {
	display: none;
	position: fixed;
	background: #fff;
	padding: 30px;
	right: 0;
	bottom: 0;
	width: 30vw;
	max-width: 400px;
	opacity: 0;
	transform: translateX(100%);
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

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

@media screen and (min-width: 1025px) {
	.bottom-slideout {
		display: block;
	}
}

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

.reviews-star-icon {
	color: #1d85f5;
	font-size: 1.1rem;
}

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

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

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

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

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

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

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

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

.videos-single:hover h2,
.videos-single:focus h2 {
	background-color: #0054a6;
	color: #fff;
}

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

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

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

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

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

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

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

.youtube-player-inner:after,
.videos-single:after {
	content: "\f144";
	font-family: 'Font Awesome 5 Pro';
	font-size: 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: #0054a6;
	pointer-events: none;
	z-index: 1;
}

.youtube-player-inner:hover:after,
.youtube-player-inner:focus:after,
.videos-single:hover:after,
.videos-single: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;
}

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

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

.social-links a:hover,
.social-links a:focus {
	color: #1d85f5;
}

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

.results-slider-single {
	border: 1px solid #e0e0e0;
	padding: 15px;
}

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

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

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

.module-dark {
	background: #333;
}

.module-title {
	margin-bottom: 60px;
}

.box-icon {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

.footer-join-cta {
	bottom: 600px;
	display: none;
}

@media screen and (min-width: 1025px) {
	.footer-join-cta {
		display: flex;
	}
}

.staff-box {
	color: white;
	display: flex;
}

.staff-box-container {
    background: #121362;
    margin-bottom: 30px;
    padding: 25px;
}

.staff-box h3 {
    color: white;
    margin-bottom: 10px;
    font-size: 1.6rem;
}

.staff-box a {
	color:#f1d066;
}

.staff-box a:hover,
.staff-box a:focus {
	color:#62a2ff;
}

.staff-box-img {
	margin-right: 20px;
}

.staff-box-bio p {
	color: #fff;
}

.staff-box-bio {
	display: none;
}

.staff-box-bio.active {
	display: block;
}

.back-search a {
	margin: 0 8px 15px 8px !important;
	display: block;
}

.page-id-637 .content h3:not(:first-of-type),
.page-id-638 .content h3:not(:first-of-type) {
	padding-top: 30px;
/*    border-top: 1px solid;*/
}

.sidebar_buttons a:not(:first-child){
	margin-top: 15px
}