/*
Theme Name: JB Medium 2025
Theme URI: http://jameibutlermedium.com/
Description: A WordPress theme for the JBM website using Bootstrap 4.6.0
Version: 3.0
Author: Biscuit Studios
Author URI: http://biscuitstudios.com/
Tags: custom header, responsive, custom-menu, translation-ready
*/

/*-------------------------------------------------------------------------*/

/* COLORS */

/*-------------------------------------------------------------------------*/

/* blue = #286AA6 */
/* dark blue = #062C54 */
/* black = #2A2A2A */
/* gray font = #51545D */
/* light gray font = #7D7D61 */

.text-blue {
	color: #286AA6;
}
.text-dark-blue {
	color: #062C54;
}
.text-black {
	color: #2A2A2A;
}
.text-gray {
	color: #51545D;
}
/* Define a variable */
:root {
	/*  FONTS  */
	/* https://www.fluid-type-scale.com/calculate?minFontSize=16&minWidth=320&minRatio=1.125&maxFontSize=18&maxWidth=1280&maxRatio=1.2&steps=xs,s,m,l,xl&baseStep=m&prefix=text&decimals=2&useRems=on&remValue=16&previewFont=Inter&previewText=Preview&previewWidth=1280 */
	--text-xs: clamp(0.79rem, -0.01vw + 0.79rem, 0.78rem);
	--text-s: clamp(0.89rem, 0.08vw + 0.87rem, 0.94rem);
	--text-m: clamp(1rem, 0.21vw + 0.96rem, 1.13rem);
	--text-l: clamp(1.13rem, 0.37vw + 1.05rem, 1.35rem);
	--text-xl: clamp(1.27rem, 0.59vw + 1.15rem, 1.62rem);
	
	/*  HEADINGS  */
	/* https://www.fluid-type-scale.com/calculate?minFontSize=20&minWidth=320&minRatio=1.25&maxFontSize=22&maxWidth=1280&maxRatio=1.333&steps=6,5,4,3,2,1,title&baseStep=4&prefix=h&decimals=2&useRems=on&remValue=16&previewFont=Inter&previewText=Preview&previewWidth=1280 */
	--h6: clamp(0.8rem, -0.04vw + 0.81rem, 0.77rem);
	--h5: clamp(1rem, 0.05vw + 0.99rem, 1.03rem);
	--h4: clamp(1.25rem, 0.21vw + 1.21rem, 1.38rem);
	--h3: clamp(1.56rem, 0.45vw + 1.47rem, 1.83rem);
	--h2: clamp(1.95rem, 0.82vw + 1.79rem, 2.44rem);
	--h1: clamp(2.44rem, 1.36vw + 2.17rem, 3.26rem);
	--h-title: clamp(3.05rem, 2.15vw + 2.62rem, 4.34rem);
	
	/*  COLORS  */
	--primary-color: #286AA6;
	--secondary-color: #062C54;
	--dark-black-color: #2A2A2A;
	--black-color: #4A4A4A;
	--gray-color: #51545D;
	--light-gray-color: #F2F2F2;
	--white-color: #FFF;
	--error-color: #930;
	
	/*  BORDER RADIUS  */
	--border-radius-s: 2px;
	--border-radius-m: 4px;
	--border-radius-l: 8px;
	--border-radius-xl: 12px;
	
}

/*-------------------------------------------------------------------------*/

/* FONTS */

/*-------------------------------------------------------------------------*/

/* font-family: figtree, Helvetica, Arial, sans-serif; (300, 400, 500, 700) */

/*-------------------------------------------------------------------------*/

/* GLOBAL ELEMENTS */

/*-------------------------------------------------------------------------*/

html {
    position: relative;
    min-height: 100%;
}
body {
	/* background: #FFF url(assets/images/bg_paper.png) repeat top left; */
	background: #FFF;
	font: 400 17px/180% figtree, Helvetica, Arial, sans-serif;
	color: #51545D;
	font-variant-ligatures: no-common-ligatures; /* no ligatures */
}
header, a, img, li {
    transition: all 0.3s ease;
}
a {
	color: #286AA6;
	border-bottom: 1px solid #286AA6;
	text-decoration: none;
    transition: all 0.3s ease;
}
a:hover {
	color: #222;
	border-bottom: 1px solid #222;
	text-decoration: none;
}
a:active,
a:focus {
	color: #222;
	border-bottom: 1px solid #222;
	text-decoration: none;
}
a.no-border {
	border-bottom: none;
}
a:hover.no-border {
	border-bottom: none;
	filter: alpha(opacity=60);
    opacity: 0.6;
}
a[href^="tel:"] {
	white-space: nowrap;
}
a[data-toggle] {
	cursor: pointer;
}
p {
	margin: 0 0 24px 0;
}
ul, ol {
	margin: 0 0 24px 0;
}
li {
	line-height: 140%;
	margin: 0 0 8px 0;
}
li li {
	margin-top: 8px;
}
ol {
	list-style-type: decimal;
}
ol li {
	margin: 0 0 12px 6px;
    padding-left: 6px;
}
ol ol {
	list-style: disc;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
strong, b {
    font-weight: 700;
}
em, i {
	font-style: italic;
}
address {
    margin-bottom: 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
}
blockquote {
	clear: both;
	color: #286AA6;
	background-color: #f4f4f4;
	font-size: 24px;
	font-weight: 700;
	line-height: 150%;
	text-shadow: 0 2px 3px rgba(255, 255, 255, 0.50);
	border-left: none;
	padding: 30px;
	margin: 0 0 32px 0;
	overflow: hidden;
}
blockquote p:last-child {
	margin: 0;
}
hr {
	clear: both;
	background-color: #E5E5E5;
	border: 0;
	height: 1px;
	margin: 40px 0;
}
embed,
object,
iframe,
video {
	max-width: 100%;
	margin-bottom: 24px;
}
img, a img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

/*-------------------------------------------------------------------------*/

/* STRUCTURE */

/*-------------------------------------------------------------------------*/

.content-wrapper {
	padding-top: 0;
	transition: all 0.3s ease;
}
@media (min-width: 992px) {
	.content-wrapper {
		padding-top: 65px;
	}
	.content-wrapper.content-wrapper-small {
		padding-top: 0;
	}
}
footer {
    clear: both;
    background: transparent;
    width: 100%;
}

/*-------------------------------------------------------------------------*/

/* HEADER */

/*-------------------------------------------------------------------------*/

.navbar {
	background-color: transparent;
	border: none;
	padding: 0;
    transition: all 0.3s ease;
}
.navbar a {
	border-bottom: none;
}
.navbar a:hover {
	border-bottom: none;
}
#ps2id-dummy-offset {
	height: 20px;
}
@media (min-width: 992px) {
	#ps2id-dummy-offset {
		height: 120px;
	}
}

/* --- POSTIION NOT FIXED FOR MOBILE --- */

header {
    position: relative;
	width: 100%;
}
.fixed-top {
    position: relative;
	box-shadow: none;
	width: 100%;
}
@media (min-width: 992px) {
	.fixed-top {
	    position: fixed;
	    top: 0;
	    right: 0;
	    left: 0;
		/* box-shadow: 0 2px 12px 0 rgba(0,0,0,0.25); */
	}
}

/* --- MOBILE LOGO --- */

.navbar .logo h1 {
	font-size: 24px;
	line-height: 100%;
	margin: 0;
}
.navbar .logo {
	display: inline-block;
}
.navbar .logo > a {
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 113px;
	height: 80px;
	transition: all 0.3s ease;
	z-index: 1040;
}
.navbar .logo > a img {
	max-height: 100%;
	transition: all 0.3s ease;
}

/* --- DESKTOP LOGO --- */

@media (min-width: 992px) {
	.navbar .logo {
		display: inline-block;
	}
	.navbar .logo > a {
		top: 30px;
		left: 30px;
		width: 113px;
		height: 80px;
	}
	.navbar.nav-small .logo > a {
		top: -110px;
	}
}

/* --- MOBILE TOGGLE ICON --- */

