/*!
Theme Name: flexer-theme
Theme URI: http://underscores.me/
Author: Daveed Flexer
Author URI: https://flexer.ca
Description: A Theme For Leckers Law
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: flexer-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

flexer-theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Global
	## Header
	## Posts and pages
	## Slideshow
	## Comments
	## Footer
	## ACF
	## Bootstrap
	## Gutenberg
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
/* Formidable Forms */

.frm_form_field.form-field{
	margin-bottom:1.75em;
}

@media screen and (min-width:960px) {
	}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html,
body,
button,
input,
select,
optgroup,
textarea {
	color: #2c4934;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1 {
	clear: both;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
}
body.archive.category .page-title{
	font-style:italic;
	font-weight:400;
	font-size:1.75em;
}
h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	color:#2F2274;
}
.inline-headline {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	color:#2F2274;
	font-size: 1.75rem;
	margin-bottom:-24px;
	line-height: 1.2;
}
p {
	margin-bottom: 1.5em;
}
p.inline-headline {
    padding-bottom: 0;
	margin-bottom: 0;
}
dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
.site-main, .site-branding, .service-description{
	font-size:16px;
	font-size: 1rem;
}
.site-main{
	padding-left:15px;
	padding-right:15px;
}
.service-description{
	font-size:16px;
	font-size: 1rem;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 1.4;
}
.contact-flexer{
	font-size:16px;
	font-size: 1rem;
}
.font-awesome::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
   font-family: "Font Awesome 5 Free"; font-weight: 900;
   color:#BD6D3E;
}

.focus-box .font-awesome::before{
	font-size: 9rem;
    text-align: center;
    display: inherit;
}
.focus-box:first-of-type .font-awesome::before {
	content: "\f2b5";

}
.focus-box:nth-child(2) .font-awesome::before {
	content: "\f5ac";

}
.focus-box:last-of-type .font-awesome::before {
	    content: "\f411";
	    font-family: "Font Awesome 5 Brands";

}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
hr.wp-block-separator{
	clear:both;
}
ul, ol {
	margin: 0 0 1.5em 0.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}
.wp-block-image figure {
	margin:0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #2c4934 #2c4934 #2c4934;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
input[type="search"]{
	padding:10px;
	font-size: 18px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #2c4934;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #2c4934;
}

a:visited {
	color: #2c4934;
}

a:hover, a:focus, a:active {
	color: #302470;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}
.entry-content a {
	color: #2c4934;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	color: #302470;
	text-decoration: none;
}
.wp-block-button a{
	text-decoration: none;
}

.focus-box-copy a{
	color: #302470;
	text-decoration: underline;
}
.focus-box-copy a:visited{
	color: #302470;
	text-decoration: underline;
}
.focus-box-copy a:hover, .focus-box-copy a:focus, .focus-box-copy a:active {
	color: #2c4934;
	text-decoration: none;
}

.site-info-full-width a{
	color:#2c4934;
}

.site-info-full-width #menu-social a, a.btn {
	color: #FFF;
}

.site-info-full-width #menu-social-1 a {
	color: #000;
}

.site-info-full-width a:visited{
	color: #2c4934;
}

a.btn:visited {
	color: #FFF;
}

.site-info-full-width a:hover, .site-info-full-width a:focus, .site-info-full-width a:active {
	color: rgba(48, 36, 112, 0.75);
}

a.flexer-focus-link, a.flexer-focus-link:visited, .btn-primary, input[type="submit"]{
	background-color: rgba(48, 36, 112, 1.00);
    color: #FFF;
    display: inline-block;
    padding: 10px 12px 10px 12px;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
	border:#9fb96f;
	cursor: pointer;
}
.flexer-button-group a{
	width: 294px;
    display: inline-block;
    text-decoration: none;
    font-size: 24px;
    font-size: 1.5rem;
	font-weight:600;
    text-transform:capitalize;
	cursor: pointer; 
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.82rem 3.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.flexer-button-group{
	margin-left:15px;
}
.flexer-button-group p{
	margin-bottom: 10px;
}
.flexer-button-group a:hover{
	background-color: #9fb96f;
	color:#FFF;
	border: #9fb96f 3px solid;
}
a.flexer-focus-link:hover, a.flexer-focus-link:focus, a.flexer-focus-link:active, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, input[type="submit"]:hover {
	background-color: rgba(48, 36, 112, 0.75);
    color: #FFF;
}
.btn{
	text-transform: uppercase;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	background-color: #302470;
    color: #FFF;
}
.btn-secondary{
	background-color: #2c4934;
	border: #2c4934;
}
.btn-secondary:hover{
	background-color: #302470;
}
.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(87,114,51,.5);
            box-shadow: 0 0 0 0.2rem rgba(87,114,51,.5);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(87,114,51,.5);
            box-shadow: 0 0 0 0.2rem rgba(87,114,51,.5);
}
/*.d-flex a.btn.btn-primary{
	max-width:43%;
}*/
#menu-social a:before, #menu-social-1 a:before{
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
#menu-social a, #menu-social-1 a{
	text-decoration: none;
}
#menu-social a:before, #menu-social-1 a:before{
	font-size:20px;
}
.site-footer #menu-social, .site-footer #menu-social-1 {
	margin-bottom: 1.75em;
	overflow: auto;
	padding:1em 0;
	margin:0 auto;
}

