/*/-------------------------
// Global Styles
//-------------------------/*/

* {
	-webkit-hyphens: none !important;
	-moz-hyphens: none !important;
	-ms-hyphens: none !important;
	hyphens: none !important;
}

body {
  font-size: 18px;
  color: #222;
}

h2 {
  font-size: 48px;
}

a {
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none !important;
	text-decoration: none !important;
}

button:active,
input[type=button]:active,
input[type=submit]:active,
button:focus,
input[type=button]:focus,
input[type=submit]:focus {
	top: 0;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=url]:focus,
textarea:focus {
	background-color: #fff !important;
}

.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page .woocommerce button[type=submit],
.button {
	-webkit-border-radius: 100px !important;
	-moz-border-radius: 100px !important;
	border-radius: 100px !important;
	line-height: 1.1em !important;
	padding: 14px 34px;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.fl-page a.button:hover {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	opacity: 1;
}

.facet-wrap .facet-label {
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
	background-color: #fff;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #21242c;
	font-size: 16px;
	font-weight: 400;
}

.woocommerce form .form-row input.input-text,
.woocommerce-page form .form-row input.input-text,
.form_row .form_row_input {
	background-color: #fff;
  /* 	border: none; */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #21242c;
	font-size: 19px;
	line-height: 22px;
	height: auto;
	padding: 14px 20px;
}

.select2-container--default .select2-selection--single {
	background: #fff url(../img/arrow-select.svg) -webkit-calc(100% - 20px) 50% / 16px no-repeat;
	background: #fff url(../img/arrow-select.svg) -moz-calc(100% - 20px) 50% / 16px no-repeat;
	background: #fff url(../img/arrow-select.svg) calc(100% - 20px) 50% / 16px no-repeat;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none;
	height: auto;
	min-height: 52px;
	outline: none;
	padding: 16px 20px;
	padding-right: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1.1em;
	padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}

.select2-dropdown {
	border: none;
}

.fl-builder-content .fl-button:active {
	top: 0;
}

.btns-row .fl-col-content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start !important;
	-webkit-justify-content: flex-start !important;
	-moz-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.btns-row .fl-col-content > .fl-module {
	width: auto;
}

.fl-builder-content .fl-button i.fa-play {
	background: url(../img/play-icon.svg) 50% 50% / contain no-repeat;
	font-size: inherit;
	height: 26px;
	margin-right: 15px;
	width: 24px;
}

.fl-builder-content .fl-button i.fa-play:before {
	content: none !important;
	display: none !important;
}


.fl-page-content .fl-module-button .fl-button i.fa-shopping-cart{
	background: url(../img/btn-cart.svg) 50% 50% / contain no-repeat;
	font-size: inherit;
	height: 20px;
	margin-right: 10px;
	width: 20px;
}

.fl-page-content .fl-module-button .fl-button i.fa-eye{
	background: url(../img/btn-eye.svg) 50% 50% / contain no-repeat;
	font-size: inherit;
	height: 14px;
	margin-right: 10px;
	width: 19px;
}

.fl-page-content .fl-module-button .fl-button i.fa-rocketchat{
	background: url(../img/btn-chat.svg) 50% 50% / contain no-repeat;
	font-size: inherit;
	height: 24px;
	margin-right: 10px;
	width: 24px;
}

.fl-page-content .fl-module-button .fl-button i.fa-rocketchat:before,
.fl-page-content .fl-module-button .fl-button i.fa-eye:before,
.fl-page-content .fl-module-button .fl-button i.fa-shopping-cart:before{
	content: none !important;
	display: none !important;
}


.type_scroll_down a {
	background: url(../img/arrow-scroll-down.svg) 50% 50% / contain no-repeat !important;
	background-color: transparent !important;
	height: 91px;
	width: 26px;
}

body:not(.fl-builder-edit) .intro-banner .type_scroll_down a {
	bottom: 60px;
	left: auto;
	position: absolute;
	top: auto;
}

.type_scroll_down a span {
	display: none !important;
}

.type_back_to_page a:hover,
.type_scroll_down a:hover {
	opacity: 0.7;
}

.ak-bb-slide_thumbnail{
	position: relative;
}

.ak-bb-slide_thumbnail .ak-bb-slide--wistia-link::before,
.ak-bb-testimonial_thumbnail::before,
.ak-wistia-lightbox-photo-container a::before,
.image-card__img-video .fl-photo-content > a:before {
	background: url(../img/play-btn.svg) 50% 50% / cover no-repeat;
	content: "";
	height: 130px;
	left: -webkit-calc(50% - 37px);
	left: -moz-calc(50% - 37px);
	left: calc(50% - 37px);
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
	width: 130px;
	z-index: 2;
}

.ak-bb-slide_thumbnail .ak-bb-slide--wistia-link::before,
.ak-bb-testimonial_thumbnail::before{
	height: 66px;
	width: 66px;
}
.ak-bb-slide_thumbnail .ak-bb-slide--wistia-link::before,
.ak-bb-testimonial_thumbnail::before,
.ak-wistia-icon-centered .ak-wistia-lightbox-photo-container a::before{
	background: url(../img/play-btn-purple.svg) 50% 50% / cover no-repeat;
	left: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.ak-bb-testimonial_thumbnail:hover::before,
.ak-bb-slide_thumbnail .ak-bb-slide--wistia-link:hover::before{
	opacity:0.7
}

.ak-wistia-icon-centered .ak-wistia-lightbox-photo-container a::before{
	background: url(../img/play-btn-purple.svg) 50% 50% / cover no-repeat;
	left: 50%;
	top:50%;
}

.btr_trial_support_resources .ak-wistia-lightbox-photo-container a::before,
.image-card__img-video .fl-photo-content > a:before{
  background: none;
}

.ak-wistia-lightbox-photo-container a:hover::before,
.image-card__img-video a:hover:before {
	opacity: 0.85;
}

.image-card__descr .fl-col-content {
	max-width: none;
	position: relative;
	z-index: 2;
}

.fl-module-testimonials {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.fl-module-testimonials .fl-testimonials-wrap:before {
	color: #fff;
	content: "\201C";
	font: 700 450px "Sharp Sans", Shape, Verdana, Arial, sans-serif;
	height: 100%;
	left: -8%;
	position: absolute;
	top: -24%;
}

.fl-module-testimonials .fl-testimonial {
	padding-bottom: 180px;
}

.testimonial_info {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 74px;
	padding-right: 22px;
	left: 0;
	position: absolute;
	width: 100%;
}

.testimonial_caption {
	color: #5b666f;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: right;
}

.testimonial_caption_image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: 122px;
	margin-left: 24px;
	width: 138px;
}

.fl-testimonials-wrap.compact .fl-slider-prev,
.fl-testimonials-wrap.compact .fl-slider-next {
	bottom: 108px;
	right: auto !important;
	top: auto;
}

.fl-testimonials-wrap.compact .fl-slider-prev {
	left: 0;
}

.fl-testimonials-wrap.compact .fl-slider-next {
	left: 73px;
	margin-bottom: 2px;
}


.fl-testimonials-wrap.compact .fl-slider-next a,
.fl-testimonials-wrap.compact .fl-slider-prev a,
.fl-testimonials-wrap.compact .fl-slider-next a i,
.fl-testimonials-wrap.compact .fl-slider-prev a i,
.fl-testimonials-wrap.compact .fl-slider-next a i:before,
.fl-testimonials-wrap.compact .fl-slider-prev a i:before {
	display: block;
}

.fl-testimonials-wrap.compact .fl-slider-prev a i:before,
.fl-testimonials-wrap.compact .fl-slider-next a i:before {
	-webkit-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

.fl-testimonials-wrap.compact .fl-slider-prev a i:before {
	content: url(../img/arrow-prev.svg);
}

.fl-testimonials-wrap.compact .fl-slider-next a i:before {
	content: url(../img/arrow-next.svg);
}

.fl-testimonials-wrap.compact .fl-slider-prev a:hover i:before,
.fl-testimonials-wrap.compact .fl-slider-next a:hover i:before {
	opacity: 0.7;
}

body h1.fl-cta-title,
body h2.fl-cta-title,
body h3.fl-cta-title,
body h4.fl-cta-title,
body h5.fl-cta-title,
body h6.fl-cta-title {
	padding-bottom: 25px;
}

.fl-cta-stacked .fl-cta-button {
	padding-top: 25px;
}

.cta-top-shape,
.cta-bottom-shape {
	position: relative;
}

.cta-top-shape .fl-row-content-wrap:before,
.cta-bottom-shape .fl-row-content-wrap:after {
	content: "";
	display: block;
	height: 35px;
	left: 0;
	position: absolute;
	width: 100%;
}

.cta-top-shape .fl-row-content-wrap:before {
	background: url(../img/cta-bg-top.svg) 0 0 / cover no-repeat;
	top: -34px;
}

.cta-bottom-shape .fl-row-content-wrap:after {
	background: url(../img/cta-bg-bottom.svg) 0 0 / cover no-repeat;
	bottom: -23px;
}

.post-card .fl-post-grid-image {
	margin-bottom: 25px;
}

.post-card .fl-post-grid-image img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.post-card .fl-post-grid-title a:hover {
	color: #5b666f;
}

.post-card .fl-post-grid-title {
	margin-bottom: 18px;
}

.post-card .fl-post-grid-more {
	background-color: #fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	font-size: 19px;
	line-height: 1.1em;
	margin-top: 27px;
	min-width: 144px;
	padding: 15px 20px;
	text-align: center;
}

.post-card .fl-post-grid-more:hover {
	opacity: 0.7;
}

.fl-module-rich-text .fl-rich-text > ul,
.fl-module-rich-text .fl-rich-text > ul ul {
	list-style: none;
	padding-left: 0;
}

.fl-module-rich-text .fl-rich-text > ul li {
	position: relative;
	padding-left: 40px;
}

.fl-module-rich-text .fl-rich-text > ul li + li {
	margin-top: 30px;
}

.fl-module-rich-text .fl-rich-text > ul li:before {
	content: url(../img/marker.svg);
	display: inline-block;
	left: 0;
	position: absolute;
	top: 0;
}

.type_back_to_page a i {
	background: url(../img/arrow-back.svg) 50% 50% / contain no-repeat;
	font-size: inherit !important;
	height: 17px !important;
	margin-right: 15px !important;
	width: 12px !important;
}

.type_back_to_page-black .type_back_to_page a i {
	background-image: url(../img/arrow-back-black.svg);
}

.type_back_to_page a i:before {
	content: none;
	display: none;
}

.hamburger-menu > * {
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.hamburger.fl-active .hamburger-menu > .fl-hamburger-menu-middle {
	opacity: 0;
}

.hamburger.fl-active .hamburger-menu > .fl-hamburger-menu-top {
	-webkit-transform: translate(22%, 7%) rotate(45deg);
	-moz-transform: translate(22%, 7%) rotate(45deg);
	-ms-transform: translate(22%, 7%) rotate(45deg);
	-o-transform: translate(22%, 7%) rotate(45deg);
	transform: translate(22%, 7%) rotate(45deg);
}

.hamburger.fl-active .hamburger-menu > .fl-hamburger-menu-bottom {
	-webkit-transform: translate(-48%, 20%) rotate(-45deg);
	-moz-transform: translate(-48%, 20%) rotate(-45deg);
	-ms-transform: translate(-48%, 20%) rotate(-45deg);
	-o-transform: translate(-48%, 20%) rotate(-45deg);
	transform: translate(-48%, 20%) rotate(-45deg);
}

.ak-wistia-lightbox-button-container {
	margin-top: 0;
}

.ak-wistia-lightbox-button-container .ak-watch-button {
	font-size: 19px;
	padding: 23px 38px;
	width: 240px;
}

.ak-watch-button svg,
.ak-watch-button i,
.ak-watch-button .fl-button-text {
	vertical-align: middle;
}

.ak-wistia-lightbox-button-container svg {
	margin-right: 15px;
	margin-top: 0;
	position: static;
}

.wistia-small .ak-wistia-lightbox-button-container .ak-watch-button {
	max-width: 172px;
	padding-left: 23px;
	padding-right: 23px;
}

body.page-id-41 .woocommerce > p {
	text-align: center;
}

body.page-id-41 .woocommerce > .cart-empty {
	color: #5b666f;
	font-weight: 700;
	margin-bottom: 2em;
	padding: 15px 25px;
}

.af_quote_form input[type=submit] {
	-webkit-border-radius: 100px !important;
	-moz-border-radius: 100px !important;
	border-radius: 100px !important;
	min-width: 180px;
	padding-bottom: 16px;
	padding-top: 16px;
	text-align: center;
	-webkit-transition: background-color 0.4s ease-out;
	-o-transition: background-color 0.4s ease-out;
	-moz-transition: background-color 0.4s ease-out;
	transition: background-color 0.4s ease-out;
}

#trp-floater-ls {
	background: #005ac8 !important;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	display: none;
	left: auto;
	right: 14px;
}

#trp-floater-ls-current-language a,
#trp-floater-ls-language-list a {
	color: #fff !important;
	font-size: 9px;
	font-weight: 500;
	padding-bottom: 5px;
	padding-top: 5px;
}

#trp-floater-ls:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#trp-floater-ls-language-list a:hover {
	background-color: #4585d6;
	color: #fff;
}




/*/-------------------------
// Header
//-------------------------/*/

.logo a {
	display: block;
	max-width: 213px;
}

.logo a:hover {
	opacity: 0.7;
}

.logo svg {
	display: block;
}

header .logo svg {
	width: 100%;
}

#menu-primary-menu > .new > a,	
#menu-primary-menu > .new > div > a {	
  position: relative;	
  padding-right: 32px;	
}	
#menu-primary-menu > .new > a:after,	
#menu-primary-menu > .new > div > a:after {	
  box-sizing: border-box;	
  content: ' ';	
  display: block;	
  position: absolute;	
  bottom: 12px;	
  right: 17px;	
  width: 10px;	
  height: 10px;	
  border-radius: 50%;	
  background: #F26F66;	
  animation: blink 3s linear infinite;	
  border: 1px solid #ED3024;	
}	
#menu-primary-menu .sub-menu > .new > a:after, #menu-primary-menu .sub-menu li.new .fl-has-submenu-container a:after {	
  box-sizing: border-box;	
  content: 'new';	
  display: inline-block;	
  vertical-align: middle;	
  margin: 0 0 2px 5px;	
  padding: 5px;	
  border-radius: 3px;	
  text-transform: uppercase;	
  font-size: 8px;	
  line-height: 1em;	
  color: #fff;	
  background: #F26F66;	
  border: 1px solid #ED3024;	
}	
@keyframes blink {	
  50% {	
    opacity: 0.5;	
  }	
}	

.menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children {
/*.menu > .menu-item > .sub-menu > .menu-item { */
	margin-top: 20px;
}

.sub-menu > .menu-item,
.sub-menu .menu-item-has-children > .fl-has-submenu-container a {
	font-weight: 500;
	font-size: 16px;
	padding-top: 0;
}
.sub-menu > .menu-item:not(.menu-item-has-children){
	width:100%;
	margin-top: 5px;
}
@media screen and (min-width:801px){
	.sub-menu > .menu-item:not(.menu-item-has-children):first-child{
/* 		margin-top: 20px; */
	}
	
	.sub-menu > .menu-item:not(.menu-item-has-children):first-child > a{
    padding-top:0;
  }
}



.sub-menu .menu-item-has-children > .sub-menu .menu-item a {
	color: #5b666f !important;
	font-size: 400px;
	font-size: 12px;
}

/* .sub-menu .menu-item-has-children > .sub-menu .menu-item a:hover {
	color: rgba(91, 102, 111, 0.6) !important;
} */

.sub-menu .menu-item-has-children > .sub-menu .menu-item a[href]:hover {
	color: rgba(91, 102, 111, 0.6) !important;
}

.secondary-menu .fl-col-content {
	-webkit-box-pack: start !important;
	-webkit-justify-content: flex-start !important;
	-moz-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.header-btns .fl-col-content {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-moz-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end !important;
	-webkit-justify-content: flex-end !important;
	-moz-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.header-btns__btn {
	width: auto !important;
}

.header-btns__btn .fl-button-wrap,
#cart .fl-module-content,
#quote-btn .fl-module-content {
	line-height: 1em;
}

.header-btns__btn-user .fl-button i.fa-user {
	background: url(../img/user-icon.svg) 50% 50% / contain no-repeat;
	font-size: inherit;
	height: 12px;
	margin-right: 3px;
	width: 12px;
}

.header-btns__btn-cart i.fl-button-icon,
#quote-btn i.fl-button-icon {
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #21242c !important;
	font: 600 11px/15px Shape, Verdana, Arial, sans-serif;
	height: 14px;
	margin-left: 6px !important;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	width: 14px;
}

.WinOS #cart i.fl-button-icon-after,
.WinOS #quote-btn i.fl-button-icon {
	line-height: 17px;
}

.header-btns__btn-user .fl-button i.fa-user:before,
.header-btns__btn-cart .fl-button-icon:before,
#quote-btn .fl-button-icon:before {
	content: none !important;
	display: none !important;
}

#quote-btn {
	display: none;
	width: auto;
}

#quote-btn a.fl-button {
	background-color: #00aa4e;
	border: none;
	border-radius: 100px;
	font: 500 11px/1em Shape, Verdana, Arial, sans-serif;
	padding: 5px 6px;
}

#cart a.fl-button:hover {
	background-color: #52545a;
}

#quote-btn a.fl-button:hover {
	background-color: #33b970;
}




/* Temporary hide button till phase 2 of dev */
#quote-btn{
	display:none !important;
}






/*/-------------------------
// Footer
//-------------------------/*/

.footer-top svg {
	display: block;
	margin: 0 auto;
}

.footer-top__descr {
	margin-left: auto;
	margin-right: auto;
	max-width: 435px;
}

.footer-bottom .fl-row-content-wrap {
	position: relative;
}

.footer-bottom .fl-row-content-wrap:before {
	background: url(../img/footer-bottom-shape.svg) 0 0 / cover no-repeat;
	display: block;
	content: "";
	height: 37px;
	left: 0;
	position: absolute;
	top: -36px;
	width: 100%;
}

.footer-bottom__nav-col h4:first-child {
	margin-top: 0;
}

.footer-bottom__nav__sub-menu {
	display: inline-block;
	padding-right: 25px;
	vertical-align: top;
}

.footer-bottom__nav__sub-menu h5 {
	font-size: 16px !important;
	font-weight: 500 !important;
}

.footer-bottom__copy p {
	margin-bottom: 0;
}

.footer-bottom__subscribe .fl-module-heading .fl-heading {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 206px;
}

.footer-bottom__subscribe input {
	background-color: #fff;
	border: none;
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	border-radius: 6px !important;
	color: #21242c;
	font-size: 13px;
	font-weight: 500;
	padding-bottom: 9px !important;
	padding-top: 9px !important;
}

.footer-bottom__subscribe input::-webkit-input-placeholder {
	color: #828282;
}

.footer-bottom__subscribe input::-moz-placeholder {
	color: #828282;
}

.footer-bottom__subscribe input:-ms-input-placeholder {
	color: #828282;
}

.footer-bottom__subscribe input:-moz-placeholder {
	color: #828282;
}

.footer-bottom__subscribe input:focus {
	background-color: #fff;
}

.footer-bottom__subscribe .fl-form-button {
	margin-top: 30px;
}

.footer-bottom__subscribe .fl-form-button .fl-button-wrap {
	text-align: center;
}

.footer-bottom__subscribe .fl-form-button a {
	-webkit-border-radius: 100px !important;
	-moz-border-radius: 100px !important;
	border-radius: 100px !important;
	display: inline-block !important;
	min-width: 146px;
}

.footer-bottom__subscribe .fl-form-error-message {
	color: #dd6420 !important;
	font-weight: 500;
}

.footer-bottom__subscribe .fl-form-success-message p {
	color: #828282 !important;
	font-size: 14px;
}




/*/-------------------------
// Homepage
//-------------------------/*/

#homepage-hero-announcement p {	
  display: inline-block;	
  margin: 0;	
  padding: 5px 10px;	
  border-radius: 5px;	
  background: rgba(255, 255, 255, 0.5);	
}
	
#homepage-hero-announcement .new-badge {	
  display: inline-block;	
  margin: -5px 10px -5px -10px;	
  padding: 5px 10px;	
  font-size: .75em;	
  line-height: 1.75em;	
  font-weight: bold;	
  text-transform: uppercase;	
  color: #fff;	
  background: #F26F66;	
  border-radius: 5px 0 0 5px;	
}

#review-slider .slick-arrow {
	top: auto;
	bottom: -55px;
	left: 50%;
}

#review-slider .slick-arrow.slick-prev {
	margin-left: -50px;
}

#review-slider .slick-arrow.slick-next {
	margin-left: 50px;
}





/*/-------------------------
// Curriculum
//-------------------------/*/

.cards-with-icons.has-top-shape {
	position: relative;
}

.cards-with-icons.has-top-shape:before {
	background: url(../img/cards-with-icons-top-shape.svg) 0 0 / cover no-repeat;
	content: "";
	display: block;
	height: 26px;
	left: 0;
	position: absolute;
	top: -25px;
	width: 100%;
}

.cards-with-icons__icon svg {
	display: block;
	margin-left: auto;
}

.сurriculums .fl-col-content {
	position: relative;
}

.сurriculums .fl-col-content .fl-heading a {
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	padding: 55px;
	right: 0;
	top: 0;
}

body:not(.fl-builder-edit) .сurriculums .fl-col-content .fl-heading a {
	position: absolute;
}

.сurriculums .fl-col-content .fl-heading a:before,
.сurriculums .fl-col-content .fl-heading a:after {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	content: "";
	display: block;
	height: 38px;
	left: 0;
	position: absolute;
	-webkit-transition: bottom 0.4s ease-out, top 0.4s ease-out;
	-o-transition: bottom 0.4s ease-out, top 0.4s ease-out;
	-moz-transition: bottom 0.4s ease-out, top 0.4s ease-out;
	transition: bottom 0.4s ease-out, top 0.4s ease-out;
	width: 100%;
	z-index: 2;
}

.сurriculums .fl-col-content .fl-heading a:before {
	background-position: 50% 0;
	top: 0;
}

.сurriculums .fl-col-content .fl-heading a:after {
	background-position: 50% 100%;
	bottom: 0;
}

.сurriculums .fl-col-content .fl-heading a:hover:before {
	top: -37px;
}

.сurriculums .fl-col-content .fl-heading a:hover:after {
	bottom: -37px;
}

.сurriculums .fl-col-content .fl-heading a span:after {
	content: url(../img/curriculums-arrow.svg);
	display: block;
	line-height: 1em;
	margin-top: 15px;
}

.сurriculums .fl-col-content .fl-heading a span {
	display: block;
	max-width: 200px;
}

.сurriculums-english .fl-col:nth-child(1) .fl-col-content .fl-heading a:before {
	/*background-image: url(../img/curriculums-shape-purple-1.svg);*/
  background-image: url(../img/curriculums-shape-aqua-1.svg);
}

.сurriculums-english .fl-col:nth-child(1) .fl-col-content .fl-heading a:after {
	/*background-image: url(../img/curriculums-shape-purple-2.svg);*/
  background-image: url(../img/curriculums-shape-aqua-2.svg);
}

.сurriculums-english .fl-col:nth-child(2) .fl-col-content .fl-heading a:before {
	/*background-image: url(../img/curriculums-shape-blue-1.svg);*/
  background-image: url(../img/curriculums-shape-purple-1.svg);
}

.сurriculums-english .fl-col:nth-child(2) .fl-col-content .fl-heading a:after {
	/*background-image: url(../img/curriculums-shape-blue-2.svg);*/
  background-image: url(../img/curriculums-shape-purple-2.svg);
}

.сurriculums-english .fl-col:nth-child(3) .fl-col-content .fl-heading a:before {
	/*background-image: url(../img/curriculums-shape-yellow-1.svg);*/
  background-image: url(../img/curriculums-shape-blue-1.svg);
}

.сurriculums-english .fl-col:nth-child(3) .fl-col-content .fl-heading a:after {
	/*background-image: url(../img/curriculums-shape-yellow-2.svg);*/
  background-image: url(../img/curriculums-shape-blue-2.svg);
}

.сurriculums-english .fl-col:nth-child(4) .fl-col-content .fl-heading a:before {
	/*background-image: url(../img/curriculums-shape-aqua-1.svg);*/
  background-image: url(../img/curriculums-shape-yellow-1.svg);
}

.сurriculums-english .fl-col:nth-child(4) .fl-col-content .fl-heading a:after {
	/*background-image: url(../img/curriculums-shape-aqua-2.svg);*/
  background-image: url(../img/curriculums-shape-yellow-2.svg);
}

.сurriculums-english .fl-col:nth-child(5) .fl-col-content .fl-heading a:before {
	/*background-image: url(../img/curriculums-shape-aqua-1.svg);*/
  background-image: url(../img/curriculums-shape-l-blue-1.svg);
}

.сurriculums-english .fl-col:nth-child(5) .fl-col-content .fl-heading a:after {
	/*background-image: url(../img/curriculums-shape-aqua-2.svg);*/
  background-image: url(../img/curriculums-shape-l-blue-2.svg);
}

@media screen and (min-width: 1100px) and (max-width: 1310px){
  .сurriculums-english .fl-col-group h3.fl-heading a span{
    font-size: 25px;
  }
}

@media screen and (min-width: 1311px){
  .сurriculums-english .fl-col-group h3.fl-heading a span{
    font-size: 28px;
  }
}
.сurriculums-spanish .fl-col-content .fl-heading a:before,
.сurriculums-spanish .fl-col-content .fl-heading a:after {
	height: 38px;
}

.сurriculums-spanish .fl-col-content .fl-heading a:hover:before {
	top: -37px;
}

.сurriculums-spanish .fl-col-content .fl-heading a:hover:after {
	bottom: -37px;
}

.сurriculums-spanish .fl-col:nth-child(3) .fl-col-content .fl-heading a:before {
	background-image: url(../img/curriculums-shape-green-1.svg);
}

.сurriculums-spanish .fl-col:nth-child(3) .fl-col-content .fl-heading a:after {
	background-image: url(../img/curriculums-shape-green-2.svg);
}

.сurriculums-spanish .fl-col:nth-child(2) .fl-col-content .fl-heading a:before {
	background-image: url(../img/curriculums-shape-red-1.svg);
}

.сurriculums-spanish .fl-col:nth-child(2) .fl-col-content .fl-heading a:after {
	background-image: url(../img/curriculums-shape-red-2.svg);
}

.сurriculums-spanish .fl-col:nth-child(1) .fl-col-content .fl-heading a:before {
	background-image: url(../img/curriculums-shape-orange-1.svg);
}

.сurriculums-spanish .fl-col:nth-child(1) .fl-col-content .fl-heading a:after {
	background-image: url(../img/curriculums-shape-orange-2.svg);
}

.wl-slider__wrapper .fl-row-content-wrap {
	overflow-x: hidden;
	position: relative;
}

.wl-slider__wrapper .fl-row-content-wrap:before {
	background: url(../img/slider-top-shape.svg) 0 0 / cover no-repeat;
	content: "";
	display: block;
	height: 31px;
	left: 0;
	position: absolute;
	top: -8px;
	width: 100%;
}

.wl-slider {
	margin-left: -50px;
}

