/*
Theme Name: RPNAO eShop 2021. 
Author: 108Ideaspace
Description: This is the new theme developed in June 2021.
Version: 2.0.0
*/

/* Table of contents

- Font Declarations > Theinhardt
- Font Declarations > Tiempos
- Base Styles
- Typography
- Heading Styles
- Paragraph Styles
- Colour System > Foreground
- Colour System > Background
- Grid System Modifications

- GLOBAL
--- Global > Graphic Devices
--- Global > Mobile Navigation
--- Global > Header (Shared)
--- Global > Header > Navigation Tier 1
--- Global > Header > Navigation Tier 2
--- Footer

- SHARED
--- Shared > Nested Container

- WOOCOMMERCE
*/


/* Font Declarations > Theinhardt */

@font-face {
	font-family: 'Theinhardt';
	src: url('fonts/Theinhardt-Regular.eot');
	src: url('fonts/Theinhardt-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Theinhardt-Regular.woff2') format('woff2'), url('fonts/Theinhardt-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Theinhardt';
	src: url('fonts/Theinhardt-Italic.eot');
	src: url('fonts/Theinhardt-Italic.eot?#iefix') format('embedded-opentype'), url('fonts/Theinhardt-Italic.woff2') format('woff2'), url('fonts/Theinhardt-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Theinhardt';
	src: url('fonts/Theinhardt-Medium.eot');
	src: url('fonts/Theinhardt-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Theinhardt-Medium.woff2') format('woff2'), url('fonts/Theinhardt-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Theinhardt';
	src: url('fonts/Theinhardt-MediumItalic.eot');
	src: url('fonts/Theinhardt-MediumItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Theinhardt-MediumItalic.woff2') format('woff2'), url('fonts/Theinhardt-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}

/* Font Declarations > Tiempos */

@font-face {
	font-family: 'TiemposHeadline';
	src: url('fonts/TiemposHeadlineWeb-Semibold.eot');
	src: url('fonts/TiemposHeadlineWeb-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/TiemposHeadlineWeb-Semibold.woff2') format('woff2'), url('fonts/TiemposHeadlineWeb-Semibold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'TiemposHeadline';
	src: url('fonts/TiemposHeadlineWeb-SemiboldItalic.eot');
	src: url('fonts/TiemposHeadlineWeb-SemiboldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/TiemposHeadlineWeb-SemiboldItalic.woff2') format('woff2'), url('fonts/TiemposHeadlineWeb-SemiboldItalic.woff') format('woff');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'Tiempos';
	src: url('fonts/TiemposTextWeb-Medium.eot');
	src: url('fonts/TiemposTextWeb-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/TiemposTextWeb-Medium.woff2') format('woff2'), url('fonts/TiemposTextWeb-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Tiempos';
	src: url('fonts/TiemposTextWeb-MediumItalic.eot');
	src: url('fonts/TiemposTextWeb-MediumItalic.eot?#iefix') format('embedded-opentype'), url('fonts/TiemposTextWeb-MediumItalic.woff2') format('woff2'), url('fonts/TiemposTextWeb-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Tiempos';
	src: url('fonts/TiemposTextWeb-Semibold.eot');
	src: url('fonts/TiemposTextWeb-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/TiemposTextWeb-Semibold.woff2') format('woff2'), url('fonts/TiemposTextWeb-Semibold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Tiempos';
	src: url('fonts/TiemposTextWeb-SemiboldItalic.eot');
	src: url('fonts/TiemposTextWeb-SemiboldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/TiemposTextWeb-SemiboldItalic.woff2') format('woff2'), url('fonts/TiemposTextWeb-SemiboldItalic.woff') format('woff');
	font-weight: 700;
	font-style: italic;
}

/* Base Styles */

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

body {
	font-family: 'Theinhardt', Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
	color: #000;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

a {
	color: #00A37D
}

a:hover,
a:focus,
a:active {
	color: #00A37D
}

.mobile-exclusive {
	display: block
}

.mobplus-exclusive {
	display: block
}

.mobile-show {
	display: block
}

.mobtab-show {
	display: block
}

.tablet-show {
	display: none
}

.tabdesk-show {
	display: none
}

.desktop-show {
	display: none
}

.pad-right-10,
.pad-right-15,
.pad-right-20,
.pad-right-25,
.pad-right-30,
.pad-right-35,
.pad-right-40,
.pad-right-45,
.pad-right-50 {
	padding-right: 0
}

.search-form-box {
	display: none;
}

a.current-menu {
	color: #00A37D !important;
}

a.current-menu1 {
	color: #00A37D !important;
}

.ff-theinh {
	font-family: 'Theinhardt', Helvetica, sans-serif !important;
}

.hidden {
	display: none
}

.clear {
	width: 100%;
	clear: both
}

p#breadcrumbs {
	margin-bottom: 0;
	font-family: "Roboto", "Helvetica Neue", sans-serif;
}

/* Shared > Learn */

#section-learn {
	padding-bottom: 10px;
}

#section-learn .learn-title h3 {
	margin-bottom: 15px;
}

#section-learn .learn-block {
	cursor: pointer;
}

#section-learn .learn-image {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #333 !important;
	overflow: hidden;
}

#section-learn .learn-image img {
	width: 100%;
	height: auto;
}

#section-learn .learn-caption {
	padding: 23px 28px 19px 28px;
	font-family: 'Theinhardt', Helvetica, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	background-color: #004c97;
}

#section-learn .learn-block:hover .learn-caption {
	background-color: #00A37D;
}

#section-learn .learn-text {
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 405px;
}

a.home-learn {
	text-decoration: none
}
.postid-3499 .woocommerce-tabs.wc-tabs-wrapper{display:none}
/* Harshal Start Changes 27-08-2025 */ 
/* Remove Saved Card options */
.page-id-1762 .ld-profile__saved-cards {
    display: none !important;
}
/* Harshal Start Changes 27-08-2025 */ 
@media only screen and (min-width:576px) {
	.mobile-exclusive {
		display: none
	}
}

@media only screen and (max-width:991px) {
	/* body{padding-top:100px!important} */
}

@media only screen and (min-width:768px) {
	.mobile-show {
		display: none
	}

	.mobplus-exclusive {
		display: none
	}

	.mobtab-show {
		display: block
	}

	.tablet-exclusive {
		display: block
	}

	.tablet-show {
		display: block
	}

	.tabdesk-show {
		display: block
	}

	.desktop-show {
		display: none
	}

	.pad-right-10 {
		padding-right: 5%
	}

	.pad-right-15 {
		padding-right: 7%
	}

	.pad-right-20 {
		padding-right: 10%
	}

	.pad-right-25 {
		padding-right: 12%
	}

	.pad-right-30 {
		padding-right: 15%
	}

	.pad-right-35 {
		padding-right: 17%
	}

	.pad-right-40 {
		padding-right: 20%
	}

	.pad-right-45 {
		padding-right: 22%
	}

	.pad-right-50 {
		padding-right: 25%
	}
}

@media only screen and (min-width:992px) {
	body {
		padding-top: 190px;
		font-size: 18px;
		line-height: 30px
	}

	body.customize-support {
		padding-top: 158px;
	}

	.mobile-show {
		display: none
	}

	.mobtab-show {
		display: none
	}

	.tablet-exclusive {
		display: none
	}

	.tablet-show {
		display: block
	}

	.tabdesk-show {
		display: block
	}

	.desktop-exclusive {
		display: block
	}

	.desktop-show {
		display: block
	}

	.pad-right-10 {
		padding-right: 10%
	}

	.pad-right-15 {
		padding-right: 15%
	}

	.pad-right-20 {
		padding-right: 20%
	}

	.pad-right-25 {
		padding-right: 25%
	}

	.pad-right-30 {
		padding-right: 30%
	}

	.pad-right-35 {
		padding-right: 35%
	}

	.pad-right-40 {
		padding-right: 40%
	}

	.pad-right-45 {
		padding-right: 45%
	}

	.pad-right-50 {
		padding-right: 50%
	}
}

@media only screen and (min-width:1200px) {
	.desktop-exclusive {
		display: none
	}

	.super-exclusive {
		display: block
	}
}

h1 {
	font-family: 'TiemposHeadline', Georgia, serif;
	font-weight: 700;
	font-size: 42px;
	line-height: 42px;
	color: #004c97
}

h1+p {
	margin-top: 20px
}

h1+p.price {
	margin-top: 0
}

h2 {
	font-family: 'Tiempos', Georgia, serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	color: #00A37D
}

h3 {
	font-family: 'Theinhardt', Helvetica, sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
}

h4 {
	font-family: 'TiemposHeadline', Georgia, serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 43px;
	color: #004c97
}

h5 {
	font-family: 'TiemposHeadline', Georgia, serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	color: #00A37D
}

@media only screen and (min-width:768px) {
	h3 {
		font-size: 16px
	}

	h4 {
		font-size: 50px;
		line-height: 55px
	}

	h5 {
		font-size: 32px;
		line-height: 40px
	}
}

@media only screen and (min-width:992px) {
	h1 {
		font-size: 76px;
		line-height: 76px
	}
}

.p1 {
	font-family: 'Tiempos', Georgia, serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.01em;
	color: #00A37D
}

p+p.p1 {
	margin-top: 25px
}

.p2 {
	font-family: 'Theinhardt', Helvetica, sans-serif;
	font-weight: normal;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: -0.02em;
	color: #004c97
}

.p3 {
	font-family: 'Tiempos', Georgia, serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -0.01em;
	color: #004c97
}

.p4 {
	font-family: 'Tiempos', Georgia, serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: #004c97
}

.p5 {
	font-family: 'Tiempos', Georgia, serif;
	font-weight: 700;
	font-size: 19px;
	line-height: 25px;
	letter-spacing: -0.01em;
	color: #004c97
}

.p6 {
	font-family: 'Tiempos', Georgia, serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.01em;
	color: #004c97
}

.footnote {
	font-family: 'Tiempos', Georgia, serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -0.01em;
	color: #004c97;
	font-style: italic
}

@media only screen and (min-width:768px) {
	.p1 {
		font-size: 22px;
		line-height: 30px
	}

	.p2 {
		font-size: 19px;
		line-height: 24px
	}

	.p3 {
		font-size: 27px;
		line-height: 34px
	}

	.p4 {
		font-size: 21px;
		line-height: 31px
	}

	.p5 {
		font-size: 20px
	}

	.p6 {
		font-size: 26px;
		line-height: 36px
	}
}

.text-blue {
	color: #004c97 !important
}

.text-green {
	color: #00A37D !important
}

.text-purple {
	color: #bb29bb !important
}

.text-white {
	color: #fff !important
}

.bckgnd-blue {
	background-color: #004c97
}

.bckgnd-green {
	background-color: #00A37D
}

.bckgnd-purple {
	background-color: #bb29bb
}

.bckgnd-white {
	background-color: #fff
}

.bckgnd-cyan {
	background-color: #f1f6fc
}

@media(min-width:1200px) {
	.container {
		max-width: 1280px !important
	}
}

hr {
	margin-bottom: 20px;
	width: 100%;
	height: 2px;
	border: 0;
	background-color: #004c97;
	border-color: #004c97
}

a.boxed-button {
	padding: 15px 22px;
	font-family: 'Theinhardt', Helvetica, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-decoration: none;
	border: 3px solid #00A37D
}

a.boxed-button-blue {
	color: #004c97
}

a.boxed-button-white {
	color: #fff
}

a.boxed-button:hover,
a.boxed-button:focus,
a.boxed-button:active {
	color: #fff;
	background-color: #00A37D
}

.more-button {
	margin-top: 55px;
	width: 53px;
	height: 29px;
	background-color: #004c97
}

.more-button:hover {
	background-color: #00A37D
}

.link-text:after {
	content: "  >";
	font-family: 'Theinhardt', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #00A37D !important;
	white-space: pre
}

.link-text:hover:after {
	color: #004c97 !important
}

.section-link {
	margin-top: -8px;
	text-align: right
}

.section-link a {
	font-family: 'Tiempos', Georgia, serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: -0.01em;
	color: #00A37D;
	text-decoration: none
}

.section-link a:hover,
.section-link a:focus,
.section-link a:active {
	color: #004c97
}

.section-link a:after {
	content: "  >";
	font-family: 'Theinhardt', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #00A37D !important;
	white-space: pre
}

.section-link:hover a:after {
	color: #004c97 !important
}

@media(min-width:768px) {
	hr {
		margin-bottom: 30px;
		height: 2px
	}
}

footer,
.footer {
	padding-top: 60px;
	padding-bottom: 30px;
	position: relative;
	text-align: left;
	font-family: 'Theinhardt', Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: .01em;
	color: #fff;
	background-color: #004c97
}

footer a,
.footer a {
	color: #fff
}

.footer-address {
	display: none
}

.footer-social {
	padding-top: 30px;
	font-family: 'Tiempos', Georgia, serif;
	font-weight: 700 !important;
	font-size: 23px;
	line-height: 23px;
	letter-spacing: -0.01em
}

.footer-social-icons {
	margin-left: 15px
}

.footer-social p {
	font-weight: 700 !important
}

.footer-social img {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 15px;
	width: 32px;
	height: 32px;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer
}

.footer-social img:hover,
.footer-social img.focus {
	background-color: #00A37D
}

@media only screen and (min-width:768px) {

	footer,
	.footer {
		padding-top: 30px;
		padding-bottom: 0
	}

	.footer-column {
		height: 150px
	}

	.footer-streetaddress {
		position: absolute;
		bottom: 0
	}

	.footer-address {
		display: block;
		position: absolute;
		bottom: 0
	}

	.footer-contact {
		position: absolute;
		bottom: 0
	}

	.footer-social {
		position: absolute;
		padding-top: 0;
		bottom: 50px
	}

	.footer-social-icons {
		margin-left: 35px
	}
}

@media only screen and (min-width:992px) {

	footer,
	.footer {
		padding-top: 0
	}

	.footer-column {
		height: 300px
	}

	.footer-streetaddress {
		bottom: 65px
	}

	.footer-address {
		bottom: 65px
	}

	.footer-contact {
		bottom: 65px
	}

	.footer-social {
		right: 15px;
		bottom: 54px;
		text-align: right
	}
}

.container-nested {
	padding-left: 0;
	padding-right: 0
}

#subpage-title {
	padding-top: 20px;
	padding-bottom: 15px
}

