@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

p {
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
}

body {
    font-family: 'Lato', sans-serif;
}

/*Footer styling edits pha-016*/
.footer {
    font-family: "Lato", sans-serif;
}

/*Responsive edits*/
@media (max-width: 1762px) {
    .footer-subscribe .block-subscribe .actions {
        margin-left: 44%
    }
}

@media (max-width: 1440px) {
    .footer-subscribe .block-subscribe .actions {
        margin-left: 41%;
    }
}

@media (max-width: 1024px) {
    .footer-subscribe .block-subscribe .actions {
        margin-left: 5%;
        position: inherit
    }
}

.footer-subscribe #newsletter-validate-detail .input-text {
    padding: 0 30px;
}

@media (max-width: 767px) {
    .footer .col-sm-4.footer-links {
        padding-left: 5%
    }
}

p {
    font-family: Arial, Helvetica, sans-serif;
}

a:hover       { text-decoration:none; color:#B12028; }
a:focus       { text-decoration:none; color:#B12028; }
a:active       { text-decoration:none; color:#B12028; }

/*--------------------category view---------------*/

.page {
    min-height: 800px;
}

.col-sm-4 img {
    width: 100%;
}

.helpdesk-ticket-index .main button.button > span {
    background-color: #3899ff;
    padding: 10px;
}

.category-view .category-content {
    margin: auto;
}

.category-view .category-view-title {
    padding-bottom: 30px;
}

.category-view .category-view-title h1 .category-name {
    font-size: 40px;
    padding: 3px 20px;
    text-transform: uppercase;
    background: #3898ff;
    color: #fff;
}

.category-view .products-list li.item {
    border: none;
    border-top: 1px solid #e5e4e4;
    border-bottom: 1px solid #e5e4e4;
}


.category-view .products-list li.item:after {

}

.category-view .products-list li.item .list-left {
    width: 100%;
}

.products-list li.item {
    padding: 0;
}

.products-list .product-shop {
    font-family: Muli;
    padding-top: 15px;
}

.products-list li.item h2.product-name a {
    color: #1884fc;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.category-view .products-list li.item .list-left span.author {
    color: #3898ff;
}

.category-view .products-list li.item .list-left a {
    color: #B12028;
}

.category-view .products-list li.item .list-left h2 a {
    color: #0045c4;
}

.category-view .toolbar {
    display: none;
}

.category-view .category-header {
    padding: 15px 15px 0;
    margin-bottom: 50px;
}

.category-view .category-header .col-sm-4 {
    padding: 0 1%;
}

.category-view .category-header h2.content-head {
    position: absolute;
    background-color: rgba(177, 32, 40, 0.8);
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
}

.category-view .category-header .content a.btn {
    width: 100%;
}

.category-view .list-footer {
    text-align: center;
    margin-bottom: 40px;
}

.products-list li.item .list-left span.author span, .products-list li.item .list-left span.author strong {
    color: #0045c4;
    font-weight: 500;
}

.category-view .category-header .content h3 {
    text-transform: uppercase;
    color: #0045c4;
    min-height: 55px;
}

@media (min-width: 1200px) {
    .catalog-category-view .container {
        max-width: 1170px;
        width: 95%;
    }
}

/*Search form edits*/

.catalogsearch-result-index .toolbar {
    display: none;
}

.catalogsearch-result-index .category-view-title {
    padding-bottom: 30px;
}

.catalogsearch-result-index .category-view-title h1 .category-name {
    font-size: 40px;
    padding: 3px 20px;
    text-transform: uppercase;
    background: #3898ff;
    color: #fff;
}

.catalogsearch-result-index .products-list li.item {
    border: none;
    border-top: 1px solid #e5e4e4;
    border-bottom: 1px solid #e5e4e4;
}

.catalogsearch-result-index .products-list li.item:before {
    border-top: 1px solid #e5e4e4;
    border-bottom: 1px solid #e5e4e4;
    width: 50%;
    content: "";
}

.catalogsearch-result-index .products-list li.item:after {

}

.catalogsearch-result-index .products-list li.item .list-left {
    width: 100%;
}

.catalogsearch-result-index .products-list li.item h2.product-name a {
    color: #0045c4;
}

.catalogsearch-result-index .products-list li.item .list-left span.author {
    color: #3898ff;
}

.catalogsearch-result-index .products-list li.item .list-left a {
    color: #B12028;
}

.catalogsearch-result-index .block-content.toggle-content {
    background-color: #8bc1fd;
    padding: 20px;
    color: #0045c4;
    margin-left: 5%;
    margin-top: 20%;
}

.catalogsearch-result-index .block-content.toggle-content a {
    color: #fff;
    text-decoration: none;
}

.catalogsearch-result-index .block-layered-nav dt {
    border-top: 0;
    text-transform: uppercase;
}

.block-layered-nav dd li:before {
    content: "";
}

.catalogsearch-result-index .list-footer {
    text-align: right;
    padding-right: 10%;
}

.catalogsearch-result-index #header_search {
    display: block !important;
}

.catalogsearch-result-index .main-container {
}

.catalogsearch-result-index .page-title h1 {
    color: #0045c4;
    font-size: 28px;
}

.footer-subscribe .block-subscribe .actions {
    float: left;
    position: absolute;
    margin-left: 40%;
}

.footer-subscribe .block-subscribe .input-box {
    float: left;
    width: 60%;
}

.footer-container {
    background: #12499c;
    padding: 30px 0 0;
    clear: both;
    margin-top: 0px;
    border-top: 4px solid #717275;
}

.footer-container .container {
    max-width: 100%;
    width: 100%;
}

.footer-content {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    padding: 0 20px;
}

.footer-subscribe {
    border-bottom: none;
    border-right: 1px solid #3898ff;
}

.footer-subscribe .newsletter-top h2 {
    color: #B12028;
    text-transform: uppercase;
}

.footer-subscribe .newsletter-top p {
    color: #fff;
    width: 60%;
    font-size: 12px;
}

.footer-subscribe #newsletter-validate-detail .input-text {
    height: 50px;
    width: 100%;
    font-size: 14px;
}

.footer-subscribe #newsletter-validate-detail .button {
    height: 40px;
    margin-top: 5px;
    background-color: #3898ff;
}

.footer-subscribe #newsletter-validate-detail .button > span {
    background: #3898ff !important;
}

.footer-subscribe #newsletter-validate-detail .button:hover > span {
    background: #3898ff !important;
}

.footer-links li:after {
    content: "";
    padding-left: 0;
}

.footer .footer-links {
    margin-bottom: 18px;
}

.footer .footer-links a {
    color: #ffffff;
    font-size: 12px;
    display: inline-block;
    line-height: 2;
    margin: 0 15px;
    font-weight: 400;
}

.footer .footer-links .col-sm-4 a {
    text-decoration: underline;
}

.footer .footer-links a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-social {
    padding: 10px 0;
    float: none;
    display: inline-block;
}

.footer .footer-social ul li.socialnav {
    float: none;
    display: inline-block;
}

.footer-container .footer-content .footer-section {
    text-align: center;
}

li.socialnav a .font-awesome {
    font-size: 20px !important;
    color: #fff !important;
    padding: 10px;
    line-height: 43px;
    transition: color 0.2s;
}

.footer .social-links li.socialnav a:hover {
    opacity: 1;
    text-decoration: none;
}

li.socialnav a:hover .font-awesome.fa-facebook {
    color: #2b55ff !important;
    text-decoration: none;
}

li.socialnav a:hover .font-awesome.fa-twitter {
    color: #00aced !important;
    text-decoration: none;
}

li.socialnav a:hover .font-awesome.fa-youtube {
    color: red !important;
    text-decoration: none;
}

li.socialnav a:hover .font-awesome.fa-instagram {
    color: #191616 !important;
    text-decoration: none;
}

.helpdesk-contact-form-button.left .button-text {
    display: none;
}

.copyright {
    overflow: auto;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 400;
}

.footer .copyright address {
    padding: 10px 30px 0;
    width: 100%;
    margin: auto;
    font-size: 10px;
    color: #eaeaea;
    max-width: 1170px;
    line-height: 22px;
}

.copyright .copyright-left {
    float: left;
}

.copyright .copyright-left span {
    padding: 0 5px;
}

.copyright .copyright-right {
    float: right;
}

i.fa.fa-chevron-right {
    background-color: #fff;
    color: #3898ff;
    border-radius: 100%;
    padding: 3px 3px 3px 6px;
    margin-left: 5px;
}

.footer .button {
    padding: 0 15px;
}

.header {
    max-width: 1170px;
    margin: auto;
    padding: 0;
}

.header .logo {
    padding-top: 12px;
    display: inline-block;
    max-width: 430px;
}
@media (max-width: 1120px) {
    .header .logo {
        max-width: 320px;
    }
}
@media (max-width: 390px) {
    .header .logo {
        max-width: 220px;
        padding-bottom: 10px;
    }
}