.wl-slider .slick-arrow {
	cursor: pointer;
	left: 65%;
	position: absolute;
	top: -55px;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.wl-slider .slick-arrow.slick-next {
	left: -webkit-calc(65% + 72px);
	left: -moz-calc(65% + 72px);
	left: calc(65% + 72px);
	top: -56px;
}

.wl-slider .slick-arrow:hover {
	opacity: 0.7;
}

.wl-slider .slick-arrow svg {
	display: block;
}

.wl-slider .slick-list {
	padding: 35px 50px;
	width: -webkit-calc(100vw + 50px);
	width: -moz-calc(100vw + 50px);
	width: calc(100vw + 50px);
}

.wl-slider .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.wl-slider .slick-slide {
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: auto;
	margin-right: 80px;
	max-width: 346px;
	padding: 40px 30px;
	padding-right: 42px;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	width: -webkit-calc(100vw - 40px);
	width: -moz-calc(100vw - 40px);
	width: calc(100vw - 40px);
}

.wl-slider .slick-slide.slick-current.slick-active {
	-webkit-box-shadow: 8px 12px 24px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 8px 12px 24px rgba(0, 0, 0, 0.2);
	box-shadow: 8px 12px 24px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}

.wl-slider .slick-slide h4 {
	font-size: 25px;
	font-weight: 800;
	margin-bottom: 35px !important;
}

.wl-slider .slick-slide p {
	font-size: 16px;
}

.implementation-top-shape,
.implementation-bottom-shape {
	position: relative;
}

.implementation-top-shape .fl-row-content-wrap:before,
.implementation-bottom-shape  .fl-row-content-wrap:after {
	content: "";
	display: block;
	height: 42px;
	left: 0;
	position: absolute;
	width: 100%;
}

.implementation-top-shape .fl-row-content-wrap:before {
	background: url(../img/implementation-top-shape.svg) 0 0 / cover no-repeat;
	top: -40px;
}

.implementation-bottom-shape .fl-row-content-wrap:after {
	background: url(../img/implementation-bottom-shape.svg) 0 100% / cover no-repeat;
	bottom: -40px;
}

.implementation__item .fl-col-content {
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.implementation__item:hover .fl-col-content {
	-webkit-box-shadow: 8px 12px 24px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 8px 12px 24px rgba(0, 0, 0, 0.2);
	box-shadow: 8px 12px 24px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}

.cards-with-icons-has-bg .fl-html {
	position: relative;
}

.cards-with-icons-has-bg .fl-html:before {
	content: url(../img/dotted-bg.svg);
	position: absolute;
	right: 0;
	top: -20px;
}

.cards-with-icons-has-bg .fl-html svg {
	position: relative;
	z-index: 2;
}

.image-card-wide .ak-wistia-lightbox-photo-container a::before,
.image-card-wide .image-card__img-video .fl-photo-content > a:before {
	left: -webkit-calc(50% + 55px);
	left: -moz-calc(50% + 55px);
	left: calc(50% + 55px);
}

/*/-------------------------
// Training
//-------------------------/*/

.training__item svg {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.training__item .fl-module-button {
	margin-top: auto;
}

.need-support__btn .fl-col-content {
	max-width: 347px;
	margin-left: auto;
}

.overview__text {
	margin-left: auto;
	margin-right: auto;
	max-width: 994px;
}

.webinar,
.course-info .fl-col-content {
	position: relative;
}

.webinar .fl-row-content-wrap:before,
.webinar .fl-row-content-wrap:after,
.course-info > .fl-col-content:before,
.course-info > .fl-col-content:after {
	content: "";
	display: block;
	height: 25px;
	left: 0;
	position: absolute;
	width: 100%;
}

.webinar .fl-row-content-wrap:before {
	background: url(../img/webinar-top-shape.svg) 0 0 / 100% no-repeat;
	top: -18px;
}

.webinar .fl-row-content-wrap:after {
	background: url(../img/webinar-bottom-shape.svg) 0 100% / 100% no-repeat;
	bottom: -18px;
}

.small-width-list {
	max-width: 483px;
}

.course-info > .fl-col-content:before {
	background: url(../img/course-info-top-shape.svg) 0 100% / 100% no-repeat;
	top: -20px;
}

.course-info > .fl-col-content:after {
	background: url(../img/course-info-bottom-shape.svg) 0 0 / 100% no-repeat;
	bottom: -20px;
}





/*/-------------------------
// About
//-------------------------/*/

.team .fl-row-content-wrap {
	position: relative;
}

.team .fl-row-content-wrap:before {
	background: url(../img/team-top-shape.svg) 0 0 / cover no-repeat;
	content: "";
	display: block;
	height: 52px;
	left: 0;
	position: absolute;
	top: -50px;
	width: 100%;
}





/*/-------------------------
// Downloads
//-------------------------/*/

.fl-accordion-item:last-child {
	margin-bottom: 0;
}

.fl-accordion-item-active .fl-accordion-button .fl-accordion-button-label,
.fl-accordion-button:hover .fl-accordion-button-label {
	color: #005AC8;
}

.fl-accordion-button {
	position: relative;
}

.fl-accordion-content {
	position: relative;
}

.fl-accordion-content:after {
	background-color: rgba(91, 102, 111, 0.2);
	content: "";
	display: block;
	height: 2px;
	left: 50px;
	position: absolute;
	top: 0;
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: calc(100% - 100px);
}

.fl-accordion-content p a {
	color: #21242c;
	text-decoration: underline;
}

.fl-accordion-content p a:hover {
	color: #005ac8;
}

.fl-accordion-button-icon i.fl-accordion-button-icon {
	opacity: 1;
	position: absolute;
	right: 10px;
	top: 0;
}

.fl-accordion-button-icon .fa-plus:before,
.fl-accordion-button-icon .fa-minus:before {
	color: #005ac8;
	content: "+";
	font: 300 40px Shape, Verdana, Arial, sans-serif;;
}

.submitting-form .fl-input-group,
.fl-module-subscribe-form.submitting-form .fl-form-field {
	margin-bottom: 30px;
}

.submitting-form input,
.fl-module-subscribe-form.submitting-form .fl-subscribe-form .fl-form-field input {
	background-color: transparent;
	border: 2px solid #e5e5e5;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 19px;
	line-height: 20px;
	padding: 24px 27px;
}

.submitting-form input::-webkit-input-placeholder {
	color: #5b666f;
}

.submitting-form input::-moz-placeholder {
	color: #5b666f;
}

.submitting-form input:-ms-input-placeholder {
	color: #5b666f;
}

.submitting-form input:-moz-placeholder {
	color: #5b666f;
}

.submitting-form input:focus {
	background-color: transparent;
}

.submitting-form .fl-custom_message {
	margin-left: auto;
	margin-right: auto;
	margin-top: 36px;
	max-width: 370px;
	text-align: center;
}

.fl-contact-form .fl-contact-error,
.fl-form-error-message {
	font-weight: 700;
}

.fl-module-subscribe-form.submitting-form .fl-terms-checkbox-wrap input {
	cursor: pointer;
	margin-left: 0;
	min-width: 23px;
}

.fl-module-subscribe-form.submitting-form .fl-terms-checkbox-wrap label {
	cursor: pointer;
	font-weight: normal;
	text-align: center;
}

.fl-module-subscribe-form.submitting-form .fl-button-wrap {
	text-align: center;
}

.fl-module-subscribe-form.submitting-form .fl-button {
	display: inline-block;
}





/*/-------------------------
// Parents
//-------------------------/*/

.preschool .fl-row-content-wrap {
	position: relative;
}

.preschool.preschool-top-shape .fl-row-content-wrap:before {
	background: url(../img/preschool-top-shape.svg) 0 0 / cover no-repeat;
	content: "";
	display: block;
	height: 75px;
	left: 0;
	position: absolute;
	top: -70px;
	width: 100%;
}

.preschool__sub-heading {
	margin-left: auto;
	margin-right: auto;
	max-width: 812px;
}

.wl-slider__wrapper.wl-slider__wrapper-parents .fl-row-content-wrap:before {
	background-image: url(../img/preschool-slider-top-shape.svg);
}





/*/-------------------------
// Research
//-------------------------/*/

.research-content__heading {
	max-width: 1017px;
}

.research-content {
	position: relative;
}

.research-content .fl-row-content-wrap:after {
	background: url(../img/research-content-bottom-shape.svg) 50% 0 / cover no-repeat;
	bottom: -35px;
	content: "";
	display: block;
	height: 40px;
	left: 0;
	position: absolute;
	width: 100%;
}

.research-inner-content .fl-row-content-wrap:before {
	color: #fff;
	content: "\201C";
	font: 700 450px "Sharp Sans", Shape, Verdana, Arial, sans-serif;
	left: -30px;
	position: absolute;
	top: -110px;
}

.research-inner-content .fl-row-content-wrap > .fl-row-content {
	position: relative;
}





/*/-------------------------
// Contact
//-------------------------/*/

.contact .fl-row-content-wrap {
	position: relative;
}

/*.contact .fl-row-content-wrap:before {
	background-color: #f5f5f5;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 50vw;
}*/

.contact .fl-row-content-wrap .fl-row-content {
	position: relative;
}

.contact .fl-rich-text > p a {
	text-decoration: underline;
}

.contact__form form div,
.contact__form form p {
	margin-bottom: 32px;
}

.contact__form .form-col-2 > span {
	float: left;
	width: 50%;
}

.contact__form .form-col-2 > span:first-child {
	padding-right: 16px;
}

.contact__form .form-col-2 > span:last-child {
	padding-left: 16px;
}

.contact__form form input,
.contact__form form select,
.contact__form form textarea {
	background-color: #fff;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #21242c;
	font-size: 19px;
	line-height: 22px;
	padding: 25px 32px;
}

.contact__form form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/arrow-select.svg) -webkit-calc(100% - 35px) 50% / 16px no-repeat;
	background: url(../img/arrow-select.svg) -moz-calc(100% - 35px) 50% / 16px no-repeat;
	background: url(../img/arrow-select.svg) calc(100% - 35px) 50% / 16px no-repeat;
	background-color: #fff;
	cursor: pointer;
	max-height: 72px;
	padding-right: 52px;
	width: 100%;
}

.contact__form form select option:first-child {
	pointer-events: none;
}

.contact__form form select:focus {
	outline: none;
}

.contact__form form textarea {
	max-height: 200px;
	resize: none;
}

.contact__form form input::-webkit-input-placeholder,
.contact__form form textarea::-webkit-input-placeholder {
	color: #21242c;
}

.contact__form form input::-moz-placeholder,
.contact__form form textarea::-moz-placeholder {
	color: #21242c;
}

.contact__form form input:-ms-input-placeholder,
.contact__form form textarea:-ms-input-placeholder {
	color: #21242c;
}

.contact__form form input:-moz-placeholder,
.contact__form form textarea:-moz-placeholder {
	color: #21242c;
}

.contact__form form input:not([type=submit]):focus {
	background-color: #fff;
}

.contact__form form label span {
	font-size: 16px;
	font-weight: 400;
}

.contact__form form .SubscribeState .wpcf7-list-item {
	margin: 0;
}

.contact__form form .SubscribeState label {
	color: #21242c;
	cursor: pointer;
	font-weight: normal;
}

.contact__form form .SubscribeState label input {
	opacity: 0;
	height: 0;
	position: absolute;
	visibility: hidden;
	width: 0;
}

.contact__form form .SubscribeState label .wpcf7-list-item-label {
	display: block;
	padding-left: 53px;
	position: relative;
}

.contact__form form .SubscribeState label .wpcf7-list-item-label:before {
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	content: "";
	height: 32px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 32px;
}

.contact__form form .SubscribeState label input:checked ~ .wpcf7-list-item-label:before {
	background: url(../img/checked.svg) 50% 50% / 18px no-repeat;
	background-color: #fff;
}

.contact__form form input[type=submit] {
	-webkit-border-radius: 100px !important;
	-moz-border-radius: 100px !important;
	border-radius: 100px !important;
	display: block;
	margin-left: auto;
	max-width: 268px;
	padding-bottom: 21px;
	padding-top: 21px;
	-webkit-transition: background-color 0.4s ease-out;
	-o-transition: background-color 0.4s ease-out;
	-moz-transition: background-color 0.4s ease-out;
	transition: background-color 0.4s ease-out;
	width: 100%;
}

.contact__form form input[type=submit]:focus {
	top: 0;
}

span.wpcf7-not-valid-tip {
	font-size: 12px;
	font-weight: 700;
	margin-top: 10px;
}

.book__form .Gradelevel .wpcf7-checkbox > span,
.book__form .Contactoption .wpcf7-checkbox > span {
	margin-left: 0;
	margin-right: 1em;
}

.book__form .wpcf7-checkbox-heading {
	margin-right: 1em;
}

.book__form.quote__form.contact__form form input[type=submit] {
	margin-left: auto;
}

.book__form .additional-container.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.book__form .additional-container.flex > .request-form-col:last-child {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.book__form .additional-container.flex > .request-form-col {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0;
	-moz-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
}

.book__form .additional-container.flex span.Comments {
	height: 100%;
}

.book__form form textarea {
	min-height: 100%;
}





/*/-------------------------
// Educators/Administrators
//-------------------------/*/

.preschool.preschool-bottom-shape .fl-row-content-wrap:after {
	background: url(../img/preschool-bottom-shape.svg) 0 100% / cover no-repeat;
	bottom: -70px;
	content: "";
	display: block;
	height: 75px;
	left: 0;
	position: absolute;
	width: 100%;
}

.download-overview-top-shape .fl-row-content-wrap:before {
	background: url(../img/download-overview-top-shape.svg) 0 0 / cover no-repeat;
	content: "";
	display: block;
	height: 25px;
	left: 0;
	position: absolute;
	top: -24px;
	width: 100%;
}



/*/-------------------------
// Resources
//-------------------------/*/

body.blog #fl-main-content {
	padding: 40px 0 0 0;
}

body.blog #fl-main-content > header,
body.blog #featured-resource {
	margin-bottom: 64px;
}

section > .container > header {
	margin-bottom: 32px;
}

body.blog #featured-resource article {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

body.blog #featured-resource article .image {
	padding-top: 56.25%;
	background-size: cover;
	background-position: center center;
}

body.blog #featured-resource article footer {
	margin: 32px -32px -32px -32px;
}

body.blog #optin {
	position: relative;
	margin: 128px 0 0 0;
	padding: 20px 0 60px 0;
	background: #4CA3EB;
}

body.blog #optin:before{
	content: ' ';
	display: block;
	height: 35px;
	left: 0;
	position: absolute;
	width: 100%;
}

body.blog #optin:before {
	background: url(../img/cta-bg-top-light-blue.svg) 0 0 / cover no-repeat;
	top: -34px;
}

/* body.blog #optin:after {
	background: url(../img/cta-bg-bottom-blue.svg) 0 0 / cover no-repeat;
	bottom: -23px;
} */

body.blog #optin .content {
	margin-bottom: 16px;
}

body.blog #optin .content > * {
	display: inline-block;
	vertical-align: middle;
}

body.blog #optin .content h3 {
	font-size: 22px;
	color: #fff;
}

body.blog #optin .content i {
	width: 57px;
	height: 106px;
	margin: 0 16px 16px 0;
	background: url('../img/icon-tips.svg') center center no-repeat;
}

body.blog #optin .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 16px;
}

body.blog #optin .gform_wrapper input[type="submit"] {
	padding: 16px;
	/* background: rgba(255, 255, 255, 0.25); */
}

/* body.blog #optin .gform_wrapper input[type="submit"]:hover {
	background: rgba(255, 255, 255, 0.35);
} */

body.blog .filters {
	display: flex;
	flex-wrap: wrap;
	margin: 20px -10px;
}

body.blog .filters .filter {
	flex: 0 0 calc(100% - 20px);
	margin: 10px;
}

body.blog .filters select {
  width: 100%;
  appearance: none;
  outline: 0;
  padding: 10px 26px;
  color: #21242c;
  background: #fff url(../img/arrow-select.svg) -webkit-calc(100% - 20px) 50% / 16px no-repeat;
  background: #fff url(../img/arrow-select.svg) -moz-calc(100% - 20px) 50% / 16px no-repeat;
  background: #fff url(../img/arrow-select.svg) calc(100% - 20px) 50% / 16px no-repeat;
  border: 0;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

body.blog #search {
	width: 100%;
  min-width: auto;
  padding: 0 15px;
	border-radius: 8px;
  height: 47px;
  line-height: 43px;
  font-size: 18px;
  color: #5b666f;
  background: #fff;
  background: #fff url(../img/search.png) calc(100% - 24px) 50% / 20px no-repeat;
	border: 2px solid rgba(91, 102, 111, 0.2);
  box-sizing: border-box;
}

body.blog #search::placeholder{
  color: #5b666f;
}

body.blog #all-resources > .container > footer {
	margin-top: 64px;
	text-align: center;
}

body.blog #load-more {
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
	color: #005AC8;
	transition: color .5s;
}

body.blog #load-more:hover {
	color: #4585d6;
}

body.blog #load-more.loading {
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.25;
  }
}

body.blog #load-more.loading i {
	animation: spin 2s linear infinite;
}

@keyframes spin {
	from {
			transform:rotate(0deg);
	}
	to {
			transform:rotate(360deg);
	}
}

body.blog .post-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: -10px;
}

body.blog .post-grid.loading {
	animation: blinker 1s linear infinite;
}

body.blog .post-grid article {
  flex: 0 0 calc(100% - 20px);
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 10px;
  background: #fff;
  border-radius: 10px;
	overflow: hidden;
}

body.blog article .image {
	position: relative;
	height: 0;
	padding-top: 56.25%;
	background-position: center center;
	background-size: cover;
}

body.blog article .image .cover-link {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

body.blog article .content {
	padding: 32px;
}

body.blog article .content header {
	margin-bottom: 16px;
}

body.blog article .content .resource-type {
	display: inline-block;
	margin-bottom: 16px;
	padding: 6px 12px;
	border-radius: 3px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	background: #f5f5f5;
}

body.blog article .content .resource-type i {
	margin-right: 4px;
}

body.blog article .content h2,
body.blog article .content h3 {
	margin: 0;
	font-size: 22px;
}

body.blog article .content p {
	font-size: 14px;
}

body.blog article footer {
	margin-top: auto;
}

body.blog article footer a {
	display: block;
	padding: 14px 15px;
	border-radius: 0 0 10px 10px;
	text-align: center;
	color: #fff;
	background: #005AC8;
	transition: background .5s;
}

body.blog article footer a:hover {
	background: #4585d6;
}

@media screen and (min-width: 680px){
	body.blog #featured-resource article {
		display: flex;
	}

	body.blog #featured-resource article .image {
		height: auto;
		padding: 0;
		flex: 0 0 50%;
	}

	body.blog #featured-resource article .content {
		padding: 64px;
	}

	body.blog #featured-resource article .content h2 {
		font-size: 36px;
	}

	body.blog #featured-resource article .content p {
		font-size: 18px;
	}

	body.blog #featured-resource article footer {
		margin: 32px 0 0 0;
	}

	body.blog #featured-resource article footer a {
		display: inline-block;
		padding: 20px 40px;
		border-radius: 40px;
	}

	body.blog #optin .gform_wrapper form {
		display: flex;
		align-items: flex-start;
	}

	body.blog #optin .gform_wrapper .gform_body {
		flex-grow: 1;
	}

	body.blog #optin .gform_wrapper .gform_footer {
		margin: 0 0 0 16px;
		padding: 0;
	}

	body.blog .filters .filter,
  body.blog .post-grid article {
    flex: 0 0 calc(50% - 20px);
  }
}

@media screen and (min-width: 1000px){
  body.blog .post-grid article {
    flex: 0 0 calc(33.33% - 20px);
  }
}

@media screen and (min-width: 1100px){
	body.blog #fl-main-content {
    /*padding: 180px 0 0 0;*/
  }
}

@media screen and (min-width: 1200px) {  
	body.blog .filters .filter,
  body.blog .post-grid article {
    flex: 0 0 calc(25% - 20px);
  }
}


/*/-------------------------
// Blog post
//-------------------------/*/

.single-post .fl-page {
	overflow-x: hidden !important;
}

.single-post .fl-content {
	margin-top: 92px;
}

.custom-post-back-to-all {
	margin-left: -webkit-calc(50% - 50vw);
	margin-left: -moz-calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding: 0 104px;
	width: 100vw;
}

.custom-post-back-to-all a {
	color: #5B666F;
	font-size: 22px;
	font-weight: 700;
}

.custom-post-back-to-all a:hover {
	opacity: 0.7;
}

.custom-post-back-to-all a svg {
	margin-right: 18px;
}

.single-post-template .fl-post-header {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
	margin-left: -webkit-calc(50% - 50vw);
	margin-left: -moz-calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	margin-top: -33px;
	width: 100vw;
}

.custom-post-info-container {
	width: 25%;
}

.custom-post-info-wrapper {
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-left: 104px;
	min-width: 626px;
	padding: 54px;
	position: relative;
}

.custom-post-info-wrapper:before,
.custom-post-info-wrapper:after {
	content: "";
	display: block;
	height: 25px;
	left: 0;
	position: absolute;
	width: 100%;
}

.custom-post-info-wrapper:before {
	background: url(../img/post-info-top-shape.svg) 0 100% / 100% no-repeat;
	top: -18px;
}

.custom-post-info-wrapper:after {
	background: url(../img/post-info-bottom-shape.svg) 0 0 / 100% no-repeat;
	bottom: -18px;
}

.custom-post-info-wrapper .fl-post-title {
	margin-bottom: 30px;
}

.custom-post-info-wrapper a {
	color: #5b666f;
}

.custom-post-info-wrapper a:hover {
	opacity: 0.7;
}

.custom-post-info-wrapper svg {
	margin: 0 3px;
}

.custom-post-meta {
	font-size: 18px;
	font-weight: 500;
}

.custom-post-image-container {
	width: 75%;
}

.custom-post-image-container .fl-post-thumb {
	margin-bottom: 0;
}

.custom-post-image-container img {
	-webkit-border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
	border-radius: 8px 0px 0px 8px;
	width: 100%;
}

.single-post p {
	margin-bottom: 0;
}
.single-post .single-post-template p,
.single-post p:first-child,
.single-post p + p {
	margin-bottom: 22px;
}

.single-post .fl-post-content {
	margin: 0 auto;
	max-width: 858px;
	padding: 40px;
}

.single-post .fl-post-content h2 {
	font-size: 32px;
	line-height: 1.4;
	letter-spacing: -1px;
}

.single-post .fl-post-content a:hover {
	opacity: 0.7;
}

.post-updates .fl-row-content-wrap,
.post-updates .fl-row-content {
	position: relative;
}

.post-updates .fl-row-content-wrap:before {
	background: url(../img/post-update-bg.svg) 50% 50% / 100% no-repeat;
	content: "";
	height: 418px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1072px;
}

.video-pop-up a {
	display: block;
	position: relative;
}

.video-pop-up a:before {
	background: url(../img/play-btn.svg) 50% 50% / cover no-repeat;
	content: "";
	height: 145px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
	width: 145px;
	z-index: 2;
}

.video-pop-up a:hover:before {
	opacity: 0.85;
}

.video-pop-up a img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

body:not(.single-sfwd-courses):not(.video-grid) .fl-page .wistia_click_to_play {
	height: auto !important;
	width: auto !important;
}

.custom-post-author-container {
	margin: 0 auto;
	max-width: 765px;
	padding-left: 25px;
	position: relative;
}

.custom-post-author-container:before,
.custom-post-author-container:after {
	content: "";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}

.custom-post-author-container:before {
	background: url(../img/post-author-top-shape.svg) 0 100% / 100% no-repeat;
	top: -18px;
}

.custom-post-author-container:after {
	background: url(../img/post-author-bottom-shape.svg) 0 0 / 100% no-repeat;
	bottom: -18px;
}

.custom-post-author-wrapper {
	margin-top: 80px;
	padding: 45px 50px;
	background-color: #fff;
}

.custom-post-author-wrapper .author {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.custom-post-author-wrapper .author + .author {
	margin-top: 80px;
}

.custom-post-author-wrapper:before {
	background: url(../img/post-author-left-shape.svg) 100% 0 / cover no-repeat;
	content: "";
	display: block;
	height: -webkit-calc(100% + 38px);
	height: -moz-calc(100% + 38px);
	height: calc(100% + 38px);
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
}

.custom-post-author-photo {
	position: relative;
	width: 120px;
}

.custom-post-author-photo img {
	margin: 0;
}

.custom-post-author-photo:before {
	background: url(../img/avatar_mask.png) 50% 50% / cover no-repeat;
	content: "";
	height: 122px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 122px;
}

.custom-post-author-content {
	padding-left: 60px;
	width: -webkit-calc(100% - 120px);
	width: -moz-calc(100% - 120px);
	width: calc(100% - 120px);
}

.custom-post-author-title {
	font-weight: 700;
	margin-bottom: 16px;
	margin-top: 0;
}

.single-post .fl-comments {
	margin: 120px auto 180px auto;
	max-width: 765px;
	padding: 0 25px;
}

.fl-comments-list ol li {
	padding-bottom: 40px;
}

.fl-comments-list ol li + li {
	border-top: 2px solid rgba(76, 80, 83, 0.15);
	padding-top: 20px;
}

.fl-comments-list .comment-meta {
	color: #21242c;
}

.fl-comments-list .comment-author-link {
	font-size: 19px;
	margin-left: 0;
	margin-right: 20px;
}

.fl-comments-list .comment-content {
	border: none;
	padding: 0;
}

.comment-edit-link {
	color: #5b666f;
	font-size: 16px;
	display: inline-block;
	margin-top: 20px;
}

.comment-edit-link:focus {
	color: #5b666f;
}

.fl-comments-list .comment-reply-link {
	color: #5b666f;
	font-size: 16px;
	margin-top: 35px;
	padding: 0;
	text-align: left;
}

.fl-comments-list a.comment-reply-link:before {
	content: url(../img/arrow-reply.svg);
	display: inline-block;
	height: 16px;
	margin-right: 15px;
	vertical-align: middle;
}

.comment-edit-link:hover,
.fl-comments-list .comment-reply-link a:hover {
	color: #5b666f;
	opacity: 0.7;
}

.fl-comment-form p a {
	color: #21242c;
	font-weight: 700;
}

.fl-comment-form p a:hover {
	opacity: 0.7;
}

.fl-comment-form label {
	color: #21242c;
	font-size: 16px;
	font-weight: 400;
}

.fl-comment-form input,
.fl-comment-form textarea {
	background-color: #fff;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #21242c;
	font-size: 19px;
	line-height: 20px;
	max-height: 200px;
	padding: 22px;
	resize: none;
}

.fl-comment-form input:focus,
.fl-comment-form textarea:focus {
	background-color: #fff;
}

.fl-comment-form input[type=submit] {
	-webkit-border-radius: 100px !important;
	-moz-border-radius: 100px !important;
	border-radius: 100px !important;
	margin-top: 20px;
	min-width: 250px;
	padding: 22px 26px;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.fl-comment-form input[type=submit]:active,
.fl-comment-form input[type=submit]:focus {
	background-color: #005ac8;
	top: 0 !important;
}

#cancel-comment-reply-link {
	color: #5b666f;
	font-size: 16px;
	margin-left: 20px;
}

#cancel-comment-reply-link:hover {
	color: #5b666f;
	opacity: 0.7;
}





/*/-------------------------
// Quote Form
//-------------------------/*/

.quote__form .name-container {
	margin-left: -32px;
}

.quote__form .name-container > span {
	float: left;
	padding-left: 32px;
	width: 33.33%;
}

.quote__form .additional-container > .request-form-col {
	float: left;
	margin-bottom: 0;
	width: 50%;
}

.quote__form .additional-container > .request-form-col:first-child {
	padding-right: 16px;
}

.quote__form .additional-container > .request-form-col:last-child {
	padding-left: 16px;
}

.quote__form .additional-container > .request-form-col > span {
	display: block;
}

.quote__form .additional-container > .request-form-col > span + small {
	display: block;
	line-height: 32px;
}

.quote__form .additional-container > .request-form-col > span + span {
	margin-top: 32px;
}

.quote__form .request-quote-product-quantity {
	font-size: 14px;
	padding: 10px 20px;
}