#subpage-title h1 {
	color: #fff
}

#subpage-title h2 {
	margin-bottom: 30px;
	color: #fff
}

#section-introduction {
	padding-top: 45px;
	padding-bottom: 45px;
	background-color: #f1f6fc
}

#section-content .content-intro {
	padding-bottom: 15px
}

#section-content .content-intro .p1 {
	line-height: 30px !important;
	color: #004c97
}

#section-content .content-sidebar {
	padding-top: 30px
}

#section-content .content-sidebar ul {
	padding-left: 18px
}

#section-content .content-sidebar ul li {
	margin-bottom: 12px
}

.image-inline {
	margin-top: 15px;
	margin-bottom: 35px
}

.image-large {
	margin-top: 35px;
	margin-bottom: 35px
}

.cta-roundelle {
	margin: 0 auto;
	margin-top: 40px;
	width: 290px;
	height: 290px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #f1f6fc;
	border-radius: 50%;
	cursor: pointer
}

.cta-roundelle .roundelle-text {
	padding-top: 20px
}

a.cta-roundelle:hover,
a.cta-roundelle:focus {
	text-decoration: none
}

a.cta-roundelle:hover h3.text-green,
a.cta-roundelle:focus h3.text-green {
	color: #004c97 !important
}

#sidebar-callout {
	position: relative;
	margin-top: 65px
}