.navbar-toggler {
	width: 30px;
	height: 24px;
	position: absolute;
	top: 30px;
	right: 30px;
	margin: 0;
}
.nav-hamburger {
	width: 30px;
	height: 24px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.nav-hamburger span {
	display: block;
	position: absolute;
	height: 6px;
	width: 100%;
	background: #FFF;
	border-radius: 3px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.nav-hamburger span:nth-child(1) {
	top: 0px;
}
.nav-hamburger span:nth-child(2),
.nav-hamburger span:nth-child(3) {
	top: 9px;
}
.nav-hamburger span:nth-child(4) {
	top: 18px;
}
.nav-hamburger.open span:nth-child(1) {
	top: 9px;
	width: 0%;
	left: 50%;
}
.nav-hamburger.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-hamburger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-hamburger.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.mobile-nav-button {
	display: none;
	position: absolute;
	top: 12px;
	right: 70px;
}
@media (min-width: 480px) {
	.mobile-nav-button {
		display: inline-block;
	}
}
@media (min-width: 992px) {
	.mobile-nav-button {
		display: none;
	}
}

/*-------------------------------------------------------------------------*/

/* MAIN MENU */

/*-------------------------------------------------------------------------*/

/* --- MENU BASICS --- */

.sf-menu,
.sf-menu * {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 1000;
}
.sf-menu li {
	position: relative;
	line-height: 100%;
	display: inline-block;
}
/* REMOVED FOR EDGE
.sf-menu > li {
	float: left;
} */
.sf-menu a {
	display: block;
	position: relative;
}

/* --- MAIN MENU STYLES --- */

.desktop-menu {
	display: none;
}
@media (min-width: 992px) {
	.desktop-menu {
		display: block;
		position: absolute;
		width: 100%;
		z-index: 1001;
		top: 160px;
		width: 100%;
		transition: all 0.3s ease;
	}
}
.home .desktop-menu {
	top: 540px;
}
.desktop-menu .sf-menu {
	/* background-color: #2f3238; */
	background-color: #286AA6;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}
.nav-small .desktop-menu {
	top: 0;
}
.nav-small .desktop-menu .sf-menu {
	margin: 0 auto;
	padding-top: 3px;
	padding-bottom: 3px;
}
.desktop-menu .sf-menu ul {
	min-width: 12em;
}
.desktop-menu .sf-menu li {
	white-space: nowrap;
	margin: 0;
}
.desktop-menu .sf-menu li:hover {
	border-radius: 4px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
	transition: all 0.3s ease;
}
.desktop-menu .sf-menu li.menu-item-has-children:hover a {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.desktop-menu .sf-menu li:hover > a {
	background-color: #FFF;
	color: #286AA6;
	text-decoration: none;
}
.desktop-menu .sf-menu li a {
	color: #FFF;
    background-color: transparent;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
	text-decoration: none;
    text-transform: lowercase;
    margin: 0;
    padding: 12px 12px;
}
.wpmenucart a.wpmenucart-contents>* {
	vertical-align: bottom;
}
.desktop-menu .sf-menu li.nav-white a {
	color: #286AA6;
	background-color: #FFF;
	border-radius: 4px !important;
}
.desktop-menu .sf-menu li.nav-white:hover > a {
	background-color: #FFF;
	color: #286AA6;
	text-decoration: none;
}
.desktop-menu .feather-search {
	width: 14px;
	height: 14px;
	stroke: currentColor;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	cursor: pointer;
	margin-top: -4px;
}

/* --- SUB MENU STYLES --- */

.desktop-menu ul.sf-menu li ul {
    display: none;
    background-color: #FFF;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
	text-align: left;
	line-height: 100%;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	max-height: initial;
	height: auto !important;
    margin: 0;
	padding: 10px 10px 16px 10px;
}
.desktop-menu ul.sf-menu li ul li {
    display: block;
	background-color: transparent;
    border: none;
	box-shadow: none !important;
    line-height: 100%;
	height: auto !important;
	margin: 0 !important;
}
.desktop-menu ul.sf-menu li ul li a {
	color: #525252;
	background-color: #FFF;
	font-size: 14px;
	font-weight: 400;
    text-transform: lowercase;
	margin: 0;
    padding: 10px;
}
.desktop-menu ul.sf-menu li ul li a:hover {
	color: #FFF;
	background-color: #286AA6;
	border-radius: 4px !important;
}

/* --- MEGAMENUS --- */

.sf-menu .mega-menu {
    position: inherit;
}
.sf-menu .mega-menu > ul {
    left: auto;
	border-radius: 4px;
	margin: 0;
}
.sf-menu .mega-menu > ul > li {
    float: left;
	margin: 0;
    padding: 0;
	padding-bottom: 0;
}
.sf-menu .mega-menu > ul > li a.title,
.sf-menu .mega-menu > ul > li a.column-title {
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 700;
	text-transform: uppercase;
    margin: 0;
	padding: 10px 8px;
    white-space: normal;
}
.sf-menu .mega-menu > ul > li a.title:hover,
.sf-menu .mega-menu > ul > li a.column-title:hover {
    color: #FFF;
	background-color: #4A4A4A;
}
.sf-menu .mega-menu > ul > li a.no-title {
	display: none;
}
.sf-menu .mega-menu > ul > li.no-link a.title:hover,
.sf-menu .mega-menu > ul > li.no-link a.column-title:hover {
    color: #4A4A4A;
	background-color: transparent;
}
.sf-menu .mega-menu > ul > li a.title:after,
.sf-menu .mega-menu > ul > li a.column-title:after {
	display: none;
}
.sf-menu .mega-menu ul li ul li a {
    color: #525252;
    border-radius: 4px;
	font-size: 14px;
    font-weight: 400;
    text-transform: lowercase;
    margin: 0;
	padding: 8px;
    white-space: normal;
}
.sf-menu .mega-menu ul li ul li a:hover {
	color: #FFF;
	background-color: #00243F;
}
.sf-menu .mega-menu > ul > li ul {
    clear: both;
	display: block !important;
	position: relative !important;
	left: 0 !important;
	filter: alpha(opacity=100);
    opacity: 1 !important;
	width: 100%;
	box-shadow: none;
    margin: 0;
    padding: 0;
}
.sf-menu .mega-menu p {
	display: block;
	font-size: 11px;
	line-height: 150%;
	margin: 5px 8px 16px 8px;
	white-space: normal;
}
.sf-menu .mega-menu p a {
	position: inherit;
	display: inline;
	color: #525252;
	font-size: 11px;
	font-weight: 400;
	line-height: 150%;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 0;
}
.sf-menu .mega-menu p a:hover {
	text-decoration: underline;
}
.sf-menu .mega-menu .image {
	border-radius: 4px;
	margin: 0 0 -5px 0;
	padding: 12px 10px;
}
.sf-menu .mega-menu a .image {
	border-radius: 4px;
	margin: 0 0 -5px 0;
	padding: 0;
}

/* --- MEGA COLUMNS --- */

.sf-menu .custom,
.sf-menu .natural {

}
.sf-menu .col-2 > ul {
    width: 400px;
}
.sf-menu .col-3 > ul {
    width: 725px;
}
.sf-menu .col-4 > ul {
    width: 600px;
}
.sf-menu .col-5 > ul {
    width: 500px;
}
.sf-menu .col-6 > ul {
    width: 600px;
}
.sf-menu .right > ul {
    left: auto;
    right: 0 !important;
}
.sf-menu .right {
    position: relative;
}
.sf-menu .right > ul {
    left: auto;
    right: 0 !important;
}
.sf-menu .col-1,
.sf-menu .col-2,
.sf-menu .col-3,
.sf-menu .col-4,
.sf-menu .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
	width: auto;
    max-width: fit-content;
}
.sf-menu .full-width > ul {
    position: absolute;
    left: auto !important;
    right: 0;
    padding: 0 0 35px 15px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
    width: 100%;
    min-width: 100%; /* at least the size of the header */
    width: auto; /* size the block automatically */
}
@media (min-width: 1180px) {
    .sf-menu .full-width > ul {
        padding: 0 0 35px 30px;
    }
}
.sf-menu .col-2 > ul > li {
    width: 49%;
}
.sf-menu .col-3 > ul > li {
    width: 33%;
}
.sf-menu .col-4 > ul > li {
    width: 24%;
}
.sf-menu .col-5 > ul > li {
    width: 19.5%;
}

/* --- MOBILE MENU --- */

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
    	display: none !important;
	}
}
.mobile-menu {
	clear: both;
	display: none;
    background-color: #286AA6;
	margin-top: -30px;
	padding: 110px 15px 5px 15px;
}
.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-menu ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	margin: 0;
}
.mobile-menu ul li:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.mobile-menu ul li span .feather-chevron-down {
	float: right;
	width: 22px;
	height: 22px;
	stroke: #FFF;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	margin-top: 4px;
	cursor: pointer;
}
.mobile-menu ul li a.active span .feather-chevron-down {
	stroke: #F49223;
}
.mobile-menu ul li a {
	display: block;
	color: #FFF;
	padding: 12px;
	font-size: 16px;
	font-weight: 400;
    line-height: 150%;
	text-decoration: none;
    text-transform: normal;
	transition: all 0.4s ease-in-out;
}
.mobile-menu ul li a:hover {
	background-color: #FFF;
	text-decoration: none;
}
.mobile-menu ul li a.active {
	color: #286AA6;
	background-color: #FFF;
}
.mobile-menu ul li a.active span {
	color: #286AA6;
}
.mobile-menu ul .sub-menu {
	display: none;
}
.mobile-menu ul .sub-menu li {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	border-bottom: 0;
}
.mobile-menu ul .sub-menu li a {
    color: #FFF;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    padding-left: 32px;
}
.mobile-menu ul .sub-menu li li a {
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
    padding-left: 52px;
}

/*-------------------------------------------------------------------------*/

/* MODAL SEARCH */

/*-------------------------------------------------------------------------*/

.modalsearch-form {
	position: relative;
	margin: 17px auto;
	height: 60px;
	width: 100%;
	overflow: hidden;
}
.modalsearch-input {
	background-color: rgba(255, 255, 255, 0.35);
	border: none;
	border-radius: 4px;
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	padding: 20px 10% 20px 12px;
	width: 100%;
	height: 60px;
}
.modalsearch-input::-ms-clear { /* remove cross in IE */
	display: none;
}
/* placeholder */
.modalsearch-input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.35);
}
.modalsearch-input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.35);
}
.modalsearch-input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.35);
}
.modalsearch-input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.35);
}
/* hide placeholder when active in Chrome */
.gn-search:focus::-webkit-input-placeholder {
	color: transparent;
}
.modalsearch-submit {
	position: absolute;
	top: 17px;
	right: 15px;
	background: transparent url(assets/images/magnifier.png) no-repeat center center;
	background-size: 100%;
	border: none;
	width: 30px;
	height: 30px;
	text-indent: 100px;
	overflow: hidden;
	opacity: 1.0;
	transition: all 0.3s ease;
}
.modalsearch-submit:hover {
	opacity: 1.0;
}
.modalsearch-input:focus,
.modalsearch-submit:focus {
	outline: none;
}

@media (min-width: 992px) {
	.modalsearch-form {
		margin: 0 auto;
		height: 130px;
	}
	.modalsearch-input {
		background-color: #F25760;
	    background-color: rgba(255, 255, 255, 0.20);
		border: none;
	    border-radius: 4px;
		color: #FFF;
		font-size: 72px;
		font-weight: 700;
		line-height: 130%;
		padding: 0 10% 0 10px;
		height: 120px;
	}
	/* placeholder */
	.modalsearch-input::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.60);
	}
	.modalsearch-input:-moz-placeholder {
		color: rgba(255, 255, 255, 0.60);
	}
	.modalsearch-input::-moz-placeholder {
		color: rgba(255, 255, 255, 0.60);
	}
	.modalsearch-input:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.60);
	}
	.modalsearch-submit {
	    top: 28px;
		right: 15px;
		width: 56px;
		height: 56px;
	}
}

/*-------------------------------------------------------------------------*/

/* HEADING TAGS */

/*-------------------------------------------------------------------------*/

h1, .h1 {
    color: #062C54;
	font-size: 44px;
	font-weight: 400;
	text-transform: lowercase;
	line-height: 110%;
	margin: 0 0 24px 0;
	padding: 0;
}
@media (min-width: 992px) {
	h1, .h1 {
		font-size: 52px;
	}
}
h2, .h2 {
    color: #062C54;
	font-size: 38px;
	font-weight: 400;
	text-transform: lowercase;
	line-height: 110%;
	margin: 0 0 12px 0;
	padding: 0;
}
@media (min-width: 992px) {
	h2, .h2 {
		font-size: 48px;
	}
}
h3, .h3 {
	/* paragraph title  - with spacing below */
    color: #062C54;
	font-size: 28px;
	font-weight: 400;
	line-height: 120%;
	margin: 0 0 24px 0;
	padding: 0;
}
h4, .h4 {
	/* paragraph title - with no spacing below */
    color: #062C54;
	font-size: 28px;
	font-weight: 400;
	line-height: 120%;
    margin: 0 0 4px 0;
	padding: 0;
}
@media (min-width: 768px) {
	h3, .h3, h4, .h4 {
		font-size: 36px;
	}
}
h5, .h5 {
	/* smaller title  - with no spacing below */
    color: #062C54;
	font-size: 20px;
	font-weight: 500;
	line-height: 140%;
    margin: 0 0 24px 0;
	padding: 0;
}
h6, .h6 {
	/* smaller title  - with no spacing below */
    color: #062C54;
	font-size: 20px;
	font-weight: 500;
	line-height: 140%;
    margin: 0 0 4px 0;
	padding: 0;
}
@media (min-width: 768px) {
	h5, .h5, h6, .h6 {
		font-size: 24px;
	}
}
h1 a, h2 a, h3 a, h4 a,
.h1 a, .h2 a, .h3 a, .h4 a {
	color: #062C54;
	border-bottom: none;
}
h1 a:hover, h2 a:hover,
.h1 a:hover, .h2 a:hover {
	color: #062C54;
	border-bottom: 1px solid #d2d2d2;
}
.text-xl {
	font-size: var(--text-xl);
	line-height: 1.6;
}
.text-l {
	font-size: var(--text-l);
	line-height: 1.6;
}
.text-m {
	font-size: var(--text-m);
	line-height: 1.6;
}
.text-s {
	font-size: var(--text-s);
	line-height: 1.5;
}
.text-xs {
	font-size: var(--text-xs);
	line-height: 1.5;
}

