/*!
Theme Name: BerniePortal
Theme URI: http://underscores.me/
Author: Peak Studios
Author URI: http://peakstudios.com
Description: Website for Bernie Portal
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bernieportal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

BerniePortal is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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


@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;700&family=Nunito+Sans:ital,opsz,wght@0,6..12,400;0,6..12,600;0,6..12,900;1,6..12,400;1,6..12,600;1,6..12,900&family=Nunito:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

/*--------------------------------------------------------------
font-family: 'Domine', serif;
font-family: 'Nunito', sans-serif;
font-family: 'Nunito Sans', sans-serif;
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Nunito', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Domine', serif;
}

h2 {
	font-size:2em;
}

h2.no-top-margin {
	margin:0 0 20px 0;
}

h3 {
	font-size:1.5em;
}

h4 {
	font-size:1.25em;
}

p {
	margin-bottom: 1.5em;
	font-size:1.25rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

header#masthead {
	padding-top: 0;
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index:9999;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0.5em;
}

.column-wrap ul,
.column-wrap ol {
	font-size:1.25em;
	
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 0 !important;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.h-lite-bar,
.h-lite {
	background-color:#eff1ff;
	border-left:4px solid #1b2cc1;
}
.h-lite {
	border-left:none;
}
/* Links
--------------------------------------------- */
a {
	color: #1b2cc1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.site-branding {
	padding-top:10px;
}

header .header-special-menu ul li a {
	color:#000;
	font-weight:700;
	text-decoration:none;
	padding:10px;
}

.btn {
	display:inline-block;
	padding:10px 20px;
	font-weight:700;
	text-decoration:none;
	color:#fff;
	background-color:#1b2cc1;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.btn.btn-orange {
	color:#000;
	background-color:#ff8000;
}

.btn.btn-orange:hover,
.btn.btn-orange:focus {
	background-color:#c0c5e5;
}

.btn.btn-blue {
	color:#fff;
	background-color:#1b2cc1;
}

.btn.btn-blue:hover,
.btn.btn-blue:focus {
	color:#000;
	background-color:#c0c5e5;
}

.btn.btn-blue-out {
	color:#1b2cc1;
	background-color:#fff;
	border:2px solid #1b2cc1;
	padding:8px 18px;
}

.btn.btn-blue-out:hover,
.btn.btn-blue-out:focus {
	color:#000;
	background-color:#fff;
	border:2px solid #000;
}

.btn.btn-white-out {
	color:#fff;
	background-color:transparent;
	border:2px solid #fff;
	padding:8px 18px;
}

.btn.btn-white-out:hover,
.btn.btn-white-out:focus {
	color:#ff8000;
	border:2px solid #ff8000;
}

span.float-r {
	float:right;
}

@media screen and (max-width: 335px) {

.btn.btn-white-out {
	display: inline-block;
	width: 150px;
	margin: 20px 0 20px 0 !important;
}

}

/* Hero Block
--------------------------------------------- */
.hero-block .wp-block-group__inner-container {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}

.hero-block.h-wide .wp-block-group__inner-container {
	max-width:1260px;
}

.hero-block .wp-block-group__inner-container .wp-block-columns {
	margin:0;
	padding:0;
}

.hero-block .wp-block-group__inner-container img {
	max-height:500px;
	width:auto;
}

.hero-block.keep-pic .wp-block-group__inner-container img {
	padding:20px 0;
}

.hero-block .wp-block-group__inner-container h1,
.hero-block .wp-block-group__inner-container h2,
.hero-block .wp-block-group__inner-container h3,
.hero-block .wp-block-group__inner-container p {
	color:#fff;
}

.hero-block .wp-block-group__inner-container h2 {
	font-size:3em;
	line-height:1em;
}

