/* REFERENCE GUIDE
KINDNESS:       rgb(60,200,245)
INTEGRITY:      rgb(32,103,157)
NURTURE:		rgb(45,189,182)
GROWTH:			rgb(60,71,82)

GROWTH MEDIUM:			rgb(90,103,118)
GROWTH LIGHT:			rgb(225,225,225)
GROWTH LIGHTEST:		rgb(245,246,246)
*/

:root {	
  --kindness: 60,200,245;
  --integrity: 32,103,157;
  --nurture: 45,189,182;
  --growth: 60,71,82;

  --growth-medium: 90,103,118;
  --growth-light: 225,225,225;
  --growth-lightest: 245,246,246;
  --white: 255,255,255;
  --black: 0,0,0;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-primary: 'Capitana', sans-serif;
  --font-secondary: 'Open Sans', Arial, Helvetica, sans-serif;
}


/* ########## CORE STYLES ########## */

html {
	min-height: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.2em;	
	font-family: var(--font-secondary);
	background-color: rgb(var(--white));
	background-image: linear-gradient(160deg, rgba(var(--nurture),0.35) 0, rgb(var(--white)) 50%);
	background-repeat: no-repeat;
	background-position: center bottom;
    background-size: cover;    
	color: rgb(var(--growth));
	position: relative;
	min-height: 100%;
	height: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
body {
    position: relative;
} 

div.offcanvas-wrapper {
	overflow-x: hidden;
}

.wrapper {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}

/* ########## ACTION PAGE STYLES ########## */

body.actionPage.pusher {
	background-image: url('../images/bg-kbs-2.jpg');
	background-attachment: fixed;
}

body.actionPage.submission {
	background-image: url('../images/bg-kbs-3.jpg');
	background-attachment: fixed;
}

.actionPage .shell {
	display: table;
	width: 90%;
    position: relative;
	max-width: 1200px;
	margin: auto;
	height: 100%;
}

.actionPage .shell .wrapper {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	position: relative;
	display: table-cell;
	box-sizing: border-box;	
	z-index: 10;
    padding: 2em 0;
}

.actionPage .shell .wrapper-inner {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
}

.actionPage .content-box p {
	font-size: 0.9rem;
}

.actionPage .logo {
	opacity: 1;
	width: 90%;
    position: relative;;
    z-index: 2;
    max-width: 350px;
    display: block;
    margin: 0 auto;
    margin-bottom: 2em;
}

.actionPage p.subheading {
	font-size: 1.25rem;
}

.actionPage p.slogan {    
	padding: 0;
	line-height: 1.2em;
    font-family: var(--font-primary);
    font-weight: 800;
	font-size: 1.5rem;
	text-align: center;
	max-width: 340px;
	margin: 0 auto;
	display: block;
}

.actionPage hr.middle {
	margin: 2rem auto;
}

/* ########## HEADER STYLES ########## */

header {
	background: rgba(var(--white),0.9);
	height: 70px;
	position: fixed;
	width: 100%;
	z-index: 999;
    border-bottom: 1px solid rgba(var(--growth),0.15);
	box-shadow: 0 0 10px rgba(var(--black),0.25);
}

header .wrapper {
	display: table;
	height: 100%;
	position: relative;
	direction: rtl;
}

header .logo {
	background: url('../images/logo.svg') no-repeat 0 0;
	background-size: contain;
	display: block;
	width: 200px;
    height: 50px;
	position: absolute;
	top: 10px;
	left: 0;
    z-index: 2;
    transition: all .5s;
}

header .contact {
	vertical-align: middle;
	text-align: right;
	font-size: 1rem;
    position: relative;
	display: none;
    padding-right: 1rem;
    width: 100%;
    direction: ltr;
}

header .phone {
    color: rgb(var(--nurture));
    margin: 0 1rem;
    position: relative;
    border: none;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0 !important;
	top: 0.25rem;
}

header .menu-main .phone {
    color: rgb(var(--white));
}

header .phone:hover {
	color: rgb(var(--nurture));
    background: none !important;
}

header .social {
    font-size: 1rem;
}

header .menu-main > a,
header .menu-main .section {
	text-transform: uppercase;
}

header nav .menu-sub nav a .desc {
    color: rgba(var(--white),0.75);
    font-size: 0.8rem;
    line-height: 1rem;
    padding: 0.5rem 0;
    font-weight: 400;
    display: block;
    text-transform: none;
}

header nav .menu-sub nav a .link-more {
    color: rgba(var(--white),1) !important;
    font-weight: 400;
}

header nav .menu-sub nav a .icon {
	color: rgba(var(--white),0.35);
	font-size: 1.5rem;
	top: 0.2rem;
	margin-right: 1rem;
}

header nav .menu-sub nav hr {
	margin: 0 auto !important;
	height: 1px;
	background-color: rgba(var(--white),0.1) !important;
	opacity: 1;
	width: 90%;
}

/* ########## NAVIGATION STYLES ########## */


header .menu-icon {
	font-size: 1.5rem;
	color: rgb(35,29,62);
	padding: 0;
	height: 100%;
	vertical-align: middle;
	text-align: right;
	display: table-cell;
}

header .menu-icon .fas {
	padding: 0;
	cursor: pointer;	
}

header .menu-icon .fas:hover {
	color: rgb(var(--nurture)) !important;
}

header nav .menu-sub .badge {
    font-size: 1.1em;
}
header nav .menu-sub .badge:hover {
    color: rgb(var(--white));   
}

header .contact .social {
    display: none;
}

/* Under Medium Breakpoint - Mobile Nav */
@media screen and (max-width: 991px) {

	header nav.menu-main {
		padding: 0;	
		position: fixed;
		width: 70vw;
		max-width: 300px;
		top: 70px;
		z-index: -1;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
        transition: all 0.5s;
		color: rgb(var(--white));
		right: -70vw;	
		display: block; 
		font-size: 0.9rem;
		background: rgb(var(--growth));	
		font-family:  var(--font-primary);
        direction: ltr;
        font-weight: 600;
        height: 100vh;
	}
	.offcanvasmenu-active header nav.menu-main {
		right: 0;	
    }
    
	header nav a,
	header nav .section {
		display: block;
		border-bottom: 1px solid rgba(var(--growth),0.15);
		color: rgb(var(--white));
		text-decoration: none;
		padding: 1em;
		position: relative;
		font-weight: 600;
		opacity: 1;
	}

	header nav a:hover,
	header nav span:hover {
		color: rgb(var(--white));
		background: rgba(var(--nurture),1);
		cursor: pointer;
		opacity: 1;
	}
	
	header nav .open .section {
		background-image: linear-gradient(to right, rgb(var(--integrity)), rgb(var(--kindness)));
		color: rgb(var(--white));
	}
	
	header nav .menu-sub .section:after {
		display: block;
		font-family: "Font Awesome";
		line-height: 1.5em;
		content:"\f107";
		font-size: 1.2em;	
		position: absolute;
		right: 1em;
		top: 0.75em;	
		opacity: 0.75;
	}

	header nav .menu-sub.open .section:after {
		content:"\f106";
	}
	
	header nav .menu-sub nav {
		display: none;
		margin: 0;
		font-size: 0.9em;		
		background: rgba(var(--black),0.15);
	}
    
    header nav .menu-sub nav a {
        padding-left: 2em;
    }
    
	header nav a:hover {
        text-decoration: none;
    }

	.offcanvasmenu-active .site-overlay {
		background: rgba(var(--black),0.75);
		height: 100%;
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 998;
	}
    
    header nav .btn {
        margin-top: 1rem;
    }

    header nav .social a {
        display: inline-block;
        padding: 0.5rem;   
    }
    
    header nav .social:hover {
        background: none;
    }
    
}

/* Small Breakpoint */
@media screen and (min-width: 576px) {
	header .contact {
		font-size: 1.4em;
        display: table-cell;
	}
}

/* Over Medium Breakpoint - Main Nav */
@media screen and (min-width: 992px) {
    
	header {
	    background: rgba(var(--white),0.95);
        margin: 0 auto;
        max-width: 100%;
        left: 0;
	    transition: all .5s;
		height: 80px;
    }
	
    header .wrapper {
        direction: ltr;
    }
	
	header.bg {
		height: 80px;
	}
	
    header .logo {
        background: url('../images/logo.svg') no-repeat left center;
        background-size: contain;
        display: block;
        width: 250px;
        height: 60px;
        top: 10px;
        left: 0;
        position: absolute;
    }
    
    
	.section-home header:not(.bg) {
		height: 100px;
		background: none;
		border: none;
		box-shadow: none;
	}
	
	.section-home header:not(.bg) .logo {
		width: 400px;
		height: 100px;
		top: 2rem;
	}
		
    header .wrapper {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        max-width: 1300px;
    }
	
	header .menu-icon {
		display: none;	
	}
	
	header nav.menu-main {
		display: table-cell;
        position: relative;
		width: 100%;
		height: 100% !important;
		vertical-align: middle;
		text-align: right;
		font-family: var(--font-primary);
		font-size: 0.9rem;
		transition: all .5s;
		top: 0;
	}    
	
	.section-home header:not(.bg) nav.menu-main {
		top: 1rem;
	}
	
	header nav .menu-sub nav {
		right: auto;
        left: 0;
    }
	
	header nav > a,
	header nav .menu-sub {
		margin: 0;
		padding: 0 1rem;
		font-weight: 700;
        line-height: 100%;
	}
 
    header .contact {
        padding-right: 0;
		display: block;
		top: 3rem;
		transition: all 0.5s;
    }
	
	.inside header .contact,
	header.bg .contact {
		top: 1.5rem;
	}
	
	header nav .menu-sub a {
        padding: 0;
        text-decoration: none;
	}

    
    header a,
    header nav a,
    header nav .menu-sub {
       color: rgb(var(--growth));
    }

	header nav a:hover,
	header nav span:hover,
    header nav .menu-sub:hover {
		color: rgb(var(--nurture));
		text-decoration: none;
		cursor: pointer;
	}

    header .menu-main > a,
    header .menu-main > .menu-sub {
       position: relative;
    }
    
    header .menu-main > .menu-sub:hover:before {
        position: absolute;
        bottom: 10px;
        left: calc(50% - 35px);
        width: 60px;
		height: 5px;
		background: rgba(var(--nurture));
        content: '';
		border-radius: 0.35rem;
		z-index: -1;
    }
    
    header .menu-main > a,
	header nav .menu-sub {
		position: relative;
		display: inline-block;
        line-height: 85px;
	}
	
	header nav .menu-sub nav {
		display: none;
		background: rgba(var(--growth),0.9);
		position: absolute;
		top: 80px;
		right: auto;
		left: calc(50% - 125px);
		padding: 1rem;
		width: 250px;
		text-align: left;	
		font-size: 0.9em;
        box-shadow: 0 0 10px rgba(var(--black),0.25);
		border-radius: 1rem;
	}
    
    header nav .menu-sub.wide nav {
        width: 500px;
    }
    
    header nav .menu-sub.wide nav {
        padding: 0;    
    }
    
    header nav .menu-sub.wide .aside {
        background: rgb(243,243,243);
        padding: 3em 2em;
        text-align: center;
        text-transform: none;
        font-weight: 400;
        font-family: var(--font-primary); 
        font-size: 1.3rem;
        line-height: 1.3rem;
    }
    
    header nav .menu-sub.wide .aside .fal,
    header nav .menu-sub.wide .aside .far,
    header nav .menu-sub.wide .aside .fas {
        opacity: 0.5;
        line-height: 1.4rem;
    }
    
	header nav .menu-sub:after {
		display:inline-block;
		font-family: "Font Awesome";
		line-height: 1.5em;
		content:"\f107";
		font-size: 1.2em;	
		padding-left: 0.3em;	
		opacity: 0.75;
	}
		
	header nav .menu-sub nav a {
		margin: 0;
		display: block;
		padding: 1em;
        color: rgb(var(--white));
        font-size: 0.9rem;
        height: auto;
		border-radius: 0.35rem;
	}
    
    header nav .menu-sub.wide nav a {
        padding: 1rem 2rem;
    }
        
    header nav .menu-sub.wide nav a {
        display: block;
        width: 100%;
        height: fit-content;
        position: relative;
    }    
        
	header nav .menu-sub nav a:hover {
        color: rgb(var(--white));
        text-decoration: none;
        background-image: linear-gradient(to right, rgb(var(--nurture)), rgb(var(--kindness)));
    }

	
    header nav .menu-sub:hover {
        box-sizing: border-box;    
    }
    
	header nav .menu-sub:hover nav {
		display: block !important;
	}

}

/* ########## PAGE HEADING STYLES ########## */

.page-heading {
	min-height: 150px;
	background: rgb(var(--growth));
	background-size: cover;
	padding: 5em 0 1em 0;
	color: rgb(var(--white));
	box-sizing: border-box;
	position: relative;
    vertical-align: bottom;
	font-weight: 300;
	z-index: 1;
	margin-bottom: 1rem;
	overflow: hidden;
}

.page-bookkeeping .page-heading {
	background-image: linear-gradient(to right, rgba(var(--growth),0.35) 0, rgb(var(--nurture)) 100%);
}

.page-accounting .page-heading {
	background-image: linear-gradient(to right, rgba(var(--growth),0.35) 0, rgb(var(--integrity)) 100%);
}

.page-payroll .page-heading {
	background-image: linear-gradient(to right, rgba(var(--growth),0.35) 0, rgb(var(--kindness)) 100%);
}

@media screen and (min-width: 992px) {
	.page-heading {
		min-height: 250px;
	}
}

.page-heading:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	filter: grayscale(0.75);
	opacity: 0.25;
	content: '';
	display: block;
	background-image: url('../images/heading/heading-default.jpg');
}
.page-heading.image-1:before {
	background-image: url('../images/heading/heading-1.jpg');
}
.page-heading.image-2:before {
	background-image: url('../images/heading/heading-2.jpg');
}
.page-heading.image-3:before {
	background-image: url('../images/heading/heading-3.jpg');
}

