/* || BREAKPOINTS ||
    @media screen and (max-width: 39.9375em) {}                         || SMALL ONLY { 0 - 639px }         ||
    @media screen and (min-width: 40em) {}                              || MEDIUM AND UP { 640px ONWARDS }  ||
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {}   || MEDIUM ONLY { 640px - 1023px }   ||
    @media screen and (min-width: 64em) {}                              || LARGE AND UP { 1024px ONWARDS }  ||
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {}   || LARGE ONLY { 1024px - 1199px }   || */
















/* || Foundation component overrides || */
body{
    font-size: 16px;
    font-weight: 300;
}


[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea,
textarea:focus,
select,
select:focus {
    outline: none;
    box-shadow: none;
    font-size:1em;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

[type=checkbox],
[type=radio] {
    position: relative;
    top: 0.1em;
}

button, 
.button {
    font-size:1em;
    padding: .7rem 1.6rem;
    
    border-radius: 30px;
    
}

button:not(.button-group button), 
.button:not(.button-group button) {
    font-size:1em;
    
    border-radius: 30px;
    
    box-shadow: none !important;
}


.is-btn, .btn{
    border-radius: 30px !important;
}


button:hover,
.button:hover,
button:focus,
.button:focus {
    transition: .4s;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.26);
}

.form legend {
    font-weight: 700;
}

span.error,
span.errorMargin {
    color: #cc4b37;
    font-size: 0.8em;
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-weight:300;
}

label, 
.label {
    font-size: 1em;
}

/* || Custom defined || */
.alternate-font-family {
    font-family: "Outfit", sans-serif;
}

/* || HEADER || */
.is-wrapper .is-header, .is-header {
    background-color: #FFFFFF;
    color:#000000;
    height: auto;
    min-height:0;
}

.is-header .is-container {
    z-index: 9;
}

header .sticky-bg-color.stick {
    background: #FFFFFF;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99;
}



header .is-stuck{
    background: #FFFFFF;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 4px 12px 0 #e6e6e6;
}

header a:not(.button) {
    color: #000000;
}

header a:not(.button):hover,
header a:not(.button):active,
header a:not(.button):focus {
    color: #1269A8;
}

ul.list2 li {
    list-style-type: none;
}


ul.list3 li {
    list-style-type: none;
}

ul.list2 li:before {
    content: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/27312/theme/44988/img/7.png") !important;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: relative;
    top: 5px;
    padding-right: 30px;
}

ul.list3 li:before {
    content: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/27312/theme/44988/img/white-new.png") !important;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: relative;
    top: 5px;
    padding-right: 30px;
}

.new-blog-template .lab-ul li svg {
    fill: #EC2227;
    margin-right: 5px;
    width: 18px;
    height: 18px;
}

.new-blog-template .ps-blog-tags li a{
     color: #EC2227 !important; 
}

.new-blog-template .ps-blog-tags li a:hover{
     color: #000 !important; 
     text-decoration:underline;
}


.cell.large-6.small-12.icons-p-top {
    padding-top: 55px;
}

.gen-form .ww-form-container-3 form, .map {
    box-shadow: rgb(0 0 0 / 16%) 5px 5px 20px 2px;
    padding: 20px;
    border: 2px solid #B2B2B2 !important;
}

.fieldset {
    margin: 0;
    padding: 1.25rem;
    border: 0px solid #F2F2F2;
}



input#Submit {
    background: #EC2227;
    width: auto !important;
}

header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #EC2227  transparent transparent !important;
}

header .icon, header i {
    color: #EC2227 !important;
}

.submit_wrap.padding-top-1 {
    padding-top: 0px !important;
    text-align: center !important;
    margin: 0 auto;
}

.gen-form input, .gen-form textarea, #newsletter-form textarea {
    width: 100% !important;
    height: 48px !important;
    background: #F0F0F0;
    border: 1px solid #DBDBDB !important;
    border-radius: 0px !important;
}


header .icon, 
header i {
    color: #000000;
}

header a:not(.button):hover .icon,
header a:not(.button):hover i,
header i:hover{
    color: #1269A8;
}

header button,
header .button,
header button:hover,
header button:focus,
header .button:hover,
header .button:focus {
     background:#282D33;
     color:#FFFFFF;
}

header button.header-search-button {
    background:transparent;
}

header button.header-search-button:hover {
    box-shadow: none;
}
 .footer-hd {
    font-weight: 700;
    font-size: 40px;
    color: #282d33 !important;
}
.text-logo {
    word-wrap: break-word;
    text-transform: capitalize;
    color: #FFFFFF;
    font-size: 50px;
    font-family: "Outfit", serif;
}

footer .text-logo {
    color: #000000;
}

footer .address-container br {
    display:none;
}

header .cta .icon {
    padding-right: 5px;
    color: #000000
}

header .text-muted {
    color: #000000 !important;
}

header .border-bottom, 
header hr {
    border-bottom:1px solid #CCCCCC;
}

header .border-top {
    border-top:1px solid #CCCCCC;
}


header .is-section {
    float: none;
    width: auto;
}


.header7 .ps-cart-text-container {
    position:static;
    margin-right:10px;
}




.ecommerce-style2 .cart, .cart {
    position:relative;
}

header a:hover i.fas {
    color:#1269A8
}
a.button.lang-btn {
    margin-left: 10px;
}
.ecommerce-style2 .ps-cart-text-container, .ps-cart-text-container {
    color:#FFFFFF;
    background:#000000;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    left: 31px;
    top: -1px;
    font-weight: bold;
}

header a:hover .ps-cart-text-container {
    background:#1269A8;
}

header .currency-converter{
    font-size: 0.9em;
}

header .currency-converter select {
    padding-right:0;
}
.logo-container img {
    height: 40px;
}
.sticky-container,
.nav-bg, 
.top-bar, 
.top-bar ul,
.top-bar ul.menu {
    z-index: 100;
}

.abt-slider .is-card.testimonial.shadow-1.height-100 {
    width: 400px !important;
    margin: 0 auto;
    min-height: 350px;
}

.abt-slider .slick-prev {
    left: 25%;
    background:none !important;
    width:auto;
    height: auto;
}

.abt-slider .slick-next {
    right: 25%;
    background:none !important;
    width:auto;
    height: auto;
}

.slick-slide img {
    display: inline-block !important;
    text-align: center;
}

.abt-slider .actual-testimonial-holder {
    border: 1px solid #ccc;
    padding: 10px;
}

.nav-bg, 
.top-bar, 
.top-bar ul,
.top-bar ul.menu {
    
        background: #FFFFFF;
    
}


.header-search-input{
    padding-right:25px;
    color:#262626;
    background:#FFFFFF;
}

.header-search-input::placeholder {
    color:#262626;
    opacity:0.6;
}

.header-search-button{
    position:absolute;
    top: 30%;
    right: 5px;
    padding:0;
}

.serv-div-4 p {
    padding-top: 0px;
}

header i.fas.fa-search {
    color:#262626
}

header .ps-cart-text-container {
    color:#FFFFFF;
    background:#000000;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
}

header a:hover .ps-cart-text-container {
    background:#1269A8;
}

/* || MENU || */
header .dropdown.menu li a:not(.button) {
    width: 100%;
}

header ul.dropdown.menu li a:not(.button) {
     color: #000;
}
header ul.dropdown.menu li a:not(.button) {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: #282D33;
}
 .section-main-title {
    font-weight: 700;
    font-size: 32px;
}
figure.prog-figure h3 {
    font-weight: 500;
    font-size: 20.8px;
    color: #1269A8;
}

.test-slider .slick-dots li {
    border: 1px solid #fff !important;
    background: #fff;
    width: 72px;
    height: 7px;
    border-radius: 0;
    margin: 0 0.4px;
}
.test-slider .slick-dots li.slick-active, .test-slider .slick-dots li:hover {
    border: 1px solid #282D33 !important;
    background: #282D33;
}
.test-slider .slick-dots {
    bottom: 0;
    position: relative;
}
.off-canvas {
    background: #fff;
}
.test1-slider .slick-dots li {
    border: 1px solid #f4f4f4 !important;
    background: #f4f4f4;
    width: 22px;
    height: 5px;
    border-radius: 0;
    margin: 0 2px;
}
.test1-slider .slick-dots li.slick-active, .test1-slider .slick-dots li:hover {
    border: 1px solid #f7941d !important;
    background: #f7941d;
}
.test1-slider .slick-dots {
    bottom: 0;
    position: relative;
    margin: 50px 0 0;
}
figure.prog-year {
    margin: 0 5px;
}
.price-section{
    position: relative !important;
    /* overflow: hidden; */
    padding: 0px 0 100px !important;
    color: white;
    margin: 130px 0 0 !important;
}
.price-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #005fa3;
    transform: skewY(-3deg);
    transform-origin: top left;
    z-index: -1;
}
span._variationStrong_1kgdx_6 {
    font-weight: 700;
    font-size: 52.8px;
    color: #fff;
}
.section-main-coach {
      font-weight: 700;
    font-size: 40px;
}
p._sizeLarge_1pki0_17 {
    font-size: 20.8px;
}









header .dropdown.menu li ul.submenu li a:not(.button) {
     border-radius: 6px !important;
}

header ul.dropdown.menu li.active > a:not(.button),
header ul.dropdown.menu li > a:not(.button):hover,
header ul.dropdown.menu li > a:not(.button):active,
header ul.dropdown.menu li > a:not(.button):focus{
    color: #1269A8 !important;
    background-color: transparent;
}

header .dropdown.menu li ul.submenu {
     background: #fff;
     border:0px solid #282D33;
     box-shadow: 0 3px 10px 4px #0000001a;
     border-radius: 6px;
}

ul.is-dropdown-submenu.menu.level-2.submenu.first-sub.vertical li a {
    color: #282d33 ;
    line-height: 1.2;
}

header .dropdown.menu li ul.submenu li a:not(.button) {
    color: #282d33 !important;
    background: #fff;
}

header .dropdown.menu li ul.submenu li a:not(.button):hover,
header .dropdown.menu li ul.submenu li.active a:not(.button) {
    color:#1269A8 !important;
    background: #fff;
}

header .dropdown.menu li ul.submenu li.is-active > a  {
    background:transparent;
}

header .dropdown.menu > li.is-active > a {
    color: #282D33;
    background:transparent;
}

header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #EC2227 transparent transparent;
}

header .dropdown.menu > li.is-dropdown-submenu-parent.active > a::after,
header .dropdown.menu > li.is-dropdown-submenu-parent > a:hover::after {
    border-color: #1269A8 transparent transparent;
}
.new-blog-page-type .article-body, .new-blog-page-type .article-body p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom:9px;
}
.article-body.rte img {
    margin: 25px 0 20px;
}
.article-body.rte section {
    border: 1px solid #E6E8EC;
    border-radius: 16px;
    padding: 25px 25px 15px;
    background: #ffffff;
    margin: 40px 0;
}
.article-body.rte > div {
    background: #fafafa;
    border-radius: 18px;
    padding: 50px 40px;
    width: 760px;
    margin: 0 auto;
}
.article-body.rte > div p {
    font-size: 14px;
    color: #666; 
}
.article-body.rte > div h3 {
    font-size: 15px;
    color: #212529;
    font-weight: 500;
}
.article-body.rte > hr {
    margin: 60px 0 50px;
    opacity: 0.15;
}
 .blue-bg.padding-1.text-center.franch-nav {
    justify-content: center;
}
 .blue-bg {
        display: block !important;
}
.language-dropdown {
    color: #fff;
    padding: 5px 0;
    display: flex;
    width: 510px;
    align-items: center;
    margin: 0 auto;
}
.language-dropdown select {
    padding: 1px 15px;
    border: 0px solid #ddddddbf;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    width: 140px;
    margin: 0 10px !important;
    display: block;
    background-color: #fff;
    height: 51px;
}
/* ===== Language Dropdown — chevron + divider line (match SS) ===== */
.language-dropdown .lang-switcher-select,
.language-dropdown select#languageSwitcher {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 130px;
    background-color: #fff;
    color: #1a1a1a;
    border: 0;
    border-radius: 6px;
    padding: 10px 14px 10px 14px;   /* extra right padding for divider + arrow */
    font-size: 15px;
    line-height: 1.2;
    cursor: pointer;
    transition: all .16s ease;

    /* layer 1 = chevron, layer 2 = vertical divider line */
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"),
        linear-gradient(#d6d6d6, #d6d6d6);
    background-repeat: no-repeat, no-repeat;
    background-position:
        right 13px center,            /* chevron */
        right 36px center;            /* divider line */
    background-size:
        14px 14px,                    /* chevron */
        1px 22px;                     /* divider: 1px wide, 22px tall */
        display: block !important;
}

.language-dropdown .lang-switcher-select::-ms-expand {
    display: none;
}

li.handle-solutions-coaching-sportif.is-section.has-submenu.is-dropdown-submenu-parent.opens-left > a {
    pointer-events: none;  cursor: default !important;
}
li.handle-ressources.is-section.has-submenu.is-dropdown-submenu-parent.opens-left  > a {
    pointer-events: none;  cursor: default !important;
}
li.handle-plateforme-coaching-sportif.is-section.has-submenu.is-dropdown-submenu-parent.opens-left  > a {
    pointer-events: none;  cursor: default !important;
}



h2.section-main-faq {
    text-align: center;
    margin: 0 0 25px;
}
.ht-360{
    height:360px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    border-color: transparent #FFFFFF transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left.active > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:hover::after {
    border-color: transparent transparent transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    border-color: transparent transparent transparent #FFFFFF;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right.active > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:hover::after {
    border-color: transparent transparent transparent transparent;
}

/* New headers CSS */
.size-20 {
    font-size:20px;
}
.menu a.head-icons {
    background:#CCCCCC;
    border-radius:50px;
    height:40px;
    width:40px;
    padding-left:0;
    padding-right:0;
    margin-right:10px;
}

.blog-search-container .blog-filter-cell {
     margin-top: 84px; 
}















 header#header {
    background: transparent;
}

.header-top-bg {
    background:#1269A8;
    color: #000000;
}

.header-top-social-media .menu a{
    padding-bottom:0;
}

.header-top-social-media .menu a i,
.header-top-contact-links .menu a i {
    color:#000000;
}

.header-top-social-media .menu a:hover i,
.header-top-contact-links .menu a:hover i,
.header-top-contact-links .menu a:hover {
    color:#fff;
}