.hero-block .wp-block-group__inner-container h1 {
	display:inline-block;
	padding:12px;
	border:2px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.entry-content .split-normal .wp-block-media-text,
.entry-content .split-video .wp-block-group__inner-container {
	width:100%;
	max-width:1260px;
	margin:0 auto;
	padding:20px;
}

.entry-content .split-normal.cobra-pad .wp-block-media-text {
	padding:40px 20px;
}


.entry-content .split-normal:nth-of-type(even) {
	background-color:#f9fafb;
}

.blue-arrow {
	text-decoration:none;
	color:#1b2cc1;
	font-weight:bold;
}

.blue-arrow:hover,
.blue-arrow:active {
	color:#ff8000;
}


.hero-block.centered .wp-block-group__inner-container .wp-block-column {
	width:100%;
}


.hero-block.centered .wp-block-group__inner-container .wp-block-column.img-col {
	display:none;
}

.hero-block.centered .wp-block-group__inner-container,
.hero-block.centered .wp-block-group__inner-container h1,
.hero-block.centered .wp-block-group__inner-container h2,
.hero-block.centered .wp-block-group__inner-container h3,
.hero-block.centered .wp-block-group__inner-container p {
	text-align:center;
}

.hero-block.centered.hrpof-alt .wp-block-group__inner-container {
	padding:20px;
}

.hero-block.centered.hrpof-alt figure {
	margin:0 auto !important;
}

.hero-block.centered.hrpof-alt .wp-block-group__inner-container .subscribe-list img {
	max-height:50px;
}


.entry-content .split-normal h3.os-alt {
	color:#fff;
	background-color:#1b2cc1;
	padding:12px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size:2em;
}


@media screen and (max-width: 1400px) {	
	.hero-block .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		padding:0 20px;
	}
}


@media screen and (max-width: 768px) {
	.hero-block .wp-block-image {
		display:none;
	}
	
	.hero-block.keep-pic .wp-block-image,
	.hero-block .wp-block-image.keep-mobile	{
		display:block;
	}

}

@media screen and (max-width: 450px) {
	.hero-block .wp-block-group__inner-container h1{
		font-size: 1.25em;
	}

	.hero-block .wp-block-group__inner-container h2 {
		font-size: 2.25em;
		margin: 20px 0;
	}
	
}

/* Home top block
--------------------------------------------- */
.home-top-block {
	margin-top:0;
}

.home-top-block .wp-block-group__inner-container {
	display:block;
	width:100%;
	padding:20px;
	max-width:1000px;
	margin:0 auto;
}

.home-top-block .wp-block-group__inner-container h1 {
	font-size:4em;
	margin:0;
	color:#050931;
}

.home-top-block .wp-block-group__inner-container h1 span {
	color:#1b2cc1;
}

.home-top-block .wp-block-group__inner-container p {
	text-align:center;
	color:#050931;
	font-size:1.5em;
}

@media screen and (max-width: 768px) {
	.home-top-block {
		margin-top:0;
	}

	.home-top-block .wp-block-group__inner-container h1 {
		font-size: 2.5em;
		line-height: 1.25em;
	}

}
	

/* Home hero image
--------------------------------------------- */
.home-hero-split {
	 background: rgb(27,44,193);
background: linear-gradient(0deg, rgba(27,44,193,1) 30%, rgba(255,255,255,1) 30%); 
	
}

.home-hero-split .wp-block-group__inner-container {
	display:block;
	width:100%;
	margin:0 auto;
	max-width:900px;	
}

.home-hero-split .wp-block-column.is-vertically-aligned-top	{
	padding:0 20px;		
}


/* HRIS Lifecycle
--------------------------------------------- */

.hris-lifecycle {
	padding:20px;
}

.hris-lifecycle .wp-block-group__inner-container {
	display:block;
	width:100%;
	margin:0 auto;
	max-width:1260px;	
}
.hris-lifecycle .wp-block-group__inner-container h2 {
	font-size:3em;
	margin-bottom: 20px;
	
}
.hris-lifecycle .wp-block-group__inner-container h3 {
	font-size:2em;
	margin-bottom: 20px;
}