/*-------------------------------------------------------------------------*/

/* HEADER IMAGE  */

/*-------------------------------------------------------------------------*/

#header-image {
	clear: both;
	background-color: #000 !important;
	text-align: center;
	margin-top: -30px;
	width: 100%;
	height: 160px;
}
@media (min-width: 992px) {
	#header-image {
		margin-top: 0;
		height: 160px;
	}
}
#header-image:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}
.entry-header {
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
}
.entry-header h1,
.entry-header span {
	color: #FFF;
	font-size: 36px;
	font-weight: 400;
	line-height: 100%;
    text-transform: uppercase;
	margin-top: 60px;
}
@media (min-width: 992px) {
	#header-image {
		font-size: 48px;
	}
}
.entry-header h1 a {
	color: #FFF;
}
#header-image img {
	filter: alpha(opacity=100);
	opacity: 1.0;
}

/*-------------------------------------------------------------------------*/

/* SECTION BACKGROUNDS  */

/*-------------------------------------------------------------------------*/

.white-bg {
	background-color: #FFF;
	padding-top: 80px;
	padding-bottom: 80px;
}
.white-bg-top {
	background-color: #FFF;
	padding-top: 80px;
	padding-bottom: 0;
}
.white-bg-bottom {
	background-color: #FFF;
	padding-top: 0;
	padding-bottom: 80px;
}
.white-bg-none {
	background-color: #FFF;
	padding-top: 12px;
	padding-bottom: 12px;
}
.white-bg .video-wrapper,
.white-bg-top .video-wrapper,
.white-bg-bottom .video-wrapper,
.white-bg-none .video-wrapper  {
	background-color: #F6F6F6;
	border-radius: 4px;
	padding: 8px;
}
.gray-bg {
	background-color: #F6F6F6;
	padding-top: 80px;
	padding-bottom: 80px;
}
.gray-bg-top {
	background-color: #F6F6F6;
	padding-top: 80px;
	padding-bottom: 0;
}
.gray-bg-bottom {
	background-color: #F6F6F6;
	padding-top: 0;
	padding-bottom: 80px;
}
.gray-bg-none {
	background-color: #F6F6F6;
	padding-top: 12px;
	padding-bottom: 12px;
}
.gray-bg .video-wrapper,
.gray-bg-top .video-wrapper,
.gray-bg-bottom .video-wrapper,
.gray-bg-none .video-wrapper {
	background-color: #FFF;
	border-radius: 4px;
	padding: 8px;
}
.yellow-bg {
	background-color: #FEF3CA;
	color: #8a6d3b;
	padding-top: 80px;
	padding-bottom: 80px;
}
.yellow-bg-top {
	background-color: #FEF3CA;
	color: #8a6d3b;
	padding-top: 80px;
	padding-bottom: 0;
}
.yellow-bg-bottom {
	background-color: #FEF3CA;
	color: #8a6d3b;
	padding-top: 0;
	padding-bottom: 80px;
}
.yellow-bg-none {
	background-color: #FEF3CA;
	color: #8a6d3b;
	padding-top: 20px;
	padding-bottom: 20px;
}
.yellow-bg .video-wrapper,
.yellow-bg-top .video-wrapper,
.yellow-bg-bottom .video-wrapper,
.yellow-bg-none .video-wrapper {
	background-color: #FEF3CA;
	border-radius: 4px;
	padding: 8px;
}


.blue-bg,
.dark-blue-bg {
	color: #FFF;
    padding-top: 80px;
	padding-bottom: 80px;
}
.blue-bg a,
.dark-blue-bg a {
	color: #FFF;
    border-bottom: 1px solid #FFF;
}
.black-bg {
	color: #FFF;
    padding-top: 80px;
	padding-bottom: 80px;
}
.black-bg a {
	color: #FFF;
    border-bottom: 1px solid #FFF;
}
.blue-bg {
	background-color: #286AA6;
}
.dark-blue-bg {
	background-color: #062C54;
}
.black-bg {
    background-color: #222;
}
.blue-bg h1, .blue-bg h2, .blue-bg h3, .blue-bg h4, .blue-bg h5, .blue-bg h6,
.blue-bg h1 a, .blue-bg h2 a, .blue-bg h3 a, .blue-bg h4 a, .blue-bg h5 a, .blue-bg h6 a,
.dark-blue-bg h1, .dark-blue-bg h2, .dark-blue-bg h3, .dark-blue-bg h4, .dark-blue-bg h5, .dark-blue-bg h6,
.dark-blue-bg h1 a, .dark-blue-bg h2 a, .dark-blue-bg h3 a, .dark-blue-bg h4 a, .dark-blue-bg h5 a, .dark-blue-bg h6 a,
.black-bg h1, .black-bg h2, .black-bg h3, .black-bg h4, .black-bg h5, .black-bg h6,
.black-bg h1 a, .black-bg h2 a, .black-bg h3 a, .black-bg h4 a, .black-bg h5 a, .black-bg h6 a {
	color: #FFF;
}
.yellow-bg h1, .yellow-bg h2, .yellow-bg h3, .yellow-bg h4, .yellow-bg h5, .yellow-bg h6,
.yellow-bg h1 a, .yellow-bg h2 a, .yellow-bg h3 a, .yellow-bg h4 a, .yellow-bg h5 a, .yellow-bg h6 a {
	color: #8a6d3b;
}
.blue-bg .video-wrapper,
.dark-blue-bg .video-wrapper
.black-bg .video-wrapper {
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 4px;
	padding: 8px;
}
.blue-bg .btn-white {
	color: #286AA6;
    border-bottom: none;
}
.dark-blue-bg .btn-white {
	color: #062C54;
    border-bottom: none;
}

.top-half {
	padding-top: 40px;
}
.bottom-half {
	padding-bottom: 40px;
}

/*-------------------------------------------------------------------------*/

/* SECTION MENUS */

/*-------------------------------------------------------------------------*/

.section-menu {
    display: none;
}
@media (min-width: 576px) {
	.section-menu {
	    display: block;
		position: fixed;
	    bottom: 0;
	    background-color: #FFF;
	    border-top: 1px solid #E2E2E2;
		padding-top: 26px;
		padding-bottom: 0;
	    width: 100%;
	    z-index: 9000;
	}
}
.section-menu ul {
	list-style: none;
    text-align: center;
	margin: 0 auto;
	padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.section-menu li {
	float: left;
    font-size: 12px;
    text-align: center;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 2px 26px 2px !important;
    white-space: nowrap;
}
.section-menu li a {
	font-size: 13px;
	font-weight: 700;
	line-height: 100%;
    border: none;
    border-radius: 4px;
	background-color: #FFF;
	text-decoration: none;
    padding: 10px 10px;
	white-space: nowrap;
}
.section-menu li a:hover {
	color: #FFF;
	background-color: #286AA6;
	text-decoration: none;
}
.section-menu span {
	float: left;
	color: #4A4A4A;
	font-size: 14px;
    font-weight: 700;
	text-transform: uppercase;
	padding: 14px 10px 13px 0;
}

/*-------------------------------------------------------------------------*/

/* TWO COLUMN */

/*-------------------------------------------------------------------------*/

.copy-left,
.copy-right {
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.copy-left {
		padding-right: 40px;
	}
	.copy-right {
		padding-left: 40px;
	}
}

/*-------------------------------------------------------------------------*/

/* CALLOUTS  */

/*-------------------------------------------------------------------------*/

.callout {
	text-align: center;
}
.callout p {
	font-size: 28px;
    font-weight: 400;
	line-height: 150%;
	margin-bottom: 12px;
}
@media (min-width: 768px) {
	.callout p {
		font-size: 40px;
	}
}

/*-------------------------------------------------------------------------*/

/* QUOTE  */

/*-------------------------------------------------------------------------*/

.quote {
    background: url(assets/images/icon_blockquote_top.png) no-repeat center 0 / 75px 56px;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	margin-top: 0;
	padding-top: 84px;
	padding-bottom: 50px;
	overflow: visible !important;
}
.blue-bg .quote,
.black-bg .quote {
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.quote p {
	font-size: 22px;
    font-weight: 400;
    line-height: 160%;
	margin-bottom: 6px;
}
.quote span {
    font-size: 16px;
}

/*-------------------------------------------------------------------------*/

/* FULL WIDTH IMAGE WITH AND WITHOUT TEXT */

/*-------------------------------------------------------------------------*/

.full-width-text,
.full-width-no-text {
    position: relative;
}
.full-width-text h1,
.full-width-text h2,
.full-width-text h3,
.full-width-text h4,
.full-width-text h5,
.full-width-text h6 {
	color: #FFF;
	border-bottom: none;
    margin-bottom: 8px;
}
.full-width-text .details-bg {
    position: absolute;
    background: rgba(0, 0, 0, 0.50);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.full-width-no-text .details-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.full-width-text .details {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    font-size: 36px;
	font-weight: 400;
	line-height: 140%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    min-width: 90%;
}
.full-width-text .details-caption,
.full-width-no-text .details-caption {
    position: absolute;
    bottom: 12px;
    right: 12px;
    color: #FFF;
	font-size: 13px;
    font-style: italic;
    font-weight: 400;
	line-height: 120%;
	text-align: right;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.80);
}

/*-------------------------------------------------------------------------*/

/* IMAGE + COLUMN */

/*-------------------------------------------------------------------------*/

.copy-image-left,
.copy-image-right {
    min-height: 320px;
}
.copy-image-left .details-caption {
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: #FFF;
	font-size: 13px;
    font-style: italic;
    font-weight: 400;
	line-height: 120%;
	text-align: left;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.80);
}
.copy-image-right .details-caption {
    position: absolute;
    bottom: 12px;
    right: 12px;
    color: #FFF;
	font-size: 13px;
    font-style: italic;
    font-weight: 400;
	line-height: 120%;
	text-align: right;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.70);
}
.copy ul, .copy ol {
	margin: 0;
}
.copy-block-left,
.copy-block-right {
	padding-left: 30px;
	padding-right: 30px;
}
@media (min-width: 992px) {
    .copy-block-left,
    .copy-block-right {
		padding-left: 80px;
	    padding-right: 80px;
	}
}

/*-------------------------------------------------------------------------*/

/* MASONRY IN FLEXIBLE CONTENT */