header .header-top-contact-links {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    color:#fff;
}

header .header-top-contact-links a,
header .header-top-contact-links a:hover,
header .header-top-contact-links a:active{
    color:inherit;
} 

.header-top-contact-links .menu a {
    padding-top: 0;
    padding-bottom:0;
    color:inherit;
}

.header-top-contact-links .menu a i {
    font-size: 17px;
    position: relative;
    top: 2px;
    padding-right: 5px;
}

header ul.dropdown.menu li > a span {
  position: relative;
  padding-bottom: 6px;
}
.new-blog-page-type .ps-blog-recent-posts {
     grid-template-columns: repeat(2, 1fr); 
}
/* create hidden underline */
header ul.dropdown.menu li > a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #1269A8;
  transition: width 0.3s ease;
}

/* hover + active animation */
.new-header ul.dropdown.menu > li:hover > a:not(.button) span::after,
.new-header ul.dropdown.menu > li.active > a:not(.button) span::after {
  width: 100%;
}

/* keep your color change */
.new-header ul.dropdown.menu > li.active > a:not(.button) span,
.new-header ul.dropdown.menu > li:hover > a:not(.button) span {
  color: ;
}

header ul.dropdown.menu li > a span::after {
  left: 50%;
  transform: translateX(-50%);
  width: 0;
}

.new-header ul.dropdown.menu > li:hover > a span::after,
.new-header ul.dropdown.menu > li.active > a span::after {
  width: 100%;
}
li.handle-sports-coaching-software-solutions.is-section.has-submenu.is-dropdown-submenu-parent.opens-left > a {
    cursor: default !important;pointer-events: none;
}
li.handle-resources.is-section.has-submenu.is-dropdown-submenu-parent.opens-left> a {
    cursor: default !important;pointer-events: none;
}

.new-header-1 ul.dropdown.menu > li {
    margin-bottom: 5px;
    margin-top: 5px;
}

.new-header-1 ul.dropdown.menu > li.active > a:not(.button) span,
.new-header-1 ul.dropdown.menu > li:hover > a:not(.button) span {
    border-bottom:2px solid #1269A8;
}

.main-bg-desk {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/main-d.webp) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
/*
.pos-ab-header.french .custom-grid-container {
    max-width: 1360px !important;
}
*/

.new-header-6 ul.dropdown.menu li.active > a:not(.button) span,
.new-header-6 ul.dropdown.menu li:hover > a:not(.button) span,
.new-header-7 ul.dropdown.menu li.active > a:not(.button) span,
.new-header-7 ul.dropdown.menu li:hover > a:not(.button) span{
    border-bottom:3px solid #1269A8;
}

.new-header .button, 
.new-header .button.disabled, 
.new-header .button[disabled], 
.new-header .button.disabled:hover, 
.new-header .button[disabled]:hover, 
.new-header .button.disabled:focus, 
.new-header .button[disabled]:focus {
    background-color: #282D33;
    color: #FFFFFF;
}

.new-header .button.hollow {
    background:transparent;
    color:#282D33;
    border:1px solid #282D33;
}
span.price-sp {
    font-size: 3.3rem;
  
    font-weight: 700;
    margin: 10px 0;
}
.ct-image {
    display: none;
}

.ct-image.active {
    display: block;
}

.ct-content {
    display: none;
}

.ct-item.active .ct-content {
    display: block;
}
.new-header-menu-container {
    background:#FFFFFF;
}
.team-member {
    text-align: center;
    padding: 10px;
    height: 100%;
}
.team-member1 {
   border-bottom: 10px solid #1269A8;
}
.team-member2 {
   border-bottom: 10px solid #ec1c29;
}

figure.prog-figure {
     border: 1px solid #ccc;
    text-align: center;
    padding: 30px;
    height: 100%;
}

figure.prog-figure1 {
   border-bottom: 10px solid #1269A8;
}
figure.prog-figure2 {
   border-bottom: 10px solid #ec1c29;
}

.new-header .button i{
    color:inherit;
    margin-right: 5px;
}

.column.full {
    width: 100%;
}
.language-dropdown {
    color: #fff;
    padding:5px;
}
.sidenav-container {
    background-color: #fff;
    color: #FFFFFF;
    height: 42px;
    width: 42px;
    text-align: center;
    border-radius: 50px;
    padding-top: 8px;
}

.sidenav-container i.fa-bars.icon{
     color: #FFFFFF;
}

.new-header-3 .logo-container,
.new-header-4 .logo-container {
    min-height:110px;
    display: flex;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

.new-header-3 .left-column i {
    margin-right:5px;
}

.new-header-5.logo-section {
    min-height:150px;
}

.new-header-5 .menu-container {
    margin-top:10px;
}

.contact-icon svg {
    fill: #EC2227;
    width: 50px;
    height: 50px;
}

.new-blog-template .ps-blog-recent-posts li a::before {
    background: #EC2227;
    position: absolute;
}

.iti {
    position: relative;
    display: block !important;
}
.new-header-5 .dropdown.menu > li > a {
    padding: 0.7rem 0 0.7rem 2rem;
}

.new-header-5 .dropdown.menu > li.has-submenu > a {
    padding-right: 1.5rem;
}

.new-header-6 .menu a.head-contact-links {
    display: flex;
    text-align: left;
    align-items: center;
}

.new-header-6 .menu a.head-contact-links .icon-part{
    padding-right:20px;
    color:#282D33;
    font-size:20px;
}

.new-header-6 .menu a.head-contact-links .icon-part i {
    color:inherit;
}

.new-header-6 .menu a.head-contact-links .text-part .heading {
    padding-bottom:5px;
}

.new-header-6 .contact-section {
    display: flex;
    justify-content: right;
    align-items: center;
}

.new-header-6 .menu-container {
    border-top:1px solid #CCCCCC;
    margin-top: 10px;
    padding-top: 5px;
}

/* New headers CSS END */

/* container css overridden */
.is-wrapper .is-box .is-container {
    margin-top: 60px;
    margin-bottom: 60px;
}

.do-section {
    background: linear-gradient(176deg, #1269A8  71%, #ffffff 71%) !important;
    padding: 0 0 150px !important;
}
p.year-p {
    color: #282d33;
    font-weight: 700;
    font-size: 16px;
}
figure.prog-year {
    border-bottom: 12px solid #1068a7;
    box-shadow: 5px 5px 5px #f4f4f4;
    height: 400px;
    padding: 30px;
}
h3.award-h3 {
    color: #1068a7;
    font-weight: 700;
    font-size: 20.8px;
}







.blog-li {
    position: relative;
    padding-bottom: 70px !important;
}
p.pill-btn {
    position: absolute;
bottom: 20px;
    margin: 0;
}

.slant-section {
    position: relative !important;
    /* overflow: hidden; */
    padding: 0px 0 100px !important;
    color: white;
    margin: 130px 0 0 !important;
}
 
 .section-Create-heading {
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
}
/* Slanted blue background */
.slant-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #005fa3;

  /* creates the slant */
  transform: skewY(-3deg);

  /* keeps edges outside section */
  transform-origin: top left;

  z-index: -1;
}
.slant-section::after {
    content: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/create-arroe.webp);
    position: absolute;
    /* width: 100%; */
    right: 0;
    top: -91px;
    left: 0;
    margin: 0 auto;
    text-align: center;
}
.slant-section-grey {
    position: relative !important;
    /* overflow: hidden; */
    padding: 100px 0 180px !important;
    color: white;
}
.slant-section-white {
    position: relative !important;
    /* overflow: hidden; */
    padding: 70px 0 10px !important;
    color: white;
}
.slant-section-grey::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #f4f4f4;

  /* creates the slant */
  transform: skewY(-3deg);

  /* keeps edges outside section */
  transform-origin: top left;

  z-index: -1;
}
.slant-section-grey::after {
    content: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/edit-arrow.webp);
    position: absolute;
    /* width: 100%; */
    right: 0;
 top: -219px;
    left: 0;
    margin: 0 auto;
    text-align: center;
}
.slant-section-white::after {
    content: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/share-arrow.webp);
    position: absolute;
    /* width: 100%; */
    right: 308px;
    top: -273px;
    left: 0;
    margin: 0 auto;
    text-align: center; 
}

.hockey-slant-section-grey {
    position: relative !important;
    /* overflow: hidden; */
    padding: 40px 0 70px !important;
}

.hockey-slant-section-grey::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #f4f4f4;

  /* creates the slant */
  transform: skewY(-3deg);

  /* keeps edges outside section */
  transform-origin: top left;

  z-index: -1;
}

 .blog-search-container {
    position: relative;
}
.blog-filter-cell {
     position: absolute;
    top: 0;
    left: 0;
     z-index: 9999;
    background-color: #fff;
}

.ps-blog-category li {
    display: block;
}
.ps-blog-category li a {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    margin-right: 0;
    display: block;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
    font-size: .9em !important;
}

/* New Footer CSS */
.new-footer {
    font-size:1em;
}

.new-footer .menu .active > a {
    background: transparent;
    color:#000000;
}

footer.new-footer .footer-menu-container .menu li.has-submenu a {
    padding-right:1.5em;
}
 .trust-light-bg::before {
    content: "";
    display: block;
    transform: skewY(-1.5deg);
    height: 1rem;
    background-image: linear-gradient(#fff, #f4f4f4);
}
.trust-light-bg h3 {
    display: none;
}
 .trust-light-bg {
    position: relative;
}
footer.new-footer .footer-menu-container .menu li a {
    font-weight:normal;
    padding: 0.5em;
}
.coaching-software-box1 p {
    color: #656565;
    font-size: 20.8px;
    line-height: 32px;
}
ul.ps-blog-recent-posts li {
    border: 1px solid #ddd;
    padding: 15px;
    height: 100%;padding-bottom: 10px !important;
}
.footer-menu-container {
    border-bottom:1px solid #CCCCCC;
    margin-bottom:20px;
}
 .color-green {
    color: #58b847;
}
footer.new-footer h4 {
    font-weight:bold;
    font-size:20px;
    margin-bottom:15px;
}
.coaching-software-box1 h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 10px 0 20px;
   
}
.coaching-software-box1   {
   text-align: center;
}
.footer-media-box {
    margin-top:5px;
}

.size-40 {
    font-size:40px !important;
}

.new-footer-1 .copyright-container,
.new-footer-2 .copyright-container,
.new-footer-3 .copyright-container{
    border-top:1px solid #CCCCCC;
    padding-top: 20px;
    padding-bottom: 10px;
}

.new-footer-1 .footer-social-media {
    margin-top:30px;
}

.new-footer .dropdown.menu > li.is-active > a {
    background: transparent;
}

.mailing-list-button {
    margin-top:0px;
}

.new-footer-3  .shop-address br{
    display:none;
}

.new-footer-3 .footer-menu-container {
    margin-bottom: 0px;
}

.new-footer-3 .footer-media-box img {
    max-height:80px;
}

.new-footer ul.dropdown.menu > li.active > a:not(.button) span, 
.new-footer ul.dropdown.menu > li:hover > a:not(.button) span {
    border-bottom:1px solid #000000;
    color: #000000;
}

footer.new-footer a:not(.button):hover, 
footer.new-footer a:not(.button):active, 
footer.new-footer a:not(.button):focus {
    color: #000000;
}

.contact-us-column .contact-number {
    padding-top:10px;
    padding-bottom:10px;
}

.subscription-button-container .button {
    padding: 17px;
    font-weight: 600;
}

footer iframe {
    width:275px;
}

.new-footer.with-background-image {
    background:url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/footer_bg.jpg") no-repeat;
    background-position: top;
    background-size: cover;
    margin-top:0;
}

.new-footer-3 i {
    color:#000000;
}

.new-footer-4 .footer-social-media .menu a,
.footer3 .social-media-icons-small.menu a{
    padding: 5px !important;
}

/* New Footer CSS END*/

/* || HOMEPAGE || */
.light-bg-section {
    float: left;
}

.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5{
    color:inherit;
    font-size: 2.5rem;
}

.light-bg-section h3 {
    color:#F89520;
    font-size: 1.75rem;
    font-weight:500;
}

.text-primary {
     color:#F89520;
}

strong, b {
    font-weight: bolder;
}

.dark-bg-section {
    float: left;
    color: #FFFFFF;
}

.dark-bg-section h1,
.dark-bg-section h2,
.dark-bg-section h3,
.dark-bg-section h4,
.dark-bg-section h5{
    color:inherit;
    font-size: 2rem;
}

.dark-bg-section input[type="text"] {
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: .25rem;
    background:;
    color:;
}

.dark-bg-section input[type="text"]::placeholder {
     color:;
}

.dark-bg-section .button {
    background:;
    color:inherit;
}

.customer-section {
    background:;
    color:;
    float:left;
}

.rounded-circle {
    border-radius: 50%;
}

.latest-blog-posts {
    background:;
    color:;
    float:left;
    width:100%;
}

.latest-blog-posts h2 {
    color:inherit;
    font-size: 2.5rem;
}

.latest-blog-posts h4 {
    color:inherit;
    font-size: 1rem;
}

.latest-blog-posts h2 a,
.latest-blog-posts h4 a,
.latest-blog-posts a{
    color:inherit;
}

.latest-blog-posts .readmore:hover {
    text-decoration:underline;
}

.img-shadow {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
}

.size-30 {
    font-size:30px;
}


/* || FOOTER || */
.is-footer, .is-wrapper .is-footer {
    background-color: #F4F4F4;
    color: #000000;
    clear: both;
}

footer a:not(.button) {
    color: #000000;
}

.is-footer .is-container {
    padding: 0px;
}

footer a:not(.button):hover,
footer a:not(.button):active,
footer a:not(.button):focus {
    color: #000000;
}

.user-logged-in footer {
    margin-top:30px;
    float:left;
    width:100%;
    clear:both;
}


footer .border-bottom, 
footer hr {
    border-bottom:1px solid #CCCCCC;
}


.social-media-icons a {
    font-size: 3em;
    color: #000000;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6{
     color: #000000;
}


.back-to-top-button {
    bottom:10px;
    left:10px;
    z-index:9;
}


/* || OFFCANVAS - SIDENAV || */
.off-canvas-content.is-open-right.has-transition-push{
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
}
 
.is-open.position-right {
    width: 60%;
}