.header-container {
    background: #fff;
    height: auto;
    position: static;
    width:100%;
    z-index: 2;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.header-container.fixed-header {
    position: fixed;
    width: 100%;
    height: 60px;
    padding: 0;
    margin: 0;
    z-index: 9999;
}

.header-container.fixed-header .header .logo {
    padding-top: 2px;
}


.header-container.fixed-header .header .form-search button.button {
    top: -18px;
}

.header-container.fixed-header .header .sf-menu li a {
    padding: 20px 15px;
}

.header-container.fixed-header .sf-menu-block {
    margin-top: 6px;
    top: -1px;
    padding-left: 0;
    margin-left: -30px;
    margin-right: -30px;
}

.page-header-outofbounds {
    max-width: 100%;
    width:100%;
}

.header-container.fixed-header {position: fixed; width:100%; height: auto; padding: 0; margin:0; z-index: 9999;}
.header-container.fixed-header .header .logo {padding-top: 0;}
.header-container.fixed-header .header .form-search button.button {top: -18px;}
.header-container.fixed-header .header  .head-icon-menu { padding-top: 25px}
.header-container.fixed-header .header .sf-menu li a {padding: 20px 15px;}
.header-container.fixed-header .sf-menu-block {margin-top: 6px; top:-1px; padding-left: 0; margin-left: -30px; margin-right: -30px;}

.header-container.fixed-header .header .logo {
    padding-top: 12px;
    max-width: 430px;
}


.header-container.fixed-header .header .form-search button.button {
    top: 0;
}

.header-container.fixed-header .header .sf-menu li a {
    padding: 20px 15px;
}

.header-container.fixed-header .sf-menu-block {
    margin-top: 6px;
    top: -1px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
}

.sf-menu-phone {
    display: none
}

.sf-menu-phone {
    display: none
}

.sf-menu-phone .mobile-search input {
    display: inline-block;
    float: left;
}

.sf-menu-phone .mobile-search button.button span {
    padding: 5px;
}

#menu-icon {
    padding: 8px 5px 6px 5px;
    font-size: 30px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 0 5px;
    height: 20px;
    line-height: 25px;
    color: #bbb;
    float: right;
}

#menu-icon .fa {
    background: #fff;
    padding: 8px 5px 6px 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    float: right;
}

.sf-menu li a {
    color: #12499c;
    font-family: 'Lato', sans-serif;
    padding: 18px 15px 0 15px;
}

.sf-menu > li > a {
    text-transform: inherit;
    font-size: 14px;
    font-weight: 600;
}

.sf-menu-phone {
    background: #fff;
    border-top: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    margin-top: 65px;
    text-align: left;
}

.head-icon-menu .icon-click a {
    font-size: 0.4em;
    display: block;
    color: #666;
    width: 36px;
    height: 36px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    line-height: 36px;
    text-align: center;
    background-color: #f2f2f2;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.sf-menu-phone li {
    position: relative;
    text-transform: uppercase;
}

.sf-menu-phone > li {
    padding: 15px;
    font-size: 14px;
}

.sf-menu-phone > li.last {
    border-bottom: 0;
}

.sf-menu-phone li a {
    display: inline-block;
    color: #12499c;
    text-decoration: none;
    text-transform: initial;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

.sf-menu-phone li a:hover {
    color: #000;
}

.sf-menu-phone li li {
    font-size: 11px;
    padding: 2px 8px;
}

.sf-menu-phone li li.last {
    padding-bottom: 10px;
}

.sf-menu-phone li li:first-child strong {
    top: 10px;
}

.sf-menu-phone li strong {
    position: absolute;
    display: block;
    top: 4px;
    right: 5px;
    width: 24px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #000;
}

.sf-menu-phone > li > strong {
    top: 9px;
    right: 18px;
    font-size: 20px;
    line-height: 20px;
}

.sf-menu-phone li strong:hover {
    cursor: pointer;
}

.sf-menu-phone li strong:before {
    content: "\f067";
}

.sf-menu-phone li strong.opened:before {
    content: "\f068";
}

/* dropdown */
.sf-menu-phone ul {
    width: auto;
    display: block;
}

.sf-menu-phone > li.active > a > span {
    color: inherit;
}

.sf-menu-phone li.active > a,
.sf-menu-phone li a:hover {
    color: #B12028;
}

.head-icon-menu .icon-click {
    float: right;
    font-size: 30px;
    display: block;
    position: relative;
}

.header .welcome-msg {
    float: right;
    margin: 0;
    padding: 0;
    color: #3898ff;
    border: 0;
    padding-top: 10px;
}

.head-icon-menu .icon-click:after {
    content: "";
}

.header .form-search button.button span:before {
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 849px) {
    #menu-icon:before {
        display: none;
    }

}

#search_mini_form, .header .form-search button.button #searchtoggle {
    /*height: 36px;
    width: 36px;
    line-height: 36px;
    background-color: #f2f2f2;*/
    display: none;
}

.header .form-search button.button #searchtoggle {display:block;}

.cms-index-index .academy-home-slider .col-sm-4.recent-articles {
    margin-left: -1%
}

.cms-index-index .academy-home-slider .col-sm-4 h2.content-head {
    position: absolute;
    background-color: rgba(177, 32, 40, 0.8);
    padding: 7px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    padding-right: 50px;
    margin-left: 5%;
    width: 70%;
    white-space: nowrap;
    text-align: left;
}

@media (max-width: 1165px) {
    .cms-index-index .academy-home-slider .col-sm-4.recent-articles h2.content-head {
        width: 90%;
    }
}

/*Home slider*/
.academy-home-slider {
    background-image: url("cst/performancehealthacademy/images/bg-theraband29.jpg");
    /*margin-top: -275px;*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.form-search input#search {
    position: relative;
    min-width: 250px;
    border: 2px solid #bbb;
    font-size: 16px;
    float: right;
    top: 2px;
    z-index: 9999;
}

.header .form-search button.button > span {
    float: inherit;
    color: #555;
}

.form-search .search-autocomplete {
    display: none !important;
}

#header_search {
    display: none;
    max-width: 1170px;
    margin: auto;
}

.cms-index-index #header_search {
    display: block !important;
}

.col-sm-8.newsletter {
    padding-right: 1%;
}

.nav-container.isStuck {
    position: relative !important;
}

/* #search_mini_form .form-search:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 25px;
    position: absolute;
    margin-top: 70px;
    margin-left: 23px;
    color: #3898ff;
}*/

.sf-menu-phone ul {
    float: right;
    padding-bottom: 15px;
}

.sf-menu-phone ul li li:first-child {
    padding: 2px 8px;
}

.sf-menu-phone li.menu-close i.fa.fa-times {
    font-size: 20px;
}

.sf-menu-phone .header-social-links {
    border-top: 1px solid #3898ff;
    padding: 20px 5px;
}

body {
    font-family: 'Lato', sans-serif;
    color: #000;
}

h3 {
    font-size: 18px;
}

h2 {
    font-size: 24px;
}

.logo:hover {
    opacity: 1;
}

/*Cms Page Edits for pha 018*/

.home-bottom-section.row {
    background-color: #e6e7e8;
    margin: 0;
    padding-bottom: 40px;
}

.home-bottom-section.row .home-section {
    max-width: 1170px;
    margin: auto;
    padding: 60px 30px;
}

.academy-home-slider .home-top {
    width: 100%;
    margin: auto;
    text-align: center;
    max-width: 1170px;
    padding: 0 15px;
}

.academy-home-slider .home-top .img-container {
    min-height: 400px;
    max-height: 400px;
    background-size: 90% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.academy-home-slider .home-top img {
    width: 140%;
    margin: auto;
    padding: 0 40% 0 5%;
    min-height: 400px;
    max-height: 400px;
}

.category-header .col-sm-4 img {
    min-height: 400px;
}

.academy-home-slider .home-top .content {
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    margin-left: 5%;
    margin-right: 5%;
    padding: 10px 15% 10px 5%;
    width: 100%;
}

.academy-home-slider .home-top .content h3, .academy-home-slider .home-top .content p {
    text-align: left;
    padding-bottom: 10px;
    color: #777;
}

.academy-home-slider .home-top .content h3 {
    min-height: 50px;
}

.academy-home-slider .home-top .content h3 a {
    font-weight: 400;
    color: #2159c8;
    text-transform: uppercase;
    margin-bottom: 3px;
    text-decoration: none;
}

.academy-home-slider .home-top .content h3 a:hover {
    color: #B12028;
}

p a {
    color: #12499c;
}

a.btn {
    margin: auto;
    background-color: #1884fc;
    color: #fff !important;
    border-radius: 0;
    padding: 5px 100px;
    text-decoration: none;
    font-size: 18px;
}

a.btn:after {
    content: "\f054";
    font-family: FontAwesome;
    background-color: #fff;
    border-radius: 100%;
    padding: 4px 5px 3px 8px;
    color: #3898ff;
    margin-left: 5px;
    vertical-align: baseline;
}

a.btn:hover {
    opacity: 0.8;
}

.cms-index-index .home-bottom-content {
    padding-top: 40px;
    padding-left: 5%;
}

.cms-index-index .home-bottom-content h2 a {
    color: #2159C8;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-size: 28px;
    text-decoration: none;
}

.cms-index-index .home-bottom-content h2 a:hover {
    color: #B12028;
}

.cms-index-index .home-bottom-content p {
    color: #1884fc;
    font-size: 16px;
}

.cms-index-index .home-bottom-section .home-section .col-sm-4 {
    padding: 0 1%;
}

.cms-index-index .home-bottom-section .content-head {
    position: absolute;
    color: #fff;
    background-color: rgba(177, 32, 40, 0.8);
    width: 60%;
    padding: 7px 15px;
    font-size: 28px;
    text-transform: uppercase;
}

.cms-index-index .home-bottom-section .content-head i {
    font-style: normal;
    padding-right: 5px;
}

.cms-index-index .home-bottom-section img {
    width: 100%;
}

/*Responsive edits*/

@media (max-width: 1842px) {
    .academy-home-slider .home-top .content {
        bottom: 0
    }
}

@media (max-width: 1762px) {
    .footer-subscribe .block-subscribe .actions {
        margin-left: 44%
    }
}

@media (max-width: 1690px) {
    .footer-subscribe .block-subscribe .actions {
        margin-left: 43%
    }
}

@media (max-width: 1440px) {
    .footer-subscribe .block-subscribe .actions {
        margin-left: 41%;
    }
}

@media (max-width: 1024px) {
    .footer-subscribe .block-subscribe .actions {
        margin-left: 5%;
        position: inherit
    }

    a.btn {
        padding: 5px
    }

    .academy-home-slider .home-top .content h3 {
        padding-bottom: 0;
        font-size: 16px;
        min-height: 45px;
    }

    .academy-home-slider .home-top .content {
        bottom: 0
    }
}

@media only screen and (max-width: 991px) {
    #search_mini_form {
        height: auto !important;
    }

    .header-container.fixed-header .sf-menu-block {top: 14px;}

    .header-container.fixed-header .header .logo {padding-top: 2px;}

    .header-container.fixed-header {height: auto}

    .academy-home-slider .home-top .content {
        width: 100%;
    }

    .academy-home-slider .home-top .content a.btn {
        padding: 5px 30px;
    }

    .cms-index-index .home-bottom-content {
        padding-top: 0;
    }

    .sf-menu-phone {
        margin-top: 32px;
        box-shadow: none;
        display: table;
        width: 100%;
        left: 0px;
        right: 0px;
        position: relative;
        top: -20px;
    }

    .form-search button.button > span {
        right: 7%;
    }

    .footer-subscribe .newsletter-top p {
        width: 100%;
    }

    .footer-links li:after {
        padding-left: 0;
    }

    .footer .copyright address {
        font-size: 12px;
    }
}

@media only screen and (max-width: 992px) {
    .header #search_mini_form {
        display: none !important;
    }

    .form-search input#search {
        font-size: 16px;
    }

    .header .logo {
        float: left;
        display: inline-block;
        width: auto;
        margin-bottom: 0 !important;
    }

    .footer-subscribe .block-subscribe .input-box {
        width: 100%;
    }

    .footer-subscribe .block-subscribe .actions {
        margin-left: 54%;
    }

    .footer .copyright address {
        font-size: 10px;
    }

    .academy-home-slider .home-top .content a.btn {
        padding: 5px 5%;
    }

    .form-search button.button > span {
        right: 8%;
        top: 58px;
    }

    /** PHA-116 Issue 129 */
    .cms-index-index .academy-home-slider .col-sm-4 h2.content-head {
        width: 90%;
    }

    .cms-index-index .home-bottom-section h2.content-head {
        width: 90%;
    }
}