#menu-social ul, #menu-social-1 ul {
	list-style: none;
	margin: 0 0 1em;
	display: -webkit-box;  
	display: -ms-flexbox; 
	display: flex; 
    -webkit-box-pack:justify; 
        -ms-flex-pack:justify; 
            justify-content:space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
/*XXXXpx*/

@media screen and (min-width:600px) {
	#menu-social ul, #menu-social-1 ul  {
		display: block;
		margin: 0 0 -0.4375em;
	}
	
}
.site-footer #menu-social ul, .site-footer #menu-social-1 ul {
	list-style: none;
	margin: 0 auto;
}
.site-footer #menu-social ul li, .site-footer #menu-social-1 ul li {
	display: inline-block;
	float: none;
}
.social-links-header{
	margin-bottom:0.7em;
}
#menu-social li , #menu-social-1 li  {
	float: left;
	margin-top: 0;
	margin-right: 1.1em;
	margin-left: 0;
	margin-bottom: 0.4375em;
}
/*.social-links-header #menu-social li {
	float: none;
	margin-top: 0;
	margin-right: 1.5em;
	margin-left: 0;
	margin-bottom: 0.4375em;
}*/

.social-links-header #menu-social li:first-child, .contact-flexer ul.organization-contact-list li:last-child, .social-links-header #menu-social-1 li:first-child {
	margin-right: 1.5em;
}
#menu-social a, #menu-social-1 a {
	color: #FFF;
	display: block;
	height: 35px;
	position: relative;
	width: 35px;
}
.site-footer #menu-social a {
	color: #302272;
}
/*XXXXpx*/

@media screen and (min-width:660px) {
	.social-links-header #menu-social li {
		float:right;
	}
	.social-links-header #menu-social li:first-child, .contact-flexer ul.organization-contact-list li:last-child {
		margin-right: 0;
	}
}
#menu-social a:before, #menu-social-1 a:before {
	content: "\f415";
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
	border-radius:50%;
	background-color: #312475;
}
#menu-social-1 a:before {
	background-color: #fff;
	}
.site-footer #menu-social a:before {
	content: "\f415";
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
	border-radius:50%;
	background-color: #FFF;
}
#menu-social a:hover:before,
#menu-social a:focus:before,
#menu-social-1 a:hover:before,
#menu-social-1 a:focus:before {
	background-color: #FEFAC3;
	color:#302272;
}

#menu-social a[href*="codepen.io"]:before {
	content: "\f216";
}

#menu-social a[href*="digg.com"]:before {
	content: "\f221";
}

#menu-social a[href*="dribbble.com"]:before {
	content: "\f201";
}

#menu-social a[href*="dropbox.com"]:before {
	content: "\f225";
}

#menu-social a[href*="facebook.com"]:before, #menu-social-1 a[href*="facebook.com"]:before {
	content: "\f204";
}

#menu-social a[href*="flickr.com"]:before {
	content: "\f211";
}

#menu-social a[href*="foursquare.com"]:before {
	content: "\f226";
}

#menu-social a[href*="plus.google.com"]:before {
	content: "\f206";
}

#menu-social a[href*="github.com"]:before {
	content: "\f200";
}

#menu-social a[href*="instagram.com"]:before, #menu-social-1 a[href*="instagram.com"]:before {
	content: "\f215";
}

#menu-social a[href*="linkedin.com"]:before, #menu-social-1 a[href*="linkedin.com"]:before {
	content: "\f207";
}

#menu-social a[href*="path.com"]:before {
	content: "\f219";
}

#menu-social a[href*="pinterest.com"]:before, #menu-social-1 a[href*="pinterest.com"]:before {
	content: "\f209";
}

#menu-social a[href*="pinterest.ca"]:before, #menu-social-1 a[href*="pinterest.ca"]:before {
	content: "\f209";
}

#menu-social a[href*="getpocket.com"]:before {
	content: "\f224";
}

#menu-social a[href*="polldaddy.com"]:before {
	content: "\f217";
}

#menu-social a[href*="reddit.com"]:before {
	content: "\f222";
}

#menu-social a[href*="skype.com"]:before {
	content: "\f220";
}

#menu-social a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

#menu-social a[href*="tumblr.com"]:before {
	content: "\f214";
}

#menu-social a[href*="twitter.com"]:before, #menu-social-1 a[href*="twitter.com"]:before {
	content: "\f202";
}

#menu-social a[href*="vimeo.com"]:before, #menu-social-1 a[href*="vimeo.com"]:before {
	content: "\f212";
}

#menu-social a[href*="wordpress.com"]:before,
#menu-social a[href*="wordpress.org"]:before {
	content: "\f205";
}

#menu-social a[href*="youtube.com"]:before, #menu-social-1 a[href*="youtube.com"]:before {
	content: "\f213";
}