.quote__form .woocommerce ul.products li.product a img {
	border: none !important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.quote__form.contact__form form input[type=submit] {
	margin-left: 0;
	max-width: 200px;
}





/*/-------------------------
// 404
//-------------------------/*/

.fl-404 {
	padding: 100px 25px;
	padding-bottom: 150px;
}

.fl-404 .fl-post-header {
	margin: 0 auto;
	max-width: 900px;
}

.fl-404 .fl-post-header h2 {
	font-size: 64px;
	line-height: 1.4;
	margin-bottom: 60px;
}

.fl-404 form {
	max-width: 600px;
}

.fl-404 .fl-search-input {
	background-color: #fff;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #21242c;
	font-size: 19px;
	height: auto;
	line-height: 20px;
	padding: 26px 32px;
}

.fl-404 .fl-search-input:focus {
	background-color: #fff;
}





/*/-------------------------
// FAQ
//-------------------------/*/

.faq.fl-post-feed-post {
	background-color: #fff;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.faq.fl-post-feed-post .fl-post-text {
	padding: 22px 40px;
	position: relative;
}

.faq.fl-post-feed-post .fl-post-title {
	cursor: pointer;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.5em;
	margin-bottom: 0;
	padding-bottom: 0;
	-webkit-transition: color 0.4s ease-out;
	-o-transition: color 0.4s ease-out;
	-moz-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
}

.faq.fl-post-feed-post .fl-post-title:after {
	background: url(../img/plus.svg) 50% 50% / 100% no-repeat;
	content: "";
	height: 19px;
	position: absolute;
	right: 11px;
	top: 24px;
	-webkit-transition: transform 0.4s ease-out;
	-o-transition: transform 0.4s ease-out;
	-moz-transition: transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
	width: 18px;
}

.faq.fl-post-feed-post .fl-post-title.active,
.faq.fl-post-feed-post .fl-post-title:hover {
	color: #005ac8;
}

.faq.fl-post-feed-post .fl-post-title.active:after {
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}

.faq.fl-post-feed-post .fl-post-excerpt {
	display: none;
	padding-bottom: 28px;
	padding-top: 55px;
}

.faq.fl-post-feed-post .fl-post-excerpt p + p {
	margin-top: 60px;
}

.faq.fl-post-feed-post .fl-post-excerpt p a {
	text-decoration: underline;
}

.faq.fl-post-feed-post .fl-post-excerpt p a:hover {
	opacity: 0.7;
}

.faq.fl-post-feed-post .fl-post-excerpt p:last-child {
	margin-bottom: 0;
}

.fl-full-width .faq-archive.container {
	max-width: 1280px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.faq-archive .row {
	margin: 0;
}

.faq-archive .fl-content,
.fl-builder .faq-search.container.fl-content-full .fl-content {
	margin-bottom: 120px;
	margin-top: 0;
	padding: 0;
}

.faq-archive .fl-post-feed {
	margin-top: 65px;
	padding-left: 40px;
	padding-right: 40px;
}

.faq-archive .fl-post-feed-post {
	margin-bottom: 32px;
}

.faq-archive .fl-post-text .fl-post-excerpt * {
	padding: 0 !important;
}

.fl-builder .faq-search.container.fl-content-full {
	margin-left: auto;
	margin-right: auto;
}





/*/-------------------------
// myHeggerty
//-------------------------/*/

.image-card-wide-left .fl-col-group,
.image-card-wide-right .fl-col-group {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.image-card__descr-shapes .fl-col-content {
	position: relative;
}

.image-card__descr-shapes .fl-col-content:before,
.image-card__descr-shapes .fl-col-content:after {
	content: "";
	display: block;
	height: 25px;
	left: 0;
	position: absolute;
	width: 100%;
}

.image-card__descr-shapes .fl-col-content:before {
	background: url(../img/image-card-top-shape.svg) 0 100% / 100% no-repeat;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	top: -16px;
}

.image-card__descr-shapes .fl-col-content:after {
	background: url(../img/image-card-bottom-shape.svg) 0 0 / 100% no-repeat;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	bottom: -16px;
}

.subscribe-to-heggerty .fl-cta-button .fl-button {
	min-width: 305px;
}

.subscribe-to-heggerty-bottom-shape .fl-row-content-wrap,
.subscribe-to-heggerty-top-shape .fl-row-content-wrap {
	position: relative;
}

.subscribe-to-heggerty-bottom-shape .fl-row-content-wrap:before,
.subscribe-to-heggerty-top-shape .fl-row-content-wrap:after {
	content: "";
	display: block;
	height: 25px;
	left: 0;
	position: absolute;
	width: 100%;
}

.subscribe-to-heggerty-bottom-shape .fl-row-content-wrap:before {
	background: url(../img/subscribe-to-heggerty-top-shape.svg) 0 0 / 100% no-repeat;
	top: -16px;
}

.subscribe-to-heggerty-bottom-shape .fl-row-content-wrap:after {
	background: url(../img/subscribe-to-heggerty-bottom-shape.svg) 0 100% / 100% no-repeat;
	bottom: -16px;
}

.courses-btn a{
	margin-right:15px;
}


/*/-------------------------
// Shop
//-------------------------/*/

.post-type-archive-product.woocommerce .woocommerce-message{	
  border: 2px solid #f58832;	
}

.post-type-archive-product .container,
.tax-product_cat .container,
.woocommerce-cart .container {
	max-width: 1280px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.post-type-archive-product .container > .row,
.tax-product_cat .container > .row,
.woocommerce-cart .container > .row {
	margin: 0;
}

.post-type-archive-product .container .fl-content,
.tax-product_cat .container .fl-content,
.woocommerce-cart .container .fl-content {
	margin-bottom: 130px;
	margin-top: 88px;
	padding-left: 40px;
	padding-right: 40px;
/* 	display: flex;
	flex-wrap: wrap; */
	justify-content: space-between;
}

.woocommerce-products-header {
	margin-bottom: 25px;
	flex: 0 0 100%;
}

.woocommerce-products-header__title {
	margin: 0;
}

.woocommerce-categories {
	float: left;
	list-style: none;
	margin-bottom: 16px;
	max-width: -webkit-calc(100% - 305px);
	max-width: -moz-calc(100% - 305px);
	max-width: calc(100% - 305px);
	padding: 0;
}

.woocommerce-product-category-page {
	display: inline-block;
	margin-bottom: 12px;
	margin-right: 12px;
}

.woocommerce-product-category-page h2 {
	font-size: 19px;
	font-weight: 400;
	margin: 0;
}

.woocommerce-product-category-page h2 a {
	background-color: #fff;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
	display: block;
	letter-spacing: 0;
	padding: 14px 34px;
}

.woocommerce-product-category-page.all-categories h2 a:not(.non-active),
.woocommerce-product-category-page h2 a.active,
.woocommerce-product-category-page h2 a:hover {
	background-color: #005ac8;
	color: #fff;
}

.woocommerce-filters {
	float: none;
	list-style: none;
	margin-bottom: 16px;
	max-width: -webkit-calc(100% - 305px);
	max-width: -moz-calc(100% - 305px);
	max-width: calc(100% - 505px);
	padding: 0;
	position: absolute;
	top: 13px;
	left: 272px;
}

.woocommerce-product-category-page h2 a:focus {
	color: #21242c;
}

.woocommerce-product-category-page h2 a:focus:hover {
	color: #fff;
}

.woocommerce .woocommerce-ordering {
	position: absolute;
	text-align: right;
	margin-top: 20px;
	right: 0;
}

.woocommerce-ordering select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	padding: 5px 10px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	background: none;
	border: 0;
}

.woocommerce-ordering:after {
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 6px;
	right: 0px;
	font-weight: 900;
	background-image: url(../img/angle-down-thin.svg);
	background-size: 100% auto;
	content: "";
}

.post-type-archive-product ul.products,
.tax-product_cat ul.products,
.single-product.woocommerce ul.products {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.post-type-archive-product ul.products.columns-3 li.product,
.tax-product_cat ul.products.columns-3 li.product,
.single-product.woocommerce ul.products.columns-3 li.product {
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 66px;
	margin-left: 0;
	margin-right: 80px;
	text-align: left;
	width: 28.85%;
}

.woocommerce ul.products li.product {
  overflow: hidden;
	text-align: left !important;
  background: #fff;
}

.woocommerce ul.products li.product .custom-product-banner,
.woocommerce ul.products li.product.pre-order-item > a.woocommerce-loop-product__link:before {
  transform: rotate(-45deg);
  content: 'Pre-Order';
  display: block;
  position: absolute;
  left: -53px;
  top: 30px;
  width: 206px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #005ac8;
  background: #fff;
}

.woocommerce ul.products li.product.pre-order-item > a.woocommerce-loop-product__link:before {
  color: #fff;
  background: #4DC483;
}

.post-type-archive-product ul.products li.product a img,
.tax-product_cat ul.products li.product a img,
.single-product.woocommerce ul.products li.product a img {
  margin: 0;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	border: none !important;
}

.post-type-archive-product .products .product-loop-item-categories,
.tax-product_cat .products .product-loop-item-categories,
.single-product.woocommerce .products .product-loop-item-categories {
	margin-bottom: 14px;
	padding-left: 34px;
	padding-right: 34px;
}

.woocommerce .products ul,
.woocommerce ul.products {
	margin-bottom: 14px;
}

.woocommerce .products .star-rating{
  margin: -20px 0px 0px auto;
/*    position: absolute;
   right: 10px;
   margin-top: 5px;
   margin-bottom: 0; */
}


/**
** Fixing position of loading indicator in ajax add to cart button
*/
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
  top: 50%;
  margin-top: -9px;
}


/**
** Fixing product display on quote page
*/

.ak-bb-request-products .woocommerce ul.products li.product {
  background: transparent;
}

.ak-bb-request-products .woocommerce ul.products li.product .cart {
  display: none;
}

.ak-bb-request-products .woocommerce ul.products li.product .woocommerce-loop-product__title{
  margin-bottom: 0;
}

.ak-bb-request-products .woocommerce .products .star-rating{
  position: absolute;
  bottom: 105px;
  right: 0px;
}

/*
.ak-bb-request-products .woocommerce ul.products li.product .price{
  position: absolute;
  bottom: 60px;
}
*/

.post-type-archive-product .product-loop-item-categories li a,
.tax-product_cat .product-loop-item-categories li a,
.single-product.woocommerce .product-loop-item-categories li a,
.woocommerce .product-loop-item-categories li a {
	background-color: #f0f0f0;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
	color: #21242c;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.1em;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 12px 20px;
	text-align: center;
}

.post-type-archive-product .product-loop-item-categories li a:hover,
.tax-product_cat .product-loop-item-categories li a:hover,
.single-product.woocommerce .product-loop-item-categories li a:hover {
	background-color: #f5f5f5 !important;
}

.woocommerce .product-loop-item-categories li a:hover {
	background-color: #fff;
}

.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
.post-type-archive-product ul.products li.product p,
.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
.single-product.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.5;
	color: #21242c;
}

/*Made this change so that the title does not clash with the stars*/
.post-type-archive-product ul.products li.product .woocommerce-loop-product__title{
/*   width: 70%; */
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
  font-size: 22px;
}

.woocommerce ul.products li.product.featured .woocommerce-loop-product__title {
  font-size: 28px;
}

.woocommerce ul.products li.product .content > *:not(.price):not(.availability_date) {
  margin-bottom: 20px;
}

.woocommerce ul.products li.product:not(.featured) .content p,
.woocommerce ul.products li.product:not(.featured) .content ul {
  font-size: 14px;
  color: #666;
}

.post-type-archive-product ul.products li.product .price,
.tax-product_cat ul.products li.product .price,
.single-product.woocommerce ul.products li.product .price {
	display: block;
	font-size: 19px;
  text-decoration: none;
}

.post-type-archive-product ul.products li.product .availability_date,
.tax-product_cat ul.products li.product .availability_date,
.single-product.woocommerce ul.products li.product .availability_date {
  margin-top: 20px;
  font-size: 14px;
}

.woocommerce-Price-amount.amount bdi, .woocommerce ul.products li.product a, .woocommerce .product .price ins, .woocommerce-page .product .price ins{
  text-decoration: none;
}

/*
.woocommerce ul.products li.product .price del{
  display: none;
}
*/

.woocommerce ul.products li.product .price del bdi {
  font-weight: normal;
}

.woocommerce ul.products li.product .price .from {
  display: none;
}

.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale, .woocommerce span.onsale, .woocommerce-page span.onsale{
  transform: rotate(-45deg);
  right: auto;  
  left: -53px;
  top: 30px;
  width: 206px;
  height: 45px;
  line-height: 43px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  background: #005ac8;
}

.woocommerce ul.products li.product.product-type-bundle .onsale {
  display: none;
}

.post-type-archive-product ul.products li.product a.button,
.tax-product_cat ul.products li.product a.button,
.single-product.woocommerce ul.products li.product a.button {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 40px;
	margin-top: 0;
	min-width: 132px;
	padding: 12px 6px;
	text-align: center;
}

.post-type-archive-product ul.products li.product a.button:nth-last-child(2),
.tax-product_cat ul.products li.product a.button:nth-last-child(2),
.single-product.woocommerce ul.products li.product a.button:nth-last-child(2) {
	background-color: transparent;
	border: 2px solid #005ac8;
	color: #005ac8;
	float: right;
	margin-left: 8px;
	margin-right: 34px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.post-type-archive-product ul.products li.product a.button:nth-last-child(1),
.tax-product_cat ul.products li.product a.button:nth-last-child(1),
.single-product.woocommerce ul.products li.product a.button:nth-last-child(1) {
	float: left;
	margin-left: 34px;
}

.post-type-archive-product ul.products li.product a.button:nth-last-child(2):hover,
.tax-product_cat ul.products li.product a.button:nth-last-child(2):hover,
.single-product.woocommerce ul.products li.product a.button:nth-last-child(2):hover {
	background-color: #005ac8;
	color: #fff;
}

.post-type-archive-product ul.products li.product .woocommerce-loop-product__link + a.button,
.tax-product_cat ul.products li.product .woocommerce-loop-product__link + a.button,
.single-product.woocommerce ul.products li.product .woocommerce-loop-product__link + a.button {
	/*margin-left: 34px;*/
  position: absolute;
  width: 100%;
  float: none;
  margin-left: 0px;
  background: #005ac8;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
	border: none;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-right: 5px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li span {
	min-height: 32px;
	min-width: 32px;
}

.woocommerce.tax-product_cat .add_to_cart_button,
.woocommerce-page.tax-product_cat .add_to_cart_button {
	display: inline-block;
}

.woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce div.product p.price, .woocommerce div.bundled_product span.price {
	color: #5b666f;
	font-size: 1.25em;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del{
/*   display: none; */
   font-weight: normal !important;
}

.single-product.woocommerce .single-product-price-container span.bundled_sub_price_html{
  font-weight: bold;
}

.single-product.woocommerce div.product h4.bundled_product_title{
  font-size: 26px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0;
}
.single-product.woocommerce div.product:not(.product-type-bundle) form.cart, .single-product.woocommerce-page div.product:not(.product-type-bundle) form.cart, .single-product.woocommerce div.product.product-type-bundle form.cart>.cart{
  background-color: #fff;
  -webkit-border-radius: 41px;
  -moz-border-radius: 41px;
  border-radius: 41px;
  margin-bottom: 0;
  margin-top: 52px;
  padding: 40px;
}

.single-product.woocommerce div.product.product-type-bundle form.cart>.bundled_product{
  background-color: #fff;
  margin: 0;
  padding: 40px;
}

.single-product.woocommerce div.product.product-type-bundle form.cart>.bundled_product:first-of-type{
  border-radius: 41px 41px 0 0;
}

.single-product.woocommerce div.product.product-type-bundle form.cart>.bundled_product:nth-last-child(2){
  border-radius: 0 0 41px 41px;
}

.single-product.woocommerce div.bundled_product div.cart{
  padding: 0px;
}

.woocommerce form.cart .bundled_product .cart .variations abbr.required,
.woocommerce form.cart .bundled_product .cart .variations .reset_bundled_variations_fixed {
  display: none;
}



/*/-------------------------
// Product page
//-------------------------/*/

.single-product .container {
	max-width: 1280px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.single-product .container > .row {
	margin: 0;
}

.single-product .container .fl-content {
	margin: 0;
	padding: 80px 0;
}

.single-product.woocommerce div.type-product {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.single-product.woocommerce div.product.video-gallery{
  flex-direction: row-reverse;  
}

.single-product.woocommerce div.product.video-gallery .entry-summary{
  padding-right: 30px;
}

.single-product.woocommerce div.product div.summary,
.single-product.woocommerce-page div.product div.summary {
	float: none;
	margin-bottom: 0;
	width: 55%;
}

.custom-single-product-back-btn {
	color: #21242c;
	font-size: 22px;
	font-weight: 700;
}

.custom-single-product-back-btn > * {
	display: inline-block;
	vertical-align: middle;
}

.custom-single-product-back-btn > svg {
	margin-right: 15px;
}

.custom-single-product-back-btn > span {
	line-height: 1em;
}

.custom-single-product-back-btn:hover,
.custom-single-product-back-btn:focus {
	color: #21242c;
	opacity: 0.7;
}

.single-product.woocommerce div.product .product_title {
	font-size: 32px;
	margin-bottom: 44px;
	margin-top: 30px;
}

.single-product.woocommerce div.product .product_title + .availability_date {
  display: block;
  margin: -30px 0 30px;
  font-size: 1.2em;
  color: #005ac8;
}

.single-product .woobt-quantity .quantity{
	display: block !important;
}

/*.single-product.woocommerce div.product p.price {
	display: none;
}*/

.custom-product-description {
	margin-bottom: 65px;
}

body:not(.fl-builder-edit) .custom-product-description div {
	padding: 0 !important;
	padding-right: 1px!important;
}

.custom-product-slider__wrapper {
	margin-left: 70px;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	position: relative;
	width: -webkit-calc(45% - 70px);
	width: -moz-calc(45% - 70px);
	width: calc(45% - 70px);
}

.custom-product-slider__container {
	-webkit-box-shadow: 8px 8px 38px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 8px 8px 38px rgba(0, 0, 0, 0.2);
	box-shadow: 8px 8px 38px rgba(0, 0, 0, 0.2);
	position: static;
}

.custom-product-slider__item {
	display: block !important;
}

.custom-product-slider__container .slick-arrow {
	bottom: 0;
	cursor: pointer;
	line-height: 1em;
	position: absolute;
	right: 0;
	-webkit-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
	z-index: 2;
}

.custom-product-slider__container .slick-arrow.slick-prev {
	bottom: -2px;
	right: 91px;
}

.custom-product-slider__container .slick-arrow:hover {
	opacity: 0.7;
}

.zoom-note {
	font-size: 16px;
	margin-top: 26px;
}

.zoom-note > * {
	display: inline-block;
	vertical-align: middle;
}

.zoom-note svg {
	margin-left: 16px;
}

.single-product .woobt-wrap {
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 22px 30px;
}

.custom-product-addon-heading {
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 25px;
	margin-top: 0;
}

.single-product .woobt-products {
	border: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.single-product .woobt-products .woobt-product {
	border: none;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: row !important;
	-moz-box-orient: horizontal !important;
	-moz-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	padding: 0 !important;
	text-align: left !important;
	width: 100%;
}

.single-product .woobt-products .woobt-product + .woobt-product {
	margin-top: 16px;
}

.woobt-product-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100%;
	width: 100%;
}

.single-product .woobt-products .woobt-product .woobt-thumb {
	min-width: 112px;
}

.single-product .woobt-products .woobt-product .woobt-thumb .woobt-thumb-ori {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100%;
}

.single-product .woobt-products .woobt-product .woobt-thumb img {
	display: none;
	height: 0;
	width: 0;
}

.woobt-info-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid rgba(91, 102, 111, 0.2);
	border-left: none;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-moz-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 16px;
	padding: 16px 19px;
}

.single-product .woobt-products .woobt-product .woobt-title a {
	color: #21242c;
	line-height: 1.5;
}

.single-product .woobt-products .woobt-product .woobt-title a:hover {
	opacity: 0.7;
}

.single-product .woobt-products .woobt-product .woobt-price {
	max-width: 100%;
	text-align: left;
	width: auto;
}

.single-product .woobt-wrap .woobt-total {
	color: #21242c;
	font-size: 16px;
	margin: 0;
	padding-top: 15px;
	text-align: right;
}

.single-product .woobt-products .woobt-product .woobt-checkbox {
	display: none !important;
	height: 0 !important;
	opacity: 0 !important;
	visibility: hidden !important;
	width: 0 !important;
}

.single-product .woobt-products .woobt-product .woobt-label {
	border: 2px solid #dee0e2;
	cursor: pointer;
	display: block;
	height: 24px;
	margin: 0;
	-webkit-transition: background-color 0.4s ease-out, border-color 0.4s ease-out;
	-o-transition: background-color 0.4s ease-out, border-color 0.4s ease-out;
	-moz-transition: background-color 0.4s ease-out, border-color 0.4s ease-out;
	transition: background-color 0.4s ease-out, border-color 0.4s ease-out;
	width: 24px;
}

.single-product .woobt-products .woobt-product .woobt-checkbox:checked + label {
	background: #27ae60 url(../img/checked-white.svg) 50% 50% / 18px no-repeat;
	border-color: #27ae60;
}

.single-product .woobt-products .woobt-product > div {
	-webkit-flex-basis: auto !important;
	-ms-flex-preferred-size: auto !important;
	flex-basis: auto !important;
	padding: 0 !important;
}

.single-product .woobt-products .woobt-product > div.woobt-product-container {
	width: 100% !important;
}

.single-product .woobt-products .woobt-product .woobt-choose {
	line-height: normal;
	padding-right: 25px !important;
}

.single-product .woobt-text {
	color: #21242c;
	font-size: 16px;
	margin-bottom: 10px;
}

.single-product .woobt-text.woobt-after-text {
	margin-top: 20px;
}

.single-product .woobt-products .woobt-product .woobt-quantity {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-left: 12px;
	text-align: left;
	width: auto;
}

.single-product .woobt-products .woobt-product.woobt-hide .woobt-quantity * {
	opacity: 0.7;
}

.single-product .woobt-products .woobt-product .woobt-quantity .custom-cart-arrow:hover {
	opacity: 0.7;
}

.single-product .woobt-products .woobt-product .woobt-quantity input.qty {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	display: inline-block;
}

.single-product .woobt-products .woobt-product .woobt-quantity input.qty::-webkit-inner-spin-button,
.single-product .woobt-products .woobt-product .woobt-quantity input.qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.single-product.woocommerce div.product form.cart,
.single-product.woocommerce-page div.product form.cart {
	/*background-color: #fff;*/
	-webkit-border-radius: 41px;
	-moz-border-radius: 41px;
	border-radius: 41px;
	margin-bottom: 2em;
	margin-top: 52px;
	/*padding: 40px;*/
}

.single-product.woocommerce div.product form.cart div.quantity {
	background-color: #fff;
	border: 2px solid rgba(91, 102, 111, 0.2);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*padding: 21px 24px;*/
  padding: 17px 24px;
	text-align: center;
	width: auto !important;
}

.single-product.woocommerce div.product form.cart div.quantity label {
	display: none;
}

.single-product.woocommerce div.product form.cart div.quantity > * {
	display: inline-block;
	vertical-align: middle;
}

.single-product.woocommerce div.product form.cart div.quantity span {
  cursor: pointer;
	line-height: 1em;
	-webkit-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

.single-product.woocommerce div.product form.cart div.quantity span.step-up{
  /*top: 9px;*/
}

.single-product.woocommerce div.product form.cart div.quantity span.step-down{
  /*top: 22px;*/
}


.single-product.woocommerce div.product form.cart div.quantity span:hover {
	opacity: 0.7;
}

.single-product.woocommerce div.product form.cart div.quantity span svg {
	display: block;
}

.single-product.woocommerce div.product form.cart div.quantity input {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	background-color: #fff !important;
	border: none;
	color: #21242c;
	font-size: 22px;
	height: auto;
	line-height: 1em;
	padding: 0;
	width: 80px;
}

.single-product.woocommerce div.product form.cart div.quantity input::-webkit-inner-spin-button,
.single-product.woocommerce div.product form.cart div.quantity input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.single-product.woocommerce div.product form.cart div.quantity .custom-cart-arrows {
	display: none !important;
}

.single-product.woocommerce div.product form.cart .button {
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
	/*font-size: 16px;*/
  font-size: 20px;
	font-weight: 400;
	min-width: 230px;
	/*padding: 23px 20px;*/
  padding: 20px 20px;
	text-align: center;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.single_add_to_cart_button.button.group_wrapper_visible{
  margin-top: 35px;
}

/* .single-product.woocommerce div.product form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .button.group_wrapper_visible, .single-product.woocommerce div.product.product_cat-professional-development form.cart .button.group_wrapper_visible, .single-product.woocommerce div.product.product_cat-digital form.cart .button.group_wrapper_visible{
  margin-top: 35px;  
}
 */
.single-product.woocommerce div.product form.cart .button.single_add_to_cart_button {
	margin-right: 17px;
}

.single-product.woocommerce div.product form.cart a.button {
	background-color: #21242c;
}

.single-product.woocommerce div.product form.cart a.button:hover {
	opacity: 0.7;
}

.woocommerce-product-details__short-description {
	display: none;
}

.single-product .cart .ldgr_group_name,
.single-product .cart .wdm_group_registration,
.single-product .cart .wdm-enroll-me-div {
	color: #21242c;
	font-size: 16px;
	margin-bottom: 20px;
	width: 100%;
}

.single-product .cart .ldgr_group_name label,
.single-product .cart .wdm_group_registration label,
.single-product .cart .wdm-enroll-me-div label {
	cursor: pointer;
}

.single-product .cart .wdm-enroll-me-div label {
	margin-bottom: 0;
}

.single-product .cart .wdm-enroll-me-div img {
	cursor: pointer;
	height: 30px;
	width: 30px;
}

.single-product.woocommerce form.cart div.ldgr_group_name {
	margin: 40px 0;
}

.single-product form.cart div.ldgr_group_name input {
	background-color: #fff;
	padding-bottom: 12px;
	padding-top: 12px;
}

.single-product .wdm_group_registration input[type="radio"],
.single-product .cart .wdm-enroll-me-div input[type="checkbox"] {
	cursor: pointer;
}

.custom-product-tabs-wrapper,
.single-product.woocommerce .upsells.products,
.single-product.woocommerce .related.products {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	-moz-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-moz-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: 100%;
}

.custom-product-tabs-wrapper,
.single-product.woocommerce .summary + .upsells.products,
.single-product.woocommerce .summary + .related.products {
	margin-top: 80px;
}

.custom-product-tabs-wrapper .upsells.products > h2,
.custom-product-tabs-wrapper .related.products > h2,
.custom-product-tabs-wrapper .upsells.products {
	display: none;
}

.custom-product-tabs h4,
.upsells.products > h2,
.related.products > h2 {
	color: #005ac8;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0;
	margin-top: 0;
	text-transform: uppercase;
}

.single-product.woocommerce .upsells.products .cart{
  flex-wrap: nowrap;
}

.single-product.woocommerce .upsells.products .cart .quantity{
  display: block!important;
  width: auto!important;
  min-width: 0px;
}

.single-product.woocommerce .upsells.products .cart a.button.add_to_cart_button{
  float: none;
  margin-left: 0px;
}

.custom-product-tabs {
	margin-bottom: 20px;
}

.custom-product-tabs h4 {
	display: inline-block;
	margin-right: 32px;
	vertical-align: middle;
}

.custom-product-tabs h4 a {
	color: #21242c;
}

.custom-product-tabs h4 a.active,
.custom-product-tabs h4 a:hover {
	color: #005ac8;
}

#wcj-currency-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/arrow-select.svg) -webkit-calc(100% - 20px) 50% / 16px no-repeat;
	background: url(../img/arrow-select.svg) -moz-calc(100% - 20px) 50% / 16px no-repeat;
	background: url(../img/arrow-select.svg) calc(100% - 20px) 50% / 16px no-repeat;
	background-color: #fff;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #21242c;
	cursor: pointer;
	font-size: 19px;
	line-height: 19px;
	margin-bottom: 20px;
	padding: 18px 20px;
	padding-right: 45px;
}

#wcj-currency-select:focus {
	outline: none;
}

.custom_ldgr_group_field {
	display: none;
}

.single-product.woocommerce .wdm_ld_group_block + .wdm_ld_group_block {
	margin-top: 20px;
}

.single-product.woocommerce .wdm_ld_group_block input {
	display: none !important;
	height: 0 !important;
	visibility: hidden !important;
	width: 0 !important;
}

.single-product.woocommerce .wdm_ld_group_block label {
	display: block;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
	padding-left: 35px;
	position: relative;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.single-product.woocommerce .wdm_ld_group_block label:before {
	background-color: #c4c4c4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	display: block;
	height: 18px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 18px;
}

.WinOS.single-product.woocommerce .wdm_ld_group_block label:before {
	top: 7px;
}

.single-product.woocommerce .wdm_ld_group_block input:checked + label:before {
	background-color: #005ac8;
}

.single-product.woocommerce .wdm_ld_group_block label:hover {
	opacity: 0.7;
}

.single-product.woocommerce .wdm_ld_group_block span {
	display: block;
	padding-left: 35px;
	opacity: 0.5;
}

.custom_ld_group_wrapper {
	margin-top: 50px;
	width: 100%;
}

.bundle_button .custom_ld_group_wrapper {
  margin-top: 35px;
}

.custom_ld_group_wrapper .custom_ldgr_group_field {
	float: left;
	margin-bottom: 20px !important;
	margin-top: -32px !important;
	max-width: 420px;
	width: -webkit-calc(100% - 170px) !important;
	width: -moz-calc(100% - 170px) !important;
	width: calc(100% - 170px) !important;
}

.WinOS .custom_ld_group_wrapper .custom_ldgr_group_field {
	margin-top: -31px !important;
}

.custom_ld_group_wrapper .custom_ldgr_group_field label {
	color: #21242c;
	font-size: 16px;
}

.custom_ld_group_wrapper .custom_ldgr_group_field input {
	background-color: #fff;
	border: 2px solid rgba(91, 102, 111, 0.2);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #21242c;
	font-size: 22px;
  height: 66px;
	line-height: 1.2em;
	padding: 18px 24px !important;
}

.single-product .cart .wdm-enroll-me-div {
	margin-top: 35px;
  margin-bottom: 20px;
}


.single-product.woocommerce div.product form.cart .custom_ld_group_wrapper div.quantity {
	line-height: 25px;
	margin-bottom: 20px;
	overflow: visible;
	position: relative;
}

.WinOS.single-product.woocommerce div.product form.cart .custom_ld_group_wrapper div.quantity {
	line-height: 1.5;
}

.single-product.woocommerce div.product form.cart .wdm_enroll_me_help_text {
  display: block;
  width: 100%;
  /*padding-left: 18px;*/
  padding-left: 35px;
  opacity: 0.5;
}
.single-product.woocommerce div.product form.cart .custom_ld_group_wrapper div.quantity:before {
	color: #21242c;
	content: "Users";
	font-size: 16px;
	font-weight: 700;
	left: 0;
	position: absolute;
	top: -31px;
}


/*/-------------------------
// Cart
//-------------------------/*/

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
	background-color: #fff;
  padding-left: 1em;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #21242c;
	font-size: 16px;
	font-weight: 400;
}

.woocommerce .woocommerce-message a.button,
.woocommerce-page .woocommerce-message a.button {
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
	padding: 11px 30px;
}

.woocommerce .cart-empty.woocommerce-info {
	background: transparent;
	border: none;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
  display: none;
}

.woocommerce .return-to-shop a.button {
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
	min-width: 220px;
	padding: 22px 20px;
	text-align: center;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	background: #fff;
	border: none;
  margin-bottom: 0;
}

.woocommerce table.shop_table thead th,
.woocommerce-page table.shop_table thead th, .woocommerce table.shop_table.woocommerce-MyAccount-orders thead th {
	border: none;
	font-size: 16px;
	color: #21242c;
}

.woocommerce table.shop_table th, .woocommerce-page table.shop_table th, .woocommerce table.shop_table td, .woocommerce-page table.shop_table td{
  border-color: #dcdcdc !important;
  padding: 18px 10px;
}

.woocommerce table.shop_table.my_account_tracking td,
.woocommerce table.shop_table.my_account_tracking thead th{
	border: none !important;
}
.woocommerce table.shop_table.my_account_tracking td{
	border-top: 1px solid #e4e4e4 !important;
}
.woocommerce-MyAccount-content .woocommerce-customer-details address,
.woocommerce-MyAccount-content .woocommerce-order-overview.order_details{
	background-color: #fff;
	border: none;
}
.woocommerce-MyAccount-content mark{
	background-color: transparent;
}

.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
	font-size: 16px;
}

.woocommerce a.remove:hover {
	color: red !important;
	background-color: transparent;
	opacity: 0.7;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 150px;
}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
	border: none;
	color: #21242c;
}

.woocommerce-cart .woocommerce-cart-form .coupon ~ .checkout-button{	
  margin-top: 10px;	
  display: inline-block !important;	
}

.woocommerce-page table.cart td.actions {
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}

.woocommerce-page table.cart td.actions .coupon .input-text {
	border: none;
	height: auto;
	margin-right: 15px;
	padding-bottom: 14px;
	padding-top: 14px;
  width: 200px;
}

.woocommerce-page table.cart td.actions .coupon .button {
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
	min-width: 180px;
	padding: 11px 20px;
	text-align: center;
	-webkit-transition: background-color 0.4s ease-out;
	-o-transition: background-color 0.4s ease-out;
	-moz-transition: background-color 0.4s ease-out;
	transition: background-color 0.4s ease-out;
}

.woocommerce-page table.cart td.actions .button:disabled[name="update_cart"],	
.woocommerce-page table.cart td.actions button[name="update_cart"],	
.woocommerce-cart .woocommerce-message a.button.wc-forward,	
.woocommerce-page table.cart td.actions .coupon .button{	
  background: white;	
  color: #005ac8;	
  border: 2px solid #005ac8;	
}

.woocommerce table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
	min-width: 180px;
	padding-bottom: 11px;
	padding-top: 11px;
	-webkit-transition: background-color 0.4s ease-out;
	-o-transition: background-color 0.4s ease-out;
	-moz-transition: background-color 0.4s ease-out;
	transition: background-color 0.4s ease-out;
}

.woocommerce table.cart td.actions .button:disabled,
.woocommerce-page table.cart td.actions .button:disabled {
	background-color: #005ac8;
	color: #fff;
}

.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
	color: #21242c;
	font-size: 16px;
}

.woocommerce-cart .cart-collaterals .cart_totals table .order-total > *,
.woocommerce-checkout .cart-collaterals .cart_totals table .order-total > * {
	border: none;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin-left: auto;
	max-width: 280px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{	
  margin-bottom: 0;	
  padding: 11px 34px;	
  display: inline-block;	
  float: right;	
}

.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
	background-color: #fff !important;
	padding: 10px;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color: #fff;
}

.cart-subtotal th {
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}

.cart-subtotal td {
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}

.order-total th {
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}

.order-total td {
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}

.woocommerce button[name="calc_shipping"] {
	-webkit-border-radius: 100px !important;
	-moz-border-radius: 100px !important;
	border-radius: 100px !important;
	font-size: 16px !important;
	padding: 6px 20px;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

#calc_shipping_postcode,
#calc_shipping_city,
#calc_shipping_state_field .select2-container--default .select2-selection--single,
#calc_shipping_country_field .select2-container--default .select2-selection--single,
.woocommerce-cart .select2-dropdown,
#calc_shipping_state {
	border: 2px solid #e5e5e5;
}

#calc_shipping_postcode:focus,
#calc_shipping_city:focus {
	background-color: #fff !important;
}

#calc_shipping_state_field .select2-container--default .select2-selection--single .select2-selection__rendered,
#calc_shipping_country_field .select2-container--default .select2-selection--single .select2-selection__rendered {
	text-align: left;
}

.woocommerce table.shop_table_responsive tr td:before,
.woocommerce-page table.shop_table_responsive tr td:before {
	color: #21242c;
}

.woocommerce-cart-form .quantity input.qty,
.custom-cart-arrows {
	display: inline-block;
	vertical-align: middle;
}

.woocommerce-cart-form .quantity input.qty {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	margin-right: 5px;
}

.woocommerce-cart-form .quantity input.qty::-webkit-inner-spin-button,
.woocommerce-cart-form .quantity input.qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.custom-cart-arrow {
	cursor: pointer;
	display: block;
	line-height: normal;
	padding: 4px;
	-webkit-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

.custom-cart-arrow:hover {
	opacity: 0.7;
}

.woocommerce table.shop_table_responsive tr td .custom-cart-arrow,
.woocommerce-page table.shop_table_responsive tr td .custom-cart-arrow {
	-ms-text-align-last: auto !important;
	text-align: left !important;
}

.woocommerce ul#shipping_method li label,
.woocommerce-page ul#shipping_method li label {
	margin-left: 0;
}

.woocommerce-cart .cart-collaterals {
  background: white;	
  padding: 36px 10px 0 10px;	
  border-bottom-right-radius: 8px;	
  border-bottom-left-radius: 8px;	
  position: relative;
}

.woocommerce-cart .cart-collaterals .cross-sells {
	max-width: 526px;
  background: #f5f5f5;
  margin-left: -10px;
  padding: 15px 15px 10px 10px;
  border-top-right-radius: 8px;
  border-bottom: 1px solid #f5f5f5;
}

.woocommerce-cart .cart-collaterals h2 {
  position: relative;	
	margin-bottom: 18px;
	margin-top: 0;
}

.woocommerce .cart-collaterals h2, .woocommerce-page .cart-collaterals h2{
  font-size: 18px;
}

.woocommerce-cart .cart-collaterals ul.products {
	display: block;
  margin: 0px;
  padding-top: 0;
}

.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
  float: none !important;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0!important;
	margin-bottom: 16px!important;
	max-width: 100%!important;
	padding-right: 35px!important;
  padding-bottom: 0px;
	width: 100%!important;
}

.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product .cart {
  position: relative;
}

.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product .cart .quantity {
  display: none;
}

@media (min-width: 800px){
  .woocommerce ul.products li.product.first, .woocommerce-page ul.products li.product.first, .woocommerce .related ul.products li.product.first, .woocommerce-page .related ul.products li.product.first, .woocommerce .upsells.products ul.products li.product.first, .woocommerce-page .upsells.products ul.products li.product.first, .woocommerce[class*=columns-] ul.products li.product.first, .woocommerce-page[class*=columns-] ul.products li.product.first {
    clear: both;
  }
}

.cross-sells-item-thumb {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100%;
	min-width: 112px;
}

.cross-sells-item-info-wrap {
  position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-moz-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 16px 19px;
}

.woocommerce .cart-collaterals .products .star-rating{	
  right: 15px;	
}

.woocommerce-cart .cart-collaterals ul.products li.product .woocommerce-loop-product__title,
.woocommerce-cart .cart-collaterals ul.products li.product .price {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	padding: 0;
  min-height: auto;
}

/*
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price, .woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce div.product .stock, .woocommerce-page div.product .stock{
  color: #5b666f;
}
*/

.woocommerce-cart .cross-sells ul.products li.product a.button, .woocommerce-cart .cross-sells ul.products li.product a.button.add_to_cart_button {
	position: relative!important;
  padding: 0px;
  width: auto!important;
  text-align: right!important;
  -webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	background-color: transparent !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #005ac8 !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	min-width: 105px;
	text-decoration: underline !important;
}

.woocommerce-cart ul.products li.product a.button:hover {
	opacity: 0.7;
}

@media screen and (min-width: 481px){	
  	
  .woocommerce .cart-collaterals .products .star-rating{	
    left: 100%;	
    margin-left: 10px;	
    top: 50%;	
  }	
  	
}	
@media screen and (min-width: 961px){	
  	
  .woocommerce-cart .cart-collaterals .cross-sells::before{	
    content: "";	
    position: absolute;	
    height: calc(100% - 45px);	
    width: 48%;	
    max-width: calc(526px + 10px);	
    background: #f5f5f5;	
    top: 45px;	
    left: -10px;	
  }	
  	
  	
}	





/*/-------------------------
// Checkout
//-------------------------/*/

.woocommerce-checkout .woocommerce-info {
	background-color: #fff;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #21242c;
	font-size: 16px;
	font-weight: 400;
}

.woocommerce-checkout .woocommerce-info a:hover {
	opacity: 0.7;
}

.woocommerce-checkout .woocommerce form .form-row input.input-text,
.woocommerce-checkout .woocommerce form .form-row .input-text {
	background-color: #fff;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #21242c;
	font-size: 19px;
	line-height: 22px;
	height: auto;
	padding: 15px 20px;
}

.woocommerce-checkout .woocommerce-error{	
  width: 100%;	
}

.woocommerce-checkout .woocommerce form .form-row .input-text {
	height: 200px;
	resize: none;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
	background: #fff url(../img/arrow-select.svg) -webkit-calc(100% - 20px) 50% / 16px no-repeat;
	background: #fff url(../img/arrow-select.svg) -moz-calc(100% - 20px) 50% / 16px no-repeat;
	background: #fff url(../img/arrow-select.svg) calc(100% - 20px) 50% / 16px no-repeat;
	border: none;
	height: auto;
	outline: none;
	padding: 16px 20px;
	padding-right: 35px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1.1em;
	padding: 0;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}

