/*******************************************/
/* 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.2005                         */
/** Copyright PaperStreet Web Design 			**/
/*******************************************/

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

/*******************************************************************************************
GENERAL - Top-level styling
*******************************************************************************************/
:root {
	font-size: 15px;
	--body-text-color: #5F6272;
	--primary-color: #103756;
	--secondary-color: #103756;
	--alternate-color: #E80924;
	--gray-color: #C0C3D3;
	--light-gray-color: #E9F5F7;
	--body-font-family: 'Jost', sans-serif;
	--heading-font-family: 'Jost', serif;
	--fa-caret-right: '\f0da';
	--fa-angle-right: '\f105';
	--fa-plus: '\f067';
	--fa-minus: '\f068';
}

@media screen and (min-width: 768px) {
	/*TABLET*/
	:root {
		font-size: 16px;
	}
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	display: block !important;
	line-height: 1.6;
	color: #5F6272;
	font-size: 1.0rem;
	font-family: 'Raleway', sans-serif;
	font-family: var(--body-font-family);
	margin: 0;
}

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

/* GENERAL > Headings and Paragraphs */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
	color: #103756;
	font-weight: 400;
	font-family: var(--heading-font-family);
	line-height: 1.2;
}

h1 {
	font-size: 2.4rem;
}

h2 {
	font-size: 2.0rem;
}

h3 {
	font-size: 1.6rem;
}

h4 {
	font-size: 1.3rem;
}

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

p {
	margin: 0 0 20px;
	font-size: 17px;
	color: #5F6272;
}

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

ul.breadcrumbs-container {
    display: none;
}

ul {
	list-style: none;
}

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

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

.content ol li {
	padding-left: 0;
}
.accordion-item-content ul li:before{
	margin-right: 10px;
}
.accordion-item-content ul li:before,
.content ul li:before {
	position: absolute;
	left: 0;
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
	color: #103756;
}
.accordion-item-content ul li:before,
.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: #103756;
	width: 20%;
	height: 5px;
	display: block;
	border: none;
	margin: 40px 0;
}

hr.hr-line {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 10%;
	margin-top: -30px;
}

figure {
	margin: 0;
}

address {
	font-style: normal;
}

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

a:hover,
a:focus {
	color: #5D8AA8;
	text-decoration: none;
}

a.no-underline {
	text-decoration: none;
}

a.no-underline:hover,
a.no-underline:focus {
	text-decoration: underline;
}

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