.page-heading.image-solutions:before {
	background-image: url('../images/heading/heading-solutions.jpg');
}
.page-heading.image-resources:before {
	background-image: url('../images/heading/heading-resources.jpg');
}
.page-heading.image-company:before {
	background-image: url('../images/heading/heading-company.jpg');
}

/* ########## CONTENT STYLES ########## */

.content {
	padding: 3rem 0;
}

.content-box {
	background: rgba(var(--white),1);
	padding: 4em;
	border-radius: 0.5em;
	max-width: 100%;
	margin: 0 auto;
	font-size: 1em;
	box-shadow: 0 0 20px rgba(var(--black),0.25);
    text-align: left;
    position: relative;
    z-index: 2;
    margin-bottom: 2em;
}

.overlay {
	position: fixed;
	max-width: 50%;
	bottom: 0;
	display: block;
	width: 500px;
	height: 500px;			
}

.content figure {
    position: relative;
    margin-bottom: 40px;
}

.content figure img {
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    display: block;
}

.content figure:before {
    position: absolute;
    top: -20px;
    right: 10px;
    z-index: 3;
    content: '';
    width: 20px;
    height: 40px;
	border-radius: 0.5rem;
    background: rgb(var(--nurture));
}
.content figure:after {
    position: absolute;
    top: 30px;
    right: 10px;
    z-index: 3;
    content: '';
    width: 20px;
    height: 40%;
	border-radius: 0.5rem;
    background: rgb(var(--growth));
}


/* ########## GENERAL  & MISC STYLES ########## */

a img {border: none;}

code {
    padding: 1rem;
    font-size: 100%;
    display: block;
}

.align-right {
	float: right;
}

.align-left {
	float: left;
}