#menu-social a[href^="mailto:"]:before {
	content: "\f410";
}

#menu-social a[href*="spotify.com"]:before {
	content: "\f515";
}

#menu-social a[href*="twitch.tv"]:before {
	content: "\f516";
}

#menu-social a[href$="/feed/"]:before {
	content: "\f413";
}
#menu-social a[href*="soundcloud.com"]:before,#menu-social-1 a[href*="soundcloud.com"]:before {
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	content: "\f1be";
	font-family: "Font Awesome 5 Brands";
	font-weight: 900;
}

.archive-page-navigation ul{
	text-align: center;
	margin-left:0;
	padding-left:0;
}

 
.archive-page-navigation li {
    display: inline-block;
	margin:0.3em 0.5em;
}
/*XXXXpx*/

@media screen and (min-width:600px) {
	
}
.archive-page-navigation li a,
.archive-page-navigation li a:hover,
.archive-page-navigation li.active a,
.archive-page-navigation li.disabled {
    background-color: rgba(48, 34, 114, 0.75);
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.archive-page-navigation li a:hover,
.archive-page-navigation li.active a {
    background-color: #302470;
}
.archive-page-navigation li a.btn-primary.disabled, .archive-page-navigation li a.btn-primary:disabled{
	background-color: #302470;
	opacity: 1.00;
}
.archive-page-navigation a{
	color:#FFF;
	text-decoration: none;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#site-navigation{
	background-color: #FFF;
	border-bottom:2px solid #302272;
}
.admin-bar #site-navigation{
top:0px;
}
@media screen and (min-width:600px) {
	.admin-bar #site-navigation{
	top:32px;
}
}
.main-navigation{
  
}
.main-navigation li a{
	font-size: 18px;
	font-size: 1.125rem;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	-webkit-transition:.5s ease-out;
	transition:.5s ease-out;
}

.main-navigation li.current-menu-item a, .main-navigation li a:hover, .main-navigation li.menu-item-has-children:hover:after{
	color:#2ea3f2;
}
.main-navigation li.current-menu-item .sub-menu a{
	color:inherit;
}
.main-navigation li.menu-item-has-children{
	padding-right:1.25rem;
}
.main-navigation li.menu-item-has-children:after{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f078';
    cursor: pointer;
}
.smaller .main-navigation li.menu-item-has-children:after{
	top:6px;
}
.main-navigation ul ul li a{
	font-size: 16px;
	font-size: 1rem;
	text-transform:capitalize;
}
.site-header-menu {
	display: none;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 100%;
	        flex: 0 1 100%;
	margin: 0.875em 0;
}
.main-navigation {
	background-color: #FFF;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation.toggled ul ul {
	width: 100%;
    text-align: center;
}
.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background-color: #FFF;
	text-align: left;
	padding: 0.35em;
}
.main-navigation ul ul li {
	line-height: 2;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation.toggled ul ul a {
	width: 100%;
}
.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation li {
	float: none;
	position: relative;
	margin-left:0;
}
.main-navigation li ul li{
	margin-left:0.5rem;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */

.menu-toggle.btn-lg {
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	font-size: 0;
	margin-bottom: 0.75em;
}
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle span {
    background: #FFF;
    border-radius: 3px;
    display: block;
    height: 3px;
    margin-top: 5px;
    padding: 0;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 25px;
}

.toggled .menu-toggle span:nth-of-type(1) {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    top: 7px;
}

.toggled .menu-toggle span:nth-of-type(2) {
    opacity: 0;
}

.toggled .menu-toggle span:nth-of-type(3) {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    top: -9px;
}
@media screen and (min-width: 37.5em) {
	.menu-toggle, .menu-toggle.btn-lg {
		display: none;
	}
	
	.main-navigation ul{
		display:block;
		float: right;
		
	}
	.main-navigation li {
		float: left;
		position: relative;
		margin-left:1.25rem;
	}
	/*.main-navigation ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0.6em auto 1.2em auto;
	}
	.main-navigation ul ul{
		display: block;
	}*/
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.nav-previous a.btn,
.nav-next a.btn{
	white-space: normal;
	max-width: 95%;
	height:120px;
	text-align: center;
}
.nav-previous a.btn > span, .nav-next a.btn > span{
-ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width:100%;
    display: inline-block;
}
 .post-navigation .nav-previous a.btn:before{
 	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 36px;
    content: "\f053";
    color: #FFF;
 }
 .post-navigation .nav-next a.btn:after{
 	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 36px;
    content: "\f054";
    color: #FFF;
 }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	/*text-align: right;*/
	width: 50%;
}

/* Remove Yoast BreadCrumbs on home*/
body.home p#breadcrumbs {
    display: none;
}
/*Footer Menu */
#menu-footer-menu{
	margin:0;
	padding:0;
	list-style: none;
}
.slicknav_menu {
	display:none;
}
span.slicknav_icon-bar {
    background: #FFF;
    border-radius: 3px;
    display: block;
    height: 3px;
    margin-top: 5px;
    padding: 0;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 20px;
}
.slicknav_menu .slicknav_icon{
	float:left;
	margin: -0.188em 0 0 0.438em !important; 
}
.slicknav_open span.slicknav_icon-bar:nth-of-type(1) {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    top: 7px;
}