button,
.button {
	font-family: var(--body-font-family);
	font-size: 1.0rem;
	font-weight: 500;
	letter-spacing:1px;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	font-size:17px;
	margin: 0;
	border-radius: 4px;
	padding: 12px 25px;
	text-align: center;
	display: inline-block;
	color: #fff;
	background-color: #BF4E30;
	text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

button.no-button,
.button.no-button {
	padding: 0;
	background: none;
	color: #103756;
}

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

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

input,
select,
textarea,
label {
	height: 45px;
	line-height: 45px;
}

input.dark-input,
select.dark-input,
textarea.dark-input {
	color: #103756;
}

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

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

legend,
label {
	color: #fff;
}

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

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

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

.form-input-group option {
	background: #103756;
}

.form-input-group label i {
	color: #fff;
}

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

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

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

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

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

.select-wrapper:after {
	content: "\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: #103756;
	pointer-events: none;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

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

.form-container {
	background: #103756;
	padding: 30px;
}

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

.form-container button {
	width: 100%;
}

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

.background-input input,
.background-input textarea,
.background-input select {
	background-color: #103756;
}

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

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

#theme-switcha {
	border: 1px solid #103756;
	margin-bottom: 30px;
	color: #103756;
}

/* 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: #103756;
	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;
}

.full-width {
	width: 100%;
}

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

.small-12 {
	width: 100%;
}

.small-11 {
	width: 91.67%;
}

.small-10 {
	width: 83.34%;
}

.small-9 {
	width: 75%;
}

.small-8 {
	width: 66.67%;
}

.small-7 {
	width: 58.34%;
}

.small-6 {
	width: 50%;
}

.small-5 {
	width: 41.66%;
}

.small-4 {
	width: 33.33%;
}

.small-3 {
	width: 25%;
}

.small-2 {
	width: 16.66%;
}

.small-1 {
	width: 8.33%;
}

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

	.medium-11 {
		width: 91.67%;
	}

	.medium-10 {
		width: 83.34%;
	}

	.medium-9 {
		width: 75%;
	}

	.medium-8 {
		width: 66.67%;
	}

	.medium-7 {
		width: 58.33%;
	}

	.medium-6 {
		width: 50%;
	}

	.medium-5 {
		width: 41.67%;
	}

	.medium-4 {
		width: 33.33%;
	}

	.medium-3 {
		width: 25%;
	}

	.medium-2 {
		width: 16.66%;
	}

	.medium-1 {
		width: 8.33%;
	}

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

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

	.large-11 {
		width: 91.67%;
	}

	.large-10 {
		width: 83.34%;
	}

	.large-9 {
		width: 75%;
	}

	.large-8 {
		width: 66.67%;
	}

	.large-7 {
		width: 58.33%;
	}

	.large-6 {
		width: 50%;
	}

	.large-5 {
		width: 41.67%;
	}

	.large-4 {
		width: 33.33%;
	}

	.large-3 {
		width: 25%;
	}

	.large-2 {
		width: 16.66%;
	}

	.large-1 {
		width: 8.33%;
	}

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

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

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

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

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

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

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

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

.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: #103756;
	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 {
	background: #E80924;
}

li.slick-active button:before {
	background: #103756;
}

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

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

.slick-slide {
	outline: none;
}

.slick-slider {
	visibility: hidden;
}

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

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

.row-narrow {
	max-width: 1024px;
}

.row-wide {
	max-width: 1599px;
}

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

.no-float {
	float: none;
}

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

.no-padding {
	padding: 0;
}

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

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

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

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

.two-buttons-container a,
.two-buttons-container button {
	display: block;
	margin-bottom: 10px;
}

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

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

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

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

.animate-in-view,
.opacity0 {
	opacity: 0;
}

.opacity1 {
	opacity: 1 !important;
}

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

.background-transparent {
	background: transparent;
}

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

@media screen and (min-width: 450px) {
	.two-buttons-container {
		display: flex;
		justify-content: center;
	}

	.two-buttons-container a,
	.two-buttons-container button {
		margin: 0 6px;
	}
}

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

.header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 2;
	border-bottom: 2px solid transparent;
	-webkit-transition: border-color 200ms ease-out;
	-moz-transition: border-color 200ms ease-out;
	-ms-transition: border-color 200ms ease-out;
	-o-transition: border-color 200ms ease-out;
	transition: border-color 200ms ease-out;
}

body.scrolled .header {
	border-color: #103756;
}

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

.header a {
	text-decoration: none;
}

.header-desktop {
	display: none;
}

.header-logo {
	display: flex;
	align-items: center;
	padding: 8px 0 8px 8px;
}

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

.header-mobile-inner {
	display: flex;
	min-height: 70px;
}

.header-mobile-buttons {
	display: flex;
	margin-left: 4%;
	flex: 1;
	justify-content: flex-end;
}

.header-mobile-buttons a,
.header-mobile-buttons button {
display: flex;
    font-size: 1.3rem;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    flex: 1;
    max-width: 50px;
    width: 40px;
    height: 40px;
    margin-top: 16px;
    margin-right: 5px;
}

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

	.header-mobile-buttons a,
	.header-mobile-buttons button {
		width: 60px;
		max-width: 60px;
		height: 60px;
		font-size: 1.6rem;
	}
}

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

	.header-desktop {
		display: block;
	}

	.header-logo {
		padding: 0;
	}
}

/* HEADER > Header Search Bar */

.header-search {
	position: fixed;
	top: -100px;
	left: 0;
	right: 0;
	background-color: #103756;
	padding: 18px 0;
	width: 100%;
	opacity: 0;
	z-index: 3;
	-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;
}

.header-search.active {
	opacity: 1;
	top: 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;
}

.search-results-post-type:not(:last-child) {
	margin-bottom: 30px;
}

.search-results-post-type ul {
	margin: 0;
}

.header-search-results {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	padding: 30px;
	background: #103756;
	display: none;
	max-height: 350px;
	overflow: auto;
}

.header-search-results.active {
	display: block;
	-webkit-animation: fadeIn 200ms ease-out;
	animation: fadeIn 200ms ease-out;
}

.header-search-results h3,
.header-search-results a,
.header-search-results p {
	color: #fff;
}

.header-search-results h3 {
	margin-bottom: 8px;
}

.header-search-results a {
	text-decoration: none;
}

.header-search-results a:hover,
.header-search-results a:focus {
	text-decoration: underline;
}

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

input::-webkit-input-placeholder {
	color: #fff;
}

input:-ms-input-placeholder {
	color: #fff;
}

input::-ms-input-placeholder {
	color: #fff;
}

input::placeholder {
	color: #fff;
}

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

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

#header-search-open {
	font-size: 1.1rem;
	display: inline-block;
	line-height: 40px;
	width: 40px;
	height: 40px;
	padding: 0;
	text-align: center;
	margin: 0 0 5px 30px;
}

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

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

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

.main-navigation-menu>li:after {
	height: 14px;
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	width: 2px;
	background: #C0C3D3;
}

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

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

.main-navigation-menu .pracmenu .sub-menu {
	width: 600px;
	background: #152d54;
	left: -122px;
}

.main-navigation-menu .pracmenu .sub-menu li {
	width: 50%;
	float: left;
}


#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: #DD9D4D;
	text-decoration: underline;
}

.main-navigation-menu>li>a {
    display: block;
    height: 100%;
    color: #103756;
    line-height: 1.0;
    font-size: 1rem;
    /* text-transform: uppercase; */
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
}

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

/* MENUS > Main Nav Dropdowns (Level 2) */
#desktop-navigation .sub-menu li,
#mega-menu li {
	background: #103756;
	padding-left: 25px;
	-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;
}

#desktop-navigation .sub-menu li {
	position: relative;
	cursor: pointer;
}
#desktop-navigation .pracsub {
    display: none;
}

#mega-menu li a,
#desktop-navigation .sub-menu li a {
	color: #fff;
	font-size: 15px;
	display: block;
	padding: 12px;
	padding-left: 0;
	line-height: 1.5;
	text-decoration: none;
}

#mega-menu li.active,
#desktop-navigation .sub-menu li.active {
	background: #DD9D4D;
}

#mega-menu li.active, #desktop-navigation .sub-menu li ul li a{
	background:#48657d;
}

#desktop-navigation .sub-menu li ul li{
	background:#48657d;
}

#mega-menu li.active, #desktop-navigation .sub-menu li ul li.active {
    background: #48657d!important;
}

#mega-menu li:before,
#desktop-navigation .sub-menu li:before {
	content: '\f105';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	left: 10px;
	top: 10px;
	color: #5D8AA8;
	pointer-events: none;
	-webkit-transition: color 200ms ease-out;
	-moz-transition: color 200ms ease-out;
	-ms-transition: color 200ms ease-out;
	-o-transition: color 200ms ease-out;
	transition: color 200ms ease-out;
}