#sidebar-callout a.callout-block {
	cursor: pointer
}

#sidebar-callout a.callout-block:hover,
#sidebar-callout a.callout-block:focus,
#sidebar-callout a.callout-block:active {
	text-decoration: none
}

#sidebar-callout .callout-body {
	position: relative;
	padding: 30px 20px;
	min-height: 240px
}

#sidebar-callout .callout-body .callout-logo {
	position: relative;
	width: 163px
}

#sidebar-callout .callout-body .callout-text {
	position: absolute;
	padding-top: 30px;
	padding-bottom: 18px;
	left: 20px;
	bottom: 0;
	color: #fff
}

#sidebar-callout .callout-body .callout-text h5 {
	font-size: 38px;
	color: #fff
}

#sidebar-callout .callout-caption {
	padding: 23px 28px 19px 28px;
	font-family: 'Theinhardt', Helvetica, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #fff;
	background-color: #004c97
}

#sidebar-callout .callout-block:hover .callout-caption {
	background-color: #00A37D
}

#sidebar-callout.sidebar-bump {
	margin-top: 200px
}

.sidebar-intro h5 {
	margin-bottom: 20px
}

/* Member's pages UI formatting */
#tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 12px;
	line-height: 1.6;
	opacity: 0
}

.tooltip.in {
	opacity: 1
}

.tooltip.top {
	margin-top: -9px;
	padding: 9px 0
}

.tooltip.right {
	margin-left: 4.5px;
	padding: 0 9px
}

.tooltip.bottom {
	margin-top: 4.5px;
	padding: 9px 0
}

.tooltip.left {
	margin-left: -4.5px;
	padding: 0 9px
}

.tooltip .tooltip-inner {
	padding: 11px 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	line-height: 20px;
	max-width: 200px;
	text-align: left;
	text-decoration: none
}

.tooltip.tooltip-small .tooltip-inner {
	padding: 8px 12px
}

.tooltip .tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -9px;
	border-width: 9px 9px 0
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 9px 9px 0
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 5px;
	border-width: 9px 9px 0
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -9px;
	border-width: 9px 9px 9px 0
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -9px;
	border-width: 9px 0 9px 9px
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -9px;
	border-width: 0 9px 9px
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 9px 9px
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 9px 9px
}

.tooltip.fade {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.tooltip.fade.in {
	opacity: 1;
}

.pi-section-base .tooltip .tooltip-inner,
.pi-section-white .tooltip .tooltip-inner,
.pi-section-grey .tooltip .tooltip-inner,
.pi-section-dark .tooltip .tooltip-inner,
.pi-section-parallax .tooltip .tooltip-inner {
	background: rgba(46, 52, 60, 0.96);
	color: #c3cdd2;
	text-shadow: none;
	font-weight: 400;
}

.pi-section-base .tooltip.top .tooltip-arrow,
.pi-section-white .tooltip.top .tooltip-arrow,
.pi-section-grey .tooltip.top .tooltip-arrow,
.pi-section-dark .tooltip.top .tooltip-arrow,
.pi-section-parallax .tooltip.top .tooltip-arrow {
	border-top-color: rgba(46, 52, 60, 0.96);
}

.pi-section-base .tooltip.right .tooltip-arrow,
.pi-section-white .tooltip.right .tooltip-arrow,
.pi-section-grey .tooltip.right .tooltip-arrow,
.pi-section-dark .tooltip.right .tooltip-arrow,
.pi-section-parallax .tooltip.right .tooltip-arrow {
	border-right-color: rgba(46, 52, 60, 0.96);
}

.pi-section-base .tooltip.left .tooltip-arrow,
.pi-section-white .tooltip.left .tooltip-arrow,
.pi-section-grey .tooltip.left .tooltip-arrow,
.pi-section-dark .tooltip.left .tooltip-arrow,
.pi-section-parallax .tooltip.left .tooltip-arrow {
	border-left-color: rgba(46, 52, 60, 0.96);
}

.pi-section-base .tooltip.bottom .tooltip-arrow,
.pi-section-white .tooltip.bottom .tooltip-arrow,
.pi-section-grey .tooltip.bottom .tooltip-arrow,
.pi-section-dark .tooltip.bottom .tooltip-arrow,
.pi-section-parallax .tooltip.bottom .tooltip-arrow {
	border-bottom-color: rgba(46, 52, 60, 0.96);
}

.pi-section-base .tooltip.pi-base .tooltip-inner,
.pi-section-white .tooltip.pi-base .tooltip-inner,
.pi-section-grey .tooltip.pi-base .tooltip-inner,
.pi-section-dark .tooltip.pi-base .tooltip-inner,
.pi-section-parallax .tooltip.pi-base .tooltip-inner {
	background: rgba(13, 192, 192, 0.9);
	color: #ffffff;
	text-shadow: none;
	font-weight: 400;
}

.pi-section-base .tooltip.pi-base.top .tooltip-arrow,
.pi-section-white .tooltip.pi-base.top .tooltip-arrow,
.pi-section-grey .tooltip.pi-base.top .tooltip-arrow,
.pi-section-dark .tooltip.pi-base.top .tooltip-arrow,
.pi-section-parallax .tooltip.pi-base.top .tooltip-arrow {
	border-top-color: rgba(13, 192, 192, 0.9);
}

.pi-section-base .tooltip.pi-base.right .tooltip-arrow,
.pi-section-white .tooltip.pi-base.right .tooltip-arrow,
.pi-section-grey .tooltip.pi-base.right .tooltip-arrow,
.pi-section-dark .tooltip.pi-base.right .tooltip-arrow,
.pi-section-parallax .tooltip.pi-base.right .tooltip-arrow {
	border-right-color: rgba(13, 192, 192, 0.9);
}

.pi-section-base .tooltip.pi-base.left .tooltip-arrow,
.pi-section-white .tooltip.pi-base.left .tooltip-arrow,
.pi-section-grey .tooltip.pi-base.left .tooltip-arrow,
.pi-section-dark .tooltip.pi-base.left .tooltip-arrow,
.pi-section-parallax .tooltip.pi-base.left .tooltip-arrow {
	border-left-color: rgba(13, 192, 192, 0.9);
}

.pi-section-base .tooltip.pi-base.bottom .tooltip-arrow,
.pi-section-white .tooltip.pi-base.bottom .tooltip-arrow,
.pi-section-grey .tooltip.pi-base.bottom .tooltip-arrow,
.pi-section-dark .tooltip.pi-base.bottom .tooltip-arrow,
.pi-section-parallax .tooltip.pi-base.bottom .tooltip-arrow {
	border-bottom-color: rgba(13, 192, 192, 0.9);
}

.infoIcon+.tooltip>.tooltip-inner {
	background-color: #fff;
	color: #02528a;
	border: 1px solid #02528a;
	width: 100%;
	max-width: 480px;
}

.infoIcon+.tooltip>.tooltip-arrow {
	border-bottom-color: #02528a !important;
}

.sm-model-profile-info {
	padding-bottom: 26px;
}

.sm-model-profile-info>img {
	width: 60px
}

.sm-model-profile-info .colR {
	width: 88.5%;
	vertical-align: top;
	padding-left: 10px;
	display: inline-block;
}

.sm-model-profile-info h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.sm-model-profile-info h4 {
	font-size: 16px;
	font-weight: 600;
	color: #666e70
}

#see_meore_mentor_details_body h6 {
	margin-bottom: 3px;
	font-weight: bold
}