@media screen and (min-width: 63em) and (max-width: 64em) {
    footer button:not(.button-group button) , footer .button:not(.button-group button),
    header button:not(.button-group button) , header .button:not(.button-group button){
        margin-bottom:2px;
    }
    .column-container.newsletter .button {
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media screen and (min-width:  64em) {
    .off-canvas-content.is-open-right.has-transition-push{
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    
    .is-open.position-right {
        width: 0%;
    }
    
    /* new header 7 css */
     .off-canvas-content.is-open-right.has-transition-push.mobile-menu-for-desktop{
        -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
        transform: translateX(-40%);
    }
    
    .is-open.position-right.mobile-menu-for-desktop {
        width:40%;
    }
    
    .js-off-canvas-overlay.is-overlay-fixed {
        display: none !important;
    }
       .text-md-left {
        text-align:left;
    }
    
    .gallery-figcaption {
        padding-top: 37%;
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.56);
        color:white;
        display: none;
        cursor: pointer;
    }
    
    .testimonial-container {
        min-height: 450px;
    }
    
    .dark-bg-section input[type="text"] {
        width:25%;
        margin-right:10px;
    }
}

aside.sidenav .featured-section {
    background-color:#FFFFFF;
    color:#000000;
}

aside.sidenav .featured-section i {
    color:#000000;
}

aside.sidenav input[type=search] {
    color:#262626;
    background:#FFFFFF;
    padding-right: 24px;
}

aside.sidenav input[type=search]::placeholder {
    color:#262626;
    opacity:0.6;
}

aside.sidenav button[type=submit] {
    position: absolute;
    top: 30%;
    right: 5px;
    outline: none !important;
    background: transparent;
    border: 0px solid;
    box-shadow: none;
    padding:0;
}

aside.sidenav i.fas.fa-search {
    color:#262626
}


aside.sidenav .menu.simple {
    background:#FFFFFF;
    color: #282D33;
}

aside.sidenav .menu.simple a {
    color: #282D33;
}



aside.sidenav .ps-cart-text-container {
    color:#FFFFFF;
    background:#000000;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    margin-left: 5px;
}
.new-blog-page-type.article-page-type .article-body {
    margin-top: 10px;
}
aside.sidenav a:hover .ps-cart-text-container {
    background:#1269A8;
}

aside.sidenav .is-accordion-submenu {
    margin-left: 0;
}

aside.sidenav .menu.accordion-menu li {
    border-bottom: 1px solid #ccc;
}

aside.sidenav .menu.accordion-menu li:last-child {
    border-bottom: 0px solid;
}

aside.sidenav .menu.accordion-menu li a {
    background:#FFFFFF;
    color: #282D33;
}

aside.sidenav .menu.accordion-menu .active > a {
    background:transparent;
    color: #1269A8;
    font-weight: 600;
}

aside.sidenav .menu.accordion-menu li.has-submenu a::after {
    border-color: #282D33 transparent transparent !important;
}

aside.sidenav .menu.accordion-menu > li.has-submenu.active > a::after {
    border-color: #1269A8 transparent transparent !important;
}

@media screen and (max-width: 63.9375em) {
  .is-static.is-footer {
      min-height: 0;
  }
  
  footer .border-bottom-small {
      border-bottom:1px solid #CCCCCC;
    }
    
    footer .border-top-small {
      border-top:1px solid #CCCCCC;
    }

    header .border-top-small  {
        border-top:1px solid #CCCCCC;
    }
    
    /* New header layouts */
    header .sidenav-container a:not(.button),
    header .sidenav-container a:not(.button):active,
    header .sidenav-container a:not(.button):active i,
    header .sidenav-container a:not(.button):hover .icon, 
    header .sidenav-container a:not(.button):hover i{
        color:inherit;
    }
   
    header .sidenav-container a:not(.button) i {
        line-height:25px;
    }
    
    .absolute-for-mobile {
        position:absolute;
    }
    
    header .mobile-head-border-section  {
        border-top:1px solid #CCCCCC;
        border-bottom:1px solid #CCCCCC;
        line-height: 60px;
    }
    
    header .mobile-head-border-section .mobile-border-right {
        border-right:1px solid #CCCCCC;
    }
    
    header .mobile-contact-section .head-icons {
        background: #F5F5F5;
        border-radius: 50px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        padding-left: 0;
        padding-right: 0;
        display: inline-block;
    }
    
    .mobile-contact-buttom-section {
        line-height: 60px;
        text-align:center;
    }
    
    .mobile-contact-buttom-section .button{
        margin-bottom:0;
    }
    
    .new-header .logo-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto;
        padding-left: 40px;
    }
    
    .new-header-2 .mobile-contact-buttom-section {
        border-top:1px solid #CCCCCC;
    }
    
     .new-header-2 .mobile-contact-buttom-section .button {
         margin-bottom:20px;
         margin-top:20px;
     }

    .new-header-3 .mobile-contact-number-section,
    .new-header-3 .mobile-contact-button-section,
    .new-header-4 .mobile-contact-number-section,
    .new-header-4 .mobile-contact-button-section,
    .new-header-5 .mobile-contact-number-section,
    .new-header-5 .mobile-contact-button-section,
    .new-header-6 .mobile-contact-button-section {
        border-top:1px solid #CCCCCC;
        line-height:50px;
        text-align:center;
    }
    
    .new-header-3 .mobile-contact-button-section .button,
    .new-header-5 .mobile-contact-button-section .button,
    .new-header-6 .mobile-contact-button-section .button {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .new-header-3 .logo-container,
    .new-header-4 .logo-container,
    .new-header-5 .logo-container,
    .new-header-6 .logo-container {
        display:block;
        min-height:0;
    }
    
    .new-header-6 .mobile-contact-button-section {
        justify-content: center;
    }
    
    .is-footer-8 {
        min-height:0;
    }
    
    /* new footer layouts */
        .footer-text, 
        .footer-social-media,
        .footer-media-box {
            width: 270px;
            margin: auto;
            text-align: center;
        }
        
        .contact-us-column {
            text-align:center;
        }
        
        .new-footer-1 .footer-social-media .menu.align-left,
        .new-footer-2 .footer-social-media .menu.align-left {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .new-footer-1 .footer-social-media .menu.align-left a, 
        .new-footer-1 .footer-social-media .menu.align-left .button,
        .new-footer-2 .footer-social-media .menu.align-left a, 
        .new-footer-2 .footer-social-media .menu.align-left .button{
            padding-left:0.2em !important;
            padding-right:0.2em !important;
        }
        
        .new-footer-1 .footer-menu-container .dropdown.menu,
        .new-footer-3 .footer-menu-container .dropdown.menu{
            display:block;
        }
        
        .new-footer-2 .footer-links,
        .mailing-list-button {
            text-align:center;
        }
        
        .small-text-center {
            text-align:center;
        }
        
        .menu.small-align-center {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .new-footer-4 .copyright-container, .new-footer-4 .subscription-button-container {
            border-bottom:1px solid #CCCCCC;
        }
       
        
    /* new footer layouts */
    
    header .sticky-bg-color {
        position:static;
    }

    header .sticky {
        top:0 !important;
    }
    
    .justify-small-center {
        justify-content: center;
    }
    
    .padding-top-sm-3 {
        padding-top:3rem;   
    }
    
    .padding-bottom-sm-3 {
        padding-bottom:3rem;   
    }
    
    .padding-top-sm-2 {
        padding-top:2rem;   
    }
    
    .padding-bottom-sm-2 {
        padding-bottom:2rem;   
    }
    
     .padding-top-sm-1 {
        padding-top:1rem;   
    }
    
    .padding-bottom-sm-1 {
        padding-bottom:1rem;   
    }

    .padding-top-sm-0 {
        padding-top:0!important;
    }
    
    .padding-bottom-sm-0 {
        padding-bottom:0!important;
    }
    
    .margin-top-sm-0{
        margin-top:0 !important;
    }
    
    .margin-bottom-sm-0{
        margin-bottom:0;
    }
    
     .margin-top-sm-2{
        margin-top:2rem;
    }
    
    .margin-bottom-sm-2{
        margin-bottom:2rem;
    }
    
    .margin-top-sm-1{
        margin-top:1rem;
    }
    
    .margin-bottom-sm-1{
        margin-bottom:1rem;
    }
    
    .padding-bottom-sm-0{
        padding-bottom:0 !important;
    }
    
    .copyright {
        font-size: 100%;
    }
    
    .small-block {
        display:block;
    }
}




.ecommerce-product-slider .orbit-previous,
.ecommerce-product-slider .orbit-next {
  color: #cacaca;
}

.ecommerce-product-slider .orbit-bullets button {
  height: 0.65rem;
  width: 0.65rem;
}

.ecommerce-product-slider .product-card {
  background-color: #fefefe;
  border: 1px solid #e6e6e6;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.ecommerce-product-slider .product-card-thumbnail {
  display: block;
  position: relative;
}

.ecommerce-product-slider .product-card-title {
  font-family: 'Open sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.ecommerce-product-slider .product-card-desc {
  color: #8a8a8a;
  display: block;
  font-family: 'Open sans', sans-serif;
  font-size: 0.85rem;
}

.ecommerce-product-slider .product-card-price {
  color: #3e3e3e;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 0.8rem;
}

.ecommerce-product-slider .product-card-sale {
  color: #cacaca;
  display: inline-block;
  font-size: 0.85rem;
  margin-left: 0.3rem;
  text-decoration: line-through;
}

.ecommerce-product-slider .product-card-colors {
  display: block;
  margin-top: 0.8rem;
}

.ecommerce-product-slider .product-card-color-option {
  display: inline-block;
  height: 25px;
  width: 25px;
}





/******************************************custom-css*****************************************************/
/*Login Page*/
div.ps-login-page.grid-container.padding-top-3.padding-bottom-3 div.cell.large-5.medium-12.small-12.ps-registration-form.large-offset-1 > div > ul > li {
    display: flex !important;
}
/*Login Page*/
#status-msg {
    display: none !important;
}

/*Basic Fixes*/
html, body{
    font-weight: 400 !important;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}
/*Basic Fixes*/

/*general-css*/
.black-bg {
    background: #000 !important;
}

.dark-bg {
    background: #041725 !important;
}

.grey-bg {
    background: #595959 !important;
}

.color-white {
    color: #fff !important;
}

.color-black{
    color: #000 !important;
}

.color-light {
    color: #F89520 !important;
}

.color-blue {
    color: #1269A8 !important;
}

.blue-bg {
    background: #1269A8 !important;
}

.red-bg {
   background: #EB222C !important;
}

.red-bg1 {
   background: #CD151E !important;
}

.green-bg {
   background: #59B847 !important;
}

.yellow-bg {
   background: #F89520 !important;
}

.light-bg {
    background:  #f4f4f4 !important;
}

.white-bg {
    background: #fff !important;
}


.background-color-transition{
    transition: background-color 1s ease 0.1s;
}

.min-height-auto {
    min-height: auto;
}


strong,
b {
    font-weight: bold;
    line-height: inherit;
}

a.button,
span.button,
input.button,
input#Submit,
.gen-form #Submit,
#newsletter-form #Submit,
.button{
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 13px !important;
   padding: 15px 19px !important;
    line-height: 15px !important;
    text-transform: uppercase;
    opacity: 1 !important;
    width: auto !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    border-radius: 50px !important;
   background: #F89520 !important;
    color: #fff;
    border: none !important;
        transition: transform 0.5s ease;
}

a.button:hover,
span.button:hover,
input.button:hover,
input#Submit:hover,
.gen-form #Submit:hover,
#newsletter-form #Submit:hover,
.button:hover{
    background: #DC7D0A !important;
    color: #fff !important;
    border: none !important;
  
}

header .button{
    
}

header .button:hover{
    
}
a.button.login-btn {
    background: transparent !important;
    color: #444;
    border: 1px solid #444 !important;
    margin-right: 10px;
}
a.button.login-btn:hover {
    background:  #444 !important;
    color: #fff;
    border: 1px solid #444 !important;
}
a.button.black-btn,
span.button.black-btn,
.black-btn input.button {
    background: #fff !important;
    color: #1269A8;
}

a.button.black-btn:hover{
    background: #1269A8 !important;
    color: #fff !important;
    border: none !important;
}

a.button.white-btn:hover{
    background: #1269A8 !important;
    color: #fff !important;
    border: none !important;
}



a.button.white-btn,
span.button.white-btn,
.white-btn input.button {
    background: #fff;
    color: #1269A8 !important;
}

.cta-link {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #F89520;
}

.cta-link:hover{
    text-decoration: underline;
}

p,
ul li{
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.01em;
}

.section-main-heading,
.Lead-magnet-form-heading,
.banner-main-heading,
h2.blog-sidebar-h2,
h1.article-title,
h1.article-title a{
    font-family: "Outfit", sans-serif;
    font-size:40px;
    font-style: normal;
    font-weight: 900;
  line-height: 48px; 
    text-transform:uppercase !important;
    letter-spacing: 0.35px;
    color: #282D33;
}

.banner-main-heading {
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 48px;
}

.section-sub-heading,
.banner-sub-heading{
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.16px;
    text-transform: none;
    color: #282D33;
}

.normal-text{
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.16px;
    text-transform: inherit;
    color: #F89520;
}

.banner-sub-heading {
    font-size: 20px;
    color: #656565; 
}

    .inner-content-div p {
        color: #000  ;
    }

   .inner-content-div .cta-link {
        color: #fff !important;
    }


.border{
    border: 1px solid #DADADA; 
}

.list{
    margin-left: 1rem !important;
    text-align: left !important;
}

.list li{
    padding: 4px 0;
}

.img-full-height {
    height: 100%;
    object-fit: cover;
}
    
/*read More Read Less CSS*/
#panel-1{
    display: none;
}

a[aria-expanded="false"] .read-more{
  display:inline;
}
a[aria-expanded="false"] .read-less{
  display:none;
}
a[aria-expanded="true"] .read-more,
a[aria-expanded="true"] .read-more-dots
{
  display:none;
}
a[aria-expanded="true"] .read-less{
  display:inline;
}

span.moretext {
    display: none;
}
/*Read More Read Less CSS*/

/*Box Shadow*/
.box-shadow{
    -webkit-box-shadow: 0 20px 60px 0 rgb(40 93 251 / 16%);
    box-shadow: 0 20px 60px 0 rgb(97 99 106 / 16%);
}
/*Box Shadow*/

/*rounded Corner*/
.rounded {
    border-radius: 20px !important;
}
/*Rounded Corner*/

.left-seprator , .middle-seprator{
    position: relative;
    padding-bottom: 1rem;
}
.left-seprator:after , .middle-seprator:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #EB222C;
    width: 170px;
    height: 2px;
}
.middle-seprator:after{
    right:0;
    margin:0 auto;
    }
.bottom-line-input input:not(input#Submit) {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}
/*general-css*/

/*Slick Slider*/
button.slick-arrow {
    background: transparent !important;
    border: 5px solid #AAAAAA;
    border-radius: 50px 0 0 !important;
    border-top-width: 0;
    border-left-width: 0;
    width: 25px;
    box-shadow: none !important;
    height: 25px;
}





.slick-slide img {
    display: block;
    margin: auto;
}

.slick-dots li {
    border: 1px solid #1269A8;
     background: #1269A8;
}

.slick-dots li.slick-active, .slick-dots li:hover {
    background: #CD151E;
     border: 1px solid #CD151E;
}

.testimonial-slider .slick-slide img {
    display: block;
    margin: unset;
}

.testimonial-slider.slick-slider {
    height: auto;
}

.testimonial-slider .slick-dots{
    bottom: -35px;
    display: flex;
}

.our-service-slider .slick-arrow{
    transform: none;
    height: auto;
    width: auto;
    background: none !important;
    top: 40%;
}

.our-service-slider .slick-prev {
    left: -60px;
}

.our-service-slider .slick-next {
    right: -60px;
}
/*Slick Slider*/

/*Position Classes*/
.top-0{
    top: 0;
}

.bottom-0{
    bottom: 0;
}

.left-0{
    left: 0;
}

.right-0{
    right: 0;
}
/*Position Classes*/

.flex-direction-column-d{
    flex-direction: column;
}

/*Our Service Hover Effect*/
.text-color-transition {
    transition: color 1s ease 0.01s;
}

.user-logged-out .hover-black:hover figcaption{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #333141;
    color: #fff;
}

.user-logged-out .hover-black:hover figcaption p,
.user-logged-out .hover-black:hover figcaption h2,
.user-logged-out .hover-black:hover figcaption a{
    color: #fff;
}

.user-logged-out .hover-show{
    display: none;
}

.user-logged-out .hover-black:hover .hover-show{
    display: block;
}
/*Our Service Hover Effect*/

/*List Icon*/
.list-icon li{
    display: flex;
}

.list-upper{
    display: flex;
    justify-content: center;
}


.list-icon li:before {
    content: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/26441/theme/43971/img/list-icon.png");
    display: inline-block;
    width: 3em;
    margin-left: -1em;
    position: relative;
    top: -5px;
}

/*List Icon*/



/*header*/
.is-header .dropdown.menu > li > a {
    padding: 0.9rem 20px;
}
.is-header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    right: 18px;
    margin-top: -8px;
}
.pos-ab-header {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    background: transparent !important;
    z-index: 99;
    border-color: rgba(255, 255, 255, 0.20) !important;
}
/*.pos-ab-header header ul.dropdown.menu li.active > a:not(.button), .pos-ab-header header ul.dropdown.menu li > a:not(.button):hover, .pos-ab-header header ul.dropdown.menu li > a:not(.button):active, .pos-ab-header header ul.dropdown.menu li > a:not(.button):focus , .pos-ab-header  header ul.dropdown.menu li a:not(.button) ,.pos-ab-header header a i.fas{
    color: #fff !important;
}*/
.pos-ab-header img.seond-logo {
    display: none;
}
.pos-ab-header img.normal-logo {
    display: inline-block !important;
}
.is-header img.normal-logo {
    display: none;
}
.pos-ab-header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #EB222C transparent transparent !important;
}
header .dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 102%;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.main-navigation.sticky {
    animation: slideDown 0.3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    margin-top: 0;
    justify-content: center;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.07);
}

