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

/*
GENERAL
HEADER
MENUS
FOOTER
FEATURES
ANIMATIONS
MODULES
PRINT
*/

/*******************************************************************************************
GENERAL - Top-level styling
*******************************************************************************************/
:root {
	font-size: 15px;
	--body-text-color: #5F6272;
	--primary-color: #132547;
	--secondary-color: #132547;
	--alternate-color: #438146;
	--gray-color: #AAB1BC;
	--light-gray-color: #AAB1BC;
	--body-font-family: 'Poppins', sans-serif;
	--heading-font-family: 'Poppins', sans-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: 'Poppins', sans-serif;
	font-family: var(--body-font-family);
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

 

*,
*: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: #132547;
	font-weight: 400;
	font-family: var(--heading-font-family);
	line-height: 1.2;
}

h1 {
	font-size: 2.4rem;
}

h2 {
	font-size: 2.0rem;
	color: #438146;
}

h3 {
	font-size: 1.6rem;
}

h4 {
	font-size: 1.3rem;
}

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

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

/* 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: #5F6272;
	padding: 3px 0 3px 20px;
	position: relative;
}

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

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

.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: #132547;
	width: 20%;
	height: 5px;
	display: block;
	border: none;
	margin: 20px 0 40px 0;
}

figure {
	margin: 0;
}

address {
	font-style: normal;
}

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

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

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

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

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: 600;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	margin: 0;
	border-radius: 0px;
	padding: 12px 25px;
	text-align: center;
	display: inline-block;
	color: #fff;
	background-color: #438146;
	text-decoration: none;
}

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

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

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

button.alt-01:hover,
button.alt-01:focus,
.button.alt-01:hover,
.button.alt-01:focus {
	background-color: #438146;
	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: #438146;
	color: #fff;
}

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

button.outline:hover,
button.outline:focus,
.button.outline:hover,
.button.outline:focus {
	background: #438146;
	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: #132547;
}

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

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

.home-hero .form-container input, .home-hero .form-container select,.home-hero .form-container  textarea {
 
	background: #919699;
	border: none !important;
 
}



.blog .sidebar-inner input, select, textarea {
	color: #132547;
	background: none;
	border: solid 2px #AAB1BC;
	border-bottom: 2px solid #AAB1BC;
	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;
	border-right: none;
}

.blog .sidebar.columns .form-container, .category .sidebar.columns .form-container , .single-post .sidebar.columns .form-container  {
	padding-left: 0;
	padding-right: 0;
}



.single-post .sidebar-inner input, select, textarea {
color: #132547;
    background: none;
    border: solid 2px #efefef;
    border-bottom: 2px solid #efefef;
    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;
}

.row.footer-form-row input, .row.footer-form-row select, .row.footer-form-row textarea  {
	background: rgba(255,255,255,0.4);
	border:none !important
}
.row.footer-form-row label {
	left: 20px !important;
}




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

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 {
	padding-left: 0;
	line-height: 0;
	top: -15px;
	font-size: 0.7rem;
}

.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: #132547;
	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: #132547;
	color: #fff;
}

.form-container {	
	padding: 30px;
} 
	

.page-template-template-contact .form-container{
	background:#132547;
}

.contact-form-heading {
	color: #fff;
	text-align: center;
	margin-bottom:50px;
}

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

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

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

.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 #132547;
	margin-bottom: 30px;
	color: #132547;
}

/* 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: #132547;
	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 > Two Column Structure */
main {
	padding: 60px 0;
	display: block;
}

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

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

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

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

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

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

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

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


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;
	margin: 5px 0;
}

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

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

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

.sidebar section ul li a {
	color: #132547;
	text-decoration: none;
}

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

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

.content .search-results-container {
	margin-bottom: 80px;
}
.module-intro-content h2 b {
	font-weight: 600;
}

b, strong {
	font-weight: 600;
}

@media screen and (min-width: 768px) {
	main {
		padding: 60px 0 40px 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;
	}
}


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

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

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

.slick-arrow:hover,
.slick-arrow:focus {
	color: #438146;
	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: #132547;
}

.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: 350px;
	padding-left:15px;
}

.scrolled .header-logo img {
    width: 350px;
}

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

.header-mobile-inner .header-logo img {
    max-width: 200px;
}

.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: 50px;
	height: 50px;
}

@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: #132547;
	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: #132547;
	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 .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	width: 200px;
	margin: 0;
}

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

.main-navigation-menu a:focus,
.main-navigation-menu a:hover,
.main-navigation-menu li:hover>a {
	color: #438146;
	text-decoration: underline;
}

.main-navigation-menu>li>a {
	display: block;
	height: 100%;
	color: #fff;
	line-height: 1.0;
	font-size: 1.1rem;
}

@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: #132547;
	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;
}

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

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