#see_more_model button.close,
#connect_mentor_model button.close,
#mentor_directory_model button.close {
	color: #29bfc0;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1;
}

#see_more_model button.close span,
#connect_mentor_model button.close,
#mentor_directory_model button.close {
	width: 20px;
	height: 20px;
	background: url(img/x.png);
	display: block;
}

#connect_to_mentor_form {
	margin: 0;
}

#connect_to_mentor_form textarea {
	width: 100%;
	margin-bottom: 20px;
}


/*#wpadminbar{display:none !important}*/
.page-heading {
	background: #164e87;
	padding: 30px 0 26px;
}

h2.section-heading,
.page-heading h1 {
	font-size: 32px;
	color: #fff;
	line-height: 30px;
	margin: 0 auto
}

h2.section-heading {
	color: #004c97;
	line-height: 40px;
	padding-right: 60px;
	margin: 0 auto 30px
}

h2.section-heading.green {
	color: #00A37D;
}

h2.section-heading.white {
	color: #fff;
}

.form-group {
	margin-bottom: 20px
}

.form-group input,
.form-group select,
.form-group textarea {
	margin-bottom: 0
}

#login-wrap {
	padding: 100px 0
}

#login-wrap>h2 {
	font-size: 50px;
	color: #004c97;
	line-height: 52px
}

#login-wrap .form-group {
	width: 80%;
}

.form-check {
	padding-left: 0
}

/* .btn{font-family:'Theinhardt',Helvetica,sans-serif;border-radius:12px;font-size:18px;padding:15px 30px 9px;min-width:150px;box-shadow:none !important;border:0;color:#fff !important} */
.btn-primary {
	background: #004c97
}

.btn-sm {
	padding: 0.3rem 0.6rem 0.12rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
	min-width: auto;
}

.btn-sm.text-uppercase {
	padding-bottom: 0.03rem
}

.welcome-head {
	text-align: left;
	float: left;
	width: 65%;
	font-size: 20px;
	line-height: normal;
	padding-top: 10px
}

ul.head-top-navwrap {
	float: right;
	width: 35%
}

.welcome-head,
.user-name {
	font-family: 'Theinhardt', Helvetica, sans-serif;
	font-weight: normal
}

.user-name {
	color: #fff;
	font-size: 30px;
	line-height: 40px
}

.member-menus {
	background: #f4f8fd;
	padding: 8px 0
}

.member-menus ul.menu {
	padding: 0;
	margin: 0
}

.member-menus ul.menu li>a {
	color: #004c97
}

.member-menus ul.menu li:hover>a,
.member-menus ul.menu li.current_page_item>a,
.member-menus ul.menu li.current-menu-parent>a,
.member-menus ul.menu li.current-menu-item>a {
	color: #00A37D
}

.member-menus ul.menu a:hover {
	text-decoration: none
}

.member-menus ul.menu li {
	list-style: none;
	font-family: 'Theinhardt', Helvetica, sans-serif;
	font-size: 18px
}

.member-menus ul.menu>li {
	display: inline-block;
	padding-right: 35px
}

.member-menus ul.menu>li:last-child {
	padding-right: 0
}

.member-menus ul.sub-menu {
	display: none;
	background: #f4f8fd;
	padding: 22px 20px 0;
	top: 0;
	position: absolute;
	margin: 28px 0 0 -20px;
	width: 180px;
	box-sizing: content-box;
	z-index: 1
}

.member-menus ul.sub-menu li {
	padding-bottom: 15px;
	line-height: normal;
}

.member-menus li.menu-item-has-children {
	position: relative
}

.member-menus li.menu-item-has-children:hover ul.sub-menu {
	display: block;
}

.body-content {
	padding: 50px 0
}

.grey-box-wrap {
	background: #f3f3f4;
}

.grey-box-wrap,
.exclusive-saving-wrap {
	padding: 65px 0
}

.green-box {
	padding: 55px 0;
	background: #00A37D
}

.woocommerce-MyAccount-content {
	padding: 50px 0;
	position: relative
}

form.edit-account .btn.save {
	position: absolute;
	bottom: 62px;
	margin: 0;
	left: 62%
}

.table th,
.table td {
	vertical-align: middle;
	font-weight: 400;
	font-family: 'Theinhardt', Helvetica, sans-serif;
}

.table .thead-dark th {
	background: #02528a
}

.table-striped tbody tr:nth-of-type(odd) {
	background: none
}

.table-striped tbody tr:nth-of-type(even) {
	background: #f4f8fd
}

.dropdown .btn {
	padding: 10px 20px 6px;
	margin: 0;
	line-height: normal;
	min-width: auto;
	width: 100%;
	border-radius: 5px
}

.dropdown-toggle:after {
	position: relative;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	position: absolute
}

.exclusive-saving-wrap h2.section-heading {
	color: #00A37D;
	margin-bottom: 20px
}

.logo-img-list {
	margin-top: -30px
}

.logo-img-list li {
	list-style: none;
	display: inline;
	width: 33%;
	vertical-align: top
}

.accordion-row {
	padding-top: 30px
}

.accordion-row h2 {
	color: #004c97;
	font-size: 22px;
	margin-bottom: 25px;
}

.search-result-wrap td {
	line-height: normal
}