/*-------------------------------------------------------------------------*/

.masonry-flexible {
	overflow: hidden;
}
.masonry-flexible-list div {
	background-color: #FFF;
	border-radius: 4px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
    font-size: 15px;
    text-align: left;
	margin: 0;
    line-height: 160%;
	padding: 20px 20px 0 20px;
	overflow: hidden;
}
.white-bg .masonry-flexible-list div,
.white-bg-top .masonry-flexible-list div,
.white-bg-bottom .masonry-flexible-list div,
.white-bg-none .masonry-flexible-list div {
	border: 8px solid #FFF;
}
.gray-bg .masonry-flexible-list div,
.gray-bg-top .masonry-flexible-list div,
.gray-bg-bottom .masonry-flexible-list div,
.gray-bg-none .masonry-flexible-list div {
	border: 8px solid #F6F6F6 !important;
}
div.masonry-list-12 {
	width: 100%;
    left: 0 !important;
}
div.masonry-list-6 {
	width: 47%;
}
div.masonry-list-4 {
    width: 31.9658119%;
}
@media (max-width: 992px) {
	div.masonry-list-4 {
		width: 47%;
	}
}
@media (max-width: 767px) {
	div.masonry-list-6,
    div.masonry-list-4 {
		width: 100%;
		left: 0 !important;
	}
}

/*-------------------------------------------------------------------------*/

/* FAQS */

/*-------------------------------------------------------------------------*/

.faq h4 {
    padding-bottom: 8px;
    border-bottom: 1px solid #E5E5E5;
}
.faqs-accordion .accordion-toggle:after {
	position: relative;
	float: right;
	width: 24px;
	height: 24px;
	content: url(assets/icons/feather/chevron-down.svg);
	margin-top: 5px;
	fill: #ccc !important;
	color: #ccc !important;
	stroke-width: 2;
}
.faqs-accordion.active .accordion-toggle:after {
    /* symbol for "collapsed" panels */
    content: url(assets/icons/feather/chevron-up.svg);
}
.faq-question {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E5E5E5;
}
.faq-question h6 a {
    border-bottom: none;
    font-size: 18px;
    padding-top: 8px;
    cursor: pointer;
}
@media (min-width: 992px) {
	.faq-question h6 a {
	    font-size: 22px;
	}
}
.white-bg .collapse,
.white-bg-top .collapse,
.white-bg-bottom .collapse,
.white-bg-none .collapse {
    background-color: #F6F6F6;
    border-radius: 0;
    transition: all 0.6s ease;
}
.gray-bg .collapse,
.gray-bg-top .collapse,
.gray-bg-bottom .collapse,
.gray-bg-none .collapse {
    background-color: #FFF;
    border-radius: 0;
    transition: all 0.6s ease;
}
.faq-answer {
    margin-top: 0;
    padding: 40px;
}
@media (min-width: 992px) {
    .faq-answer {
		padding: 40px 60px 30px 60px;
    }
}

/*-------------------------------------------------------------------------*/

/* TESTIMONIALS FULL SCREEN */

/*-------------------------------------------------------------------------*/

.testimonials-full {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 80px;
}
.testimonials-full img.testimonials-image {
    margin: 0 auto 18px auto;
    width: 100px;
    height: 100px;
}
.testimonials-full p.testimonials-name,
.testimonials-full p.testimonials-name a {
    color: #525252;
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
	border-bottom: none;
    text-transform: none;
    margin-bottom: 2px;
}
.testimonials-full.blue-bg p.testimonials-name a,
.testimonials-full.dark-blue-bg p.testimonials-name a,
.testimonials-full.orange-bg p.testimonials-name a,
.testimonials-full.black-bg p.testimonials-name a {
    color: #FFF;
}
.testimonials-full p.testimonials-title {
    font-size: 16px;
    text-transform: none;
    margin: 0 -5px 14px -5px;
}
.testimonials-full .testimonials-excerpt {
    font-size: 18px;
	font-style: italic;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 12px;
    text-indent: 40px;
    background: url(assets/images/icon_blockquote_top.png) no-repeat left top / 83px 64px,
    url(assets/images/icon_blockquote_bottom.png) no-repeat right bottom / 83px 64px;
}
@media (min-width: 992px) {
    .testimonials-full .testimonials-excerpt {
        font-size: 28px;
    }
}
.testimonials-full .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 0 3px;
	background: #c2c2c2;
	display: block !important;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 16px;
}
.testimonials-full .owl-dots .owl-dot.active span,
.testimonials-full .owl-dots .owl-dot:hover span {
	background: #222;
}

/* --- TESTIMONIAL CATEGORY BOXES --- */

.testimonials-boxes {
	text-align: center;
}
.testimonials-box-content p {
	font-style: italic;
	text-align: center;
}
.testimonials-box-content p:before,
.testimonials-box-content p:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
	color: #929292;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.6em;
    vertical-align: super;
}
.testimonials-box-content p:before {
    content: "\f10d";
    margin-right: 5px;
}
.testimonials-box-content p:after {
    content: "\f10e";
    margin-left: 5px;
}
img.testimonials-image {
	margin: 0 auto 18px auto;
    width: 100px;
    height: 100px;
}
p.testimonials-name,
p.testimonials-name a {
    color: #525252;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
	border-bottom: none;
    text-transform: none;
    margin-bottom: 2px;
}
p.testimonials-title {
    font-size: 16px;
    text-transform: none;
    margin: 0 -5px 14px -5px;
}

/*-------------------------------------------------------------------------*/

/* TESTIMONIALS HALF SCREEN */

/*-------------------------------------------------------------------------*/

.testimonials-half .testimonial-carousel .item {
    text-align: center;
    padding: 48px 15px 30px 15px;
}
@media (min-width: 768px) {
    .testimonials-half .testimonial-carousel .item {
        padding: 48px 60px 30px 60px;
    }
}
.testimonials-half img.testimonials-image {
    margin: 0 auto 18px auto;
    width: 100px;
    height: 100px;
}
.testimonials-half p.testimonials-name {
	color: #4A4A4A;
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
    text-transform: none;
    margin-bottom: 2px;
}
.testimonials-half p.testimonials-name a {
	color: #4A4A4A;
	border-bottom: none;
}
.testimonials-half p.testimonials-title {
    font-size: 13px;
    margin-bottom: 14px;
    text-transform: uppercase;
    margin-left: -5px;
    margin-right: -5px;
}
.testimonials-half .testimonials-excerpt {
    font-size: 16px;
	font-style: italic;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 0;
}
.testimonials-half .owl-dots {
	text-align: center;
	margin-bottom: 30px;
}
.testimonials-half .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 0 3px;
	background: #286AA6;
	display: block !important;
	text-align: center;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 16px;
}
.testimonials-half .owl-dots .owl-dot.active span,
.testimonials-half .owl-dots .owl-dot:hover span {
	background: #222;
}

/* --- TESTIMONIAL HALF - LEFT SIDE --- */

.testimonials-half .testimonial-callout {
    position: relative;
    /* background-image: url(images/bg_grow_fund.png);
    background-repeat: no-repeat;
    background-position: center center; */
    min-height: 420px;
}
.testimonials-half .testimonial-callout .details {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    font-size: 18px;
	font-weight: 400;
	line-height: 140%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	padding-left: 15px;
	padding-right: 15px;
    overflow: hidden;
    width: 100%;
}
@media (min-width: 768px) {
    .testimonials-half .testimonial-callout .details {
		padding-left: 60px;
		padding-right: 60px;
    }
}
.testimonials-half .testimonial-callout h4 {
    color: #FFF;
}
.testimonials-half .testimonial-callout p {
    margin-bottom: 12px;
}

/*-------------------------------------------------------------------------*/

/* BIO / STAFF */

/*-------------------------------------------------------------------------*/

/* --- MAKE 5 COLUMNS --- */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.bio-listings .card-title {
	font-size: 22px;
	font-style: normal;
	line-height: 120%;
	margin-top: 18px;
	margin-bottom: 4px;
}
.bio-listings .card-text,
.bio-listings .card-link {
    margin-bottom: 12px;
}
.bio-listings .card-icon img {
    margin: 0 2px 8px 2px;
    width: 28px;
	height: 28px;
    filter: alpha(opacity=100);
    opacity: 1.0;
}
.bio-listings .card-icon img:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.bio-listings .btn {
    color: #4A4A4A !important;
}
.bio-listings .btn:hover {
    color: #FFF !important;
}
.bio-listings .card-footer {
	border-top: none;
}

/* --- SINGLE BIO PAGES --- */

.single-bio h1 {
	font-size: 40px;
    margin: 0 0 6px 0;
}
.single-bio h6 {
    margin: 0 0 8px 0;
}
.single-bio-icons {
    margin: 12px 0 24px 0;
}

/*-------------------------------------------------------------------------*/

/* MODAL FULLSCREEN */

/*-------------------------------------------------------------------------*/