.slicknav_open span.slicknav_icon-bar:nth-of-type(2) {
    opacity: 0;
}

.slicknav_open span.slicknav_icon-bar:nth-of-type(3) {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    top: -4px;
}
.secondary-navigation-menu{
		display:block;
	}
span.slicknav_arrow {
    float: right;
}
@media screen and (max-width: 700px) {
	/* #menu is the original menu */
	#menu-primary {
		display:none;
	}
	
	.slicknav_menu {
		display:block;
		width:100%;
		text-transform: uppercase;
	}
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*hide on mobile*/
.widget-area {
	display: none;
}
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}
.widget ul{
	list-style: none;
}
.widget ul, .widget ul li{
	margin-left:0;
	padding-left:0;
}
.widget ul li{
	margin-bottom:0.75em;
	line-height: 1.25;
}
h2.widget-title{
	font-size:1.65rem;
}
/*XXXXpx*/

@media screen and (min-width:770px) {
	.widget-area {
		display: block;
	}
	
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# ACF
--------------------------------------------------------------*/

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
/*--------------------------------------------------------------
# Gutenberg
--------------------------------------------------------------*/
blockquote.wp-block-quote{
	border-left: 4px solid #302272;
	padding-left:1.5em;
}
p#breadcrumbs {
    display: block;
    margin-bottom: 2em;
    padding-bottom: 0.75em;
    border-bottom: 1px solid #A9B8C9;
}
/*Lawyers Block*/
.lawyers-columns .wp-block-image figcaption {
    margin-top: 1em;
    margin-bottom: 1em;
    color: inherit;
    text-align: left;
	font-size: 18px;
    font-size: 1.125rem;
}
.lawyers-columns .wp-block-image img{
	opacity: 1.00;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 1s, 2s;
	        transition-duration: 1s, 2s;
}
.lawyers-columns .wp-block-image img:hover{
	opacity: 0.75;
}
/*icon-block*/
.icon-block .fas{
    display: block;
    text-align: center;
    font-size: 76px;
    margin-bottom: 0.65em;
    color:#302470;
}
.alignleft img {
	float: left;
}
.alignright img {
 	float: right;
}
/*For Gutenber Column Blocks*/
@media (min-width: 600px) {
    .wp-block-columns.has-2-columns.three-quarters-one-quarter .wp-block-column:first-child {
        -ms-flex-preferred-size: 69% !important;
        flex-basis: 69% !important;
    }
    .wp-block-columns.has-2-columns.three-quarters-one-quarter .wp-block-columns .wp-block-column:first-child {
        -webkit-box-flex: 1 !important;
            -ms-flex: 0 1 100% !important;
                flex: 0 1 100% !important;
    }

    .wp-block-columns.has-2-columns.three-quarters-one-quarter .wp-block-column:nth-child(2) {
        -ms-flex-preferred-size: 24% !important;
        flex-basis: 24% !important;
    }

    .wp-block-columns.has-2-columns.one-quarter-three-quarters .wp-block-column:first-child {
        -ms-flex-preferred-size: 25% !important;
        flex-basis: 25% !important;
    }

    .wp-block-columns.has-2-columns.one-quarter-three-quarters .wp-block-column:nth-child(2) {
        -ms-flex-preferred-size: 75% !important;
        flex-basis: 75% !important;
    }

    .wp-block-columns.has-2-columns.two-thirds-one-third .wp-block-column:first-child {
        -ms-flex-preferred-size: 60% !important;
        flex-basis: 60% !important;
    }

    .wp-block-columns.has-2-columns.two-thirds-one-third .wp-block-column:nth-child(2) {
        -ms-flex-preferred-size: 30% !important;
        flex-basis: 30% !important;
    }

    .wp-block-columns.has-2-columns.one-third-two-thirds .wp-block-column:first-child {
        -ms-flex-preferred-size: 33% !important;
        flex-basis: 33% !important;
    }

    .wp-block-columns.has-2-columns.one-third-two-thirds .wp-block-column:nth-child(2) {
        -ms-flex-preferred-size: 66% !important;
        flex-basis: 66% !important;
    }
}
/*XXXXpx*/
.wp-block-embed-youtube.aligncenter{
	text-align: center;
}
@media screen and (max-width:1024px) {
	/* Responsive Video */
	.wp-block-embed-youtube {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		overflow: hidden;
		max-width: 100%;
		height: auto;
		margin: 20px auto;
	}
	.wp-block-embed-youtube iframe, .wp-block-embed-youtube object, .wp-block-embed-youtube embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
.flexer-header-image{
	background-color: #2F2274;
}
.flexer-header-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .7;
    z-index: 1
}
.wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 520px;
    width: 100%;
    margin: 0 0 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.wp-block-image{
	padding-top:0;
	margin-top:0;
}
.wp-block-columns {
	display: inline-block; 
}