.pos-ab-header .main-navigation.sticky{
    background-color: #fff;
}

.main-navigation.sticky #mainNav {
    justify-content: center;
}

/*Hide first item in sub menu*/
ul.is-dropdown-submenu.level-2.submenu  > li.is-submenu-item:first-child{
    
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu :before{
    display: none;    
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu :before{
    display: none;    
}
/*Hide first item in sub menu*/

/*header*/

/*separator*/
.separator-color::after{
    color: #EB222C;
}

.separator-width::after{
    width: 150px;
}

/*Home-page*/
/*Banner*/
.user-logged-out .pos-rel-ban {
    position: relative;
}

.user-logged-out .pos-ab-ban {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.user-logged-in .pos-ab-ban {
    margin: 0 auto;
}

.inner-content-div.home-in-content-div.text-center.large-text-left {
    max-width: 48%;
    padding: 5px 32px;
    margin-top: 40px;
}

.user-logged-out .inner-content-div {
    max-width: 480px;
    padding: 5px 32px;
}

/*Banner*/
/*lead-magnet*/
.lead-magnet-form {
    text-align: center;
    padding: 50px 0 60px !important;
}

.lead-magnet-form label,
.newsletter-form-main .label-holder{
    display: none;
}

.newsletter-form-main{
    padding: 0 !important;
}

.lead-magnet-form input,
.lead-magnet-form input#first_name,
.lead-magnet-form input#email,
.newsletter-form-main input,
.newsletter-form-main input#first_name,
.newsletter-form-main input#email{
    margin: 0 !important;
    height: 55px !important;
    width: 100% !important;
    margin-bottom: 10px !important;
}

.lead-magnet-form input#Submit,
.newsletter-form-main .subscribe_button_holder{
    width: auto !important;
    margin: 0;
}

span.button.width-100, a.button.width-100 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.lead-magnet-form .ww-form-container input::placeholder,
.lead-magnet-form .ww-form-container input#first_name::placeholder,
.lead-magnet-form .ww-form-container input#email::placeholder,
.newsletter-form-main .ww-form-container input#email::placeholder,
.newsletter-form-main .ww-form-container input#first_name::placeholder{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #8F8F8F;
}

.lead-magnet-form .submit_wrap.padding-top-1,
.newsletter-form-main .submit_wrap.padding-top-1{
    padding: 0 !important;
    margin: 0 !important;
}

.lead-magnet-form .width-25{
    width: 100% !important;
    margin:0;
    margin-right: 20px;
}

.newsletter-form-main .width-25{
    width: 100% !important;
    margin:0;
    margin-right: 20px;
}

.lead-magnet-form .flex-container.small-block,
.newsletter-form-main .flex-container.small-block{
    justify-content: center;
    padding-top: 11px;
}

/*lead-magnet*/
/*map-section*/
.user-logged-out .content-on-banner3 {
    max-width: 1200px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    right: 0;
    padding: 15px;
}
/*map-section*/
/*Home-page*/

/*service-page*/
/*Accordion*/
/***Genral accodion css***/
ul.accordion .accordion-title {
    border-radius: 0px !important;
    font-size: 20px;
    font-weight:700;
    border:0px solid #ccc !important;
    background: #fff;
    color: #000;
    line-height: 28px;
    letter-spacing: 0.01em;
    text-transform: none;
    padding:35px 50px 35px 20px;
    position: relative;
 }
ul.accordion .accordion-title:hover,
ul.accordion li.accordion-item.is-active .accordion-title{
    border:0px solid #ccc !important;
    background: #fff;
    color: #000;
    border: none !important;
}
ul.accordion .accordion-title::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: 0px;
    height: 2px;
    width: 100%;
    background: linear-gradient(270deg, #f4f4f4 75%, #ec1c29 25%)  !important;
    height:3px !important;
}
figcaption.coach-fig-figcaption h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    margin: 20px 0;
}
figure.coach-fig-div {
    border: 1px solid #ccc;
    height: 100%;
    padding-bottom: 70px;
    position: relative;
}
figcaption.coach-fig-figcaption a.button {
    position: absolute;
    bottom: 15px;
}
figcaption.coach-fig-figcaption {
    padding: 0 20px;
}






.is-active > .accordion-title::before {
    content: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/ad.webp);
}
.accordion-title::before {
      content: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/ar.webp);

}
ul.accordion {
    background: none;
}

 

ul.accordion .accordion-title::before {
    top: 0;
    margin-top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    right: 1.5rem;
}

ul.accordion .accordion-content {
    border: 0 !important;
    
    border-radius: 0px !important;
    
    margin: 10px 0 0;
}
 


/*Contact Page*/
.contact-page-form legend{
    display: none !important;
}

.contact-page-form .ww-form-container form fieldset>div {
    width: 90%;
}

.contact-page-form .iti.iti--allow-dropdown{
    width: 100%;
}

.contact-page-form .ww-form-container input[type="text"],
.contact-page-form .ww-form-container input[type="password"],
.contact-page-form .ww-form-container input[type="tel"],
.contact-page-form .ww-form-container input[type="email"],
.contact-page-form .ww-form-container select,
.contact-page-form .ww-form-container textarea,
.contact-page-form #mob_phone_phone_number_tel{
    width: 100%;
    border-radius: 5px;
    min-height: 45px;
    background: #DBDBDB !important;
    margin: 0 0 0.5em 0 !important;
}

.contact-page-form .ww-form-container textarea{
    min-height: 100px;
}

.contact-page-form .ww-form-container form fieldset {
    border: none;
}

div.form-container .submit_wrap {
    text-align: center !important;
}

.contact-page-form form {
    border: 1px solid #999999;
    border-radius: 5px;
    padding: 2rem 0;
}

.contact-page-form div.form-container {
    margin: 0 auto;
    max-width: 100%;
    width: 90%;
}

.contact-icon {
    border-top: 3px dashed #F89520;
    border-right: 5px dashed #F89520;
    border-bottom: 5px solid #F89520;
    border-left: 4px solid #F89520;
    display: inline-block;
    margin-bottom: 1rem;
    padding: 25px;
    border-radius: 50%;
}

.contact-icon svg {
    fill: #F89520;
    width: 50px;
    height: 50px;
}
/*Contact Page*/

.is-overlay {
    position: static;
}

.about-box {
    background-color: #f4f4f4;
    border-radius: 11px;
    padding: 20px 20px 80px;
    height: 100%;
    position: relative;
}
.about-box a.button{
   position: absolute;
    bottom: 20px;
}

.about-box h2 {
    color: #1068a7;
    font-size: 20.8px;
    font-weight: 700;
    margin: 0 0 40px;
}
.about-box a.cta-link::after {
    content: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/cta-right.webp);
    position: relative;
    top: 5px;
    left: 10px;
}
.about-box p {
    color: #282d33; 
}
.drill-div {
    padding-right: 297px;
}
 .section-sub-multi {
    font-size: 20.8px;
    font-weight: 700;
}
.list {
    margin: 0rem !important;
    text-align: left !important;
}
ul.list li {
    position: relative;
    padding-bottom: 15px;
    list-style-type: none;
    padding-left: 32px;
}
ul.list li::before {
    content: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31237/theme/49135/img/bullet.webp);
    position: absolute;
    left: 0;
    top: 5px;
}





.about1 .cell.large-4{
   padding: 10px !important; 
}




.home2 {
        background: #000 !important;
}



.testimonial-bg {
        background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30900/theme/48790/img/Client-Testimonials-bg.webp) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.homesec3 {
    background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/Simplify-drill-creation-and-access-bg.webp") !important;
    background-size: 100% 100%  !important;
    background-repeat: no-repeat !important;
}

.white-border {
    border: 8px solid #fff;
    border-radius: 10px;
    padding: 20px;
}

.Watch-CoachThem-bg {
    background: #1269A8;
    border-radius: 20px 0px 0px 20px;
    color: #fff;
    padding: 40px 30px;
    height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.you-tube-video {
  width: 100%;
  height: 100%;
}

.you-tube-video iframe {
  width: 100%;
  height: 100%;
  border-radius: 0 20px 20px 0;
}
.you-tube-video1 iframe {
  width: 100%;
 
  border-radius:  20px ;
}
.Four-blk-slider .large-2{
    margin:0 5px;
}

.Client-slider .large-2{
    margin:0 5px;
}

.slick-dots {
    bottom: -70px;
}

.sports-bg {
    padding-top:30px;
    background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/sports-bg.webp") !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}

.is-section.is-box.sports-top {
    margin-top: -110px;
}

.sport-inner1.height-100 {
    background: #fff;
    box-shadow: 4px 4px 50px 0px #EB222C33;
    height: 100%;
     padding: 40px 0 0 0;
    border-radius: 10px;
}

.sport-inner2.height-100 {
    background: #fff;
    box-shadow: 4px 4px 50px 0px #F8952033;
    height: 100%;
     padding: 40px 0 0 0;
    border-radius: 10px;
}

.sport-inner3.height-100 {
    background: #fff;
    box-shadow: 4px 4px 50px 0px #59B84733;
    height: 100%;
    padding: 40px 0 0 0;
    border-radius: 10px;
}

.sport-inner1 h3.section-sub-heading.margin-bottom-0 {
    background: #F89520;
    color: #fff;
    max-width: 200px;
    padding: 15px;
    border-radius: 0px 50px 10px 0;
  transition: all 0.2s;
}

.sport-inner2 h3.section-sub-heading.margin-bottom-0 {
    background: #F89520;
    color: #fff;
    max-width: 200px;
    padding: 15px;
    border-radius: 0px 50px 10px 0;
     transition: all 0.2s;
}

.sport-inner3 h3.section-sub-heading.margin-bottom-0 {
    background: #F89520;
    color: #fff;
    max-width: 200px;
    padding: 15px;
    border-radius: 0px 50px 10px 0;
     transition: all 0.2s;
}

.sport-inner1:hover h3.section-sub-heading.margin-bottom-0 {
    max-width: 100%;
    border-radius: 0;
}

.sport-inner2:hover h3.section-sub-heading.margin-bottom-0 {
    max-width: 100%;
    border-radius: 0;
}

.sport-inner3:hover h3.section-sub-heading.margin-bottom-0 {
    max-width: 100%;
    border-radius: 0;
}

.homesec7 {
    background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/Streamlined-content-sharing-for-all-levels-bg.webp") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.homesec8 {
    background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/Governance-bg.webp") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.homesec9 {
    background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/Why-CoachThem-bg.webp") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.homesec11 {
    background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/Join-Team-Coachthem-Today-bg.webp") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.review-sec-bg {
    background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/Service-bg.webp") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.service-bg {
    background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/Service-bg.webp") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.Coaches-sec1 {
    background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/Service-bg.webp") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.Coaches-sec {
   
}
.section-sub-sim {
    font-weight: 700;
    font-size: 20.8px;
    margin: 12px 0;
}
 .review-sub-design{
    font-weight: 700;
    font-size: 20.8px;
    color: #fff;
    margin: 20px 0 0;
}
 .review-sub-name {
    font-weight: 700;
      font-size:40px;
    color: #fff;
}
 













.coach-details-sec {
    background: #F89520;
    color: #fff;
    border-radius: 20px 0 0 20px;
    padding: 35px;
     height: 100%;
}


.newsletter {
    background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/news-bg.webp") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.service-bg {
      background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/Service-bg.webp") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.review-inner {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    transition: transform 0.5s ease;
}


.review-inner:hover {
    transform: scale(1.05);
}


.review-inner .review-para {
   min-height:80px;
}


.newsletter .section-main-heading, .newsletter p, .home2 .section-main-heading, .home2 p{
    color: #fff;
}

.newsletter .cta-link {
    color: #fff;
}

.home8{
    background: #f5f5f5 !important;
    
}

.home8 p{
    color: #000 !important;
    font-size: 16px;
    font-weight: 400;
}

ul.lab-ul {
    fill: #EB222C;
}

.new-blog-page-type .article-category {
    margin-bottom: 5px;
    text-transform: capitalize !important;
}

.is-boxes {
    min-height: auto !important;
}

.mfp-wrap {
    z-index: 99999999999 !important;
}

 #status-msg p {
    color: #000;
    font-weight: bold;
} 

#lead-magnet-form .submit_wrap.padding-top-1 {
    padding-bottom: 2rem;
}