.hris-lifecycle .wp-block-group__inner-container p {
	text-align:center;
}

@media screen and (max-width: 768px) {
	.hris-lifecycle .wp-block-group__inner-container h2 {
		font-size:2em;
		margin-bottom: 20px;
	
	}
	.hris-lifecycle .wp-block-group__inner-container h3 {
		font-size:1.5em;
		margin-bottom: 20px;
	}

}


/* Community
--------------------------------------------- */
.home-community {
	padding:20px;
	text-align:center;
}

.home-community .wp-block-group__inner-container {
	display:block;
	width:100%;
	margin:0 auto;
	max-width:900px;	
}
.home-community .wp-block-group__inner-container h2 {
	font-size:3em;
	color:#fff;
}

.entry-content .split-normal.col-wide .wp-block-media-text {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}


@media screen and (max-width: 768px) {
	.home-community .wp-block-group__inner-container h2 {
		font-size:2em;
		margin-bottom: 20px;
	
	}
	.home-community .wp-block-group__inner-container .wp-block-image figure {
		display:block;
		text-align:center;	
	}

}

/* Home Party of One
--------------------------------------------- */

.party-of-one .wp-block-group__inner-container h2 {
	font-size:3em;
	margin-bottom: 20px;
}
.party-of-one .wp-block-group__inner-container h3 {
	font-size:2em;
	margin-bottom: 20px;
}

.party-of-one .split-normal {
  background-color: #fff !important;
}

@media screen and (max-width: 768px) {
	.party-of-one .wp-block-group__inner-container h2 {
		font-size:2em;
	}
	.party-of-one .wp-block-group__inner-container h3 {
		font-size:1.5em;
	}

}

/* Courses
--------------------------------------------- */

.home-courses {
	padding:20px;	
}

.home-courses .wp-block-group__inner-container {
	display:block;
	width:100%;
	margin:0 auto;
	max-width:1260px;	
}
.home-courses .wp-block-group__inner-container h2 {
	font-size:3em;
	margin-bottom: 20px;
	
}
.home-courses .wp-block-group__inner-container h3 {
	font-size:2em;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.home-courses .wp-block-group__inner-container h2 {
		font-size:2em;
	}
	.home-courses .wp-block-group__inner-container h3 {
		font-size:1.5em;
	}

}
/* Ready Callout
--------------------------------------------- */

.ready-callout {
	padding:20px;
}
.ready-callout .wp-block-group__inner-container {
	display:block;
	width:100%;
	margin:0 auto;
	max-width:1260px;	
}
.ready-callout .wp-block-group__inner-container h2 {
	font-size:3em;
	margin-bottom: 20px;
	
}

.ready-callout .wp-block-group__inner-container p {
	text-align:center;
	
}

@media screen and (max-width: 768px) {
	.ready-callout .wp-block-group__inner-container h2 {
		font-size:2em;
	}
}

/* Testimonials
--------------------------------------------- */

.bp-testimonials {
	background-color:#e8f6ff;
}

.bp-testimonials .wp-block-group__inner-container {
	width:100%;
	max-width:1260px;
	margin:0 auto;
	padding:20px;
}

.bp-testimonials h2,
.bp-testimonials h3,
.bp-testimonials .tss-wrapper .single-item-wrapper h4.author-bio,
.bp-testimonials .tss-wrapper .single-item-wrapper .item-content {
	color:#000 !important;
}

.bp-testimonials .tss-wrapper .tss-layout3 .item-content-wrapper, 
.bp-testimonials .tss-wrapper .tss-isotope1 .item-content-wrapper, 
.bp-testimonials .tss-wrapper .tss-video1 .item-content-wrapper, 
.bp-testimonials .tss-wrapper .tss-carousel3 .item-content-wrapper {
	background-color:transparent;

}
.bp-testimonials .tss-carousel-main .swiper-pagination-bullet,
.bp-testimonials .tss-carousel .swiper-pagination-bullet {
	background: #000;
}