.align-center {
	text-align: center;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.responsive-block {
	display: block;
}

.shadow {
	box-shadow: 1px 1px 8px rgba(var(--black),0.1);	
}

.box {
	padding: 1em;
	background: rgba(153,158,177,1);	
	border-radius: 0.25em;
}


.sidebar, 
.disclaimer,
.sidebar a, 
.disclaimer a {
	color: rgb(var(--white));
}

.sidebar a:hover, 
.disclaimer a:hover {
	color: rgb(var(--nurture));
}

.scrollBtn {
	background: rgba(var(--growth),1);
	padding: 1rem;
	color: rgb(var(--white));
	position: fixed;
	bottom: 2em;
	right: 2em;
	z-index: 900;
	display: none;
	cursor: pointer;
	font-size: 1.25rem;
	font-weight: 800;
	border-radius: 0.35rem;
}

.scrollBtn:hover {
	background: rgba(var(--nurture),1);
}

.site-overlay {
	display: none;
	transition: all 0.2s ease;
}

.grecaptcha-badge {
	margin: 0 auto;
}

.fa-accent {
	font-size: 12em;
	margin: 0.4em -0.2em 0 0;	
}

.modal-content {
    border: none !important;
}

.modal-body {
    padding: 2rem !important;
}

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

.spacer {
	margin: 6rem auto !important;
}

/* ########## TYPOGRAPHY STYLES ########## */

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0.5em 0 0 0;
	line-height: 1.2em;
    font-family: var(--font-primary);
}

h1 {
	font-size: 2em;
	font-weight: 800;
    font-family: var(--font-primary);
	margin-bottom: 0.5rem;
}

h2 {
	font-size: 1.5em;
	font-weight: 800;
    font-family: var(--font-primary);
    margin: 0 0 0.25em 0;
}

h3, h4, h5, h6 {
	font-size: 1.25rem;
    font-weight: 800;
	font-family: var(--font-primary);
}

h5, h6 {
	font-size: 1rem;
    font-weight: 800;
	font-family: var(--font-primary);
}

p {
	margin:  0.5em 0;
	padding: 0;
    font-size: 1rem;
    line-height: 1.25rem;
}

hr {
 	background: rgb(var(--growth));
	border: none;
	height: 8px !important;
	border-radius: 4px;
	position: relative;
	display: block;
	margin: 2.5rem 0;
	width: 100px;
	opacity: 1 !important;
	overflow: visible;
}

hr.middle {
	width: 100px;
	margin: 2rem auto 4rem auto;
}

hr.basic {
	width: 100%;
	margin: 2rem auto;
	height: 1px !important;
	background: rgba(var(--growth),0.15) !important;
}

hr:not(.basic):after {
	background: rgb(var(--nurture));
	height: 8px;
	width: 16px;
	border-radius: 4px;
	right: -20px;
	top: 0;
	position: absolute;
	content: '';
	z-index: +1;
	display: block;
}

hr.bk:after {
	background: rgb(var(--nurture));
}

hr.middle:before {
	background: rgb(var(--kindness));
	height: 8px;
	width: 16px;
	border-radius: 4px;
	left: -20px;
	top: 0;
	position: absolute;
	content: '';
	z-index: +1;
	display: block;
}

.text-secondary,
.text-brand-1 {
	color: rgb(var(--kindness)) !important;
}
.text-brand-2 {
	color: rgb(var(--integrity)) !important;
}
.text-accent,
.text-primary,
.text-brand-3 {
	color: rgb(var(--nurture)) !important;
}
.text-brand-4 {
	color: rgb(var(--growth)) !important;
}

.lead,
.subheading,
.text-lead {
	font-size: 1.5rem;
	line-height: 1.25em;
	font-weight: 100;
	font-family: var(--font-primary);
}

.lead strong,
.text-lead strong {
    font-weight: 700;
}

.text-sm {
	font-size: 0.9em;
}

.text-lg {
	font-size: 1.15em;
}

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

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

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

.text-faded {
	opacity: 0.75;
}

.text-shadow {
	text-shadow: 2px 2px 2px rgba(var(--black),0.75);
}

.text-ghost {
	color: rgb(var(--white));
}

.italic {
	font-style: italic;
}

.text-lead.bold {
	font-weight: 400;	
}

.bold {
	font-style: bold;
}

.text-xl {
	font-size: 1.75rem;
	font-weight: 800;
	letter-spacing: -1px;
}

.link-external {
	position: relative;
	padding: 1em 2em 1em 0 !important;
	display: inline-block;
	font-weight: 800;
	transition: all 0.5s;
	overflow: hidden;
}
.link-external:after {
	display: block;
	content: '\f08e';
	font-family: "Font Awesome";
	font-weight: 500;
	right: 0.5em;
	top: 1rem;
	position: absolute;
}

.input-group-addon,
.input-group-text {
	color: rgba(var(--growth),0.75);
}


/* ########## LIST STYLES ########## */

ul li,
ol li {
	margin: 0.5rem 0; 
}

.checklist {
	margin: 0;
	padding-left: 1rem;
}

.checklist li {
	list-style: none;
	margin: 0;
	padding: 0.5rem 1rem;
	font-size: 1rem !important;
	line-height: 1.5rem !important;
	position: relative;
}

.checklist li:before {
	font-family: "Font Awesome";
	content: "\f00c";
	font-size: 1.25rem;
	font-weight: 700;
	position: absolute;
	top: 0.5rem;
	left: -1rem;
	opacity: 1;
	font-style: normal;
    color: rgb(var(--nurture)) !important;
}

.page-bookkeeping .checklist li:before {
	color: rgb(var(--nurture)) !important;
}

.page-accounting .checklist li:before {
	color: rgb(var(--integrity)) !important;
}

.page-payroll .checklist li:before {
	color: rgb(var(--kindness)) !important;
}

.page-human-resources .checklist li:before {
	color: rgb(var(--growth)) !important;
}


/* ########## FORM STYLES ########## */

select {
	
}

form label {
	font-family: var(--font-primary);
	font-weight: 600;
	font-size: 0.9rem;
	line-height: 1rem;
}

form label small {
    font-weight: 400;
    margin: 0.5rem 0;
	text-transform: none;
	font-size: 0.8rem !important;
	opacity: 0.5;
}

form label.required:before {
    content: "\2a";
    display: block;
    font-family: "Font Awesome";
    position: relative;
    top: -0.1em;
    left: 0;
    float: left;
    padding-right: 0.25em;
    color: rgb(var(--nurture));
    opacity: 0.75;
    font-weight: 400 !important;
}

form label input,
form label select,
form label textarea {
	margin-top: 0.5rem;
}
form .heading {
    font-weight: 600;
    color: rgb(var(--growth));
    padding: 0.5em;
}

form .small {
	font-size: 0.75rem;
	line-height: 1rem !important;
}

textarea.form-control {
    min-height: calc(10em + 0.75rem + 2px) !important;
}

.btn-check:checked + .btn-outline-primary,
.btn-check:checked + .btn-outline-secondary {
    padding-left: 2.5em;
	background: rgb(var(--nurture));
	border: 1px solid rgb(var(--nurture));
}

.btn-check:checked + .btn-outline-primary:before,
.btn-check:checked + .btn-outline-secondary:before {
    content: "\f00c";
    font-family: "Font Awesome";
    display: block;
    position: absolute;
    top: 0.5em;
    left: 1em;
    color: rgb(var(--white));
    font-weight: 700;
}

form .conditionalContainer {
     display: none;   
}


/* ########## NAV PILL STYLES ########## */

.nav-pills {
	gap: 5px;
}

.nav-pills .nav-link {
	color: rgba(var(--growth),0.5);
	border: 1px solid rgba(var(--growth),0.5);
}

.nav-pills .nav-link:hover {
	border-color: rgb(var(--nurture));
	color: rgb(var(--nurture));
	text-decoration: none; 
}

.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active, 
.nav-pills .show > .nav-link {
	background: rgb(var(--nurture));
	border-color: rgb(var(--nurture));
	font-weight: 700;
	color: rgb(var(--white));
}


/* ########## TAB & SELECT BOX STYLES ########## */