a{
    cursor: pointer !important;
}

.serv-div-4  {
    border-left: 3px solid #EC2227;
}

.icon-list {
    margin: 0;
}

.icon-list li {
    list-style: none;
    position: relative;
    padding-left: 22px;
    margin-bottom: 6px;
    text-align: left;
}

.icon-list li:before {
    content: "";
    position: absolute;
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/bullet.webp) no-repeat;
    left: 0;
    top: 8px;
    width: 13px;
    height: 13px;
}

.icon-list1 {
    margin: 0;
}

.icon-list1 li {
    list-style: none;
    position: relative;
    padding-left: 22px;
    margin-bottom: 6px;
    text-align: left;
}

.icon-list1 li:before {
    content: "";
    position: absolute;
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/bullet-white.webp) no-repeat;
    left: 0;
    top: 8px;
    width: 13px;
    height: 13px;
}
i.fas.fa-arrow-right.fa-2x.fa-pull-right.fa-border.fa-rotate-270 {
    color: #444 !important;
    background-color: #fff !important;
}
.shadow-1.height-100 {
    background: #f4f4f4;
    box-shadow: none !important;
    border-radius: 10px;
}

.service2 .rounded.padding-1.height-100.flex-container.align-middle.light-bg {
    min-height: 230px;
}

.menu li a, header .head-contact-links{
    font-family: "Inter", sans-serif !important;
}

footer .menu .active > a{
    background: #041725 !important;
}

footer .fa-phone-alt:before {
    padding-right: 0px;
    
}
footer#footer h3 {color: #282d33;
}
footer .fa-envelope:before  {
    padding-right: 0px;
    
}

#thanks-wrapper {
    width: 100%;
    height: 350px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}






/*accrodion-section*/
/*newsletter-section*/
.newsletter-form-main .container.is-container.is-content-1200 {
    background: url(//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/26441/theme/43971/img/Newsletter-Bg-Services-Landing-Template-2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffff;
    padding: 90px 60px 80px !important;
    border-radius: 15px;
}
.white-btn {
    background: #fff !important;
    color: #0068b3 !important;
}
.margin-top-5 {
    margin-top: 5rem !important;
}
.margin-bottom-5 {
    margin-bottom: 5rem !important;
}
/*newsletter-section*/
/*service-page*/

/*service-areas-page*/
.user-logged-out .serv-head-elm {
    margin-bottom: -48px;
}
figure.ser-area-fig-mn.box-shadow {
    max-width: 365px;
    margin: 20px 10px 30px;
    box-shadow: 2px 3px 10px #282D3336;
}
figure.ser-area-fig-mn.box-shadow figcaption {
    padding: 35px 40px;
}
figure.ser-area-fig-mn.box-shadow figcaption p.link-blk {
    margin: 0;
    position: relative;
}
figure.ser-area-fig-mn.box-shadow figcaption p.link-blk:after {
    content: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/link-arrow.png");
    position: absolute;
    top: 0;
    right: 0;
}
.testimonial-list.home-testimonial-list .slick-dots {
    bottom: -25px;
}
.slick-dots li {
    border: 1px solid #1269A8 !important;
    background: #1269A8;
    width: 13px;
    height: 13px;
}
.slick-dots li.slick-active, .slick-dots li:hover {
     border: 1px solid #CD151E !important;
    background: #CD151E;
}
/*service-areas-page*/

/*footer*/
#footer .icon-div svg {
    min-width: 25px;
    margin-right: 8px;
}

#footer hr {
    border-color: rgb(137 137 137) !important;
}

#footer .fab {
    font-size: 35px;
    color: #59B847;
}

footer .icon {
    color: #282d33 ;
    margin-right: 10px;
}

footer .menu.foot-menu li {
    width: 100%;
}

footer .menu li a{
   padding-left:0; 
   padding-top: 0;
}

footer .foot-menu li {
    padding: 0px 0 0px;
}

footer .foot-menu li:last-child {
    border-bottom: 0px ;
    padding-bottom: 10px ;
}


footer .copyright-main-block {
    border-top: 2px solid #59B847;
}
/*footer*/
svg.step.social-icon {
    fill: #282d33 !important;
}





header ul.dropdown.menu li.active > a:not(.button) {
    font-weight: 400;
}

.tab-box {
    padding: 15px;
    border: 1px solid #1269A8;
    background: #1269A8;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tab-box h3 {
        font-family: "Montserrat", sans-serif !important;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}




ul#mainNav li {
    position: relative;
    font-weight: 400 !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
}


/* service area */

.service-btn-like {
    display: flex;
    background: #f5f5f5;
    align-items: center;
    padding: 20px 15px;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    border: 2px solid #f5f5f5;
    justify-content: center;
    flex-direction: column;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.01em;
    height: 100%;
    color: #000 !important;
    margin: 10px 10px 0 10px !important;
}

.service-btn-like p{
    margin-bottom: 0 !important;
    font-weight: 500;
    font-size: 18px;
     color: #000 !important;
}

.service-btn-like i{
 font-size: 30px !important;
}

.service-btn-like a{
    font-weight: 500;
    font-size: 18px;
     color: #000 !important;
}



.service-btn-like .ion-location:before {
    content: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30900/theme/48790/img/location.webp) !important;
}



.service-btn-like:hover {
    border-top: 2px solid #EC2227;
    border-bottom: 2px solid #EC2227;
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: auto;
    left: 4px !important;
    z-index: 999999;
}

.gnext:hover, .gnext:active, .gnext:focus {
    background: transparent !important;
    border: 1px solid transparent !important;
}

.gprev:hover, .gprev:active, .gprev:focus {
    background: transparent !important;
     border: 1px solid transparent !important;
}

.gclose:hover, .gclose:active, .gclose:focus {
    background: transparent !important;
     border: 1px solid transparent !important;
}

.gslide-image img.zoomable {
    position: relative;
    width: auto !important;
    height: auto !important;
    max-height: 85vh !important;
}

.gslide-image img {
    max-height: 97vh !important;
    max-width: 650px !important;
}

 .glightbox-clean .gnext, .glightbox-modern .gnext {
    position: absolute;
    top: 45% !important;
    right: 70px !important;
    width: 40px;
    height: 56px;
}

.glightbox-clean .gprev, .glightbox-modern .gprev {
    position: absolute;
    top: 45% !important;
    left: 30px;
    width: 40px;
    height: 56px;
}

.gslide-media {
    width: 70% !important;
    margin: 0 auto;
}

.glightbox-clean .gprev, .glightbox-modern .gprev {
    position: absolute;
    top: 45% !important;
    left: 0 !important;
    width: 40px;
    height: 56px;
}

.home4 figure figcaption.text-center.margin-top-1 {
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0 !important;
    padding: 15px;
    max-width: 370px;
    margin: 0 auto;
    min-height: 100px;
}


.ps-blog-category li a {
    text-transform: capitalize !important;
}

.new-blog-template .ps-blog-tags li a {
    color: #59B847 !important;
    text-transform: capitalize !important;
    font-weight:600;
}

.new-blog-template .blog-widget .widget-category span a {
    color: #000;
    text-transform: capitalize;
}



.inner-banner.blog-banner {
    position: absolute;
    left: 0;
    top: 25%;
    transform: none;
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    height: 50%;
    align-items: center;
    display: flex;
    max-width: 90%;
    margin: 0 auto;
    right: 0;
    padding: 0 13px;
    /*background: rgba(0, 0, 0, 0.6);*/
}

footer i.fas.fa-map-marker-alt.icon {
    position: relative;
}


.ww-content-block.type-form i.fas.fa-calendar-alt, .ww-form-container i.fas.fa-calendar-alt {
    position: absolute;
    top: 2.8em !important;
    left: 0.6em;
}

select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 50% !important;
}


.testimonial-list.home-testimonial-list {
    background: #000 !important;
    color: #fff;
}

.testimonial-list.home-testimonial-list .slick-dots {
    bottom: -30px;
}

/* LEAD MAGNET FORM */
/*lead-magnet*/
.lead-magnet-form {
    text-align: center;
    padding: 50px 0 60px !important;
}

.lead-magnet-form label,
.newsletter-form-main .label-holder{
    display: none;
}

.newsletter-form-main{
    padding: 0 !important;
}

.lead-magnet-form input,
.lead-magnet-form input#first_name,
.lead-magnet-form input#email,
.newsletter-form-main input,
.newsletter-form-main input#first_name,
.newsletter-form-main input#email{
    margin: 0 !important;
    height: 55px !important;
    width: 100% !important;
    padding-left: 20px;
    
    border-radius: 30px;
    
    margin-bottom: 10px !important;
}

.round-corner.newsletter-form-main input{
    border-radius: 50px !important;
    
}

.lead-magnet-form input#Submit,
.newsletter-form-main .subscribe_button_holder{
    width: auto !important;
    margin: 0;
}

.lead-magnet-form .ww-form-container input::placeholder,
.lead-magnet-form .ww-form-container input#first_name::placeholder,
.lead-magnet-form .ww-form-container input#email::placeholder,
.newsletter-form-main .ww-form-container input#email::placeholder,
.newsletter-form-main .ww-form-container input#first_name::placeholder{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.gen-form #mob_phone_phone_number_tel::placeholder {
    color: #000 !important;
}

.gen-form input#email {
    margin-bottom: 3px;
}
.lead-magnet-form .submit_wrap.padding-top-1,
.newsletter-form-main .submit_wrap.padding-top-1{
    padding: 0 !important;
}

.lead-magnet-form .width-25{
    width: 100%% !important;
    margin:0;
    margin-right: 20px;
}

.newsletter-form-main .width-25{
    width: 100% !important;
    margin:0;
    margin-right: 20px;
}

.lead-magnet-form .flex-container.small-block,
.newsletter-form-main .flex-container.small-block{
    justify-content: center;
    padding-top: 11px;
    flex-direction: column;
}
.lead-magnet-form .height-40 {
    height: 0px;
}

/*lead-magnet*/

.lead-magnet-form .column.full.is-overlay-content {
    padding: 0px;
}

.lead-magnet-form .column.full.is-overlay-content .cell.medium-12 {
    padding: 0px;
}

footer i.fas.fa-map-marker-alt.icon {
    position: relative;
    top: 7px;
}

.sticky-container{
    height: auto !important;
}



.footer-color {
   
}

.footer-color .normal-text{
    font-size: 18px;
    font-weight: 600;
}
.footer-color .btn-space{
    padding-right:5px;
}

.is-header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  right: 10px;
    margin-top: -7px;
    border: none;
    content: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/are.webp);
}

.new-blog-page-type .article-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    text-transform: capitalize !important;
    text-align: center;
}


header .fa-phone:before {
    content: "\f095";
    padding-left: 6px;
    color: #F89520;
}

.article-body h2 {
   font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height:28px;
    letter-spacing: 0.16px;
    text-transform: capitalize;
    color: #000;
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-body h3 {
     font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.16px;
    text-transform: capitalize;
    color: #000;
}

.article-body ul {
    margin: 0;
}

.article-body ul li {
    list-style: none;
    position: relative;
    padding: 0 0 0px 18px !important;
    margin-bottom: 7px;
    text-align: left;
}

.article-body ul li:before {
    content: "";
    position: absolute;
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/bullet.webp) no-repeat;
    left: 0;
    top: 8px;
    width: 13px;
    height: 13px;
}

.new-blog-template .blog-widget .widget-category span a {
    color: #59B847;
    text-transform: capitalize !important;
}

header ul.no-bullet.menu.size-20.align-center a.padding-left-0.padding-top-0 {
    padding: 0 15px 0px 0 !important;
}



.coach-slider .slick-prev {
    transform: none !important;
    right: 30px !important;
    bottom: 0% !important;
    z-index: 11;
    opacity: 1;
    width: 32px;
    height: 19px;
    top: auto !important;
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/left.png) !important;
    left: auto !important;
}

.coach-slider .slick-next {
    transform: none !important;
    right: -20px !important;
    bottom: 0% !important;
    z-index: 11;
    opacity: 1;
    width: 32px;
    height: 19px;
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/right.png) !important;
    top: auto !important;
}



















.slick-prev {
    transform:none !important;
    left: -20px !important;
        top: 40% !important;
    z-index: 11;
    opacity: .7;
    width: 13px;
    height: 21px;
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/left.png) !important;
}

.slick-next {
     transform:none !important;
    right: -20px !important;
        top:40% !important;
    z-index: 11;
    opacity: .7;
    width: 13px;
    height: 21px;
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/right.png) !important;
}

/* TOGGLE WRAP */
.billing-toggle-new {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 16px;
  justify-content: end;
}

/* LABEL */
.billing-toggle-new .label {
  color: #333;
}

/* SWITCH */
.switch {
  position: relative;
  width: 32px;
  height: 20px;
}

.switch input {
  opacity: 0;
}

.slider {
  position: absolute;
  inset: 0;
  background: #ddd;
  border-radius: 20px;
}