@media only screen and (max-width: 768px) {
    .cms-index-index .academy-home-slider .col-sm-4.recent-articles,
    .cms-index-index .academy-home-slider .col-sm-4.recent-research,
    .cms-index-index .academy-home-slider .col-sm-4.recent-exercise {
        margin-bottom: 25px;
    }

    .academy-home-slider .home-top .content {
        bottom: 0
    }

}

@media only screen and (max-width: 425px) {
    .header .logo {
        text-align: center;
    }

    .form-search button.button > span {
        right: 5%;
        top: 62px;
        width: auto;
        padding: 8px;
    }

    .form-search button.button > span span {
        font-size: 0px;
    }

    .form-search button.button > span span .fa.fa-chevron-right {
        font-size: 12px;
        margin-left: 0px;
    }

    a.btn {
        width: 100%;
        padding: 5px 10%;
    }

    #newsletter-validate-detail .button {
        width: auto;
    }

    #newsletter-validate-detail span span {
        font-size: 0;
    }

    #newsletter-validate-detail span span i {
        font-size: 12px;
        margin-left: 0;
    }

    .footer .button {
        padding: 0 5px 0 1px;
    }

    form#newsletter-validate-detail .actions {
        margin-left: 70%;
        margin-top: -16%;
    }

    .footer-links {
        padding-left: 5%;
    }

    .copyright .copyright-left, .copyright .copyright-right {
        float: none;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .form-search input#search {
        margin-top: 5px;
    }

    #search_mini_form .form-search:before {
        margin-top: 30px
    }

    .form-search button.button > span {
        top: 22px;
    }
}

.footer-subscribe .block-subscribe .input-box:before {
    content: "\f0e0";
    font-family: FontAwesome;
    position: absolute;
    font-size: 29px;
    bottom: 45px;
    color: #3898ff;
    padding-left: 20px;
}

@media (max-width: 768px) {
    .footer-subscribe .block-subscribe .input-box:before {
        bottom: 105px
    }

    .footer-subscribe {
        padding-left: 0;
        border-right: 0
    }
}

.footer-subscribe #newsletter-validate-detail .input-text {
    padding: 0 50px;
}

.academy-home-slider .home-top .content a.btn {
    width: 100%;
    text-decoration: none;
}

@media (max-width: 767px) {
    .footer .col-sm-4.footer-links {
        padding-left: 5%
    }
}

@media (max-width: 450px) {
    .footer-subscribe .block-subscribe .input-box:before {
        bottom: 55px;
        left: 25px;
    }

    form#newsletter-validate-detail .actions {
        padding-top: 0 !important;
    }
}

/*--------------------category view---------------*/

.col-sm-4 img {
    width: 100%;
}

.category-view .category-content .category-products {
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
}

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

.category-top {
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}

.category-top .category-heading {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}

.category-view .category-view-title {
    padding-bottom: 30px;
}

.category-top .category-heading .intro-section {
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
}

.category-top .category-heading .intro-section > div {
    background: rgba(255, 255, 255, 0.6);
    padding-top: 75px;
    padding-bottom: 75px;
    font-size: 16px;
}

@media (max-width: 769px) {
    .category-top .category-heading .intro-section > div {
        padding-left: 25px;
    }
}

.category-top .category-heading .intro-section > div h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 300;
}

.category-top .category-heading .intro-section .category-description {
    margin-top: 36px;
}

.category-top .category-middle {
    text-align: center;
    padding-bottom: 36px;
    padding-top: 26px;
}
.category-top .category-middle h3 {font-size: 26px;font-weight: 300}


.category-top .category-middle .intro-filter {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #666;
}

.category-top .category-middle .btn-xl {font-size: 15px; padding: 6px 10px;}

.category-view .products-grid .wrapper-hover {
    padding: 0;
}

.category-view .products-grid .product-image {
    max-width: 100%;
    width:100%;
    margin-bottom: 0;
}
.product-thumbs { margin: 0; padding: 0 }
.ps-static .products-grid li.item.hovered .product-thumbs { display: none; margin: 0; padding: 0; }
.category-view .products-grid li.item {
    text-align: left;
    color: #12499c;
}

.products-grid li.item .product-image img { width: 100% }
.products-grid li.item.hovered .product-image img { opacity: 0.7; }

.products-grid li.item .product-shop {
    clear: both;
}

.category-view .products-grid li.item .product-name a {
    color: #12499c;
    font-weight: 900;
}

.category-view .pager .pages li {
    font-size: 16px;
}

.category-view .toolbar .pager {
    border: 0 none;
    padding: 20px 0 30px;
}

.category-view .toolbar .pager .pages li {
    color: #428bca;
    padding: 6px 12px;
    border: 1px solid #ddd;
    margin: 0;
    margin-left: -3px;
}

.category-view .toolbar .pager .pages li:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.category-view .toolbar .pager .pages li:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.category-view .toolbar .pager .pages li:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.category-view .toolbar .pager .pages li:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.category-view .toolbar .pager .pages li a {
    border-radius: 0;
    margin: 0;
    color: #428bca;
}

.category-view .toolbar .pager .pages li a:hover {
    color: #428bca;
}

.category-view .toolbar .pager .pages strong {
    display: none;
}

.category-view .category-view-title h1 .category-name {
    font-size: 40px;
    padding: 3px 20px;
    text-transform: uppercase;
    background: #3898ff;
    color: #fff;
}

.category-view .products-list li.item {
    border: solid thin #aeb1b4;
    padding: 20px 15px;
    margin-bottom: 35px;
}


.category-view .products-list li.item:after {

}

.category-view .products-list li.item .list-left {
    width: 100%;
    font-size: 12px;
}

.products-list li.item {
    padding: 0;
}

.products-list .product-shop {
    font-family: Muli;
    padding-top: 15px;
}

.products-list li.item h2.product-name a {
    color: #1884fc;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.category-view .products-list li.item .list-left span.author {
    color: #3898ff;
}

.category-view .products-list li.item .list-left a {
    color: #12499c;
}

.category-view .products-list li.item .list-left h2 a {
    color: #12499c;
    font-size: 25px;
}