#desktop-navigation .sub-menu li#menu-item-1046 ul li:before {
	content: '\f105';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	left: 10px;
	top: 4px;
	color: #5D8AA8;
	pointer-events: none;
	-webkit-transition: color 200ms ease-out;
	-moz-transition: color 200ms ease-out;
	-ms-transition: color 200ms ease-out;
	-o-transition: color 200ms ease-out;
	transition: color 200ms ease-out;
}

#mega-menu li.active:before,
#desktop-navigation .sub-menu li.active:before {
	color: #fff;
}

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

#desktop-navigation .sub-menu .menu-item-has-children.active>a:after {
	color: #fff;
}

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


#menu-item-1046 .sub-menu {
	width: 400px;
}
#menu-item-1046 .sub-menu li a {
	padding: 5px 12px;
}

.main-navigation-menu .pracmenu .sub-menu ul {
	width: 300px;
	left: 300px;
	z-index: 9999;
}

.main-navigation-menu .pracmenu .sub-menu ul li {
	width: 100%;
 
}


#desktop-navigation .sub-menu .sub-menu .sub-menu {
	display: none !important;
}

#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: #103756;
	opacity: 0;
}

#mobile-navigation,
#mobile-navigation .sub-menu {
	display: block;
	height: 100vh;
	top: 0;
	right: -100%;
	width: 85%;
	-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;
	padding-right:10px;
}

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

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

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

#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: #103756;
	z-index: 1;
	overflow: auto;
}

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

.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;
	background:none;
}

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

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

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

/* MENUS > Mega Menu */
#mega-menu {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	background: #103756;
	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-menu li {
	width: 31%;
	margin-right: 2.5%;
	padding-right: 2.5%;
	position: relative;
	border-right: 1px solid #fff;
}

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

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

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

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

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

.footer-upper p {
	margin: 0;
}

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

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

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

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

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

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

.footer-lower-disclaimer {
	line-height: 1.0;
	margin: 0 auto 40px;
}
.footer-address-main h2 {
	padding-bottom: 10px;
}
.footer-address-main h2 {
    padding-bottom: 15px;
}
p.footer-address-p {
	margin-bottom: 20px;
	line-height: normal;
}
.footer-address-main hr {
    margin: 0 auto;
    margin-bottom: 20px;
    background: #fff;
    width: 50px;
}

.module.module-practices-b.practice-landing-sec {
	padding: 0;
}


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

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

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

.banner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(20, 23, 47, 0.5);
	pointer-events: none;
}

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

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

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

.banner-inner {
	position: relative;
	z-index: 1;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-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;
	text-align: center;
	font-family: var(--heading-font-family);
}

@media screen and (max-width:767px){
	.single-practices .content img {
    max-width: 100%;
    width: 150px;
    height: auto;
    padding-left:10px;
}
}

@media screen and (min-width: 768px) {
	.banner-title {
		font-size: 3.5rem;
	}
	.single-practices .content img {
      padding-left:10px;
}
}

@media screen and (min-width: 1025px) {
	.banner {
		height: 350px;
		margin-top: 90px;
	}
	.single-practices .content img {
      padding-left:10px;
}
}

@media screen and (max-height: 700px) and (min-width: 1025px) {
	.banner {
		height: 350px;
	}
	.single-practices .content img {
      padding-left:10px;
}
}

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

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

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

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

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

.page-template-template-contact .content img {
	max-width:none;
}

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

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

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

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

/* CONTENT > Sidebar */

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

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

section.sidebar-block {
	background: #eeeeee;
	padding: 35px;
}

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

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

.sidebar section ul li:before {
	position: absolute;
	color: #103756;
	content: "\f105";
	top: 6px;
	left: 0;
}

.sidebar section ul li {
	border-bottom: 1px solid #103756;
}

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

.sidebar section ul li a {
	color: #103756;
    text-decoration: none;
    font-size: 17px;
    padding-bottom: 10px;
}

.sidebar section ul li a:hover,
.sidebar section ul li a:focus {
	color: #5d8aa8;
	text-decoration: underline;
}

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

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

.search-form {
	display: flex;
	position: relative;
}

.search-form button {
	margin-left: 10px;
	height: 45px;
	width: 45px;
	font-size: 1.1rem;
	padding: 0 12px;
}

#heading-anchors {
	display: none;
}

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

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

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

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

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

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

	#heading-anchors {
		display: block;
	}
}

/*******************************************************************************************
BLOG - Posts, search results, and pagination
*******************************************************************************************/
.post {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 2px solid #103756;
}

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

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

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

.post-body {
	display: block;
}

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

.post-head-info {
	line-height: 1.3;
}

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

.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-head-info span:not(:last-of-type):after {
	width: 1px;
	height: 12px;
	background: #103756;
	content: '';
	display: inline-block;
	margin: 0 6px 0 12px;
	position: relative;
	top: 2px;
}

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

.single-post .post-body-image img {
	margin-left:-30px;
    max-width: 100%;
    width: 100%;
    padding-bottom: 20px;
}

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

img.alignright {
	float: right;
	margin: 0 0 30px 30px;
}

img.alignleft {
	float: right;
	margin: 0 30px 30px 0;
	padding-left:20px;
}

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

.post-bottom-share {
	color: #103756;
	font-weight: 600;
}

@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 0 0 30px;
	}
}