.woocommerce-checkout .select2-dropdown {
	border: none;
}

.woocommerce-checkout div.woocommerce h2{
	font-family: 'Roboto', sans-serif;
	font-size: 48px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 75px;
}

.woocommerce-checkout div.woocommerce .wc_checkout_login_form_heading{
	margin-bottom: 30px;
}

.woocommerce-checkout div.woocommerce .wc_checkout_login_form_heading h3{
	font-size: 32px;
	font-family: 'Roboto', sans-serif;
	margin-top: 0;
	color: #000;
	margin-bottom: 16px;
	line-height: 1.2;
}

.woocommerce-checkout div.woocommerce .wc_checkout_login_form_heading p{
	font-family: 'Roboto', sans-serif;
	color: #000;
}

#ship-to-different-address {
	color: #5b666f;
	font-size: 16px;
}

#ship-to-different-address label {
	cursor: pointer;
}

#ship-to-different-address input {
	position: relative;
  margin-left: 0;
	margin-right: 10px;
}

.woocommerce-checkout .woocommerce-additional-fields {	
  margin-top: 20px;	
}

.woocommerce-checkout .woocommerce #order_review,
.woocommerce-checkout .woocommerce-page #order_review {
	background-color: transparent;
	padding: 0;
}

.woocommerce-checkout .cart-subtotal td,
.woocommerce-checkout .cart-subtotal th {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce #payment,
.woocommerce-page #payment {
	background-color: #fff;
	border: none;
}

.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
	content: none;
	display: none;
}

.woocommerce-privacy-policy-text a:hover {
	opacity: 0.7;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	max-width: 180px;
	min-width: 180px;
	padding: 12px 20px;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.af_quote_form {
	max-width: 740px;
}

.af_quote_form > .form_row {
	display: inline-block;
	width: -webkit-calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: calc(50% - 10px);
}

.af_quote_form > .form_row:nth-child(2n-3) {
	margin-right: 20px;
}

.af_quote_form > .form_row:nth-last-child(-n+3) {
	margin-right: 0;
	max-width: 100%;
	width: 100%;
}

.af_quote_form > .form_row:last-child {
	margin-top: 25px;
}

.af_quote_form .form_row .form_row_input {
	width: 100%;
}

.af_quote_form .form_row textarea.form_row_input {
	resize: none;
}

.af_quote_form .form_row label {
	display: none;
}

#ak_tax_exempt-description {
  display: block;
}



/*/-------------------------
// Account
//-------------------------/*/
.woocommerce .woocommerce-MyAccount-navigation ul, .woocommerce-page .woocommerce-MyAccount-navigation ul{
    list-style-type: none;
    margin-bottom: 30px;
    padding-left: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li{
  list-style-type: none;
  border-top: 1px solid #e6e6e6;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
	display: block;
  padding: 10px 0;
  font-size: 20px;
	font-weight: 500;
	padding-left: 10px;
	padding-right: 10px;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-content a:hover {
	opacity: 0.7;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
	font-weight: 700;
}

.woocommerce .woocommerce-MyAccount-content .myaccount-btn a {
	background-color: #005ac8;
	color: #fff;
	display: inline-block;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	line-height: 1.1em;
	margin-top: 25px;
	padding: 14px 34px;
}

.woocommerce .woocommerce-MyAccount-content .myaccount-btn a:hover {
	background-color: #4585d6;
	opacity: 1;
}

.woocommerce .woocommerce-MyAccount-content .learndash-wrapper .ld-profile-summary {
	display: none;
}

.woocommerce .woocommerce-MyAccount-content .learndash-wrapper .ld-item-list {
	margin-top: 0;
}

.woocommerce .woocommerce-MyAccount-content h3 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 25px;
	margin-top: 0;
}

.woocommerce .woocommerce-MyAccount-content .learndash-wrapper .ld-item-list .ld-section-heading h2 {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 22px;
	margin-top: 30px;
}

.woocommerce .woocommerce-MyAccount-content .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button {
	display: none;
}

.woocommerce .woocommerce-MyAccount-content .learndash-wrapper .ld-item-list .ld-item-list-item {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.woocommerce .woocommerce-MyAccount-content .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
	margin-top: 2px;
}

.woocommerce .woocommerce-MyAccount-content .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
	color: #000;
	font-size: 20px;
	font-weight: 500;
}

.woocommerce .woocommerce-MyAccount-content hr {
	display: none;
}

.woocommerce .woocommerce-MyAccount-content .learndash-wrapper .ld-expand-button.ld-compact,
.woocommerce .woocommerce-MyAccount-content .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon {
	background-color: transparent !important;
	color: #005ac8;
}

.woocommerce .woocommerce-MyAccount-content .learndash-wrapper .ld-expand-button.ld-compact .ld-icon {
	font-size: 12px;
}

.woocommerce .woocommerce-MyAccount-content .learndash-wrapper .ld-expand-button.ld-compact .ld-icon.ld-icon-arrow-down:before {
	content: "\e915";
}

.woocommerce .woocommerce-MyAccount-content .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
	padding-bottom: 26px;
	padding-top: 26px;
}

#customer_login_container h2 {
	font-size: 32px;
	text-align: left;
}

#customer_login_container .woocommerce-privacy-policy-text{	
  font-size: 15px;	
}	

#customer_login_container label[for=mailchimp_woocommerce_newsletter]{	
  line-height: inherit;	
}	

#customer_login_container .mailchimp-newsletter{	
  margin-top: 30px;	
}

#customer_login_container #customer_login > * {
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 650px;
}

/*
#customer_login_container #customer_login > .col-2 {
	display: none;
}
*/

#customer_login_container .woocommerce-form {
	background-color: #fff;
	border: none;
}

#customer_login_container .woocommerce-form .form-row input.input-text {
	background-color: #fff;
	border: 2px solid #e5e5e5;
	font-size: 19px;
	height: auto;
	line-height: 1.1em;
	padding: 14px 20px;
}

#customer_login_container .woocommerce-form .show-password-input {
	top: 0.8em;
}

#customer_login_container .woocommerce-form button.button {
	-webkit-border-radius: 100px;	
	-moz-border-radius: 100px;	
	border-radius: 100px;	
	line-height: 1.5;	
	max-width: 100%;	
	min-width: 180px;	
  width: 100%;	
	padding: 12px 20px;	
  margin: 10px 0 15px 0;	
	-webkit-transition: all 0.4s ease-out;	
	-o-transition: all 0.4s ease-out;	
	-moz-transition: all 0.4s ease-out;	
	transition: all 0.4s ease-out;
}

.lost_password a + a {
	margin-left: 10px;
}

.lost_password a:hover {
	opacity: 0.7;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	margin-top: 9px;
}

.woocommerce .woocommerce-orders-table__cell-order-actions a.button {
	margin-bottom: 12px;
	margin-right: 12px;
}





/*/-------------------------
// My Groups
//-------------------------/*/

.page-id-11578 .fl-content {
	margin: 70px 0;
}

#wdm_search_submit div.ldgr-group-settings-wrap {
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	top: 0;
	right: 0;
}

img.ldgr-group-settings-icon:hover {
	opacity: 0.6;
}

#wdm_search_submit .wdm-select-wrapper-content,
#wdm_search_submit .ldgr-group-actions {
	background-color: #fff;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #151820;
	padding: 20px 15px;
}

.woocommerce .woocommerce-MyAccount-content #wdm_search_submit .wdm-select-wrapper-content h3,
#wdm_search_submit .wdm-select-wrapper-content h3 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 0;
}

#wdm_search_submit .wdm-select-wrapper-content select,
#wdm_search_submit #wdm_ldgr_course_id {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(../img/arrow-select.svg) -webkit-calc(100% - 20px) 50% / 16px no-repeat;
	background: #fff url(../img/arrow-select.svg) -moz-calc(100% - 20px) 50% / 16px no-repeat;
	background: #fff url(../img/arrow-select.svg) calc(100% - 20px) 50% / 16px no-repeat;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #e5e5e5;
	color: #151820;
	cursor: pointer;
	font-size: 16px;
	height: auto;
	min-height: 52px;
	outline: none;
	padding: 12px 20px;
	padding-right: 37px;
}

#wdm_search_submit .ldgr-group-actions label,
#wdm_search_submit #wdm_group_filter label {
	color: #5b666f;
	font-size: 19px;
	line-height: 2;
}

#wdm_search_submit input[type="text"],
#wdm_search_submit input[type="search"],
#wdm_search_submit input[type="email"] {
	background-color: #fff;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #21242c;
	font-size: 19px;
	line-height: 22px;
	height: auto;
	padding: 15px 20px;
}

#wdm_search_submit .ldgr-group-actions input,
#wdm_search_submit input[type="search"],
#wdm_search_submit input[type="email"],
#wdm_search_submit table input[type="text"],
#wdm_search_submit tabe input[type="email"] {
	border: 2px solid #e5e5e5;
	padding-bottom: 13px;
	padding-top: 13px;
}

#wdm_search_submit button,
#wdm_search_submit input[type="button"],
.woocommerce #wdm_search_submit a.button,
.woocommerce-page #wdm_search_submit a.button,
#wdm_search_submit input[type="submit"],
#wdm_search_submit a.button {
	border: none;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	font-size: 19px;
	line-height: 1.1em;
	padding: 12px 25px;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

#ldgr-update-group-details:hover {
	background-color: #4585d6;
}

#wdm_search_submit .wdm_group_course_detail {
	background-color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#wdm_search_submit p.wdm_course_list_title {
	background-color: #005ac8;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.1em;
	padding: 20px 15px;
}

#wdm_search_submit .wdm_group_course_detail ul {
	margin: 0;
	max-width: 100%;
	padding: 0;
}

#wdm_search_submit .wdm_group_course_detail li {
	font-size: 19px;
	padding: 15px;
}

#wdm_search_submit a.ldgr-add-new-users {
	bottom: -30px;
}

#wdm_search_submit .wdm-tabs-wrapper {
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#wdm_search_submit .wdm-tabs-wrapper .tab-content,
#wdm_search_submit .wdm-tab-content {
	background-color: transparent;
}

#wdm_search_submit .wdm-tabs-inner-links {
	background-color: #005ac8;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}

#wdm_search_submit .wdm-tabs-wrapper ul.tabs {
	border: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
	min-width: 360px;
}

#wdm_search_submit .wdm-tabs-wrapper ul.tabs li a {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

#wdm_search_submit #wdm-border-bottom {
	background-color: #fff;
}

#wdm_search_submit .dataTables_wrapper .dataTables_filter input {
	margin-left: 0;
}

#wdm_search_submit table {
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	font-family: "Shape", Verdana, Arial, sans-serif !important;
	width: 100%;
}

#wdm_search_submit table th,
#wdm_search_submit table td {
	padding: 15px !important;
}

#wdm_search_submit table th {
	background-color: #005ac8 !important;
}

#wdm_search_submit table tr td p:last-child {
	margin-bottom: 0;
}

#wdm_search_submit table td input[type="checkbox"],
#wdm_search_submit table th input[type="checkbox"] {
	margin-top: 0;
}

#wdm_search_submit td.ldgr-actions a.button {
	display: inline-block;
	margin: 6px 0;
	padding: 10px 20px;
}

#wdm_search_submit #wdm_group_info,
#wdm_search_submit #wdm_group_paginate {
	font-size: 12px;
}

#wdm_search_submit .dataTables_paginate .paginate_button {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#wdm_search_submit .dataTables_paginate .paginate_button.disabled {
	pointer-events: none;
}

#wdm_search_submit .dataTables_paginate .paginate_button:hover,
#wdm_search_submit .dataTables_paginate .paginate_button:active,
#wdm_search_submit .dataTables_paginate .paginate_button:focus {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #005ac8 !important;
	opacity: 1;
}

#wdm_search_submit .dataTables_paginate .paginate_button.current {
	color: #005ac8 !important;
}

#wdm_search_submit div#wdm_group_length select {
	margin-left: 0;
}

#wdm_search_submit .dataTables_length {
	font-size: 12px;
}

#wdm_search_submit table input[type="text"],
#wdm_search_submit tabe input[type="email"] {
	padding: 10px 15px;
}

#wdm_search_submit #wdm-clear {
	text-align: center;
}

#wdm_search_submit #wdm-clear a {
	display: inline-block;
	padding: 0;
	vertical-align: middle;
}

#wdm_search_submit #wdm-clear a.wdm-add-user-btn,
#wdm_search_submit #wdm-clear a.wdm_remove_add_user {
	margin-right: 8px;
}

#wdm_search_submit #wdm-clear .wdm_clear_data {
	float: none;
	margin-right: 0;
}

#wdm_search_submit #wdm-clear a.wdm_remove_add_user {
	margin-bottom: 2px;
}

#wdm_search_submit #tab-add-user,
#wdm_search_submit #tab-upload-csv {
	padding: 0;
}

#wdm_search_submit ul.wdm-adduser-tabs {
	border: none;
	margin-right: 0;
}

#wdm_search_submit .wdm-tab-link a {
	color: #fff;
	font-weight: 600;
}

#wdm_search_submit .wdm-tab-link.current {
	background-color: transparent;
}

#wdm_search_submit .wdm-tab-link a {
	border: 2px solid #005ac8;
	color: #005ac8;
	display: block;
	font-size: 18px;
	padding-bottom: 7px;
	padding-top: 7px;
}

#wdm_search_submit .wdm-tab-link a:hover {
	opacity: 0.7;
}

#wdm_search_submit .wdm-tab-link[data-tab="tab-add-user"] a {
	-webkit-border-top-left-radius: 100px;
	-moz-border-radius-topleft: 100px;
	border-top-left-radius: 100px;
	-webkit-border-bottom-left-radius: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-bottom-left-radius: 100px;
	border-right: none;
}

#wdm_search_submit .wdm-tab-link[data-tab="tab-upload-csv"] a {
	border: 2px solid #005ac8;
	border-left: none;
	-webkit-border-top-right-radius: 100px;
	-moz-border-radius-topright: 100px;
	border-top-right-radius: 100px;
	-webkit-border-bottom-right-radius: 100px;
	-moz-border-radius-bottomright: 100px;
	border-bottom-right-radius: 100px;
	color: #005ac8;
}

#wdm_search_submit .wdm-tab-link.current a {
	background-color: #005ac8;
	color: #fff;
}

#wdm_search_submit .wdm-tab-link.current a:hover {
	color: #fff;
}

#wdm_search_submit .wdm-tab-link span.dashicons {
	margin-top: 2px;
}

#wdm_search_submit .wdm-upload-handler label[for="uploadcsv"] {
	background-color: #005ac8;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.1em;
	padding: 12px 25px;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

#wdm_search_submit .wdm-upload-handler label[for="uploadcsv"]:hover {
	background-color: #4585d6;
}

#wdm_search_submit #ldgr-upload-file-info,
#wdm_search_submit .wdm-download-csv {
	font-size: 14px;
}

#wdm_search_submit #wdm_ldgr_group_report th {
	color: #fff;
}

#wdm_search_submit #wdm_ldgr_group_report thead th,
#wdm_search_submit #wdm_ldgr_group_report thead td {
	border-bottom: none;
}

#wdm_search_submit #wdm_ldgr_group_report .learndash_profile_quizzes>div>div {
	padding: 5px 12px;
}

#wdm_search_submit #tab-3 {
	padding: 20px;
}

/*/-------------------------
// Responsive
//-------------------------/*/

@media screen and (max-width: 1420px) {
	.fl-builder-content .footer-bottom__subscribe {
		width: 100% !important;
	}
	
	.footer-bottom__subscribe {
		margin-bottom: 20px;
	}
	
	.footer-bottom__subscribe .fl-col-content > * {
		margin-left: auto;
		margin-right: auto;
		max-width: 500px;
	}
	
	.footer-bottom__nav-col {
		width: 20%;
	}
	
	.footer-bottom__nav-col.footer-bottom__nav-col-has-sub {
		width: 24%;
	}
	
	.footer-bottom__nav__sub-menu {
		padding-right: 15px;
	}
	
	.footer-bottom__social {
		-webkit-box-flex: 0 !important;
		-webkit-flex: 0 1 auto !important;
		-moz-box-flex: 0 !important;
		-ms-flex: 0 1 auto !important;
		flex: 0 1 auto !important;
		width: auto !important;
	}
	
	.footer-bottom__copy {
		width: auto !important;
	}
	
	.сurriculums .fl-col-content .fl-heading a {
		padding: 35px;
	}
	
	.webinar .fl-row-content-wrap:before,
	.subscribe-to-heggerty-bottom-shape .fl-row-content-wrap:before {
		background-position: 0 100%;
	}
	
	.webinar .fl-row-content-wrap:after,
	.subscribe-to-heggerty-bottom-shape .fl-row-content-wrap:after {
		background-position: 0 0;
	}
	
	.video-pop-up a:before {
		height: 130px;
		width: 130px;
	}
}

@media screen and (max-width: 1279px) {
	.post-type-archive-product ul.products.columns-3 li.product,
	.tax-product_cat ul.products.columns-3 li.product,
	.single-product.woocommerce ul.products.columns-3 li.product {
		margin-right: 3.8%;
		width: 30.75%;
	}
}

@media screen and (max-width: 1275px) {
	#wdm_search_submit #tab-3 .wdm-select-wrapper h6 {
		margin-bottom: 20px;
		margin-right: 0;
	}
	
	#wdm_search_submit #tab-3 #wdm_ldgr_show_report {
		width: auto;
	}
}