.table-section h2.text-blue {
	font-size: 28px;
	line-height: 40px;
	margin-bottom: 35px
}

.table-section ul.nav-tabs {
	margin-bottom: 30px
}

.table-section li.nav-item {
	cursor: pointer
}

.roundelle-text h4.text-green {
	font-size: 16px;
	font-family: 'Theinhardt', Helvetica, sans-serif;
	line-height: normal;
	font-weight: 500;
	letter-spacing: 0.1em
}

.modal-header {
	position: relative
}

.modal-header .close {
	position: absolute;
	width: 22px;
	height: 22px;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 10px;
	line-height: normal;
	padding: 0
}

.modal-footer button {
	margin-bottom: 0
}

h4.modal-title {
	font-size: 20px
}

h2.black_row {
	background-color: #252a30;
	border-radius: 6px 6px 0 0;
	color: #fff !important;
	margin: 0;
	padding: 18px 0 !important;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}

/* Customer-edit-profile.php */
label.control-label {
	display: block
}

.formBorder_bg,
.woocommerce-EditAccountForm {
	background: #fbfbfb
}

.edith3 {
	font-size: 20px;
	margin-bottom: 15px;
	line-height: normal
}

.editp,
.woocommerce-EditAccountForm label.editp {
	font-family: 'Tiempos', Georgia, serif;
	font-size: 18px;
}

.woocommerce-EditAccountForm label {
	font-weight: 400
}

.mrgnBtm10 {
	margin-bottom: 10px
}

#Content {
	padding-bottom: 20px
}

div .error_text {
	color: #f00;
	font-size: 11px
}

.formBorder_bg,
.woocommerce-EditAccountForm {
	background: #fbfbfb none repeat scroll 0 0;
	background-color: #fff
}

fieldset legend {
	border: 0
}

fieldset legend strong {
	border-bottom: 4px solid #29bfc0;
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 6px;
	font-weight: normal
}

.card_box input {
	left: 14px;
	opacity: 0;
	position: absolute;
	top: 14px
}

.card_box input:checked+label {
	background: rgba(0, 0, 0, 0) url("img/radio_on.png") no-repeat scroll left 0 top 1px
}

.card_box label {
	background: rgba(0, 0, 0, 0) url("img/radio_off.png") no-repeat scroll left 0 top 0;
	cursor: pointer;
	font-weight: normal;
	padding: 0 0 0 28px;
	font-size: 18px !important
}

.card_box,
.card_box_check {
	position: relative
}

.card_box_check input {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 10px;
	cursor: pointer
}

.card_box_check input:checked+label {
	background: rgba(0, 0, 0, 0) url("img/checked.png") no-repeat scroll left 0 top 3px
}

.card_box_check label {
	background: rgba(0, 0, 0, 0) url("img/uncheck.png") no-repeat scroll left 0 top 3px;
	cursor: pointer;
	font-weight: normal;
	padding: 0 0 0 28px;
	font-size: 18px !important
}

.card_box.no-label {
	text-align: center;
	height: 32px
}

.card_box.no-label input {
	left: 0;
	right: 0;
	top: 0;
	width: 20px;
	height: 21px;
	margin: auto;
	cursor: pointer
}

.card_box.no-label label {
	width: 0;
	overflow: hidden;
	padding-left: 20px
}

.mar_top {
	margin: 20px 0
}

select {
	background: url("img/caret.png") no-repeat #fff scroll right 10px top 17px !important;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	height: 42px !important;
	padding-right: 30px !important
}

.no_select_icon select {
	background: none !important;
	height: auto !important
}

.date_icon {
	background: rgba(0, 0, 0, 0) url("img/calendar.png") no-repeat scroll right 9px top 8px !important
}

fieldset .form-group abbr {
	display: none
}

h3.form-group-title,
h3.form-group-title.card_box_check label {
	font-family: 'Tiempos', Georgia, serif;
	font-weight: 700;
	font-size: 24px !important;
	line-height: 26px;
}

h3.form-group-title {
	margin-bottom: 20px;
	color: #02528a;
	border-bottom: 5px solid #00a886;
	padding-bottom: 10px;
	letter-spacing: normal;
	text-transform: none
}

h3.form-group-title.card_box_check label {
	margin: 0;
	background-position: 0 6px
}

.woocommerce form input.input-text {
	height: 42px;
	padding-bottom: 5px;
	color: #004c97;
}

.woocommerce form input.input-text,
.woocommerce form select {
	box-shadow: none !important;
}

.current-status-wrap {
	position: relative;
	font-family: 'Theinhardt', Helvetica, sans-serif
}

.current-status-wrap p {
	line-height: normal;
	margin-bottom: 10px
}

.current-status-wrap p span.label {
	display: inline-block;
	width: 130px;
	padding-right: 25px
}

.current-status-wrap .btn {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	margin: 0
}

.pTop50 {
	padding-top: 50px
}

.pTop30 {
	padding-top: 30px
}

.pTop25 {
	padding-top: 25px
}

.pTop20 {
	padding-top: 20px
}

.pBtm10 {
	padding-bottom: 10px
}

.pBtm20 {
	padding-bottom: 20px
}

.pBtm30 {
	padding-bottom: 30px
}

.pRgt50 {
	padding-right: 50px
}

.mrgTB20 {
	margin: 20px 0
}

.mBtm2 {
	margin-bottom: 2px
}

.d-inline-block+.d-inline-block {
	margin-left: 25px
}

span.infoIcon {
	vertical-align: 2px;
	width: 20px;
	display: inline-block
}

span.infoIcon img,
img.magzine-cover {
	width: 100%
}

.magzine-cover-wrap {
	padding-bottom: 30px
}

.magzine-cover-wrap a {
	text-decoration: none
}

.magzine-cover-wrap a p {
	margin-bottom: 10px
}

.cart-wrap {
	padding: 30px 0
}

.cart-wrap tfoot td.head {
	padding-right: 15px
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: none;
	margin: 0
}

.woocommerce-checkout-payment .place-order {
	text-align: right;
	padding: 25px 1em 25px 0
}

.woocommerce-checkout-payment .place-order input {
	margin: 0
}

.change_method,
.form-pay-wrap,
.woocommerce-order-thankyou {
	padding: 50px 0
}

.woocommerce ul.order_details {
	padding: 0
}

.woocommerce ul.order_details li {
	width: 23%
}

.woocommerce ul.order_details li:last-child {
	margin-right: 0
}

tfoot {
	border-top: 2px solid #dee2e6;
	border-bottom: 3px solid #dee2e6
}

tfoot th {
	text-align: right;
	padding-right: 70px;
	font-weight: bold;
	font-family: 'Tiempos', Georgia, serif
}

.form-pay-wrap .product-total,
.woocommerce-table__product-table.product-total {
	width: 200px
}

.wc_payment_methods {
	list-style: none;
	padding: 25px 30px;
	background: #f5f5f5
}

.payment_method_moneris fieldset p.form-row {
	display: block
}

.wc_payment_method .card_box label {
	line-height: 20px
}

#account_email_msg_subscription_field>label {
	display: block;
	margin-bottom: 12px;
	font-size: 16px !important
}

ul.product-categories {
	list-style: none;
	padding: 0
}