#mega-menu li:before,
#desktop-navigation .sub-menu li:before {
	content: '\f105';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	left: 10px;
	top: 6px;
	color: #438146;
	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: #132547;
}

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

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

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

#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: #132547;
	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: 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: #132547;
	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
*******************************************************************************************/
section.footer-contact-form {
    padding: 95px 0;
    overflow: hidden;
    background: url(/wp-content/themes/paperstreet/images/form-bg.jpg) center top no-repeat;
    background-size: cover;
}

.footer-btn{text-align:center;}

.footer {
	padding: 80px 0 50px 0;
	text-align: center;
}

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

.footer-upper p {
	margin: 0;
}

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

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

.footer-upper-social .social-links a {
	font-size: 1.6rem;
	border: 1px solid #fff;
	padding: 21px !important;
	text-align: center;
	font-size: 24px;
}
 .module-header-e-upper {
	background: #566e97;
}
 .home .module-header-e-upper {
	background: transparent;
}


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

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

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

.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: 0.9rem;
}

.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: 80px;
	border-left: 5px solid #132547;
}

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.0;
	color: #132547;
	font-style: normal;
}

/* FEATURES > CTA Block */
.cta-single {
	padding: 40px;
	background: #EEEEEE;
	border: 1px solid #132547;
	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;
}

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

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

.reviews-star-icon {
	color: #438146;
	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: #132547;
	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: #132547;
}

@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: #438146;
	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 20px;
}

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

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

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

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

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

/*******************************************************************************************
ANIMATIONS - Ready-to-go animation classes
*******************************************************************************************/
.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;
	}
}

.animation-characters-fly-up {
	overflow: hidden;
	letter-spacing: -6px;
	font-size: 3rem;
}

.animating-child-elements span {
	display: inline-block;
	opacity: 0;
}

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

.module-dark {
	background: #132547;
}

.module-title {
	display: none;
}

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

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


.cta-left-col h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.cta-inner-col .button {
    margin: 0px 0 0 95px;
    display: block;
    font-size: 18px;
}
.cta-inner-col .button:hover, .cta-inner-col .button:focus {
	background-color:#AAB1BC;
 
}





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




.map-icon-footer .fa.fa-location-arrow {
	display: inline-block;
	margin-bottom: 45px;
	font-size: 42px;
	width: 103px;
	height: 103px;
	color: #fff;
	line-height: 100px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.footer.module-footer-a .contactMap.second-footer {
	padding: 55px 0 0;
}

.footer.module-footer-a .copy-col .footer-lower {
	color: #ba9b9b;
	letter-spacing: 1px;
}

.footer.module-footer-a .copy-col .footer-lower a {
	color: #ba9b9b;
}

.footer.module-footer-a .copy-col .footer-lower a:hover {
	color: #fff;  
}
.footer.module-footer-a .contact-addr,.footer.module-footer-a  .footer.module-footer-a .contact-addr p, .footer.module-footer-a .contact-addr, .contact-addr a {
	font-size: 18px !important;
}
 .footer.module-footer-a  .contact-addr a:hover {
	font-size: 18px !important;color: #64717b;
}


.contactform.first-footer .contact-form-heading {
	margin: 0px 15px 45px 15px;
}

.contactform.first-footer  .form-input-group {
	float: left;
	width: 100%;
	margin: 10px 0;
}

.contactform.first-footer .form-input-group.button-container .button {
	margin: 0 auto;
	width: auto;
	/* padding: 22px 28px; */
	min-width: 180px;
}
.contactform.first-footer .form-input-group.button-container {
	text-align: center;
}

.footer-lower {
	display: inline-block;
	margin-top: 25px;
	width: 100%;
	color: #AAB1BC !important;
	font-size: 12px;
	text-transform: uppercase;
}

#menu-footer-navigation li a {
	color: #AAB1BC !important;
}
.footer-lower a {
	color: #AAB1BC !important;
}

#menu-footer-navigation li a:hover {
	color: #438146 !important;
}
.footer-lower a:hover {
	color: #438146 !important;
}

.footer-upper a:hover {
	color: #438146 !important;
}

.footer-navigation::before, .footer-navigation li::after {
	content: "|";
	margin: 0 6px;font-size: 10px;
}

.footer-navigation::before, .footer-navigation li:last-child::after {
 display:none;
}


.menu-footer-navigation-container {
	display: inline;
}
#menu-footer-navigation {
	display: inline;
}

#menu-footer-navigation li {
	display: inline;
}

@media screen and (max-width:320px){
	.footer-lower{
		font-size:12px!important;
	}
	.footer.module-footer-a .contact-addr, .footer.module-footer-a .footer.module-footer-a .contact-addr p, .footer.module-footer-a .contact-addr, .contact-addr a {
    font-size: 17px !important;
}
	.footer.module-footer-a .contact-addr a:hover{font-size: 17px !important;}
}