.selectBoxes .box,
.tab {
	border-radius: 1rem;
	padding: 1rem;
	text-align: center;
	font-size: 0.75rem;
	color: rgb(var(--growth));
	font-weight: 600;
	line-height: 1.1rem;
	cursor: pointer;
	background: rgb(var(--growth-lightest));
	height: 100%;
	position: relative;
}

.selectBoxes .box:hover,
.tab:hover {
	background: linear-gradient(to bottom right, rgb(var(--kindness)), rgb(var(--nurture)));
	color: rgb(var(--white));
}

.selectBoxes .box svg,
.tab svg {
	max-height: 40px;
	margin-top: 0.5rem;
}

.selectBoxes .box,
.selectBoxes .box.active svg path,
.selectBoxes .box:hover svg path,
.tab.active svg path,
.tab:hover svg path {
	fill: rgb(var(--white)) !important;
}
.selectBoxes .box h6,
.tab h6 {
	line-height: 1.5em;
}

.selectBoxes .box.active,
.tab.active {
	background: rgb(var(--growth));
	color: rgb(var(--white));
}

.selectBoxes .box input,
.tab input {
	visibility: hidden;
	display: block;
	height: 0;
}

.selectBoxes .box.active:after {
	background: rgb(var(--nurture));
	font-family: "Font Awesome";
	content: '\f00c';
	font-size: 1.5rem;
	color: rgb(var(--white));
	width: 40px;
	height: 40px;
	padding-top: 0.5rem;
	line-height: 1.5rem;
	border-radius: 50%;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 20px);
}
.tab-data {
	display: none;
	padding: 1rem;
	margin: 0.5rem;
	position: relative;
	border-radius: 0.5rem;
}


/* ########## SITE NOTICE STYLES ########## */

.site-notice {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    z-index: 800;
    transition: all 0.5s;
}

.site-notice.default {
    color: rgb(var(--white));
    background: rgba(var(--nurture),0.9);
}

.site-notice .title {
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.5rem;
    display: block;
}

.site-notice p {
	font-size: 0.9rem;
	display: inline;
	margin: 0;
    padding: 0;
}

.dismiss {
	float: right;
	cursor: pointer;
	opacity: 0.75;	
}

.dismiss:hover {
	opacity: 1;	
}

.site-notice .btn {
    color: rgb(var(--growth)) !important;
    border-color: rgb(var(--growth)) !important;
}

.site-notice .btn:hover {
    background: rgb(var(--growth));
    color: rgba(var(--white),1) !important;
}

.site-notice.default .btn {
    color: rgb(var(--white)) !important;
    border-color: rgb(var(--white)) !important;
}

.site-notice.default .btn:hover {
    background: rgb(var(--white));
    color: rgba(var(--growth),1) !important;
}

@media (min-width: 992px){
	.section-home:not(.bigLogo) .site-notice {
		top: 150px;
	}
	.site-notice {
		top: 80px;
		bottom: auto;
	}
	
}


/* ########## CARD STYLES ########## */

.card {
	border-radius: 1rem;
	backround-color: none;
}

.card-contain {
	overflow: hidden;
}

.card.resource .heading {
	font-weight: 700;
	font-size: 1.25rem;
	display: block;
	margin: 0.5rem 0;
}

a.card.resource {
	background-color: transparent;
	background-size: 220% auto;
	background-position: 100%;
	background-image: linear-gradient(to right, rgba(var(--integrity),0) 0%, rgba(var(--nurture),0) 50%, rgba(var(--white),0) 50%, rgba(var(--white),0) 100%);
	overflow: hidden;
	transition: all 0.5s;
	color: rgb(var(--growth));
	padding: 3rem 2vw;
	margin: 0 0 0.25rem 0;
}

a.card.resource:hover {
	border: 1px solid transparent;
	background-color: transparent;
	color: rgb(var(--white));
	background-position: 0 center;
	background-image: linear-gradient(to right, rgba(var(--integrity),1) 0%, rgba(var(--nurture),1) 50%, rgba(var(--white),0) 50%, rgba(var(--white),0) 100%);
	transform: scale(1.1);
	z-index: +1;
	text-decoration: none;
}


.links .card,
.documents .card {
	background-color: transparent;
	background-size: 220% auto;
	background-position: 100%;
	background-image: linear-gradient(to right, rgba(var(--integrity),0) 0%, rgba(var(--nurture),0) 50%, rgba(var(--white),0) 50%, rgba(var(--white),0) 100%);
	overflow: hidden;
	transition: all 0.5s;
	color: rgb(var(--growth));
	padding: 1rem;
	margin: 0 0 0.25rem 0;
}

.links .card:hover,
.documents .card:hover {
	border: 1px solid transparent;
	background-color: transparent;
	color: rgb(var(--white));
	background-position: 0 center;
	background-image: linear-gradient(to right, rgba(var(--integrity),1) 0%, rgba(var(--nurture),1) 50%, rgba(var(--white),0) 50%, rgba(var(--white),0) 100%);
	transform: scale(1.1);
	z-index: +1;
	text-decoration: none;
}

.links .card:hover a.btn,
.documents .card:hover a.btn {
	background: none;
	border: 1px solid rgb(var(--white));
	color: rgb(var(--white));;
}


/* ########## ACCORDION STYLES ########## */

.accordion h2,
.accordion h3,
.accordion h4,
.accordion h5,
.accordion h6 {
    margin: 0 !important;
	position: inherit;
}

.accordion-button {
  font-weight: 700;
  font-size: 1rem !important;
  color: rgb(var(--growth)) !important;
  text-align: left;
  background-color: transparent;
  padding: 0 0 0 2rem !important;
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 1rem;
}

.accordion blockquote {
	position: relative;
}

.accordion-button:before {
	background: rgba(var(--growth),0.1);
	width: 10px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: block;
	border-radius: 0.35rem;
}

.accordion-button:not(.collapsed):before {
    background: rgba(var(--growth));
	color: rgb(var(--nurture)) !important;
	box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
	color: rgb(var(--nurture)) !important;
	box-shadow: none !important;
}

.accordion-button:hover {
	color: rgb(var(--kindness)) !important;
}


.accordion-collapse {
	left: 0;
	position: relative;
}

.accordion-collapse:before {
	background: rgba(var(--nurture),1);
	width: 10px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: block;
	border-radius: 0.35rem;
	transition: all 0.5s;
}

.accordion-button:after {
 	background: none !important;
}

.accordion-button:hover:after {
 	background: none !important;
}

.accordion-button:not(.collapsed):after {
 	background: none !important;
}

.accordion-button:after {
	margin-left: 0;
	margin-right: auto;
}

.accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}

.accordion .badge {
    font-size: 1rem !important;
}


/* ########## FAQ STYLES ########## */

.answer {
}

/* ########## CROSS CONTENT STYLES ########## */

.cross-content {
	padding: 4rem 0;
}

.actionPage .sidebar,
.actionPage .sidebar a,
.cross-content a,
.cross-content {
	color: rgb(var(--white));
}

.cross-content .cta {
	margin-top: 4rem;
}

.cross-content .brand-logo {
	width: 100%;
	max-width: 100px;
}

.cross-content .arrow {
	content: '';
	display: block;
	position: relative;
	bottom: -35%;
	left: 25%;
	height: 200px;
	width: 250px;
	background-image: url('assets/arrow.png');
	background-size: contain;
}

.cross-content .lead {
	margin: 2rem 0;
}

.cross-content .lead strong {
	font-weight: 800;
}

.cross-content .social {
    margin: 2rem 0;
}

.cross-content .social a {
    margin: 1rem;
    font-size: 1.5rem;
    display: inline-block;
}

/* ########## PROCESSING STYLES ########## */

.processing {
	text-align: center;
	max-width: 200px;
	margin: 0 auto;
	display: none;
}

.processing strong {
	font-size: 1.2rem;
	font-weight: 800;
}


/* ########## PAGE CONTENT STYLES ########## */

.content p:not(.lead) {
	line-height: 1.5em;
	margin-bottom: 2rem;
}

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

.content .aside-image img {
	max-width: 150%;
	left: -50%;
	position: relative;
}

