/* Theme Name: Barebones */
/* === Global === */
body {
	max-width: 2048px;
	margin: 0 auto;
	margin-left: auto !important;
	margin-right: auto !important;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	overflow-x: hidden;
}
.btn,
body .gform_wrapper.gravity-theme .button,
body .em-form-submit {
	background: linear-gradient(0deg, var(--color-1) 0%, var(--color-4) 100%);
	border-radius: 12px;
	transition: all ease 0.3s;
	font-weight: 700;
	border: none;
	padding: 0.4em 1.3em;
	letter-spacing: 1px;
	color: #fff;
}
.btn:hover,
.btn:focus,
body .gform_wrapper.gravity-theme .button:hover,
body .gform_wrapper.gravity-theme .button:focus,
body .em-form-submit:hover,
body .em-form-submit:focus {
	background: linear-gradient(0deg, var(--color-5) 0%, var(--color-2) 100%);
}
.btn.btn-arrow {
	position: relative;
	white-space: normal;
	max-width: 380px;
	font-size: 22px;
	z-index: 2;
	font-weight: 700;
	font-family: var(--font_secondary);
	padding-left: 60px;
	padding-right: 60px;
}
.btn.btn-arrow:after {
	content: "";
	background-image: var(--arrow-icon);
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 60px;
	height: 35px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 3;
}
.btn.btn-arrow:hover:after,
.btn.btn-arrow:focus:after {
	filter: brightness(0) invert(1);
}
.btn.btn-wide {
	max-width: 500px;
	padding-right: 90px;
}
.btn.btn-wide:after {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}
strong {
	font-weight: 900;
}

/* === Header/Nav === */
.primary-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	text-transform: uppercase;
	background: none;
	max-width: 2048px;
	margin: 0 auto;
}
.primary-header .background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: rgba(255, 255, 255, 0.85);
	transition: all ease 0.3s;
	backdrop-filter: blur(2px);
}
.primary-header .container {
	position: relative;
}
.primary-header .header-row {
	padding: 15px 0;
	transition: all ease 0.3s;
	column-gap: 100px;
	align-items: center;
}
.primary-header .logo-col {
	flex-basis: 250px;
}
.primary-header .header-links {
	transition: all ease 0.3s;
	justify-content: flex-end;
	column-gap: 25px;
	margin-bottom: 15px;
}
.primary-header .header-links .btn {
	background: linear-gradient(0deg, var(--color-2) 0%, var(--color-5) 100%);
}
.primary-header .header-links .btn:hover,
.primary-header .header-links .btn:focus {
	background: linear-gradient(0deg, var(--color-4) 0%, var(--color-1) 100%);
}
.primary-header .main-nav .menu {
	justify-content: space-between;
}
.main-nav .menu li {
	margin: 0;
}
.main-nav .menu li a {
	padding: 8px;
}
.main-nav .menu li .mega-menu a {
	padding: 0;
}
.main-nav .menu li .mega-menu a.btn {
	padding: 0.6em 1.3em 0.5em;
	display: flex;
	align-items: center;
	column-gap: 0.75em;
	font-size: 14px;
	line-height: 1;
}
.main-nav .menu li .mega-menu a.btn .icon {
	font-size: 22px;
	line-height: 1;
}
.mega-menu {
	z-index: 3;
	left: 0;
	right: 0;
	transform: none;
	border: 3px solid var(--color-1);
	text-transform: none;
	transition: all ease 0.3s;
	backdrop-filter: blur(2px);
}
.mega-menu .mega-menu-inner {
	padding: 15px;
}
.mega-menu:after {
	background-color: rgba(255, 255, 255, 0.85);
	transition: all ease 0.3s;
}
.mega-menu h2 {
	font-weight: 800;
	color: var(--color-1);
	text-align: center;
	margin-bottom: 20px;
	font-size: 24px;
}
.mega-menu p:last-child {
	margin-bottom: 0;
}
.mega-menu a {
	font-weight: 400;
	padding: 0;
}
.mega-menu a[href="#"] {
	pointer-events: none;
}
.mega-menu h2 a {
	font-weight: 700;
}
.mega-menu a.btn {
	color: #fff;
	width: fit-content;
	margin: 0 auto;
}
.mega-menu .menu-row {
	column-gap: 20px;
}
.mega-menu .col.left {
	flex: 0 1 220px;
}
.mega-menu .blogs-col {
	flex: 1 1 600px;
}
.mega-menu .podcasts-col {
	flex: 0 0 300px;
}
.mega-menu .col.left .link .image {
	background-color: #fff;
	border: 2px solid var(--color-1);
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease 0.3s;
	width: fit-content;
	margin: 0 auto;
}
.mega-menu .col.left .link .image img {
	width: 100px;
	height: 100px;
}
.mega-menu .col.left .link .heading {
	text-align: center;
	margin-top: 10px;
}
.mega-menu .col.left .link a {
	font-weight: 700;
}
.mega-menu .col.left .link a strong {
	color: var(--color-2);
}
.mega-menu .col.spacer {
	flex: 0 0 2px;
	background-color: var(--color-1);
}
.mega-menu .menu-row>.col {
	padding: 10px 0;
}
.mega-menu .blogs-col .blogs {
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
	align-items: center;
}
.mega-menu .blogs-col .blogs>.col {
	flex: 1 1 calc(50% - 10px);
}
.mega-menu .blogs-col .blog .link-row {
	column-gap: 8px;
	align-items: center;
}
.mega-menu .blogs-col .blog .image-col {
	flex: 0 1 100px;
}
.mega-menu .blogs-col .blog .image-col img {
	aspect-ratio: 7 / 6;
	object-fit: cover;
}
.mega-menu .blogs-col .blog .content-col {
	flex: 1 1 calc(100% - 115px);
}
.mega-menu .blogs-col .blog .heading {
	color: var(--color-2);
	font-weight: 900;
	font-size: 18px;
}
.mega-menu .podcasts {
	column-gap: 25px;
}
.mega-menu .podcasts .blog a,
.mega-menu .podcasts .blog .image {
	height: 100%;
}
.mega-menu .podcasts .blog .image {
	background-color: #fff;
	border: 2px solid var(--color-1);
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease 0.3s;
}
.mega-menu .podcasts .blog .image:hover,
.mega-menu .podcasts .blog .image:focus {
	opacity: 0.75;
}
.mega-menu.about-menu {
	width: fit-content;
	margin-right: auto;
}
.mega-menu.learn-menu {
	margin-left: auto;
	margin-right: 0;
}
.mega-menu.about-menu .image {
	display: none;
}
.mega-menu.about-menu .image img {
	aspect-ratio: 1/1;
	object-fit: cover;
}
.mega-menu.about-menu .image.active {
	display: block;
}
.mega-menu.about-menu .links {
	display: grid;
	grid-template-columns: auto auto;
	column-gap: 30px;
	row-gap: 15px;
}
.mega-menu.about-menu a {
	font-weight: 700;
}
.mega-menu.about-menu .link {
	font-size: 17px;
	text-transform: uppercase;
}
.mega-menu.about-menu .menu-row {
	column-gap: 0;
	align-items: center;
}
.mega-menu.about-menu .col.left {
	padding: 0;
	flex: 0 1 200px;
}
.mega-menu.about-menu .col.right {
	flex: 1 1 auto;
	padding: 0 50px;
}
body.scrolled .primary-header .background {
	background-color: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(8px);
}
body.scrolled .primary-header .header-row {
	padding: 12px 0 4px;
}
body.scrolled .primary-header .header-links {
	margin-bottom: 8px;
}
body.scrolled .mega-menu {
	backdrop-filter: blur(8px);
}
body.scrolled .mega-menu:after {
	background-color: rgba(255, 255, 255, 0.85);
}
.mobile-header .menu a:hover,
.mobile-header .menu a:focus {
	color: var(--color-6);
}