.products-list .extra-content { color: #12499c; padding-top: 15px; }
.products-list .extra-content .label {
    font-weight: 600;
}

.category-view .toolbar {
    display: none;
}

.category-view .toolbar-bottom .toolbar {
    display: block;
}

.category-view .toolbar-bottom .toolbar .sorter {
    display: none;
}

.category-view .category-header {
    padding: 15px 15px 0;
    margin-bottom: 50px;
}

.category-view .category-header .col-sm-4 {
    padding: 0 1%;
}

.category-view .category-header .content {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    bottom: 0;
    padding: 15px 2% 15px;
    width: 95%;
}

.category-view .category-header h2.content-head {
    position: absolute;
    background-color: rgba(177, 32, 40, 0.8);
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
}

.category-view .category-header .content a.btn {
    width: 100%;
}

.category-view .list-footer {
    text-align: center;
    margin-bottom: 40px;
}

.products-list li.item .list-left span.author span, .products-list li.item .list-left span.author strong {
    color: #0045c4;
    font-weight: 500;
}

.category-view .category-header .content h3 a {
    text-transform: uppercase;
    color: #1884fc;
    text-decoration: none;
}

.category-view .category-header .content h3 a:hover {
    color: #B12028;
}

/*Search form edits*/
.catalogsearch-result-index .toolbar {
    display: none;
}

@media (min-width: 768px) {
    .catalog-category-view .main-container .container .row > .col-xs-12:not(.sidebar) {
        position: static;
    }
    .catalog-category-view .main-container {position: static; padding-top: 0}
    .catalog-category-view .main-container .col-main {
        width: 100%;
        transition: all 0.5s ease
    }

    .catalog-category-view .main-container .col-main.active-filter {
        width: 90%;
        transition: all 0.5s ease
    }

    .catalog-category-view .main-container .sidebar { position: absolute; left: -100%; max-width: 250px; transition: all 0.5s ease }
    .catalog-category-view .main-container .sidebar.active-filter {left: -15px; margin-top: -155px}
}

@media (max-width: 1280px) and (min-width: 768px) {
    .catalog-category-view .main-container .col-main.active-filter {
        width: 75%;
        transition: all 0.5s ease;
        margin-left: 25%;
    }
}

.products-grid .desc_grid {margin-bottom: 0}

.catalog-category-view .products-grid .product-name {
    min-height: 32px;
}

@media (max-width: 769px) and (min-width: 560px) {
    .catalog-category-view .products-grid .product-name {
        text-align: center;
    }
}

.toolbar-bottom .toolbar .amount {display: none}
.toolbar-bottom .toolbar .limiter {display: none}

.catalog-category-view .products-grid .product-name {
    min-height: 32px;
}

.toolbar-bottom .toolbar .amount {display: none}
.toolbar-bottom .toolbar .limiter {display: none}

.catalogsearch-result-index .toolbar-bottom .toolbar {
    display: block;
}

.catalogsearch-result-index .toolbar .sorter {
    display: none;
}

.catalogsearch-result-index .category-view-title {
    padding-bottom: 30px;
}

.catalogsearch-result-index .category-view-title h1 .category-name {
    font-size: 40px;
    padding: 3px 20px;
    text-transform: uppercase;
    background: #3898ff;
    color: #fff;
}

.catalogsearch-result-index .products-list li.item {
    border: none;
    border-top: 1px solid #e5e4e4;
    border-bottom: 1px solid #e5e4e4;
}

.catalogsearch-result-index .products-list li.item:before {
    border-top: 1px solid #e5e4e4;
    border-bottom: 1px solid #e5e4e4;
    width: 50%;
    content: "";
}

.catalogsearch-result-index .products-list li.item:after {

}

.catalogsearch-result-index .products-list li.item .list-left {
    width: 100%;
    font-size: 16px;
}

.catalogsearch-result-index .products-list li.item h2.product-name a {
    color: #2159c8;
    font-size: 25px;
}

.catalogsearch-result-index .products-list li.item .list-left span.author {
    color: #3898ff;
}

.catalogsearch-result-index .products-list li.item .list-left a {
    color: #000;
    font-size: 12px;
    font-weight: 600;
}

.catalogsearch-result-index .block-content.toggle-content, .catalog-category-view .block-content.toggle-content {
    background-color: #eaeaea;
    padding: 20px 0;
    color: #000;

}

@media (min-width: 768px) {
    .catalogsearch-result-index .block-content.toggle-content, .catalog-category-view .block-content.toggle-content {
        height: 1000px !important;
    }
}

.catalogsearch-result-index .block-content.toggle-content dt a, .catalog-category-view .block-content.toggle-content dt a {
    color: #000;
    cursor: pointer;
}

.catalogsearch-result-index .block-content.toggle-content dt:after, .catalog-category-view .block-content.toggle-content dt:after {
    content: '';
    font-family: FontAwesome;
    float: right;
    color: #e3e3e3;
}

.catalogsearch-result-index .block-content.toggle-content dt.active:after, .catalog-category-view .block-content.toggle-content dt.active:after {
    content: '';
    font-family: FontAwesome;
    float: right;
    color: #000;
}

.catalogsearch-result-index .block-content.toggle-content {
    margin-top: 17%
}

.catalogsearch-result-index .block-content.toggle-content .filter-item, .catalog-category-view .block-content.toggle-content .filter-item {
    border-top: 0px solid #e3e3e3;
}

.catalogsearch-result-index .block-content.toggle-content .block-title span, .catalog-category-view .block-content.toggle-content .block-title span {
    color: #B12028;
}

@media (min-width: 768px) {
    .catalogsearch-result-index .block-title, .catalog-category-view .block-title {
        display: none;
    }

    .catalogsearch-result-index .block-content.toggle-content .block-title, .catalog-category-view .block-content.toggle-content .block-title {
        display: none;
    }
}

@media (max-width: 767px) {
    .catalogsearch-result-index .block-layered-nav, .catalog-category-view .block-layered-nav {
        padding: 0 40px;
    }

    .catalogsearch-result-index .block-layered-nav .toggle-content, .catalog-category-view .block-layered-nav .toggle-content {
        margin-top: 0;
    }

    .catalogsearch-result-index .block-title, .catalog-category-view .block-title {
        display: block;
    }

    .catalogsearch-result-index .block-content.toggle-content .block-title, .catalog-category-view .block-content.toggle-content .block-title {
        display: none;
    }
}

.catalogsearch-result-index .block-content.toggle-content a, .catalog-category-view .block-content.toggle-content a {
    color: #000;
    text-decoration: none;
}

.catalogsearch-result-index .block-content.toggle-content a.btn-remove:before, .catalog-category-view .block-content.toggle-content a.btn-remove:before {
    max-height: 4px;
}

.catalogsearch-result-index .block-content.toggle-content span.value, .catalog-category-view .block-content.toggle-content span.value {
    color: #000;
}

.catalogsearch-result-index .block-layered-nav dt, .catalog-category-view .block-layered-nav dt {
    border-top: 0;
    text-transform: uppercase;
    padding: 5px 0 5px 20px;
    font-weight: 600;
}

.catalogsearch-result-index .block-layered-nav dt:hover, .catalog-category-view .block-layered-nav dt:hover {
    background: #fff;
}

.block-layered-nav dd { padding: 10px 0 10px 40px }
.block-layered-nav dd:hover {background: #fff}

.block-layered-nav dd li:before {
    content: "";
}

.catalogsearch-result-index .list-footer {
    text-align: right;
    padding-right: 10%;
}

.catalogsearch-result-index #header_search {
    display: block !important;
}

.catalogsearch-result-index .main-container {
    z-index: 0;
}

.catalogsearch-result-index .main-container .container {
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
    width: 100%;
}

.catalogsearch-result-index .page-title h1 {
    color: #0045c4;
    font-size: 28px;
}

.products-list .product-image-container i {
    font-size: 30px;
    position: absolute;
    background-color: rgba(177, 32, 40, 0.8);
    color: #fff;
    padding: 10px;
}

.catalogsearch-result-index .block-layered-nav a .filters-check {
    margin-top: 0;
    vertical-align: bottom
}

/* --------------Product View -----------------*/

/*Stylesheet for editing product view pages only*/

.catalog-product-view .messages {
    position: relative;
    z-index: 5;
}

.product-view .product-essential {
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
}

.product-view .share-links .social-links a {
    text-decoration: none;
    color: #12499c;
}

.product-view .product-name {
    color: #12499c;
}

.product-view .product-name h1, .cmspage .cmspage-title h1 {
    font-weight: 600;
    font-size: 28px;
    padding: 15px 0;
    line-height: 1.15;
    color: #12499c;
}

.product-view .product-name span.author {
    color: #12499c;
}

.product-view .product-name span.author a {
    text-decoration: none;
    color: #B12028;
}

.product-view .product-img-box img {
    width: auto;
    max-height: 750px;
    max-width: 100%;
}

.product-view .short-description h2 {
    display: block;
}

.product-view .product-name span.author strong {
    color: #12499c;
}

.product-view .share-links { float: right }
.product-view .share-links p {
    color: #bcbec0;
    padding-bottom: 25px;
}

.product-view .share-links .split-button.split-button-created.wishlistprograms.no-base-link.light.clickable {
    float: left;
}

.product-view .share-links p i {
    color: #12499c;
    font-size: 20px;
    padding: 0 5px;
}

@media (max-width: 767px) {
    .product-view .share-links {
        float: none;
        padding-top: 20px;
    }
}

.product-view .article-type {
    max-width: 1170px;
    padding: 0 15px;
}

.product-view .article-type span.type {
    font-size: 30px;
    background: #3898ff;
    color: #fff;
    padding: 3px 20px;
    text-transform: uppercase;
}

.product-view .article-type span.type a {
    text-decoration: none;
    color: #fff
}

.product-view .product-img-box {
    float: none;
    width: 100%;
    display: block;
}

.product-view .product-shop {
    float: none;
    width: 100%;
}

.product-view .product-shop h2 {
    font-weight: bold;
    color: #12499c;
    font-size: 24px;
    padding-top: 25px;
}

.product-view .product-shop p {
    font-size: 16px
}

.block.block-related {
    max-width: 1170px;
    margin: auto;
    text-align: center;
    padding: 0 5px;
}

.block.block-related .block-title {
    text-align: left;
    padding-top: 20px;
}

.block-related .block-title span {
    white-space: nowrap;
    color: #12499c;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 8px;
    position: relative;
}

.block-related .block-title span:before {
    content: '';
}

@media (max-width: 767px) {
    .catalog-category-view .main-container .sidebar {display: none; transition: all 0.5s ease }
    .catalog-category-view .main-container .sidebar.active-filter {display: block; z-index: 1000}
}

.block-related .product h2.content-head {
    position: absolute;
    background-color: rgba(177, 32, 40, 0.8);
    width: 60%;
    padding: 7px 15px;
    text-align: left;
    margin-left: 2.55%;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
}

.block-related .product .product-image {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.block-related .product .product-image img {
    width: 65px;
    height: auto;
}

.block-related .product .product-name {
    width: initial;
    margin-left: 0;
    font-size: 13px;
    padding-bottom: 10px;
}

.block-related .product .product-name a {
    text-decoration: none;
    color: #666;
}

.block-related .product .product-name a:hover {
    color: #12499c;
}

.block-related .product .product-details {
    text-align: left;
}

.block-related li.item {
    border-bottom: none;
}

.catalog-product-view .sidebar {
    background: #f5f4f5;
}

.product-view .box-description .std h2 {
    margin-bottom: 0;
    color: #36B0C9;
}

.product-view .box-description .std ul {
    margin-left: 35px;
    margin-bottom: 0;
    list-style: disc;
}

.product-view .box-description .std li {
    color: #0045c4;
    font-size: 15pt;
    line-height: 1.25em;
}

.product-view .box-description .std li p {
    color: #000;
    margin-bottom: 0;
}

.product-view .product-name span.author span {
    padding: 0 3px;
}

.product-view strong {
    font-weight: bold
}

.product-view .box-description, .product-view .abstract {
    font-family: Muli;
}

.product-view .abstract p {
    margin: 0 0 1em
}

.product-view .add-to-box {
    display: none;
}


.product-view .product-essential .product-shop .instructions .content {
    margin: auto;
}

.product-view .product-essential .product-shop .instructions .content h2 {
    color: #12499c;
}

.product-view .product-essential .product-shop .instructions .content p {
    margin-bottom: 15px;
}

.product-view .product-essential .product-shop .instructions .content h2.instruction-head {
    color: #12499c;
}

@media (min-width: 1200px) {
    .product-view .product-essential .product-shop .instructions .content h2.instruction-head {
        width: 25%;
    }
}

@media (max-width: 1200px) {
    .product-view .product-essential .product-shop .instructions .content h2.instruction-head {
        width: 100%;
    }
}

.product-view .product-name span.body-part {
    color: #1884fc;
}

.product-view .product-name span.body-part strong {
    color: #0045c4;
}

.product-view .product-name span.body-part a {
    color: #B12028;
    text-decoration: underline;
}

#block-related .pha-exercise-program {
    text-align: left;
}

#block-related .pha-exercise-program-product-image {
    float: left;
    display: block;
    background: #fff;
    margin-right: 10px;
    max-width: 100%;
    width: auto;
    height: auto;
}