.wp-block-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
}

@media screen and (min-width:600px) {
	.wp-block-columns {
		display: -webkit-box;  
		display: -ms-flexbox; 
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		
	}
	.wp-block-column {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
	.lawyers-columns .wp-block-column{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
}
.dark-background, 
.dark-background a:link, 
.dark-background a:visited, 
.dark-background a:hover, 
.dark-background a:active,
.dark-background h1, 
.dark-background h2, 
.dark-background h3, 
.dark-background h4,
.dark-background h5,
.dark-background h6
{
	color:#FFF;
}
.has-background-colour-leckers-blue{
	background-color: #302272;
	color:#FFF;
}
.has-background-colour-leckers-dark-grey{
	background-color: #3A4149;
	color:#FFF;
}
.has-background-colour-leckers-dark-grey a:link, 
.has-background-colour-leckers-dark-grey a:visited, 
.has-background-colour-leckers-dark-grey a:hover, 
.has-background-colour-leckers-dark-grey a:active
{
	color:#FFF;
}
.has-background-colour-leckers-mid-grey{
background-color:#2D2D2D;
}
.has-background-colour-leckers-light-grey{
	background-color: #a9b8c9;
}
.has-background-colour-leckers-yellow{
background-color: #FFFBD3;
}
/*Align wide NEED TO CUSOMIZE*/
@media only screen and (min-width: 768px) {
	.alignfull {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		width: auto;
		max-width: 1000%;
	  }

	  .alignwide {
		margin-left: calc(25% - 25vw);
		margin-right: calc(25% - 25vw);
		width: auto;
		max-width: 1000%;
	  }
	  .blog .alignwide {
		margin-left: 0;
		margin-right: 0;
	  }
	  .alignwide img,
	  .alignfull img {
		display: block;
		margin: 0 auto;
	  }
}
.leckers-constrain-inner{
		max-width:1320px;
		width:100%;
		display: block;
		padding-left:15px;
		padding-right:15px;
	}
.has-1-columns .leckers-constrain-inner .wp-block-column:nth-child(odd){
    margin-right: 0;
}
@media only screen and (min-width: 768px) {
	.leckers-constrain-inner{
		max-width:1320px;
		width:100%;
		grid-template-columns: 50% auto;
		-ms-grid-columns:inherit;
		    grid-template-columns:inherit;
		display: -ms-grid;
		display: grid;
	        -ms-grid-rows: auto;
	        grid-template-rows: auto;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            grid-template-areas: "media-text-media media-text-content";
	}
	.wp-block-media-text.has-media-on-the-right .leckers-constrain-inner{
	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            grid-template-areas: "media-text-content media-text-media";
	    -ms-grid-columns: auto 50%;
	        grid-template-columns: auto 50%
	}
	.has-1-columns .leckers-constrain-inner{
		display:block;
	}
	/*figure.wp-block-media-text__media img {
	    position: relative;
	    left: -400px;
	}
	figure.wp-block-media-text__media.visible img {
	    position: relative;
	    left: 0px;
	}*/
}
.wp-block-media-text.constrain-inner {
    display: block;
}
.wp-block-latest-posts.is-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 0;
}
/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

/* Beacuse some browsers include scroll-bar in calc we need to hide the x axis overflow*/
body, html {
    overflow-x: hidden;
}
.menu.nav-menu, .content-area, .site-branding {
/*	padding-left:7%;
	padding-right:7%;*/
}
.full-width-element-wrapper, .wp-block-image.alignwide {
    width: 100vw !important;
    left: calc(-50vw + 50%) !important;
    position: relative !important;
    height: auto !important;
    overflow: visible;
    clear: both;
    
}

.full-width-element-inner{
    margin: 0 auto;
	max-width:1320px;
	/*padding: 0em 1em 0em 1em;*/
}

.jumbotron.full-width-element-wrapper .container.full-width-element-inner{
    margin: 0 auto;
    width:100%;
	max-width:2000px;
	padding: 0;
}
.site {
	margin: 0 auto;
	max-width: 1320px;
	position: relative;
	
	background-color: #FFF;
}
div.site-content {
    min-height: 600px;
	display: -webkit-box;  
	display: -ms-flexbox; 
	display: flex; 
}
.content-area {
	width: 100%;
	float: left;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header.site-header{
	display:block;
	padding-top: 1.625em;
	padding-bottom: 1em;
	background-color: #FFF;
}
header.smaller{
	height:40px;
}
header.smaller .custom-logo{
    width: auto;
    height: 35px;
}
header.smaller nav a {
      line-height: 35px;
 }
header nav a {
      -webkit-transition: all 0.3s;
      transition: all 0.3s; 
}
header .custom-logo {
	width:auto;
	height:60px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; 
}
@media screen and (min-width: 37.5em) {
	header.site-header{
/*		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		-webkit-box-align: flex-end;
			-ms-flex-align: flex-end;
				align-items: flex-end;*/
		padding-top: 3.9em;
		padding-bottom: 1em;
	}
}
.flexer-navigation-wrapper{
	-webkit-box-flex: 1;
	    -ms-flex: auto;
	        flex: auto;
	padding-right: 1em;
    padding-left:1em;
    background-color: #FFF;
    overflow: auto;
}
@media screen and (min-width: 82.5em) {
	.flexer-navigation-wrapper{
		padding-right: 0;
		padding-left:0;
	}
}

.site-branding{
	-webkit-box-flex:100%;
	    -ms-flex:100%;
	        flex:100%;
	text-align: center;
}
@media screen and (min-width: 37.5em) {
	.site-branding{
		-webkit-box-flex:25%;
		    -ms-flex:25%;
		        flex:25%;
		text-align: left;
	}
}
.site-branding h1, .site-branding h2, .site-branding  p{
	margin:0;
	padding: 0;
}
.contact-flexer{
	-webkit-box-flex:1;
	    -ms-flex:1 0 20%;
	        flex:1 0 20%;
}
.contact-flexer ul li{
	display: inline-block;
	margin-left:0;
	padding-left:0;
	margin-right:1em;
}
.contact-flexer ul{
	margin: 0 0 0 0;
	padding:0;
	text-align: center;
}
.site-description{
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.5em;
}
.custom-logo-link{
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 20%;
	        flex: 0 1 20%;
}
@media screen and (min-width: 37.5em) {
	.contact-flexer ul{
		margin: 0 0 0 0;
		padding:0;
		text-align: right;
	}
	.contact-flexer{
	-webkit-box-flex:1;
	    -ms-flex:1 0 20%;
	        flex:1 0 20%;
	}
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.blog_archive-description{
	margin-bottom:2em;
	margin-left:15px;
}
.home-page-focus-box{
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 100%;
	        flex: 1 0 100%;
	-webkit-box-shadow: 3px 3px 2px 0px #E2E2E2;
	        box-shadow: 3px 3px 2px 0px #E2E2E2;
	border:1px solid #E2E2E2;
	display: -webkit-box;  
	display: -ms-flexbox; 
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	
	position: relative;
}
/*XXXXpx*/

@media screen and (min-width:480px) {
	.home-page-focus-box{
		
	}
}
.home-page-focus-box:hover{
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.home-page-focus-box-featured-image{
	position: relative;
	overflow: hidden;
}
.home-page-focus-box-featured-image img:hover{
	/*-webkit-transform: scale(1.3);
	transform: scale(1.3);*/
}
.home-page-focus-box-featured-image img{
  display: block;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.home-page-focus-box-featured-image img:hover{
	
}
.middle {
  webkit-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
	width:100%;
	height:100%;
}
.home-page-focus-box-featured-image:hover .middle {
	opacity: 1;
	/*	top:-999px;
	left:-999px;*/
}
.hover-title{
	display: -webkit-box;  
	display: -ms-flexbox; 
	display: flex; 
	align-items: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
    -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
	-webkit-flex-wrap:nowrap;
	height:100%;
	background-color: rgba(47, 34, 116, 0.4);
	cursor:pointer;
}
.hover-title:hover{
	background-color: rgba(47, 34, 116, 0.6);
}
.hover-title a, .hover-title a:hover {
  color: #FFF;
	font-family: 'Open Sans Condensed', sans-serif;
  font-size: 28px;
	margin: 0 auto;
    display: inline-block;
    text-decoration: none;
    overflow: visible;
    padding: 0% 5% 0 5%; 
	display: -webkit-inline-box; 
	display: -ms-inline-flexbox; 
	display: inline-flex; 
	webkit-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	/*text-indent: -500px;*/
}
body.single-post .hover-title a{
	font-size: 18px;
}
.home-page-focus-box-featured-image:hover .hover-title a, .home-page-focus-box-featured-image:hover .hover-title a:hover, .home-page-focus-box-featured-image:hover .video-title a, .home-page-focus-box-featured-image:hover .video-title a:hover{
	text-indent:inherit;
}
.hover-title h2{
	width:100%;
}
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 auto;
}
.entry-content.container, .archive-description{
	max-width:1140px;
}
body.page-id-184 .entry-content.container{
	max-width:100%;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.organization-address-wrapper ul{
	list-style: none;
}
.organization-address-wrapper ul li, .organization-address-wrapper ul{
	margin-left:0;
	padding-left:0;
}
.focus-text{
	color:#2c4934;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
}
#secondary .post-date{
	display:block;
	font-size:14px;
	font-style: italic;
	margin-top:4px;
}
/*--------------------------------------------------------------
## services and Portfolio
--------------------------------------------------------------*/
.portfolio-home-page{
	margin-bottom:2em;
}
h2.service-title.card-title a{
    color: #9fb96f;
    text-decoration: none;
    opacity: 1.00;
}
.card a.service-image-cropped-wide-link{
	/*background:rgba(0,0,0,0.6);
	display: inline-block;*/
}
.card img.attachment-service-image-cropped-wide{
	/*opacity: 0.5;*/
}
.service-description.card-text a {
	text-transform: uppercase;
	color: #302470;
	text-decoration: underline;
}
.service-description.card-text .card-link{
	white-space: nowrap;
}
.service-description.card-text a:hover {
	color: #2c4934;
	text-decoration: none;
}
@media screen and (min-width:760px) {
	.portfolio-home-page{
		margin-bottom:0;
	}
	
}
.portfolio-home-page img{
	border: 1px solid #404040;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
            box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.portfolio-home-page img:hover {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
            box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
h2.service-title{
	font-size: 20px;
	/*min-height: 3.2em;*/
}
.service-description{
	margin-top:1em;
}
.wp-block-cover-image.has-background.alignwide .flexer-header-copy-wrapper{
	max-width:1000px;
	width:100%;
	padding:40px;
	/*background-color: rgba(48, 34, 114, 0.75);*/
	/*background-color: rgba(254, 250, 192, 0.75);*/
	text-align: center;
	margin-bottom: 1em;
	z-index:999;
}
.wp-block-cover-image.has-background.alignwide .flexer-header-copy-wrapper h1.entry-title{
	color:#FFF;
	font-size:36px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
	max-width: none;
}
.wp-block-cover-image.has-background.alignwide .flexer-header-copy-wrapper h3{
	color:#FFF;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
}
/*--------------------------------------------------------------
## Slideshow
--------------------------------------------------------------*/
.carousel-inner .carousel-item {
	transition: -webkit-transform 2.5s ease;
	-webkit-transition: -webkit-transform 2.5s ease;
	transition: transform 2.5s ease;
	transition: transform 2.5s ease, -webkit-transform 2.5s ease;
	transition: transform 2.5s ease, -webkit-transform 2.5s ease;

}

.cycle-caption {
    background-color: rgba(48, 34, 114, 1.00);
	font-weight: 700;
	color:#FFF;
    margin: auto 0;
    position:relative;
    top:0;
	right:0;
    width: 100%;
	min-height:240px;
    height: auto;
	line-height: normal;
	padding: 4% 4% 4% 4%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: flex-start;
	    -ms-flex-align: flex-start;
	        align-items: flex-start;
}
.cycle-caption h2{
	font-size:30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	color:#FFF;
	max-width:100%;
}
.cycle-caption a{
	color:#FFF;
}
.cycle-caption .slider-text{
	font-size:18px;
	line-height: 1.2;
}
@media screen and (min-width:670px) {
	.cycle-caption {
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		font-style: normal;
		color:#FFF;
		margin: 0% auto;
		width: 46%;
		position: absolute;
		top:0%;
		right:0;
		height: 100%;
		line-height: normal;
		padding: 0 4% 0 4%;
		background-color: rgba(48, 34, 114, 0.75);
	}
	/* If you want to switch to left slideshow caption*/
	/*#carousel-item-X .cycle-caption{
		margin: 0% auto;
		top:38%;
		right:auto;
		left:0;
	}*/
}
@media screen and (min-width:1000px) {
	.cycle-caption h2{
		font-size:40px;
	}
	.cycle-caption .slider-text{
		font-size:30px;
	}
}
@media screen and (min-width:1080px) {
	.cycle-caption h2{
		font-size:44px;
	}
}
@media screen and (min-width:1330px) {
	.cycle-caption {
		width: 46%;
		top:38%;
		right:0;
		height: 38%;

	}
}
/*--------------------------------------------------------------
## testimonial
--------------------------------------------------------------*/
.leckers-testimonials.constrain-inner .leckers-constrain-inner{
		max-width:1320px;
		width:100%;
		display: block;
	}
@media screen and (min-width:788px) {
	.leckers-testimonials.constrain-inner .leckers-constrain-inner{
		max-width:1320px;
		width:100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align:unset;
		    -ms-flex-align:unset;
		        align-items:unset;
	}
}	
.wp-block-column.leckers-testimonials {
	margin-bottom:5.82%;
	border: #2F2274 0.2em solid;
    padding: 1.5em;
    background-color: #FFF;
}
.wp-block-column.leckers-testimonials:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: relative;
    z-index: 2;
    top: -2em;
    left: calc(50% - 33px);
    margin-left: 0px;
    border-radius: 62px;
    background: #2F2274;
    font-size: 24px;
    content: "\f10e";
    color: #FEFAC0;
    padding: 0.65em;
    width:66px;
    text-align: center;
}
.leckers-testimonials .wp-block-column{
	margin-bottom:5.82%;
	border: none;
    padding: 1.5em;
    background-color: #FFF;
    color:#2F2274;
/*    -webkit-box-shadow:-2px -5px 17px 3px #FEFAC0;
            box-shadow:-2px -5px 17px 3px #FEFAC0;*/
}
.leckers-testimonials .wp-block-column:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: relative;
    z-index: 2;
    top: -2em;
    left: calc(50% - 8px - 0.65em);
    margin-left: 0px;
    border-radius: 50%;
    background: #2F2274;
    font-size: 24px;
    content: "\f10e";
    color: #FEFAC0;
    padding: 0.65em;
/*    -webkit-box-shadow:-2px -5px 17px 3px #FEFAC0;
            box-shadow:-2px -5px 17px 3px #FEFAC0;*/
}
.leckers-testimonials.leckers-testimonials-image-first .wp-block-column:first-child,
.leckers-testimonials.leckers-testimonials-image-last .wp-block-column:last-child,
.has-3-columns.image-middle .wp-block-column:nth-child(2){
	border: none;
	background-color: transparent;
	    -webkit-box-shadow:none;
            box-shadow:none;
}

.leckers-testimonials.leckers-testimonials-copy-first .wp-block-column:first-child,
.leckers-testimonials.leckers-testimonials-copy-last .wp-block-column:last-child{
	border: #2F2274 0.5em solid;
	background-color: #2F2274;
	color:#FEFAC0;
		    -webkit-box-shadow:none;
            box-shadow:none;
}

.leckers-testimonials.leckers-testimonials-image-last .wp-block-column:last-child:before,
.leckers-testimonials.leckers-testimonials-copy-last .wp-block-column:last-child:before
{
	 content: " ";
	 border-radius: none;
	 background-color: transparent;
	 	 background-color: transparent;
	 	    -webkit-box-shadow:none;
            box-shadow:none;
}
.leckers-testimonials.leckers-testimonials-image-first .wp-block-column:first-child:before,
.leckers-testimonials.leckers-testimonials-copy-first .wp-block-column:first-child:before,
.has-3-columns.image-middle .wp-block-column:nth-child(2):before
{
	 content: " ";
	 border-radius: none;
	 background-color: transparent;
	 	    -webkit-box-shadow:none;
            box-shadow:none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer-sidebar p{
	font-size:14px;
}
#footer-sidebar h3.widget-title{
	font-size:1.25rem;
}
#footer-sidebar1, #footer-sidebar2, #footer-sidebar3{
	text-align: left;

}
footer.site-footer.container {

}
.full-width-element-wrapper.site-info-full-width{
	margin-top:2em;
	margin-bottom:2em;
	padding-top:2em;
	padding-bottom:2em;
}
footer .full-width-element-wrapper.site-info-full-width{
	margin-bottom:0;
}
.footer-secondary-logo{
	text-align: center;
	margin:0 auto 1em;
}
.site-info{
	text-align: center;
}
footer .social-links{
	padding-top:30px;
}
.flexer-copyright{
	font-size: 14px;
}
/*XXXXpx*/

@media screen and (min-width:660px) {
	footer .social-links{
		padding-top:0;
	}
	
}
/*Call To Action*/
.call-to-action-wrapper{
	background-color: #ad978e;
	margin-bottom:2rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.call-to-action-wrapper h1,
.call-to-action-wrapper h2,
.call-to-action-wrapper h3,
.call-to-action-wrapper h4,
.call-to-action-wrapper h5,
.call-to-action-wrapper h6,
.call-to-action-wrapper p{
	color: #FFF;
	margin:0;
	padding:0;
}
/*--------------------------------------------------------------
# ACF
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Bootsrap
--------------------------------------------------------------*/
.card {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    padding: 0rem;
}
.jumbotron.full-width-element-wrapper{
	background-color: transparent;
}
@media (min-width: 670px){
	.jumbotron.full-width-element-wrapper {
		padding-left: 0;
		padding-right: 0;
		background-color: transparent;
	}
	.cycle-caption {
		width:46%;
	}
}
@media screen and (min-width: 768px){
	.jumbotron {
		padding-top: 0;
		padding-bottom: 0;
		background-color: rgba(87, 114, 51, 1.00);
	}
}
.card{
	
}
.card-body{
	cursor: auto;
}
.card:hover{
	-webkit-box-shadow:none;
	        box-shadow:none;
}
/*.card-img-caption .card-title {
    height: 0;
    margin-top: -44%;
    margin-bottom: 40%;
    overflow: visible;
	text-align: center;
	font-size: 1.7em;
	opacity: 0.9999;
	padding: 0 16%;
}*/
.card-img-caption img:hover{
	opacity: 0.8;
}
.card-img-caption .card-title {
	
}
@media (min-width: 1200px){
	.container {
		max-width: 1320px;
	}
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*FAQ*/
/* Style the buttons that are used to open and close the accordion panel */
.schema-faq-question {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
 
}
.schema-faq-question:after{
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
   -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
}
.schema-faq-question.schema-faq-question-active:after{
    content: '\f068';
    font-family: 'Font Awesome 5 Free';
   -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.schema-faq-question-active, .schema-faq-question:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.schema-faq-answer {
  padding: 0 18px;
  background-color: white;
  color:#000;
  overflow: hidden;
   max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
}
.schema-faq-answer a:link, .schema-faq-answer a:visited{
	color: #000;
}
/*to fix the issue witht he sticky nav interfering with in-page links */
:target::before {
  content: "";
  display: block;
  height: 210px; /* fixed header height*/
  margin: -210px 0 0; /* negative fixed header height */
}
.header-featured-categories, .wrapper-featured-categories{
	display:none;
}
@media screen and (min-width:770px) {
	.header-featured-categories, .wrapper-featured-categories{
		display:block;
	}
}