/* 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: 600;
	text-decoration: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0;
	display: block;
	background: #103756;
	color: #fff;
	margin-right: 10px;
}

.wp-pagenavi span.current {
	color: #fff;
	background-color: #E80924;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
	background: #C0C3D3;
	color: #103756;
}

.wp-pagenavi span.pages,
.wp-pagenavi span.extend {
	display: none;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
	width: auto;
	color: #E80924;
	background: none;
	padding: 0 15px;
	border-radius: 0;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .nextpostslink:focus,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .previouspostslink:focus,
.wp-pagenavi .first:hover,
.wp-pagenavi .first:focus,
.wp-pagenavi .last:hover,
.wp-pagenavi .last:focus {
	background: none;
	color: #103756;
}

/*******************************************************************************************
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;
}

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

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

.attorney-banner-phone-fax,
.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-child {
	margin: 0;
}

.attorney-banner-info .divider-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: #103756;
	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: 40px;
    margin-top: 40px;
}

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

.single-attorneys-template-a .attorney-banner-info i {
	color: #fff;
}

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

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

.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: #103756;
}

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

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

@media screen and (min-width: 900px) {
	.attorney-banner-flex-row {
		display: flex;
		align-items: center;
	}

	.attorney-banner-flex-row p {
		margin: 0 24px 0 0;
	}

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

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

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

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

	.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-b .attorney-banner-phone-fax p:first-of-type {
		margin-right: 15px;
	}
}

/* TEMPLATES > Attorney Template C */
.attorney-template-c-tabs {
	display: none;
}

.attorney-template-c-container {
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
}

.single-attorneys-template-c main {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0 0;
	background-image: url(images/background_ceiling.jpg);
}

.attorney-template-c-contact h1 {
	margin-bottom: 10px;
}

.attorney-template-c-contact h2 {
	font-size: 1.2rem;
}

.mCSB_draggerRail,
.mCSB_scrollTools {
	background-color: #103756 !important;
	width: 3px !important;
}

.mCSB_dragger,
.mCSB_dragger_bar {
	background-color: #103756 !important;
	width: 4px !important;
}

.mCSB_scrollTools_vertical,
.mCSB_dragger {
	border-radius: 4px !important;
}

.attorney-template-c-content {
	background: #fff;
	order: 1;
	padding: 30px 15px;
	width: 100%;
}

.attorney-template-c-photo {
	order: 0;
	display: flex;
	align-items: flex-end;
	text-align: center;
	width: 100%;
	justify-content: center;
}

.attorney-template-c-photo img {
	max-width: 100%;
	width: auto;
	height: 400px;
}

@media screen and (min-width: 1025px) {
	.attorney-template-c-content-inner {
		max-height: 700px;
	}

	.single-attorneys-template-c main {
		padding-top: 180px;
	}

	.attorney-template-c-tabs {
		display: block;
		background: #103756;
	}

	.attorney-template-c-photo img {
		height: auto;
	}

	.attorney-template-c-container {
		flex-wrap: nowrap;
		justify-content: center;
	}

	.attorney-template-c-content.content {
		order: 0;
		max-width: 525px;
		align-self: flex-start;
		padding: 0;
	}

	.attorney-template-c-content-inner {
		padding: 35px 10px 35px 35px;
	}

	.attorney-template-c-photo {
		order: 1;
		width: auto;
		margin-left: 50px;
	}

	.attorney-template-c-content-inner .content-tab {
		padding: 0;
		margin: 0;
	}
}

/* TEMPLATES > Attorney Banner Template D */
.attorney-banner-large-left {
	order: 2;
}

.attorney-banner-large-right {
	order: 1;
	margin-bottom: 20px;
	width: 300px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	background: #E9F5F7;
}

.attorney-banner-large-name,
.attorney-banner-large-buttons,
.attorney-banner-large-info {
	margin-bottom: 35px;
}

.attorney-banner-large-info a,
.attorney-banner-large-info p {
	color: #fff;
}

.attorney-banner-large-info p {
	margin-bottom: 4px;
	font-size: 1.1rem;
}

.attorney-banner-large-right img {
	height: 300px;
	width: auto;
	max-width: 100%;
}

.attorney-bio-main-d {
	position: relative;
}

.attorney-banner-large-quote {
	position: relative;
	padding-left: 70px;
}

.attorney-banner-large-quote em {
	color: #fff;
	font-size: 1.1rem;
}

.attorney-banner-large-quote:before {
	position: absolute;
	left: 0;
	top: 6px;
	content: '';
	width: 45px;
	height: 39px;
	background-image: url(images/quote_cutout.png);
	background-repeat: no-repeat;
}

.attorney-banner-large-buttons {
	display: flex;
	flex-wrap: wrap;
}