#block-related .pha-exercise-program-product-details {
    overflow: visible;
    text-align: left;
}

#block-related .pha-exercise-program-product-short-description {
    padding-top: 15px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    font-family: Muli;
}

#block-related .pha-exercise-program-product-name {
    margin-left: 0;
    display: block;
    font-size: 25px;
    font-weight: normal;
    text-align: left;
    padding-top: 15px;
}

#block-related .pha-exercise-program-product-name a {
    text-decoration: none;
    color: #2159c8;
    margin: 0 0 8px;
}

.product-view .product-essential .exercise-program-top .description {
    padding-bottom: 15px;
    font-size: 15px
}

.block-related.program-list .related-block-title {
    text-align: left;
}

.block-related.program-list .related-block-title h2 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 28px;
    color: #0045c4;
}

.block-related.program-list .block-content li.item {
    border: none;
    border-top: 1px solid #e5e4e4;
    border-bottom: 1px solid #e5e4e4;
    padding: 0;
    margin: 10px 0;
}

#block-related .pha-exercise-program-product-short-description a {
    color: #B12028;
    text-decoration: underline;
}

.product-view .product-essential .sources, .product-view .product-essential .keywords {
    padding-top: 20px;
    font-size: 14px;
}

/*Account Pages style edits*/

.account-login, .account-create {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.customer-account-index .main-container .container {
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
}

.customer-account-login .account-login .wrapper button.button > span, .account-create button.button > span, .cms-contact-us .cmspage button.button > span {
    background-color: #12499c;
    border-color: #12499c;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 3px;
    padding: 6px 10px;
    font-size: 15px;
    font-weight: 700;
}

.customer-account-login .account-login .wrapper button.button > span:hover, .account-create button.button > span:hover, .cms-contact-us .cms-page button.button:hover {
    background-color: #B12028;
    border-color: #B12028;
}

.remember-me-popup {
    display: none;
}

/*Sitemap css edits*/
.seositemap-index-index .page-title {
    background: url("cst/performancehealthacademy/images/texture.png") top 0 left 0 no-repeat;
    background-repeat: repeat-x;
    margin-top: -130px;
    padding-top: 140px;
}

.seositemap-index-index .page-title h1 {
    max-width: 1170px;
    margin: auto;
    padding: 0 30px
}

.seositemap-index-index .seositemap-map {
    max-width: 1170px;
    margin: auto;
    padding: 0 30px
}

/* Crimson_WishlistPrograms Styling */
.my-account button.button > span,
.popup-block button.button > span {
    padding: 13px;
    background-color: #3898ff;
}

.my-wishlist {
}

.my-wishlist .wishlist-empty {
    height: 250px;
    line-height: 215px;
}

.my-wishlist fieldset, .my-wishlist .fieldset {
    clear: both;
}

.my-wishlist .my-wishlist-comment {
    border: 1px solid #ececec;
    padding: 10px 10px 6px;
    vertical-align: middle;
}

.my-wishlist .data-table {
    width: 98%;
}

.my-wishlist .data-table td {
    padding: 10px 10px 6px;
}

.my-wishlist .customer-wishlist-list-item-info {
}

.my-wishlist .customer-wishlist-item-image {
    width: 1px;
}

.my-wishlist .customer-wishlist-list-item-share {
    width: 1px;
}

.my-wishlist .customer-wishlist-list-item-edit {
    width: 1px;
}

.my-wishlist .customer-wishlist-list-item-pdf {
    width: 1px;
}

.my-wishlist .product-name a,
.my-wishlist textarea {
    font-family: "Oswald", sans-serif !important;
}

.my-wishlist .product-image img {
    width: 200px;
    height: 200px;
}

#wishlist-view-form .wishlist-actions-container {
    border: 0;
    padding: 0;
}

#wishlist-view-form .buttons-set.buttons-set2 {
    text-align: right;
}

.my-wishlist .table-caption {
    clear: both;
    background: #f5f5f5;
    padding: 10px 10px 6px;
}

.my-wishlist .table-caption .sub-title {
    padding: 0 5px 0 0;
}

#wishlists-select strong {
    padding: 0px;
}

#wishlists-select .list-container {
    right: -50px;
    left: 0px;
    margin-top: 6px;
}

#wishlistprograms-table .product-name a {
    font-size: 20px;
}

#wishlistprograms-table #wishlists-select {
    float: none;
}

#wishlistprograms-table #wishlists-select .change {
    height: 23px;
}

#wishlistprograms-table #wishlists-select .change span {
    background: none !important;
    font-size: 12px;
}

.btn-pdf {
    display: inline-block;
    overflow: hidden;
    margin: 0;
    font-size: 0;
    text-indent: -999px;
    text-decoration: none !important;
}

.btn-pdf:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0 !important;
    content: "\f1c1";
    font-size: 24px;
    line-height: 24px;
    display: block;
}

.my-wishlist .customer-wishlist-list-item-pdf .btn-pdf {
    margin: 20px 0 0 0;
}

#wishlistprograms-table .btn-remove2-spacer {
    margin: 20px 0 0 0;
    display: inline-block;
    height: 40px;
}

.wishlist-actions-container {
    position: relative;
    border: 1px solid #ececec;
    padding: 10px 10px 6px;
}

.wishlist-actions-container .button.btn-pdf-download {
    padding: 10px 5px 5px;
    background-color: #3898ff;
    position: absolute;
    top: 0px;
    right: 0px;
    text-decoration: none;
}

.wishlist-actions-container .button.btn-pdf-download .btn-label {
    display: inline-block;
    line-height: 24px;
    vertical-align: top;
    padding-left: 5px;
}

.my-wishlist tbody tr {
    background: #fff;
}

.my-wishlist tbody tr.ui-state-highlight {
    height: 216px !important;
    background: #fffa90 !important;
}

.my-wishlist tbody tr.ui-state-highlight td {
    border: 1px solid #dad55e !important;
}

.my-wishlist tbody td.customer-wishlist-item-position {
    background-color: #f6f6f6;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAdCAAAAABgL3gnAAAAjUlEQVQoz2P4hg0wDH7Rdw8fvsMQ/bQ7Onr3JzTRrxtTXV1TN35FEf26LsXdxcU9Zd1XZNEvM8szXFwyymd+QTHhy+cDbm4HPn9Bd8MhN7dDmC475uZ2DE3066Y5za6uzXM2odo2LdzNxcUtfBqqbe/mBbm4BM17h2bui5WenitfYNj29PDhp0Mp3lAAACAYJ/UeixxaAAAAAElFTkSuQmCC);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: move;
}

.popup-block .block-title {
    background: #F6F6F6;
}