.content .aside-image.right img {
	left: auto;
	right: 0;
}

.content .icon {
	height: 50px;
}

.content .icon-large {
	height: 80px;
}

body.page-bookkeeping {
	background-image: linear-gradient(160deg, rgba(var(--nurture),0.35) 0, rgb(var(--white)) 50%);
}

body.page-accounting {
	background-image: linear-gradient(160deg, rgba(var(--integrity),0.35) 0, rgb(var(--white)) 50%);
}

body.page-payroll {
	background-image: linear-gradient(160deg, rgba(var(--kindness),0.35) 0, rgb(var(--white)) 50%);
}

body.page-human-resources {
	background-image: linear-gradient(160deg, rgba(var(--growth),0.35) 0, rgb(var(--white)) 50%);
}

.page-bookkeeping .text-primary {
	color: rgb(var(--nurture)) !important;
}

.page-accounting .text-primary {
	color: rgb(var(--integrity)) !important;
}

.page-payroll .text-primary {
	color: rgb(var(--kindness)) !important;
}

.page-human-resources .text-primary {
	color: rgb(var(--growth)) !important;
}

.page-bookkeeping hr:after {
	background: rgb(var(--nurture));
}

.page-accounting hr:after {
	background: rgb(var(--integrity));
}

.page-payroll hr:after {
	background: rgb(var(--kindness));
}

.page-human-resources hr:after {
	background: rgb(var(--growth));
}

.featured-solutions {
	position: relative;
	z-index: +1;
}

.featured-solutions .row {
	max-width: 800px;
}

.featured-solutions img {
	max-height: 50px;
	margin: 0.5rem 0;
	transition: all 0.5s;
}

.featured-solutions .heading {
	font-size: 0.9rem;
	font-weight: 800;
	display: block;
	margin: 1rem 0;
}

.featured-solutions .blurb {
	font-size: 0.9rem;
	display: block;
	margin-top: 0.5rem;
}

.featured-solutions a {
	display: block;
	border-radius: 0.5rem;
	padding: 0.5rem 0.25rem;
	position: relative;
	transition: all 0.5s;
}

.featured-solutions a:after {
	transition: all 0.5s;
	content: '';
	display: block;
	height: 10px;
	width: 0;
	position: absolute;
	left: 0;
	bottom: -1rem;
	border-radius: 0.35rem;
}

.featured-solutions a:hover {
	text-decoration: none;
}

.featured-solutions .bookkeeping a:hover {
	background: rgba(var(--nurture),0.25);
	color: rgba(var(--growth),1);
}
.featured-solutions .accounting a:hover {
	background: rgba(var(--integrity),0.25);
	color: rgba(var(--growth),1);
}
.featured-solutions .payroll a:hover {
	background: rgba(var(--kindness),0.25);
	color: rgb(var(--growth));
}
/*
.featured-solutions a:hover img {
	filter: contrast(0%) brightness(0);
}
*/
.featured-solutions a:hover:after {
	background: rgb(var(--growth));
	width: 100%;
}

.featured-reviews {
	position: relative;
}

.featured-reviews:before {
	content: '';
	position: absolute;
	top: 0;
	right: -20%;
	background-color: rgb(var(--nurture));
	background: radial-gradient(circle, rgba(var(--nurture),0.25) 0%, rgba(var(--white),0) 70%, rgba(var(--white),0) 100%);
	background-position: top center;
	background-size: contain;
	width: 100%;
	height: 70%;
	z-index: -1px;
}
.featured-reviews:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -20%;
	background-color: rgb(var(--nurture));
	background: radial-gradient(circle, rgba(var(--kindness),0.25) 0%, rgba(var(--white),0) 70%, rgba(var(--white),0) 100%);
	background-position: bottom center;
	background-size: contain;
	width: 100%;
	height: 70%;
	z-index: -1px;
}

.featured-reviews blockquote {
	position: relative;
	z-index: 5;
	background: rgb(var(--white),0.8) !important;
	box-shadow: 0 0 20px 0 rgba(var(--black),0.1);
}

.featured-reviews .name {
	font-weight: 700;
	margin-top: 0.5rem;
	display: block;
}

.featured-reviews .comments {
	font-style: italic;
}

@media (min-width: 768px){

	.featured-reviews {
		max-width: 90%;
	}
	.featured-reviews blockquote:first-of-type,
	.featured-reviews blockquote:nth-of-type(3n) {
		margin-left: 10%;
		margin-right: -10%;
	}
	
	.featured-solutions .heading {
		font-size: 1.5rem;
	}
	.featured-solutions img {
		max-height: 100px;
	}
	.featured-solutions a {
		padding: 1rem;
	}
	
}

/* ########## XERO STYLES ########## */

.card.xero {
	margin-top: 15rem !important;
}

.card.xero img {
	margin-top: -10rem;
}

/* ########## ALERT & BADGE STYLES ########## */

.alert {
	border-radius: 1rem;
    line-height: 1.4em;
    position: relative;
    z-index: 2;
}

.alert p {
	margin: 0 !important;
}

.alert-instructions {
	border: 1px dashed rgba(var(--growth),0.25);
}

.alert-instructions .badge {
	font-style: italic;
}

.bg-light {
	background: rgba(var(--growth),0.15) !important;
}

a.badge:hover {
	background: rgb(var(--nurture)) !important;
	color: rgb(var(--white)) !important;
	text-decoration: none;
}


/* ########## ACCENT STYLES ########## */

.fill-brand-1 {
	fill: rgb(var(--kindness)) !important;
}
.fill-brand-2 {
	fill: rgb(var(--integrity)) !important;
}
.fill-brand-3 {
	fill: rgb(var(--nurture)) !important;
}
.fill-brand-4 {
	fill: rgb(var(--growth)) !important;
}

.accent-brand-1 {
	background: rgb(var(--kindness)) !important;
}
.accent-brand-2 {
	background: rgb(var(--integrity)) !important;
}
.accent-brand-3 {
	background: rgb(var(--nurture)) !important;
}
.accent-brand-4 {
	background: rgb(var(--growth)) !important;
}

.accent-gradient-1 {
	background-image: linear-gradient(to right,rgb(var(--kindness)),rgb(var(--nurture)));
}

.accent-gradient-2 {
	background-image: linear-gradient(to right,rgb(var(--kindness)),rgb(var(--integrity)));
}

.accent-lightest {
	background: rgba(var(--growth-lightest),1) !important;
}

.accent-light {
	background: rgba(var(--growth-light),1) !important;
}

.accent-medium {
	background: rgba(var(--growth),0.5) !important;
}

.accent-dark {
	background: rgba(var(--growth),1) !important;
}

.accent-corners {
	border-radius: 0.35rem;
}

.accent-pad-y {
	margin: 10rem 0 !important;
}

.arrow-divider {
	display: block;
	height: 100px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: -2rem auto;
}

.arrow-divider.one {
	background-image: url('../images/divider-arrow-1.svg');
}

.arrow-divider.two {
	background-image: url('../images/divider-arrow-2.svg');
}

.arrow-divider.three {
	background-image: url('../images/divider-arrow-3.svg');
	width: 400px;
	height: 80px;
	max-width: 150px;
}

.arrow-divider.flip {
	 transform: scaleX(-1);
}

.arrow-divider.rotate-25 {
	rotate: 25deg;
}

.accent-emblem {
	position: relative;
}