.bp-testimonials .tss-carousel-main .swiper-pagination-bullet:hover,
.bp-testimonials .tss-carousel-main .swiper-pagination-bullet-active,
.bp-testimonials .tss-carousel .swiper-pagination-bullet:hover,
.bp-testimonials .tss-carousel .swiper-pagination-bullet-active {
	background: #000;
}

.bp-testimonials .tss-wrapper .tss-even .tss-grid-item {
	padding:0 80px;
}

.bp-testimonials .tss-carousel-main .swiper-arrow, .tss-carousel .swiper-arrow {
	background-color:transparent;
}

.tss-carousel-main .swiper-arrow > i, .tss-carousel .swiper-arrow > i {
	color:#404040;
}

body.home .bp-testimonials .wp-block-group__inner-container {
	margin: 0 auto;

}
.tss-wrapper .tss-layout3 .item-content-wrapper::after, .tss-wrapper .tss-isotope1 .item-content-wrapper::after, .tss-wrapper .tss-video1 .item-content-wrapper::after, .tss-wrapper .tss-carousel3 .item-content-wrapper::after {
	content: "\F10D";
	color: #000;
	position: absolute;
	right: 0px;
	bottom: -15px;
	font-family: "tss-font", serif;
	font-size: 30px;
	rotate: 180deg;
}



@media (max-width: 600px) { 

	.split-video .wp-block-columns {
		display: flex; 
		flex-flow: column;
	}
	.split-video .wp-block-columns .split-vid {
	order: 1;
}

.split-video .wp-block-columns .split-content {
	order: 2;
}
}


/* Team-Get in touch-View positions callout
--------------------------------------------- */

.team-chat-callout .wp-block-group__inner-container {
	width:100%;
	max-width:1260px;
	margin:0 auto;
	padding:20px;
}

.team-chat-callout h3,
.team-chat-callout p {
	color:#fff !important;
	text-align:center;
	margin-bottom:0.5em;
}

.team-chat-callout h3 {
	font-size:1.5em;
}
.team-chat-callout p i {
	font-size:2.5em;
}


/* Pricing Table
--------------------------------------------- */

.pricing-table .wp-block-group__inner-container,
.price-mobile {
	width:100%;
	max-width:1260px;
	margin:20px auto;
	padding:20px;
}

.price-mobile {
	display:none;
}

@media screen and (max-width: 768px) {
	.price-mobile {
		display:block;
	}
	.price-desktop {
		display:none;
	}
}


/* Column Wrap
--------------------------------------------- */

.column-wrap {
	position:relative;
}

.column-wrap .wp-block-group__inner-container {
	width:100%;
	max-width:1260px;
	margin:0 auto;
	padding:20px;
}

.column-wrap .wp-block-group__inner-container figure,
.column-wrap .wp-block-group__inner-container img {
	width:100%;
}

.column-wrap .wp-block-group__inner-container .centered-img figure,
.column-wrap .wp-block-group__inner-container .centered-img img {
	width:auto;
}

.wp-block-group.featured-page-columns h3 {
	font-family: 'Nunito', sans-serif;
}

/* Ready Callout
--------------------------------------------- */
.wp-block-group.ready-callout {
	background-color:#050931;
}

.wp-block-group.ready-callout h2,
.wp-block-group.ready-callout h3,
.wp-block-group.ready-callout p {
	color:#fff;
}

.wp-block-group.ready-callout h3 {
	font-size:1.25em;
}

.wp-block-group.ready-callout p {
	font-size:1.15em;
}

.wp-block-group.ready-callout figure {
	margin:0 auto !important;
}


/* Resource List
--------------------------------------------- */
.resource-list {
	background-color: #f9fafb;
}


.resource-list p {
	margin-bottom:10px;
}

.resource-list h3 {
	margin-bottom:0;
	font-size:1.25em;
}