ul.product-categories li {
	padding-bottom: 12px;
	font-family: 'Theinhardt', Helvetica, sans-serif;
	line-height: normal
}

.cart .single_add_to_cart_button {
	border-radius: 3px;
	background-color: #004c97;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	padding: 8px 50px;
	width: auto;
	border: 0;
	margin-top: 25px;
	float: left;
	cursor: pointer
}

.button.wc-backward {
	border-radius: 3px
}

.cart .single_add_to_cart_button:hover,
.button.product_type_simple:hover,
.button.wc-backward:hover {
	background-color: #012D5A;
	color: #fff
}

.btn.add_to_cart_button.product_type_simple {
	padding: 3px 16px;
	height: 25px;
	font-size: 12px;
	border: 2px solid transparent;
	position: absolute;
	bottom: 0;
	width: auto;
	left: 50%;
	line-height: 1.25;
	margin-left: -20%
}

.btn.variable_product_type {
	height: 25px;
	border-radius: 3px;
	border: 2px solid #004c97;
	font-weight: 500;
	text-align: center;
	color: #004c97 !important;
	background-color: #fff;
	padding: 3px 16px;
	line-height: 18px
}

.btn.variable_product_type:hover {
	color: #004c97;
	background-color: #fff
}

.category-product-image img {
	width: 100%;
	height: auto
}

td.product-thumbnail img {
	width: 60px;
	height: 60px
}

.form-control.wid-auto {
	width: auto
}

/* woocommerce style override */
#woocommerce-wrapper {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px
}

#woocommerce-wrapper header {
	display: none
}

#woocommerce-wrapper footer {
	display: none
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	flex: 0 0 48%;
	float: left;
	padding-left: 0;
	width: 48%;
	max-width: 48%
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	flex: 0 0 48%;
	float: right;
	padding-left: 0;
	width: 48%;
	max-width: 48%
}

.alert.woocommerce-message {
	padding-left: 50px
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	font-family: WooCommerce;
	content: '\e015';
	display: inline-block;
	position: absolute;
	top: 1em;
}

.alert.woocommerce-message::before {
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 30px
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: #00A37D;
	text-decoration: none;
	background-image: none;
	color: #fff
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	margin-top: 20px;
	padding: 15px 15px 14px 15px;
	font-family: 'Theinhardt', Helvetica, sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: .1em;
	color: #00A37D;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #fff;
	border: 3px solid #00A37D;
	border-radius: 0
}

.woocommerce ul.products li.product a img {
	margin-bottom: 0
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	font-size: 16px;
	line-height: 22px
}

.woocommerce ul.products li.product .price {
	color: #004c97
}

input,
button,
select,
optgroup,
textarea {
	margin-bottom: 20px;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	color: #004c97;
	border: 2px solid #004c97;
	border-radius: 0;
	font-family: 'Theinhardt', Helvetica, sans-serif;
}

.woocommerce form .form-row .required {
	color: #004c97;
}

.woocommerce-MyAccount-navigation ol,
.woocommerce-MyAccount-navigation ul,
.woocommerce-MyAccount-navigation dl {
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 20px
}

.woocommerce-MyAccount-navigation li {
	font-weight: 700
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #00A37D;
	font-size: inherit
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #fff;
	color: #00A37D
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #00A37D;
	color: #fff
}

.woocommerce .quantity .qty {
	margin: 0;
	height: 53px
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	height: 53px
}

.woocommerce table.shop_table {
	border-radius: 0
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border-radius: 0;
	margin: 0;
	padding: 0;
	border: 0
}

.woocommerce a.remove {
	color: #00A37D !important
}

.woocommerce a.remove:hover {
	color: #fff !important;
	background-color: #00A37D
}

#coupon_code {
	margin: 0 15px 0 0;
	height: 53px;
	width: auto;
	float: left
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	border-radius: 0;
	background: none
}

.woocommerce-checkout #payment .form-row.cancel-order,
.woocommerce-checkout #payment .form-row.place-order {
	padding: 20px 0 0;
	background: none
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 2px solid #fff
}

.woocommerce form input.input-text,
.woocommerce .form-row textarea {
	min-width: 100% !important
}

.woocommerce-billing-fields .form-row,
.woocommerce-additional-fields .form-row {
	display: block !important
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	padding: 15px 15px 14px 15px
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
	border-color: #00A37D
}

.woocomerce-form label,
.instruction p,
.woocommerce-EditAccountForm label {
	font-family: 'Theinhardt', Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	color: #004c97
}

.woocomerce-form label,
.instruction p,
.woocommerce-EditAccountForm label {
	font-size: 16px;
	margin-bottom: 2px
}

.woocommerce a.remove {
	font-size: 26px;
	line-height: 33px;
	font-weight: 500;
}

.woocommerce-product-gallery__image img,
.woocommerce-product-gallery__image--placeholder img {
	width: 100%;
	height: auto;
	vertical-align: middle
}

td.product-name a {
	color: #004c97
}

.cart-collaterals {
	padding-top: 30px
}

.cross-sells h2 {
	line-height: normal
}

h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product .price {
	font-family: 'Theinhardt', Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #004c97
}

.woocommerce-message a.button.wc-forward {
	display: none
}

.wc-moneris-new-payment-method-form .form-row-last .select-wrap {
	float: left;
	width: 90px;
	margin-right: 15px
}

.wc-moneris-new-payment-method-form .form-row-last .select-wrap select {
	width: 100% !important
}

#account_affinity_partner_field,
#account_rpnao_newsletter_field,
.select2-container--default .select2-search--dropdown .select2-search__field {
	margin-bottom: 0
}

.select2-container .select2-selection--single {
	height: 42px
}

.select2-container--default .select2-selection--single {
	border: 1px solid #ccc;
}

.select2-container--default .select2-selection--single,
.select2-results__option {
	font-family: 'Theinhardt', Helvetica, sans-serif;
	font-size: 16px;
	color: #004c97
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px
}

input#wc-moneris-account-number,
.js-wc-moneris-new-payment-method-form select {
	height: 42px;
	padding-bottom: 3px;
	color: #004c97;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	padding: 0.375rem 0.75rem
}

#order_review .cart_item .product-name {
	width: 75%
}

.js-wc-moneris-new-payment-method-form select {
	width: 90px !important;
	margin-right: 15px !important
}

.modal-body {
	font-size: 16px
}

.default-card {
	padding-left: 10px;
	display: inline-block;
	width: 28px;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
}

.default-card:before {
	display: inline-block;
	content: '\e015';
	font-family: WooCommerce;
	color: #8fae1b;
	margin-right: 3px;
}

.cusotm-default-button {
	background: #8fae1b;
	color: #fff;
	padding: 4px 12px 0;
	border: 0;
	font-size: 13px;
	display: inline-block;
	line-height: normal;
	margin: 0 0 0 10px
}

a.woocommerce-LoopProduct-link {
	display: block;
	text-decoration: none
}

.product-thumb-wrap {
	padding-bottom: 30px
}

.woocommerce-pagination .page-numbers li {
	font-size: 12px;
	padding: 0 3px;
	display: inline-block;
	vertical-align: middle
}