.accent-emblem:before {
	background-image: url('../images/emblem.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	opacity: 0.10;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 35%;
	rotate: 180deg;
}

.accent-emblem > div {
	z-index: +1;
}

.accent-underlay {
	position: relative;
}

.accent-underlay:before {
	background-image: url('../images/accent-bg-1.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	content: '';
	display: block;
	position: absolute;
	bottom: -10%;
	right: -25%;
	height: 100%;
	width: 150%;
	z-index: -1;
	opacity: 0.75;
}

aside {
	position: relative;
}

.aside-accent {
	background: rgba(var(--growth-light),0.5);
	padding: 2rem;
	border-radius: 1rem;
}

@media (min-width: 576px){

}


@media (min-width: 768px){
	.aside-question:before {
		font-family: "Font Awesome";
		content: '\e14f';
		display: block;
		position: absolute;
		top: 10%;
		right: -50%;
		width: 100%;
		font-size: 10rem;
		font-weight: 100;
		opacity: 0.25;
		z-index: -1;
	}
	.aside-accent {
		background: none;
		padding: 2rem 0;
	}
	.arrow-divider {
		height: 200px;
	}
	.arrow-divider,
	.arrow-divider.three {
		max-width: none;
	}
	
}

@media (min-width: 992px){
	.aside-question:before {
		right: -50%;
	}
	.aside-accent {
		padding: 0;
	}
}

/* ########## MODAL STYLES ########## */

.modal-content {
	border-radius: 2rem !important;
	overflow: hidden;
}

.modal-content:before {
	background: linear-gradient(to right, rgb(var(--kindness)), rgb(var(--nurture)));
	box-sizing: border-box;
	height: 20px;
	display: block;
	content: '';
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* ########## MAP STYLES ########## */

.map {
	height: 800px;
	width: 100%;
	overflow: hidden;
}

.map .map-marker-img img {
    max-width: 275px;
}

.map :is(h1,h2,h3,h4,h5,h6) {
    font-size: 1.25rem !important;
	margin-bottom: 0.5rem;
}

/* ########## ARTICLES STYLES ########## */
    
.recent-articles {}

.recent-articles .card {
	margin: 0 auto;
	overflow: hidden;
    background-color: rgb(var(--white));
    position: relative;
    border: none;
    height: auto;
}


.recent-articles .latest .inner {
    position: relative;
    z-index: 2;
    padding: 2rem;
    left: 0;
    width: 75%;
    background: rgba(var(--growth),0.9);
	color: rgba(var(--white),1);
	border-radius: 0 1rem 1rem 0;
}

.recent-articles .latest a:hover,
.recent-articles .additional .card:hover {
   -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
        -o-transform: scale(1.05, 1.05);
       -ms-transform: scale(1.05, 1.05);
           transform: scale(1.05, 1.05);
    text-decoration: none;
    border: none !important;
}

.recent-articles .additional .card:hover:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(var(--integrity),0.75);
}
.recent-articles .additional .card:nth-child(2n):hover:before {
	background: rgba(var(--kindness),0.75);
}
.recent-articles .additional .card:nth-child(3n):hover:before {
	background: rgba(var(--nurture),0.75);
}

.recent-articles .additional .card:hover:after {
	background-image: url('../images/emblem.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	filter: contrast(0) brightness(0);
	opacity: 0.15;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 35%;
	rotate: 180deg;
	z-index: +1;
}

.recent-articles .latest a:hover {
	background: rgba(var(--nurture),0.9);
}

.recent-articles .latest a:after {
	transition: all 0.5s;
	content: '';
	display: block;
	height: 10px;
	width: 0;
	position: absolute;
	left: 0;
	bottom: -1rem;
	border-radius: 0.35rem;
}

.recent-articles .latest a:hover:after {
	width: 100%;
	background: rgb(var(--growth));
}


.recent-articles .latest a:hover,
.recent-articles .latest a:hover h5,
.recent-articles .latest a:hover .link-more {
	color: rgb(var(--white));
}

.recent-articles .additional a:hover,
.recent-articles .additional a:hover h5,
.recent-articles .additional a:hover .link-more {
	color: rgb(var(--growth));
}

.recent-articles .additional a:hover .text-arrow {
	color: rgb(var(--white));
}

.recent-articles .additional a:hover .link-more:after,
.recent-articles .additional a:hover .link-more {
	visibility: hidden;
}

.recent-articles .latest .row {
    position: relative;
}

.recent-articles .latest .card-img {
    position: absolute;
    top: 0;
    left: 0;
	border-radius: 1rem;
	height: 100%;
	width: 100%;
	margin: 0;
}

.recent-articles .card-img {
    height: 100%;
    border-radius: 0;
	object-fit: cover;
}

.recent-articles .card-body {
    display: block;
    padding: 0; 
    z-index: 3;
}

.recent-articles .card-footer {
    background: none;
    border: none;
    padding: 0;
}

.articles .card {
	margin: 0 auto;
	overflow: hidden;
    background-color: rgb(var(--white));
    position: relative;
    height: 100%;
	border: none;
}

.articles .card .card-img {
    height: 225px;
    object-fit: cover;
    max-width: 100% !important;
    margin: 0 !important;
}

.recent-articles .card .card-img {
    height: 100%;
}

.recent-articles h5,
.recent-articles .card-title,
.articles h5,
.articles .card-title {
	font-family: var(--font-primary);
	font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.2em;
    color: rgb(var(--nurture));
}

.recent-articles p,
.articles p {
    font-size: 0.9rem !important;
}

.articles .card:hover {
   -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
        -o-transform: scale(1.05, 1.05);
       -ms-transform: scale(1.05, 1.05);
           transform: scale(1.05, 1.05);
    color: rgb(var(--white));
    text-decoration: none;
    border: none !important;
}

.articles .card:hover:before {
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    content: '';
    position: absolute;
	left: 0;
}

.articles a.card:hover:before {
    background: rgba(var(--nurture),0.9);
}
.articles a.card:nth-of-type(2n):hover:before {
    background: rgba(var(--kindness),0.9);
}
.articles a.card:nth-child(3n):hover:before {
    background: rgba(var(--nurture),0.9);
}

.articles .card:hover:after {
	background-image: url('../images/emblem.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	filter: contrast(0) brightness(0);
	opacity: 0.15;
	content: '';
	display: block;
	position: absolute;
	top: 5%;
	left: 30%;
	height: 40%;
	width: 40%;
	rotate: 180deg;
	z-index: +1;
}

.articles .card-body {
    display: block;
    padding: 1.5rem 1.5rem 0 1.5rem; 
    z-index: 3;
}

.articles .card:hover .card-body > *,
.articles .card:hover .card-footer > *{
    color: rgba(var(--white),1) !important;
}

.articles .card-footer {
    background: none;
    border: none;
    padding: 1.5rem;
    padding-top: 0;
    z-index: 3;
}

/* ########## STAFF STYLES ########## */

.team {
}

.team .col {    
}

.team .card {
    padding: 1rem 0;
    border: none;
	background: none;
	margin-bottom: 5rem;
}
  
.team .portrait {
	position: relative;
    margin: 0 auto;
	background-size: auto auto;
	background-repeat: no-repeat;
	background-position: 100%;
	background-image: linear-gradient(to right, rgba(var(--kindness),1) 0%, rgba(var(--nurture),1) 50%, rgba(var(--nurture),1) 50%, rgba(var(--nurture),1) 100%);
	rotate: -45deg;
	width: 200px;
	height: 200px;
	border-radius: 1rem;
}

.team .portrait:before {
	background-image: linear-gradient(to right, rgba(var(--kindness),1) 0%, rgba(var(--nurture),1) 50%, rgba(var(--nurture),1) 50%, rgba(var(--nurture),1) 100%);
	transition: all 0.5s;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 1rem;
	background-position: 100%;
	background-size: 200% auto;
}

.team .card:hover .portrait:before {
	background-position: 0;
	background-image: linear-gradient(to right, rgba(var(--integrity),1) 0%, rgba(var(--nurture),1) 50%, rgba(var(--nurture),1) 50%, rgba(var(--nurture),1) 100%);
}

.team .portrait,
.team .card-body {
	display: block;
}

.team .portrait .inner {
	display: block;
    padding: 0;
    border: none;
	background: rgb(var(--growth)) url('../images/bg-accent.jpg') no-repeat;
	background-position: bottom center;
	content: '';
	border-radius: 1rem;
	width: 200px;
	height: 200px;
	position: absolute;
	top: -0.5rem;
	left: 1rem;
	overflow: hidden;
}

.team .portrait .portrait-image {
	width: 150%;
	height: 150%;
	display: block;
    background-image: url('../images/placeholders/team-placeholder.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
    margin: 0 auto !important;
    max-width: none !important;
	rotate: 45deg;
	position: absolute;
	left: -30%; 
	top: -30%;
}

.team .name,
.team .designation,
.team .position {
	padding: 0;	
}

.team .name {
    font-family: Var(--font-primary);
	font-size: 1.5rem;
    color: rgb(var(--nurture));
    font-weight: 800;
	display: block;
	margin: 2rem 0 1rem 0;
}

.team .designation,
.team .position {
	font-size: 1.25rem !important;
	font-weight: 200 !important;
    padding: 0 0 1rem 0;
    display: block;
}

.team .intro {
	display: block;
	font-style: italic;
	opacity: 0.5;
}

.team hr {
    margin: 2em auto !important;
}

.team .quote {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 2rem;
}

.team a {
	display: block;
}
.team a:hover {
	text-decoration: none;
}

.team a.card:after {
	transition: all 0.5s;
	content: '';
	display: block;
	height: 10px;
	width: 0;
	position: absolute;
	left: 0;
	bottom: -1rem;
	border-radius: 0.35rem;
}

.team a.card:hover:after {
	background: rgb(var(--growth));
	width: 100%;
}

.profile blockquote {
	display: block;
	text-align: center;
}

.profile blockquote .quote {
	font-style: italic;
	font-size: 1.5rem;
	line-height: 1.75rem;
	font-weight: 300;
	padding: 0 2rem;
}

.profile blockquote .author {
	font-weight: 700;
	margin-top: 1rem;
	display: block;
}

.profile figure {
    position: relative;
    margin-bottom: 0;
}

.profile figure img {
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    display: block;
	bottom: 0;
}

.profile figure:before {
	background-color: transparent;
	background-image: url('../images/accent-bg-profile.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center bottom;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	top: auto;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.profile figure:after {
    display: none;
}

.profile .certifications img {
	max-height: 150px;
	max-width: 150px;
}

@media (min-width: 768px){
	.team .card {
		margin-bottom: 0;
	}
	.profile figure {
		margin-bottom: 40px;
	}
	.profile .certifications img {
		max-height: 200px;
		max-width: 200px;
	}
}



/* ########## BUTTON & LINK STYLES ########## */

button,
a {
	color: rgb(var(--growth));
    text-decoration: none;
}

button:hover,
a:hover {
	color: rgb(var(--nurture));
    text-decoration: underline;
}

.btn {
	font-weight: 700;
	overflow: hidden;
 	transition: all 0.5s;
	padding: 0.5rem 1rem;
	border-radius: 0.35rem;
}

.btn-none {
	background: none !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.btn-lg {
	font-size: 1.25rem;
	padding: 0.75rem 1.5rem;
}

.btn:hover {
	text-decoration: none;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:focus {
	border: none;
	color: rgb(var(--white));
	background-size: 200% auto;
	background-position: 100%;
	background-image: linear-gradient(to right, rgba(var(--integrity),0) 0%, rgba(var(--nurture),1) 50%, rgba(var(--nurture),1) 100%);
	
}

.btn-secondary,
.btn-secondary:focus,
.btn-secondary:focus {
	border: none;
	color: rgb(var(--white));
	background-size: 200% auto;
	background-position: 100%;
	background-image: linear-gradient(to right, rgba(var(--integrity),0) 0%, rgba(var(--nurture),1) 50%, rgba(var(--nurture),1) 100%);
}

.btn-dark,
.btn-dark:focus,
.btn-dark:focus {
	border: none;
	color: rgb(var(--white));
	background-size: 200% auto;
	background-position: 100%;
	background-image: linear-gradient(to right, rgba(var(--kindness),0) 0%, rgba(var(--growth),1) 50%, rgba(var(--growth),1) 100%);
	
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-dark:hover {
    border: none;
	background-position: 0% center;
	color: rgb(var(--white));
}

.btn-primary:hover {
background-image: linear-gradient(to right, rgba(var(--integrity),1) 0%, rgba(var(--nurture),1) 50%, rgba(var(--nurture),1) 100%);
}

.btn-secondary:hover {
	background-image: linear-gradient(to right, rgba(var(--integrity),1) 0%, rgba(var(--nurture),1) 50%, rgba(var(--nurture),1) 100%);
}

.btn-dark:hover {
	background-image: linear-gradient(to right, rgba(var(--kindness),1) 0%, rgba(var(--growth),1) 50%, rgba(var(--growth),1) 100%);
}

.page-bookkeeping .btn-primary {
	background-color: rgba(var(--nurture),1);
	background-image: linear-gradient(to right, rgba(var(--integrity),0) 0%, rgba(var(--nurture),1) 50%, rgba(var(--nurture),1) 100%);
}
.page-bookkeeping .btn-primary:hover {
background-image: linear-gradient(to right, rgba(var(--integrity),1) 0%, rgba(var(--nurture),1) 50%, rgba(var(--nurture),1) 100%);
}

.page-accounting .btn-primary {
	background-color: rgba(var(--integrity),1);
	background-image: linear-gradient(to right, rgba(var(--nurture),0) 0%, rgba(var(--integrity),1) 50%, rgba(var(--integrity),1) 100%);
}
.page-accounting .btn-primary:hover {
background-image: linear-gradient(to right, rgba(var(--nurture),1) 0%, rgba(var(--integrity),1) 50%, rgba(var(--integrity),1) 100%);
}

.page-payroll .btn-primary {
	background-color: rgba(var(--kindness),1);
	background-image: linear-gradient(to right, rgba(var(--nurture),0) 0%, rgba(var(--kindness),1) 50%, rgba(var(--kindness),1) 100%);
}
.page-payroll .btn-primary:hover {
background-image: linear-gradient(to right, rgba(var(--nurture),1) 0%, rgba(var(--kindness),1) 50%, rgba(var(--kindness),1) 100%);
}

.page-human-resources .btn-primary {
	background-color: rgba(var(--growth),1);
	background-image: linear-gradient(to right, rgba(var(--nurture),0) 0%, rgba(var(--growth),1) 50%, rgba(var(--growth),1) 100%);
}
.page-human-resources .btn-primary:hover {
background-image: linear-gradient(to right, rgba(var(--nurture),1) 0%, rgba(var(--growth),1) 50%, rgba(var(--growth),1) 100%);
}

.btn-outline,
.btn-outline:focus,
.btn-outline:focus {
	border: 1px solid rgb(var(--growth));
	color: rgb(var(--growth));
	background: none;
}

.btn-outline:hover {
	border: 1px solid rgb(var(--nurture));
	color: rgb(var(--nurture));
	background: none;
}

.btn-outline-ghost,
.btn-outline:focus,
.btn-outline:focus {
	border: 1px solid rgba(var(--white),1);
	color: rgba(var(--white),1);
	background: none;
}

.btn-outline-ghost:hover {
	border: 1px solid rgba(var(--white),1);
	color: rgba(var(--growth),1);
	background: rgba(var(--white),1);;
}

.btn-danger {
    border: none;
	background: rgba(226,38,57,1);
	color: rgb(var(--white));
}

.btn-danger:hover {
    border: none;
	background: rgba(226,38,57,0.85);
	color: rgb(var(--white));
}

.btn.disabled, .btn:disabled {
	background: rgba(var(--growth),0.5) !important;	
}

.btn-arrow {
    position: relative;
    padding-right: 2.5em !important;
}

.btn-arrow:after {
    display: block;
    right: 1em;
    font-family: "Font Awesome";
    line-height: 1.35em;
    content:"\f061";
    font-size: 1em;	
    position: absolute;
    font-weight: 400;
    top: 0.5em;
}

.btn-external {
    position: relative;
    padding-right: 2.5em !important;
}

.btn-external:after {
    display: block;
    right: 1em;
    font-family: "Font Awesome";
    line-height: 1.35em;
    content:"\f08e";
    font-size: 1em;	
    position: absolute;
    font-weight: 400;
    top: 0.5em;
}

button.link-more {
	background: none;
	border: none;
}

.text-arrow,
.link-more {
    font-weight: 700;
    position: relative;
    margin: 1em 1em 1em 0;
    padding: 0 2em 0 0;
    display: inline-block;
    font-size: 0.9rem;
	line-height: 1rem !important;
}

.link-more:hover {
    color: rgb(var(--nurture));
    text-decoration: none !important;
}

.link-more.ghost {
    color: rgb(var(--white));
}

.link-more.ghost:hover {
    color: rgb(var(--white));
}

.link-more.ghost:hover:before {
   background: rgb(var(--white)); 
}

.link-more:after {
    display: block;
    right: 0.5em;
    font-weight: 700;
    font-family: "Font Awesome";
    line-height: 1em;
    content:"\f061";
    font-size: 1em;	
    position: absolute;
    top: calc(50% - 0.5em);
    margin-left: 0;
    transition: all .25s;
}

.link-more:hover:after {
    right: 0;
}

.text-arrow:after,
.link-more:after {
    display: block;
    right: 0.5em;
    font-weight: 700;
    font-family: "Font Awesome";
    line-height: 1em;
    content:"\f061";
    font-size: 1em;	
    position: absolute;
    top: calc(50% - 0.5em);
    margin-left: 0;
}

/* ########## OVERRIDES STYLES ########## */

textarea {
    height: 200px;
}

code {
    font-size: 1.4em;
    line-height: 1.4em;
    overflow: scroll;
}

pre {
    font-size: 1.4em !important;
    line-height: 1.4em !important;
}

.list-group-item {
	background: none;
}

/* ########## SIDEBAR STYLES ########## */

.sidebar,
.sidebar a {
	color: rgb(var(--growth));
}

.sidebar .social {
	margin: 3rem 0 !important;
}

/* ########## BRAND BAR STYLES ########## */

.brand-bar {
	
}

.brand-bar img {
	max-height: 40px;
	display: inline-block;
	margin: 0 0.5rem;
	filter: grayscale(100%);
	transition: all .5s;
	opacity: 0.5;
	height: 100px;
	width: auto;
}

.brand-bar img:hover {
	filter: none;
	opacity: 1;
   -webkit-transform: scale(1.25, 1.25);
      -moz-transform: scale(1.25, 1.25);
        -o-transform: scale(1.25, 1.25);
       -ms-transform: scale(1.25, 1.25);
           transform: scale(1.25, 1.25);
}

@media (min-width: 768px){
	.brand-bar img {
		max-width: 250px;
		max-height: 80px;
	}
}


/* ########## OUTRO STYLES ########## */

.outro .caption {
	font-size: 1.5rem;
	line-height: 1em;
	font-weight: 800;
	margin-right: 2rem;
	border-radius: 0 1rem 1rem 0;
	padding: 2rem;
	color: rgba(var(--white),1);
}

.outro .caption > span {
	max-width: 300px;
	display: inline-block;
}

.outro .social {
	border-radius: 1rem 0 0 1rem;
	padding: 2rem;
}

.outro .social a {
	color: rgba(var(--white),1);
	font-size: 2rem !important;
	padding: 0.5rem 0;
	margin-top: 0.5rem;
	display: inline-block;
}

.outro .social a .fa-lg,
.outro .social a .fa-xl {
	font-size: 2rem !important;
}

.outro .social a:hover {
	color: rgba(var(--white),0.5);
}

/* ########## FOOTER STYLES ########## */

footer {
	position: relative;
	padding: 0;
	color: rgba(var(--growth-medium),1);
	font-size: 1rem;
}

footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
	font-weight: 800;
    font-size: 1rem;
	margin-bottom: 1rem;
}

footer hr {
    width: 150px;    
}

footer p,
footer ul {
}

footer nav {	
	text-transform: capitalize;		
}

footer a,
footer p {
	line-height: 1.5em;
    text-decoration: none;
	color: rgba(var(--growth-medium),1);
}

footer li {
	display: block;
	line-height: 2em;	
}

footer a.text-muted {
}

footer a.text-muted:hover,
footer a:hover {
    text-decoration: none;
	color: rgba(var(--nurture),1);
}

footer .fat {
    font-size: 2rem;
	margin-bottom: 0.5rem;
}

footer .legal {
	font-size: 0.8rem;
	background: rgba(var(--growth-lightest),1);
	padding: 1rem 0;
}

footer .legal p {
	font-size: 0.8rem;
}

footer .company-info {
	line-height: 1.5em;
}

/* ########## HERO STYLES ########## */

#hero {
	width: 100%;
	position: relative;
	top: 100px;
}

.hero-slider {
	width: 100%;
	overflow: hidden;
}

#hero .slide {
	display: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	z-index: auto !important;
}

#hero .slide.cycle-slide-active {
	display: table !important;
}

#hero .slide .wrapper .inner {
    display: table;
    height: 100%;
}

#hero .slide .caption {
	display: none;
	vertical-align: middle;
	z-index: 901;
}

#hero .slide.cycle-slide-active .caption {
	display: table-cell;
}

#hero h2,
#hero .heading {
	color: rgb(var(--growth));
	font-size: 2rem;
    font-weight: 800;
	margin: 0 0 1rem 0;
	padding: 0;
}

#hero h2 .lead {
    display: block;
    font-weight: 300;
}