/* ORANGE DOT */
.slider:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 1px;
  top: -1px;
  background: #f7931e;
  border-radius: 50%;
  transition: 0.3s;
}

/* MOVE DOT */
.switch input:checked + .slider:before {
  transform: translateX(20px);
}

/* PRICE */
.price-title {
  font-size: 36px;
  font-weight: 700;
  margin: 10px 0 5px;
}

/* ORANGE SUBTEXT */
.price-sub {
    font-size: 1rem;
    color: #656565;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: none !important;
}

/* NOTE TEXT */
.price-note {
    font-size: 16px;
    color: #1269A8;
    font-weight: 700;
}

/* TOGGLE CONTENT */
.price-box {
  display: none;
}

.price-box.active {
  display: block;
}

.price.space {
    padding-top: 40px;
}

.green-border {
    border-top: 10px solid #59B847 !important;
}

.blue-border {
    border-top: 10px solid #1269A8 !important;
}

h3.normal-text.green-small-width.green-bg.padding-1.color-white {
    max-width: 117px;
    text-align: center;
    margin: -16px 0 40px auto;
    border-radius: 0 0 8px 0;
    padding: 0px 5px 7px !important;
    font-size: 16px;
    position: relative;
    left: 25px;
    text-transform: uppercase;
}


.feature-card {
  max-width: 400px;
  margin: auto;
   position: relative;
}

.feature-card-red {
  max-width: 400px;
  margin: auto;
   position: relative;
}

.firstarrow:after {
    position: absolute;
    content: '';
    width: 127px;
    height: 44px;
    margin: 0 auto;
    top: -13%;
    right: -10%;
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/Dot-Arrow1.webp);
}


.secondarrow:after {
    position: absolute;
    content: '';
    width: 134px;
    height: 37px;
    margin: 0 auto;
    bottom: -13%;
    right: -20%;
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/Dot-Arrow2.webp);
}


/* IMAGE WRAPPER */
.feature-image {
  position: relative;
  text-align: center;
}

/* MAIN IMAGE */
.feature-image img {
    width: 100%;
    max-width: 260px;
    position: relative;
    left: 60px;
}

/* NUMBER POSITION (key fix) */
.feature-number {
      position: absolute;
    top: 0px;
    left: -50px;
    z-index: 2;
}

.feature-number img {
  width: 60px;
}

/* CONTENT BOX */
.feature-content {
    background: #f4f4f4;
    padding: 45px 25px;
    margin-top: -40px;
    border-radius: 20px;
    border-bottom: 5px solid #2c6e9f;
    min-height: 350px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    transition: transform 0.5s ease;
}


.feature-content-red {
    background: #f4f4f4;
    padding: 45px 25px;
    margin-top: -40px;
    border-radius: 20px;
    border-bottom: 5px solid #CD151E;
    min-height: 350px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    transition: transform 0.5s ease;
}

.feature-content:hover {
   transform: scale(1.04);
}

.feature-content-red:hover {
   transform: scale(1.04);
}

/* tabs css */

/* CONTAINER */
.vertical-tabs {
  display: flex;
  gap: 30px;
}

/* LEFT TABS PANEL */
.vtabs-left {
  width: 280px;
  background: #f7931e;
  border-radius: 20px;
  overflow: hidden;
      height: 200px;
}

/* TAB BUTTON */
.tab-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #f7931e;
  color: #fff;
  padding: 20px 22px;
  border: none;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

/* REMOVE LAST BORDER */
.tab-btn:last-child {
  border-bottom: none;
}

/* TEXT STYLE */
.tab-btn span {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ARROW */
.tab-btn::after {
  content: "→";
  font-size: 22px;
  transition: transform 0.3s ease;
}

/* HOVER EFFECT */
.tab-btn:hover {
  background: #2c6e9f;
}

/* ACTIVE TAB */
.tab-btn.active {
  background: #2c6e9f;
}

/* OPTIONAL: ARROW MOVE ON HOVER */
.tab-btn:hover::after {
  transform: translateX(5px);
}

/* RIGHT CONTENT */
.vtabs-right {
    flex: 1;
    background: #f4f4f4;
    padding: 40px;
    border-radius: 20px;
}

/* TAB CONTENT */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* INNER CONTENT LAYOUT */
.tab-inner {
  display: flex;
  align-items: center;
  gap: 30px;
}

.tab-inner .text {
  width: 50%;
}

.tab-inner .image {
  width: 50%;
}

.tab-inner img {
  max-width: 100%;
  height: auto;
}
.new-blog-page-type .blog-ul h2, .new-blog-page-type .blog-ul h2 a {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    text-align: left;
}
.article-body.rte > div h2.section-sub-multi {
    text-align: center;
}
.prog-figure {
    position: relative;
    overflow: hidden;
}
.coming-soon {
    height: 60px;
    background: #ef1d25;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    z-index: 5;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    text-align: center;
    background-color: #ec1c29;
    color: #fff;
    word-spacing: 100vw;
}



/* 📱 MOBILE RESPONSIVE */
@media (max-width: 768px) {

  .vertical-tabs {
    flex-direction: column;
  }

      .vtabs-left {
        width: 300px;
        display: flex;
        border-radius: 20px;
        flex-direction: column;
        margin: 0 auto;
    }

  .tab-btn {
    flex: 1;
    font-size: 14px;
    padding: 12px;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.3);
  }

  .tab-btn:last-child {
    border-right: none;
  }



  .vtabs-right {
    width: 100%;
  }

  .tab-inner {
    flex-direction: column;
    text-align: center;
  }

  .tab-inner .text,
  .tab-inner .image {
    width: 100%;
  }

 

  .tab-inner p {
    font-size: 14px;
    line-height: 1.6;
  }
}

.price-inner-box.height-100 {
    background: #fff;
    padding:15px  25px;
     height: 100%;
    border: 1px solid #ccc;
}



.coaching-software-box {
   text-align: center;
}
.coaching-software-box h2 {
    font-weight: 700;
    font-size: 20.8px;
    text-transform: uppercase;
}
.goog-te-gadget-simple {
    display: flex !important
;
    align-items: center;
    height: 45px;
    margin-right: 10px;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    color: #fff !important;
}

.goog-te-gadget-simple {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px !important;
    padding: 23.5px 0 23.5px 11px !important;
    line-height: 0 !important;
    background: #F89520 !important;
    border: 1px solid #F89520 !important;
    text-transform: uppercase;
    opacity: 1 !important;
    border-radius: 0px;
    width: auto !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    margin-left: 15px;
}

.drill-inner-box {
    background: #f5f5f5;
    padding: 25px;
    border-radius: 20px;
}


/* Ice  Hockey */

.hockey-arrow1{
    position:relative;
}

.hockey-arrow1:after{
    position: absolute;
    content: '';
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/ice-hockey-arrow1.webp);
    width: 265px;
    height: 221px;
    margin: 0 auto;
    left: 0;
    top: 76%;
    right: 0;
}

.hockey-arrow2{
    position:relative;
}

.hockey-arrow2:after{
    position: absolute;
    content: '';
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/ice-hockey-arrow2.webp);
    width: 322px;
    height: 221px;
    margin: 0 auto;
    left: 0;
    top: 76%;
    right: 0;
}

.team-arrow1{
    position:relative;
    padding:0 0  10rem 0 !important;
}

.team-arrow1:after{
    position: absolute;
    content: '';
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/team-ar1.webp);
    width: 265px;
    height: 221px;
    margin: 0 auto;
    left: 0;
    top: 76%;
    right: 0;
}

.team-arrow3{
    position:relative;
    padding:6rem 0  10rem 0 !important;
}

.team-arrow3:after{
    position: absolute;
    content: '';
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/team-ar1.webp);
    width: 265px;
    height: 221px;
    margin: 0 auto;
    left: 0;
    top: 76%;
    right: 0;
}

.team-arrow2{
    position:relative;
    padding: 6rem 0 10rem 0 !important;
}

.team-arrow2:after{
    position: absolute;
    content: '';
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/team-ar2.webp);
    width: 322px;
    height: 221px;
    margin: 0 auto;
    left: 0;
    top: 76%;
    right: 0;
}


figure.team-card {
    padding: 14px;
    border: 3px solid #ddd;
    height: 100%;
    border-radius: 10px;transition: 0.4s ease;
}
figure.team-card:hover {
    transition: 0.4s ease;
    transform: scale(1.01);
    box-shadow: 0px 1px 20px 1px #aaaaaa;
    border: 3px solid transparent;
}
figure.team-card .section-sub-heading {
    font-weight: 700;
    text-transform: uppercase;
}

figure.team-card  p.margin-bottom-2 {
    min-height: 260px;
}

.association-v4{
    padding:40px 0 0 0px;
}

.association-wrap{
    max-width:1280px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:80px;
}

/* LEFT */

.association-left{
    flex:1;
}

.association-item{
    padding:36px 0;
    cursor:pointer;
}

.association-line{
    width:180px;
    height:2px;
    background:#0b67a8;
    margin-bottom:40px;
}

.association-flex{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.association-item h3{
    margin:0;
    font-size:20px;
    line-height: 28px;
    font-weight:700;
    color:#000;
    text-transform:uppercase;
    transition:0.3s ease;
}

.association-item.active h3{
    color:#0b67a8;
}

.association-arrow{
    font-size:52px;
    line-height:1;
    color:#666;
    transition:0.3s ease;
}

.association-item.active .association-arrow{
    color:#0b67a8;
}

.association-item:hover h3{
    transform:translateX(8px);
}

.association-item:hover .association-arrow{
    transform:translateX(6px);
}

/* RIGHT */

/* RIGHT PANEL */

.association-right{
    position:relative;
    width:100%;
    max-width:400px;
    margin-left:auto;
}

/* IMAGES */

.association-image{
    position:absolute;
    top:0;
    left:0;

    width:100%;
    height:auto;

    opacity:0;

    transition:0.4s ease;

    z-index:1;

    border-radius:8px;

    display:block;
}

/* ACTIVE */

.association-image.active{
    position:relative;
    opacity:1;
    z-index:5;
}

/* LEFT ACTIVE TEXT */

.association-item.active h3{
    color:#0b67a8;
}

.association-item.active .association-arrow{
    color:#0b67a8;
}

/* MOBILE */

@media(max-width:991px){

    .association-wrap{
        flex-direction:column;
        gap:40px;
    }

       .association-right {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .association-item h3{
        font-size:28px;
    }
}

@media(max-width:767px){

    .association-item h3{
        font-size:22px;
    }

    .association-line{
        width:120px;
        margin-bottom:24px;
    }

    .association-item{
        padding:24px 0;
    }

    .association-arrow{
        font-size:34px;
    }
}


.association-v4{
    background:#fff;
}

.ct-accordion{
    border-top:1px solid #e5e7eb;
}
.ct-accordion1{
    border-top:1px solid #e5e7eb;
}
.ct-accordion2{
    border-top:1px solid #e5e7eb;
}
.ct-item{
    border-bottom:1px solid #e5e7eb;
    padding:20px 0;
}
.ct-item1{
    border-bottom:1px solid #e5e7eb;
    padding:20px 0;
}
.ct-item2{
    border-bottom:1px solid #e5e7eb;
    padding:20px 0;
}
.ct-title{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:none;
    border:none;
    padding:0;
    cursor:pointer;
    text-align:left;
}
.ct-title1{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:none;
    border:none;
    padding:0;
    cursor:pointer;
    text-align:left;
}
.ct-title2{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:none;
    border:none;
    padding:0;
    cursor:pointer;
    text-align:left;
}
.ct-item .button{
    box-shadow: none !important;
}
.ct-item1 .button{
    box-shadow: none !important;
}
.ct-item2 .button{
    box-shadow: none !important;
}
.ct-item.active .button:hover{
    box-shadow: none !important;
}
.ct-item1.active .button:hover{
    box-shadow: none !important;
}
.ct-item2.active .button:hover{
    box-shadow: none !important;
}
.ct-title span{
    font-size:20px;
    font-weight:700;
    color:#111827;
    line-height:1.3;
}
.ct-title1 span{
    font-size:20px;
    font-weight:700;
    color:#111827;
    line-height:1.3;
}
.ct-title2 span{
    font-size:20px;
    font-weight:700;
    color:#111827;
    line-height:1.3;
}
.ct-title i{
    transition:.3s;
    font-size:18px;
}
.ct-title1 i{
    transition:.3s;
    font-size:18px;
}
.ct-title2 i{
    transition:.3s;
    font-size:18px;
}
.ct-item.active {
    border-top:3px solid #1269A8;
}
.ct-item1.active {
    border-top:3px solid #1269A8;
}
.ct-item2.active {
    border-top:3px solid #1269A8;
}
.ct-item.active i{
    transform:rotate(90deg);
}.ct-item1.active i{
    transform:rotate(90deg);
}
.ct-item2.active i{
    transform:rotate(90deg);
}
.ct-content{
    display:none;
    padding-top:18px;
}
.ct-content1{
    display:none;
    padding-top:18px;
}
.ct-content2{
    display:none;
    padding-top:18px;
}
.ct-content p{
    margin:0;
    font-size:16px;
    line-height:26px;
    color:#6b7280;
}
.ct-content1 p{
    margin:0;
    font-size:16px;
    line-height:26px;
    color:#6b7280;
}
.ct-content2 p{
    margin:0;
    font-size:16px;
    line-height:26px;
    color:#6b7280;
}
.ct-image-wrap{
    position:relative;
    min-height:unset;
}
.ct-image-wrap1{
    position:relative;
    min-height:unset;
}
.ct-image-wrap2{
    position:relative;
    min-height:unset;
}
.ct-image{
    position:absolute;
    top:0;
    left:0;
    text-align:center;
    opacity:0;
    visibility:hidden;
    transition:.4s;
    border-radius:20px;
}
.ct-image1{
    position:absolute;
    top:0;
    left:0;
    text-align:center;
    opacity:0;
    visibility:hidden;
    transition:.4s;
    border-radius:20px;
}
.ct-image2{
    position:absolute;
    top:0;
    left:0;
    text-align:center;
    opacity:0;
    visibility:hidden;
    transition:.4s;
    border-radius:20px;
}
.ct-image.active{
    opacity:1;
    visibility:visible;
    position:relative;
}
.ct-image1.active{
    opacity:1;
    visibility:visible;
    position:relative;
}
.ct-image2.active{
    opacity:1;
    visibility:visible;
    position:relative;
}
@media(max-width:991px){

    .ct-image-wrap{
        margin-top:40px;
        min-height:auto;
    }

    .ct-title span{
        font-size:18px;
    }

}

.blog-ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px;
    margin-left: 0;
}

.blog-ul li {
    border: 1px solid #ddd;
    padding: 15px;
    height: 100%;
}

.new-blog-page-type .article-category {
    margin-bottom: 5px;
    text-transform: capitalize !important;
    display: none;
}

@media only screen and (max-width:1023px) {
    #sidenav.french .franch-nav, .is-header.french .franch-nav {
     justify-content: center;
}
        .new-header-2 .mobile-contact-buttom-section {
         justify-content: center;
    }
    a.button.lang-btn {
    margin-left: 0px;
}
    
    li.handle-plateforme-coaching-sportif > a {
    cursor: pointer !important;
    pointer-events: auto;
}
li.handle-solutions-coaching-sportif > a {
    cursor: pointer !important;
    pointer-events: auto;
}
li.handle-ressources > a {
    cursor: pointer !important;
    pointer-events: auto;
}




    .is-dropdown-submenu {
    position: relative;
     left: 0; 
}
   .is-dropdown-submenu {
     border: 0px solid #CCCCCC; 
} 
    
    
    
    
    
    
    
    
    
    
    
    .new-blog-page-type .ps-blog-recent-posts {
    grid-template-columns: repeat(1, 1fr);
}
    
    .coach-slider .slick-next {
    right: 20px !important; 
}
  .coach-slider .slick-prev {
     right: 70px !important; 
}  
    
    img.ios-ig {
    width: 170px;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .article-body.rte > div {
    width:100%; 
}
        .articles-filter-container .ps-blog-category li.active a.button {
        font-weight: bold;
        color: inherit;
        background: transparent !important;
       /* padding: 0 !important;*/
    }
        .articles-filter-container svg {
        position: relative;
        top: 2px;
    }
    .main-bg-desk {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31067/theme/48959/img/main-m.webp) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
    .about-box a.button {
    position: relative;
    bottom: 0;
}
    .blog-ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 12px;
    margin-left: 0;
}
    
    .pos-ab-header {
    position: relative !important; 
}

.hockey-arrow1 {
    position: relative;
    padding-bottom: 12rem !important;
}


.hockey-arrow2 {
    position: relative;
    padding-bottom: 12rem !important;
}

.team-arrow1 {
    position: relative;
    padding-bottom: 12rem !important;
}


.team-arrow2 {
    position: relative;
    padding-bottom: 12rem !important;
}

figure.coach-fig-div {
    border: 1px solid #ccc;
    height: 100%;
    max-width: 370px;
    margin: 0 auto;
}

figure.team-card {
    padding: 14px;
    border: 3px solid #ddd;
    height: 100%;
    border-radius: 10px;
    max-width: 370px;
    margin: 0 auto;
}

figure.team-card p.margin-bottom-2 {
    min-height: unset;
}
    
    
    .mb-blue-bg .inner-content-div {
    background: #1068a8 !important;
}
    
    
    
    .user-logged-out .landing-page .inner-content-div {
    max-width: 100%;
}

header .grid-x.grid-padding-x.grid-padding-y.padding-top-0.padding-bottom-0.padding-left-1.padding-right-1.header-top.align-justify.align-middle.new-header.new-header-2.custom-grid-container {
    display: block;
}

.header-top-bg ul.menu.justify-small-center.align-middle.align-left {
        flex-direction:column;
                padding-top: 15px;
 }
 
  .header-top-bg ul.menu.justify-small-center.align-middle.align-left li.translator {
  
    padding: 15px 0;

}
 

 


}