/* === Footer === */
.primary-footer {
	background-color: #fff;
}
.primary-footer .footer-row {
	padding: 40px 0 0;
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 20px;
	justify-content: space-between;
}
.primary-footer .footer-row>.col.middle {
	flex: 0 1 250px;
}
.primary-footer .social {
	font-size: 46px;
	justify-content: center;
	column-gap: 0.5em;
	margin: 20px 0;
}
.primary-footer .address {
	margin: 20px 0;
}
.primary-footer .phone {
	font-weight: 700;
}
.primary-footer .copyright {
	background-color: var(--color-1);
	font-size: 14px;
	padding: 10px 0;
}
.primary-footer .copyright a {
	color: #fff;
}
.primary-footer .copyright a:hover,
.primary-footer .copyright a:focus {
	color: var(--color-6);
}

/* === Home Page === */
.banner-section {
	position: relative;
}
.banner-section .image img {
	min-height: 450px;
	object-fit: cover;
}
.banner-section .item-inner {
	position: absolute;
	top: 110px;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 50px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner-section .content {
	max-width: 520px;
	width: fit-content;
	margin-bottom: 50px;
	color: var(--color-1);
	font-size: 24px;
}
.banner-section .content:last-child {
	margin-bottom: 0;
}
.banner-section .content h1 {
	color: var(--color-1);
	text-shadow: 1px 2px 3px #fff;
}
.banner-section .content p {
	color: var(--color-1);
	text-shadow: 1px 2px 3px #fff;
}
.banner-section .link {
	text-align: right;
}
.ql-section {
	background-color: var(--color-6);
	padding: 20px 0;
}
.ql-section .links {
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 5px;
	row-gap: 5px;
}
.ql-section .link {
	flex: 0 0 155px;
}
.ql-section .link .btn {
	white-space: normal;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0;
	min-height: 3.5em;
	padding: 0.4em 0.8em;
}
.ql-section .link:nth-child(even) .btn {
	background: linear-gradient(0deg, var(--color-7) 0%, var(--color-8) 100%);
}
.ql-section .link:nth-child(n) .btn:hover,
.ql-section .link:nth-child(n) .btn:focus {
	background: linear-gradient(0deg, var(--color-5) 0%, var(--color-2) 100%);
}
.background-section {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 100px 0;
	color: var(--color-2);
}
.background-section h2 {
	font-size: 36px;
}
.background-section .content-row {
	align-items: center;
	column-gap: 30px;
	justify-content: center;
}
.background-section .image-col {
	flex: 0 1 75px;
}
.background-section .content-col *:last-child {
	margin-bottom: 0;
}
.webinar-section .webinar-bg {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.webinar-section .image {
	position: relative;
}
.webinar-section .image .tag {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: var(--color-2);
	color: #fff;
	padding: 8px 16px;
}
.webinar-section .image img {
	width: 100%;
	aspect-ratio: 11 / 6;
	object-fit: cover;
	object-position: 50% 50%;
}
.webinar-section .featured {
	background-color: var(--color-6);
	padding: 3px;
}
.webinar-section .featured .posts-row {
	flex-wrap: wrap;
}
.webinar-section .featured .post {
	flex: 1 1 33.33%;
	background-color: #fff;
	padding: 3px;
	border: 3px solid var(--color-6);
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	display: flex;
	flex-direction: column;
}
.webinar-section .featured .post .inner {
	padding: 15px;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}
.webinar-section .featured .post .image {
	position: relative;
}
.webinar-section .featured .post .image .tag {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: var(--color-2);
	color: #fff;
	padding: 8px 16px;
}
.webinar-section .featured .post .image img {
	width: 100%;
	aspect-ratio: 11 / 6;
	object-fit: cover;
	object-position: 50% 50%;
}
.webinar-section .featured .post .date {
	margin-bottom: 15px;
}
.webinar-section .featured .post .heading {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
.webinar-section .recent {
	padding: 50px 0;
}
.webinar-section .recent .owl-carousel {
	max-width: calc(100% - 100px);
	margin: 0 auto;
}
.webinar-section .recent .owl-carousel .owl-stage {
	display: flex;
}
.webinar-section .recent .owl-carousel .owl-nav {
	font-size: 44px;
	color: var(--color-2);
}
.webinar-section .recent .owl-carousel .owl-nav button {
	text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.webinar-section .recent .owl-carousel .owl-nav button.owl-prev {
	left: -50px;
}
.webinar-section .recent .owl-carousel .owl-nav button.owl-next {
	right: -50px;
}
.webinar-section .recent .item {
	background-color: #fff;
	height: 100%;
	text-align: center;
	display: flex;
}
.webinar-section .recent .item a {
	display: flex;
	flex-direction: column;
	font-weight: 400;
}
.webinar-section .recent .item .inner {
	flex: 1 1 auto;
	padding: 10px;
}
.webinar-section .recent .item .heading {
	margin-bottom: 0;
	font-weight: 700;
}
.webinar-section .recent .item .date {
	margin-bottom: 10px;
}
.webinar-section .sec-link {
	text-align: center;
	padding-bottom: 50px;
	padding-top: 50px;
}
.webinar-section .recent+.sec-link {
	padding-top: 0;
}
.posts-section {
	background-color: var(--color-6);
	padding: 3px;
}
.posts-section .posts {
	flex-wrap: wrap;
}
.posts-section .post {
	flex: 1 1 33.33%;
	position: relative;
	background-color: #fff;
	border: 3px solid var(--color-6);
}
.posts-section .post .image img {
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.posts-section .post .heading {
	font-weight: 700;
	margin-bottom: 0;
	padding: 30px;
	text-align: center;
	max-width: 450px;
	margin: 0 auto;
	line-height: 1.3;
}
.posts-section .post:nth-child(5n - 4) {
	flex-basis: 66.66%;
}
.posts-section .post:nth-child(5n - 4) a {
	height: 100%;
	display: block;
}
.posts-section .post:nth-child(5n - 4) .image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.posts-section .post:nth-child(5n - 4) .image img {
	height: 100%;
}
.posts-section .post:nth-child(5n - 4) .heading {
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 1.4em;
	max-width: 550px;
	margin: 0 auto;
}
.feature-section {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	padding: 75px 0;
}
.feature-section:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	opacity: 0.5;
	z-index: -1;
}
.feature-section .container>.content {
	color: var(--color-1);
	margin-bottom: 40px;
	font-size: 20px;
}
.feature-section h2 {
	font-size: 42px;
	margin-bottom: 10px;
}
.feature-section .features {
	flex-wrap: wrap;
	column-gap: 75px;
	row-gap: 30px;
}
.feature-section .feature {
	flex: 1 1 calc(50% - 37.5px);
	background-color: #fff;
	border: 3px solid var(--color-2);
	padding: 40px;
	column-gap: 15px;
	row-gap: 15px;
	justify-content: center;
}
.feature-section .feature h3 {
	font-size: 28px;
}
.feature-section .feature .image {
	flex: 0 1 165px;
}
.feature-section .feature .content {
	flex: 1 1 calc(100% - 180px);
}
.feature-section .feature p:last-child {
	margin-bottom: 0;
}
.fedzone-section {
	background-color: #fff;
	padding: 20px 0;
}
.fedzone-section .container {
	border: 5px solid var(--color-2);
	padding-top: 15px;
	padding-bottom: 15px;
}
.fedzone-section .inner {
	border: 5px solid var(--color-3);
	padding: 30px;
}
.fedzone-section .logo {
	max-width: 300px;
	margin: 0 auto 30px;
}
.fedzone-section .content-row {
	flex-wrap: wrap;
	column-gap: 60px;
	row-gap: 20px;
	max-width: 900px;
	margin: 0 auto;
	align-items: center;
}
.fedzone-section .image-col {
	flex: 1 1 calc(33.33% - 30px);
}
.fedzone-section .content-col {
	flex: 1 1 calc(66.66% - 30px);
}
.fedzone-section p:last-child {
	margin-bottom: 0;
}
.fedzone-section .fed-row {
	margin-top: 30px;
	column-gap: 40px;
	align-items: center;
}
.fedzone-section .fed-row h3 {
	margin-bottom: 0;
}
.fedzone-section .fed-row .spacer {
	flex: 0 0 3px;
	background-color: var(--color-6);
	align-self: stretch;
}
.fedzone-section .featured {
	flex: 1 1 calc(100% - 330px);
}
.fedzone-section .featured .posts-row {
	flex-wrap: wrap;
	column-gap: 25px;
	row-gap: 25px;
}
.fedzone-section .featured .post {
	flex: 1 1 calc(50% - 12.5px);
}
.fedzone-section .featured .post a {
	height: 100%;
	display: block;
}
.fedzone-section .featured .post .post-row {
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 15px;
	height: 100%;
	align-items: center;
}
.fedzone-section .featured .post .image {
	flex: 1 1 115px;
	align-self: stretch;
}
.fedzone-section .featured .post .image img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.fedzone-section .featured .post .heading {
	flex: 1 1 calc(100% - 130px);
	font-weight: 700;
}
.fedzone-section .recent {
	flex: 0 1 300px;
}
.fedzone-section .recent h2 {
	text-align: center;
	font-weight: 700;
	color: var(--color-1);
}
.fedzone-section .recent .post:not(:last-child) {
	margin-bottom: 20px;
}
.fedzone-section .recent .post .post-row {
	column-gap: 15px;
	row-gap: 15px;
	align-items: center;
}
.fedzone-section .recent .post .image {
	flex: 0 1 75px;
	min-width: 50px;
}
.fedzone-section .recent .post .heading {
	flex: 1 1 calc(100% - 90px);
	font-size: 18px;
	font-weight: 700;
}
.background-section.bg-content-right {
	min-height: 25vw;
}
.background-section.bg-content-right .content-row {
	max-width: 500px;
	margin-left: auto;
}
.background-section.bg-content-right h2 {
	color: var(--color-1);
	text-shadow: 1px 2px 3px #fff;
}
.content_section {
	padding-top: var(--padding_top);
	padding-bottom: var(--padding_bottom);
	margin-top: var(--margin_top);
	margin-bottom: var(--margin_bottom);
}
.content_section p:last-child {
	margin-bottom: 0;
}

/* === Interior Pages === */
.about_section {
	background-size: cover;
	background-position: 50% 50%;
	padding: 50px 0;
	position: relative;
	z-index: 1;
}
.about_section p:last-child {
	margin-bottom: 0;
}
.about_section:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	opacity: 0.5;
	z-index: -1;
}
.about_section .about-row {
	flex-wrap: wrap;
	column-gap: 100px;
	row-gap: 30px;
	justify-content: space-between;
	align-items: center;
}
.about_section .about-row .col.left {
	font-size: 18px;
	flex: 0 1 400px;
}
.about_section .about-row .col.right {
	flex: 0 1 600px;
	background-color: #f2f2f2;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	padding: 30px;
}
.columns_section .content-row {
	flex-wrap: wrap;
}
.columns_section .content-row>.col {
	flex: 1 1 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.columns_section .item {
	position: relative;
	flex: 1 1 auto;
	width: 100%;
}
.columns_section .item .image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.columns_section .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.columns_section .item .content {
	position: relative;
	z-index: 2;
	padding: 50px;
}
.columns_section .item .content .img-medium {
	max-width: 600px;
	margin: 0;
}
.columns_section .item .content .inner {
	max-width: 800px;
	margin: 0 auto;
}
.columns_section .item.no-content {
	padding: 0;
	flex: 1 1 auto;
}
.columns_section .item h2,
.columns_section .item h3 {
	color: var(--color-1);
}
.columns_section .col-count-3 .item {
	flex: 0 1 auto;
}
.columns_section .col-count-3 .item:first-child {
	flex: 3 1 auto;
}
.columns_section .col-count-3 .item:nth-child(2) .image {
	z-index: 1;
}
.columns_section .col-count-3 .item:nth-child(2) .image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	opacity: 0.7;
}
.columns_section .col-count-3 .item:last-child {
	flex: 2 1 auto;
}
.columns_section.red-text {
	color: var(--color-2);
	text-shadow: 1px 2px 3px #666;
}
.columns_section.red-text h2 {
	font-size: 38px;
}
.columns_section.red-text a {
	text-shadow: none;
}
.icon_list_section h2,
.icon_list_section h3 {
	color: var(--color-1);
}
.icon_list_section .content-row {
	flex-wrap: wrap;
}
.icon_list_section .content-row>.col {
	flex: 1 1 50%;
}
.icon_list_section .content-row>.image-col img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.icon_list_section .content-row>.content-col {
	padding: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon_list_section .content-row>.content-col .inner {
	max-width: 700px;
	margin: 0 auto;
}
.icon_list_section .content-row>.content-col .content {
	margin-bottom: 35px;
}
.icon_list_section .item {
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
	align-items: center;
}
.icon_list_section .item:not(:last-child) {
	margin-bottom: 30px;
}
.icon_list_section .item .image-col {
	flex: 0 1 70px;
}
.icon_list_section .item .image-col img {
	width: 100%;
	max-width: 70px;
}
.icon_list_section .item .content-col {
	flex: 1 1 calc(100% - 100px);
}
.icon_list_section .item .content-col h3 {
	margin-bottom: 5px;
	color: var(--color-1);
}
.icon_list_section p:last-child {
	margin-bottom: 0;
}
.feature-section.columns-3 .features {
	column-gap: 30px;
}
.feature-section.columns-3 .feature {
	flex: 1 1 calc(33.33% - 20px);
}
.feature-section.img-align-top .feature .image {
	align-self: flex-start;
}
.feature-section.img-align-stretch .feature {
	padding: 0;
}
.feature-section.img-align-stretch .feature .content {
	padding: 25px;
	flex: 1 1 65%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.feature-section.img-align-stretch .feature .image {
	flex: 1 1 35%;
}
.feature-section.img-align-stretch .feature .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.team_section {
	margin: 50px 0;
}
.team_section .members {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 30px;
}
.team_section .member {
	flex: 1 1 calc(33.33% - 20px);
}
.team_section .member .inner {
	background-size: cover;
	padding: 10px;
	position: relative;
	z-index: 1;
}
.team_section .member .inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	opacity: 0.5;
	z-index: -1;
}
.team_section .member .member-row {
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
}
.team_section .member .member-row .content-col {
	flex: 1 1 calc(60% - 10px);
	padding: 10px 0;
}
.team_section .member .member-row .image-col {
	flex: 1 1 calc(40% - 10px);
}
.team_section .member .member-row .image-col img {
	height: 100%;
	object-fit: cover;
}
.team_section .member .member-row .heading {
	font-weight: 700;
	font-size: 20px;
}
.team_section .member .member-row .link {
	margin-top: 10px;
}
.team_section .member .member-row .position {
	margin-top: 10px;
}
.team_section .member .member-row .position,
.team_section .member .member-row .title {
	font-weight: 700;
}
.team_section .member .member-row .btn {
	font-size: 14px;
}
.team_section .modal .image {
	max-width: 250px;
	margin-right: 20px;
}
.team_section .modal .heading {
	font-size: 18px;
	margin-top: 10px;
}
.team_section .modal .heading,
.team_section .modal .title,
.team_section .modal .position {
	font-weight: 700;
}
.team_section .modal .position {
	margin-top: 10px;
}
.team_section .modal .content {
	margin-top: 10px;
}
.team_section .modal p:last-child {
	margin-bottom: 0;
}
.team_section .modal .close {
	margin-top: 5px;
	margin-right: 10px;
	position: relative;
	z-index: 2;
}
.featured_webinar .heading {
	text-align: center;
	font-weight: 700;
	color: var(--color-1);
}
.featured_webinar .csrs-box {
	background-color: var(--color-9);
}
.featured_webinar .content-col {
	padding: 30px;
	flex: 1 1 60%;
	display: flex;
	align-items: center;
}
.featured_webinar .content-col h3 {
	color: var(--color-2);
	font-size: 28px;
}
.featured_webinar .content-col p:last-child {
	margin-bottom: 0;
}
.featured_webinar .image-col {
	position: relative;
	flex: 1 1 40%;
}
.featured_webinar .image-col .text-wrap {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	text-align: center;
}
.featured_webinar .image-col .text {
	background-color: var(--color-2);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 12px 20px 10px;
	white-space: nowrap;
	transition: all ease .3s;
}
.featured_webinar .image-col .text:hover,
.featured_webinar .image-col .text:focus {
	background-color: var(--color-1);
}
.csrs-wrapper {
	max-width: 900px;
	margin: 0 auto;
}
.csrs-wrapper .container {
	width: auto;
}
.steps_section {
	background-color: var(--color-9);
	padding: 50px;
}
.steps_section h2 {
	color: var(--color-1);
}
.steps_section .step {
	align-items: center;
	column-gap: 20px;
}
.steps_section .step:not(:last-child) {
	margin-bottom: 30px;
}
.steps_section .step .num {
	flex: 0 0 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	background-color: var(--color-1);
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}
.steps_section .step p:last-child {
	margin-bottom: 0;
}
.background-section.white-overlay {
	position: relative;
	z-index: 1;
}
.background-section.white-overlay:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	opacity: 0.5;
	z-index: -1;
}
body.ip .banner-section .image img {
	min-height: 100px;
}
body.ip .banner-section .content h1:last-child {
	margin-bottom: 0;
}
.blog_tiles {
	padding: 50px 0;
	background-size: cover;
}
.blog_tiles h2 {
	color: #fff;
}
.blog_tiles .posts {
	flex-wrap: wrap;
	column-gap: 25px;
	row-gap: 25px;
}
.blog_tiles .post {
	flex: 0 1 calc(25% - 18.75px);
	background-color: #fff;
}
.blog_tiles .post .image img {
	aspect-ratio: 2/1;
	object-fit: cover;
}
.blog_tiles .post .heading {
	padding: 15px;
}
.blog_tiles .post a {
	color: var(--color-text);
}
.blog_tiles .link {
	text-align: center;
	margin-top: 20px;
}
.author-section {
	margin: 30px 0;
}
.author-section .author-row {
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 30px;
	align-items: center;
}
.author-section .image-col {
	flex: 1 1 calc(40% - 25px);
}
.author-section .image-col img {
	width: 100%;
}
.author-section .content-col {
	flex: 1 1 calc(60% - 25px);
}
.author-section .content-col p:last-child {
	margin-bottom: 0;
}
.category-section {
	margin: 30px 0;
}
.category-section .posts {
	flex-wrap: wrap;
	column-gap: 25px;
	row-gap: 25px;
}
.category-section .post {
	flex: 0 1 calc(33.33% - 16.66px);
}
.category-section .post a {
	color: var(--color-text);
}
.category-section .post .post-row {
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 15px;
	align-items: center;
}
.category-section .post .post-row .image {
	flex: 1 1 calc(40% - 7.5px);
}
.category-section .post .post-row .heading {
	flex: 1 1 calc(60% - 7.5px);
}
.category-section .sec-link {
	text-align: right;
	margin-top: 20px;
}
.podcasts-section {
	margin: 30px 0;
}
.podcasts-section .sec-link {
	text-align: center;
	margin-top: 30px;
}
.podcasts-section .section-row {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 20px;
}
.podcasts-section .section-row>.main-col {
	flex: 1 1 calc(100% - 411px);
}
.podcasts-section .section-row .spacer {
	flex: 0 0 1px;
	align-self: stretch;
	background-color: var(--color-3);
}
.podcasts-section .section-row>.sidebar-col {
	flex: 1 1 350px;
}
.podcasts-section .content-box {
	background-size: cover;
	position: relative;
	z-index: 1;
	padding: 30px;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 20px;
	align-items: center;
}
.podcasts-section .content-box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	opacity: 0.7;
	z-index: -1;
}
.podcasts-section .content-box>.col {
	flex: 1 1 calc(50% - 15px);
}
.podcasts-section .content-box p:last-child {
	margin-bottom: 0;
}
.podcasts-section .main-col .posts {
	margin-top: 20px;
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 30px;
}
.podcasts-section .main-col .post {
	flex: 1 1 calc(50% - 25px);
}
.podcasts-section .main-col .post a {
	font-weight: 400;
}
.podcasts-section .main-col .post .heading {
	font-weight: 700;
	margin-bottom: 5px;
}
.podcasts-section .main-col .post .post-row {
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 15px;
}
.podcasts-section .main-col .post .post-row .image-col {
	flex: 0 1 100px;
}
.podcasts-section .main-col .post .post-row .content-col {
	flex: 1 1 calc(100% - 115px);
}
.podcasts-section .sidebar-col h2 {
	font-weight: 700;
	color: var(--color-1);
	font-size: 24px;
}
.podcasts-section .sidebar-col .post {
	flex: 1 1 calc(50% - 25px);
}
.podcasts-section .sidebar-col .post:not(:last-child) {
	margin-bottom: 20px;
}
.podcasts-section .sidebar-col .post a {
	font-weight: 400;
}
.podcasts-section .sidebar-col .post .heading {
	font-size: 16px;
	margin-bottom: 0;
}
.podcasts-section .sidebar-col .post .post-row {
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 15px;
	align-items: center;
}
.podcasts-section .sidebar-col .post .post-row .image-col {
	flex: 0 1 100px;
}
.podcasts-section .sidebar-col .post .post-row .content-col {
	flex: 1 1 calc(100% - 115px);
}
.contact-section {
	margin: 50px 0;
}
.contact-section .contact-row {
	flex-wrap: wrap;
	column-gap: 50px;
	justify-content: center;
}
.contact-section .contact-row>.col {
	flex: 1 1 calc(50% - 25px);
}
.contact-section .contact-row .col.right {
	border: 2px solid var(--color-2);
	padding: 20px;
}
.contact-section .contact-row .col.right h2 {
	color: var(--color-1);
	font-size: 24px;
}
.contact-section .gform_wrapper.gravity-theme .gform_footer {
	margin: 0;
	padding: 0;
}
.contact-section .contact-box {
	border: 2px solid var(--color-2);
	padding: 15px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
.contact-section .contact-box .contact {
	flex: 1 1 auto;
	text-align: center;
	font-size: 20px;
	color: var(--color-1);
	font-weight: 700;
}
.contact-section .locations {
	margin-top: 50px;
}
.contact-section .locations a {
	font-weight: 400;
}
.contact-section .locations .heading {
	font-weight: 700;
	color: var(--color-1);
}
.contact-section .locations .map {
	margin-top: 20px;
}
.contact-section .locations .map iframe {
	width: 100%;
	height: 350px;
}
.single-section {
	margin: 50px 0;
}
.single-section .section-row {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 20px;
}
.single-section .section-row>.main-col {
	flex: 1 1 calc(100% - 411px);
}
.single-section .section-row .spacer {
	flex: 0 0 1px;
	align-self: stretch;
	background-color: var(--color-3);
}
.single-section .section-row>.sidebar-col {
	flex: 1 1 350px;
}
.single-section .main-col h1 {
	font-size: 28px;
	color: var(--color-1);
	font-weight: 700;
	margin-bottom: 10px;
}
.single-section .main-col .author {
	margin-bottom: 10px;
	font-weight: 700;
	color: var(--color-1);
}
.single-section .main-col .date {
	margin-bottom: 10px;
	font-size: 13px;
	color: var(--color-3);
}
.single-section .main-col .tags {
	margin-bottom: 20px;
	font-size: 13px;
	color: var(--color-3);
}
.single-section .main-col .tags .fa-tag {
	margin-right: 6px;
	color: var(--color-1);
}
.single-section .main-col .tags a {
	color: var(--color-3);
}
.single-section .main-col .tags a:hover {
	color: var(--color-1);
}
.single-section .main-col .tags a:not(:last-child)::after {
	content: ", ";
}
.single-section .main-col .image.pull-right {
	max-width: 400px;
	margin-left: 25px;
}
.single-section .sidebar-col h2 {
	font-weight: 700;
	color: var(--color-1);
	font-size: 24px;
}
.single-section .sidebar-col .post {
	flex: 1 1 calc(50% - 25px);
}
.single-section .sidebar-col .post:not(:last-child) {
	margin-bottom: 20px;
}
.single-section .sidebar-col .post a {
	font-weight: 400;
}
.single-section .sidebar-col .post .heading {
	font-size: 16px;
	margin-bottom: 0;
}
.single-section .sidebar-col .post .post-row {
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 15px;
	align-items: center;
}
.single-section .sidebar-col .post .post-row .image-col {
	flex: 0 1 75px;
}
.single-section .sidebar-col .post .post-row .content-col {
	flex: 1 1 calc(100% - 115px);
}
body.ip .fedzone-section .content-row {
	column-gap: 30px;
	max-width: none;
}
body.ip .fedzone-section .content-row .image-col {
	flex-basis: calc(33.33% - 15px);
}
body.ip .fedzone-section .content-row .image-col img {
	width: 100%;
}
.columns_section .col-count-3 .item:nth-child(even) {
	border: 4px solid var(--color-2);
}
.contact-section .link .btn {
	display: block;
	background: #fff;
	color: var(--color-1);
	border-radius: 0;
	border: 2px solid var(--color-2);
	padding: 20px;
	font-size: 20px;
	font-weight: 800;
}
.contact-section .link .btn:hover,
.contact-section .link .btn:focus {
	background-color: var(--color-1);
	color: #fff;
}
.contact-section .link {
	margin-bottom: 20px;
}
.contact-section .contact-row .col.left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 600px;
}
.posts-section .post a {
	color: var(--color-text);
	height: 100%;
	display: flex;
	flex-direction: column;
}
.posts-section .post .image {
	flex: 1 1 auto;
}
.posts-section .post .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.posts-section .post:nth-child(5n - 4) .heading {
	background-color: rgba(255, 255, 255, 0.5);
}
.section-404 {
	padding: 50px 0;
	background-color: var(--color-10);
}
.webinars_content {
	background-color: var(--color-10);
	padding: 50px 0 0;
}
.webinars_content .page-subtitle {
	color: var(--color-11);
	font-size: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5em;
	font-weight: 700;
}
.webinars_content .page-subtitle small {
	margin-top: 5px;
	font-weight: 700;
	color: var(--color-11);
}
.webinars-section {
	padding: 50px 0;
	background-color: var(--color-10);
}
.webinars-section .webinars {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 30px;
}
.webinars-section .webinar-group {
	flex: 0 1 calc(33.33% - 20px);
	box-shadow: 0 3px 6px 0 rgba(88, 91, 86, 0.3);
	border-radius: 2px;
	background: #fff;
	padding: 1.4375em 1.8125em 1.9375em;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.webinars-section .webinar-group .terms {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 24px;
}
.webinars-section .webinar-group .title {
	font-weight: 400;
	font-size: 26px;
}
.webinars-section .webinar-group .image {
	margin-bottom: 16px;
	flex: 1 1 auto;
}
.webinars-section .webinar-group .image img {
	aspect-ratio: 100 / 47;
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
}
.webinars-section .webinar-group a {
	color: var(--color-11);
}
.webinars-section .webinar-group .webinar {
	column-gap: 10px;
	row-gap: 10px;
	padding-top: 16px;
}
.webinars-section .webinar-group .webinar:not(:last-child) {
	border-bottom: 1px solid var(--color-2);
	padding-bottom: 11px;
}
.webinars-section .webinar-group .webinar .date-col {
	flex: 1 1 auto;
}
.webinars-section .webinar-group .webinar .display_date {
	font-weight: 700;
}
.webinars-section .webinar-group .webinar .btn {
	background: var(--color-2);
	border-radius: 0;
	padding: 15px 25px;
	font-weight: 400;
	color: #fff;
}
.webinars-section .webinar-group .webinar .btn:hover,
.webinars-section .webinar-group .webinar .btn:focus {
	background-color: var(--color-1);
}
.calculator-section {
	margin: 50px 0;
}
.calculator-section iframe {
	width: 600px;
	max-width: 100%;
	height: 700px;
	margin: 0 auto;
	display: block;
}
.red-btn .btn {
	background: linear-gradient(0deg, var(--color-2) 0%, var(--color-5) 100%);
}
.red-btn .btn:hover,
.red-btn .btn:focus {
	background: linear-gradient(0deg, var(--color-4) 0%, var(--color-1) 100%);
}
.announcement_overlay {
	position: fixed;
	top: calc(var(--bannerHeight, 595px));
	left: 0;
	color: #fff;
	padding: 0;
	width: 280px;
	z-index: 10;
	color: var(--color-text);
	display: flex;
}
.announcement_overlay:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--color-6);
	opacity: 0.85;
	z-index: -1;
}
.announcement_overlay .content {
	padding: 20px;
}
.announcement_overlay h2 {
	color: var(--color-1);
	font-size: 20px;
}
.announcement_overlay a {
	color: #fff;
}
.announcement_overlay .close {
	background-color: var(--color-1);
	color: #fff;
	opacity: 1;
	font-size: 18px;
	padding: 3px;
	display: flex;
	align-items: center;
	padding: 7px 11px 7px 7px;
}
.announcement_overlay p:last-of-type {
	margin-bottom: 0;
}
.announcement_overlay .heading {
	display: none;
}
.announcement_overlay.collapsed {
	letter-spacing: -3px;
	width: auto;
	line-height: 1;
	padding: 0;
	cursor: pointer;
}
.announcement_overlay.collapsed .heading {
	writing-mode: vertical-lr;
	text-orientation: upright;
	display: block;
	padding: 15px;
}
.announcement_overlay.collapsed .content {
	display: none;
}
.toggle-item {
	border: 2px solid var(--color-1);
	margin-bottom: 15px;
	background-color: #fff;
}
.toggle-item .toggle-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 15px;
	cursor: pointer;
}
.toggle-item .icon {
	transition: transform ease-in-out 0.4s;
}
.toggle-item>.toggle-content {
	display: none;
	border-top: 1px solid var(--color-1);
	padding: 5px 15px;
}
.toggle-item.active>.toggle-content {
	display: block;
}
.toggle-item .toggle-content p {
	margin: 10px 0;
}
.toggle-item .icon.active {
	transform: rotate(180deg);
}
.faq-section {
	padding: 50px 0;
	background-size: cover;
	background-position: 50% 0;
}
.faq-section h3 {
	margin-bottom: 0;
}
.faq-section .toggle-heading {
	background-color: var(--color-1);
	color: #fff;
}
.team_section .member .inner,
.team_section .member .member-row {
	height: 100%;
}
.team_section .member .inner:after {
	opacity: 0.75;
}
body.ip .banner-section .content h1 {
	font-size: 52px;
}
.columns_section .item .content .img-medium {
	max-width: 100%;
	width: 600px;
}
.about_section .about-row {
	column-gap: 50px;
	align-items: flex-start;
}
.about_section .about-row .col.left,
.about_section .about-row .col.right {
	flex-basis: calc(50% - 25px);
}
.banner-section video {
	width: 100%;
	aspect-ratio: 5/2;
	object-fit: cover;
}
.banner-section .content {
	max-width: 650px;
}
.banner-section .content h1 {
	color: #fff;
	text-shadow: 1px 2px 3px #000;
	font-size: 3.5rem;
}
.background-section:last-child {
	position: relative;
	z-index: 1;
}
.background-section:last-child:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	opacity: 0.5;
	z-index: -1;
}
.background-section.bg-content-right h2 {
	text-shadow: none;
}
.banner-section .content h1 {
	color: var(--color-1);
	text-shadow: 1px 2px 3px #fff;
}
.links-row {
	flex-wrap: wrap;
	column-gap: 30px;
}
.primary-footer hr {
	border-color: var(--color-text);
}
.primary-footer .footer_bottom_content {
	font-size: 14px;
}
.archive-section {
	margin: 50px 0;
}
.archive-section .filter-row {
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 50px;
	row-gap: 20px;
	margin-bottom: 50px;
}
.archive-section .filter-row .filter {
	flex: 0 1 200px;
}
.archive-section .filter-row .filter select,
.archive-section .filter-row .filter input {
	width: 100%;
	padding: 5px;
}
.archive-section .filter-row .filter input {
	padding-right: 30px;
}
.archive-section .filter-row .search {
	position: relative;
}
.archive-section .filter-row .search button {
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	border: none;
	height: 100%;
}
.archive-section .posts {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 30px;
}
.archive-section .post {
	flex: 0 1 calc(33.33% - 20px);
}
.archive-section .post a {
	font-weight: 400;
	color: var(--color-text);
}
.archive-section .post .post-row {
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 15px;
}
.archive-section .post .image-col {
	flex: 1 1 calc(33.33% - 7.5px);
}
.archive-section .post .image-col img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: 50% 0;
}
.archive-section .post .content-col {
	flex: 1 1 calc(66.66% - 7.5px);
}
.archive-section .post h3 {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 18px;
}
.pagination {
	display: flex;
	margin: 20px 0;
	text-align: center;
	justify-content: center;
}
.pagination .page-numbers {
	flex: 0 0 auto;
	padding: 6px 10px;
	color: #fff;
	transition: all ease 0.3s;
	margin-bottom: 5px;
	display: block;
	min-width: 2em;
	background-color: var(--color-1);
}
.pagination .page-numbers.current {
	background-color: var(--color-2);
}
.pagination .page-numbers:not(:last-child) {
	border-right-width: 1px;
	border-right-style: solid;
}
.pagination .page-numbers:not(:first-child) {
	border-left-width: 1px;
	border-left-style: solid;
}
.pagination .page-numbers.dots {
	padding: 6px;
	cursor: default;
}
.pagination .page-numbers:not(.dots):hover,
.pagination .page-numbers:not(.dots):focus {
	text-decoration: none;
	background-color: var(--color-2);
}
.no-banner {
	margin-top: var(--headerHeight, 114px);
}
.event-section {
	background-color: var(--color-10);
	padding: 30px 0;
}
.event-section .em-booking-form-section-tickets,
.event-section .em-booking-section-title,
.event-section .ctct-inline-form {
	display: none;
}
.event-section h2,
.event-section h3 {
	color: var(--color-1);
}
.event-section h2 {
	text-align: center;
	font-weight: 700;
	margin-bottom: 30px;
}
.event-section .register-row {
	justify-content: space-between;
	column-gap: 50px;
}
.event-section .register-row .col {
	padding: 30px 0;
}
.event-section .register-row .inner {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.event-section .register-row .col.left {
	flex: 1 1 calc(33.33% - 33.33px);
	color: var(--color-1);
	font-size: 22px;
}
.event-section .register-row .col.left .date-time {
	margin-bottom: 30px;
}
.event-section .register-row .col.left .date-time i {
	display: inline-block;
	width: 30px;
}
.event-section .register-row .col.right {
	flex: 1 1 calc(66.66% - 33.33px);
}
.event-section .register-row .spacer {
	flex: 0 0 2px;
	background-color: var(--color-1);
}
.event-section .page-title {
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 30px;
}
.event-section .em-booking-form-details {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 10px;
}
.event-section .em-booking-form-details .input-user-field {
	flex: 1 1 100%;
}
.event-section .em-booking-form-details .input-user-field input {
	width: 100%;
	background: #eee;
	border: 2px solid var(--color-1);
	border-width: 0 0 2px;
	font-weight: 700;
	padding: 0.666em;
	height: auto;
}
.event-section .em-booking-form-details .input-first_name,
.event-section .em-booking-form-details .input-last_name {
	flex: 1 1 calc(50% - 15px);
}
.event-section .em-booking-form-details label {
	display: block;
	margin-bottom: 0;
}
.event-section .em-booking-form-details p {
	margin: 0;
}
.event-section .em-form-submit {
	min-width: 200px;
	margin: 20px auto 0;
	display: block;
}
body .pum-container.pum-responsive,
body .pum-container.pum-responsive.pum-responsive-medium {
	width: calc(100% - 30px);
	margin: 0 auto;
	left: 50% !important;
	transform: translateX(-50%);
}
body .pum-container.pum-responsive .gform_wrapper.gravity-theme .gfield input {
	border: 2px solid var(--color-5);
}

.mega-menu .col.left .link .image img {
	max-height: 100px;
}
.blogs-menu .col.left .links {
	border: 2px solid var(--color-1);
	background-color: #fff;
	padding: 15px;
	margin-bottom: 20px;
}
.banner-section .btn {
	text-shadow: none;
}
.wp-block-audio {
	display: none;
}
.ss-row {
	display: flex;
}
.ss-row .ss-col.left {
	flex: 1 1 66.66%;
	background-color: #fff;
	padding: 30px;
}
.ss-row .ss-col.right {
	flex: 1 1 33.33%;
	background-color: #e8e8e8;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	img {
		max-height: 400px;
		width: auto;
		margin: 0 auto;
	}
}
#pum-8902 .pum-container.pum-responsive.pum-responsive-large,
.pum-container.pum-responsive.pum-responsive-xlarge {
	margin-left: auto;
}
#pum-8902 h2 {
	font-size: 48px;
}
.featured_webinar .image-col .image {
	height: 100%;
}
.featured_webinar .image-col img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.featured_webinar .link {
	text-align: center;
	margin-top: 20px;
}
.no-results {
	text-align: center;
}
.gform_required_legend {
	display: none;
}
.ginput_container_consent {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}
.thankyou-dynamic-link {
	margin: 50px 0;
}
.podcasts-section .recent-col .post .image {
	margin-bottom: 10px;
}
.podcasts-section .recent-col .post .image img {
	max-height: 100px;
	width: 100%;
	object-fit: cover;
}
.register__location {
	text-align: center;
}
body.ip .banner-section .item-inner {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	padding-top: calc(150px + var(--headerHeight, 114px));
	padding-bottom: 150px;
}
body.ip .banner-section .image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
body.ip .banner-section .image>div,
body.ip .banner-section .image>div>div,
body.ip .banner-section .image img {
	height: 100%;
}
.banner-section .content>*:last-child {
	margin-bottom: 0;
}
.background-section {
	font-weight: 700;
}
.background-section p {
	text-align: center !important;
}
.background-section.bg-overlay-light {
	position: relative;
	z-index: 1;
}
.background-section.bg-overlay-light:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.4;
	z-index: -1;
}
.background-section.bg-overlay-dark {
	position: relative;
	z-index: 1;
}
.background-section.bg-overlay-dark:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0.4;
	z-index: -1;
}