.modal-fullscreen {
    background: #286AA6;
    z-index: 10000;
}
.modal-fullscreen .modal-dialog {
    margin: 0 auto;
    padding: 0;
}
/* override scss */
@media (min-width: 576px) {
	.modal-dialog {
    	max-width: 90%;
    	margin: 0 auto;
	}
}
.modal-fullscreen .modal-content {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFF;
    text-align: left;
    height: 100%;
    overflow: auto;
}
.modal-fullscreen .modal-content h1,
.modal-fullscreen .modal-content h2,
.modal-fullscreen .modal-content h3,
.modal-fullscreen .modal-content h4,
.modal-fullscreen .modal-content h5,
.modal-fullscreen .modal-content h6 {
    color: #FFF;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-body,
.modal-fullscreen .modal-footer {
    color: #FFF;
    margin: 0 auto;
    max-width: 1080px;
    width: 92%;
}
.modal-fullscreen .modal-header {
    border-bottom: none;
}
.modal-fullscreen .close {
    float: right;
    color: #FFF;
    font-weight: 400;
    font-size: 32px;
    margin-top: 4px;
    opacity: 1.0;
}
@media (min-width: 992px) {
	.modal-fullscreen .close {
        margin-top: 8px;
    }
}
.modal-fullscreen .modal-body {
    background-color: #286AA6;
    background-color: rgba(255, 255, 255, 0.20);
    border-radius: 4px;
    padding: 20px;
    overflow: hidden;
}
.modal-fullscreen .modal-body a {
    color: #FFF;
}
.modal-fullscreen .modal-image {
    margin-bottom: 36px;
}
.modal-fullscreen .modal-title {
    color: #FFF;
    font-size: 32px;
    line-height: 100%;
    margin: 8px 0 24px 0;
}
.modal-fullscreen .modal-title span {
    font-size: 22px;
}
.modal-fullscreen .modal-title span a {
    color: #FFF;
}
.modal-fullscreen .modal-icons {
    color: #FFF;
    font-size: 18px;
    margin-bottom: 24px;
}
.modal-fullscreen .modal-icons a {
    color: #FFF;
	border-bottom: none;
}
.modal-fullscreen .modal-icons a:hover {
    border-bottom: 1px solid #FFF;
}

/*-------------------------------------------------------------------------*/

/* BOOTSTRAP CARDS */

/*-------------------------------------------------------------------------*/

/* --- CREATES MATCH HEIGHT --- */

.row-cards {
  	display: flex;
  	flex-wrap: wrap;
  	margin-left: -15px;
  	margin-right: -15px;
}
.row-cards > div[class*='col-'] {
	display: flex;
}

/* --- STYLE THE CARD --- */

.card {
    position: relative;
	background: #FFF;
    box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.15);
    border: none;
    border-radius: 4px;
	width: 100%;
	overflow: hidden;
	transition: translate 0.3s ease-in-out;
}
.card:hover {
	translate: 0 -0.25em;
}
.card a {
    cursor: pointer;
	border-bottom: none;
}
.card-body {
    line-height: 1.5;
	padding: 24px;
	opacity: 1;
}
.card-body p:last-child {
	margin-bottom: 0;
}
.card-body a.card-img-url {
	display: block;
	position: relative;
}
.card-body a.card-img-url:hover {
	opacity: 0.7;
}
.card-date {
    font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.card-title {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	line-height: 120%;
	margin-bottom: 0;
}
.card-title a {
	color: #4A4A4A;
	border-bottom: none;
}
.card-title a:hover {
	color: #319ED2;
	border-bottom: 1px solid #319ED2;
}
.card-subtitle {
	color: #929292;
	font-size: 14px;
	text-transform: uppercase;
}
.card-text {
	font-size: 14px;
	line-height: 160%;
}
.card-text p {
	margin-bottom: 18px;
}
hr.cards-hr {
	clear: both;
	background-color: #E5E5E5;
	border: 0;
	height: 1px;
	margin: 20px 0;
}
.cards-avatar img {
    margin-bottom: 12px;
}
.card-footer {
	background-color: transparent;
	border-radius: 4px;
	border-top: none;
	padding: 0 0 24px 0;
}
.card-footer:last-child {
	border-radius: 0 0 4px 4px;
}

/*-------------------------------------------------------------------------*/

/* BOOTSTRAP VIDEO IFRAMES */

/*-------------------------------------------------------------------------*/

.embed-responsive {
	clear: both;
    margin-bottom: 24px;
}
.video-responsive .embed-responsive {
    margin-bottom: 0;
}
.tax-video-categories .embed-responsive {
	clear: both;
    margin-bottom: 0;
}
.wp-video {
	margin-bottom: 24px;
}

/*-------------------------------------------------------------------------*/

/* MISC */

/*-------------------------------------------------------------------------*/

/* --- ADD SPACE TO PARTNER LOGOS --- */

.client-logo {
	margin: 0 20px 40px 20px;
	max-height: 120px;
	vertical-align: middle;
}
.article, .hentry {
	width: 100%;
}

.divider-line {
	/* background: #F7B334 url(assets/images/divider_line.png) no-repeat left top / 100% 24px; */
	background-image: linear-gradient(270deg, #E80FFD 14%, #B22EF8 43%, #8746F4 54%, #0E9FDA 79%);
	height: 30px;
}
.object-fit_cover {
	/* makes image fill the box-sizing */
	object-fit: cover;
}
.object-fit_fill {
	/* makes image fill the box-sizing */
	object-fit: fill;
}

/*-------------------------------------------------------------------------*/

/* BLOG & POST LISTING PAGES */

/*-------------------------------------------------------------------------*/

/* --- 2 COLUMN CONTENT LIKE BLOG --- */

.entry-content {
	padding-right: 0px;
}
@media (min-width: 992px) {
	.entry-content {
		padding-right: 60px;
	}
}
.page-title {
    text-align: left;
}
.category-title {
    text-align: left;
	padding-left: 15px;
}
.single-title {
    text-align: left;
}

/* --- POSTS --- */

h3.post-title {
	clear: both;
	font-size: 26px;
	margin: 0 0 12px 0;
	padding: 0;
}
@media (min-width: 768px) {
    h3.post-title {
    	font-size: 34px;
    }
}
h3.post-title a {
	color: #4A4A4A;
}
h3.post-title a:hover {
	color: #4A4A4A;
}
.post-listings h6 {
	font-size: 20px;
	margin: -12px 0 12px 0;
}
.post-listings .video-wrapper {
	background-color: #F6F6F6;
	border-radius: 4px;
	margin-bottom: 24px;
	padding: 8px;
}
.post-line {
	clear: both;
	text-align: left;
	border-bottom: 1px solid #E5E5E5;
	margin: 0 0 60px 0;
	padding: 60px 0 0 0;
}
.post-listing-info {
	color: #727272;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 160%;
	margin: 0 0 16px 0;
}
.post-listing-info a {
	color: #727272;
    border-bottom: 1px solid #E5E5E5;
	text-decoration: none;
}
.post-listing-info a:hover {
	color: #727272;
    border-bottom: 1px solid #727272;
}
.post-listing-image {
	float: none;
	max-width: 100%;
	margin: 0 auto 24px auto;
}
@media (min-width: 768px) {
	.post-listing-image {
		max-width: 100%;
	    margin: 0 0 32px 0;
	}
}
.post-excerpt p {
	margin: 0 0 24px 0;
}
.post-excerpt p:last-child {
	margin: 0;
}

/* --- POSTMETADATA IN LISTINGS --- */

.postmetadata {
	color: #929292;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 160%;
	font-feature-settings: 'lnum'; /* even number height */
}
.postmetadata a {
	color: #929292;
	border-bottom: none;
}
.postmetadata a:hover {
	color: #286AA6;
	border-bottom: 1px solid #286AA6;
}
.postmetadata p {
	margin: 0 0 12px 0;
}

/* --- POST AUTHOR BOX --- */

.post-author {
	clear: both;
	border-bottom: 1px solid #E5E5E5;
	margin: 0 0 40px 0;
	padding-bottom: 32px;
	overflow: hidden;
}
.post-author-single {
	clear: both;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	margin: 0 0 24px 0;
	padding: 20px;
	overflow: hidden;
}
img.post-author-image {
	border: 8px solid #F6F6F6;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 0;
}
.post-author .post-author-image img {
    background-color: #FFF;
    border: 8px solid #F6F6F6;
}
.post-author-info h1 {
    font-size: 36px;
	line-height: 100%;
	margin-bottom: 6px;
}
.post-author-info h1 span {
	font-size: 15px;
    text-transform: uppercase;
}
.post-author-info h4 {
	clear: none;
	font-size: 22px;
	margin: 10px 0 6px 0;
}
.post-author-info p {
	font-size: 15px;
	line-height: 160%;
	margin-bottom: 8px;
}
.post-author-info a img {
	margin-right: 3px;
	max-height: 28px;
}

.et_monarch .et_social_inline_bottom {
    margin-bottom: 12px;
}

/*-------------------------------------------------------------------------*/

/* SIDEBAR */

/*-------------------------------------------------------------------------*/

.sidebar {
	color: #727272;
	font-size: 15px;
	line-height: 180%;
	padding-top: 60px;
}
@media (min-width: 992px) {
	.sidebar {
		padding-top: 0;
	}
}
.sidebar .widget  {
	background: transparent;
	margin: 0 0 50px 0;
	padding: 0;
	overflow: hidden;
}
.sidebar .widget h3  {
	font-size: 22px;
	font-weight: 400;
	line-height: 140%;
    letter-spacing: normal;
	margin: 0 0 18px 12px;
	padding: 0;
}
.sidebar .textwidget  {
	margin: 0 0 0 12px;
	padding: 0;
}
.sidebar ol,
.sidebar ul {
	margin: 0 0 24px 0;
	/* padding-left: 24px; */
}

/* --- CATEOGORY WIDGET --- */

.sidebar .widget_categories ul,
.sidebar .widget_archive ul,
.sidebar .widget_recent_entries ul,
.sidebar .widget_recent_comments ul {
	list-style: none;
	border-bottom: 1px solid #E5E5E5;
	margin: 0;
	padding: 0;
}
.sidebar .widget_categories ul li,
.sidebar .widget_archive ul li,
.sidebar .widget_recent_entries ul li,
.sidebar .widget_recent_comments ul li {
    margin: 0;
}
.sidebar .widget_categories ul li a,
.sidebar .widget_archive ul li a,
.sidebar .widget_recent_entries ul li a,
.sidebar .widget_recent_comments ul li a {
	display: block;
	color: #6ad017;
	border-top: 1px solid #E2E2E2;
    border-bottom: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
	text-decoration: none;
	padding: 14px 10px 14px 12px;
}
.sidebar .widget_categories ul li a:hover,
.sidebar .widget_archive ul li a:hover,
.sidebar .widget_recent_entries ul li a:hover,
.sidebar .widget_recent_comments ul li a:hover {
	color: #FFF;
	background-color: #6ad017;
	text-decoration: none;
}

/* --- SIDEBAR TAG CLOUD --- */

.sidebar .tagcloud {
    padding-left: 12px;
}
.sidebar .tagcloud a {
    border-bottom: 1px solid #E5E5E5;
    line-height: 140%;
}

/* --- SIDEBAR MENUS --- */

.sidebar ul.menu {
	list-style: none;
	border-bottom: 1px solid #d8d8d8;
	margin: 0;
	padding: 0;
}
.sidebar ul.menu li {
	margin: 0;
	padding: 0;
}
.sidebar ul.menu li a {
	display: block;
	color: #6ad017;
	border-top: 1px solid #E2E2E2;
    border-bottom: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
	text-decoration: none;
	padding: 14px 10px 14px 12px;
}
.sidebar ul.menu li a:hover {
	color: #424242;
    border-bottom: none;
	background-color: #F6F6F6;
	text-decoration: none;
}
.sidebar ul.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar ul.menu li li a {
	padding: 10px 10px 10px 32px;
}
.sidebar ul.menu .current-menu-item > a,
.sidebar ul.menu .current-menu-ancestor > a,
.sidebar ul.menu .current_page_item > a,
.sidebar ul.menu .current_page_ancestor > a {
	color: #424242;
	background-color: #F6F6F6;
	text-decoration: none;
}

/*-------------------------------------------------------------------------*/

/* HOMEPAGE */

/*-------------------------------------------------------------------------*/

/* --- OWL THEME --- */

.owl-slider-homepage {
	background-color: #062C54;
	margin-top: -30px;
	padding-left: 0;
	padding-right: 0;
	min-height: 340px;
}
.owl-slider-homepage .owl-item,
.owl-slider-homepage .item {
    height: 540px;
}
@media (min-width: 992px) {
	.owl-slider-homepage,
	.owl-slider-homepage .owl-item,
	.owl-slider-homepage .item {
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
		min-height: 540px;
	}
}
.owl-slider-homepage .details-bg {
   position: absolute;
   background: rgba(0, 0, 0, 0);
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   overflow: hidden;
   width: 100%;
   height: 100%;
   /* background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 4%, rgba(0,0,0,0.35) 49%, rgba(0,0,0,0.00) 100%); */
}
.owl-slider-homepage .details {
	position: absolute;
	top: 50%;
	left: 50%;
	background: transparent;
	text-align: right;
	padding: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: hidden;
	width: 90%;
	max-width: 1170px;
}
.owl-slider-homepage h1 {
	color: #FFF;
	font-size: 48px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
	text-shadow: 0 2px 12px rgba(0,0,0,0.50);
}
.owl-slider-homepage p.text {
	color: #FFF;
	font-size: 19px;
	font-weight: 400;
	font-style: italic;
	line-height: 120%;
	letter-spacing: normal;
	margin: 0 0 28px 0;
	text-shadow: 0 2px 12px rgba(0,0,0,0.50);
}
.owl-slider-homepage p.tagline {
	color: #FFF;
	font-size: 24px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: normal;
	margin: 0;
	text-shadow: 0 2px 12px rgba(0,0,0,0.50);
}
.owl-slider-homepage .btn {
	text-shadow: none;
}
@media (min-width: 992px) {
	.owl-slider-homepage .details {
		padding: 0;
	}
	.owl-slider-homepage h1 {
		font-size: 68px;
		letter-spacing: 3px;
	}
	.owl-slider-homepage p.text {
		font-size: 24px;
		letter-spacing: 1px;
	}
	.owl-slider-homepage p.tagline {
		font-size: 36px;
		letter-spacing: 2px;
	}
}

/* --- FIX FOR ANDROID PHONES --- */

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
        touch-action: auto;
}

/* --- OWL CAROUSEL DOTS NAV --- */

.owl-slider-homepage .owl-dots button {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}
.owl-slider-homepage .owl-dots {
	display: none;
}
@media (min-width: 992px) {
	.owl-slider-homepage .owl-dots {
		display: block;
		position: relative;
		text-align: center;
		margin: -50px auto 22px auto;
		z-index: 1000;
	}
}
.owl-slider-homepage .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 0 3px;
	background: #FFF;
	display: block !important;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 16px;
}
.owl-slider-homepage .owl-dots .owl-dot.active span,
.owl-slider-homepage .owl-dots .owl-dot:hover span {
	background: #3498DB;
}