#hero h2 .fal,
#hero h2 i.far,
#hero h2 i.fas,
#hero .heading .fal,
#hero .heading i.far,
#hero .heading i.fas {
    font-size: 1.5em;   
}

#hero small {
	font-size: 1rem;
	display: block;
	font-weight: 400;
	line-height: 1rem;
}

#hero .subcaption {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.3em;
	margin: 0;
    text-transform: none;
}

@media (max-width: 767px){
	#hero .slide {
		position: relative !important;
	}
}

@media (min-width: 768px){
	
	#hero {
		top: 100px;
		min-height: 40vh;
	}
	.hero-slider {
		display: table;
	}
	#hero .slide {
		height: 100%;
	}
	#hero .slide .wrapper .inner {
		width: 50%;
	}
	
	#hero:before {
		content: '';
		display: block;
		width: 100%;
		height: 80vw;
		max-height: 175%;
		background: url('../images/hero/hero-default.png') no-repeat top right;
		background-size: contain;
		position: absolute;
		top: -300px;
		right: 0;
		z-index: -1;
	}
	
}

@media (min-width: 992px){
	#hero {
		top: 250px;
		min-height: 50vh;
	}

	#hero h2,
	#hero .heading {
		font-size: 3rem;
	}
	#hero .subcaption {
		font-size: 1.5rem;
	}
	
}