.attorney-banner-large-buttons a {
	padding: 0;
	width: 40px;
	height: 40px;
	margin-right: 12px;
	font-size: 1.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content-tabs-anchor-links .content-tabs-row {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	margin: 0;
	z-index: 1;
	background: rgba(15, 133, 119, 0.8)
}

.content-tabs-anchor-links .content-tabs-row button {
	background: none;
	color: #fff;
	min-height: 60px;
	margin: 0;
	position: relative;
	flex: 1;
}

.content-tabs-anchor-links .content-tabs-row button:hover,
.content-tabs-anchor-links .content-tabs-row button:focus {
	background: #103756;
}

.content-tabs-anchor-links .content-tabs-row button:after {
	position: absolute;
	content: '';
	height: 14px;
	background: #fff;
	right: 0;
	top: calc(50% - 7px);
	width: 1px;
}

.content-tabs-anchor-links .content-tabs-row button i {
	display: none;
}

.content-tabs-anchor-links .content-tabs-row button.active {
	background: #fff;
	color: #103756;
}

.content-tabs-anchor-links .content-tabs-row button:hover:after,
.content-tabs-anchor-links .content-tabs-row button:focus:after,
.content-tabs-anchor-links .content-tabs-row button.active:after {
	display: none;
}

.single-attorneys-template-d .banner:before {
	display: none;
}

@media screen and (min-width: 900px) {
	.attorney-banner-large-left {
		order: 0;
		flex: 1;
		margin-right: 8%;
		align-self: center;
	}

	.attorney-banner-large-right {
		flex: 1;
		background: none;
		width: auto;
		margin: 0;
		align-self: flex-end;
	}

	.attorney-banner-large-right img {
		height: auto;
	}
}

/* TEMPLATES > Homepage */
.home-hero {
	position: relative;
	margin-top:121px;
}

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

.home-slider,
.home-slider-single {
	height: 650px;
}
.front-video {
	position: absolute;
	width: 45%;
	margin-top: 80px;
	left:0;
	
}
.home-slider-single {
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 60%;
}

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

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

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

.home-hero-content-side h2 {
    margin-right: 430px;
    margin-top: 150px;
    color: #fff;
    text-shadow: 3px 3px 2px #0c1c30;
    font-size: 45px;
    /* text-transform: uppercase; */
    font-weight: 800;
    text-align: right;
}

.home-hero-content-side p {
	font-size: 25px;
	color: #fff;
	text-shadow: 3px 3px 2px #0c1c30;
		/* text-transform: uppercase; */
	/* text-shadow: 3px 3px 2px #0c1c30; */
	text-align: right;
	/*max-width: 710px;*/
	margin-left: 0;
	font-weight: 600;
	line-height:normal;
}
@media screen and (max-width:767px){
	.home-hero-content-side h2 {
	margin-top: 20px;
    color: #0c1c30;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    text-shadow:none;
		margin-right:0;
	}
	
}

@media only screen and (min-width:767px) and (max-width:1025px) {
	.home-hero-content-side h2 {
    margin-right: 0;
    margin-top: 50px;
    color: #0c1c30;
    text-shadow: none;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
	.footer-left-col{
		width:100%;
	}
	
	.footer-right-col{
		width:100%;
	}
	.home-hero-form{display:none;}
	
	
}

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

.home-hero, .home-slider, .home-slider-single {
	height: 525px;
	padding-bottom: 250px;
}

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

.home-hero-form .contact-form-heading {
	font-size: 1.5rem;
	margin-bottom: 0;
	
}

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

.home-hero-form {
	margin-top: 0;
	min-width: 375px;
	padding: 0;
	background: #103756;
	height: 100%;
}
}

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


}

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

.attorney-results {
	display: block;
	outline: none;
}

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

.attorney-results .attorney-result-single {
	width: 100%;
}

.attorney-result-single 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-result-single:hover img,
.attorney-result-single:focus img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.attorney-result-single .attorney-result-info {
	padding: 12px;
	background-color: #103756;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
}

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

.attorney-result-single:hover .attorney-result-info,
.attorney-result-single:focus .attorney-result-info {
	background: #E80924;
}

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

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

@media screen and (min-width: 550px) {
	.attorney-results {
		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-results .attorney-result-single {
		width: 49%;
	}

	.attorney-results .attorney-result-single:nth-child(2n + 1) {
		margin-right: 2%;
	}
}

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

	.attorney-results .attorney-result-single:nth-child(2n + 1) {
		margin-right: 1%;
	}

	.attorney-results .attorney-result-single:nth-child(3n + 3) {
		margin-right: 0;
	}
}

/* CONTENT > Attorney Search */
.attorney-search-results-bar {
	text-align: center;
	padding: 12px 0;
	margin-bottom: 40px;
	border-top: 1px solid #E9F5F7;
	border-bottom: 1px solid #E9F5F7;
}

.attorney-search-inner {
	padding: 60px 0;
}

.attorney-search-letters {
	margin-bottom: 40px;
}

.attorney-search-letters-single {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
}

span.attorney-search-letters-single {
	color: #C0C3D3;
}

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

	.form-input-group:first-of-type {
		margin-right: 15px;
	}
}

@media screen and (min-width: 1025px) {
	.attorney-search-letters {
		display: flex;
		justify-content: space-between;
	}
}