@media screen and (max-width: 1270px) {
	.wordcontainer {
		padding: 65px 35px;
	}
	
	.wordcontainer__wrapper-demand .wp-block-column:not(:first-child) {
		margin-left: 20px;
	}
	
	.wordcontainer-demand {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.custom-product-slider__wrapper {
		margin-left: 0;
		margin-top: 70px;
		max-width: 600px;
		width: 100%;
	}
}

@media screen and (max-width: 1200px) {	
	.post-type-archive-product ul.products li.product a.button,
	.tax-product_cat ul.products li.product a.button,
	.single-product.woocommerce ul.products li.product a.button {
		min-width: auto;
		padding-left: 12px;
		padding-right: 12px;
	}
	
	.post-type-archive-product ul.products li.product a.button:nth-last-child(2),
	.tax-product_cat ul.products li.product a.button:nth-last-child(2),
	.single-product.woocommerce ul.products li.product a.button:nth-last-child(2) {
		margin-right: 20px;
	}
	
	.post-type-archive-product ul.products li.product a.button:nth-last-child(1),
	.tax-product_cat ul.products li.product a.button:nth-last-child(1),
	.single-product.woocommerce ul.products li.product a.button:nth-last-child(1) {
		margin-left: 20px;
	}
}

@media screen and (max-width: 1100px) {
	.fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-sticky) {
		position: relative;
	}
	
	.logo {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.fl-builder-content .logo,
	.fl-builder-content .primary-menu {
		width: auto !important;
	}
	
	.primary-menu {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.fl-builder-content .primary-menu {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-moz-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	
	.primary-menu nav {
		line-height: 1em;
	}
	
	.primary-menu .menu > li > a {
		padding-bottom: 0;
		padding-top: 0;
	}
	
	.secondary-menu__nav .menu li a {
		padding-bottom: 20px;
	}
	
	.primary-menu .menu li:last-child a,
	.secondary-menu__nav .menu li:last-child a {
		padding-right: 0;
	}
	
	.ak-wistia-lightbox-photo-container a::before,
	.image-card__img-video .fl-photo-content > a:before {
		height: 100px;
		width: 100px;
	}
	
	.fl-module-testimonials .fl-testimonials-wrap:before {
		left: -20px;
		top: -130px;
	}
	
	.testimonial_info {
		padding-right: 0;
	}
	
	body:not(.fl-builder-edit) .intro-banner .type_scroll_down a {
		bottom: 40px;
	}
	
	.fl-module-rich-text .fl-rich-text > ul li {
		padding-left: 30px;
	}
	
	.submitting-form input, .fl-module-subscribe-form.submitting-form .fl-subscribe-form .fl-form-field input {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	
	.fl-accordion-content:after {
		left: 40px;
		width: -webkit-calc(100% - 80px);
		width: -moz-calc(100% - 80px);
		width: calc(100% - 80px);
	}
	
	.contact__form form input,
	.contact__form form select,
	.contact__form form textarea,
	.fl-404 .fl-search-input {
		padding: 22px;
	}
	
	.contact__form form select {
		background-position: -webkit-calc(100% - 22px) 50%;
		background-position: -moz-calc(100% - 22px) 50%;
		background-position: calc(100% - 22px) 50%;
		padding-right: 52px;
	}
	
	.contact__form form .SubscribeState label .wpcf7-list-item-label:before {
		height: 26px;
		width: 26px;
	}
	
	.contact__form form input[type=submit] {
		max-width: 220px;
	}
	
	.blog-header {
		margin-top: 80px;
	}
	
	.blog-list .fl-post-column:nth-last-child(3) .blog-item {
		margin-bottom: 64px;
	}
	
	.blog-list .fl-post-column:nth-last-child(-n+2) .blog-item {
		margin-bottom: 0;
	}
	
	.blog-updates .fl-form-button,
	.post-updates .fl-form-button {
		max-width: 180px;
	}
	
	.post-updates .fl-form-button {
		font-size: 17px !important;
	}
	
	.fl-builder-content .fl-builder-pagination-load-more a.fl-button {
		min-width: 200px;
		padding-bottom: 21px;
		padding-top: 21px;
	}
	
	.fl-builder-pagination-load-more {
		padding-top: 0;
	}
	
	.custom-post-back-to-all {
		padding: 0 60px;
	}
	
	.custom-post-info-wrapper {
		margin-left: 60px;
	}
	
	.video-pop-up a:before {
		height: 100px;
		width: 100px;
	}
	
	.custom-post-search .fl-content {
		margin-bottom: 60px;
		margin-top: 80px;
	}
	
	.custom-post-search .fl-post-column {
		width: 50%;
	}
	
	.custom-post-search .fl-post-column:nth-child(3n + 1) {
		clear: none;
	}
	
	.custom-post-search .fl-post-column:nth-child(2n + 1) {
		clear: both;
	}
	
	.faq.fl-post-feed-post .fl-post-text {
		padding-bottom: 18px;
		padding-left: 22px;
		padding-top: 18px;
	}
	
	.faq.fl-post-feed-post .fl-post-title:after {
		top: 20px;
	}
	
	.subscribe-to-heggerty .fl-cta-button .fl-button {
		font-size: 19px !important;
		min-width: 240px;
	}
	
	.ak-wistia-lightbox-button-container .ak-watch-button {
		padding: 19px 38px;
	}
		
	body.ld-in-focus-mode.admin-bar {
		padding-top: 0;
	}
	
	.single-product.woocommerce div.product form.cart div.quantity {
		padding-bottom: 16px;
		padding-top: 16px;
	}
	
	.single-product.woocommerce div.product form.cart .button {
		min-width: 200px;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	
	.custom-single-product-back-btn {
		font-size: 20px;
	}
	
	.woocommerce .return-to-shop a.button {
		min-width: 200px;
		padding-bottom: 18px;
		padding-top: 18px;
	}
	
	.custom_ld_group_wrapper .custom_ldgr_group_field input {
		padding: 16.5px 24px !important;
	}
	
	.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
		padding-right: 19px;
	}
}

@media screen and (max-width: 1099px) {
	.fl-404 .fl-post-header h2 {
		font-size: 54px;
	}
}

@media screen and (max-width: 1024px) {
	.post-type-archive ul.products.columns-3 li.product,
	.tax-product_cat ul.products.columns-3 li.product,
	.single-product.woocommerce ul.products.columns-3 li.product {
		max-width: 100%;
		margin-right: 3.8% !important;
		width: 48%;
	}
	
	.post-type-archive ul.products.columns-3 li.product:nth-child(2n),
	.tax-product_cat ul.products.columns-3 li.product:nth-child(2n),
	.single-product.woocommerce ul.products.columns-3 li.product:nth-child(2n) {
		margin-right: 0 !important;
	}
	
	#wdm_search_submit .wdm-select-wrapper-content {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.woocommerce .woocommerce-MyAccount-content #wdm_search_submit .wdm-select-wrapper-content h3,
	#wdm_search_submit .wdm-select-wrapper-content h3 {
		margin-bottom: 20px;
	}
	
	#wdm_search_submit .wdm-select-wrapper-content select {
		width: 100%;
	}
}

@media screen and (max-width: 1000px) {
	.wordcontainer__wrapper-demand {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-moz-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.wordcontainer__wrapper-demand .wp-block-column:not(:first-child) {
		margin-left: 0;
	}
	
	.wordcontainer__wrapper-demand .wp-block-column {
		-webkit-flex-basis: -webkit-calc(50% - 10px) !important;
		-ms-flex-preferred-size: calc(50% - 10px) !important;
		flex-basis: -moz-calc(50% - 10px) !important;
		flex-basis: calc(50% - 10px) !important;
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-moz-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		margin-bottom: 20px;
	}
	
	.wordcontainer-demand {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.wordcontainer-demand .wp-block-buttons .wp-block-button__link {
		max-width: 200px;
	}
}

@media screen and (max-width: 960px) {
	.footer-bottom .fl-col:first-child {
		width: 100%;
	}
	
	.footer-bottom__nav-col-has-sub > .fl-col-content {
		padding-left: 0;
	}
	
	.footer-bottom__nav-col {
		width: 25%;
	}
	
	.single-post-template .fl-post-header {
		margin-top: 30px;
	}
	
	.custom-post-back-to-all {
		padding: 0 40px;
	}
	
	.custom-post-info-wrapper {
		margin-left: 40px;
	}
	
	.wordcontainer__wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.wordcontainer__wrapper .wp-block-column {
		-webkit-flex-basis: -webkit-calc(50% - 10px) !important;
		-ms-flex-preferred-size: calc(50% - 10px) !important;
		flex-basis: -moz-calc(50% - 10px) !important;
		flex-basis: calc(50% - 10px) !important;
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-moz-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		margin-bottom: 20px;
	}
	
	.wordcontainer__wrapper .wp-block-column:not(:first-child) {
		margin-left: 0;
	}
	
	.wordcontainer__wrapper .wp-block-column:nth-child(2n) {
		margin-left: 20px;
	}
	
	.woocommerce-cart .cart-collaterals .cross-sells {
    float: none;	
		margin-bottom: 70px;	
		width: calc(100% + 36px);	
    max-width: calc(100% + 36px);
	}
	
	.woocommerce-cart .cart-collaterals .cart_totals {
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.primary-menu .fl-menu-mobile-toggle {
		padding: 0;
	}
	
	.primary-menu + .fl-menu-mobile-clone {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-moz-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.primary-menu + .fl-menu-mobile-clone .menu {
		margin-bottom: 15px;
	}
	
	.primary-menu + .fl-menu-mobile-clone .menu a {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	.primary-menu + .fl-menu-mobile-clone .menu > .menu-item > .sub-menu > .menu-item {
		margin-top: 0;
	}
	
	.primary-menu + .fl-menu-mobile-clone .sub-menu .menu-item-has-children > .sub-menu .menu-item a {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
	.secondary-menu__nav .fl-menu .menu > li {
		display: inline-block;
	}
	
	.secondary-menu__nav .menu li a {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	
	.image-card:not(.image-card-wide-left):not(.image-card-wide-right) {
		max-width: 600px !important;
	}
	
	.ak-wistia-lightbox-photo-container a::before,
	.image-card__img-video .fl-photo-content > a:before {
		left: 50%;
		top: -webkit-calc(50% - 37px);
		top: -moz-calc(50% - 37px);
		top: calc(50% - 37px);
	}
	
	.image-card-wide .ak-wistia-lightbox-photo-container a::before,
	.image-card-wide .image-card__img-video .fl-photo-content > a:before {
		left: 50%;
	}
	
	.fl-testimonials-wrap.compact .fl-slider-prev,
	.fl-testimonials-wrap.compact .fl-slider-next {
		bottom: 160px;
	}
	
	.fl-module-post-grid {
		overflow-x: hidden;
	}
	
	.fl-module-post-grid .fl-post-grid {
		margin-left: -30px;
		margin-right: -30px;
	}
	
	.fl-module-post-grid .fl-post-column {
		padding-left: 30px;
		padding-right: 30px;
		width: 50%;
	}
	
	.fl-module-post-grid .fl-post-column:nth-child(1n + 1) {
		clear: none;
	}
	
	.сurriculums .fl-col-content .fl-heading a {
		padding: 20px;
	}
	
	.implementation__item {
		max-width: 400px !important;
	}
	
	.submitting-form input, .fl-module-subscribe-form.submitting-form .fl-subscribe-form .fl-form-field input {
		padding-bottom: 18px;
		padding-top: 18px;
	}
	
	.fl-accordion-content:after {
		left: 30px;
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: calc(100% - 60px);
	}
	
	.fl-builder-content .specialist__item {
		max-width: 400px;
		width: 100% !important;
	}
	
	.fl-builder-content .course-info-training {
		max-width: 500px;
	}
	
	.blog-header,
	.filters-container,
	.faq-archive .fl-post-feed {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.blog-list {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.blog-list .fl-post-column:nth-child(2n+3) {
		clear: left;
	}
	
	.fl-builder-content .fl-builder-pagination-load-more a.fl-button {
		min-width: 180px;
		padding-bottom: 19px;
		padding-top: 19px;
	}
	
	.single-post .fl-content {
		padding-left: 0;
		padding-right: 0;
	}
	
	.custom-post-back-to-all {
		padding: 0 20px;
	}
	
	.single-post-template .fl-post-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-moz-box-orient: vertical;
		-moz-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.custom-post-image-container {
		padding: 0 20px;
		width: 100%;
	}
	
	.custom-post-image-container img {
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	
	.custom-post-info-container {
		width: 100%;
	}
	
	.custom-post-info-wrapper {
		margin: 0 40px;
		margin-top: -54px;
		min-width: auto;
	}
	
	.custom-post-info-wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.custom-post-back-to-all a {
		font-size: 18px;
	}
	
	.custom-post-back-to-all a > * {
		vertical-align: middle;
	}
	
	.post-updates .fl-row-content-wrap:before {
		background-size: cover;
		height: 100%;
		width: 100vw;
	}
	
	.custom-post-author-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.custom-post-author-content {
		padding-left: 40px;
	}
	
	.single-post .fl-comments {
		padding: 0 15px;
	}
	
	.fl-404 {
		padding-bottom: 100px;
		padding-left: 0;
		padding-right: 0;
	}
	
	.fl-full-width .custom-post-search.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.custom-post-search .blog-list {
		margin-top: 45px;
		padding-left: 0;
		padding-right: 0;
	}
	
	.ak-wistia-lightbox-button-container .ak-watch-button {
		padding: 17px 38px;
	}
	
	.post-type-archive-product .container .fl-content,
	.tax-product_cat .container .fl-content,
	.single-product .container .fl-content,
	.woocommerce-cart .container .fl-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.woocommerce-product-category-page h2 a,
	.woocommerce-ordering select {
		font-size: 16px;
	}
	
	.woocommerce-ordering select {
		padding-bottom: 11px;
		padding-top: 11px;
	}
	
	.single-product.woocommerce div.product form.cart div.quantity {
		padding-bottom: 14px;
		padding-top: 14px;
	}
	
	.single-product.woocommerce div.product form.cart .button {
		min-width: 180px;
		padding-bottom: 18px;
		padding-top: 18px;
	}
	
	.custom-single-product-back-btn {
		font-size: 18px;
	}
	
	.woocommerce .return-to-shop a.button {
		padding-bottom: 16px;
		padding-top: 16px;
	}
	
	.woocommerce table.cart td.actions .coupon .button,
	.woocommerce-page table.cart td.actions .coupon .button {
		width: auto;
	}
	
	.woocommerce table.cart td.actions .button,
	.woocommerce-page table.cart td.actions .button {
		margin-left: auto;
		width: auto;
	}
	
	.woocommerce .woocommerce-message a.button,
	.woocommerce-page .woocommerce-message a.button {
		max-width: 234px;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}
	
	.сurriculums .fl-col {
		margin-left: 0;
		margin-right: 0;
	}
	
	.woocommerce .woocommerce-MyAccount-content .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	
	.footer-bottom .fl-col:nth-child(2n+1) {
		clear: left;
	}
	
	.footer-bottom .fl-col:first-child:not(.footer__copy),
	.footer-bottom .footer-bottom__nav-col {
		width: 50% !important;
	}
	
	.footer-bottom__nav__sub-menu {
		padding-right: 0;
	}
	
	.footer-bottom__nav__sub-menu:nth-last-child(1) {
		padding-left: 4px;
	}
	
	.footer-bottom__nav__sub-menu:nth-last-child(2) {
		padding-right: 4px;
	}
	
	.need-support__btn .fl-col-content {
		max-width: 100%;
	}
	
	.custom_ld_group_wrapper .custom_ldgr_group_field input {
		padding: 14.5px 24px !important;
	}
	
	.single-product.woocommerce div.product form.cart,
	.single-product.woocommerce-page div.product form.cart {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.single-post .fl-post-content {
		padding: 40px 20px;
	}
}

@media screen and (max-width: 799px) {
	.fl-404 .fl-post-header h2 {
		font-size: 44px;
	}
}

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

	.single-product.woocommerce div.product div.summary,
	.single-product.woocommerce-page div.product div.summary {
		width: 100%;
	}
  	
  .woocommerce-cart table.cart tbody, 	
  .woocommerce-cart .cart_totals table.shop_table tbody{	
    display: block;	
  }	
  	
  	
  .woocommerce-cart .woocommerce-cart-form .coupon ~ .checkout-button{	
/*     display: none !important; */	
  }	
  	
}  	
@media screen and (min-width: 935px){	
  .woocommerce-cart .woocommerce-cart-form .coupon ~ .checkout-button{	
    margin-top: 0;	
  }	
}

@media screen and (max-width: 768px) {
	.fl-module-post-grid .fl-post-grid {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.fl-module-post-grid .fl-post-column {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.post-card .fl-post-grid-more {
		font-size: 16px;
		min-width: 134px;
		padding: 12px 15px;
	}
	
	.fl-module-gallery .fl-mosaicflow {
		margin-left: -35px;
	}
	
	.fl-mosaicflow-item {
		margin: 0 0 35px 35px;
	}
	
	.blog-item .fl-post-grid-more {
		font-size: 16px;
		padding-bottom: 9px;
		padding-top: 9px;
	}
	
	.fl-comment-form input[type=submit] {
		min-width: 200px;
		padding: 20px 26px
	}
	
	.custom-post-search .fl-post-grid-more {
		line-height: 1.5;
	}
	
	.custom-post-search .fl-content {
		margin-bottom: 80px;
	}
}

@media screen and (max-width: 767px) {
	.woocommerce .quantity input.qty,
	.woocommerce-page .quantity input.qty {
		margin-left: auto;
	}
	
	.cart-subtotal td {
		-webkit-border-top-left-radius: 8px;
		-moz-border-radius-topleft: 8px;
		border-top-left-radius: 8px;
	}
	
	.order-total td {
		-webkit-border-bottom-left-radius: 8px;
		-moz-border-radius-bottomleft: 8px;
		border-bottom-left-radius: 8px;
	}
	
	.woocommerce table.shop_table td:first-child {
		border-top: 0;
	}
}

@media screen and (max-width: 760px) {
	.custom-post-author-container:before,
	.custom-post-author-container:after,
	.custom-post-author-wrapper:before {
		content: "";
		display: none;
	}
	
	.custom-post-author-container {
		padding: 0 15px;
	}
	
	.custom-post-author-wrapper {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
	.quote__form .name-container {
		margin-left: 0;
	}
	
	.quote__form .name-container > span {
		float: none;
		padding-left: 0;
		width: 100%;
	}
	
	.quote__form .name-container > span + span {
		display: block;
		margin-top: 32px;
	}
	
	.single-product .woobt-products .woobt-product,
	.woobt-product-container {
		width: 100%;
	}
}

@media screen and (max-width: 650px) {
	.post-type-archive-product .container,
	.tax-product_cat .container {
		overflow-x: hidden;
	}
	
	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering {
		float: none;
		margin-bottom: 68px;
	}
	
	.woocommerce-categories {
		margin-left: -20px;
		max-width: 100vw;
		overflow-x: scroll;
		white-space: nowrap;
		width: 100vw;
	}
	
	.woocommerce-product-category-page:first-child {
		margin-left: 20px;
	}
	
	.woocommerce-product-category-page h2 a {
		padding: 12px 20px;
	}
	
	.post-type-archive ul.products.columns-3 li.product,
	.tax-product_cat ul.products.columns-3 li.product,
	.single-product.woocommerce ul.products.columns-3 li.product {
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 350px;
		width: 100%;
	}
	
	.post-type-archive ul.products.columns-3 li.product:nth-child(2n),
	.tax-product_cat ul.products.columns-3 li.product:nth-child(2n),
	.single-product.woocommerce ul.products.columns-3 li.product:nth-child(2n) {
		margin-right: auto !important;
	}
	
	.post-type-archive-product ul.products li.product a.button,
	.tax-product_cat ul.products li.product a.button,
	.single-product.woocommerce ul.products li.product a.button {
		width: -webkit-calc(50% - 24px);
		width: -moz-calc(50% - 24px);
		width: calc(50% - 24px);
	}
}

@media screen and (max-width: 640px) {
	.woocommerce .woocommerce-MyAccount-content .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.woocommerce .woocommerce-MyAccount-content .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
		font-size: 16px;
	}
	
	.woocommerce .woocommerce-MyAccount-content .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details {
		margin-left: 15px;
		margin-top: 0;
	}
	
	.woocommerce .woocommerce-MyAccount-content .learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt {
		margin-bottom: 20px;
	}
	
	.woocommerce .woocommerce-MyAccount-content .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.af_quote_form > .form_row {
		margin-right: 0;
		max-width: 100%;
		width: 100%;
	}
	
	#wdm_search_submit .wdm-tabs-wrapper ul.tabs {
		margin: 0;
	}
	
	#wdm_search_submit .wdm-tabs-inner-links ul.tabs li {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin-bottom: 0;
	}
	
	#wdm_search_submit .wdm-tabs-inner-links ul.tabs li + li {
		border-top: 1px solid #fff;
	}
	
	#wdm_search_submit .wdm-tabs-wrapper ul.tabs li a.wdm-for-mobile {
		padding: 10px 15px;
	}
	
	#wdm_search_submit .wdm-tabs-wrapper ul.tabs li a.wdm-for-mobile img {
		display: none;
	}
	
	#wdm_search_submit .wdm-tabs-wrapper ul.tabs {
		min-width: auto;
	}
	
	.single-product.woocommerce div.product form.cart .custom_ld_group_wrapper div.quantity {
		float: none;
		width: 155px !important;
	}
	
	.custom_ld_group_wrapper .custom_ldgr_group_field {
		float: none;
		margin-top: 20px !important;
		width: 100% !important;
	}
	
	.WinOS .custom_ld_group_wrapper .custom_ldgr_group_field {
		margin-top: 20px !important;
	}
	
	.single-product .cart .wdm-enroll-me-div {
		margin-bottom: 45px;
	}
	
	#wdm_search_submit #tab-3 .wdm-select-wrapper {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	#wdm_search_submit #tab-3 #wdm_ldgr_course_id {
		margin-bottom: 20px;
		margin-top: 0;
	}
}

@media screen and (max-width: 600px) {
	.image-card__descr > .fl-col-content {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	
	.fl-module-testimonials .fl-testimonial {
		font-size: 28px;
	}
	
	.fl-module-post-grid .fl-post-grid {
		margin-left: 0;
		margin-right: 0;
	}
	
	.fl-module-post-grid .fl-post-column {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	.fl-module-post-grid .fl-post-column {
		padding-bottom: 0;
	}
	
	.fl-module-post-grid .fl-post-column + .fl-post-column {
		padding-top: 80px;
	}
	
	.fl-module-post-grid .fl-post-column:nth-child(1n + 1) {
		clear: both;
	}
	
	.fl-module-post-grid .fl-post-grid-post {
		height: auto !important;
	}
	
	.fl-builder-content .сurriculums .fl-col {
		width: 100% !important;
	}
	
	.fl-builder-content .сurriculums .fl-col > .fl-col-content {
		min-height: 100vw;
	}
	
	.wl-slider .slick-list {
		padding-top: 80px;
	}
	
	.wl-slider .slick-slide {
		margin-right: 50px;
	}
	
	.wl-slider .slick-arrow {
		left: 55px;
		top: 0;
	}
	
	.wl-slider .slick-arrow.slick-next {
		left: 132px;
		top: -1px;
	}
	
	.fl-accordion-content:after {
		left: 20px;
		width: -webkit-calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: calc(100% - 40px);
	}
	
	.fl-module-accordion .fl-accordion-button,
	.fl-module-accordion .fl-accordion-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.filters-container {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.blog-filter-wrapper {
		margin-right: 12px;
	}
	
	.blog-list .fl-post-column .blog-item {
		margin-bottom: 0 !important;
	}
	
	.fl-post-column-updates {
		margin-bottom: 45px;
		margin-top: 80px;
		padding-top: 0 !important;
	}
	
	.fl-post-column-updates:before {
		left: -15px;
		min-width: 100%;
	}
	
	.fl-builder-pagination-load-more {
		padding-top: 40px;
	}
	
	.custom-post-meta {
		font-size: 14px;
	}
	
	.custom-post-info-wrapper svg {
		vertical-align: middle;
	}
	
	.custom-post-author-wrapper {
		display: block;
	}
	
	.custom-post-author-photo {
		margin: 0 auto;
		margin-bottom: 30px;
	}
	
	.custom-post-author-content {
		padding-left: 0;
		width: 100%;
	}
	
	.fl-comments-list .comment-meta {
		font-size: 14px;
	}
	
	.quote__form .additional-container > .request-form-col {
		float: none;
		width: 100%;
	}
	
	.quote__form .additional-container > .request-form-col + .request-form-col {
		margin-top: 32px;
	}
	
	.quote__form .additional-container > .request-form-col:first-child,
	.quote__form .additional-container > .request-form-col:last-child {
		padding: 0;
	}
	
	.single-product .woobt-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.single-product.woocommerce div.product form.cart,
	.single-product.woocommerce-page div.product form.cart {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.single-product.woocommerce div.product form.cart .button {
		margin-right: 0;
		margin-top: 15px;
	}
	
	.single-product.woocommerce div.product form.cart div.quantity {
		margin-right: 0;
	}
	
	.single-product.woocommerce div.product form.cart div.quantity input {
		min-width: 109px;
	}
	
	.single-product.woocommerce form.cart div.ldgr_group_name {
		margin-bottom: 25px;
	}
	
	.single-product.woocommerce div.product form.cart .custom_ld_group_wrapper div.quantity {
		width: 184px !important;
	}
	
	.single-product.woocommerce div.product form.cart,
	.single-product.woocommerce-page div.product form.cart {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#wdm_search_submit #wdm_group td p {
		width: 70%;
	}
	
	#wdm_search_submit table#wdm_group td.select_action.sorting_1 {
		text-align: left;
	}
	
	#wdm_search_submit table#wdm_group td.select_action.sorting_1 input {
		margin-left: 5px;
		vertical-align: middle;
	}
	
	
}

@media screen and (max-width: 480px) {
	.logo a {
		max-width: 150px;
	}
	
	.ak-wistia-lightbox-photo-container a::before,
	.image-card__img-video .fl-photo-content > a:before {
		height: 80px;
		width: 80px;
	}
	
	.image-card__descr > .fl-col-content {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.image-card__descr h4 {
		font-size: 16px !important;
	}
	
	.image-card__descr h3 {
		font-size: 22px !important;
	}
	
	.fl-module-testimonials .fl-testimonial {
		font-size: 26px;
	}
	
	.testimonial_caption_image {
		height: 102px;
		margin-left: 15px;
		width: 118px;
	}
	
	.fl-module-cta .fl-cta-title {
		font-size: 26px;
	}
	
	.fl-module-cta .fl-cta-text-content {
		font-size: 15px;
	}
	
	.fl-module-gallery .fl-mosaicflow {
		margin-left: -20px;
	}
	
	.fl-mosaicflow-item {
		margin: 0 0 20px 20px;
	}
	
	.fl-module-rich-text .fl-rich-text > ul li {
		padding-left: 24px;
	}
	
	.wl-slider .slick-slide {
		padding-right: 30px;
	}
	
	.webinar .fl-row-content-wrap:before,
	.webinar .fl-row-content-wrap:after {
		content: none;
		display: none;
	}
	
	.contact__form .form-col-2 > span {
		display: block;
		float: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100%;
	}
	
	.contact__form .form-col-2 > span:first-child {
		margin-bottom: 32px;
	}
	
	.contact__form form input,
	.contact__form form select,
	.contact__form form textarea,
	.fl-404 .fl-search-input {
		padding: 20px;
	}
	
	.contact__form form select {
		background-position: -webkit-calc(100% - 20px) 50%;
		background-position: -moz-calc(100% - 20px) 50%;
		background-position: calc(100% - 20px) 50%;
		padding-right: 50px;
	}
	
	.contact__form form .SubscribeState label .wpcf7-list-item-label {
		padding-left: 45px;
	}
	
	.custom-post-info-wrapper {
		margin-left: 0;
		margin-right: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.video-pop-up a:before {
		height: 80px;
		width: 80px;
	}
	
	.faq.fl-post-feed-post .fl-post-text {
		padding-left: 20px;
	}
	
	.faq.fl-post-feed-post .fl-post-excerpt p {
		font-size: 16px;
	}
	
	.faq.fl-post-feed-post .fl-post-excerpt p + p {
		margin-top: 40px;
	}
	
	.woocommerce table.cart td.actions .coupon .input-text,
	.woocommerce-page table.cart td.actions .coupon .input-text {
		float: left;
		margin-bottom: 12px;
		width: 100%;
	}
	
	.woocommerce-page table.cart td.actions .coupon .button {
		float: none;
	}
	
	.image-card__descr-shapes .fl-col-content:before,
	.image-card__descr-shapes .fl-col-content:after {
		content: none;
		display: none;
	}
	
	.blog-filter-wrapper select {
		padding: 10px 20px;
		padding-right: 40px;
	}
	
	.blog-search-wrapper .fl-search-input {
		background: #fff url(../img/search.png) -webkit-calc(100% - 12px) 50% / 20px no-repeat;
		background: #fff url(../img/search.png) -moz-calc(100% - 12px) 50% / 20px no-repeat;
		background: #fff url(../img/search.png) calc(100% - 12px) 50% / 20px no-repeat;
		padding: 8px 12px;
		padding-right: 30px;
	}
	
	.single-product .woobt-products .woobt-product .woobt-choose {
		padding-right: 10px !important;
	}
	
	.woobt-info-wrap,
	.cross-sells-item-info-wrap {
		padding: 15px;
	}
	
	.woobt-info-wrap {
		display: block;
	}
	
	.single-product .woobt-products .woobt-product .woobt-quantity {
		margin-left: 0;
		margin-top: 12px;
	}
	
	.single-product .woobt-products .woobt-product .woobt-thumb {
		min-width: 100px;
	}
	
	.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
		padding-right: 0;
	}
	
	.cross-sells-item-thumb {
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		height: 112px;
		margin: 15px;
		margin-bottom: 0;
		max-width: 112px;
	}
	
	.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.woocommerce-cart ul.products li.product a.button,
	.woocommerce-cart .cross-sells ul.products li.product a.button, 
	.woocommerce-cart .cross-sells ul.products li.product a.button.add_to_cart_button {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
		margin: 15px;
		margin-top: 0;
		min-width: auto;
	}
}

@media screen and (max-width: 369px) {
	.footer-bottom .fl-col:first-child,
	.footer-bottom .footer-bottom__nav-col {
		width: 100% !important;
	}
	
	.footer-bottom__nav__sub-menu:nth-last-child(1) {
		padding-left: 0;
	}
	
	.footer-bottom__nav__sub-menu:nth-last-child(2) {
		padding-right: 0;
	}
	
	.footer-bottom__nav__sub-menu {
		padding-right: 10px !important;
	}
	
	.filters-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-moz-box-orient: vertical;
		-moz-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.blog-search-wrapper {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 360px) {
	.image-card__descr h3 {
		font-size: 20px !important;
	}
	
	.fl-module-testimonials .fl-testimonial {
		padding-bottom: 0;
	}
	
	.testimonial_info {
		-webkit-box-align: inherit;
		-webkit-align-items: inherit;
		-moz-box-align: inherit;
		-ms-flex-align: inherit;
		align-items: inherit;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-moz-box-orient: vertical;
		-moz-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-top: 40px;
		position: static;
	}
	
	.testimonial_caption_image {
		margin-bottom: 15px;
		margin-left: 0;
	}
	
	.testimonial_caption {
		text-align: left;
	}
	
	.fl-testimonials-wrap.compact .fl-slider-prev, .fl-testimonials-wrap.compact .fl-slider-next {
		bottom: -32px;
	}
	
	.fl-module-gallery .fl-mosaicflow {
		margin-left: -15px;
	}
	
	.fl-mosaicflow-item {
		margin: 0 0 15px 15px;
	}
	
	.wl-slider .slick-slide h4 {
		font-size: 22px;
	}
	
	.single-product .woobt-products .woobt-product .woobt-thumb {
		min-height: auto;
	}
	
	.single-product .woobt-products .woobt-product .woobt-thumb .woobt-thumb-ori {
		background-image: none !important;
	}
	
	.woobt-product-container {
		border: 2px solid rgba(91, 102, 111, 0.2);
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.woobt-info-wrap {
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	.single-product .woobt-products .woobt-product .woobt-thumb {
		margin: 15px;
		margin-bottom: 0;
	}
	
	.single-product .woobt-products .woobt-product .woobt-thumb img {
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		display: block;
		height: auto;
		width: 100px;
	}
	
	.custom-product-slider__container .slick-arrow.slick-prev {
		right: 60px;
	}
	
	#wcj-currency-select {
		width: 100%;
	}
	
	.post-type-archive-product ul.products li.product a.button,
	.tax-product_cat ul.products li.product a.button,
	.single-product.woocommerce ul.products li.product a.button {
		width: auto;
	}
	
	#wdm_search_submit ul.wdm-adduser-tabs {
		display: block;
		float: none;
		margin-bottom: 40px;
	}
	
	#wdm_search_submit .wdm-tab-link a {
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
	}
	
	#wdm_search_submit .wdm-tab-link[data-tab="tab-add-user"] a {
		border-right: 2px solid #005ac8;
	}
	
	#wdm_search_submit .wdm-tab-link[data-tab="tab-upload-csv"] a {
		border-left: 2px solid #005ac8;
	}
	
	#wdm_search_submit #tab-3 #wdm_ldgr_course_id {
		width: 100%;
	}
}

@media screen and (max-width: 340px) {
	.post-type-archive ul.products li.product a.button,
	.tax-product_cat ul.products li.product a.button,
	.single-product.woocommerce ul.products li.product a.button {
		display: block;
		float: none !important;
		margin-left: 20px !important;
		margin-right: 20px !important;
		max-width: 180px;
	}
	
	.post-type-archive ul.products li.product a.button:nth-last-child(2),
	.tax-product_cat ul.products li.product a.button:nth-last-child(2),
	.single-product.woocommerce ul.products li.product a.button:nth-last-child(2) {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 800px) {
	.woocommerce table.cart .product-thumbnail img,
	.woocommerce-page table.cart .product-thumbnail img {
		max-width: 150px;
	}
}

@media screen and (min-width: 801px) {
	.fl-menu .sub-menu {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-border-radius: 0 0 8px 8px;
		-moz-border-radius: 0 0 8px 8px;
		border-radius: 0 0 8px 8px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		min-width: 284px;
	}
	
	.fl-menu .menu > .fl-has-submenu:hover > .sub-menu,
	.fl-menu .menu > .fl-has-submenu.focus > .sub-menu {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.sub-menu .menu-item-has-children > .sub-menu {
		display: block !important;
		min-width: auto;
		opacity: 1 !important;
		padding: 0;
		position: static !important;
		visibility: visible !important;
	}
}

@media screen and (min-width: 1101px) {
	.fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-sticky) + .fl-page-content .fl-builder-content .fl-row:first-child .fl-row-content,
	.fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-sticky) + .fl-page-content > .container:not(.fl-content-full),
	.woocommerce-cart .fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-sticky) + .fl-page-content > .container,
	.page-id-11578 .fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-sticky) + .fl-page-content > .container {
		/*padding-top: 120px;*/
	}
	
	.fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-sticky) + .fl-page-content > .container .blog-header {
		/*padding-top: 210px;*/
	}
  
  .fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-sticky) + .fl-page-content > .container .blog-header {
      padding-top: 210px;
    }
	
	.single-post .fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-sticky) + .fl-page-content .fl-builder-content .fl-row:first-child .fl-row-content {
		padding-top: 0;
	}
}

@media screen and (min-width: 1101px) and (max-width: 1350px) {	
	.logo > .fl-col-content {	
		margin-left: 20px;	
	}	
		
	.header-btns > .fl-col-content,	
	.secondary-menu__nav > .fl-module-content {	
		margin-right: 20px;	
	}	
		
	.primary-menu .menu li:last-child a,	
	.secondary-menu__nav .menu li:last-child a {	
		padding-right: 0;	
	}	
		
	.secondary-menu__nav .menu a {	
		padding-left: 6px;	
		padding-right: 6px;	
	}	
}	

@media screen and (min-width: 1101px) and (max-width: 1116px){	
  .primary-menu .menu li a{	
    padding-left: 15px;	
    padding-right: 15px;	
  }	
}	

@media screen and (min-width: 1350px){	
  .secondary-menu__nav .menu a {	
		padding-left: 10px;	
		padding-right: 10px;	
	}	
}	

@media screen and (min-width: 1450px){	
  .secondary-menu__nav .menu a {	
		padding-left: 14px;	
		padding-right: 14px;	
	}	
}

.products-field-container{
	display:none;
}


/*
* Product page. Radio buttons and Subscription
*/
.single-product .cart{
	/*display: flex;*/
  flex-flow: row wrap;
  /*padding: 40px;*/
}
.single-product .cart .wdm-enroll-me-div{
	width:100%;
	flex-flow:row wrap;
  margin-bottom: 70px;
}
.single-product .cart .wdm-enroll-me-div:not(.special_enroll_me){
	display: none !important;
}

.single-product .cart .quantity{
	min-width:151px;
}

.single-product .cart br{
	display:none;
}


.single-product.woocommerce .up-sells.products ul.products li form.cart{
  padding: 0px;
  flex-flow: row;
}

.single-product.woocommerce .up-sells.products ul.products li form.cart div.quantity{
  margin: 0px;
  padding:0px;
  min-width: 0px;
  border: none;
}

.single-product.woocommerce .up-sells.products ul.products li form.cart div.quantity span{
  position: absolute;
  right: 10px;
}

.single-product.woocommerce .up-sells.products ul.products li form.cart div.quantity span.step-up{
  top: 9px;
  right: 11px;
}

.single-product.woocommerce .up-sells.products ul.products li form.cart div.quantity span.step-down{
  top: 22px;
}
.single-product.woocommerce .up-sells.products ul.products li form.cart button{
  min-width: 0px;
  padding: 0 34px;
}


#cart{
	width: auto !important;
}
#cart .fl-html{
	line-height: 1em;
}
#cart a.fl-button{
	font-family: Shape, Verdana, Arial, sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1em;
  border: 1px solid #151820;
  border-style: none;
  border-width: 0;
  background-clip: border-box;
  border-radius: 100px;
  background-color: #21242C;
  padding: 5px 6px;
  text-decoration: none;
  text-shadow: none;
}
#cart i.fl-button-icon-after{
	margin-right: 0;
	background-color: #fff;
	-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #21242c !important;
  font: 600 11px/15px Shape, Verdana, Arial, sans-serif;
  height: 14px;
  margin-left: 6px !important;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  width: 14px;
  vertical-align: middle;
}
#cart i.fl-button-icon-after::before,
#cart i.fl-button-icon-after::after{
	display:none;
}

.woocommerce a.afrfqbt.loading{
	color:#fff !important;
}
.woocommerce a.afrfqbt.loading:hover{
	background-color:transparent !important;
}
.woocommerce a.afrfqbt.loading::after{
	color: grey;
	right: 45%;
}
.single-product.woocommerce div.product a.afrfqbt_single_page.loading{
	color:#21242c;
}
.single-product.woocommerce div.product a.afrfqbt_single_page.loading::after{
	color:#fff;
	top: 35%;
  right: 45%;
}

body.empty-cart #cart{
	display:none;
}

.single-post .wp-block-table table,
.fl-rich-text table{
	color:#005AC8;
}
.single-post .wp-block-table table td,
.fl-rich-text td{
	padding: 5px;
}

.single-post .wp-block-table td,
.single-post .wp-block-table th {
	border: none;
}

.single-post .wp-block-table table tr {
	border-bottom: 2px solid #fff;
}

.has-table{
	overflow: auto;
}

#checkout-warning-msg{
	display:none;
}
body.fl-builder-edit #checkout-warning-msg,
body.checkout-warning-msg-visible #checkout-warning-msg{
	display:block;
}
.back-to-cart-btn{
	background-color: #005ac8;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  line-height: 1.1em;
  margin-top: 25px;
  padding: 14px 34px;
}

.my-account-courses #ld-profile .ld-section-heading h3{
	position: relative;
  text-indent: -9999999px;
  -webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}
.my-account-courses #ld-profile .ld-section-heading h3::after{
	content:'My Digital Products';
	text-indent: 0;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}

.single-product .up-sells > h2{
	display:none;
}

/*
* Cart and Checkout recurring totals 
*/
.shop_table .tax-total.recurring-total,	
.shop_table .cart-subtotal.recurring-total,	
.shop_table .shipping.recurring-total,
.shop_table .recurring-totals{	
  display:none;	
}

.woocommerce-error a{
	color:#b84048;
}
.woocommerce-error a,
.woocommerce-shipping-totals a{
	text-decoration: underline;
	transition:all 0.3s ease 0s;
}
.woocommerce-error a:hover,
.woocommerce-shipping-totals a:hover{
	opacity:0.7;
}

.woocommerce-checkout #shipping_ak_addr_type_field .input-radio,
.woocommerce-checkout #shipping_ak_contact_method_field .input-radio,
.woocommerce-checkout #ak_addr_type_field .input-radio,
.woocommerce-checkout #ak_contact_method_field .input-radio{
	float:left;
	margin: 7px 20px 0 0;
}


/*.WinOS.woocommerce-checkout #shipping_ak_addr_type_field .input-radio,
.WinOS.woocommerce-checkout #shipping_ak_contact_method_field .input-radio,
.WinOS.woocommerce-checkout #ak_addr_type_field .input-radio,
.WinOS.woocommerce-checkout #ak_contact_method_field .input-radio {
	margin: 10px;
	margin-left: 0;
}*/

.woocommerce-checkout #shipping_ak_addr_type_field .radio,
.woocommerce-checkout #shipping_ak_contact_method_field .radio,
.woocommerce-checkout #ak_addr_type_field .radio,
.woocommerce-checkout #ak_contact_method_field .radio {
	margin: 0;
	font-weight: 400;
  line-height: 1.37;
}



body.woocommerce-checkout .woocommerce-NoticeGroup-checkout{
	-webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
	width:100%;
}

@media screen and (min-width:800px){
	body.woocommerce-checkout form.checkout{
		display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
	      -ms-flex-flow: row wrap;
	          flex-flow: row wrap;
	  -webkit-box-pack: justify;
	      -ms-flex-pack: justify;
	          justify-content: space-between;
	}

	body.woocommerce-checkout form.checkout .col2-set{
		width: 48%;
	  -webkit-box-flex: 0;
	        -ms-flex: 0 1 48%;
	            flex: 0 1 48%;
	}

	body.woocommerce-checkout form.checkout .col2-set .col-2,
	body.woocommerce-checkout form.checkout .col2-set .col-1{
		width: 100%;
	}

	body.woocommerce-checkout form.checkout #order_review{
		-webkit-box-flex: 0;
	        -ms-flex: 0 1 48%;
	            flex: 0 1 48%;
	}

	body.woocommerce-checkout form.checkout #order_review_heading{
	  margin-top: 20px;
	  margin-bottom: 10px;
	}
}

@media screen and (min-width:800px){	  	
  #customer_login_container #customer_login > *{	
    min-width: 405px;	
  }	
}

@media screen and (min-width:1024px){	
  #customer_login_container #customer_login > *{	
/*     float: left; */	
    margin: 0 auto;	
    width: calc(48% - 20px);	
  }	
}

div#ui-datepicker-div {
	z-index:1000!important;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle{
	display:none;
}

.woocommerce-checkout .payment_method_woocommerce_gateway_purchase_order label[for="poorder"]{
	position: relative;
  display: inline-block !important;
  padding-right: 5px;
/*   padding-bottom: 45px; */
}
.woocommerce-checkout .payment_method_woocommerce_gateway_purchase_order label[for="poorder"] span{
	top: 0;
  position: absolute;
  left: 100%;
}
.woocommerce-checkout .payment_method_woocommerce_gateway_purchase_order label[for="poorder"]::after{
  content: "Number";
}


.woocommerce-checkout .payment_method_woocommerce_gateway_purchase_order label[for="poorder"]::before{
    position: absolute;
    bottom: 5px;
    content: "Please allow 2-3 business days for manual review.";
    font-size: 17px;
    line-height: 19px;
    width: 233px;
    font-weight: 400;
}

@media only screen and (min-width: 520px) {
  
  .woocommerce-checkout .payment_method_woocommerce_gateway_purchase_order label[for="poorder"]{
    padding-bottom: 40px;
  }



  .woocommerce-checkout .payment_method_woocommerce_gateway_purchase_order label[for="poorder"]::before{
    width: 320px;
    line-height: 18px;
  }

}


@media only screen and (min-width: 1024px) {
  
   .woocommerce-checkout .payment_method_woocommerce_gateway_purchase_order label[for="poorder"]{
    padding-bottom: 30px;
  }
  
  .woocommerce-checkout .payment_method_woocommerce_gateway_purchase_order label[for="poorder"]::before{
    width: 400px;
    bottom: 10px;
  }
}

.woocommerce-product-category-myheggerty{display:none;}

.woocommerce-checkout .woocommerce form .form-row .optional {
	display: none;
}

.custom-product-description .fl-module-rich-text .fl-rich-text > ul li+li {
	margin-top: 0;
}

.woocommerce-order-received .woocommerce ul.order_details_top{
	margin-bottom: 1em;
}

@media screen and (min-width:461px) {
	.woocommerce-checkout .sv-wc-payment-gateway-payment-form-manage-payment-methods {
		width:315px;
	}
}

.single-product.woocommerce div.product.product-type-variable-subscription .variations {
	margin-top: 0;
}

.single-product.woocommerce div.product.product-type-variable-subscription .variations .label,
.single-product.woocommerce div.product.product-type-variable-subscription .variations .value {
	display: block;
	padding: 0;
	width: 100%;
}

.single-product.woocommerce .product-type-variable-subscription .reset_variations{
	display:none !important;
}

.single-product.woocommerce div.product.product-type-variable-subscription .variations .value #payment-schedule {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(../img/arrow-select.svg) -webkit-calc(100% - 20px) 50% / 16px no-repeat;
	background: #fff url(../img/arrow-select.svg) -moz-calc(100% - 20px) 50% / 16px no-repeat;
	background: #fff url(../img/arrow-select.svg) calc(100% - 20px) 50% / 16px no-repeat;
	border: 2px solid #005ac8;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	cursor: pointer;
	line-height: 1em;
	min-width: 250px;
	outline: none;
	padding: 11px 20px;
	padding-right: 35px;
}

.single-product .product-type-variable-subscription .cart {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column wrap;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}

.single-product.woocommerce div.product form.cart .custom_ld_group_wrapper div.quantity {
	margin-bottom: 17px;
  height: 66px;
}

@media screen and (max-width: 360px) {
	.single-product.woocommerce div.product.product-type-variable-subscription .variations .value #payment-schedule {
		min-width: auto;
	}
}

.single-product.postid-19487 div.product form.cart:before,
.single-product.postid-19483 div.product form.cart:before,
.single-product.postid-19477 div.product form.cart:before,
.single-product.postid-19222 div.product form.cart:before {
	color: #21242c;
	content: "How many teacher licenses do you need?";
	display: block;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 25px;
	width: 100%;
}