/* --- OWL CAROUSEL DIRECTION NAV --- */

.owl-slider-homepage .owl-nav {
	display: none;
}
@media (min-width: 992px) {
	.owl-slider-homepage .owl-nav {
		position: absolute;
	    display: block;
	    position: absolute;
	    top: 40%;
		width: 100%;
		z-index: 1000;
	}
}
.owl-slider-homepage .owl-nav button.owl-prev {
	float: left;
	margin-left: 0;
	cursor: pointer;
	opacity: 0.4;
	transition: all 0.3s ease;
}
.owl-slider-homepage .owl-nav button.owl-next {
	float: right;
	margin-right: 0;
	cursor: pointer;
	opacity: 0.4;
	transition: all 0.3s ease;
}
.owl-slider-homepage .owl-nav button.owl-prev .feather,
.owl-slider-homepage .owl-nav button.owl-next .feather {
	float: left;
	width: 100px;
	height: 100px;
	stroke: #FFF;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;

}
.owl-slider-homepage .owl-nav button.owl-prev:hover,
.owl-slider-homepage .owl-nav button.owl-next:hover {
	opacity: 1;
	outline: none;

}

/* --- HOMEPAGE EMERGENCY MESSAGE --- */

.homepage-message {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 62px;
}
.homepage-message.alert {
	margin-bottom: 0;
}
.homepage-message h6 {
	color: #8a6d3b;
}
.homepage-message p:last-child {
	margin-bottom: 0;
}

/* --- HOMEPAGE INTRO --- */

.homepage-intro {
    clear: both;
	background-color: #F6F6F6;
	text-align: center;
    padding-top: 60px;
	padding-bottom: 70px;
	transition: all 0.3s ease;
}
.homepage-intro-text {
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 24px;
}
.homepage-intro-text .btn {
	font-size: 15px;
	margin: 6px;
}

/* --- HOMEPAGE FOCUS BOXES --- */

.homepage-focus {
    padding-top: 80px;
	padding-bottom: 60px;
}
.homepage-focus h2 {
    text-align: center;
	margin-bottom: 36px;
}
.homepage-focus-text  {
	font-size: 20px;
    text-align: center;
	line-height: 160%;
	margin-bottom: 48px;
}
.homepage-focus-box .card {
	max-width: 360px;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.homepage-focus-box .card {
		max-width: none;
	}
}
.homepage-focus-box figure {
    margin: 0;
}
.homepage-focus-box figure h3 {
    color: #FFF;
	font-size: 28px;
}
.homepage-focus-box figure h3 span {
	font-weight: 700;
}
.homepage-focus-box figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	text-align: right;
	margin: 0 auto;
	opacity: 0.7;
}
.homepage-focus-box figure figcaption {
	padding: 2em;
	color: #FFF;
	text-transform: lowercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.homepage-focus-box figure figcaption::before,
.homepage-focus-box figure figcaption::after {
	pointer-events: none;
}

.homepage-focus-box figure figcaption,
.homepage-focus-box figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.homepage-focus-box figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.homepage-focus-box figure h3,
.homepage-focus-box figure p {
	margin: 0;
}
.homepage-focus-box figure p {
	font-size: 68.5%;
}
.homepage-focus-box figure p a {
	color: #286AA6;
	border-bottom: none;
}
.homepage-focus-box figure p a:hover {
	color: #2A2A2A;
	border-bottom: none;
	text-decoration: underline;
}
figure.effect-julia {
	background: #2f3238;
}
figure.effect-julia img {
	max-width: none;
	height: 360px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-julia figcaption {
	text-align: left;
}
figure.effect-julia h3 {
	position: relative;
	padding: 0.5em 0;
}
figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.8);
	color: #2f3238;
	text-transform: none;
	font-weight: 400;
	font-size: 75%;
	line-height: 140%;
	text-transform: lowercase;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}
figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
figure.effect-julia:hover img {
	opacity: 0.3;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}
figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*-------------------------------------------------------------------------*/

/* FOOTER */

/*-------------------------------------------------------------------------*/

/* --- FOOTER AD --- */

.footer-callout {
    background: #286AA6;
	background: #286AA6 url(assets/images/bg_footer_callout.jpg) no-repeat center center;
	background-size: cover;
	color: #FFF;
	font-size: 20px;
    text-align: center;
	padding-top: 70px;
	padding-bottom: 90px;
}
.footer-callout h1,
.footer-callout h2,
.footer-callout h3,
.footer-callout h4,
.footer-callout h5,
.footer-callout h6 {
	color: #FFF;
}

/* --- FOOTER AREA --- */

#colophon {
    font-size: 14px;
    margin: 0;
	padding: 0 0 80px 0;
}
#colophon a {
	border-bottom: none;
}
#colophon a:hover {
	border-bottom: none;
}

/* --- FOOTER LINKS --- */

.footer-links {
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer-links-logo {
	display: block;
    text-align: center;
	margin: 0 auto;
	padding: 0;
}
.footer-links-logo img {
	max-height: 100%;
}

/* --- SOCIAL --- */

.footer-links-social {
	text-align: center;
    margin: 28px auto 18px auto;
}
.footer-links-social img {
	margin: 0 3px;
    max-width: 48px;
}
.footer-links-social img:hover,
.footer-links-social a:hover,
.footer-links-social a:active {
	filter: alpha(opacity=60);
    opacity: 0.6;
    text-decoration: underline;
    border-bottom: none;
}

/* --- COPYRIGHT --- */

.footer-links-copyright {
	clear: both;
    color: #929292;
	font-size: 14px;
	line-height: 160%;
    text-align: center;
    margin-top: 20px;
}
.footer-links-copyright p {
    margin-bottom: 0;
}
.footer-links-copyright a {
	color: #929292;
	text-decoration: none;
}
.footer-links-copyright a:hover {
	color: #929292;
	text-decoration: underline;
}

/* --- COPYRIGHT MENU --- */

.footer-links-copyright-menu {
	position: relative;
	list-style: none;
	margin: 0 0 18px 0;
	padding: 0;
}
.footer-links-copyright-menu li {
	position: relative;
	line-height: 100%;
    transition: all 0.3s ease;
}
.footer-links-copyright-menu > li {
	display: inline-block;
    margin-right: 4px;
}
.footer-links-copyright-menu > li a {
    margin-right: 8px;
}
.footer-links-copyright-menu > li:after {
	content: "|";
}
.footer-links-copyright-menu > li:last-child:after {
	content:  none;
}

/*-------------------------------------------------------------------------*/

/* IMAGES */

/*-------------------------------------------------------------------------*/

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 6px 24px 12px 0;
}
img.alignleft.icon {
	margin: 0 12px 0 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 6px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	margin: 12px auto 24px auto;
}
@media (max-width: 580px) {
	.alignleft {
		display: block;
		clear: both;
		float: none;
		margin: 0 0 20px 0 !important;
	}
	.alignright {
		display: block;
		clear: both;
		float: none;
		margin: 0 0 20px 0 !important;
	}

}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: #66665D;
	padding-top: 16px;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/*-------------------------------------------------------------------------*/

/* GALLERIES */

/*-------------------------------------------------------------------------*/

.gallery {
	clear: both;
	margin: 0 auto 24px auto;
	padding: 0;
}
.gallery .col-xs-6,
.gallery .col-sm-3,
.gallery .col-md-3 {
	padding-right: 7px;
	padding-left: 7px;
	margin-bottom: 14px;
}
.gallery .gallery-icon {
	width: 100%;
}
.gallery .gallery-caption {
	/*font-size: 13px;
	text-align: center;
	line-height: 15px;
	color: #727272;
	display: block;
	margin: 0;
	padding: 5px 0 0 0;*/
    display: none;
}

/*-------------------------------------------------------------------------*/

/* MODULA GALLERIES */

/*-------------------------------------------------------------------------*/

.modula-item > a {
	border-bottom: none;
}

/*-------------------------------------------------------------------------*/

/* COMMENTS */

/*-------------------------------------------------------------------------*/

#commentBox h3 {
	font-size: 27px;
}
#comments h3 {
	border-top: 1px solid #E5E5E5;
	margin: 60px 0;
	padding-top: 60px;
}
#comments ul {
	list-style: none;
	margin: 0 0 30px 0;
}
#trackbacks {
	margin: 30px 0 0 40px;
}
ol#commentslist {
	margin: 0;
	list-style: none;
	padding: none;
	padding: 0;
}
#commentslist .children li {
	padding: 15px 0 0 30px;
	background: transparent url(assets/images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #e3e3e3;
}
.comment {
	position: relative;
	margin: 0;
	padding: 0 0 20px 0;
}
.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 35px;
	width:75px;
	height:75px;
}
#commentForm label,
#comments #respond label {
	text-align: left !important;;
	padding-left: 12px;
}
.comment h5 {
	font-size: 22px;
    margin: 0 0 0 100px;
	padding: 0;
}
.comment .date {
	margin: -5px 0 10px 100px;
	display: block;
	color: #a5a5a2;
	font-style: italic;
	font-size: 13px;
	font-weight: 400;
}
.comment p {
	margin: 0 0 10px 100px;
}
.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 100px;
}
.comment-reply {
	display: inline-block !important;
	padding: 0 0 0 10px;
}
#comment-add {
	position: absolute;
	top: -5px;
	right: 0;
}
.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;
}
#trackbacks ul {
	margin: -5px 0 15px 0;
}
#trackbacks ul li {
	padding: 5px 0 5px 20px;
}