.webinars-section .webinar-nav {
	justify-content: center;
}
.webinars-section .webinar-nav .link {
	flex: 0 1 250px;
}
.webinars-section .webinar-nav .link a {
	display: block;
	background-color: var(--color-1);
	color: #fff;
	padding: 0.5em 1.5em;
	width: 100%;
	text-align: center;
	outline: none;
}
.webinars-section .webinar-nav .link a:hover {
	background-color: var(--color-5);
}
.webinars-section .webinar-nav .link.active a {
	background-color: var(--color-2);
	color: #fff;
}
.webinars-section .webinar-nav .link a:focus-visible {
	outline: 5px auto -webkit-focus-ring-color;
}
.webinars-section .tabs {
	margin-top: 50px;
}
.webinars-section .webinar-tab {
	display: none;
}
.webinars-section .webinar-tab.active {
	display: block;
}

.thankyou-ondemand {
	margin: 50px 0;
}
.thankyou-ondemand .cta {
	margin-top: 30px;
}
.old-zoom-link {
	text-align: center;
}
/* === Media Queries === */
@media screen and (max-width: 1399px) {
	.ql-section .link {
		flex-basis: 144px;
	}
}
@media screen and (max-width: 1299px) {
	.ql-section .link {
		flex-basis: 130px;
	}
}
@media screen and (max-width: 1199px) {
	.ql-section .link {
		flex-basis: calc(25% - 3.75px);
	}
	.primary-header .header-row {
		column-gap: 30px;
	}
	.primary-header .logo-col {
		flex-basis: 200px;
	}
	.primary-header .header-links {
		margin-bottom: 8px;
	}
	.mega-menu .blogs-col .blogs {
		flex-wrap: wrap;
		row-gap: 10px;
	}
	.mega-menu .blogs-col .blogs>.col {
		flex: 0 1 calc(50% - 10px);
	}
	.mega-menu .podcasts {
		flex-wrap: wrap;
		row-gap: 20px;
	}
	.mega-menu .podcasts .image img {
		max-height: 170px;
		width: auto;
	}
	.feature-section .feature .image {
		flex-basis: 110px;
	}
	.fedzone-section .fed-row {
		flex-wrap: wrap;
		row-gap: 30px;
		justify-content: center;
	}
	.fedzone-section .fed-row .spacer {
		display: none;
	}
	.fedzone-section .fed-row .featured {
		border-bottom: 2px solid var(--color-6);
		padding-bottom: 30px;
	}
	.feature-section .features {
		column-gap: 30px;
	}
	.about_section .about-row {
		justify-content: center;
	}
	.mega-menu .col.left,
	.mega-menu .podcasts-col {
		flex-basis: 150px;
	}
	.webinars-section .webinar-group {
		flex-basis: calc(50% - 15px);
	}
	.archive-section .post {
		flex-basis: calc(50% - 15px);
	}
	.feature-section.columns-3 .feature {
		flex-basis: 100%;
	}
	.podcasts-section .main-col .post .post-row>.col {
		flex-basis: 100%;
	}
}
@media screen and (max-width: 991px) {
	.fedzone-section .inner {
		padding: 15px;
	}
	.primary-footer .footer-row {
		flex-wrap: wrap;
	}
	.primary-footer .footer-row .col.right {
		flex-basis: 100%;
	}
	.banner-section .item-inner {
		top: 0;
	}
	body {
		margin-top: calc(50px + var(--headerHeight, 74.0938px)) !important;
	}
	.primary-footer .footer-row {
		justify-content: space-around;
	}
	.primary-footer .footer-row .col.right {
		text-align: center;
	}
	.archive-section .post .image-col {
		flex-basis: 100%;
	}
	#pum-8902 h2 {
		font-size: 31px;
	}
	.ss-row .ss-col.left {
		flex-basis: 60%;
	}
	.ss-row .ss-col.right {
		flex-basis: 40%;
	}
	.banner-section .content h1 {
		font-size: 42px;
	}
	.fedzone-section .posts {
		width: fit-content;
		margin: 0 auto;
	}
	.fedzone-section .recent {
		flex-grow: 1;
	}
	.fedzone-section .recent .post .heading {
		flex: 0 1 auto;
	}
	.fedzone-section .featured .posts-row {
		gap: 15px;
	}
	.about_section .about-row {
		flex-wrap: wrap;
	}
	.about_section .about-row>.col.left,
	.about_section .about-row>.col.right {
		flex-basis: 100%;
	}
	body.ip .banner-section .item-inner {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.category-section .post {
		flex-basis: calc(50% - 12.5px);
	}
	.podcasts-section .section-row>.col {
		flex-basis: 100%;
	}
}
@media screen and (max-width: 767px) {
	.webinar-section .featured .post {
		flex-basis: 100%;
	}
	.posts-section .post {
		flex-basis: 100%;
	}
	.posts-section .post:nth-child(5n - 4) .image,
	.posts-section .post:nth-child(5n - 4) .heading {
		position: static;
	}
	.feature-section .feature {
		flex-basis: 100%;
		padding: 20px;
	}
	.fedzone-section .featured .post {
		flex-basis: 100%;
	}
	.fedzone-section .content-row>.col {
		flex-basis: 100%;
	}
	.primary-footer .footer-row {
		justify-content: center;
		text-align: center;
	}
	.primary-footer .footer-row .col.left {
		flex-basis: 100%;
	}
	.primary-footer .footer-row .col.left img {
		margin: 0 auto;
	}
	.posts-section .post .heading {
		padding: 30px 15px;
	}
	.background-section.bg-content-right .container,
	.background-section.bg-content-right .content-row,
	.background-section.bg-content-right .content-row .col,
	.background-section.bg-content-right .btn {
		max-width: 100%;
	}
	.background-section .content-row {
		flex-wrap: wrap;
		row-gap: 10px;
	}
	.background-section .content-row .content-col {
		flex-basis: 100%;
		text-align: center;
	}
	.ql-section .link {
		flex-basis: calc(33.33% - 3.33px);
	}
	.webinars-section .webinar-group {
		flex-basis: 100%;
		padding: 1.4375em 1em 1.9375em;
	}
	.steps_section {
		padding: 50px 0;
	}
	.blog_tiles .post {
		flex-basis: calc(50% - 12.5px);
	}
	.archive-section .post {
		flex-basis: 100%;
	}
	.ss-row .ss-col.left {
		padding: 30px 15px 15px;
	}
	.ss-row .ss-col.right {
		display: none;
	}
	.columns_section .item .content {
		padding: 50px 15px;
	}
	body.home .banner-section .image video,
	body.home .banner-section .image img {
		min-height: 300px;
	}
	body.home .banner-section .content {
		margin: 0 auto;
	}
	body.home .banner-section .content h1 {
		font-size: 28px;
	}
	.banner-section .content h1 {
		font-size: 32px;
	}
	.about_section .about-row .col.right {
		padding: 30px 15px;
	}
	.icon_list_section .content-row>.content-col {
		padding: 50px 15px;
		flex-basis: 100%;
	}
	.icon_list_section .item>.col {
		flex-basis: 100%;
	}
	.feature-section.columns-3 .feature {
		flex-wrap: wrap;
	}
	.feature-section .feature {
		flex-wrap: wrap;
	}
	.feature-section .feature .image,
	.feature-section .feature .content {
		flex-basis: 100%;
	}
	.btn {
		white-space: normal;
	}
	.btn.btn-arrow {
		font-size: 18px;
		padding-left: 15px;
	}
	.btn.btn-arrow:after {
		right: 10px;
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
		width: 45px;
		height: 25px;
	}
	body.ip .banner-section .item-inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.featured_webinar .csrs-box {
		flex-wrap: wrap;
	}
	.featured_webinar .csrs-box>.col {
		flex-basis: 100%;
	}
	.featured_webinar .content-col {
		padding: 30px 15px;
	}
	.category-section .post {
		flex-basis: 100%;
	}
	.author-section .author-row>.col {
		flex-basis: 100%;
	}
	.podcasts-section .main-col .post {
		flex-basis: 100%;
	}
	.podcasts-section .content-box {
		padding: 30px 15px;
	}
	.podcasts-section .content-box>.col {
		flex-basis: 100%;
	}
}
@media screen and (max-width: 499px) {
	.ql-section .link {
		flex-basis: calc(50% - 2.5px);
	}
	.webinars-section .webinar-group .webinar {
		flex-wrap: wrap;
	}
	.calculator-section iframe {
		height: 750px;
	}
	.blog_tiles .post {
		flex-basis: 100%;
	}
}
@media screen and (max-width: 399px) {
	.fedzone-section .featured .post .image {
		flex-basis: 100%;
	}
}
@media screen and (min-width: 1400px) {
	.container {
		width: 1370px;
	}
}
@media screen and (min-width: 1300px) {
	.container {
		width: 1270px;
	}
}

/* Flip animation */
@keyframes flipInY {
	from {
		transform: perspective(600px) rotateY(90deg);
		opacity: 0.75;
	}
	to {
		transform: perspective(600px) rotateY(0deg);
		opacity: 1;
	}
}
@keyframes flipOutY {
	from {
		transform: perspective(600px) rotateY(0deg);
		opacity: 1;
	}
	to {
		transform: perspective(600px) rotateY(90deg);
		opacity: 0.75;
	}
}

/* Apply animation */
.modal.flip .modal-dialog {
	transform-origin: center;
	animation-duration: 0.8s;
	animation-fill-mode: both;
}
.modal.flip.in .modal-dialog {
	animation-name: flipInY;
}
.modal.flip.out .modal-dialog {
	animation-name: flipOutY;
}