@media screen and (max-width: 480px) {
	.single-product.postid-19487 div.product form.cart:before,
	.single-product.postid-19483 div.product form.cart:before,
	.single-product.postid-19477 div.product form.cart:before,
	.single-product.postid-19222 div.product form.cart:before {
		font-size: 20px;
	}
}

/* Account page addreses */
body.woocommerce-edit-address .woocommerce-address-fields span.optional{
	display:none;
}

.woocommerce-account #update_all_subscriptions_addresses_field label.checkbox strong,
.woocommerce-account #update_all_subscriptions_addresses_field label.checkbox{
	font-weight:normal;
}
.woocommerce-account #update_all_subscriptions_addresses_field label.checkbox{
	padding-left: 20px;
	position: relative;
}
.woocommerce-account #update_all_subscriptions_addresses_field label.checkbox input{
	position: absolute;
  top: 10px;
  left: 0;
}


/*
* Product Banner
*/
body.post-type-archive-product:not(.tax-product_cat) ul.products.columns-3 {
	margin-left: -40px;
	margin-right: -40px;
}

body.post-type-archive-product:not(.tax-product_cat) ul.products.columns-3 li.product {
	margin-left: 40px !important;
	margin-right: 40px !important;
	width: -webkit-calc(33.3% - 80px);
	width: -moz-calc(33.3% - 80px);
	width: calc(33.3% - 80px);
}

body.post-type-archive-product:not(.tax-product_cat) ul.products.columns-3 li.product.product-banner {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

@media screen and (max-width: 1279px) {
	body.post-type-archive-product:not(.tax-product_cat) ul.products.columns-3 {
		margin-left: -1.9%;
		margin-right: -1.9%;
	}
	
	body.post-type-archive-product:not(.tax-product_cat) ul.products.columns-3 li.product {
		margin-left: 1.9% !important;
		margin-right: 1.9% !important;
		width: -webkit-calc(33.3% - 3.8%);
		width: -moz-calc(33.3% - 3.8%);
		width: calc(33.3% - 3.8%);
	}
}

@media screen and (max-width: 1024px) {
	body.post-type-archive-product:not(.tax-product_cat) ul.products.columns-3 li.product,
	body.post-type-archive-product:not(.tax-product_cat) ul.products.columns-3 li.product.product-banner {
		width: -webkit-calc(50% - 3.8%);
		width: -moz-calc(50% - 3.8%);
		width: calc(50% - 3.8%);
	}
}

@media screen and (max-width: 650px) {
	body.post-type-archive-product:not(.tax-product_cat) ul.products.columns-3 {
		margin-left: 0;
		margin-right: 0;
	}
	
	body.post-type-archive-product:not(.tax-product_cat) ul.products.columns-3 li.product,
	body.post-type-archive-product:not(.tax-product_cat) ul.products.columns-3 li.product.product-banner {
		margin-left: auto !important;
		margin-right: auto !important;
		width: 100%;
	}
}

@media screen and (min-width: 1025px) {
	body.post-type-archive-product:not(.tax-product_cat) ul.products.columns-3 li.product.product-banner {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	body.post-type-archive-product:not(.tax-product_cat) ul.products.columns-3 li.product.product-banner > a,
	body.post-type-archive-product:not(.tax-product_cat) ul.products.columns-3 li.product.product-banner .product-tile-meta {
		width: 50%;
	}
	
	body.post-type-archive-product:not(.tax-product_cat) ul.products.columns-3 li.product.product-banner > a {
		height: 100%;
	}
	
	body.post-type-archive-product:not(.tax-product_cat) ul.products.columns-3 li.product.product-banner > a img {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-border-top-left-radius: 8px;
		-moz-border-radius-topleft: 8px;
		border-top-left-radius: 8px;
		-webkit-border-bottom-left-radius: 8px;
		-moz-border-radius-bottomleft: 8px;
		border-bottom-left-radius: 8px;
		height: 100%;
		margin-bottom: 0;
		-o-object-fit: cover;
		object-fit: cover;
	}
	
	body.post-type-archive-product:not(.tax-product_cat) ul.products.columns-3 li.product.product-banner .product-tile-meta {
		padding: 30px 0;
		padding-left: 5%;
	}
	
	body.post-type-archive-product:not(.tax-product_cat) ul.products.columns-3 li.product.product-banner .product-tile-meta .woocommerce-loop-product__title {
		font-size: 32px;
		line-height: 1.38em;
		margin-top: 36px;
	}
	
	body.post-type-archive-product:not(.tax-product_cat) ul.products.columns-3 li.product.product-banner .product-tile-meta .price {
		margin-bottom: 20px;
	}
	
	body.post-type-archive-product:not(.tax-product_cat) ul.products.columns-3 li.product.product-banner .product-tile-meta a.button {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 800px) {
	.ak-bb-request-products .woocommerce ul.products {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.ak-bb-request-products .woocommerce ul.products li.product {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
	}
	
	.ak-bb-request-products .woocommerce ul.products li.product .product-tile-meta {
		margin-bottom: 0;
	}
	
	.ak-bb-request-products .woocommerce ul.products li.product .product-loop-item-categories + .woocommerce-loop-product__link,
	.ak-bb-request-products .woocommerce ul.products li.product .product-tile-meta {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-moz-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.ak-bb-request-products .woocommerce ul.products li.product .woocommerce-loop-product__link .price,
	.ak-bb-request-products .woocommerce ul.products li.product .request-quote-product-quantity {
		margin-top: auto;
	}
}

.single-product-price-container {
	-webkit-box-align: baseline;	
	-webkit-align-items: baseline;	
	-moz-box-align: baseline;	
	-ms-flex-align: baseline;	
	align-items: baseline;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}

.single-product-price-container .price {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 0;
}

.single-product-sku {
	padding-left: 15px;
}

@media screen and (max-width: 640px) {
	.single-product-price-container {
		display: block;
	}
	
	.single-product-sku {
		margin-top: 10px;
		padding: 0;
	}
}


/* Heggerty quote Shop banner */
body.woocommerce-page.post-type-archive-product .page-description .wp-block-quote{
	border-left: medium none;
  margin: 50px 0 0 0;
  padding: 30px;
  color: #fff;
  background-color: #459B53;
}
body.woocommerce-page.post-type-archive-product .page-description .wp-block-quote a{
	color:#fff;
}
body.woocommerce-page.post-type-archive-product .page-description .wp-block-quote .christmas-tree-emoji{
	background:url('/wp-content/themes/bb-theme-child/img/christmas-tree_1f384.png') no-repeat center center;
	background-size: contain;
	width: 20px;
  height: 20px;
  display: inline-block;
}

#billing_postcode_field{
	display: block !important;
}


/* Single Product - Reviews */
.single-product .woocommerce-tabs {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.single-product .woocommerce-tabs .wc-tabs {
  display: none;
}
.single-product .woocommerce-tabs .panel {
  padding: 0 !important;
  border: 0 !important;
}
.single-product #reviews {
  padding: 40px;
  border-radius: 41px;
  background: rgba(0, 0, 0, 0.05);
}
.single-product #reviews h2 {
  font-size: 32px;
}
.single-product #reviews #comments ol.commentlist li {
  border-color: rgba(0, 0, 0, 0.1);
}
.single-product #reviews #review_form_wrapper {
  margin-top: 40px;
}
.single-product #reviews #reply-title {
  font-size: 24px;
  font-weight: bold;
}
.single-product #reviews p.comment-notes {
  margin-bottom: 20px !important;
}
.single-product #reviews #respond #submit {
  color: #fff;
  background-color: #005ac8;
  font-family: "Shape",Verdana,Arial,sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.5;
  text-transform: none;
  border: 0px none initial;
  border-radius: 0px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0 0 0;
  min-width: 132px;
  padding: 12px 6px;
  text-align: center;
}

/* Single Product – Disclaimer */
.single-product .disclaimer-overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.single-product .disclaimer-overlay .flex {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-product .disclaimer-overlay .popup {
  position: relative;
  max-width: 660px;
  margin: 20px;
  border-radius: 40px;
  font-size: 24px;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.single-product .disclaimer-overlay .popup .content {
  padding: 40px;
}

.single-product .disclaimer-overlay .popup .content p:not(:last-child) {
  margin-bottom: 1.5em;
}

.single-product .disclaimer-overlay .close-overlay {
  display: block;
  padding: 30px;
  border-radius: 0 0 40px 40px;
  text-align: center;
  color: #fff;
  background: #005ac8;
  transition: background .5s;
}

.single-product .disclaimer-overlay .close-overlay:hover {
  background: #4585d6;
}


/*/-------------------------
// Learn Dash
//-------------------------/*/

.woocommerce-MyAccount-content {
	color: #21242C;
}

.myDashboard {
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 20px 0;
	padding: 30px 50px 20px 50px;
	position: relative;
}

.myDashboard:before,
.myDashboard:after {
	content: "";
	display: block;
	height: 25px;
	left: 0;
	position: absolute;
	width: 100%;
}

.myDashboard:before {
	background: url(../img/course-info-top-shape.svg) 0 100% / 100% no-repeat;
	top: -20px;
}

.myDashboard:after {
	background: url(../img/course-info-bottom-shape.svg) 0 0 / 100% no-repeat;
	bottom: -20px;
}

.myDashboard .false-user {
	color: rgba(76, 80, 83, 0.4);
}

.myDashboard .false-user strong {
	font-weight: 400;
}

.myDashboard:not(.myheggerty) ul {
	list-style: none;
	margin-bottom: 32px;
	margin-top: 50px;
	padding-left: 0;
}

.myDashboard:not(.myheggerty) ul li {
	border-bottom: 2px solid #F5F5F5;
	padding-bottom: 24px;
	padding-left: 40px;
	position: relative;
}

.myDashboard:not(.myheggerty) ul li + li {
	margin-top: 24px;
}

.myDashboard:not(.myheggerty) ul li:before {
	content: url(../img/marker.svg);
	display: inline-block;
	left: 0;
	position: absolute;
	top: 0;
}

.myDashboard.myheggerty h1 {
  margin-bottom: .5em;
  font-size: 48px;
}

.myDashboard.myheggerty .video-embed {
  margin-bottom: 40px;
}

.myDashboard.myheggerty .fl-button {
  margin-top: 30px;
}

.courses-btn {
	margin-top: 24px;
}

.woocommerce .woocommerce-MyAccount-content .myaccount-btn.courses-btn {
  display: flex;
  flex-wrap: wrap;
  margin: 12px -12px -12px -12px;
}

.woocommerce .woocommerce-MyAccount-content .myaccount-btn.courses-btn a {
  display: block;
  flex: 1 0 0;
  height: 60px;
  line-height: 58px;
	margin: 12px;
	padding: 0 25px;
	border-radius: 5px;
	text-align: center;;
	font-weight: 500;
	white-space: nowrap;
	/* text-transform: capitalize; */
}

.woocommerce .woocommerce-MyAccount-content .myaccount-btn.courses-btn a:not(:first-child) {
  background: #21242C;
}

.woocommerce .woocommerce-MyAccount-content .myaccount-btn.courses-btn a:not(:first-child):hover {
  background: #52545a;
}

.woocommerce .woocommerce-MyAccount-content .myaccount-btn.courses-btn a svg,
.woocommerce .woocommerce-MyAccount-content .myaccount-btn.courses-btn a i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 5px 0;
}

.woocommerce .woocommerce-MyAccount-content .myaccount-btn.courses-btn a svg {
  max-width: 32px;
  width: auto;
  max-height: 24px;  
  height: auto;
}

.woocommerce .woocommerce-MyAccount-content .myaccount-btn.courses-btn a i {
  font-size: 24px;
}

.woocommerce-Address {
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 35px;
	position: relative;
	padding: 60px 20px;
	text-align: center;
}

.woocommerce-Address:before,
.woocommerce-Address:after {
	content: "";
	display: block;
	height: 25px;
	left: 0;
	position: absolute;
	width: 100%;
}

.woocommerce-Address:before {
	background: url(../img/course-info-top-shape.svg) 0 100% / 100% no-repeat;
	top: -20px;
}

.woocommerce-Address:after {
	background: url(../img/course-info-bottom-shape.svg) 0 0 / 100% no-repeat;
	bottom: -20px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Address h3 {
	float: none;
	font-size: 36px;
}

.woocommerce .addresses .woocommerce-Address address {
	border: none;
	color: #5B666F;
}

.woocommerce .woocommerce-MyAccount-content .myaccount-btn .edit {
	font-weight: 500;
	min-width: 198px;
	padding: 25px 10%;
}

.woocommerce .woocommerce-MyAccount-content h3 {
	font-size: 36px;
}

.woocommerce .woocommerce-MyAccount-content label {
	color: #5B666F;
	letter-spacing: 0.5px;
}

.woocommerce .woocommerce-MyAccount-content form .form-row input.input-text,
.woocommerce-page .woocommerce-MyAccount-content form .form-row input.input-text {
	border: 2px solid #E8E8E8;
	padding-left: 30px;
	padding-right: 30px;
}

.woocommerce .woocommerce-MyAccount-content form .form-row em {
	color: #5B666F;
	display: block;
	font-size: 13px;
	letter-spacing: 0.5px;
	margin-bottom: 16px;
}

.woocommerce .woocommerce-MyAccount-content form legend {
	border: none;
	color: #21242C;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -1px;
	padding-top: 20px;
}

.woocommerce form .woocommerce-MyAccount-content .show-password-input,
.woocommerce-page .woocommerce-MyAccount-content form .show-password-input {
	opacity: 0.5;
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content button[type=submit] {
	background: #4585d6;
  margin-top: 21px;
	padding: 25px 10%;
}

.my-account-groups .wdm-select-wrapper {
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.my-account-groups .wdm-select-wrapper-content {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0 !important;
}

.my-account-groups #wdm_search_submit div.ldgr-group-settings-wrap {
	background: url(../img/pencil.svg) 50% 50% / 19px no-repeat;
	border: 2px solid #005AC8;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 29px;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-moz-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	padding: 0;
	position: static;
	width: 48px;
	height: 48px;
}

.my-account-groups #wdm_search_submit div.ldgr-group-settings-wrap img {
	opacity: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	width: 48px;
}

.my-account-groups .wdm-select-wrapper-content h3 {
	background-color: #005AC8;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	color: #fff;
	font-size: 24px !important;
	font-weight: 700 !important;
	letter-spacing: 0;
	line-height: 1.2em;
	margin: 0;
	margin-bottom: 24px !important;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding: 22px 24px;
	width: 100%;
}

.my-account-groups .wdm-select-wrapper-content select[name="wdm_group_id"] {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0 24px;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

#wdm_search_submit .wdm-select-wrapper-content select,
#wdm_search_submit #wdm_ldgr_course_id {
	color: #21242C;
	padding-right: 50px !important;
}

.my-account-groups .wdm-registration-wrapper {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px solid #F5F5F5;
	margin: 0 32px;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-moz-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	padding: 28px 0;
	width: 100%;
}

.my-account-groups .wdm-registration-wrapper p {
	color: #21242C;
	font-size: 19px;
}

.my-account-groups a.ldgr-add-new-users {
	background-color: #005AC8;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 1em;
	margin-left: auto;
	padding: 16px 25px;
	position: static;
}

#wdm_search_submit button,
#wdm_search_submit input[type="button"],
.woocommerce #wdm_search_submit a.button,
.woocommerce-page #wdm_search_submit a.button,
#wdm_search_submit input[type="submit"],
#wdm_search_submit a.button {
	font-size: 16px;
	line-height: 1em;
	padding: 16px 25px;
}

#wdm_search_submit .wdm_group_course_detail {
	margin: 0 32px;
	padding: 24px 0;
}

#wdm_search_submit .wdm_group_course_detail p.wdm_course_list_title {
	background-color: transparent;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	color: #21242C;
	float: left;
	font-size: 20px;
	font-weight: 400;
	padding: 0;
	padding-right: 5px;
}

#wdm_search_submit .wdm_group_course_detail p.wdm_course_list_title:after {
	content: ":";
}

#wdm_search_submit .wdm_group_course_detail ul {
	list-style: none;
}

#wdm_search_submit .wdm_group_course_detail li {
	color: #005AC8;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	padding-right: 10px;
}

#wdm_search_submit .ldgr-group-actions {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px solid #F5F5F5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 32px;
	padding: 24px 0;
}

#wdm_search_submit .ldgr-group-actions div {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 24px;
}

#wdm_search_submit .ldgr-group-actions label {
	color: rgba(33, 36, 44, 0.4);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0;
}

#wdm_search_submit button {
	background-color: transparent;
	border: 2px solid #005AC8;
	color: #005AC8;
	font-weight: 500;
	margin-top: 24px;
}

#wdm_search_submit button:hover {
	background-color: #005AC8;
	color: #fff;
}

#wdm_search_submit .wdm-tabs-wrapper {
	background-color: transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 32px;
}

#wdm_search_submit .wdm-tabs-inner-links {
	display: none;
}

#wdm_search_submit .wdm-tabs-wrapper .tab-content {
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: block;
	margin-bottom: 32px;
	padding: 0 !important;
}

#wdm_search_submit .wdm-tabs-wrapper .tab-content:before {
	background-color: #005AC8;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 24px;
	padding: 22px 24px;
	width: 100%;
}

#wdm_search_submit .wdm-tabs-wrapper #tab-1.tab-content{
  -webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
  order: 2;
}

#wdm_search_submit .wdm-tabs-wrapper #tab-2.tab-content {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

#wdm_search_submit .wdm-tabs-wrapper #tab-3.tab-content {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 6;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 6;
	order: 6;
}

#wdm_search_submit .wdm-tabs-wrapper #tab-2.tab-content:before {
	content: "Enroll New User";
}

#wdm_search_submit ul.wdm-adduser-tabs {
	border: 2px solid #005ac8;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	float: none;
	margin: 0 24px;
	margin-bottom: 33px;
}

#wdm_search_submit ul.wdm-adduser-tabs li {
	padding: 0;
}

#wdm_search_submit .wdm-tab-link a {
	border: none !important;
	font-size: 16px;
	font-weight: 500;
	min-width: 155px;
	padding: 10px 32px;
	text-align: center;
}

#wdm_search_submit .wdm-tab-link.current a {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

#wdm_search_submit .wdm-tab-link span.dashicons {
	margin-top: 0;
}

.dashicons-admin-users:before {
	content: "+";
	font-size: 28px;
	font-weight: 300;
	line-height: 8px;
}

.dashicons-upload:before {
	content: url(../img/upload-user.svg);
	display: block;
	margin-top: -2px;
}

#wdm_search_submit .wdm-tab-link[data-tab="tab-add-user"] {
	margin-left: -2px;
}

#wdm_search_submit .wdm-tab-link[data-tab="tab-upload-csv"] {
	margin-right: -2px;
}

#wdm_search_submit .wdm-tab-link.current .dashicons-upload:before {
	content: url(../img/upload-user-white.svg);
}

#wdm_search_submit #tab-add-user,
#wdm_search_submit #tab-upload-csv {
	margin: 0 24px;
	margin-bottom: 40px;
}

table#add_user_data {
	margin-bottom: 18px;
}

#wdm_add_user_fields {
	text-align: right;
}

#wdm_add_user_fields #wdm_submit {
	min-width: 156px;
}

#wdm_search_submit table#add_user_data input {
	font-size: 16px;
	padding: 9px 16px !important;
}

#wdm-clear .wdm-add-user-btn .dashicons,
.dashicons,
.dashicons-before:before {
	height: auto;
	width: auto;
}

#wdm_search_submit #wdm-clear a span {
	font-family: "Shape", Verdana, Arial, sans-serif;
	font-size: 16px;
}

.dashicons-plus:before {
	border: 1px solid #005AC8;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	color: #005AC8;
	display: inline-block;
	content: "Add Row";
	padding: 7px 15px;
}

#wdm-clear .wdm_clear_data span:before {
	content: "Clear";
}

#wdm-clear .wdm_clear_data img {
	display: none;
}

.wdm-new-user-content .wdm-upload-handler {
	text-align: center;
}

.wdm-new-user-content .wdm-upload-handler:before {
	content: url(../img/upload-users.svg);
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 97px;
}

#wdm_search_submit .wdm-upload-handler label[for="uploadcsv"] {
	font-weight: 400;
	margin-right: 0;
	min-width: 192px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.upload-arrow {
	display: inline-block;
	margin: 0 18px;
}

#uploadcsv {
	display: inline-block;
	height: 0 !important;
	width: 0 !important;
}

.wdm-download-csv {
	margin-left: auto;
	margin-right: auto;
	max-width: 390px;
	padding: 0 !important;
	text-align: left;
}

.wdm-download-csv > span,
.wdm-download-csv a > span {
	display: none;
}

.wdm-download-csv a:before {
	color: #005AC8;
	content: "Download sample CSV";
	font-size: 16px;
	text-decoration: underline;
}

#wdm_submit_upload {
	display: inline-block !important;
	font-weight: 600;
	margin-left: auto;
	margin-top: 0 !important;
	min-width: 156px;
}

#wdm_search_submit .wdm-tabs-wrapper #tab-1.tab-content:before {
	content: "Enrolled Users";
	text-align: left;
}

#wdm_search_submit #bulk_remove {
	background-color: transparent;
	border: 2px solid #005AC8;
	color: #005AC8;
	margin: 0 24px;
	padding-bottom: 14px;
	padding-top: 14px;
}

#wdm_search_submit #bulk_remove:hover {
	background-color: #005AC8;
	color: #fff;
}

#wdm_search_submit .dataTables_length label {
	color: #21242C;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0;
	position: absolute;
	right: 0;
	top: -70px;
	width: 200px;
}

#wdm_search_submit .dataTables_length select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(../img/arrow-select.svg) -webkit-calc(100% - 20px) 50% / 11px no-repeat;
	background: #fff url(../img/arrow-select.svg) -moz-calc(100% - 20px) 50% / 11px no-repeat;
	background: #fff url(../img/arrow-select.svg) calc(100% - 20px) 50% / 11px no-repeat;
	border: 1px solid #E8E8E8;
	border-radius: 100px;
	cursor: pointer;
	font-size: 19px;
	min-width: 88px;
	outline: none;
	padding: 5px 16px;
	padding-right: 32px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#wdm_group_wrapper {
	margin: 32px 24px;
	margin-bottom: 40px;
}

#wdm_group_filter {
	float: none;
}

#wdm_group_filter label {
	color: #5B666F;
	font-weight: 400;
	margin-bottom: 0;
	text-align: left !important;
}

#wdm_search_submit #wdm_group_filter input {
	background: #fff url(../img/search.png) -webkit-calc(100% - 24px) 50% / 20px no-repeat;
	background: #fff url(../img/search.png) -moz-calc(100% - 24px) 50% / 20px no-repeat;
	background: #fff url(../img/search.png) calc(100% - 24px) 50% / 20px no-repeat;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-top: 10px;
}

#wdm_search_submit table#wdm_group {
	margin-bottom: 16px;
}

#wdm_search_submit table#wdm_group th,
#wdm_search_submit table#wdm_group td {
	border: 1px solid #EAEAEA;
}

#wdm_search_submit table#wdm_group th,
#wdm_search_submit table#add_user_data thead tr th {
	border-bottom: none;
	border-left: none;
	border-top: none;
	border-color: #fff;
	font-size: 13px;
}

#wdm_search_submit table#wdm_group th:first-child,
#wdm_search_submit table#add_user_data th:first-child {
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}

#wdm_search_submit table#wdm_group th:last-child,
#wdm_search_submit table#add_user_data th:last-child {
	border-right: none;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}

#wdm_search_submit table#wdm_group td.dataTables_empty {
	background-color: #F5F5F5;
	color: rgba(33, 36, 44, 0.4);
	font-weight: 500;
}

#wdm_search_submit table.dataTable td,
#wdm_search_submit table#add_user_data td {
	background-color: #fff;
}

#wdm_search_submit table#wdm_group td {
	color: #21242C;
	font-size: 14px;
}

#wdm_search_submit table td input[type="checkbox"] {
	height: 16px;
	width: 16px;
}

#wdm_search_submit td.ldgr-actions a.button {
	font-weight: 400;
	padding: 8px 10px;
}

#wdm_search_submit td.ldgr-actions a.button.wdm_remove {
	background-color: #fff;
	border: 1px solid #005AC8;
	color: #005AC8;
	padding-bottom: 7px;
	padding-top: 7px;
}

#wdm_search_submit td.ldgr-actions a.button.wdm_remove:hover {
	background-color: #005AC8;
	color: #fff;
}

#wdm_search_submit #wdm_group_info,
#wdm_search_submit #wdm_group_paginate {
	font-size: 13px;
	padding: 0;
}

#wdm_search_submit #wdm_group_info {
	color: #5B666F;
}

#wdm_search_submit #wdm_group_paginate {
	line-height: 1em;
}

#wdm_search_submit .dataTables_paginate .paginate_button.current {
	display: none;
}

#wdm_search_submit .dataTables_paginate .paginate_button.disabled {
	opacity: 0.4;
}

#wdm_search_submit .dataTables_paginate .paginate_button {
	color: #21242C !important;
	padding-bottom: 0;
	padding-top: 0;
}

#wdm_search_submit .dataTables_paginate .paginate_button.next {
	padding-right: 0;
}

#wdm_search_submit .dataTables_paginate .paginate_button.next:after,
#wdm_search_submit .dataTables_paginate .paginate_button.previous:before {
	display: inline-block;
	vertical-align: middle;
}

#wdm_search_submit .dataTables_paginate .paginate_button.next:after {
	content: url(../img/group-arrow-next.svg);
	margin-left: 8px;
}

#wdm_search_submit .dataTables_paginate .paginate_button.previous:before {
	content: url(../img/group-arrow-prev.svg);
	margin-right: 8px;
}

#wdm_search_submit .wdm-tabs-wrapper #tab-3.tab-content:before {
	content: "Report";
}

#tab-3 .wdm-select-wrapper h6 {
	display: none !important;
}

#tab-3 .wdm-select-wrapper {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0 !important;
	padding: 24px;
	padding-top: 0;
}

#tab-3 #wdm_ldgr_course_id {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 32px;
}

#tab-3 #wdm_ldgr_show_report {
	margin-left: 0 !important;
}

#tab-3 #wdm_ldgr_group_report_wrapper {
	padding: 24px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details header h2 {
	margin-bottom: 10px;
}

.woocommerce-downloads .woocommerce .woocommerce-Message--info a.woocommerce-Button,
#wdm_add_user_fields #add_details .wdm_remove_add_user,
#wdm_ldgr_group_report_length,
.ld-user-groups {
	display: none;
}

.woocommerce-page ul.products li.product a.button, .woocommerce-page .woocommerce-message a.button, .woocommerce-page .woocommerce-message a.button.wc-forward, .woocommerce-page .woocommerce a.button.wc-forward, .woocommerce-page button.button, .woocommerce-page button.button.alt, .woocommerce-page a.button, .woocommerce-page a.button.alt, .woocommerce-page .woocommerce button[type=submit], .woocommerce-page button[type=submit].alt.disabled{
  color: #fff;
  background-color: #005ac8;
}

.my-account-groups .wdm-registration-wrapper p span {
	color: #005AC8;
	font-weight: 700;
}

.woocommerce .woocommerce-orders-table__cell-order-actions a.button.view {
	margin-bottom: 0;
	margin-right: 0;
}

.woocommerce .account-orders-table .woocommerce-orders-table__cell-order-actions a.button.view {
	margin-bottom: 12px;
}

.woocommerce-orders-table__cell-order-ast-track .button,
table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--actions .button.edit,
.woocommerce .woocommerce-orders-table__cell-order-actions a.button.pay {
	background-color: #fff !important;
	border: 2px solid #005ac8 !important;
	color: #005ac8 !important;
	padding-bottom: 12px !important;
	padding-top: 12px !important;
}

.woocommerce-orders-table__cell-order-ast-track .button:hover,
table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--actions .button.edit:hover,
.woocommerce .woocommerce-orders-table__cell-order-actions a.button.pay:hover {
	background-color: #005ac8 !important;
	color: #fff !important;
}

table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--actions .button.delete {
	background-color: transparent !important;
	color: #005ac8 !important;
	display: block !important;
	margin-top: 10px !important;
	padding: 0 !important;
}

table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--actions .button.delete:hover {
	background-color: #4585d6 !important;
}

.woocommerce-page table.shop_table td.woocommerce-orders-table__cell-order-actions {
	width:auto;
}
.woocommerce-page table.shop_table td.woocommerce-orders-table__cell-order-actions.multiple-buttons {
	min-width: 292px;
}

.woocommerce .woocommerce-orders-table__cell-order-actions a.button.cancel {
	background: #fff url(../img/clear.svg) 50% 50% / 20px no-repeat;
	color: #005ac8;
	display: inline-block;
	height: 20px;
	margin-bottom: 0;
	margin-left: 12px;
	margin-right: 0;
	overflow: hidden;
	padding: 0;
	text-indent: 999px;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	vertical-align: middle;
	width: 20px;
}

.woocommerce .woocommerce-orders-table__cell-order-actions a.button.cancel:hover {
	opacity: 0.7;
}

.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-ast-track .button{
	margin-bottom: 12px;
}

@media screen and (max-width: 1100px) {
	.woocommerce .col2-set .col-1.woocommerce-Address,
	.woocommerce .col2-set .col-2.woocommerce-Address {
		float: none;
		width: 100%;
	}
	
	.woocommerce-Address + .woocommerce-Address {
		margin-top: 80px;
	}
}

@media screen and (max-width: 1024px) {
	#wdm_search_submit .wdm-select-wrapper-content {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	#wdm_search_submit .wdm-select-wrapper-content select {
		width: 50%;
	}
}

@media screen and (max-width: 1010px) {
	.woocommerce-page table.shop_table td.woocommerce-orders-table__cell-order-actions {
		min-width: auto;
	}
}

@media screen and (max-width: 943px) {
	#tab-3 #wdm_ldgr_course_id {
		margin-right: 0;
		width: 100%;
	}
	
	#tab-3 #wdm_ldgr_show_report {
		margin-top: 24px;
	}
}

@media screen and (max-width: 767px) {
	.myDashboard {
		margin-top: 60px;
	}
}

@media screen and (max-width: 640px) {
	#wdm_search_submit .wdm-select-wrapper-content {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.my-account-groups #wdm_search_submit div.ldgr-group-settings-wrap {
		margin-left: 24px;
		margin-right: 0;
		margin-top: 24px;
	}
	
	#wdm_search_submit .wdm-select-wrapper-content select {
		width: 100%;
	}
	
	.my-account-groups .wdm-registration-wrapper,
	#wdm_search_submit .ldgr-group-actions,
	#wdm_search_submit .wdm_group_course_detail {
		margin: 0 24px;
	}
	
	#wdm_search_submit .ldgr-group-actions {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	#wdm_search_submit .ldgr-group-actions div {
		margin-right: 0;
		width: 100%;
	}
	
	#tab-3 #wdm_ldgr_show_report {
		margin-top: 0;
	}
	
	#wdm_search_submit .dataTables_length label {
		margin-bottom: 32px;
		position: relative;
		text-align: left;
		top: auto;
	}
	
	#wdm_search_submit .wdm-tabs-wrapper .tab-content:before {
		font-size: 20px;
	}
}