@media screen and (max-width:375){
	.footer-lower{
		font-size:11px!important;
	}
	
}

@media only screen and (min-width:370px) and (max-width:570px){
	.footer-lower{
		font-size:11px!important;
	}
}

@media only screen and (min-width:280px) and (max-width:767px) {
.header {
	background-color: #566e97;
 
}	
.home-hero {
	background: #132547 !important; 
}	
.home-hero-large-form-title {
	margin-bottom: 30px  !important; 
	margin-top: 10px !important; 
}

.module {
	padding: 40px 0 !important;
}

.module-practices-a .practices-single {
	width: 100%;
	height: auto !important;
 
}
	
.cta-inner-col {
    text-align: left;
    padding-top: 20px;
}
	
	.cta-inner-col .button{margin:0px;}
section.footer-contact-form {
	padding: 55px 0 !important;
 
}
.form-container button {
	width: auto;
}

.footer.module-footer-a {
	padding-top: 35px;
}


.map-icon-footer .fa.fa-location-arrow {
	display: inline-block;
	margin-bottom: 45px;
	font-size: 29px;
	width: 73px;
	height: 73px;
	color: #fff;
	line-height: 70px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.footer.module-footer-a .contact-addr, .footer.module-footer-a .footer.module-footer-a .contact-addr p, .footer.module-footer-a .contact-addr, .contact-addr a {
	font-size: 12px !important;
}
.footer.module-footer-a .contact-addr a:hover {
	font-size: 12px !important;
}
.footer-lower {
	display: inline-block;
	margin-top: 25px;
	width: 100%;
	color: #AAB1BC !important;
	font-size: 10px;
	text-transform: uppercase;
}
.footer-navigation::before, .footer-navigation li::after {
	content: "|";
	margin: 0 2px 0 5px;
	font-size: 10px;
}
	
}

@media only screen and (min-width:280px) and (max-width:375px){
	
.footer-lower {
	max-width: 250px;
}	
	
}

@media only screen and (min-width:375px) and (max-width:767px){
.footer-lower {
	max-width: 250px;
}
	
}
@media only screen and (min-width:600px) and (max-width:767px){
.footer-lower {
	max-width: 320px;
}
	
}

@media only screen and (min-width:640px) and (max-width:767px) {
	
.module-practices-a-inner {
	flex-wrap: wrap !important;
	display: flex !important;
}	
.module-practices-a .practices-single {
	width: 50% !important;
 
}
	
}


@media only screen and (min-width:767px) and (max-width:1024px) {
.header {
	background-color: #566e97;
}
.home-hero {
 
	margin-top: 85px !important;
}
.cta-inner-col .button {
	margin: 00px 0 0 95px;
	display: block;
	font-size: 18px;
	min-width: 400px;
	float: right;
}

section.footer-contact-form {
	padding: 45px 0 !important;
 
}
.module-practices-a .practices-single {
	width: 33% !important;
	height: auto !important;
}
.module-practices-a .practices-single .practices-single-title {
	position: absolute !important;
	margin-left: auto !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	bottom: 20px !important;
	right: 0 !important;
	width: 100% !important;
	padding: 15px !important;
	text-align: right !important;
}
.module-practices-a .practices-single {
 
	min-height: inherit !important;
 
}

.banner-title {
	font-size: 3rem !important;
}
.search-form button {
 
	right: 20px;
	position: relative;
}
	
}



@media only screen and (min-width:1024px) and (max-width:1279px) {
.module-header-e-inner {
	padding: 10px 15px !important;
 
}	
.module-header-e-lower-menu .main-navigation-menu > li > a {
	padding: 18px 15px !important; 
}

.module {
	padding: 40px 0  !important;
}
.module-practices-a .practices-single {
 
	height: auto   !important;
}

.ps219sw17 {
	color: blue; 
}

.module-practices-a .practices-single .practices-single-title {
	position: absolute !important;
	margin-left: auto !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	bottom: 20px !important;
	right: 0 !important;
	width: 100% !important;
	padding: 15px !important;
	text-align: right !important;
}
.module-practices-a .practices-single {
 
	min-height: inherit !important;
 
}
.module-practices-a .practices-single {
	width: 19.9% !important;
}
.module.module-practices-a {
	padding-top: 0 !important;
}
.cta-inner-col {
    text-align: left;
}
 
}






@media only screen and (min-width:2560px) and (max-width:3840px) {
.banner {
	height: 450px !important;
	margin-top: 185px;
}	
	
	
}

@media only screen and (min-width:3840px) and (max-width:12000px) {
.banner {
	height: 700px !important;
 
}	
	
	
}

.page-template-template-contact textarea{
	color: #fff;
}