/* 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;
	margin-top: 30px;
}

.practice-box {
	width: 100%;
	height: 90px;
	margin: 0 0 20px;
	padding: 0 15px;
	background: #103756;
	color: #fff;
	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: #dd9d4d;
}

.practice-box span {
	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 span,
.practice-box:hover span {
	color: #fff;
}

.practice-content {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 100%
}

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

/* TEMPLATES > Contact A */
.page-template-template-contact-a main {
	background-image: url(images/hero_02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 160px 0 80px;
	position: relative;
}

.contact-full-container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.contact-full-inner {
	width: 100%;
	background: #fff;
	padding: 40px 0;
}

@media screen and (min-width: 1025px) {
	.page-template-template-contact-a main {
		height: 100vh;
		padding: 0;
	}

	.contact-full-inner {
		padding: 40px;
	}

	.contact-full-content {
		padding-right: 15%;
	}

	.contact-full-container {
		align-items: center;
		height: 100vh;
		padding-top: 100px;
	}
}

@media screen and (max-height: 750px) and (min-width: 1025px) {
	.page-template-template-contact-a main,
	.contact-full-container {
		height: 100%;
	}

	.contact-full-container {
		padding: 0;
	}

	.page-template-template-contact-a main {
		padding: 160px 0 100px;
	}
}

/* TEMPLATES > Contact B */
.office-block {
	margin-bottom: 30px;
}

.office-block-image {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 50%;
}

.office-block-info {
	background: #E9F5F7;
	position: relative;
	padding: 30px;
}

.office-block-info p {
	margin: 0;
}

.office-contact {
	margin-top: 30px;
}

.office-contact p {
	font-weight: 700;
}

.office-block-info-inner {
	width: 100%;
}

.office-contact-map {
	position: absolute;
	right: 0;
	bottom: 0;
}

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

	.office-block-image {
		display: flex;
		width: 250px;
		flex-basis: 250px;
		height: 250px;
	}

	.office-block-info {
		flex: 1;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
}

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

.content-tabs-row-inner {
	display: flex;
}

.content-tabs-row .content-tab-activate {
	margin-right: 10px;
}

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

.content-tab-activate.active {
	background: #103756;
	pointer-events: none;
}

.content-tab {
	display: none;
	margin-bottom: 50px;
}

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

.content-tab.active,
.content-tabs-anchor-links .content-tab {
	display: block;
}

.content-tabs-anchor-links .mobile-tab {
	display: none;
}

.content-tabs-select {
	margin: 0 auto 30px;
	display: none;
}

.content-tabs-anchor-links .content-tabs-select {
	display: block;
}

.mobile-tab {
	width: 100%;
	text-align: left;
	padding: 20px 30px;
	margin-bottom: 20px;
	position: relative;
}

.mobile-tab:after {
	content: '\f0d7';
	font-family: 'Font Awesome 5 Pro';
	right: 15px;
	position: absolute;
}

@media screen and (min-width: 1025px) {
	.content-tabs-row {
		display: block;
	}

	.mobile-tab,
	.content-tabs-anchor-links .content-tabs-select {
		display: none;
	}
}
/* TEMPLATES > TESTIMONIALS */
.slider-testimonial-client {
    padding-left: 30px;
    margin-bottom: 20px;
    border-bottom: solid 2px #eeeeee;
}
.testimonial-inner h2 {
    text-align: center;
	border-bottom:none;
}
/* 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 > Breadcrumbs */
.breadcrumbs-single {
	position: relative;
	text-decoration: none;
	padding-right: 20px;
	margin-right: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.accordion-item-content p {
	font-size: 17px;
}

.accordion-item.active .accordion-item-content {
	display: block;
	-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 40px;
	padding-top: 20px;
	padding-left: 66px;
	}

blockquote p,
.quote-single p {
	margin: 0;
}
.large-12.medium-12.small-12.contact-right-col {
    padding-top: 20px;
}
.columns.large-4.medium-4.small-12.contact-left-col {
	padding: 0;
}

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

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

/* FEATURES > CTA Block */
.cta-single {
	padding: 40px;
	background: #E9F5F7;
	border: 1px solid #103756;
	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;
	box-shadow: 0 0 20px #000;
	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;
}

.ps219sw17 {
	color: blue; 
}

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

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

.reviews-star-icon {
	color: #E80924;
	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: #103756;
	color: #fff;
	font-size: 1.1rem;
	padding: 10px 20px;
	margin: 0;
	-webkit-transition: background-color 200ms ease-out;
	-o-transition: background-color 200ms ease-out;
	transition: background-color 200ms ease-out;
}

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

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

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

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

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

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

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

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

.youtube-player-inner:after,
.videos-single:after {
	content: "\f144";
	font-family: 'Font Awesome 5 Pro';
	font-size: 3.5rem;
	opacity: 0.8;
	display: inline-block;
	margin: 0 auto;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	color: #E80924;
	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.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	color: #fff;
	opacity: 1;
}

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

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

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

.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 10px;
}
#slider-testimonials-a blockquote {
	margin-bottom: 10px;
}
.social-links a:hover,
.social-links a:focus {
	color: #103756;
}

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

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

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

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

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

.module-blog-c {
	background: url(/wp-content/themes/paperstreet/images/cta-block.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.module-cta-a {
	/*background: #969696;*/
	background: url(/wp-content/themes/paperstreet/images/bg-cta.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.7);
	
}
h2.module-title,
h1.module-title {
	margin-bottom: 60px!important;
	text-align:center;
	text-transform:uppercase;
	font-weight:600;
	font-size: 1.66rem;
}

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

.box-icon {
	margin: 0;
}

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

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

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

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

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

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

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

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

.attorney-bio-main-a {
	padding-bottom: 50px;
}

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

.module.module-blog-c .module-blog-c-inner {
	max-width: 1280px !important;
	margin: 0 auto !important;
	width: 100% !important;
}
.module.module-blog-c .module-blog-c-inner #slider-blog-c {
	width: 100%;
}

.tag-main {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	height: 100%;
	max-width: 1255px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
	position: relative;
	bottom: 0;
	background: transparent;
}

.home .module-blog-c{
	background: none;
}

.home-hero-content-side {
	width: 100% !important;
	padding-right: 45px !important;
	justify-content: right !important;
}

.home-hero-form {
	margin-top: 0 !important;
	min-width: 375px !important;
	padding: 0;
/*	background: rgba(16,55,86,0.8) !important;*/
	height: 100% !important;
	position: relative !important;
	width: 40% !important;
	max-width: 425px !important;
	text-align: right !important;
	right: 0;
}
.home-hero-form.hide-for-small-only {
	/* background: rgba(14,55,86,0.7) !important; */
	background-color: #103756 !important;
	display:none!important;
}

/*.home-hero .home-hero-form.hide-for-small-only {
	background: transparent !important;
}
.home-hero .home-hero-form.hide-for-small-only .form-container {
	background: rgba(16,55,86,0.8) !important;
}*/

.home .form-container {
	background: transparent !important;
}
.home-hero-content-side h2 {
	margin-right: 0;
	margin-top: 120px;
	/* margin-bottom: 0; */
 
	margin-left:0px;
	line-height: 1;
	margin-bottom: 15px;
}



@media screen and (min-width: 280px) and (max-width: 767px) {
.home-hero {
	position: relative;
	margin-top: 70px;
}
.home-hero-content-side h2 {
	font-size: 25px; 
}	
.module {
	padding: 30px 0;
}

.module.module-testimonials-a {
	padding: 30px 15px;
}

.module-attorneys-d-content {
	padding-bottom: 20px;
}

.module.module-practices-b .columns {
	float: none;
}

.module-practices-b-inner .practices-single {
	margin-bottom: 15px !important;
	height: 170px;
}	

.module.module-cta-a.module-dark.light-text .row-narrow.center {
	padding: 0 25px;
}


ul#menu-footer-navigation {
	display: inline-block !important;
}

ul#menu-footer-navigation li {
	text-align: center;
	margin: 0 auto;
	display: inline;
}
.header-logo img {
	max-width: 200px;
}
.banner-title {
	font-size: 1.6em;
 
}	
.columns.large-4.medium-4.small-12.contact-left-col {
	padding: 0px 0 25px 0;
}
.columns.large-8.medium-8.small-12.contact-right-col {
	padding: 0px 0 25px 0;
}