@media screen and (max-width: 500px) {
	#wdm_search_submit .wdm-upload-handler label[for="uploadcsv"] {
		margin-bottom: 0;
		margin-right: 0;
	}
	
	.wdm-download-csv {
		text-align: center;
	}
	
	.upload-arrow {
		display: block;
		margin: 18px 0;
	}
	
	.upload-arrow svg {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

@media screen and (max-width: 480px) {
	.myDashboard {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.woocommerce .woocommerce-MyAccount-content .myaccount-btn.courses-btn a {
		display: block;
		margin-right: 0;
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
		width: 100%;
	}
	
	.woocommerce .woocommerce-MyAccount-content .woocommerce-Address h3,
	.woocommerce .woocommerce-MyAccount-content h3,
	.woocommerce .woocommerce-MyAccount-content form legend {
		font-size: 28px;
	}
	
	#wdm_search_submit .wdm-tab-link a {
		font-size: 14px;
		min-width: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.dashicons-admin-users:before {
		display: block;
		font-size: 24px;
	}
}

@media screen and (max-width: 365px) {
	.myDashboard {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#wdm_search_submit ul.wdm-adduser-tabs,
	#wdm_search_submit #tab-add-user,
	#wdm_search_submit #tab-upload-csv,
	#wdm_group_wrapper,
	.my-account-groups .wdm-select-wrapper-content select[name="wdm_group_id"],
	.my-account-groups #wdm_search_submit div.ldgr-group-settings-wrap,
	.my-account-groups .wdm-registration-wrapper,
	#wdm_search_submit .ldgr-group-actions,
	#wdm_search_submit .wdm_group_course_detail,
	#wdm_search_submit #bulk_remove {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	#tab-3 .wdm-select-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#wdm_search_submit ul.wdm-adduser-tabs {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -moz-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	
	#wdm_search_submit .wdm-tab-link a {
		font-size: 14px;
	}
	
	.woocommerce .woocommerce-orders-table__cell-order-actions a.button.cancel {
		display: block;
		margin-left: auto;
	}
}

@media screen and (max-width: 354px) {
	.woocommerce .woocommerce-orders-table__cell-order-actions a.button.pay {
		margin-left: 12px;
		margin-right: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px), (max-width: 640px) {
	#wdm_search_submit #wdm-clear a {
		display: block;
		margin: 0 !important;
	}
	
	#wdm_search_submit #wdm-clear a + a {
		margin-top: 8px !important;
	}
}

@media screen and (min-width: 641px) {
	#wdm_search_submit .wdm-select-wrapper-content select,
	#wdm_search_submit #wdm_ldgr_course_id {
		font-size: 19px;
		padding: 20px 32px;
	}
	
	#wdm_search_submit .ldgr-group-actions input {
		padding: 23px 32px !important;
	}
}

		
@media screen and (min-width: 433px){	
  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{	
    float: right;	
  }	
  	
  .woocommerce-LostPassword{	
    text-align: right;	
    margin-top: -10px;	
  }	
  	
  #customer_login_container .woocommerce-form button.button{	
    width: auto;	
    margin-bottom: 0;	
  }	
}

@media screen and (min-width: 480px) {
	.woocommerce form .woocommerce-MyAccount-content .password-input input,
	.woocommerce-page .woocommerce-MyAccount-content form .password-input input {
		padding-right: 60px;
	}
	
	.woocommerce form .woocommerce-MyAccount-content .show-password-input,
	.woocommerce-page .woocommerce-MyAccount-content form .show-password-input {
		right: 32px;
	}
}


/*/-------------------------
// Hide header on video grid page
//-------------------------/*/

body.video-grid .fl-post-header{
  display:none;
}

body.video-grid.show_page_title .fl-post-header{
  display: block;
}

body.show_page_title .fl-post-header{
	margin-top: 120px;
}

/**
* New Shop page styles
*/

.woocommerce .shop-notice {
  display: flex;
  align-items: center;
  margin: 20px 0;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 24px;
  color: #404040;
  background: #c2c2c2;
  border: 2px solid #939393;
}

.woocommerce .shop-notice i {
  flex: 0 0 30px;
  margin-right: 20px;
  font-size: 30px;
}

.woocommerce .shop-notice p {
  margin: 0;
}

.woocommerce .products ul, .woocommerce ul.products{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: -10px;
  padding: 20px 0px 0px 0px;
  clear: both;
  list-style: none outside;
}

.woocommerce .products ul, .woocommerce ul.products.facetwp-template .woocommerce-products-header{
  display: none;
}

.woocommerce .products ul, .woocommerce ul.products > *{ margin: 10px; }

.woocommerce ul.products::after, .woocommerce ul.products::before, .woocommerce-page ul.products::after, .woocommerce-page ul.products::before{
  content: none;
}

.woocommerce ul.products li.product, .woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  position: relative;
	float: none;
  margin: 10px;
  padding: 0 0 45px 0;
  background: #fff;
  border-radius: 10px;
  flex: 0 0 calc(100% - 20px);
	width: auto !important;
	max-width: none !important;
	min-width: none !important;
	
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

/* .woocommerce ul.products li.product,  */
.woocommerce ul.products li.product > a,
.woocommerce ul.products li.product .content {
  display: flex;
  flex-direction: column;
}

.woocommerce ul.products li.product .content {
  padding: 20px;
}

.woocommerce ul.products li.product ul {
  display: block;
  margin: 0;
  padding: 0 0 0 1.2em;
  list-style: disc;
}

.woocommerce ul.products li.product ul li {
  list-style: inherit;
}

/* .woocommerce ul.products li.product,  */
.woocommerce ul.products li.product .content .price {
  margin: auto 0 0 0;
}

/* .woocommerce ul.products li.product,  */
.woocommerce ul.products li.product .content {
  flex-grow: 1;
}

.woocommerce ul.products li.product, .woocommerce ul.products li.product.last {
	margin: 10px !important;
}

@media screen and (min-width: 680px){  
  .woocommerce ul.products li.product, .woocommerce ul.products li.product, .woocommerce.columns-4 ul.products.columns-4 li.product, .woocommerce-page.columns-4 ul.products.columns-4 li.product, .woocommerce.woo-4.archive ul.products.columns-4 li.product, .woocommerce-page.woo-4.archive ul.products.columns-4 li.product{
    flex: 0 0 calc(50% - 20px);
  }
  
  #curriculum_options {
	  flex: auto;
	  flex-wrap: wrap;
	  display: block !important;
  }
  
  .woocommerce ul.products li.product.featured {
    flex-basis: calc(100% - 20px) !important;
  }

  .woocommerce ul.products li.product.featured img {
    display: block;
    margin: 0;
    border-radius: 8px 0 0 0;
  }
}

@media screen and (min-width: 900px){  
  .woocommerce ul.products li.product.featured {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  
  .woocommerce ul.products li.product.featured a{
    width: 60%;
  }
  
  .woocommerce ul.products li.product.featured .content{
    width: 40%;
  }
  
  .woocommerce ul.products li.product.featured input.request-quote-product-quantity{
    box-sizing: border-box;
    width: calc(100% - 525px);
    margin-top: -50px;
    margin-left: auto;
    margin-right: 3%;
  }
  
  .woocommerce ul.products li.product.featured > a:first-child {
    flex: 0 0 480px;
  }
}

@media screen and (min-width: 1000px){
  .woocommerce ul.products li.product, .woocommerce ul.products li.product, .woocommerce.columns-4 ul.products.columns-4 li.product, .woocommerce-page.columns-4 ul.products.columns-4 li.product, .woocommerce.woo-4.archive ul.products.columns-4 li.product, .woocommerce-page.woo-4.archive ul.products.columns-4 li.product{
    flex: 0 0 calc(33.33% - 20px);
  }
}

@media screen and (min-width: 1200px){
  .woocommerce ul.products li.product .content {
    padding: 20px 32px;
  }
  
  .woocommerce.columns-4 ul.products.columns-4 li.product, .woocommerce-page.columns-4 ul.products.columns-4 li.product, .woocommerce.woo-4.archive ul.products.columns-4 li.product, .woocommerce-page.woo-4.archive ul.products.columns-4 li.product, .woocommerce ul.products li.product, .woocommerce ul.products li.product{
    flex: 0 0 calc(33% - 20px);
  }
  .woocommerce.columns-4 ul.products.columns-4 li.product.featured, .woocommerce-page.columns-4 ul.products.columns-4 li.product.featured, .woocommerce.woo-4.archive ul.products.columns-4 li.product.featured, .woocommerce-page.woo-4.archive ul.products.columns-4 li.product.featured,
	.woocommerce ul.products li.product.featured, .woocommerce ul.products.column-4 li.product.featured{
  	flex: 0 0 calc(50% - 20px);
  }
}

.woocommerce ul.products li.product .price bdi, .curriculum_options_select ul.products li.product .price bdi, .cart .price{
  font-weight: bold;
}

.woocommerce ul.products li.product a.button.add_to_cart_button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 100%;
  margin: 0px!important;
  padding: 14px 15px;
  background: #005AC8;
  text-align: center;
  border-radius: 0 0 8px 8px !important;
	transition: background .5s;
}

.woocommerce ul.products li.product .cart a.button.add_to_cart_button.added{
  min-width: 176px;
  padding: 12px 24px;
  color: #fff;
}

.woocommerce ul.products li.product .cart a.added_to_cart.wc-forward{
  position: absolute;
  top: -35px;
  right: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.woocommerce ul.products li.product .cart a.button.add_to_cart_button{
  border-radius: 0 0 8px 0 !important;
}

.woocommerce ul.products li.product a.button.add_to_cart_button:hover {
	background: #4585d6;
}

.woocommerce ul.products li.product form.cart > *, .woocommerce ul.products li.product .cart > *{
  flex: 1 0 0;
}

.woocommerce ul.products li.product form.cart, .woocommerce ul.products li.product .cart{
  display: flex;
  position: absolute;
  justify-content: space-between;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 0px;
}

.woocommerce ul.products li.product form.cart a.button.add_to_cart_button, .woocommerce ul.products li.product .cart a.button.add_to_cart_button{
  position: relative;
  min-width: auto;
}

@media screen and (max-width: 252px){
  .woocommerce ul.products li.product form.cart a.button.add_to_cart_button, .woocommerce ul.products li.product .cart a.button.add_to_cart_button {
    padding: 6px 15px;
  }
}


.woocommerce ul.products li.product form.cart .quantity, .woocommerce ul.products li.product .cart .quantity {
  position: relative;
}

.woocommerce ul.products li.product form.cart .quantity input.qty, .woocommerce ul.products li.product .cart .quantity input.qty{
	-moz-appearance: textfield;
  width: 100%;
  height: 48px;
  line-height: 100%;
  font-size: 20px;
  text-align: center;
  border-radius: 0 0 0 11px !important;
  background: #fff !important;
  border: #005ac8 1px solid;
  border-color: #005ac8;
}

.woocommerce ul.products li.product form.cart .quantity input.qty::-webkit-outer-spin-button,
.woocommerce ul.products li.product form.cart .quantity input.qty::-webkit-inner-spin-button, 
.woocommerce ul.products li.product .cart .quantity input.qty::-webkit-outer-spin-button,
.woocommerce ul.products li.product .cart .quantity input.qty::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

ul.products li.product .custom-cart-arrows{
  position: absolute;
  top: 10px;
  right: 10px;
}

.custom-cart-arrow{
  display: block;
  line-height: .75;
  padding: 0;
}

.woocommerce ul.products li.product .button{
  margin-top: 0px;
  padding: 0px 14px;
  background: #005AC8;
  font-size: 16px;
  border-radius: 0 0 8px 0 !important;
}

.single-product.woocommerce div.product form.cart .button.single_add_to_cart_button, .single-product.woocommerce div.product .cart .button.single_add_to_cart_button{
  background: #0d62cb;
}

.single-product.woocommerce div.product form.cart .bundle_wrap .bundle_price {
  display: none !important;
}

.woocommerce .star-rating span::before{
  color: #005ac8;
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs{
  padding: 20px 0 1px;
}

.theme-bb-theme.woocommerce a.added_to_cart{
  padding-top: 0.9em;
}

.woocommerce div.product .custom-product-excerpt{
  width: 100%;
  padding: 10px;
}

@media screen and (min-width: 1101px) {
  .woocommerce div.product .custom-product-excerpt{
    padding-left: 40px;
  }
}

#curriculum_options > * {
	flex: 1 0 200px;
	margin: 10px;
}

#curriculum_options .facetwp-facet {
	min-height: 51px;
	margin-bottom: 0;
}

#curriculum_options .facetwp-type-dropdown .facetwp-dropdown{
  width: 100%;
  appearance: none;
  outline: 0;
  padding: 10px 26px;
  color: #21242c;
  background: #fff url(../img/arrow-select.svg) -webkit-calc(100% - 20px) 50% / 16px no-repeat;
  background: #fff url(../img/arrow-select.svg) -moz-calc(100% - 20px) 50% / 16px no-repeat;
  background: #fff url(../img/arrow-select.svg) calc(100% - 20px) 50% / 16px no-repeat;
  border: 0;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  
}

#curriculum_options .facetwp-facet-product_search{
  width: calc(100% - 28px);  
}

#curriculum_options .facetwp-facet-product_search .facetwp-icon{
  display: none;
}

#curriculum_options .facetwp-input-wrap{
  display: block;
}

.woocommerce .facetwp-facet-product_search .facetwp-search {
	width: 100%;
  min-width: auto;
  padding: 0 15px;
	border-radius: 8px;
  height: 47px;
  line-height: 43px;
  font-size: 18px;
  color: #5b666f;
  background: #fff;
  background: #fff url(../img/search.png) calc(100% - 24px) 50% / 20px no-repeat;
	border: 2px solid rgba(91, 102, 111, 0.2);
  box-sizing: border-box;
}

#cirriculum_show_hide {
	display: none;
  order: 5;
}

#curriculum_options {
	display: none;
	margin: 0 -10px;
	flex: 0 100%;
}

.woocommerce .facetwp-facet-product_search .facetwp-search::placeholder{
  color: #5b666f;
}

.woocommerce .facetwp-facet-product_search .facetwp-search .facetwp-icon{
  right: 10px;
}

#curriculum_options .fs-dropdown .fs-options{
  border: #005ac8 1px solid;
}

#curriculum_options .fs-dropdown .fs-options .fs-option:active, #curriculum_options .fs-dropdown .fs-options .fs-option:hover{
  background: #005ac8;
  color: #fff;
}

@media screen and (min-width: 800px){
  #curriculum_options .fs-dropdown{
    width: 22%;  
  }
}

#curriculum_options .fs-label-wrap{
  width: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

#curriculum_options .fs-arrow,
.facetwp-search-wrap .facetwp-btn{
  display: none;
}

#curriculum_options .facetwp-search-wrap {
	display: block;
}

.woocommerce .woocommerce-ordering{
  float: none;
}

#curriculum_options .search{
	position: relative;
}

#curriculum_options .search .search_reset {
  display: block;
	position: absolute;
  top: 0;
	right: 0;
  width: 28px;
  line-height: 47px;
  text-align: center;
}

#curriculum_options .fa-undo-alt {
  margin: 0;
	font-size: 12px;
}

.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity{
  margin: 0 15px 0 0;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot tr:not(.cart-subtotal):not(.order-total) td, .woocommerce table.shop_table tfoot tr:not(.cart-subtotal):not(.order-total) th{
  font-weight: normal;
}

.woocommerce table.shop_table tfoot tr.tax-total th, .woocommerce table.shop_table tfoot tr.tax-total td{
  padding-top: 9px;
  border-top: 0;
}

.woocommerce table.shop_table tbody tr.cart_item:not(:first-of-type) td{
  border-top: 0;
}

.woocommerce table.shop_table tbody tr.cart_item td{
  vertical-align: top;
}

.woocommerce table.shop_table tr.order-total:not(.custom-first-payment-date) td, .woocommerce table.shop_table tr.order-total:not(.custom-first-payment-date) th {
  font-size: 24px;
  font-weight: 700;
}

.woocommerce table.shop_table tr.order-total.custom-first-payment-date {
  display: none;
}

.woocommerce ul#shipping_method li label, .woocommerce-page ul#shipping_method li label {
  margin-left: 0;
  font-weight: normal;
}
.woocommerce ul#shipping_method .amount {
  font-weight: normal;
}

.woocommerce table.shop_table thead th {
  font-size: 24px;
}

.fs-search{
  display: none;
}

/* Remove course detail expand arrow from my account for myHeggerty */
.ld-item-details div[data-ld-expands=ld-course-list-item-4967],
.ld-item-details div[data-ld-expands=ld-course-list-item-4404],
.ld-item-details div[data-ld-expands=ld-course-list-item-701],
.ld-item-details div[data-ld-expands=ld-course-list-item-418302],
.ld-item-details div[data-ld-expands=ld-course-list-item-424850]
{
  display: none;
}


/* Remove progress from my heggerty products in group reports (my accout -> groups -> reports ) */
.wdm-select-wrapper[course="4967"] ~ #wdm_ldgr_group_report_wrapper .course-progress,
.wdm-select-wrapper[course="4404"] ~ #wdm_ldgr_group_report_wrapper .course-progress,
.wdm-select-wrapper[course="701"] ~ #wdm_ldgr_group_report_wrapper .course-progress,
.wdm-select-wrapper[course="418302"] ~ #wdm_ldgr_group_report_wrapper .course-progress{
  display: none;
}

.wdm-select-wrapper[course="4967"] ~ #wdm_ldgr_group_report_wrapper .details-control,
.wdm-select-wrapper[course="4404"] ~ #wdm_ldgr_group_report_wrapper .details-control,
.wdm-select-wrapper[course="701"] ~ #wdm_ldgr_group_report_wrapper .details-control,
.wdm-select-wrapper[course="418302"] ~ #wdm_ldgr_group_report_wrapper .details-control{
  display: none;
}

/* End Remove progress from my heggerty products in group reports */


/* Single product woocommerce image gallery  */
.woocommerce div.product div.images.woocommerce-product-gallery{
  width: 100%;
  max-width: 600px;
  order: 2;
  margin-top: 50px;
}

@media screen and (min-width: 600px){
  .woocommerce div.product div.images.woocommerce-product-gallery{
      margin: 50px auto 0 auto;
  }
}

@media screen and (min-width: 1270px){
  .woocommerce div.product div.images.woocommerce-product-gallery{
      width: calc(45% - 70px);
      margin: 0 0 0 70px;
  }
}

/* Set thumbnails for product gallery image to one line */
.woocommerce div.product div.images .flex-control-thumbs{
  display: flex;
}

@media screen and (min-width: 768px){
  
  .woocommerce div.product div.images .flex-control-thumbs li{
    min-width: 80px;
  }

}

.flex-direction-nav{
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  padding-top: 1.2em;
}


.flex-direction-nav .flex-nav-next .flex-next,
.flex-direction-nav .flex-nav-prev .flex-prev{
  color: transparent;
}

.flex-direction-nav .flex-nav-next .flex-next:hover::before,
.flex-direction-nav .flex-nav-prev .flex-prev:hover::before{
  opacity: 0.75;
}

.flex-direction-nav .flex-nav-next .flex-next::before,
.flex-direction-nav .flex-nav-prev .flex-prev::before{
  content: "";
  background: url("img/arrow.svg");
  display: block;
  width: 53px;
  height: 23px;
}

.flex-direction-nav .flex-nav-prev .flex-prev::before{
  transform: rotate(180deg);
}

/*/-------------------------
// My Account Orders - Hide "Get Help" Button (Added by Woocommerce Help Scout Plugin)
//-------------------------/*/

.woocommerce-orders-table__cell-order-actions a:last-child {
	display: none;
}

/*/-------------------------
// myHeggerty Landing Page
//-------------------------/*/

.page-template-page-myheggerty #hero {
  min-height: 75vh;
  position: relative;
}

.page-template-page-myheggerty #hero .bg {
  padding-top: 60%;
  background-position: right top;
  background-size: contain;  
  background-repeat: no-repeat;
}

.page-template-page-myheggerty #hero > .container {
  padding-top: 40px;
  padding-bottom: 180px;
}

.page-template-page-myheggerty #hero .content {
  position: relative;
  max-width: 480px;
}

.page-template-page-myheggerty #hero .subtitle {
  font-size: 24px;
  margin-top: 1em;
}

.page-template-page-myheggerty #hero .buttons {
  margin: 90px -15px 0 -15px;
}

.page-template-page-myheggerty #hero .buttons > * {
  display: inline-block;
  vertical-align: top;
  margin: 15px;
}

.page-template-page-myheggerty #hero .buttons a {
  display: inline-block;
  position: relative;
  height: 72px;
  line-height: 72px;
  padding: 0 25px;
  white-space: nowrap;
  border-radius: 100px;
  font-size: 19px;
  font-weight: bold;
  overflow: hidden;
}

.page-template-page-myheggerty #hero .buttons a.ak-watch-button {
  line-height: 68px;
}

.page-template-page-myheggerty #hero .buttons a:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity .5s;
}

.page-template-page-myheggerty #hero .buttons a.lighten:after {
  background: rgba(255, 255, 255, 0.25);
}

.page-template-page-myheggerty #hero .buttons a.darken:after {
  background: rgba(0, 0, 0, 0.05);
}

.page-template-page-myheggerty #hero .buttons a:hover:after {
  opacity: 1;
}

.page-template-page-myheggerty #myheggerty-intro {
  padding: 65px 0;
  text-align: center;
  background: #fff;
}

.page-template-page-myheggerty #myheggerty-intro > .container {
  max-width: 880px;
}

.page-template-page-myheggerty #myheggerty-intro h2 {
  font-size: 36px;
  margin: 0 0 1em 0;
}

.page-template-page-myheggerty #features {
  padding: 120px 0;
}

.page-template-page-myheggerty #features .features {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: -30px;
  padding: 0;
}

.page-template-page-myheggerty #features .feature,
.page-template-page-myheggerty #features .cta {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 0 0 calc(100% - 60px);
  margin: 30px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}

.page-template-page-myheggerty #features .feature .image {
  height: 0;
  padding-top: 66%;
  background-position: center center;
  background-size: cover;
}

.page-template-page-myheggerty #features .feature .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;  
  flex: 1 0 auto;
  padding: 30px;
}

.page-template-page-myheggerty #features .feature h3 {
  margin: 0 0 1.25em 0;
  font-size: 19px;
}

.page-template-page-myheggerty #features .feature p {
  margin-bottom: 1.5em;
  font-weight: 300;
  color: #21242c;
}

.page-template-page-myheggerty #features .feature .ak-wistia-lightbox-button-container,
.page-template-page-myheggerty #features .feature .coming-soon {
  margin-top: auto;
}

.page-template-page-myheggerty #features .feature .ak-watch-button,
.page-template-page-myheggerty #features .feature .coming-soon {
  display: inline-block;
  width: auto;
  height: 47px;
  line-height: 47px;
  padding: 0 20px;
  border-radius: 100px;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
}

.page-template-page-myheggerty #features .feature .ak-watch-button {
  line-height: 42px;
  background: #005ac8;
}

.page-template-page-myheggerty #features .feature .coming-soon {
  background: #5b666f;
}

.page-template-page-myheggerty #features .cta {
  justify-content: center;
  padding: 50px 30px;
  text-align: center;
}

.page-template-page-myheggerty #features .cta img {
  display: block;
  margin: 0 auto 30px auto;
}

.page-template-page-myheggerty #features .cta p {
  font-size: 32px;
  line-height: 1.25em;
  font-weight: bold;
}

.page-template-page-myheggerty #features .cta a {
  margin-top: 30px;
  padding-top: 0;
  height: 72px;
  line-height: 72px !important;
}

@media screen and (min-width: 800px) {
  .page-template-page-myheggerty #hero {
    display: flex;
    align-items: center;
  }
  
  .page-template-page-myheggerty #hero .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
  }
  
  .page-template-page-myheggerty #hero .container {
    padding-top: 180px;
  }
  
  .page-template-page-myheggerty #hero .subtitle {
    font-size: 32px;
  }
  
  .page-template-page-myheggerty #features .feature,
  .page-template-page-myheggerty #features .cta {
    flex-basis: calc(50% - 60px);
  }
}

@media screen and (min-width: 1101px) {
  .page-template-page-myheggerty #hero .bg {
    top: 120px;
  }
}

@media screen and (min-width: 1200px) {
  .page-template-page-myheggerty #features .feature,
  .page-template-page-myheggerty #features .cta {
    flex-basis: calc(33.33% - 60px);
  }
}

.myheggerty-columns {
  margin: 0 -15px;
}

.myheggerty-columns .wp-block-column {
  margin: 15px;
  padding: 30px;
  border-radius: 8px;
  background: #fff;
}

.myheggerty-columns .wp-block-column.empty_curriculum_block{
  background: transparent;
}


@media (max-width: 781px) {
  .myheggerty-columns .wp-block-column {
    flex-basis: calc(100% - 30px) !important;
  }
}

.myheggerty-columns .wp-block-column,
.myheggerty-columns .wp-block-column .wp-block-group,
.myheggerty-columns .wp-block-column .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
}

.myheggerty-columns .wp-block-column .wp-block-group,
.myheggerty-columns .wp-block-column .wp-block-group__inner-container {
  flex-grow: 1;
}

.myheggerty-columns .wp-block-column p {
  margin-bottom: 1.5em;
}

.myheggerty-columns .wp-block-column p + * {
  margin-top: auto;
}

.myheggerty-columns .wp-block-column p + * .button {
  display: inline-block;
}

.myheggerty-columns .dlv-shortcode-button, .myheggerty-columns .decode-shortcode-button{
  /*margin-top: 10px;*/
}

.myheggerty-columns .wp-block-column .wp-block-spacer {
  display: none;
}

.myheggerty-columns .wp-block-column .wp-block-button {
  margin: 0;
}

.ebook-modal{
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  padding: 20px;
  /*background: #e9e8e8;*/
  z-index: 10000;
}

.close-ebook-modal{
  display: block;
  margin-bottom: 10px;
  text-align: right;
}

.ebook-preview .ak-watch-button .fa-book-open{
  display: inline-block;
  margin-right: 15px;
}

/*EPK & PEC Customizaiton*/
.wordcontainer.accordion{
  padding: 10px 60px 10px 30px;
}

.accordion h3.arrow:after{
  content:"";
  position: absolute;
  right: 30px;
  border: 3px solid #005ac8;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 5px;
/*   border:20px solid transparent;
  border-left: 20px solid red; */
}

.accordion h3.arrow.up:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.accordion h3.arrow.down:after{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/*Custom Styles for the EPK Digital Curriculum Page*/
.lesson_overview .wistia_responsive_padding{
	margin-top: 18px;
}

.lesson_overview ul.wordcontainer li{
	margin-left: 20px;
}

/*Custom Duties & Taxes text on the checkout page*/
.shop_table .custom-duties td a, a#custom-duties-info{
  text-decoration: underline;
  font-style: italic;
  cursor: pointer;
}

.shop_table .custom-duties td p#cod-text, .woocommerce-table--order-details #cod-text{
  position: absolute;
  z-index: 9999;
  padding: 10px;
  border: #ccc 1px solid;
  border-radius: 8px;
  background-color: #fff;
  width: 300px;
  font-size: small;
}

.shop_table .custom-duties td p#cod-text span.close-cod-text, .woocommerce-table--order-details #cod-text span.close-cod-text{
  display: block;
  text-align: right;
  margin-bottom: 5px;
  cursor: pointer;
}

/*Request a Quote Styles*/
.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.woocommerce a.button.wc-forward.quote {
  background: #434343;
  margin-bottom: 10px;
}

.woocommerce-checkout .woocommerce.quote .woocommerce-checkout-review-order .wc_payment_methods, .woocommerce-checkout .woocommerce.quote .woocommerce-checkout-review-order .place-order button#place_order{
  display: none;
}

.woocommerce-checkout .woocommerce.quote .woocommerce-checkout-review-order .place-order button#ywraq_checkout_quote {
  float: right;
}

/*Gravity Forms for Downloads*/

p.gform_required_legend {
  display: none;
}

#gform_4 .gfield_required{
  display: none;
}

#gform_4 .gform_body .gform_fields .ginput_container label, #gform_4 .gform_body .gform_fields .gfield label.gfield_label{
  font-weight: normal;
  font-size: 16px;
}

#gform_4 .gform_body .gform_fields .ginput_container input{
  background: none;
  padding: 10px 20px;
  font-size: 16px;
  color: #5b666f;
}

#gform_4 .gform_body .gform_fields .gfield div.ginput_container_select select{
  width: 100%;
  appearance: none;
  outline: 0;
  padding: 10px 20px;
  font-size: 16px;
  color: #5b666f;
  background: #fff url(../img/arrow-select.svg) -webkit-calc(100% - 20px) 50% / 16px no-repeat;
  background: #fff url(../img/arrow-select.svg) -moz-calc(100% - 20px) 50% / 16px no-repeat;
  background: #fff url(../img/arrow-select.svg) calc(100% - 20px) 50% / 16px no-repeat;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

#gform_4 .gform_body .gform_fields fieldset label.gfield_consent_label{
  display: inline;
  margin-left: 5px;
}

#gform_4 .gform_body .gform_fields fieldset legend{
  border: none;
  font-weight: normal;
}

#gform_4 .gform_footer{
  text-align: center;
}

#gform_4 .gform_footer input.gform_button{
  padding: 14px 34px;
}

/*Removing the Proceed to Checkout button on the cart page*/
.woocommerce .shop_table.woocommerce-cart-form__contents a.checkout-button.button.alt.wc-forward{
  display: none!important;
}

.woocommerce .cart-collaterals a.button.checkout-button {
  margin-bottom: 10px;
  margin-left: 5px;
}