.popup-block .block-title strong {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.popup-block .block-content {
    background: #fff;
}

.popup-block .block-content ul,
.popup-block .block-content li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.popup-block .block-content .form-buttons {
    text-align: right;
}

.popup-block .block-content .form-buttons .button {
    float: right;
}

.popup-block .block-content .form-buttons .button.btn-save {
    margin-left: 5px;
}

.popup-block .block-title {
    margin-bottom: 0px;
}

.split-button .list-container li a, .split-button .list-container li span {
    line-height: 24px !important;
}

.split-button .list-container ul > li {
    background: none;
    padding: 4px 2px;
}

.split-button .list-container img {
    padding-right: 2px;
}

.split-button.no-base-link {
}

.split-button.no-base-link strong {
    display: none;
}

.split-button.no-base-link .change {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border: 0;
    text-indent: 0;
    width: auto;
    height: auto;
    padding-right: 15px;
    margin-left: 0px;
    margin-top: -2px;
    background-position: center right !important;
}

.split-button.no-base-link .change:hover {
    background-position: -862px 50%;
}

.link-downloadprotocol {
}

.link-downloadprotocol {
}

/**
** PHA-083 (issue)
 */

.block-layered-nav dd li {
    padding: 0;
    line-height: 1.5em;
}

.block-layered-nav dd {
    margin-bottom: 0;
}

.block-layered-nav dd li label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

.block-layered-nav dd li input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

/**
**  PHA-087 (issue)
 */

.my-account h2.sub-title, .my-account p {
    font-size: 15px;
    color: #333333;
}

.dashboard .box-account.box-info {
    margin-top: 3em;
}

.dashboard .box-head h2 {
    font-size: 18px;
    line-height: 18px;
    color: #333333;
}

.my-account .dashboard .box-account.box-info .info-box .box-content a {
    text-decoration: none;
}

.dashboard h3.box-title {
    font-size: 16px;
    line-height: 16px;
}

div.sidebar div.block-account {
    background-color: #FFFFFF;
    padding: 20px;
    padding-top: 0;
    color: #0045c4;
    margin-left: 5%;
    margin-right: 10%;
}

div.sidebar div.block-account div.block-content ul li a {
    color: #B12028;
    text-decoration: none;
}

div.sidebar div.block-account div.block-content ul li a:hover {
    color: #000000;
}

.customer-account-forgotpassword .account-container {
    max-width: 1170px;
    padding: 0 15px;
    margin: auto;
}

.customer-account-forgotpassword .account-container button {
    height: 40px;
    margin-top: 5px;
    background-color: #3898ff;
    padding: 10px;
}

.customer-account-forgotpassword .account-container button.button > span {
    background-color: #3898ff;
}

.customer-account-forgotpassword .account-container button.button:hover > span {
    background-color: #3898ff;
}

.wishlist-actions-container .btn-share {
    float: none;
    position: absolute;
    right: 14%;
    top: 0;
}

.wishlist-actions-container .btn-share span {
    padding: 10px 10px 15px;
}

.ticket-history > .legend {
    margin-top: 0 !important;
}

.ticket-history .fieldset .legend {
    margin: 0 !important;
}

.catalog-category-view .products-list .product-image {
    background: #f2f4f5
}

.helpdesk-ticket-view button.button > span {
    background-color: #3899ff;
    padding: 10px;
}

.helpdesk-ticket-view button.button:hover > span {
    background-color: #3899ff;
    padding: 10px;
}

.block-related .product .product-image img {
    max-width: 380px;
}

.block-related .owl-carousel .owl-item {
    margin-right: 10px;
}

abbr[title] {
    cursor: default;
    border-bottom: 0;
}

.cms-contact-us .cmspage .block {
    width: 25%;
}

.cms-contact-us h1 {
    font-size: 40px;
    padding: 3px 20px;
    text-transform: uppercase;
    background: #3898ff;
    color: #fff;
}

.cms-contact-us form .legend {
    display: none;
}

.cms-contact-us form li .field, .cms-contact-us form li .webforms-fields-pha-contact-email {
    width: 50%;
    float: left;
}

.cms-contact-us form li .input-box {
    margin: 10px;
}

.cms-contact-us form li input {
    width: 100%;
}

.cms-contact-us form li .input-text:focus {
    border-color: #999;
    outline-color: #999;
}

.cms-contact-us form li .webforms-fields-pha-contact-comment {
    width: 100%;
    float: left;
}

.cms-contact-us form li .webforms-fields-pha-contact-comment textarea {
    width: 100%;
    min-height: 200px;
}

/*
PHA-130 Workshops custom CSS
 */
.product-view .product-workshop-img-box.workshop img {
    max-width: 100%;
}


.product-view .product-info-col.workshop .workshop-name {
    font-size: 28px;
    color: #0045c4;
    line-height: 1em;
}

.product-view .product-info-col.workshop .workshop-description {
    font-family: Muli;
    font-size: 16px;
    margin: 0.75em 0;
}

.product-view .product-info-col.workshop .workshop-list-item {
    margin: 0.75em 0;
}

.product-view .product-info-col.workshop .workshop-list-item {
    color: #1884fc;
}

.product-view .product-info-col.workshop .workshop-list-item label {
    color: #0045c4;
    font-weight: bold;
    font-size: 15px;
}

.product-view .product-info-col.workshop .button {
    height: 40px;
    width: 120px;
    margin-top: 5px;
    background-color: #3898ff;
}

.product-view .product-description.workshop .description-title {
    font-weight: bold;
    color: #B12028;
    font-size: 1.5em;
    margin: 0.5em 0;
}
.products-grid .product-name a:hover, .products-list .product-name a:hover {
    color: #B12028;
}

/*@media (max-width: 600px) {*/
/*.product-view .product-workshop-img-box.workshop {*/
/*max-width: 100%;*/
/*height: 100%;*/
/*}*/
/*}*/

/* PHA-131 */
@media print {
    .product-view .product-workshop-img-box.workshop {
        width: 250px;
        height: auto;
        display: inline-block;
        float: left;
        margin: 10px;
    }

    .product-view .product-workshop-img-box.workshop img {
        width: 250px;
        height: auto;
        display: inline-block;
        margin: auto 0;
    }
}

/* SPEAKER */
.speaker-index-index .data-table {
    background: #fff;
}

.speaker-index-index .input-text {
    background: #fff;
}

.speaker-index-index .input-text[disabled] {
    background: #eee;
}

.customer-account-forgotpassword .account-container {
    max-width: 1170px;
    padding: 0 15px;
    margin: auto;
}

.customer-account-forgotpassword .account-container button {
    height: 40px;
    margin-top: 5px;
    background-color: #3898ff;
    padding: 10px;
}

.customer-account-forgotpassword .account-container button.button > span {
    background-color: #3898ff;
}

.customer-account-forgotpassword .account-container button.button:hover > span {
    background-color: #3898ff;
}

.wishlist-actions-container .btn-share {
    float: none;
    position: absolute;
    right: 14%;
    top: 0;
}

.wishlist-actions-container .btn-share span {
    padding: 10px 10px 15px;
}

.ticket-history > .legend {
    margin-top: 0 !important;
}

.ticket-history .fieldset .legend {
    margin: 0 !important;
}

.catalog-category-view .products-list .product-image {
    background: #f2f4f5
}

.helpdesk-ticket-view button.button > span {
    background-color: #3899ff;
    padding: 10px;
}

.helpdesk-ticket-view button.button:hover > span {
    background-color: #3899ff;
    padding: 10px;
}

.block-related .product .product-image img {
    max-width: 380px;
}

.block-related .owl-carousel .owl-item {
    margin-right: 10px;
}

abbr[title] {
    cursor: default;
    border-bottom: 0;
}

.cms-contact-us .cmspage .block {
    width: 25%;
}

.cms-contact-us h1 {
    font-size: 40px;
    padding: 3px 20px;
    text-transform: uppercase;
    background: #3898ff;
    color: #fff;
}

.cms-contact-us form .legend {
    display: none;
}

.cms-contact-us form li .field, .cms-contact-us form li .webforms-fields-pha-contact-email {
    width: 50%;
    float: left;
}

.cms-contact-us form li .input-box {
    margin: 10px;
}

.cms-contact-us form li input {
    width: 100%;
}

.cms-contact-us form li .input-text:focus {
    border-color: #999;
    outline-color: #999;
}

.cms-contact-us form li .webforms-fields-pha-contact-comment {
    width: 100%;
    float: left;
}

.cms-contact-us form li .webforms-fields-pha-contact-comment textarea {
    width: 100%;
    min-height: 200px;
}

/*
PHA-130 Workshops custom CSS
 */

.product-view .product-workshop-img-box.workshop img {
    max-width: 100%;
    border: 1px solid lightgray;
    width: 100%;
}

.product-view .product-info-col.workshop {
    padding-top: 0;
}

.product-view .product-info-col.workshop .workshop-name {
    font-size: 28px;
    color: #0045c4;
    line-height: 1em;
}

.product-view .product-info-col.workshop .workshop-description {
    font-family: Muli;
    font-size: 16px;
    margin: 0.75em 0;
}

.product-view .product-info-col.workshop .workshop-list-item {
    margin: 0.75em 0;
}

.product-view .product-info-col.workshop .workshop-list-item {
    color: #000000;
    font-size: 14px;
    padding-bottom: 35px;
}

.product-view .product-info-col.workshop .workshop-list-item label {
    color: #0045c4;
    font-weight: bold;
}


.product-view .product-description.workshop .description-title {
    font-weight: bold;
    color: #12499c;
    font-size: 1.7em;
    margin: 0.5em 0;
}

.product-view .product-description.workshop .description-body {
    font-size: 16px;
}


/* PHA-131 */
@media print {
    .product-view .product-workshop-img-box.workshop {
        width: 250px;
        height: auto;
        display: inline-block;
        float: left;
        margin: 10px;
    }

    .product-view .product-workshop-img-box.workshop img {
        width: 250px;
        height: auto;
        display: inline-block;
        margin: auto 0;
    }
}

/* SPEAKER */
.speaker-index-index .data-table {
    background: #fff;
}

.speaker-index-index .input-text {
    background: #fff;
}

.speaker-index-index .input-text[disabled] {
    background: #eee;
}

.product-view .product-info-col.workshop .workshop-list-item.workshop-price {
    margin-top: 0;
}

.catalog-product-view .row.workshop {
    margin-top: 50px;
}

@media (max-width: 767px) {
    div.main-container.col2-left-layout div.col-left.col-left-first.sidebar {
        position: relative;
        z-index: 9999; /* used to bring the left menu on top and not be hidden under .category-view background */
        margin-bottom: 5%;
    }
}

/*new redesign styling*/

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
.sf-menu {
    margin-top: 0;
    margin-right: 0;
    display: none;
}

.sf-menu-block {
    top: 20px;
    margin-right: 0;
    width: auto;
    display: block;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    float: none;;
}

strong {
    font-weight: 800 !important;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
}

.text-blue {
    color: #134a9d !important;
}

.medium {
    font-size: 16px
}

.cms-index-index .home-top .em-margin-banner {
    padding-top: 45px;
}

.cms-index-index .home-top .intro-text {
    padding: 100px 15px;
    background-color: rgba(255, 255, 255, 0.6);
}

.cms-index-index .home-top .intro-text .introduction {
    margin-bottom: 25px;
    font-family: 'Lato', sans-serif;
}

.cms-index-index .home-top .intro-text .introduction span {
    font-size: 42px;
    font-weight: 300;
    line-height: 40px;
    font-family: 'Lato', sans-serif;
}

.cms-index-index .home-top .intro-text .introduction p {
    margin-top: 36px;
    line-height: 22px;
    margin-bottom: 45px;
}

.cms-index-index .home-top .intro-box {
    text-align: center;
    margin-bottom: 35px;
}

.cms-index-index .home-top .intro-box .intro-box-content {
    background: rgba(174, 178, 181, 0.80);
    transition: all 0.4s ease-in-out;
    border-radius: 6px;
    padding: 0 13px 20px 13px;
}

.cms-index-index .home-top .intro-box .intro-box-content:hover .intro-link i {
    color: #36B0C9;
    background-color: #fff;
}

.cms-index-index .intro-box:hover .intro-box-content i {
    color: #36B0C9;
    background-color: #fff;
}

.cms-index-index .intro-box:hover .intro-box-content i:after {
    color: #36B0C9;
    background-color: #fff;
}

.cms-index-index .home-top .intro-box .intro-box-content .intro-icon {
    padding-top: 10px;
    margin-bottom: 14px;
}

.cms-index-index .home-top .intro-box .intro-box-content a {
    text-decoration: none
}

.cms-index-index .home-top .intro-box .intro-box-content a h3 {
    text-decoration: none;
    text-shadow: 1px 1px 1px #b7b7b7;
}

.cms-index-index .home-top .intro-box .intro-box-content a p {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    padding: 0 7px;
    text-shadow: 1px 1px 1px #d3d3d3;
}

.cms-index-index .container {
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
}

.cms-index-index .home-middle-section p {
    text-align: center;
    font-size: 20px;
    color: #12499c;
    margin-bottom: 35px;
    padding: 0 20px;
}

.cms-index-index .home-bottom-section .item {
    text-align: center;
}

.cms-index-index .home-bottom-section .item a {
    text-decoration: none;
}

.cms-index-index .home-bottom-section .item span {
    display: block;
    font-size: 16px;
}

.cms-index-index .home-bottom-section .item img {
    width: 100%;
    transition: all .2s ease-in-out;
    background: #fff;
    padding: 4px;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    border: 1px solid #ddd;
    max-width: 490px;
}

.cms-index-index .home-bottom-section .home-feature {
    text-align: center;
    margin-bottom: 35px;
    margin-top: 36px;
}

.cms-index-index .home-bottom-section .home-feature h2 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
}