.resource-list p span { 
	display:inline-block;
	font-size:0.8rem;
	background-color:#1b2cc1;
	padding:6px 10px;
	text-transform:uppercase;
	color:#fff;
	border-radius:500px;
}

.resource-list .btn {
	font-size:0.75em;
}

.resource-list img,
.shadowed-img img,
.wp-block-media-text__media img.wp-image-65 {
	filter: drop-shadow(-5px 5px 10px #000000);

}


/* Feature Grid
--------------------------------------------- */
.feature-grid .wp-block-group__inner-container {
	width:100%;
	max-width:1260px;
	margin:20px auto;
	padding:20px;
}

.feature-grid .wp-block-image img {
	max-width:100px;
}

.feature-grid .wp-block-image.add-m img {
	max-width:150px;
}

.feature-grid .wp-block-image figure {
	margin:0 auto !important;
}

.feature-grid a {
	color:#000;
	text-decoration:none;
}

.feature-grid a:hover,
.feature-grid a:focus {
	color:#1b2cc1;
	text-decoration:underline;
}

.checked-list {
	list-style:none;
	margin:20px 0 50px;
	padding:0;
	font-weight:bold;
}

.checked-list li {
	margin:10px 0;
	font-size:1em;
}

.checked-list li i {
	color:#ff8000;
}

.checked-list li h4 {
	margin:0 0 10px 0;
}

.checked-list li p {
	margin:0 0 20px 0;
	font-size:1.25em;
	font-weight:400;
}

@media screen and (max-width: 768px) {
	/*
	.feature-grid img {
		display:none !important;
	}
	*/
	.feature-grid p {
		margin:0 !important;
	}
	
	.feature-grid.community-alt img {
		display:block !important;
	}
}

/* Help Page
--------------------------------------------- */

.wp-block-ub-content-toggle.column-wrap {
	width:100%;
	max-width:1260px;
	margin:0 auto;
	padding:20px;
}


/* Demo Edits
--------------------------------------------- */

.wp-block-group.top-rated .software-list {
	max-width:900px;
	margin:0 auto;
}

.wp-block-group.top-rated figure {
	margin:0 auto;
	text-align:center;
}

.centered-img figure {
	margin:0 auto !important;
}

@media (max-width: 781px) {
.wp-block-columns.software-list:not(.is-not-stacked-on-mobile) > .wp-block-column {
	flex-basis: 45% !important;
}

.community-alt .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
	flex-basis: 45% !important;
}

}
/* Marketplace
--------------------------------------------- */

.marketplace-holder {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start
}
.marketplace-holder article {
  flex: 0 0 auto;
  margin: 10px;
  width:23%;
  left:auto !important;
  top:auto !important;
}

.marketplace-holder article p {
  font-size:1em;
}

.marketplace-holder article.go-away {
  display:none;
}

.marketplace-sorter ul {
	position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align:center;
}


.marketplace-sorter ul li {
	color:#000;
	position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 8px;
  padding: 8px 28px;
  border-radius: 5px;
  cursor: pointer;
}

.marketplace-sorter ul li:hover,
.marketplace-sorter ul li.s-current {
	background-color:#ff8000;

}

@media screen and (max-width: 768px) {
	.marketplace-holder article {
		width:46%;
	}
}


@media screen and (max-width: 580px) {
	.marketplace-holder article {
		width:100%;
		margin:10px 0;
	}
}


/* Marketplace
--------------------------------------------- */

.hris-nav {
	background-color:#eff1f2;
	position: -webkit-sticky;
  position: sticky;
  top:80px;
}

.hris-nav p {
	font-size:1em;
	margin:0 0 10px 0;
}

/* FluidVids
--------------------------------------------- */

.fluidvids {
	width: 100%;
	max-width: 100%;
	position: relative;
}