.page-numbers .prev {
	background-image: url(images/pagi-nav-prev-arrow.png);
	background-repeat: no-repeat;
	margin-top: -4px;
	text-indent: 9999px;
	height: 10px;
	display: block;
	width: 10px;
	overflow: hidden;
	background-position: 0 -10px
}

.page-numbers .next {
	background-image: url(images/pagi-nav-next-arrow.png);
	background-repeat: no-repeat;
	margin-top: -4px;
	text-indent: 9999px;
	height: 10px;
	background-position: 0 -10px;
	display: block;
	width: 10px;
	overflow: hidden;
	background-position: 0 -10px
}

.page-numbers .prev:hover {
	background-position: 0 0
}

.page-numbers .next:hover {
	background-position: 0 0
}

.page-numbers li .page-numbers {
	font-size: 18px !important;
	font-weight: 500;
	line-height: 1.5;
	color: #27b3b3;
	font-family: 'Theinhardt', Helvetica, sans-serif;
}
.page-numbers,.woocommerce nav.woocommerce-pagination ul li{border:0 !important}
.page-numbers li .page-numbers.current,
.page-numbers li .page-numbers:hover {
	color: #535b5d
}

nav.woocommerce-pagination {
	width: 100%;
	float: none;
	display: inline-block;
	margin-top: 10px
}

.btn-wrap {
	padding-top: 10px;
}

.woocommerce-loop-product__title,
.btn-wrap,
nav.woocommerce-pagination,
span.price {
	text-align: center;
}

h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product .price {
	font-size: 16px;
}

.woocommerce-loop-product__title {
	margin: 0;
	padding: 12px 0 5px
}

span.price {
	font-family: 'Theinhardt', Helvetica, sans-serif;
	display: block;
	font-weight: normal
}

.animsition {
	overflow-x: hidden
}

h1.product_title,
nav.woocommerce-breadcrumb {
	display: none
}

.current-cat a {
	color: #02528a
}

.product .woocommerce-product-gallery {
	width: 30%;
	float: left
}

.product .entry-summary {
	width: 70%;
	float: left;
	padding-left: 50px;
	box-sizing: border-box
}

.wp-caption-text {
	font-size: 16px;
	font-style: italic;
	text-align: center
}

.woocommerce-Tabs-panel h2 {
	display: none
}

/*.related .product-thumb-wrap{display:table;width:100%;height:100%;}
.related .product-thumb-wrap .category-product-image{display:table-cell;width:100%;height:100%;text-align:center;vertical-align:middle}*/
.woocommerce-products-header__title.page-title,
.woocommerce-ordering .orderby,
.woocommerce-result-count {
	display: none;
}

.products .col-md-3 {
	display: inline-block;
}

.product-quantity label {
	display: none;
}

.checkout_coupon .button {
	margin-top: 0px !important;
}

.tabs li {
	list-style: none;
	display: inline-block;
	padding: 0 10px;
	border: 1px solid #ccc;
}

.tabs li.active {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	background-color: #00A37D;
	font-weight: 600;
}

.tabs .active a {
	color: white;
}

.price {
	text-align: left !important;
}

/*#bbpress-forums .bbp-admin-links,*/
#bbpress-forums .bbp-reply-permalink,
#subscription-toggle,
#favorite-toggle,
.bbp-topic-description,
.bbp-pagination-count,
.bbp-login-form,
.bbp-reply-edit-link,
.bbp-the-content-wrapper+p,
.quicktags-toolbar,
.d4p-attachment-addfile,
.bbp-topic-started-in,
.ld-progress-steps,
.bbp-reply-ip {
	display: none !important;
}

#bbpress-forums fieldset.bbp-form legend {
	font-size: small;
}

.bbp-submit-wrapper button {
	-webkit-appearance: button;
	background-color: #164e87;
	color: #fff;
	border-radius: 20px;
	font-family: 'Tiempos', Georgia, serif;
	padding: 7px 20px;
	cursor: pointer;
	outline: none !important;
}

#bbpress-forums div.odd,
#bbpress-forums ul.odd {
	background-color: #f9f9f9;
}

header.woocommerce-Address-title.title {
	position: inherit;
}

.bbp-template-notice {
	display: none;
}

.bbp-template-notice.info,
.bbp-template-notice.error,
.bbp-template-notice.important,
.bbp-template-notice.warning {
	display: block;
}

.vczapi-zoom-browser-meeting--info__browser li {
	display: none
}

.vczapi-zoom-browser-meeting--info__browser li:first-child {
	display: block
}

#vczapi-zoom-browser-meeting .vczapi-zoom-browser-meeting--meeting-form button[type=submit] {
	background: #164e87 !important;
	font-family: 'Tiempos', Georgia, serif;
	line-height: normal;
	padding: 10px;
}

/* Zoom widget */
table.vczapi-shortcode-meeting-table td {
	padding: 3px 6px
}

.vczapi-join-via-browser-main-wrapper h1 {
	font-size: 22px;
	line-height: normal;
	margin: 0 0 20px;
}

.dpn-zvc-single-content-wrapper>div {
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-timer .dpn-zvc-timer-cell {
	background: #004c97 !important;
}

.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-timer .dpn-zvc-timer-cell-number {
	font-size: .75em !important;
}

.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-timer .dpn-zvc-timer-cell-string {
	font-size: .35em !important;
}

.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-tile {
	background: #004c97 !important;
}

.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-tile h3 {
	font-family: 'Tiempos', Georgia, serif;
	font-weight: bold;
	font-size: 18px;
}

.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box .join-links {
	text-align: center
}

.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box .join-links .btn-join-link,
.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box .join-links .btn-start-link {
	display: inline-block !important;
	white-space: nowrap;
	background: #164e87 !important;
	font-family: inherit;
	font-size: .75em;
	font-weight: 800;
	border-radius: 20px !important;
	margin-left: 3px;
	margin-right: 3px
}

.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box .join-links .btn-join-via-browser {
	display: none !important
}

.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-state {
	margin-bottom: 20px;
}

.vczapi-wrap {
	padding-bottom: 30px;
	max-width: 80%;
	margin: auto;
}

.vczapi-list-zoom-meetings--item__image {
	display: none;
}

.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box {
	padding-bottom: 10px;
}

#ka_captcha_failed {
	font-size: initial;
}

#error_message_div {
	width: 100%;
	text-align: left;
	margin: 0px auto 20px;
	font-size: 5px;
}