h2.contact-form-heading {
	padding-bottom: 40px;
	font-size: 25px;
}


.home-slider-single {
	background-position-x: 60% !important;
}
.home-hero-content-side {
	width: 100% !important;
	padding-right: 0px !important;
	justify-content: left !important;
	background: #103756;
	padding: 0;
	margin: 4px;
}
.home-hero-content-side h2 {
	margin-right: 0;
	margin-top: 20px;
	padding: 15px;
	margin-bottom: 0;
	/*background: rgba(16,55,86,0.7) !important;*/
}
	
	
.why-video {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.home-hero-content-side p {
	font-size: 1.3rem;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 3px 3px 2px #0c1c30;
	padding: 0 25px;
	text-align: center;
	/*background: rgba(16,55,86,0.7) !important;*/
	line-height: normal;
	padding-bottom: 12px;
	margin: 0 auto;
}
.homecta {
	padding: 20px !important;
}
.homecta h2 {
	font-size: 1.6rem ;
}
.columns.large-12.medium-12.small-12.footmain::before {
	display: none;
}
.footer-inner-col .form-container {
	background: #103756 !important;
}

section.module.module-blog-c {
 
	margin-top: 0 !important;
	position: relative;
}
.home-hero-content-side h2 {
	color: #fff  !important;
	margin: 0 auto;
}

.tag-main {
	display: flex;
	height: 100%;
	max-width: 1255px;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
	position: absolute;
	bottom: 270px;
	background: rgba(16,55,86,0.8) !important;
}

.module-intro-b-content {
	padding: 50px 25px !important;
 
}
#home-slider {
	background: rgba(16,55,86,1) !important;
}

.hpBtn {
	text-align: center;
}
 
.att-social .social-links a:first-of-type { 
	margin:0 auto!important;	
}

	
}

@media screen and (min-width: 768px) {
	.home-hero-content-side {
		padding-right: 0 !important;
	}
}

@media screen and (min-width: 1025px) {
.home-hero-content-side {
	padding-right: 45px !important;
	padding-left: 55px;
}
.hpBtn {
	margin-top: 40px;
	text-align:right;
}

}

@media screen and (min-width: 640px) and (max-width: 767px) {
.module-practices-b-inner .practices-single {
	width: 46% !important;
	height: 200px;
	margin: 2% !important;
}

.module-practices-b-inner {
	display: flex !important;
	flex-wrap: wrap !important;
}

.home-slider-single {
	background-position-x: 0 !important;
}
.tag-main h2 {
	color: #fff !important;
}
.module-blog-c-single {
	padding: 15px !important;
}

section.module.module-blog-c {
	padding: 27px 0px  !important;
 
}
.tag-main {
	bottom: 200px; 
}
.home-slider, .home-slider-single {
	height: 600px;
}
	
	
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .header-logo img {
    max-width: 400px;
  }

  .home-hero {
    position: relative;
    margin-top: 77px;
  }

  .home-hero-content-side h2 {
    margin-right: 0;
    margin-top: 30px !important; 
    padding-bottom: 10px !important;
    font-size: 32px;
  }

  .module {
    padding: 40px 0;
  }

  .module-attorneys-d-content {
    padding-bottom: 15px;
  }

  .module-practices-b .practices-single {
    min-height: 215px !important;
  }	

  .module.module-cta-a.module-dark.light-text {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-inner-col {
    padding-top: 30px;
  }

  .footer-address-main {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }

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

  section.sidebar-block {
    background: #eeeeee;
    padding: 25px;
  }

  .sidebar-block h2 {
    font-size: 25px;
  }

  h2 {
    font-size: 1.8rem;
  }

  main {
    padding: 50px 0;
  }

  .columns.large-4.medium-4.small-12.contact-left-col {
    width: 100%;
  }

  .columns.large-8.medium-8.small-12.contact-right-col {
    width: 100%;
  }

  .columns.large-8.medium-8.small-12.contact-right-col {
    width: 100%;
    padding: 15px 0;
  }

  .columns.large-12.medium-12.small-12.footmain::before {
    display: none !important;
  }

  .home-hero-content-side p {
    font-size: 1.4rem;
    color: #0c1c30;
    text-transform: uppercase;
    text-shadow: none !important;
    text-align: center;
  }

  .tag-main {
    background: #103756;
  }

  .home-hero-content-side h2 {
    margin-right: 0;
    margin-top: 50px !important;
    color: #fff !important;
  }

  .home-hero-content-side p {
    font-size: 1.2rem;
    color: #fff;
    text-transform: uppercase;
    text-shadow: none !important;
    text-align: center;
    background: rgba(16,55,86,0.7) !important;
    padding-bottom: 15px;
		line-height: normal;
		margin: 0 auto;
  }

  /* .tag-main {
    bottom: 220px;
  } */

  .home .home-hero-content-side h2 {
    margin-right: 0;
    margin-top: 15px !important;
    color: #fff !important;
    background: rgba(16,55,86,0.7) !important;
		padding: 10px;
		margin: 0 auto;
  }

  .module-attorneys-d-photo {
    height: 500px !important;
  }

  section.module.module-blog-c {
    padding: 27px 10px !important;
    margin-top: 0 !important;
  }
  
 #home-slider {
	background: #103756;
} 
  
.tag-main {
	bottom: 35px;
	padding-bottom: 47px;
	text-align: center;
}

.tag-main .home-hero-content-side {
	width: 100% !important;
}
 
  
}