.fluidvids-item {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/* About Page
--------------------------------------------- */
.read-link {
	position:absolute;
	bottom:0;
}

.about-items .wp-block-media-text__content {
	position:relative;
}


/* Lifecycle Page
--------------------------------------------- */
p.lifecycle-blue-bg {
	text-align:center;
	color:#fff;
	padding:20px;
	background-color:#1b2cc1;
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
	

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

body .wrapper {
	display:block;
	position:relative;
	width:100%;
	max-width:1260px;
	margin:0 auto;
	padding:0;
}

.wp-block-image .aligncenter {
	text-align: center;
}
 
.session-cols .wp-block-image .aligncenter {
	text-align: center;
	display: block;
	padding-top: 20px;
}

.session-cols .wp-block-column:first-of-type {
	border-right: 1px solid #cacaca;
	padding-right: 30px;
}

body.page-id-1354 .session-cols .wp-block-column:first-of-type {
	border-right:none;
	padding-right:0;

}
@media screen and (max-width: 780px) {
	.session-cols .wp-block-column:first-of-type {
		border-right: none;
		padding-right: 0;
	}
}
/* Navigation
--------------------------------------------- */

header .wrapper,
header .header-special-menu ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center
}

header .wrapper  div,
header .header-special-menu ul li{
  flex: 0 0 auto;
  margin: 10px;
}

header .header-special-menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

header .header-special-menu ul li a {
	font-weight:bold;
}


.main-navigation {
	display: block;
	width: 100%;
}

@media screen and (max-width: 1112px) {
	header#masthead {
		padding-top:0;
	}
	
	.header-nav {
		display:block;
		position:absolute;
		width:100%;
		margin:0 !important;
		top:20px;
		left;0;
	}
	
	.header-nav .menu-main-navigation-container {
		margin:0 !important;
		overflow-y:scroll;
	}
	
	.menu-toggle {
		position:absolute;
		right:10px;
		top:0;
	}
	
	.main-navigation ul {
		margin-top: 60px !important;
		background-color:#fff;
	}
	
	.main-navigation ul ul.sub-menu {
	float: none;
	position: relative;
	top: auto;
	left: auto;
	display:block;
	z-index: 1;
	background-color: #fff;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-right: none;
	border-bottom: none;
	padding: 0 0 0 20px;
    margin-top: 0 !important;
    border-left: 8px solid black;
}
	
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background-color:#fff;
	-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
border-left: 1px solid #c6c6c6;
border-right: 1px solid #c6c6c6;
border-bottom: 1px solid #c6c6c6;
}

.main-navigation ul ul.sub-menu {
	display:block;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	padding:0 40px;
	font-size:1.2em;
	font-weight:500;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding:10px;
	color:#000;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color:#1b2cc1;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

#site-navigation .menu-toggle {
	background-color:transparent;
	border:none;
	font-size:2em;
	padding:0 10px;
}

.mobile-only {
	display:block !important;
}

header .header-special-menu {
	display:none !important;
}

@media screen and (min-width: 1112px) {
	
	.mobile-only {
		display:none !important;
	}
	
}