/* Harshal Code */
.product-thumb-wrap.img_fix .category-product-image img {
	/* height: 300px; */
}
img:is([sizes="auto" i], [sizes^="auto," i]){
	contain-intrinsic-size:auto 300px;
object-fit: contain
}
.learndash-wrapper #btn-join.btn-disabled,
.learndash-wrapper .btn-join.btn-disabled {
	cursor: pointer !important;
}
.shipping_address span.woocommerce-input-wrapper{width:100%}
#order_comments_field{padding-left:0 !important}
.page-numbers{font-size:16px!important}
.page-numbers .next,.page-numbers .prev{position: relative;top:9px;right:-6px;background-position:0 -11px!important}
.woocommerce nav.woocommerce-pagination ul li a:hover{background:#00A37D !important}
.woocommerce nav.woocommerce-pagination ul{margin:50px 0 30px}
.ld-alert-content .ld-alert-icon.ld-icon{width:52px}
.ld-alert-content .ld-alert-icon.ld-icon svg{position:relative;right:-2px;top:-3px}
@media (max-width: 767px) {
	.vczapi-wrap {
		max-width: 100%;
	}
.header-sitewide #header-navigation #navigation-tier1-menu {
padding-top:30px !important;
height:90px !important;
}
	#header-navigation #navigation-tier1-menu .navigation-menu ul li{
		    /* display: inline-block;
    margin: 0;
    margin-left: 20px;
    padding: 0; */
    font-family: 'Theinhardt', Helvetica, sans-serif;
    /* font-weight: 500; */
    font-size: 13px;
    line-height: 26px;
    color: #004c97;
    position: absolute;
    /* top:-25px; */
	}
	#header-navigation #navigation-tier1-menu .navigation-logo img{width: 180px!important}
	#header-navigation #navigation-tier1-menu .navigation-logo{left:0}
	.product .entry-summary,.product .woocommerce-product-gallery {width:100%;float:unset}
	.product .entry-summary{padding:40px 0}
	.woocommerce-order h2.section-heading{line-height:36px!important;padding-right:0}
}

.demo_store {
	background-color: #164e87 !important;
}

.custom_padding {
	padding: 10px !important;
}

/* New branding css strts here */
.products .product-thumb-wrap .btn-wrap {
	position: absolute;
	bottom: -17px
}

.btn-wrap a.btn.btn-sm.simple_product_type,
a.btn.btn-primary.btn-sm.course_product_type {
	padding: 0 !important;
	line-height: 40px;
	min-width: 90px;
	font-size: 14px !important;
}

.btn.variable_product_type {
	font-size: 14px !important;
}

.cart .single_add_to_cart_button {
	border-radius: 0 !important
}

.product-categories li a {
	color: #004c97;
	font-weight: 500;
}

.woocommerce-loop-product__title {
	text-align: left !important;
	color: #000 !important;
	padding-top: 20px !important
}

span.price {
	color: #000;
	font-weight: bold !important
}

.products.row.columns-4,
.ld-course-list-items.row {
	row-gap: 70px
}

.woocommerce-ordering,
.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon,
.ld-course-list-items .ld_course_grid .entry-content {
	display: none
}

.ld-course-list-items .ld_course_grid .entry-title {
	color: #004c97;
}

.btn-sm {
	border-radius: 0 !important
}

.ld-course-list-items .ld_course_grid .thumbnail.course {
	border: 0;
	background: transparent;
}

.product-thumb-wrap .btn-wrap {
	text-align: left !important
}

h3.form-group-title[for="pro-cat"] {
	color: #6e6e6e !important;
	text-transform: uppercase;
	font-family: 'Theinhardt', Helvetica, sans-serif;
	font-weight: 600 !important;
	border: 0 !important;
	font-size: 14px !important;
	letter-spacing: 0.05em
}

.footer .footer-social p {
	font-weight: normal !important
}

.green-box {
	display: none
}

.subscribe-form-wrap .my_zippara {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.subscribe-form-wrap .form-check {
	padding: 0 15px 20px 40px;
	line-height: normal
}

.subscribe-form-wrap .form-btn {
	margin: 0 auto;
}

.subscribe-form-wrap h2 {
	text-align: center;
	font-size: 20px !important;
	margin-bottom: 30px;
}

.subscribe-form-wrap {
	background: #f1f6fc !important;
	padding: 85px 0 60px !important
}

.subscribe-form-wrap .form-check label {
	font-size: 16px;
	text-align: center;
}

.subscribe-form-wrap label {
	display: none
}

.subscribe-form-wrap .my_zippara input {
	border-radius: 0;
	border: 0;
	padding: 12px 14px 9px;
	color: #004c97;
	line-height: normal;
	outline: none !important;
	box-shadow: none !important
}

h2.woocommerce-loop-product__title {
	min-height: 65px
}

.subscribe-form-wrap .btn {
	border-radius: 0
}

.btn.btn-primary {
	border-radius: 0 !important
}

.subscribe-form-wrap .btn:hover {
	background-color: #012D5a !important;
	border-color: #012D5a !important;
}

.subscribe-form-wrap .form-check label {
	display: block;
	font-weight: normal;
	font-size: 16px;
	text-align: center
}

.subscribe-form-wrap .form-check-input {
	margin-top: 3px
}

h2 {
	line-height: 24px !important
}

.ld-course-list-items .ld_course_grid .thumbnail.course a.btn-primary {
	background: #004C97;
	margin-top: 20px;
	padding-top: 8px
}

.ld-course-list-items .ld_course_grid .thumbnail.course a.btn-primary:hover,
.lms-login-btn a:hover {
	background: #012D5A
}

.learndash-wrapper #btn-join,
.learndash-wrapper .btn-join,
.lms-login-btn a {
	border-radius: 0 !important
}

.body-content .form-inline a:hover,
.body-content .form-inline a:hover,
.woocommerce-form-login .btn:hover {
	background: #012d5a !important;
	color: #fff !important
}

.lms-login-btn a {
	padding-top: 10px !important
}

.btn.btn-primary.text-uppercase {
	text-transform: none !important
}

.btn {
	font-family: 'Theinhardt', Helvetica, sans-serif;
	border-radius: 12px;
	font-size: 18px;
	min-width: 150px;
	box-shadow: none !important;
	border: 0;
	color: #fff !important;
	line-height: 40px
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-content {
	height: auto !important;
}

.learndash-wrapper #btn-join,
.learndash-wrapper .btn-join {
	font-weight: 500 !important;
	font-size: .8em !important;
	line-height: 1.05em !important;
	padding-bottom: .7em !important
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-label {
	margin-bottom: 0 !important
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price {
	font-weight: 500 !important
}

.arr-button {
	width: 15px !important;
	background-color: #00A37D;
}

.btn-enrole {
	display: flex;
	align-items: center;
	gap: 20px;
}

.btn-enrole span {
	transform: rotate(-90deg);
	width: 20px;
	height: 20px;
	margin-top: -4px;
}

.ld-course-list-items .ld_course_grid .entry-title {
	margin-bottom: 15px !important;
}

.learndash-wrapper .ld-button {
	border-radius: 0 !important;
	background: #004c97 !important
}

.learndash .learndash-wrapper .ld-button:hover {
	background-color: #012D5a !important;
	border-color: #012D5a !important;
	opacity: 1 !important;
}

/* new branding css */

/* New Media query */
@media only screen and (min-width: 1200px) {
	.subscribe-form-wrap .my_zippara {
		width: 19%;
		padding-right: 0
	}
}
@media only screen and (max-width: 500px) {
select#event-type,select#registration-type,select #attendee-type{max-width:300px}
}
@media only screen and (max-width: 991px) {
	.subscribe-form-wrap .form-check {
		width: 100%;
		margin-top: 15px;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .product-thumb-wrap .btn-wrap a{padding: 0 !important;
        height:30px;
        display: flex;
        justify-content: center;
        align-items: center;}
}