@media only screen and (min-width: 1024px) {
    
.lead-magnet-form .submit_wrap.padding-top-1, 
.newsletter-form-main .submit_wrap.padding-top-1 {
    padding: 0 !important;
    text-align: left !important;
}
.drill-div {
    padding-right: 0;
}
}


/*************************************************/
@media (min-width: 1023.5px) and (max-width: 1200px) {
   

.contact-card .cell.large-9.small-12
{
    padding-left: 40px !important;
}

footer i.fas.fa-map-marker-alt.icon {
    position: relative;
}

.banner-main-heading, .section-main-heading{
 font-size: 23px;
   line-height: 28px;
}

.section-main-coach {
    font-weight: 700;
    font-size: 30px;
}

.feature-image img {
    width: 100%;
    max-width: 210px;
    position: relative;
    left: 60px;
}

 



header#header {
    padding-bottom: 0px;
}

footer svg.step.social-icon {
    width: 25px;
    height: 25px;
}

footer a:not(.button) {
     
}

.inner-content-div.home-in-content-div.text-center.large-text-left {
    max-width: 49%;
    padding: 5px;
    margin-top: 20px;
}

.user-logged-out .inner-content-div {
    max-width: 43%;
    padding: 5px;
}

.is-overlay-bg {
        opacity: 1;
}
    .is-header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    right: 10px;
 }
    .is-header .dropdown.menu > li > a {
        padding: 0.9rem 12px;
        font-size: 11px !important;
    }
    #sidenav.french .franch-nav, .is-header.french .franch-nav {
     align-items: anchor-center;
}
ul.is-dropdown-submenu.menu.level-2.submenu.first-sub.vertical li a {
  
}

.coach-details-sec {
    padding: 18px;
}

}

@media only screen and (max-width: 1023.5px) {
    
 .banner-main-heading {
    font-size: 36px;
    line-height: 40px;
}

.firstarrow:after {
    display: none;
}

.secondarrow:after {
    display: none;
}

.review-inner.height-100 {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    max-width: 370px;
    margin: 0 auto;
}
 
  
.new-header-2 .mobile-contact-buttom-section {
        border-top: 1px solid #CCCCCC;
        padding: 12px 11px !important;
        line-height: unset;
    }
    footer i.fas.fa-map-marker-alt.icon {
        position: relative;
        top: 0;
    }
    
    .is-section.is-box.sports-top {
    margin-top: 0;
}

.sport-inner1.height-100 {
    max-width: 300px;
    margin: 0 auto;
}

.sport-inner2.height-100 {
    max-width: 300px;
    margin: 0 auto;
}

.sport-inner3.height-100 {
    max-width: 300px;
    margin: 0 auto;
}

.Watch-CoachThem-bg {
        border-radius: 20px;
        margin-top: -15px;
        display: block;
}

.you-tube-video iframe {
    width: 100%;
    height: 394px;
    border-radius: 20px;
}

.coach-details-sec {
    background: #F89520;
    color: #fff;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    left: 0;
    bottom: 0;
    top: -20px;
}
    
    .Four-blk-slider .large-2 img{
   max-width: 180px;
   margin: 0 auto;
}

    .Client-slider .large-2 img{
   max-width: 180px;
   margin: 0 auto;
}
    
  header  i.fas.fa-envelope {
    padding-right: 7px;
    top: 1px;
    position: relative;
}

footer ul.no-bullet.menu.size-30.align-left {
    justify-content: center;
}
    
    .banner-main-heading {
    font-size: 35px;
    line-height: 42px;
}
    
   header .grid-x.grid-padding-x.grid-padding-y.padding-top-0.padding-bottom-0.padding-left-1.padding-right-1.header-top.align-justify.align-middle.new-header.new-header-2.custom-grid-container {
    justify-content: center;
}
    
    .cta-link {
    font-size: 16px;
}

.is-header .dropdown.menu > li > a {
    font-size: 16px;
}

a.button, span.button, input.button, input#Submit, .gen-form #Submit, #newsletter-form #Submit, .button {
    padding: 10px 20px !important;
}


    .border-sm-top-1 {
        border-top: 1px solid #D2D2D2 !important;
    }
    
        .border-left {
        border: 0 solid;
    }
    
      

.border-sm-right-0 {
        border-right: 0;
    }
    
    .border-sm-bottom-1 {
        border-bottom: 1px solid #D2D2D2;
    }
    /*general-classes*/
    .width-sm-100 {
        width: 100% !important;
        max-width: 100% !important;
    }
    
 

    
    header#header {
    background: #fff;
}

    aside.sidenav ul.level-2 > li span {
        padding-left: 0 !important;
    }

.light-bg-accord ul.accordion .accordion-title {
    padding-left: 10px;
      line-height: 1.4;
}


ul.accordion .accordion-title::before {
    top: 0;
    margin-top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    right: 1rem !important;
}


header i.fas.fa-phone-alt.icon {
    color: #59B847 !important;
}



.inner-content-div .cta-link{
     color: #59B847 !important;
     font-size: 16px;
}

 /***blog page***/
 
   .inner-banner.blog-banner {
    position: relative;
    align-items: center !important;
    text-align: center !important;
    justify-content: center !important;
    background: transparent !important;
    padding: 40px;
    max-width: 100%;
}

    /***blog page***/
   
        .ps-login-page .ps-login-form-wrap, .ps-login-page .ps-registration-form-wrap {
    width: 100%;
    text-align: center;
}
 .ps-login-page .ps-login-form-wrap input , .ps-login-page .ps-registration-form-wrap input{
    width: 100% !important;
        margin:0 auto;
        max-width:310px;
    text-align: center;
}
     .ps-login-page .ps-registration-form-wrap ul{
         display: flex;
    justify-content: center;
    flex-wrap: wrap;

         }
    
    
    
    .cell.auto.large-2.text-center.large-text-left.logo-container {
    padding-left: 55px;
}
    
    .cell.large-10.main-navigation.flex-container.align-right.menu-block-main.padding-top-sm-0.padding-bottom-sm-0 {
    border-top: 1px solid #ccc;
}

header .icon, header i {
    color: #59B847 !important;
}
    
  

aside.sidenav .menu.accordion-menu li a {
    background: #fff;
    color: #000;
}

aside.sidenav .menu.accordion-menu li.has-submenu a::after {
    border-color: #EB222C transparent transparent !important;
}

.two-block-ul li:first-child {
        border-right: 0px solid #6e6e6e !important;
    }

header a:not(.button) {
    color: #000;
}
    
    .lead-magnet-form .width-25 {
        width: 100% !important;
        margin-right: 20px;
    }
    
    .slick-slide img {
    display: block;
    margin: 0 auto;
}

.abt-slider .is-card.testimonial.shadow-1.height-100 {
    box-shadow: none !important;
}

.contact-card .large-9 {
        padding-left: 0px;
    }

.abt-slider .slick-dots {
    bottom: -30px !important;
}

ul.no-bullet.menu.align-center {
    float: none !important;
}

.abt-slider .actual-testimonial-holder {
    border: 0px solid #ccc;
    padding: 10px;
}

.mob-center h2.section-main-heading {
        text-align: left;
    }
    
    ul.list3 li {
        text-align: left;
    }
    
    ul.list2 li {
        text-align: left;
    }
    
    .mob-center p {
        text-align: left;
    }
    
        .mob-center {
        text-align: center;
    }
    
    .padding-horizontal-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .justify-small-center {
        justify-content: center !important;
    }

    .mobile-color-white{
        color: #fff !important;
    }
    
    .mobile-color-black{
        color: #333333 !important;
    }
    
    .margin-top-sm-3 {
        margin-top: 3rem !important;
    }
    
    .flex-direction-column {
        flex-direction: column;
    }
    
    .flex-direction-column-rvrs-mb {
        flex-direction: column-reverse;
    }
    
    .border-mb-0 {
        border: 0 !important;
    }
    
    .align-middle-mobile {
        align-items: center;
    }
    
    /*general-classes*/
    
    
    /*separator classes*/
    .separator-sm-center{
        text-align: center !important;
    }
    
    .separator-sm-center::before, .separator-sm-center::after {
        display: table;
        content: ' ';
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    
    .separator-sm-center::after {
        position: relative !important;
        border-bottom: 0.125rem solid;
        clear: both;
        margin-top: 1rem !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    /*separator classes*/
    

 /***Home-page***/
    /*Banner*/
    .user-logged-out .pos-ab-ban {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        max-width: 100% !important;
        justify-content: center;
        background: #f4f4f4 !important;
    }

    .user-logged-out .inner-content-div {
        max-width: 100%;
        background: none;
        padding:  50px 20px;
                background: #f4f4f4 !important;
    }
    


    /*Banner*/
     /***Home-page***/
     
       /*header*/
    .border-sm {
        border-top: 1px solid #cccccc57;
        border-bottom: 1px solid #cccccc57;
    }

    header .first-half-head {
        padding-bottom: 0 !important;
    }

    .padding-sm-bottom-30 {
        padding-bottom: 30px !important;
    }
    
    header .sticky-bg-color.stick {
        position: static;
    }
    
    .sidenav-bar {
      top: 0;
      right: 15px;
      height: 100%;
      display: flex;
      align-items: center;
      z-index: 99999;
    }
    
    aside#sidenav ul.vertical.menu.accordion-menu ul#yt2rwx-acc-menu > li span {
        padding-left: 0 !important;
    }

    /*header*/

     
     /*service-page*/
     /*newsletter-section*/
     .newsletter-form-main .container.is-container.is-content-1200 {
        padding: 90px 12px 80px !important;
        margin: 0 15px;
    max-width: 100% !important;
    }
     .newsletter-form-main input#first_name, .newsletter-form-main input#email {
        margin-bottom: 15px !important;
    }
     input#subscribe {
        width: auto !important;
    }
    
     /*newsletter-section*/
     /*service-page*/
     /*footer*/
  #footer hr {
    border-color: rgb(137 137 137) !important;
}
     #footer .grid-container.is-container.is-content-1200.margin-top-0.margin-bottom-0.padding-bottom-3.padding-bottom-1.width-sm-100.padding-bottom-sm-0.padding-top-sm-0 {
        width: 100% !important;
        max-width: 95% !important;
    }
    footer a:not(.button) {
        text-align: center;
    }
    #footer .flex-container {
        display: block;
    }
    .main-navigation.sticky {
    position: static;
    }
    .user-logged-out .serv-head-elm {
    margin-bottom: -35px;
}
    /*footer*/
    
 

}


    @media screen and (max-width:568px){
        
        .user-logged-out .inner-content-div {
    max-width: 100%;
    width: 100%;
        padding: 50px 20px;
}
  
  .slick-next {
        right: 220px !important;
        top: 840px !important;
    }
    
        .slick-prev {
        left: 33% !important;
        top: 840px !important;
    }

ul.accordion .accordion-title::before {

    right: 0.5rem !important;
}

.light-bg-accord ul.accordion .accordion-title {
    padding-left: 8px;
    line-height: 1.4;
}

.slick-dots {
    bottom: -70px;
  display: none !important;
}
.test-slider .slick-dots {
     display: block !important;
}
.test-slider1 .slick-dots {
     display: block !important;
}
.section-main-heading, .Lead-magnet-form-heading, .banner-main-heading, h2.blog-sidebar-h2, h1.article-title, h1.article-title a {
     font-size: 40px;
     line-height: 48px; 
}
    .banner-main-heading {
         font-size: 40px;
     line-height: 48px; 
    }


figure.prog-year {
    height: 360px;
     width: 350px;
    margin: 0 auto;
}


.ht-360 {
    height: auto;
}

}