@media screen and (min-width: 1113px) {
	.menu-toggle {
		display: none;
	}


	header .header-special-menu	{
		display:block !important;
	}
	.main-navigation ul {
		display: flex;
	}

}
@media screen and (max-width: 1112px) {
	.main-navigation .mob-demo a,
	.main-navigation .mob-trial a {
		display:block;
		text-align:center;
		font-weight: bold;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		margin:10px;
	}

	.main-navigation .mob-demo a {
		color: #000;
		background-color: #ff8000;	
		padding: 10px 20px;
	}	
	
	.main-navigation .mob-trial a {
		color: #1b2cc1;
		background-color: #fff;
		border: 2px solid #1b2cc1;
		padding: 8px 18px;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin:0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}


body.home .entry-content {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
	max-width:120px;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}
/* Footer
--------------------------------------------- */

footer.site-footer {
	background-color:#03021f;
	padding:40px 20px;
}

footer.site-footer .site-info {
	width: 100%;
	max-width: 1260px;
	margin: 20px auto;
	padding: 20px;
}

footer.site-footer .footer-columns {
	display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: auto;
  align-content: start;
	border-top:1px solid #d8d7ed;
}

footer.site-footer .footer-columns .ftc {
	flex: 0 0 auto;
  margin: 10px;
  width:23%;	
}

footer.site-footer .footer-columns .ftc h4 {
	color:#fff;	
}

footer.site-footer .footer-columns .ftc ul.menu {
	margin:0;
	padding:0;
	list-style: none;
}

footer.site-footer .footer-columns .ftc ul.menu li {
	padding:10px 0;
}

footer.site-footer .footer-columns .ftc ul.menu li a {
	text-decoration: none;
	color:#d8d7ed;
}

footer.site-footer .footer-columns .ftc ul.menu li a:hover,
footer.site-footer .footer-columns .ftc ul.menu li a:focus{
	color:#ff8000;
}

footer.site-footer .footer-bottom p,
footer.site-footer .footer-bottom p a {
	color:#d8d7ed;
	font-size:1rem;
}

footer.site-footer .footer-bottom p a:hover,
footer.site-footer .footer-bottom p a:focus {
	color:#ff8000;
}


@media screen and (max-width: 768px) {
footer.site-footer .footer-columns .ftc {
	display:block;
  width:100%;	
}

}



/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.error-404 {
	padding:40px;
}

@media screen and (max-width: 768px) {
	.hide-on-mobile {
		display:none !important;
	}
	
	.broker-less-margin-top {
		margin-top:-50px !important;
	}
}

@media screen and (min-width: 769px) {
	.hide-on-desktop {
		display:none !important;
	}
	
}

.hris-callout {
	padding:12px;
	background-color:#e8f6ff;
}

.centered-img {
	display:block;
	margin:0 auto;
}

.top-bottom-padding {
	padding-top:20px;
	padding-bottom:20px;

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

.wp-block-group.centered-box {
	width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 20px;
}

.hero-area {
	background: #ffffff url("img/hero-border-bg.png") repeat-x left 60px;
	margin-top:-60px;
}

.hero-area .wp-block-group__inner-container {
	width:100%;
	max-width:1280px;
	margin:0 auto;
}

.hero-area .wp-block-group__inner-container h2,
.hero-area .wp-block-group__inner-container p {
	color:#050931;
}

.hero-area .wp-block-group__inner-container h2 {
	margin-top:100px
}

.bc-logo-list {
	background-color:#cad0de;
	border-top:2px solid #050931;
	border-bottom:2px solid #050931;
}

.bc-logo-list .wp-block-group__inner-container {
	width:100%;
	max-width:1280px;
	margin:0 auto;
	padding:20px;
}

.bc-logo-list .wp-block-group__inner-container h2,
.bc-logo-list .wp-block-group__inner-container p {
	color:#050931;
}

.bc-logo-list .wp-block-image .aligncenter {
	text-align:center;
	display:block;
}


.why-bc .wp-block-group__inner-container {
	width:100%;
	max-width:1280px;
	margin:0 auto;
}

.why-bc .wp-block-group__inner-container .wp-block-image .aligncenter {
	display:block;
}


.why-bc .wp-block-group__inner-container h2,
.why-bc .wp-block-group__inner-container h3,
.why-bc .wp-block-group__inner-container p {
	color:#050931;
}


@media screen and (max-width: 1200px) {
	.hero-area .wp-block-group__inner-container h2 {
	margin-top: 200px;
}
}

@media screen and (max-width: 600px) {
	.hero-area {
		margin-top:-40px;
	}
	.hero-area .wp-block-group__inner-container h2 {
		margin-top: 20px;
	}
	.hero-area .wp-block-media-text__media img {
		width: 40%;
	}
	.hero-area .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
		text-align: center;
	}
}