@media screen and (min-width: 900px) and (max-width: 1024px) {
.tag-main {
	bottom: 0;
	padding-bottom: 38px;
	text-align: center;
	padding-top: 15px;
}	
	
	
}




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

.module-header-a-right-top h3 {
	font-size: 0.7em !important;
 
}
.module-header-a-right-top {
	margin-bottom: 20px !important;
}
.home-hero {
	margin-top: 106px;
}
.home-hero-form-container {
	display: flex;
	align-items: center;
	justify-content: center !important;
 
}
.home-hero-content-side h2 {
	margin-right: 0;
	margin-top: 100px !important;
	color: #fff !important; 
}

.module {
	padding: 30px 0;
}
.module-attorneys-d-photo-inner {
	background-position-x: 89% !important; 
}
.module.module-cta-a.module-dark.light-text {
	padding-left: 25px;
	padding-right: 25px;
}

.footer-address-main {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}

.main-navigation-menu > li > a {
	font-size: 0.8rem !important;
 
}

.home-hero-content-side {
	width: 50% !important;
	padding-right: 25px !important;
	justify-content: left !important;
}
	
.front-video {
    position: relative;
    width: 50%;
    margin-top: 80px;
    left: 15px;
}

.home-hero-form.hide-for-small-only {
	display: block;
}

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

.home-hero-content-side h2 {
	margin-right: 0;
	margin-top: 400px !important;
	color: #fff !important;
}

.home-hero-content-side h2 {
	margin-right: 0;
	margin-top: 400px !important;
	color: #fff !important;
	text-shadow: 3px 3px 2px #0c1c30 !important;
}

.module-attorneys-d-photo {
	width: 45% !important;
	height: auto;
}

.module-intro-b-image {
	width: 45% !important;
	height: auto;
}
.columns.large-12.medium-12.small-12.footmain::before {
	display: none !important;
}

.module-blog-c-inner p {
	color: #fff;
	line-height: normal!important;
	font-size: 16px!important;
}
.home-hero-content-side h2 {
	margin-right: 0;
	margin-top: 100px !important;
	color: #fff !important;
	text-shadow: 3px 3px 2px #0c1c30 !important;
	text-align: right;
	font-size:40px;
}
.home-hero-content-side p {
	font-size: 1.4rem;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 3px 3px 2px #0c1c30;
	line-height: normal;
	margin-top: 7px;
}

.tag-main {
	display: flex;
	height: 100%;
	max-width: 1255px;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
	position: relative;
	bottom: inherit;
	background: transparent !important;
}
.home-hero-content-side p {
	text-align: right;
    font-size: 18px;
} 

}




@media screen and (min-width: 1366px) and (max-width: 12000px) {
#module-intro-b .flex-container {
	max-width: 1280px;
	margin: 0 auto;
}

.module-attorneys-d-inner {
	max-width: 1280px;
	margin: 0 auto;
}
 
}


@media screen and (min-width: 1600px) and (max-width: 1920px) {
/*.columns.large-4.medium-4.small-12.footer-left-col {
	padding-left: 120px;
}*/	
	
}


@media screen and (min-width: 1920px) and (max-width: 12000px) {
.columns.large-12.medium-12.small-12.footmain {
	padding-left: 25%;
	padding-right: 25%;
}
.module-dark {
 
	background-size: cover !important;
}
.home-hero-form-container {
	display: flex;
	align-items: center;
	justify-content: center !important;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
/*.home-hero-form {
	margin-top: 0;
	min-width: 375px;
	padding: 0;
	background: #103756;
	height: 100%;
	right: 0;
	position: absolute !important;
}*/	
	
}




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

.columns.large-12.medium-12.small-12.footmain::before {
	content: "";
	position: absolute;
	left: 0;
	height: 100%;
	width: 44%;
	background: #103756;
	z-index: -1;
}
.footer .footer-inner-col .form-container {
	background: #103756 !important;
	padding: 30px;
}
 
	
	
}



@media screen and (min-width: 1920px) and (max-width: 12000px) {
.home-hero, .home-slider, .home-slider-single {
	/* height: 50vh; */
	padding-bottom: 250px;
}	
	
}


@media screen and (min-width: 4000px) and (max-width: 12000px) {
.columns.large-12.medium-12.small-12.footmain {
	padding-left: 34%;
	padding-right: 30%;
}	
	
	
}

.sitemap-block .children{
	margin: 0px 0 20px 20px;
}

.content h1{
	font-size: 2rem;
}
.ofc-img{
	text-align:right;
}
p.ofc-img img {
    height: 150px;
}
p.vid-txt {
    color: #fff;
    font-size: 14px;
    margin-top: -35px;
	padding-left:5px;
}
.why-video {
    padding-left: 200px;
    padding-right: 200px;
}
section.contact-sidebar-img img {
    max-width: 400px;
}
@media screen and (min-width: 767px and max-width: 900px){
	.why-video {
    padding-left: 50px!important;
    padding-right:50px!important;
}
}

.att-social .social-links a:first-of-type {
  margin-left: 0;
}

.att-social .social-links a {
  width: auto;
  line-height: 1;
}
p.footer-cc-logo img {
    max-width: 200px;
    padding-bottom: 20px;
	height: auto;
}

#decide-estate,
#decide-consult {
	display: none;
}
img.fccpimg {
    max-width: 130px;
    height: auto;
}