/*Multi Year Subscriptions*/
.variations_form.cart table.variations select#subscription-length{
  appearance: none;
  outline: 0;
  padding: 10px 26px;
  color: #21242c;
  background: #fff url(../img/arrow-select.svg) -webkit-calc(100% - 20px) 50% / 16px no-repeat;
  background: #fff url(../img/arrow-select.svg) -moz-calc(100% - 20px) 50% / 16px no-repeat;
  background: #fff url(../img/arrow-select.svg) calc(100% - 20px) 50% / 16px no-repeat;
  border: 2px solid rgba(91, 102, 111, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.single-product .cart .wdm-enroll-me-div input[type="checkbox"]{
  padding-right: 20px;
  display: inline-block;
  margin-right: 15px;
  margin-left: 1px;
  width: 15px!important;
  height: 15px!important;
  border: #000 thin solid;
  accent-color: #015AC8;
  line-height: 20px;
}

.single-product .cart .wdm-enroll-me-div input[type="checkbox"]{
  visibility: hidden;
}

.checkmark_single_product{
  position: absolute;
  margin-top: 6px;
  margin-left: 40px;
  height: 18px;
  width: 18px;
  background-color: #C4C4C4;
  left: 0px;
}

.single-product .cart .wdm-enroll-me-div label input:checked ~ .checkmark_single_product:after{
  display: block;
}

span.checkmark_single_product:after{
  left: 6px;
  width: 6px;
  height: 13px;
  border: solid #015AC8;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate( 45deg );
  -ms-transform: rotate(45deg);
  transform: rotate( 45deg );
}

.checkmark_single_product:after{
  content: "";
  position: absolute;
  display: none;
}

.bundle_error .woocommerce-info{
/*   margin-bottom: 50px!important; */
}



/*/-------------------------
// Global LearnDash Styles
// (old code from Rubrik retained for backwards compatibility)
//-------------------------/*/

body.ld-in-focus-mode {
	background-color: #f5f5f5;
}

.learndash-cpt .fl-content {
	margin-bottom: 85px;
	margin-top: 85px;
}

.learndash-cpt .single-post-template .fl-post-header {
	display: block;
	margin: 0;
	margin-bottom: 60px;
	width: 100%;
}

.learndash-cpt .single-post-template .fl-post-header .back {
  display: block;
  margin-bottom: 15px;
  color: #005AC8;
}

.learndash-cpt .single-post-template .fl-post-header .back i {
  margin-right: 5px;
}

.learndash-cpt .single-post-template .fl-post-header .ll_breadcrumbs{
  margin-bottom: 15px;
}

.learndash-cpt .single-post-template .fl-post-header .ll_breadcrumbs a{
  color: #005AC8;
}

.learndash-cpt .custom-post-info-container {
	width: 100%;
}

.learndash-cpt .custom-post-info-wrapper {
	background-color: transparent;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	margin: 0;
	min-width: 100%;
	padding: 0;
}

.learndash-cpt .custom-post-info-wrapper:before,
.learndash-cpt .custom-post-info-wrapper:after {
	content: none;
	display: none;
}

.learndash-wrapper .ld-course-status {
	display: none !important;
}

.learndash-wrapper .ld-tabs {
	margin-top: 0;
}

.learndash-course__intro {
	margin-bottom: 88px;
}

.learndash-course__intro .wp-block-image {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 8px 8px 38px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 8px 8px 38px rgba(0, 0, 0, 0.2);
	box-shadow: 8px 8px 38px rgba(0, 0, 0, 0.2);
	margin-bottom: 0;
}

.learndash-course__intro .wp-block-image img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.learndash-course__intro__descr {
	margin-left: 56px !important;
}

.learndash-course__intro__descr h3 {
	margin-bottom: 30px;
}

.learndash-course__intro__descr h3:first-child {
	margin-top: 0;
}

.videobtn{
	display:inline-block !important;
	margin-bottom: 10px;
}
.videobtn a {
	background-color: #fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	display: inline-block;
	padding: 9px 18px;
}

.videobtn a:before {
	content: url(../img/watch-introduction.svg);
	display: inline-block;
	height: 21px;
	margin-right: 14px;
	vertical-align: middle;
	width: 31px;
}

.videobtn a:hover {
	background-color: rgba(255, 255, 255, 0.6);
}

.wordcontainer__wrapper {
	margin: 88px 0;
}

.wordcontainer {
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 65px 62px;
	margin-top:30px;
}

.wordcontainer p,
.wordcontainer {
	-webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.wordcontainer .wp-block-image {
	margin-bottom: 22px;
}

.wordcontainer figure {
	margin: 0;
}

.wordcontainer .wp-block-buttons,
.wordcontainer .wp-block-button {
	margin: 0;
}

.wordcontainer .wp-block-buttons .wp-block-button__link {
	font-size: 20px;
	font-weight: 500;
	padding: 9px 34px;
}

.wordcontainer .wp-block-buttons .wp-block-button__link:hover {
	background-color: #4585d6 !important;
}

.learndash-cpt .learndash-wrapper .ld-item-list,
.learndash-cpt .custom-post-author-container {
	 display: none !important;
}

.learndash-cpt .learndash-wrapper .ld-item-list.ld-course-content-912403, .learndash-cpt .learndash-wrapper .ld-item-list.ld-course-content-914376, .learndash-cpt .learndash-wrapper .ld-item-list.ld-course-content-914426, .learndash-cpt .learndash-wrapper .ld-item-list.ld-course-content-914467,.learndash-cpt .learndash-wrapper .ld-item-list.ld-course-content-1153858{
  display: block!important;
}

.ld-focus-header {
	border-bottom: none !important;
	height: auto !important;
	min-height: 120px;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo {
	padding-left: 40px;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo img {
	height: auto;
	max-width: 213px;
}

.ld-focus-header .ld-progress,
.ld-focus-header .ld-content-actions {
	display: none !important;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu {
	border-left: 2px solid #f5f5f5;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 224px;
	-moz-box-flex: 0;
	-ms-flex: 0 0 224px;
	flex: 0 0 224px;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	min-height: 120px;
	padding: 20px;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-text {
	color: #21242c;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0;
	-moz-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1em;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar,
.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
	padding-top: 120px;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar {
	border-bottom: 1px solid #e2e7ed;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading {
	padding: 24px 45px 24px 19px;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3 {
	font-size: 22px;
	padding-left: 0;
	text-decoration: underline;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3 .ld-icon {
	display: none;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger {
	height: auto;
	width: auto;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon {
	padding: 7px 9px;
	right: 0;
	top: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon:before {
	content: url(../img/hamburger.svg);
}

.learndash-wrapper .ld-course-navigation .ld-status-icon {
	display: inline-block;
}

/* .learndash-wrapper .ld-course-navigation .ld-topic-list .ld-status-icon{
  display: block;
} */

.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-item-preview-heading,
.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button {
	display: inline-block;
	width: auto;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button {
	margin-left: 20px;
	padding-left: 0;
}

.learndash-wrapper .ld-expand-button .ld-text {
	display: none;
}

.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon {
	background-color: transparent !important;
}

.ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title {
	font-size: 22px;
	font-weight: 800;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-expand-button .ld-icon {
	color: #005ac8;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button .ld-icon {
	color: #21242c;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list {
	background-color: #fff;
	padding-top: 0;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview {
	padding-left: 14px;
  display: flex;
  align-items: center !important;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item {
	font-size: 19px;
}

.learndash-wrapper .ld-table-list a.ld-table-list-item-preview {
	color: #21242c;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item {
	border-bottom-color: #dadada;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title {
	color: #828282;
	font-size: 22px;
	font-weight: 500;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button .ld-icon {
	font-size: 12px;
}

.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
	background-color: #f5f5f5;
	margin-top: 60px;
	padding-left: 65px;
	padding-right: 65px;
}

.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content h1 {
	margin-bottom: 20px;
}

.learndash-wrapper .ld-breadcrumbs {
	background-color: #fff;
	-webkit-border-radius: 64px;
	-moz-border-radius: 64px;
	border-radius: 64px;
}

body.ld-in-focus-mode .learndash-wrapper {
	background-color: transparent;
}

.ld-lesson-topic-list {
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress {
	display: none;
}

.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments {
	font-size: 19px;
}

.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span a {
	font-weight: 400;
}

/*
.learndash-wrapper .ld-breadcrumbs a {
	color: #5b666f !important;
}
*/

.learndash-wrapper .ld-breadcrumbs {
	padding: 31px 38px;
}

.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span:after {
	content: url(../img/breadcrumbs-separator.svg);
	margin-left: 7px;
	margin-right: 5px;
}

.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-lesson-status {
	margin-bottom: 54px;
}


body:not(.single-sfwd-topic) .learndash-wrapper .ld-table-list .ld-table-list-header{
	display: none;
}


.single-sfwd-topic .learndash-wrapper .ld-content-actions{
	border:medium none;
}

.learndash .learndash-wrapper .ld-table-list .ld-table-list-items {
	border: none;
	-webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.1);
	padding-left: 28px;
	padding-right: 28px;
}

.learndash-wrapper .ld-table-list.ld-no-pagination {
	border-bottom: none;
}

.learndash .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview {
	font-size: 22px;
}

.wordcontainer__wrapper-demand {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wordcontainer-demand {
	padding-left: 38px;
	padding-right: 38px;
}

.wordcontainer-demand .wp-block-buttons .wp-block-button {
	display: block;
}

.wordcontainer-demand .wp-block-buttons .wp-block-button__link {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}


.body-course-id-16995 .ld-content-actions, /* Daily Lesson Videos: Spanish Kindergarten */
.body-course-id-16781 .ld-content-actions, /* Daily Lesson Videos: Pre-Kindergarten */
.body-course-id-16561 .ld-content-actions, /* Daily Lesson Videos: Kindergarten */
.body-course-id-15734 .ld-content-actions, /* Daily Lesson Videos: Primary */
.body-course-id-4967 .ld-content-actions, /* myHeggerty Primary */
.body-course-id-4404 .ld-content-actions, /* myHeggerty Kindegarten */
.body-course-id-397031 .ld-content-actions, /* myHeggerty Spanish Pre-K */
.body-course-id-701 .ld-content-actions, /* myHeggerty Pre-K */
.body-course-id-4407 .ld-content-actions, /* On Demand PD */
.body-course-id-397556 .ld-content-actions, /* Spanish On Demand PD */
.body-course-id-411686 .ld-content-actions,  /* Bridge the Gap On Demand PD */
.body-course-id-424850 .ld-content-actions  /* myHeggerty Early Pre-K */
{ 
	display: none;
}


/* Disabling Breadcrumbs */
.body-course-id-411686 .ld-breadcrumbs { /* Bridge the Gap On Demand PD */
	display: none;
}


/* Disabling Daily Video Lessons logo link */
.body-course-id-16995 .ld-brand-logo a,
.body-course-id-16781 .ld-brand-logo a,
.body-course-id-16561 .ld-brand-logo a,
.body-course-id-15734 .ld-brand-logo a{
	pointer-events: none !important;
}


/*
.sfwd-courses-template-default .footer-top,
.body-course-id-179 .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button,
.body-course-id-179 .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-expanded,
.body-course-id-179 .ld-lesson-topic-list,
.body-course-id-397556 .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button,
.body-course-id-397556 .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-expanded,
.body-course-id-397556 .ld-lesson-topic-list,
.body-course-id-411686 .ld-lesson-topic-list,
.body-course-id-432297 .ld-lesson-topic-list{
	display: none;
}
*/

.wp-block-button .wp-block-button__link {
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 9px;
	padding-top: 9px;
}

.wp-block-button .wp-block-button__link:hover {
	background-color: #4585d6 !important;
}

.wistia_responsive_padding + p {
	color: #21242c;
	margin-top: 15px;
}

.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-topic-status,
.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-lesson-status {
	margin-bottom: 48px;
}

body:not(.single-sfwd-topic) .learndash-wrapper .learndash-complete .ld-item-list-item-expanded .ld-table-list {
	border-top: 2px solid #e2e7ed;
}

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/*  Learndash reset course progress button */
/*  Align 'Weekly Lesson Plans' with reset course button */
.sfwd-lessons-template-default .learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back{
  display: none;
}

.learndash-reset-button{
  border-radius: 100px !important;
  padding: 15px 20px !important;
  margin-top: 20px;
}

/* Fix alignment with progress icons showing in sidebar/course overview */
.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview{
  display: flex;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading,
.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-item-preview-heading{
  width: 100%;
  display: flex;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button{
  flex-basis: auto;
}
/* End -  Fix alignment with progress icons showing in sidebar/course overview */

/* 'de-bold' mark complete buttons in courses */
.learndash-wrapper .ld-content-action .ld-button,
.learndash-wrapper .ld-content-action .learndash_mark_complete_button{
  font-weight: 500;
}

/*  Remove back to week link */
.single-sfwd-topic .learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back{
  display: none;
}

/*Remove Previous and Next Week from the On Demand Courses*/
.single-sfwd-lessons.learndash-cpt-sfwd-courses-179-parent .learndash-wrapper .ld-content-actions, .single-sfwd-lessons.learndash-cpt-sfwd-courses-432297-parent .learndash-wrapper .ld-content-actions{
  display: none;
}


@media screen and (max-width: 480px) {
	.learndash .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview {
		font-size: 16px;
	}
	
	.learndash-wrapper .ld-breadcrumbs {
		padding-bottom: 18px;
		padding-top: 18px;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-sidebar,
	.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading {
		width: 100%;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading {
		padding-left: 19px;
	}
}

@media screen and (max-width: 599px) {
	.learndash-course__intro__descr {
		margin-left: 0 !important;
		margin-top: 32px;
	}
	
	.wordcontainer__wrapper .wp-block-column {
		-webkit-flex-basis: 100% !important;
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
	}
	
	.wordcontainer__wrapper .wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
}

@media screen and (max-width: 768px) {
	body.admin-bar .learndash-wrapper .ld-focus-header {
		top: 0;
	}
	
	body.admin-bar .learndash-wrapper .ld-focus-sidebar {
		padding-top: 0;
		top: 118px;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}
	
	body:not(.admin-bar) .learndash-wrapper .ld-focus-sidebar {
		padding-top: 0;
		top: 72px;
	}
}

@media screen and (max-width: 782px) {
	body.admin-bar .learndash-wrapper .ld-focus-header,
	body.admin-bar .learndash-wrapper .ld-focus-sidebar {
		top: 46px;
	}
}

@media screen and (max-width: 784px) {
	.ld-focus-header,
	.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu {
		min-height: 72px;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-sidebar,
	.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
		padding-top: 72px;
	}
}

@media screen and (max-width: 800px) {	
	.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content,
	.learndash .learndash-wrapper .ld-table-list .ld-table-list-items {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
		padding: 72px 20px !important;
	}
}

@media screen and (max-width: 1100px) {
	.learndash-course__intro__descr {
		margin-left: 32px !important;
	}
	
	.wordcontainer__wrapper .wp-block-column:not(:first-child) {
		margin-left: 20px;
	}
	
	.wordcontainer {
		padding: 65px 20px;
	}
	
	.wordcontainer .wp-block-buttons .wp-block-button__link {
		font-size: 19px;
		line-height: 1.5;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.learndash-wrapper .ld-breadcrumbs {
		padding: 22px 28px;
	}
	
	.ld-focus-header,
	.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu {
		min-height: 82px;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo {
		padding: 0 20px;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-sidebar,
	.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
		padding-top: 82px;
	}
}

@media screen and (min-width:835px){
  .ld-tab-content::after{
    content: "";
    clear: both;
    display: table;
  }

  .learndash-reset-form{
    float: right;
  }

  .learndash-reset-button{
    margin-top: 0;
  } 
}



/*/-------------------------
// Course-Specific Overrides
// (old code from Rubrik retained for backwards compatibility)
//-------------------------/*/

/* Phonemic Awareness: Pre-Kindergarten and Pre-K with myHeggerty */
body.body-course-id-10113 .videobtn{
	display:none !important;
}
body.postid-271 .learndash-wrapper .ld-course-status,
body.postid-10113 .learndash-wrapper .ld-course-status{
	display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
body.postid-10113 .learndash-wrapper .ld-item-list,
body.postid-271 .learndash-wrapper .ld-item-list{
	display:block !important;
}
body.postid-10113 .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon,
body.postid-10113 .learndash-wrapper .ld-item-list .ld-table-list-item .ld-status-icon,
body.postid-271 .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon,
body.postid-271 .learndash-wrapper .ld-item-list .ld-table-list-item .ld-status-icon{
	display:block;
}
body.postid-271 .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-steps,
body.postid-10113 .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-steps,
body.postid-10113 .learndash-wrapper .ld-item-list .ld-section-heading,
body.postid-271 .learndash-wrapper .ld-item-list .ld-section-heading{
	display:none;
}
body.postid-10113 .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon,
body.postid-271 .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon{
	color: #005AC8;
}
.learndash-wrapper .ld-course-status.ld-course-status-enrolled {
  background-color: #ffffff;
  border-radius: 50px;
  padding: 35px;
}
.learndash-wrapper .ld-progress .ld-progress-bar{
	background-color: #E8E8E8;
}
.learndash-wrapper .ld-course-status .ld-status{
	border-radius: 30px;
	font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  font-size: 19px;
}
.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
  text-transform: none;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
}
.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-stats .ld-progress-steps{
	-ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar #ld-focus-mode-course-heading{
	font-weight: 500;
}

.ld-tab-content .wp-block-table td{
	border: medium none;
}

.ld-focus-sidebar-wrapper {
	padding-bottom: 100px;
}

/*body.postid-15734 .learndash-wrapper .ld-course-status,
body.postid-16561 .learndash-wrapper .ld-course-status,
body.postid-16781 .learndash-wrapper .ld-course-status,
body.postid-16995 .learndash-wrapper .ld-course-status,*/

body.postid-15278 .learndash-wrapper .ld-course-status,
body.postid-15062 .learndash-wrapper .ld-course-status,
body.postid-14561 .learndash-wrapper .ld-course-status,
body.postid-12541 .learndash-wrapper .ld-course-status,
body.postid-12266 .learndash-wrapper .ld-course-status,
body.postid-420074 .learndash-wrapper .ld-course-status{
	display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
body.postid-15734 .learndash-wrapper .ld-item-list,
body.postid-16561 .learndash-wrapper .ld-item-list,
body.postid-16781 .learndash-wrapper .ld-item-list,
body.postid-16995 .learndash-wrapper .ld-item-list,
body.postid-15278 .learndash-wrapper .ld-item-list,
body.postid-15062 .learndash-wrapper .ld-item-list,
body.postid-14561 .learndash-wrapper .ld-item-list,
body.postid-12541 .learndash-wrapper .ld-item-list,
body.postid-12266 .learndash-wrapper .ld-item-list,
body.postid-420074 .learndash-wrapper .ld-item-list,
/*body.postid-221066 .learndash-wrapper .ld-item-list,*/
body.postid-179 .learndash-wrapper .ld-item-list,
body.postid-835122 .learndash-wrapper .ld-item-list,
body.postid-432297 .learndash-wrapper .ld-item-list,
body.postid-411686 .learndash-wrapper .ld-item-list{
	display:block !important;
}
body.postid-15734 .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon,
body.postid-15734 .learndash-wrapper .ld-item-list .ld-table-list-item .ld-status-icon,
body.postid-16561 .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon,
body.postid-16561 .learndash-wrapper .ld-item-list .ld-table-list-item .ld-status-icon,
body.postid-16781 .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon,
body.postid-16781 .learndash-wrapper .ld-item-list .ld-table-list-item .ld-status-icon,
body.postid-16995 .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon,
body.postid-16995 .learndash-wrapper .ld-item-list .ld-table-list-item .ld-status-icon,
body.postid-15278 .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon,
body.postid-15278 .learndash-wrapper .ld-item-list .ld-table-list-item .ld-status-icon,
body.postid-15062 .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon,
body.postid-15062 .learndash-wrapper .ld-item-list .ld-table-list-item .ld-status-icon,
body.postid-14561 .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon,
body.postid-14561 .learndash-wrapper .ld-item-list .ld-table-list-item .ld-status-icon,
body.postid-12541 .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon,
body.postid-12541 .learndash-wrapper .ld-item-list .ld-table-list-item .ld-status-icon,
body.postid-12266 .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon,
body.postid-12266 .learndash-wrapper .ld-item-list .ld-table-list-item .ld-status-icon,
body.postid-405839 .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon,
body.postid-405839 .learndash-wrapper .ld-item-list .ld-table-list-item .ld-status-icon,
body.postid-221066 .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon,
body.postid-221066 .learndash-wrapper .ld-item-list .ld-table-list-item .ld-status-icon{
	display:block;
}
body.postid-15734 .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-steps,
body.postid-15734 .learndash-wrapper .ld-item-list .ld-section-heading,
body.postid-16561 .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-steps,
body.postid-16561 .learndash-wrapper .ld-item-list .ld-section-heading,
body.postid-16781 .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-steps,
body.postid-16781 .learndash-wrapper .ld-item-list .ld-section-heading,
body.postid-16995 .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-steps,
body.postid-16995 .learndash-wrapper .ld-item-list .ld-section-heading,
body.postid-15278 .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-steps,
body.postid-15278 .learndash-wrapper .ld-item-list .ld-section-heading,
body.postid-15062 .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-steps,
body.postid-15062 .learndash-wrapper .ld-item-list .ld-section-heading,
body.postid-14561 .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-steps,
body.postid-14561 .learndash-wrapper .ld-item-list .ld-section-heading,
body.postid-12541 .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-steps,
body.postid-12541 .learndash-wrapper .ld-item-list .ld-section-heading,
body.postid-12266 .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-steps,
body.postid-12266 .learndash-wrapper .ld-item-list .ld-section-heading,
body.postid-405839 .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-steps,
body.postid-405839 .learndash-wrapper .ld-item-list .ld-section-heading,
body.postid-221066 .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-steps,
body.postid-221066 .learndash-wrapper .ld-item-list .ld-section-heading{
	display:none;
}
body.postid-15734 .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon,
body.postid-16561 .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon,
body.postid-16781 .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon,
body.postid-16995 .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon,
body.postid-15278 .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon,
body.postid-15062 .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon,
body.postid-14561 .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon,
body.postid-12541 .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon,
body.postid-12266 .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon,
body.postid-405839 .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon,
body.postid-221066 .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon{
	color: #005AC8;
}

/* LearnDash course footer */

.course-footer {
	color: #21242C;
	float: right; 
	line-height: 2.3;
	padding: 20px 20px 40px;
	text-align: center;
	width: calc(100% - 350px); 
}
.course-footer a {
	color: #21242C;
} 
.course-footer a:hover {
	color: #5b666f;
} 
@media (max-width: 768px) {
	.course-footer {
		width: 100%;
	}
}


/* PO PDF upload */

.payment_box.payment_method_woocommerce_gateway_purchase_order .form-row{
	width:100%
}

.payment_box.payment_method_woocommerce_gateway_purchase_order .form-row #po_number_field{
	width:50%;
	margin-bottom:15px;
}

#alg_checkout_files_upload_form_1{
	display:none
}

#alg_checkout_files_upload_form_1.FileUpload{
	display:block
}

label[for=alg_checkout_files_upload_1]:after{
 content:"*";
	margin-left:5px;
	color:red;
}


/* Order Pay PDF Upload */

#order_review #alg_checkout_files_upload_form_1{
	margin-top:20px;
}

label[for='alg_checkout_files_upload_1']:after{
	content:"*";
	color:red;
	margin-left:5px;
}

#order_review .po_error_upload{
	text-align: right;
    margin: 11px 0px;
    font-size: 16px;
    font-weight: 600;
}

/*Shop All Products Button */
.shop_all_products{
  margin-top: 100px;
  text-align:center;
}

.custom-post-author-bio{
  white-space: break-spaces;
}

/* New Menu Changes */
/* .fl-menu .menu > .fl-has-submenu.two_columns:hover > .sub-menu, .fl-menu .menu > .fl-has-submenu.focus > .sub-menu, .fl-menu .menu > .fl-has-submenu:hover > .sub-menu, .fl-menu .menu > .fl-has-submenu.focus > .sub-menu {
    min-width: 550px!important;
    width: auto;
} */

.fl-menu .menu > .fl-has-submenu.two_columns:hover > .sub-menu, .fl-menu .menu > .fl-has-submenu.focus > .sub-menu{
  min-width: 550px!important;
  width: auto;
}

.fl-menu .menu > .fl-has-submenu:hover > .sub-menu, .fl-menu .menu > .fl-has-submenu.focus > .sub-menu{
  width: auto!important;
}

.menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children {
    margin-top: 20px;
}

@media screen and (min-width: 801px) {
	.fl-menu .sub-menu {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-border-radius: 0 0 8px 8px;
		-moz-border-radius: 0 0 8px 8px;
		border-radius: 0 0 8px 8px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		min-width: 250px;
    width: auto;
	}

	.fl-menu .menu > .fl-has-submenu:hover > .sub-menu,
	.fl-menu .menu > .fl-has-submenu.focus > .sub-menu {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
    justify-content: space-between;
	}

	.sub-menu .menu-item-has-children > .sub-menu {
		display: block !important;
		min-width: auto;
		opacity: 1 !important;
		padding: 0;
		position: static !important;
		visibility: visible !important;
    padding-top: 20px;
	}

  #menu-primary-menu li.menu-item-has-children >ul li >ul li.menu-item-has-children > ul.sub-menu{
    padding-left: 50px;
  }

  #menu-primary-menu li.menu-item-has-children >ul li >ul li.menu-item-has-children > ul.sub-menu li{
    list-style-type: disc;
  }

}

@media screen and (min-width: 801px) {
  .fl-menu li.two_columns .sub-menu{
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .fl-menu li.two_columns .sub-menu li{
    padding-right: 15px;
  }
  
  .sub-menu > .menu-item > .sub-menu > .menu-item:last-child{
    margin-bottom: 20px;
  }
}

.sub-menu > .menu-item, .sub-menu .menu-item-has-children > .fl-has-submenu-container a {
    font-weight: 500;
    font-size: 15px;
    padding-top: 0;
}

.sub-menu .menu-item-has-children>.sub-menu .menu-item a{
  font-size: 15px;
}

.sub-menu .menu-item-has-children > .sub-menu .menu-item-has-children > .fl-has-submenu-container a {
    font-weight: bold;
}

.contact__form .gform_wrapper div {
  margin-bottom: 0px;
}

.btr-content-slider .fl-row-content-wrap::before,
.btr-content-slider .fl-row-content-wrap::after {
	content: "";
	display: block;
	height: 35px;
	left: 0;
	position: absolute;
	width: 100%;
}
.btr-content-slider .fl-row-content-wrap::before {
	background: url(../img/cta-bg-top-blue.svg) 0 0 / cover no-repeat;
	top: -34px;
}
.btr-content-slider .fl-row-content-wrap::after {
	background: url(../img/cta-bg-bottom-blue.svg) 0 0 / cover no-repeat;
	bottom: -17px;
}


.overlapped-next-section.cta-bottom-shape .fl-row-content-wrap::after{
	z-index: 1;
	bottom: -20px;
}

.customized-accordion .fl-accordion-button-label{
	vertical-align: middle;
}
.customized-accordion .fl-accordion-content::after{
	display: none;
}
.customized-accordion .fl-accordion-button-icon i.fl-accordion-button-icon{
	position: static;
}
.customized-accordion .fl-accordion-button-icon .fa-plus::before,
.customized-accordion .fl-accordion-button-icon .fa-minus::before{
	transform: translateY(-0.15em);
    display: block;
}


@media screen and (max-width:800px){
	.btr-intro-banner > .fl-row-content-wrap{
		padding-bottom: 80%;
	}
}


@media screen and (min-width:1201px){
	body:not(.fl-builder-edit) .edge-bleeded-bg .fl-photo,
	body:not(.fl-builder-edit) .edge-bleeded-bg .fl-photo-content{
		position: static;
	}
	body:not(.fl-builder-edit) .edge-bleeded-bg .fl-photo-content img{
		position: absolute;
		top: -80px;
		bottom: -80px;
		right: 0;
		display: block;
		height: 125%;
		width: auto;
		z-index: 1;
	}
	body:not(.fl-builder-edit) .has-edge-bleeded-bg .fl-col:first-child{
		z-index: 2;
		position: relative;
	}
}

/* Hiding the None of the Above option on the pd form */
#field_20_61 .gchoice.gchoice_20_61_3{
  display: none;
}

/**** New Shop Styles ***/

.woocommerce-shop .fl-page-content .container{
	max-width: 1440px;
}

.woocommerce-shop .fl-page-content .fl-woo-content{
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-shop #curriculum_options{
	flex: 0 0 203px;
	margin-top: -85px;
	order: 6;
}

.woocommerce-shop #curriculum_options h2{
	margin-bottom: 28px;
    border-bottom: 1px solid #D3D8E4;
    padding-bottom: 16px;
    color: #001449;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}

.woocommerce-shop ul.products{
	flex: 0 0 calc(100% - 203px);
	padding-top: 0;
	order: 7;
}

.woocommerce-shop #curriculum_options .facet-wrap{
	width: 100%;
	border-bottom: 1px solid #D3D8E4;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

.woocommerce-shop .facet-wrap .facet-label{
	color: #001449;
	font-weight: 500;
	position: relative;
	cursor: pointer;
	font-size: 14px;
}

.woocommerce-shop #curriculum_options .facet-wrap .facetwp-facet{
	min-height: inherit;
}

.woocommerce-shop .facet-wrap .facet-label:after{
	position: absolute;
	content: '';
	background-image: url(../img/chevron-down.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 100%;
	width: 15px;
    height: 15px;
    right: 0;
    top: 2px;
	transition: all ease-in-out 0.3s;
}

.woocommerce-shop .facet-wrap .facet-label.close:after{
	transform: rotate(180deg);
}

.woocommerce-shop .facet-wrap .facetwp-checkbox{
    background-image: url(../img/checkbox-unfilled.png);
	margin-bottom: 10px;
	padding-left: 28px;
	background-position: 0px 1px;
	color:  #7D87A3;
	font-size: 13px;
	font-weight: 500;
}

.woocommerce-shop .facet-wrap .facetwp-checkbox.checked{
    background-image: url(../img/checkbox-filled.png);
}

.woocommerce.woocommerce-shop .woocommerce-ordering{
	top: auto;
	order: 4;
	position: relative;
	right: 0;
	width: 300px;
	margin-top: -5px;
	flex: auto;
}

.woocommerce.woocommerce-shop .woocommerce-ordering select{
	color:  #001449;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	outline: 0;
}

.woocommerce.woocommerce-shop .woocommerce-ordering:after{
	background-image: url(../img/chevron-down.png);
	transform: rotate(180deg);
	width: 16px;
	height: 16px;
	top: 10px;
	pointer-events: none;
}

.woocommerce.woocommerce-shop .woocommerce-ordering select option{
	padding: 10px;
	font-size: 16px;
}

.woocommerce-shop .woocommerce-filters ul{
	padding-left: 0;
}

.woocommerce-shop .woocommerce-filters ul li{
	padding-left: 0;
	margin-right: 18px;
	background: #fff;
    padding: 5px 7px;
    border-radius: 7px;
	margin-bottom: 7px;
}

.woocommerce-shop .woocommerce-filters ul li span{
	margin: 0;
}

.woocommerce-shop .woocommerce-filters{
	font-size: 14px;
	color: #001449;
	font-style: normal;
	font-weight: 400;
	top: 15px;
	width: calc(100% - 300px);
	max-width: 100%;
	order: 3;
	position: static;
	padding-left: 233px;
	height: 60px;
	overflow: auto;
}

.woocommerce-shop header.woocommerce-products-header{
	width: 100%;
	order: 1;
}

.woocommerce-shop .woocommerce-notices-wrapper{
	width: 100%;
	order: 2;
	margin-bottom: 10px;
}

.woocommerce-shop {
	width: 100%;
	order: 1;
}

.woocommerce-shop {
	width: 100%;
	order: 1;
}

.woocommerce-shop {
	width: 100%;
	order: 1;
}

@media screen and (max-width: 1000px){
	.woocommerce-shop #curriculum_options {   
		margin-top: -15px;
	}

	.woocommerce-shop .woocommerce-filters{
		padding-left: 0;
	}
}

@media screen and (max-width: 800px){
	.woocommerce-shop .woocommerce-filters{
		max-width: 100%;
	}

	.woocommerce.woocommerce-shop ul.products.columns-4 li.product{
		flex: 0 0 calc(100% - 20px) !important;
	}

	.woocommerce.woocommerce-shop .woocommerce-ordering{
		margin-top: -10px;
	}
}

@media screen and (max-width: 679px){
	.woocommerce.woocommerce-shop .woocommerce-ordering{
		width: 100%;
		margin:0;
		margin-bottom: 10px;
	}

	.woocommerce.woocommerce-shop .woocommerce-ordering select{
		width: 100%;
	}

	.woocommerce.woocommerce-shop .woocommerce-ordering:after{
		top: 16px;
	}

	#cirriculum_show_hide {
		display: block !important;
	}

	#curriculum_options{
		display: none;
	}

	.woocommerce-shop #curriculum_options{
		width: 100%;
		flex: 0 0 100%;
		margin: 15px 0 0;
	}

	.woocommerce-shop .woocommerce-ordering{
		left: 0;
		margin-bottom: 0;
		position: relative;
	}

	.woocommerce-shop ul.products{
		flex: 0 0 100%;
	}

	.woocommerce.woocommerce-shop ul.products.columns-4{
		margin: 0;
		padding-top: 15px;
	}

	.woocommerce.woocommerce-shop ul.products.columns-4 li.product{
		flex: 100% !important;
		margin: 10px 0 !important;
	}

	.woocommerce-shop .woocommerce-filters{
		display: none;
	}

	.woocommerce-shop #curriculum_options > *{
		margin: 10px 0;
	}
}

.fl-row-content-wrap .fl-col.scroll1{
  position: relative;
}

.fl-row-content-wrap .fl-col.scroll1 .fl-col-content.fl-node-content{
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 175px;
}

.fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-sticky){
  position: relative!important;
}

.brex-mobile-menu-container-node .brex-mobile-menu-container{
  padding-top: 200px;
}

.brex-mega-menu .mega-menu-dropdown {
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 20px;
	background: #fff;
}

/** Checkout Pages Avalara fixes */
.woocommerce-checkout #ak_addr_type_field .radio, input[type=radio]+label.wc-stripe-label-payment-type, label.wc-stripe-label-klarna-category, label.wc-stripe-label-payment-type, .wc-stripe-card-icons-container, .wc-stripe-paymentRequest-icons-container {
    /*text-indent: 0px;*/
}

ul.payment_methods li[class*=payment_method]>input[name=payment_method]+label{
  display: inline-block;
}

.woocommerce #order_review .shop_table, .woocommerce-page #order_review .shop_table{
  margin-bottom: 0px;
}

.ava-display-ecm-links{
  width: 100%;
  background: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 8px;
}

.ava-display-ecm-links tr th{
  padding: 10px;
  color: #000;
  font-size: 24px;
}

.ava-display-ecm-links tr th a{
  font-size: 18px;
}

/* Single product sales notice  */
.single-product #product-sales-notice {
	text-align: center;
	background: #4CA3EB;
	color: #fff;
}

.single-product #product-sales-notice + .container {
	padding-top: 60px !important;
}

.single-product #product-sales-notice p {
	margin: 0;
}

.single-product #product-sales-notice a {
	color: inherit;
	text-decoration: underline;
}

.single-product #product-sales-notice .container {
	max-width: 1360px;
	padding: 20px 40px;
}

@media screen and (min-width: 1101px){
	.single-product #product-sales-notice {
/* 		padding-top: 120px; */
	}
}

div.woocommerce h3{
	font-size: 26px;
}

.woocommerce-checkout .woocommerce form .form-row #customer_vacation_days.input-text{
	height: 100px;
}