@media screen and (max-width:480px){    

    .slick-next {
        right: 170px !important;
        top: 810px !important;
    }
        .slick-prev {
        left: 33% !important;
        top: 810px !important;
    }

}

@media screen and (max-width:400px){    
    .section-main-heading, .Lead-magnet-form-heading, .banner-main-heading, h2.blog-sidebar-h2, h1.article-title, h1.article-title a {
        font-size: 35px;
        line-height: 43px;
    }
    .slick-next {
        right: 120px !important;
        top: 810px !important;
    }

ul.accordion .accordion-title::before {

    right: 0.3rem !important;
}



}



@media only screen and (max-width: 400px) {

.abt-slider .is-card.testimonial.shadow-1.height-100 {
    width: 370px !important;
}


}
.footer-logo {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
@media only screen and (max-width: 1023.5px) {
    .drill-div {
    padding: 25px;
    text-align: center;
}
    .is-box {
        min-height: auto;
    }
.test-slider .slick-dots li {
       width: 30px; 
}
    .ps-login-page .new-website-login-form .ps-login-form-wrap {
    text-align: center!important;
}

.inner-content-div.home-in-content-div.text-center.large-text-left {
    max-width: 100%;
    padding: 50px 20px;
    margin-top: 0;
}

.inner-content-div.home-in-content-div p {
    color: #000 !important;
}

h1.section-main-coach.color-white {
    color: #000 !important;
}
    

.footer-logo {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}



      .glightbox-clean .gnext, .glightbox-modern .gnext {
    position: absolute;
    top: 45% !important;
    right: 30px !important;
    width: 40px;
    height: 56px;
}
    
    .glightbox-clean .gdesc-inner, .glightbox-modern .gdesc-inner {
    padding: 22px 20px;
    text-align: center !important;
}


.glightbox-mobile .glightbox-container .gslide-description {
    padding-bottom: 10px !important;
}
 
    /*lead-magnet*/
    .lead-magnet-form input {
        margin: 15px 0 0 !important;
    }
    
    .lead-magnet-form input, .lead-magnet-form input#first_name, .lead-magnet-form input#email {
        margin-bottom: 10px !important;
    }

    /*lead-magnet*/

}


/* ==============================
   BLOG FILTER - FULL OVERRIDE
   ============================== */

.blog-filter-cell {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    background: #fff;
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    z-index: 9999;
}

p.filter-h2.mobile-category-title {
    
    justify-content: space-between !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 12px 16px !important;
    font-family: "Outfit", sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    background: #F89520 !important;
    cursor: pointer;
    border-bottom: none !important;
}

p.filter-h2.mobile-category-title svg path {
    fill: #fff !important;
}

ul.ps-blog-category.mobile-categories {
    display: none;
    margin: 0 !important;
    padding: 8px !important;
    list-style: none;
    background: #fff;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #f0f0f0;
    border-top: none !important;
    border-radius: 0 0 12px 12px;
}

ul.ps-blog-category.mobile-categories::-webkit-scrollbar {
    width: 3px;
}

ul.ps-blog-category.mobile-categories::-webkit-scrollbar-thumb {
    background: #F89520;
    border-radius: 10px;
}

ul.ps-blog-category.mobile-categories li,
ul.ps-blog-category.mobile-categories li.cta-link {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    border: none !important;
    border-left: none !important;
    border-bottom: 1px solid #f5f5f5 !important;
}

ul.ps-blog-category.mobile-categories li:last-child {
    border-bottom: none !important;
}

ul.ps-blog-category.mobile-categories li::before,
ul.ps-blog-category.mobile-categories li.cta-link::before {
    display: none !important;
}

ul.ps-blog-category.mobile-categories li a,
ul.ps-blog-category.mobile-categories li.cta-link a {
    display: block !important;
    padding: 10px 12px !important;
    font-family: "Inter", sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #444 !important;
    background: transparent !important;
    border: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    transition: all 0.15s ease !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

ul.ps-blog-category.mobile-categories li a:hover,
ul.ps-blog-category.mobile-categories li.cta-link a:hover {
    background: #fff3e0 !important;
    color: #F89520 !important;
    text-decoration: none !important;
    border: none !important;
    border-left: none !important;
    padding-left: 16px !important;
}

ul.ps-blog-category.mobile-categories li a.all-blogs {
    font-weight: 700 !important;
    color: #fff !important;
    background: #F89520 !important;
    border-radius: 8px !important;
    border: none !important;
    border-left: none !important;
    margin: 0 !important;
    padding: 10px 12px !important;
}

ul.ps-blog-category.mobile-categories li a.all-blogs:hover {
    background: #DC7D0A !important;
    color: #fff !important;
    padding-left: 16px !important;
}

ul.ps-blog-category.mobile-categories li.active a,
ul.ps-blog-category.mobile-categories li a.active,
ul.ps-blog-category.mobile-categories li.cta-link.active a {
    background: #fff3e0 !important;
    color: #F89520 !important;
    font-weight: 600 !important;
    border: none !important;
    border-left: 3px solid #F89520 !important;
    border-radius: 0 !important;
    padding-left: 10px !important;
}

/* -- Mobile -- */
@media screen and (max-width: 1023.5px) {

    .blog-filter-cell {
        position: static;
        width: 80%;
        max-width: 420px;
        margin: 0 auto 20px auto;
        border-radius: 10px;
    }

    p.filter-h2.mobile-category-title {
        border-radius: 10px !important;
    }

    ul.ps-blog-category.mobile-categories {
        border-radius: 0 0 10px 10px;
    }
}


/* ==============================
   DESKTOP SIDEBAR FILTER - ACTIVE STATE
   ============================== */

ul.ps-blog-category.ul.newScroll li,
ul.ps-blog-category.newScroll li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    border: none !important;
    border-bottom: 1px solid #f5f5f5 !important;
}

ul.ps-blog-category.newScroll li:last-child {
    border-bottom: none !important;
}

ul.ps-blog-category.newScroll li::before {
    display: none !important;
}

ul.ps-blog-category.newScroll li a {
    display: block !important;
    padding: 10px 12px !important;
    font-family: "Inter", sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #444 !important;
    background: transparent !important;
    border: none !important;
    border-left: 3px solid transparent !important;
    text-decoration: none !important;
    transition: all 0.15s ease !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

ul.ps-blog-category.newScroll li a:hover {
    background: #fff3e0 !important;
    color: #F89520 !important;
    border-left: 3px solid #F89520 !important;
    padding-left: 16px !important;
    text-decoration: none !important;
}

ul.ps-blog-category.newScroll li a.all-blogs {
    font-weight: 700 !important;
    color: #fff !important;
    background: #F89520 !important;
    border-radius: 8px !important;
    border-left: none !important;
    padding: 10px 12px !important;
    margin-bottom: 4px !important;
}

ul.ps-blog-category.newScroll li a.all-blogs:hover {
    background: #DC7D0A !important;
    color: #fff !important;
    border-left: none !important;
}

ul.ps-blog-category.newScroll li.active a,
ul.ps-blog-category.newScroll li a.active {
    background: #fff3e0 !important;
    color: #F89520 !important;
    font-weight: 600 !important;
    border-left: 3px solid #F89520 !important;
    padding-left: 10px !important;
}


/* ==============================
   DROPDOWN TOGGLE (JS-controlled via slideDown/slideUp)
   ============================== */

.mobile-categories {
    display: none;
}

.mobile-category-title {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.mobile-category-title svg {
    transition: transform .3s ease;
    flex-shrink: 0;
}

.mobile-category-title svg,
.mobile-category-title svg * {
    pointer-events: none;
}

.mobile-category-title.is-open svg {
    transform: rotate(180deg);
}
/* Active category — distinct highlight */
ul.ps-blog-category.mobile-categories li.active a,
ul.ps-blog-category.mobile-categories li a.active,
ul.ps-blog-category.mobile-categories li.cta-link.active a,
ul.ps-blog-category.newScroll li.active a,
ul.ps-blog-category.newScroll li a.active {
   /* background: #F89520 !important;
    color: #fff !important;*/
    font-weight: 700 !important;
    border-left: 3px solid #DC7D0A !important;
    border-radius: 6px !important;
    padding-left: 12px !important;
}




/* ============================================================
   APPLE NEWSROOM–STYLE SKIN — CoachThem blog article
   CSS only · no HTML changes · scoped to .new-blog-page-type
   Append to site.css (sits below your existing rules)
   ============================================================ */

/* ---------- TOKENS (Apple-inspired, page-scoped) ----------
   Scoped to the blog template instead of :root so it can't
   clash with CoachThem's real brand tokens. Change a value
   here = the whole article skin updates. */
.new-blog-page-type{
  --nr-ink:#1d1d1f;        /* near-black — headings + body */
  --nr-ink-2:#6e6e73;      /* secondary gray */
  --nr-ink-3:#86868b;      /* tertiary gray — markers/captions */
  --nr-paper:#ffffff;
  --nr-tint:#f5f5f7;       /* Apple light-gray surface */
  --nr-line:#d2d2d7;       /* hairline */
  --nr-link:#0066cc;       /* Apple link blue */
  --nr-font:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
  --nr-measure:692px;      /* prose column width */
  --nr-media:980px;        /* hero / media width */
  --nr-radius:18px;
}

/* ---------- PAGE CANVAS ---------- */
.new-blog-page-type{
  background:var(--nr-paper);
  color:var(--nr-ink);
  font-family:var(--nr-font);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

/* ---------- HERO IMAGE (top full-width p.ps-article-img) ----------
   Wide media + narrow prose = the Newsroom editorial rhythm. */
.new-blog-page-type > .cell > .ps-article-img{
  max-width:var(--nr-media);
  margin:28px auto 44px;
  padding:0 22px;
}
.new-blog-page-type > .cell > .ps-article-img img{
  width:100%;
  height:auto;
  display:block;
  border-radius:var(--nr-radius);
}

/* ---------- PROSE COLUMN (narrow, centered) ----------
   Width/centering set on the cell directly — there's no inner
   wrapper to nest into without touching the HTML, and these are
   layout props only (no card/background on the cell). */
.new-blog-page-type .blog-article-content.cell{
  max-width:var(--nr-measure);
  margin-left:auto;
  margin-right:auto;
  padding-left:22px;
  padding-right:22px;
}

/* ---------- ARTICLE TITLE (H1) ---------- */
.new-blog-page-type h1.article-title{
  font-family:var(--nr-font);
  text-align:left;                  /* Apple headlines are left-aligned */
  font-size:clamp(32px,5vw,48px);
  line-height:1.07;
  font-weight:700;
  letter-spacing:-.015em;
  color:var(--nr-ink);
  margin:6px 0 28px;
  text-wrap:balance;
}

/* ---------- BODY TYPOGRAPHY ---------- */
.new-blog-page-type .article-body.rte{
  font-family:var(--nr-font);
}
.new-blog-page-type .article-body.rte h2{
  font-size:clamp(23px,2.6vw,28px);
  line-height:1.18;
  font-weight:600;
  letter-spacing:-.01em;
  color:var(--nr-ink);
  margin:2.4em 0 .55em;
  text-wrap:balance;
}
.new-blog-page-type .article-body.rte p{
  font-size:17px;
  line-height:1.65;
  letter-spacing:-.003em;
  color:var(--nr-ink);
  margin:0 0 1.3em;
}
.new-blog-page-type .article-body.rte iframe{
    width:100% !important;
    }
.new-blog-page-type .article-body.rte p strong{
  font-weight:600;
  color:var(--nr-ink);
}

/* ---------- LISTS ---------- */
.new-blog-page-type .article-body.rte ul.list{
  list-style:disc;
  margin:.2em 0 1.6em;
  padding-left:1.25em;
}
.new-blog-page-type .article-body.rte ul.list li{
  font-size:17px;
  line-height:1.55;
  color:var(--nr-ink);
  margin:0 0 .5em;
  padding-left:.15em;
}
.new-blog-page-type .article-body.rte ul.list li::marker{
  color:var(--nr-ink-3);
}

/* ---------- LINKS ---------- */
.new-blog-page-type .article-body.rte a{
  color:var(--nr-link);
  text-decoration:none;
}
.new-blog-page-type .article-body.rte a:hover{
  text-decoration:underline;
}

/* ---------- FOOTER REGION (font inherits; inline boxes untouched) ---------- */
.new-blog-page-type .english-content1,
.new-blog-page-type .fr-btn1{
  font-family:var(--nr-font);
}

/* ---------- MOBILE ---------- */
@media all and (max-width:640px){
  .new-blog-page-type > .cell > .ps-article-img{ margin:16px auto 28px; }
  .new-blog-page-type h1.article-title{ margin:4px 0 20px; }
}


.blue-bg.is-hidden {
    display: none !important;
}

footer#footer .language-dropdown {
    color: #fff;
    padding: 5px;
    padding: 10px 0 30px;
}
footer#footer .language-dropdown .lang-switcher-select, 
footer#footer .language-dropdown select#languageSwitcher {
    margin-left: 0 !important;
}

@media all and (max-width:1023.5px){
.language-dropdown {
    margin: 0 auto;
    width: 400px;
}
}



/* Footer language switcher — always visible, swaps EN/FR with footer state */
.is-footer .footer-lang{ display:flex; align-items:center; justify-content:center; padding:14px 0;max-width: 132px; }
.is-footer .footer-lang-select{
  font-family:var(--font-body,inherit); 
  font-size:14px; 
  background:transparent; ;
  border-radius:var(--r-sm,6px); padding:8px 12px; cursor:pointer;
}
.is-footer .footer-lang-select option{ color:#111; }
.is-footer .footer-lang-select:focus{ outline:none; border-color:var(--c-light,#000); }

@media all and (max-width:1023.5px){
.is-footer .footer-lang {
  margin: 0 auto;
}
}