@media (min-width: 1200px){
	#hero {
		top: 350px;
	}
	#hero:before {
		top: -350px;
	}
}


/* ##### ANIMATIONS ##### */

.defer-display {
    opacity: 0;
}

.animate-stage-1 {
    animation: deferDisplay 500ms both;
    animation-delay: 0.5s;
    opacity: 1;
}

.animate-stage-2 {
    animation: deferDisplay 500ms both;
    animation-delay: 1.5s;
    opacity: 1;
}

.animate-stage-3 {
    animation: deferDisplay 500ms both;
    animation-delay: 2.5s;
    opacity: 1;
}

.animate-stage-4 {
    animation: deferDisplay 1000ms both;
    animation-delay: 4s;
    opacity: 1;
}

@keyframes deferDisplay{
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes bounce{
  25%{transform: scale(1.15);}
  50%{transform: scale(0.85);}
  75%{transform: scale(1.1);}
  100%{transform: scale(1.0);}
}


/* ########## GENERAL RESPONSIVE STYLES ########## */

@media (max-height: 900px) {

    
}

@media (min-width: 576px) and (min-height: 700px) {

}

@media (min-width: 768px){
	h1 {
		font-size: 3em;
	}
	h2 {
		font-size: 2.5em;
	}
	.article h2 {
		font-size: 1.5rem;
	}
	h3, h4, h5, h6 {
		font-size: 1.5rem;
	}
	h5, h6 {
		font-size: 1rem;
	}
    textarea {
        height: 100px;
    }
}

@media (min-width: 992px){
    

}

@media (min-width: 1200px){

}