/* Comment Form */

#commentForm {
	position: relative;
	margin: 30px 0;
	padding-bottom: 30px;
}
#comments #respond {
	position: relative;
	margin: 0 0 0 100px;
	padding: 0 0 40px 0;
}
#respond h3 {
	border-top: 1px solid #E5E5E5;
	margin: 60px 0 12px 0;
	padding-top: 60px;
}
#respond .form-allowed-tags {
	display: none;
}
#respond form {
	margin: 0;
	padding: 0;
	position: relative;
}
.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}
#cancel-comment-reply-link {
	margin-left: 20px !important;
}

/*-------------------------------------------------------------------------*/

/* FOOBOX STYLES */

/*-------------------------------------------------------------------------*/

.fbx-fullscreen-mode.fbx-light {
	background-color: #222;
}
.fbx-fullscreen-mode.fbx-rounded .fbx-close,
.fbx-fullscreen-mode.fbx-rounded .fbx-fullscreen-toggle,
.fbx-fullscreen-mode.fbx-metro .fbx-close,
.fbx-fullscreen-mode.fbx-metro .fbx-fullscreen-toggle {
	opacity: .2;
	border-radius: 5px;
}
.fbx-fullscreen-mode.fbx-rounded .fbx-prev,
.fbx-fullscreen-mode.fbx-rounded .fbx-next,
.fbx-fullscreen-mode.fbx-rounded.fbx-slideshow .fbx-prev,
.fbx-fullscreen-mode.fbx-rounded.fbx-slideshow .fbx-next,
.fbx-fullscreen-mode.fbx-rounded.fbx-sticky-buttons .fbx-prev,
.fbx-fullscreen-mode.fbx-rounded.fbx-sticky-buttons .fbx-next,
.fbx-fullscreen-mode.fbx-metro.fbx-sticky-buttons .fbx-prev,
.fbx-fullscreen-mode.fbx-metro.fbx-sticky-buttons .fbx-next,
.fbx-fullscreen-mode.fbx-rounded.fbx-inset-buttons .fbx-prev,
.fbx-fullscreen-mode.fbx-rounded.fbx-inset-buttons .fbx-next,
.fbx-fullscreen-mode.fbx-metro.fbx-inset-buttons .fbx-prev,
.fbx-fullscreen-mode.fbx-metro.fbx-inset-buttons .fbx-next,
.fbx-fullscreen-mode.fbx-metro .fbx-prev,
.fbx-fullscreen-mode.fbx-metro .fbx-next {
	top: 50%;
	margin-top: -40px;
	width: 28px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	border: none;
	opacity: .5;
}
.fbx-inner-shadow, .fbx-rounded .fbx-btn-shadow,
.fbx-fullscreen-mode .fbx-btn-shadow,
.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow,
.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow,
.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow,
.fbx-sticky-buttons .fbx-next.fbx-btn-shadow,
.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev.fbx-btn-shadow:before,
.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next.fbx-btn-shadow:before,
.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev.fbx-btn-shadow:before,
.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next.fbx-btn-shadow:before {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.fbx-close-overlays {
	top: 10px;
	right: 0;
}
.fbx-close-overlays {
	border-bottom: none;
}
.fbx-light,
.fbx-light .fbx-caption,
.fbx-light .fbx-open-caption,
.fbx-light.fbx-phone .fbx-social {
    background-color: #303030;
    background-color: rgba(28, 28, 28, 0.5);
}
a.fbx-close-caption,
a.fbx-open-caption {
    color: #626262;
    text-decoration: none;
    border-bottom: none;
}
.fbx-caption-title {
    font-size: 18px;
    line-height: 180%;
    padding: 15px;
}
.fbx-caption-desc {
	font-size: 158px;
    line-height: 160%;
    padding: 15px 15px 20px 15px;
}

/*-------------------------------------------------------------------------*/

/* TABLES */

/*-------------------------------------------------------------------------*/

.table-responsive {
    border: none;
}
.table {
    font-size: 16px;
}
.table p {
    margin-bottom: 0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.dataTable th {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 16px 8px;
}
.table-no-border > tbody > tr > td,
.table-no-border > tbody > tr > th,
.table-no-border > tfoot > tr > td,
.table-no-border > tfoot > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > thead > tr > th {
    padding: 20px 12px;
    text-align: center;
    border-top: none;
}
.table > tbody > tr > td.table-center {
    text-align: center !important;
}

/*-------------------------------------------------------------------------*/

/* TOOLTIPS */

/*-------------------------------------------------------------------------*/

.tooltip {
	font-size: 12px;
    z-index: 10001;
}
.tooltip.top {
	/* margin-top: -16px; */
}
.tooltip-inner {
	max-width: 320px;
	padding: 6px 10px;
	color: #4A4A4A;
	text-align: left;
    font-weight: 400;
	background-color: #FFF;
	border: 1px solid #FFF;
	border-radius: 4px;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #FFF;
}

/*-------------------------------------------------------------------------*/

/* BUTTONS */

/*-------------------------------------------------------------------------*/

.btn {
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
    text-transform: lowercase;
	margin-top: 4px;
	padding: 10px 22px;
	white-space: normal;
}
.btn-lg {
    font-size: 18px;
	padding: 16px 28px;
}
.btn-md {
    font-size: 16px;
	padding: 10px 22px;
}
.btn-sm {
    font-size: 14px;
	padding: 6px 18px;
}

/* --- BLUE --- */

.btn-primary,
.btn-blue {
	color: #FFF;
	background-color: #286AA6;
	border: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
	color: #FFF;
	background-color: #222;
	border: none;
}
.btn-primary:active,
.btn-primary.active,
.btn-red:active,
.btn-red.active {
	background-image: none;
}

/* --- DARK BLUE --- */

.btn-dark-blue {
	color: #FFF;
	background-color: #062C54;
	border: none;
}
.btn-dark-blue:hover,
.btn-dark-blue:focus,
.btn-dark-blue:active,
.btn-dark-blue.active {
	color: #FFF;
	background-color: #222;
	border: none;
}
.btn-dark-blue:active,
.btn-dark-blue.active {
	background-image: none;
}

/* --- WHITE --- */

.btn-white {
	color: #286AA6;
	background-color: #FFF;
	border: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
	color: #FFF;
	background-color: #222;
	border: none;
}
.btn-white:active,
.btn-white.active {
	background-image: none;
}

/* --- BLACK --- */

.btn-black {
	color: #FFF;
	background-color: #4A4A4A;
	border: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
	color: #FFF;
	background-color: #222;
	border: none;
}
.btn-black:active,
.btn-black.active {
	background-image: none;
}

/* --- GRAY --- */

.btn-gray {
	color: #929292;
	background-color: #F6F6F6;
	border: none;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active{
	color: #FFF;
	background-color: #222;
	border: none;
}
.btn-gray:active,
.btn-gray.active {
	background-image: none;
}

/*-------------------------------------------------------------------------*/

/* GRAVITY FORM 2.5+ STYLES */

/*-------------------------------------------------------------------------*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="checkbox"],
input[type="radio"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
/*input[type="search"],*/
input[type="tel"],
input[type="color"],
.uneditable-input {
	color: var(--dark-black-color) !important;
	font-size: 18px !important;
	background-color: var(--white-color) !important;
	border: 1px solid var(--white-color) !important;
	border-radius: var(--border-radius-m) !important;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10) !important;
	padding: 12px !important;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
/*input[type="search"]:focus,*/
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	color: var(--dark-black-color) !important;
	font-size: 18px !important;
	background-color: var(--white-color) !important;
	border: 1px solid var(--white-color) !important;
	border-radius: var(--border-radius-m) !important;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10) !important;
	padding: 12px !important;
}
textarea,
textarea:focus {
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 130% !important;
}
.gform_wrapper {
	margin: 0 !important;
}

/* --- LARGE FORM TEXT --- */

.gform_wrapper .gsection {
	border-bottom: 1px solid var(--white-color) !important;
	padding: 48px 16px 0 0 !important;
}
.gform_wrapper h2.gform_title {
	color: var(--dark-black-color) !important;
	font-size: 32px !important;
	font-weight: 700 !important;
	line-height: 140% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.gform_wrapper h3.gsection_title {
	font-size: 28px !important;
	font-weight: 700 !important;
	margin: 0 0 12px 0 !important;
	padding: 0 !important;
}
.gform_wrapper .top_label .gfield_label {
	font-size: 18px !important;
	padding: 10px 0 0 0 !important;
	font-weight: 600 !important;
}
.gform_wrapper .gchoice {
	margin-bottom: 12px;
}
.gform_wrapper.gravity-theme legend {
	border-bottom: none;
}
.gform_required_legend {
	display: none !important;
}
.gform_wrapper.gravity-theme .gfield-choice-input {
	margin-top: 5px !important;
	vertical-align: top !important;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label {
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 130% !important;
	vertical-align: top !important;
}
.gfield_consent_label {
	display: inline-block;
	max-width: calc(100% - 32px);
	vertical-align: top;
}

/* --- SMALL FORM TEXT --- */

.gform_wrapper .ginput_complex label {
	color: var(--gray-color) !important;
	font-size: 12px !important;
	font-style: italic !important;
	margin: 0 0 3px 0 !important;
}
.gform_wrapper .ginput_complex .ginput_left {
	clear: left;
}
.gform_wrapper .description_above .gfield_description {
	color: var(--black-color) !important;
	font-size: 13px !important;
	font-style: italic !important;
	line-height: 140% !important;
	margin: 0 0 24px 0 !important;
	padding: 0 !important;
}
.gform_wrapper em {
	color: var(--black-color) !important;
	font-style: italic !important;
}
.gform_wrapper span.gform_description {
	font-weight: 400 !important;
 }
.gform_wrapper .gfield_description, .gform_wrapper .instruction {
	color: var(--black-color) !important;	
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	margin: 0 !important;
	padding: 0 0 6px 0 !important;
}

/* --- DROP DOWNS --- */

.gform_wrapper .gform_body .gform_fields .gfield select {
	height: 56px;
}
.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date input,
.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date select {
	min-width: 120px !important;
}

/* --- ENHANCED DROP DOWNS --- */

.gform_wrapper .gform_body .chosen-container .chosen-single {
	color: var(--gray-color);
	font-size: var(--text-l);
	background-image: none !important;
	border: 1px solid var(--white-color);
	padding: 6px 0 6px 12px;
	height: 56px;
}
.gform_wrapper .gform_body li.active-result {
	font-size: var(--text-l);
	padding: 12px;
}
.gform_wrapper .gform_body .chosen-container-single .chosen-single div b {
	background-position-y: 10px !important;
}

/* --- ERRORS, MESSAGES --- */

.gform_wrapper .gfield_required {
	color: var(--error-color) !important;
}
.primary-bg .gform_wrapper .gfield_required,
.primary-pattern-bg .gform_wrapper .gfield_required,
.secondary-bg .gform_wrapper .gfield_required,
.secondary-pattern-bg .gform_wrapper .gfield_required,
.tertiary-bg .gform_wrapper .gfield_required,
.tertiary-pattern-bg .gform_wrapper .gfield_required {
	color: var(--light-gray-color) !important;
}
.gform_wrapper .gfield_error {
	background-color: #F0E1D9 !important;
	border: 1px dotted #C89797 !important;
}
.gform_wrapper .gfield_error .gfield_label {
	color: var(--error-color) !important;
}
.gform_wrapper .validation_error {
	color: var(--error-color) !important;
	font-family: inherit !important;
}
.gform_wrapper .validation_message {
	color: var(--error-color) !important;
	font-family: inherit !important;
}
.gform_confirmation_wrapper {
	background-color: #FEEFE7 !important;
	font-size: 16px !important;
	color: #525252 !important;
	text-align: left !important;
	border: none !important;
	margin: 10px 0 24px 0 !important;
	padding: 20px 12px !important;
	overflow: hidden !important;
}
.gform_confirmation_wrapper h2 {
  font-size: var(--text-xl) !important;
}
.gform_confirmation_wrapper p:last-child {
	margin-bottom: 0 !important;
}
.gform_wrapper .gform_footer {
	margin: 0 !important;
}

/* --- SUBMIT BUTTON COLOR --- */

.gform_wrapper input.button {
	color: var(--white-color);
	background-color: var(--primary-color);
	  display: inline-block;
	margin-bottom: 24px !important;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 2px solid transparent;
	white-space: nowrap;
	font-size: var(--text-s);
	line-height: 1.428571429;
	border-radius: var(--border-radius-m);
	padding: 14px 26px;
	user-select: none;
	transition: all 0.3s ease;
}
.primary-bg .gform_wrapper input.button,
.primary-pattern-bg .gform_wrapper input.button {
	color: var(--primary-color);
	background-color: var(--white-color);
}
.secondary-bg .gform_wrapper input.button,
.secondary-pattern-bg .gform_wrapper input.button {
	color: var(--secondary-color);
	background-color: var(--white-color);
}
.tertiary-bg .gform_wrapper input.button,
.tertiary-pattern-bg .gform_wrapper input.button {
	color: var(--tertiary-color);
	background-color: var(--white-color);
}
.gform_wrapper input.button:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.gform_wrapper input.button:hover,
.gform_wrapper input.button:focus {
	color: var(--white-color);
	background-color: var(--dark-black-color);
	border-color: var(--dark-black-color);
	text-decoration: none;
}
.gform_wrapper input.button.active,
.gform_wrapper input.button:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* --- SAVE FOR LATER BUTTON COLOR --- */

.gform_wrapper .gform_save_link.button,
.gform_wrapper .button.gform_button_select_files,
.gform_wrapper.gravity-theme .gfield_checkbox button {
	color: var(--dark-black-color) !important;
	background-color: var(--white-color) !important;
	  display: inline-block;
	margin-bottom: 24px !important;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 2px solid transparent;
	white-space: nowrap;
	font-size: var(--text-s);
	line-height: 1.428571429;
	border-radius: var(--border-radius-m);
	padding: 14px 26px;
	user-select: none;
	transition: all 0.3s ease;
}
.gform_wrapper .gform_save_link.button:focus,
.gform_wrapper .button.gform_button_select_files:focus,
.gform_wrapper.gravity-theme .gfield_checkbox button:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.gform_wrapper .gform_save_link.button:hover,
.gform_wrapper .gform_save_link.button:focus,
.gform_wrapper .button.gform_button_select_files:hover,
.gform_wrapper .button.gform_button_select_files:focus,
.gform_wrapper.gravity-theme .gfield_checkbox button:hover,
.gform_wrapper.gravity-theme .gfield_checkbox button:focus {
	color: var(--white-color) !important;
	background-color: var(--dark-black-color) !important;
	border-color: var(--dark-black-color) !important;
	text-decoration: none;
}
.gform_wrapper .gform_save_link.button.active,
.gform_wrapper .gform_save_link.button:active,
.gform_wrapper .button.gform_button_select_files.active,
.gform_wrapper .button.gform_button_select_files:active,
.gform_wrapper.gravity-theme .gfield_checkbox button.active,
.gform_wrapper.gravity-theme .gfield_checkbox button:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* --- PREVIOUS BUTTON COLOR --- */

.gform_wrapper.gravity-theme .gform_previous_button.button {
	color: var(--dark-black-color) !important;
}

/* --- SEND LINK --- */

.gform_wrapper .form_saved_message_emailform input[name="gform_send_resume_link_button"] {
  color: var(--white-color);
  background-color: var(--primary-color);
	display: inline-block;
  margin-bottom: 24px !important;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  font-size: var(--text-s);
  line-height: 1.428571429;
  border-radius: var(--border-radius-m);
  margin-top: 12px !important;
  margin-left: 0 !important;
  padding: 14px 26px;
  user-select: none;
  transition: all 0.3s ease;
}
.gform_wrapper .form_saved_message_emailform input[name="gform_send_resume_link_button"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.gform_wrapper .form_saved_message_emailform input[name="gform_send_resume_link_button"]:hover,
.gform_wrapper .form_saved_message_emailform input[name="gform_send_resume_link_button"]:focus {
  color: var(--white-color);
  background-color: var(--dark-black-color);
  border-color: var(--dark-black-color);
  text-decoration: none;
}

/* --- GF FOOTER SUBSCRIBE FORM --- */
/* add gf-footer-callout to the form class style */

.gform_wrapper.gf-footer-callout_wrapper .gfield_label {
	display: none !important;
}
.gform_wrapper.gf-footer-callout_wrapper input[type="text"],
.gform_wrapper.gf-footer-callout_wrapper input[type="email"],
.gform_wrapper.gf-footer-callout_wrapper textarea {
	font-size: 13px !important;
	font-weight: 400 !important;
	background-color: rgba(255, 255, 255, 1.0) !important;
	text-transform: uppercase !important;
	padding: 8px !important;
}
.gform_wrapper.gf-footer-callout_wrapper input[type="text"]:focus,
.gform_wrapper.gf-footer-callout_wrapper input[type="email"]:focus,
.gform_wrapper.gf-footer-callout_wrapper textarea:focus {
	color: var(--gray-color) !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	text-transform: none !important;
	padding: 8px !important;
}
.gform_wrapper.gf-footer-callout_wrapper input[type="text"]::-webkit-input-placeholder,
.gform_wrapper.gf-footer-callout_wrapper input[type="email"]::-webkit-input-placeholder,
.gform_wrapper.gf-footer-callout_wrapper textarea::-webkit-input-placeholder {
	color: var(--gray-color) !important;
}
.gform_wrapper.gf-footer-callout_wrapper input[type="text"]::-moz-placeholder,
.gform_wrapper.gf-footer-callout_wrapper input[type="email"]::-moz-placeholder,
.gform_wrapper.gf-footer-callout_wrapper textarea::-moz-placeholder {
	color: var(--white-color) !important;
}
.gform_wrapper.gf-footer-callout_wrapper input[type="text"]:-ms-input-placeholder,
.gform_wrapper.gf-footer-callout_wrapper input[type="email"]:-ms-input-placeholder,
.gform_wrapper.gf-footer-callout_wrapper textarea:-ms-input-placeholder {
	color: #C2C2C2 !important;
}
.gform_wrapper.gf-footer-callout_wrapper input.button {
	color: var(--primary-color) !important;
	background-color: var(--white-color) !important;
	font-size: var(--text-s) !important;
	padding: 12px 20px !important;
}
.gform_wrapper.gf-footer-callout_wrapper input.button:hover,
.gform_wrapper.gf-footer-callout_wrapper input.button:focus {
	color: var(--white-color) !important;
	background-color: var(--dark-black-color) !important;
	text-decoration: none !important;
}

/* --- HTML FOR LISTS IN FORMS --- */

.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul {
	list-style-type: disc !important;
	margin: 1em 0 1.5em 2.5em !important;
	padding-left: 0 !important;
}

/* --- HIDE BIG INVISIBLE RECAPTCHA BANNER --- */

.gf-recaptcha-div {
	display: none;
}

/* --- GRAVITY FORMS PAYPAL CHECKOUT CREDIT CARD ADD-ON STYLES --- */

.gform_wrapper.gravity-theme .ginput_container_custom_card_fields .ginput_card_field {
	background-color: var(--white-color) !important;
	border: 1px solid var(--white-color) !important;
	border-radius: var(--border-radius-m) !important;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10) !important;
	font-size: 18px !important;
	height: 56px !important;
	padding: 12px !important;
}

/*-------------------------------------------------------------------------*/

/* PRINT STYLES */

/*-------------------------------------------------------------------------*/

@media print {
	html, body {
		height: auto;
	}
	body {
		background: white;
	    font-size: 10pt;
	    color: black;
	    line-height: 14pt;
	    margin: 0 auto;
	    padding: 0;
	}
	.container-fluid {
		width: 100%;
		border: none;
		background: none;
	}
	.container {
		width: 90%;
		border: none;
		background: none;
	}
	#header-image {
		height: 80px;
	}
	#header-image img {
		display:none;
	}
	a {
	    color: black;
	    text-decoration: none;
	    border-bottom: none;
	}
	a[href]:after {
    	content: none !important;
	}
	#commentform {
		display:none
	}
	.wp-caption-text {
		font-size: 8pt;
	}
	.alignleft {
		float: left;
		margin: 0;
		padding: 6px 20px 12px 0;
		max-width: 220px;
	}
	.alignright {
		float: right;
		margin: 0;
		padding: 6px 0 12px 20px;
		max-width: 220px;
	}
	.aligncenter {
		float: none;
		margin: 0;
		padding: 12px 0 12px 0;
		max-width: 220px;
	}
	h1, h2, h3, h4, h5, h6 {
		clear: both;
		wrapper-break-after:avoid;
	    wrapper-break-inside:avoid
	}
	blockquote, table, pre {
		wrapper-break-inside:avoid
	}

	ul, ol, dl  {
		wrapper-break-before:avoid
	}
	.et_social_inline {
		display: none;
	}
	.postmetadata {
		display: none;
	}
	.print:last-child {
    	page-break-before: auto;
	}
}