.cms-index-index .home-bottom-section .home-feature p {
    font-size: 16px;
    padding: 10px 0 15px;
}

.btn-xl {
    color: #fff;
    background-color: #12499c;
    border-color: #12499c;
    font-family: Arial, Helvetica;
    font-size: 18px;
    padding: 14px 20px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px;
}

.btn-xl:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #B12028;
    border-color: #5dc7e7;
}

@media (max-width: 768px) {
    .btn-xl {
        font-size: 14px;
        padding: 14px;
    }

    .cms-index-index .home-bottom-section .item span {
        font-size: 14px;
    }
}

.icon-link i {
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    color: #fff;
    font-size: 2em;
    z-index: 1;
    display: inline-block;
    transition: color 0.4s;
    border-radius: 50%;
    background-color: #134a9d;
    box-shadow: 0 0 0 3px #36B0C9;
    -webkit-box-shadow: 0 0 0 3px #36B0C9;
    -moz-box-shadow: 0 0 0 3px #36B0C9;
    -o-box-shadow: 0 0 0 3px #36B0C9;
}

.icon-link i:after {
    background-color: #134a9d;
    width: 100%;
    padding: 2px;
    transition: transform 0.4s, opacity 0.4s;
    content: '';
    z-index: -1;
}

.icon-link i:hover {
    color: #36B0C9;
    background-color: #fff;
}

.icon-link i:hover:after {
    background-color: #fff;
}

.owl-carousel {
    position: relative;
}

.owl-dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5px;
}

.std .owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 16px;
    height: 16px;
    margin: 2px 4px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    border-radius: 50%;
    border: 3px solid #444;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    background: none;
}

.std .owl-theme .owl-dots .owl-dot.active span, .std .owl-theme .owl-dots .owl-dot:hover span {
    border-color: #0A95D8
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
}

.account-login .registered-users h2, .account-login .new-users h2 {
    border: 0 none;
    padding: 0;
    font-weight: 500;
}

.account-login .new-users p {
    font-size: 1.2em;
}

.account-login .registered-users-wrapper {
    float: left;
}

.account-login .new-users {
    color: #134a9d;
}

.account-login .registered-users .f-left {
    padding-top: 16px;
}

.account-login .registered-users .form-list input {
    border: 1px solid #eee;
    background: #fff;
}

.account-login a {
    color: #134a9d;
}

.account-login #login-form .col2-set {
    padding: 20px 0 0;
}

.account-login .registered-users .buttons-set {
    margin: -12px 0 0 0;
}

.account-login .registered-users .form-list input.input-text {
    border-radius: 2px;
    height: 34px;
    box-shadow: none;
}

.account-login .registered-users .form-list .input-box {
    width: 100%;
    margin-bottom: 10px;
}

.em-text-blue2A, .em-text-blue2 {
    text-transform: uppercase;
}

.em-text-blue2 {
    font-weight: 900;
    margin-top: -5px;
}

.customer-account-login .category-content .category-heading .intro-section > div h2 {
    font-size: 38px;
}

.customer-account-login .category-content .category-heading .intro-section .category-description p {
    font-size: 0.95em;
}

.customer-account-login .category-content .category-heading {
    background-image: url(/media/catalog/category/bg-login-account.jpg);
}

.account-login .registered-users, .account-login .new-users {
    background: none;
    border: 0 none;
}

.account-login .registered-users h2, .account-login .new-users h2 {
    border: 0 none;
    padding: 0;
    font-weight: 500;
}

.account-login .new-users p {
    font-size: 1.2em;
}

.account-login .registered-users-wrapper {
    float: left;
}

.account-login .new-users {
    color: #134a9d;
}

.account-login .registered-users .f-left {
    padding-top: 16px;
}

.account-login .registered-users .form-list input {
    border: 1px solid #eee;
    background: #fff;
}

.account-login a {
    color: #134a9d;
}

.account-login #login-form .col2-set {
    padding: 20px 0 0;
}

.account-login .registered-users .buttons-set {
    margin: -12px 0 0 0;
}

.account-login .registered-users .form-list input.input-text {
    border-radius: 2px;
    height: 34px;
    box-shadow: none;
}

.account-login .registered-users .form-list .input-box {
    width: 100%;
    margin-bottom: 10px;
}

.em-text-blue2A, .em-text-blue2 {
    text-transform: uppercase;
}

.em-text-blue2 {
    font-weight: 900;
    margin-top: -5px;
}

.customer-account-login .category-content .category-heading .intro-section > div h2 {
    font-size: 38px;
}

.customer-account-login .category-content .category-heading .intro-section .category-description p {
    font-size: 0.95em;
}

.customer-account-login .category-content .category-heading {
    background-image: url(/media/catalog/category/bg-login-account.jpg);
}

@media screen and (min-width: 993px) {
    .header .sf-menu-block {
        display: none
    }

    .header .sf-menu {
        display: block;
    }

    .head-icon-menu {
        float: right;
        display: inline-flex;
        padding-top: 30px;
    }

    .header .form-search {padding-right: 0;}
    .header .form-search button.button {
        position: relative;
        width: auto;
        background: transparent;
        }

    .nav-container {float: left;}

    #search_mini_form {
        float:right;
        margin-top: 10px;
        margin-left: 15px;
        position: absolute;
        right:0;
    }
}

@media only screen and (max-width: 991px) and (min-width: 850px) {
    .header-container {
        padding-top: 0;
    }

    .header h1.logo {
        margin: 0;
    }

    .header-container {
    }
}

.cms-student-kit-request .category-content .category-heading {
    background-image: url(cst/performancehealthacademy/images/bg-theraband27.jpg);
}

.cms-student-kit-request div.block {
    margin-bottom: 8px;
}

.cms-student-kit-request div.block h1 {
    margin-top: 30px;
    text-align: center;
    color: #134a9d;
    font-weight: 200;
    font-size: 26px;
}

.cms-student-kit-request div.row{
    color: #12499c;
}

.cms-student-kit-request div.grid {
    width: 99% !important;
    color: #12499c;
    font-size: 16px;
}

.cms-student-kit-request div.grid h2.legend {
    text-align: center;
    color: #666;
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 30px;
}

.cms-student-kit-request div.grid .field label {
    color: #134a9d;
}

.cms-student-kit-request div.grid .field > label {
    font-size: 1.2em;
}

.cms-student-kit-request div.grid .field ul {
    margin-top: 2px;
    padding: 0 !important;
}

.cms-student-kit-request div.grid .field input[type=text],
.cms-student-kit-request div.grid .field textarea {
    width: 99%;
}

.cms-student-kit-request div.grid .field .input-text {
    background: transparent;
    outline: none;
    border: solid 1px #ddd;
}

.cms-student-kit-request div.grid .buttons-set,
.cms-student-kit-request div.grid p.required {
    text-align: left;
    color: #12499c;
}

.cms-student-kit .grid_4 { font-size: 16px }

.cms-student-kit-request ul.struts {
    margin-bottom: 0;
}

.cms-student-kit-request div.grid .buttons-set button.button {
    float: none;
    transition: all 0.2s ease-in-out;
    border-radius: 3px;
    color: #fff;
    background-color: #12499c;
    border-color: #12499c;
    font-weight: 700;
    font-size: 15px;
    padding: 6px 10px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
}

.cms-student-kit-request div.grid .buttons-set button.button:hover {
    background-color: #B12028;
    border-color: #B12028;
}

.cms-student-kit-request div.grid .buttons-set button.button span {
    background-color: transparent;
}

.cms-student-kit-request .std div.container {
    width: 95%;
    margin: 0 auto;
    padding: 5px 15px;
}

@media (min-width: 1200px) {
    .cms-student-kit-request .std div.container {
        width: 1170px;
    }
}

@media (min-width: 992px) {
    .cms-student-kit-request .std div.container {
        width: 970px;
    }
}

@media (min-width: 768px) {
    .cms-student-kit-request .std div.container {
        max-width: 1170px;
        padding: 60px 15px;
        width: 100%;
    }
}

.cms-signup .category-content .category-heading {
    background-image: url(cst/performancehealthacademy/images/bg-theraband23.jpg);
}

.cms-signup input[type=text]{
    background: transparent;
    color: #666fb5;
    outline: none;
    border: solid 1px #eee;
    padding: 7px 14px;
    width: 50%;
    margin-bottom: 10px;
    display:block;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.cms-signup .category-top .category-heading .intro-section > div {padding-top: 45px; padding-bottom: 75px;}
.cms-signup #newsletter-container {padding: 60px 0 0; padding-left: 30px;}
.cms-signup #newsletter-container h4 {color: #134a9d; font-weight: 400; margin-bottom: 16px; padding-bottom: 8px; text-transform: uppercase; font-size: 16px; line-height: 22px;}
.cms-signup #newsletter-container table {width:100%;}
.cms-signup #newsletter-container input[type="submit"] {color: #fff; background-color: #12499c; text-transform: uppercase; border-width: 0; transition: all 0.2s ease-in-out; border-color: #12499c; font-family: Arial, Helvetica, sans-serif; font-weight: 700; border-radius: 3px; font-size: 15px; padding: 10px 14px;}
.cms-signup #newsletter-container input[type="submit"]:hover {background-color: #B12028; border-color: #B12028;}


@media (max-width: 768px){
    .cms-signup input[type=text]{width: 100%;}
}

.em-text-margin-top {
    margin-top: 36px;
}

.catalog-product-view .product-view

.catalog-product-view .sidebar {padding-top: 36px}
.catalog-product-view .sidebar .widget {
    margin-bottom: 50px;
    margin-top: 36px;
}

.catalog-product-view .sidebar .widget h4 {
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-top: 15px;
}

.catalog-product-view .sidebar .widget p {
    font-size: 12px;
}

.catalog-product-view .sidebar .block-related .block-content {
    display: block !important;
}

@media (max-width: 767px) {
    .catalog-product-view .sidebar {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 30px;
    }
    .block .block-title {
        border: none;
    }
}

@media (min-width: 768px) {
    .catalog-product-view .sidebar {margin-top: 110px}
}

.catalog-product-view.category-online-education .sidebar {
    background: none;
}

.sidebar .location-link {
    color: #666;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
    font-size: 12px;
}

.sidebar .location-link:hover {color: #134a9d; padding-left: 8px}

.catalog-product-view.category-online-education .sidebar h4 {margin-bottom: 16px; padding-bottom: 8px}

.breadcrumbs {
    box-shadow: none;
    border: none;
    font-size: 12px;
    color: #666;
    font-weight: 600;
    margin-bottom: 5px;
}

.catalog-product-view .page-header-outofbounds {
    border-bottom: 20px solid #12499c;
}

.breadcrumbs ul li a { color: #12499c; text-transform: uppercase }
.breadcrumbs li strong {font-weight: 600}
@media (max-width: 849px) {
    .toolbar-bottom .toolbar .pages {
        overflow: visible;
        background: none;
    }
}

@media (max-width: 850px) and (min-width: 768px) {
    .col1-layout .col-main, .col2-left-layout .col-main, .col2-right-layout .col-main {float: left}
}

.catalog-product-view .head-line {
    position: relative;
    bottom: -5px;
    left: 3px;
    display: block;
    width: 50px;
    height: 2px;
    background-color: #ddd;
    margin: 0;
}

@media (max-width: 530px) {
    .main .sidebar {
        z-index: 500;
    }
}

/***INC0040049****/
.wishlist-index-index #wishlist-view-form .sub-title h2{
    font-size: 20px;
}/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     enterprise_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { margin:10px 0; }
.widget .widget-title h2 { font-size:18px; color:#d12c01; }

.widget .widget-products { margin:0 -20px 0; }
.cms-home .col1-layout .widget .widget-products,
.cms-index-index .col1-layout .widget .widget-products { margin:0 0 20px; }
.col-main > .widget { display:block; margin:40px 0 0; }
.col-main > .widget + .widget { margin-top:20px; }

/* std class reset */
.widget .products-grid { list-style:none; margin-bottom:0; padding-left:20px; }
.widget .products-grid p,
.widget .products-list p { margin-bottom:0; }
.widget .products-list { list-style:none; margin-bottom:0; padding-left:0; }
.widget .add-to-links { list-style:none; padding-left:0; margin:5px 0; }

/* Widget Banner */
.widget-banner { clear:both; display:block; width:100%; overflow:hidden; text-align:center; }
.widget-banner li { margin:7px 0; }

.top-container .widget-banner li { margin:0; }

.footer-before-container .widget-banner li { margin:0; }

.widget-banner-inline { display:block; clear:both; padding:7px 0; text-align:center; }
.widget-banner-inline ul,
.widget-banner-inline li { display:inline; }
.widget-banner-inline li { margin:0 3px; }
.widget-banner-inline li img { vertical-align:middle; }

/* Widget New Proructs */
.widget-new-products { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-new-products { display:block; padding:0 20px; }

/* Widget Viewed Proructs */
.widget-viewed { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-viewed { display:block; padding:0 20px; }

/* Widget Compared Proructs */
.widget-compared { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-compared { display:block; padding:0 20px; }

/* Widget CMS Static Block */
.widget-static-block {}

/* Widget Catalog Events Carousel */
.widget-events { display:block !important; }

/* Widgets Links Common Styles */
/* Style 1 */
/*.top-container .widget-product-link,
.top-container .widget-category-link,
.top-container .widget-cms-link,
.top-container .widget-hierarchy-link { float:left; border:1px solid #cfcfcf; border-bottom-color:#b2b2b2; margin:13px -1px 0 0; }
.top-container .widget-product-link a,
.top-container .widget-category-link a,
.top-container .widget-cms-link a,
.top-container .widget-hierarchy-link a { float:left; font-size:12px; background:#f2f2f2; border-top:1px solid #fff; border-bottom:1px solid #e2e2e2; padding:2px 5px 4px; color:#cc7137; text-decoration:underline; white-space:nowrap; }
.top-container .widget-product-link a:hover,
.top-container .widget-category-link a:hover,
.top-container .widget-cms-link a:hover,
.top-container .widget-hierarchy-link a:hover { color:#1e75b4; text-decoration:none; }*/
/* Style 2 */
.top-container .widget-product-link,
.top-container .widget-category-link,
.top-container .widget-cms-link,
.top-container .widget-hierarchy-link { display:block; border-bottom:1px solid #e2e2e2; margin:7px 0; }
.top-container .widget-product-link a,
.top-container .widget-category-link a,
.top-container .widget-cms-link a,
.top-container .widget-hierarchy-link a { display:block; padding:12px 12px; background:#fff url(pd/default/images/bkg_widget-links.gif) 0 100% repeat-x; border:1px solid #cfcfcf; text-align:center; font:bold 15px/1.25 Arial, Helvetica, sans-serif; color:#444; text-decoration:none; }
.top-container .widget-product-link a:hover,
.top-container .widget-category-link a:hover,
.top-container .widget-cms-link a:hover,
.top-container .widget-hierarchy-link a:hover { color:#d53c00; text-decoration:none; }

.footer-before-container .widget-product-link,
.footer-before-container .widget-category-link,
.footer-before-container .widget-cms-link,
.footer-before-container .widget-hierarchy-link { display:block; border-bottom:1px solid #e2e2e2; margin:7px 0; }
.footer-before-container .widget-product-link a,
.footer-before-container .widget-category-link a,
.footer-before-container .widget-cms-link a,
.footer-before-container .widget-hierarchy-link a { display:block; padding:10px 12px; background:#fff url(pd/default/images/bkg_widget-links.gif) 0 100% repeat-x; border:1px solid #cfcfcf; text-align:center; font:bold 15px/1.25 Arial, Helvetica, sans-serif; color:#444; text-decoration:none; cursor:pointer; }
.footer-before-container .widget-product-link a:hover,
.footer-before-container .widget-category-link a:hover,
.footer-before-container .widget-cms-link a:hover,
.footer-before-container .widget-hierarchy-link a:hover { color:#d53c00; text-decoration:none; }

/* Widget Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { font-size:12px; background:url(pd/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-product-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-product-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(pd/default/images/bkg_widget-product-link-icon.gif) 17px 3px no-repeat;*/ }
.sidebar .widget-product-link a { font-size:12px; background:url(pd/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-product-link a:hover { color:#333; text-decoration:none; }

/* Widget Category Link */
.widget-category-link-inline { display:inline; }

.top-container .widget-category-link { border-bottom:0; }
.top-container .widget-category-link a { border-color:#ca3934; color:#d53c00; background-image:url(pd/default/images/bkg_widget-links2.gif); background-color:#f9d2c1; }
.top-container .widget-category-link a:hover { color:#fff; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { font-size:12px; background:url(pd/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-category-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-category-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(pd/default/images/bkg_widget-category-link-icon.gif) 19px 3px no-repeat;*/ }
.sidebar .widget-category-link a { font-size:12px; background:url(pd/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-category-link a:hover { color:#333; text-decoration:none; }

/* Widget CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { font-size:12px; background:url(pd/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-cms-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-cms-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(pd/default/images/bkg_widget-cms-link-icon.gif) 19px 2px no-repeat;*/ }
.sidebar .widget-cms-link a { font-size:12px; background:url(pd/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-cms-link a:hover { color:#333; text-decoration:none; }

/* Widget CMS Hierarchy Link */
.widget-cms-hierarchy-link-inline { display:inline; }

.col-main .widget-cms-hierarchy-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-hierarchy-link a { font-size:12px; background:url(pd/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-cms-hierarchy-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-cms-hierarchy-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(pd/default/images/bkg_widget-cms-link-icon.gif) 19px 2px no-repeat;*/ }
.sidebar .widget-cms-hierarchy-link a { font-size:12px; background:url(pd/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-cms-hierarchy-link a:hover { color:#333; text-decoration:none; }

/* Widget SKU */
/* .widget-sku {} */
/* ======================================================================================= */
