*{
    padding:0;
    margin:0;
}
 .clear{
    clear:both;
}
 body{
    font-family:Arial, Helvetica, Verdana, sans-serif;
    font-size:18px;
    color:black;
    background-color:white;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
 body.game{
    margin-left:0px;
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px;
    font-family:Arial, Helvetica, Verdana, sans-serif;
    font-size:18px;
    color:#000000;
    background-color:#0E7DBE;
    background-image:none;
}
 body, html {
    overflow-x: hidden;
}
 .aqua {
     color: #16BAC5;
 }
 td{
    font-size:14px;
}
 a:link{
    text-decoration:none;
    color:#0084ff;
}
 a:visited{
    text-decoration:none;
    color:#0084ff;
}
 a:hover{
    text-decoration:underline;
    color:#0084ff;
}
 a:active{
    text-decoration:underline;
    color:#0084ff;
}
 .text{
    font-size:18px;
    color:#000000;
}
 .textSmall{
    font-size:11px;
}
 a.footer, .footer{
    font-size:14px;
    color:#FFFFFF;
}
 blockquote{
    margin-left:40px;
}
 h1, h2, h3{
    display:block;
}
 h1{
    font-size:32px;
    color:black;
    font-weight:normal;
    margin-bottom:5px;
}
 h2{
    font-size:27px;
    color:black;
    font-weight:normal;
    margin-bottom:2px;
}
 h3{
    font-size:24px;
    color:black;
    font-weight:normal;
    margin-bottom:2px;
}
 .headY{
    font-size:36px;
    color:#6BBA45;
    font-weight:bold;
}
 .subheadY{
    font-size:15px;
    color:#6BBA45;
    font-weight:bold;
}
 .headO{
    font-size:36px;
    color:#6BBA45;
    font-weight:bold;
}
 .subheadO{
    font-size:15px;
    color:#6BBA45;
    font-weight:bold;
}
 .headP{
    font-size:36px;
    color:#6BBA45;
    font-weight:bold;
}
 .headPnobold{
    font-weight:normal;
    font-size:38px;
    color:black;
}
 .subheadP{
    font-size:15px;
    color:#3E117E;
    font-weight:bold;
}
 .textP{
    font-size:18px;
    color:#000000;
    margin-bottom:0px;
    line-height:24px;
}
 p{
    font-size:18px;
    color:#000000;
    margin-bottom:20px;
    line-height:24px;
}
 .headB{
    font-size:36px;
    color:#6BBA45;
    font-weight:bold;
}
 .subheadB{
    font-size:15px;
    color:#3E117E;
    font-weight:bold;
}
 .headG{
    font-size:36px;
    color:#6BBA45;
    font-weight:bold;
}
 .subheadG{
    font-size:15px;
    color:#3E117E;
    font-weight:bold;
}
 .headR{
    font-size:38px;
    color:black;
    font-weight:bold;
}
 .subheadR{
    font-size:15px;
    color:#3E117E;
    font-weight:bold;
}
 .headRnobold{
    font-size:36px;
    font-weight:normal;
}
 .textR{
    font-size:21px;
    color:#000000;
}
 .subheadRed{
    font-size:15px;
    color:#3E117E;
    font-weight:bold;
}
 .textB{
    font-size:21px;
    color:#007DBE;
}
 .head{
    font-size:18px;
    color:#6BBA45;
    font-weight:bold;
}
 .subhead{
    font-size:15px;
    color:#3E117E;
    font-weight:bold;
}
 .green12{
    font-family:Helvetica, Arial, Verdana, sans-serif;
    font-size:12px;
    color:#6BBA45;
}
 .white16{
    font-family:Helvetica, Arial, Verdana, sans-serif;
    font-size:16px;
    letter-spacing:-1px;
    color:#FFFFFF;
}
 .white14{
    font-family:Helvetica, Arial, Verdana, sans-serif;
    font-size:14px;
    letter-spacing:-1px;
    color:#FFFFFF;
}
 .white12{
    font-family:Helvetica, Arial, Verdana, sans-serif;
    font-size:11px;
    letter-spacing:-1px;
    color:#FFFFFF;
}
 .searchbox{
    font-size:14px;
    color:#808080;
    border:none;
}
 .padding-bottom-30 {
    padding-bottom:30px;
}
 .search-list {
    margin-bottom:80px;
}
 .search-list .title {
    font-size:20;
    color:#0E7DBE;
}
 .text-blue {
    color:#0E7DBE;
}
/* Search Style */
 #search {
     position: fixed;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
     background-color: rgba(65, 65, 66, 0.98);
     -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -webkit-transform: translate(0px, -100%) scale(0, 0);
     -moz-transform: translate(0px, -100%) scale(0, 0);
     -ms-transform: translate(0px, -100%) scale(0, 0);
     -o-transform: translate(0px, -100%) scale(0, 0);
     transform: translate(0px, -100%) scale(0, 0);
     opacity: 0;
     display: none;
}
 #search.open {
     -webkit-transform: translate(0px, 0px) scale(1, 1);
     -moz-transform: translate(0px, 0px) scale(1, 1);
     -ms-transform: translate(0px, 0px) scale(1, 1);
     -o-transform: translate(0px, 0px) scale(1, 1);
     transform: translate(0px, 0px) scale(1, 1);
     opacity: 1;
     z-index: 106;
     display: block;
}
 .input-group.input-group-lg {
     text-align: center;
     top: 50%;
     position: absolute;
     margin-top: -30px;
     left: 50%;
     margin-left: -33%;
}
 .input-group.input-group-lg ::-webkit-input-placeholder {
     color: #7a7a7a;
}
 .input-group.input-group-lg ::-moz-placeholder {
     color: #7a7a7a;
}
 .input-group.input-group-lg :-ms-input-placeholder {
     color: #7a7a7a;
}
 .input-group.input-group-lg .input-group-addon:first-child{
     border: none;
     background-color: transparent;
     padding: 0 10px;
}
 .input-group.input-group-lg input[type="image"] {
     height: 40px;
     margin-top: 5px;
}
 .input-group.input-group-lg input[type="image"]:focus {
     outline: none;
}
 .input-group.input-group-lg input[type="search"] {
     height: 60px;
     font-size: 28px;
     padding-left: 15px;
     width: 46%;
     border-radius: 0;
     border: none;
     background-color: #8d8d8e;
     position: relative;
     transition: background-color 0.5s ease-in-out;
     padding: 0 0 0 4px;
}
 #search .close {
     top: 20px;
     right: 20px;
     opacity: 1;
     font-size: 40px;
     color: #fff;
     position: fixed;
}
 #search .close:hover{
     color: #4a9ef9;
     cursor: pointer;
}
 .rightsearchbox{
    background-image:url(../images/searcharea_i.jpg);
    background:no-repeat;
}
 .featured-teachers{
    background-image:url(../images/featured-teacher-panel.jpg);
    background-repeat:no-repeat;
    width:160px;
    height:600px;
    padding-top:72px;
    padding-left:5px;
}
 .featured-teacher{
    height:153px;
    width:145px;
    text-align:center;
}
 .featured-teacher-img{
    float:none;
    margin-left:7px;
}
 .featured-teacher-small-text{
    font-size:9px;
}
 .featured-teacher-large-text{
    font-size:12px;
}
 .socials-container{
    margin:10px 0 5px 0;
}
 hr{
    width:50%;
    margin:10px 0 10px 20px;
}
 .header-blue-line-outer{
    width:100%;
    background-color:#4a9ef9;
    overflow:hidden;
    height:56px;
    color:white;
    margin-top:-56px;
}
 .header-blue-line-inner{
    height:56px;
    max-width:1225px;
    width:98%;
    margin:0 auto;
    position:relative;
    top:50%;
    left:100%;
    transform:translateY(-50%);
}
 .header-blue-title, .header-blue-img, .header-blue-a{
    display:inline-block;
}
 .header-blue-title{
    font-size:34px;
    letter-spacing:-1px;
    word-spacing:-1px;
    color:white;
    margin:0;
    padding:0;
    line-height:56px;
    display:inline-block;
    position:relative;
}
 .header-blue-img-container{
    display:inline-block;
    width:49px;
    position:absolute;
    top:50%;
    left:100%;
    transform:translateY(-50%);
    margin-top:9px;
}
 .header-blue-img-container img{
    margin:0 36px;
    vertical-align:baseline;
}
 .header-blue-title span{
    color:black;
}
 .header-blue-link-container{
    display:inline-block;
    position:absolute;
    top:50%;
    left:100%;
    transform:translateY(-50%);
    width:170px;
    line-height:normal;
    margin-left:121px;
}
 .header-blue-a:link{
    border:2px solid white;
    padding:5px 19px 4px 19px;
    font-size:24px;
    color:white;
    text-decoration:none;
}
 .header-blue-a:visited{
    text-decoration:none;
    color:white;
}
 .header-blue-a:hover{
    text-decoration:none;
    color:white;
}
 .header-grey-line-outer{
    width:100%;
    background-color:#414142;
    height:70px;
    color:white;
}
 .header-grey-line-outer .icon-header {
    line-height: 70px;
}
 .header-grey-line-outer .col-xs-5 {
    padding-top: 4px;
}
 .header-grey-line-outer .icon-header a {
    display: inline-block;
}
 .header-grey-line-outer .icon-header a img {
    height: 45px;
    margin-right: 10px;
}
 .header-grey-line-inner{
    max-width:1225px;
    width:98%;
    margin:0 auto;
    position:relative;
    height:70px;
}
 .header-grey-line-left{
    position:absolute;
    top:50%;
    left:200px;
    transform:translateY(-50%);
}
 .header-grey-line-inner .header-logo{
    position:absolute;
    top:5px;
    left:0px;
    width:149px;
}
 .header-grey-line-left form{
    display:inline-block;
    position:relative;
}
 .header-grey-line-left form{
    height:38px;
}
 .header-grey-line-left form input[type=text]{
    border:none;
    height:38px;
    width:100%;
    background-color:#8d8d8e;
    font-size:21px;
    position:relative;
    transition:background-color 0.5s ease-in-out;
    padding:0 0 0 4px;
}
 .header-grey-line-left form input[type=text]:focus{
    background-color:white;
    color:#222;
}
 .header-grey-line-left form input[type=image]{
    position:absolute;
    top:50%;
    left:-40px;
    z-index:2;
    transform:translateY(-50%);
    width:32px;
}
 .header-grey-line-right{
    display:inline-block;
    line-height:70px;
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
}
 .header-social img{
    display:inline-block;
    width:47px;
    height:47px;
    vertical-align:middle;
    margin:-2px 3px 0 3px;
}
 .header-white-line-outer{
    width:100%;
    background-color:white;
    height:80px;
    color:white;
    margin-bottom:20px;
}
 .header-white-line-inner{
    max-width:1225px;
    width:98%;
    margin:0 auto;
    height:80px;
    text-align:right;
    position:relative;
}
 .header_navigation{
    display:inline-block;
    position:absolute;
    bottom:0;
    right:0;
    width:calc(100% - 200px);
}
 .header_navigation ul{
    font-size:0;
    position:relative;
    z-index:3;
    list-style:none;
}
 .header_navigation ul li{
    display:inline-block;
    width:19.5%;
    padding:13px 0 12px 0;
    margin:0 0.25%;
    text-align:center;
    vertical-align:top;
}
 .header_navigation ul li:first-child{
    width:19.75%;
    margin:0 0.25% 0 0;
}
 .header_navigation ul li:last-child{
    width:19.75%;
    margin:0 0 0 0.25%;
    padding:10px 0 13px 0;
}

.cont-description {
 padding-right: 20px;
}
 @media screen and (min-width:768px){
    .header_navigation ul li:last-child{
        width:19.75%;
        margin:0 0 0 0.25%;
        padding:11px 0 11px 0;
    }
}
 @media screen and (min-width:977px){
    .header_navigation ul li:last-child{
        width:19.75%;
        margin:0 0 0 0.25%;
        padding:9px 0 10px 0;
    }
}
 @media screen and (min-width:1200px){
    .header_navigation ul li:last-child{
        width:19.75%;
        margin:0 0 0 0.25%;
        padding:10px 0 14px 0;
    }
}
 .header_navigation ul li a{
    color:white;
    font-size:16px;
    padding:10px 0;
    font-weight:normal;
    letter-spacing:-1px;
}
 @media screen and (min-width:1200px){
    .header_navigation ul li a{
        font-size:21px;
    }
}
 .header_navigation ul li a:hover{
    text-decoration:none;
}
 .header_navigation ul li.green{
    background-color:#6bb945;
}
 .header_navigation ul li.blue{
    background-color:#4a9ef9;
}
 .header_navigation ul li.grey{
    background-color:#669389;
}
 .header_navigation ul li.orange{
    background-color:#faa00c;
}
 .header_navigation ul li.red{
    background-color:#c7581d;
}
 .header_navigation ul li.red img#more-button-img{
    margin:0px 7px 0px 0;
    vertical-align:middle;
}
 .header_navigation ul li.red{
    position:relative;
}
 .header_navigation ul ul{
    display:none;
    background-color:#414142;
    position:absolute;
    top:101%;
    left:0;
    width:270px;
    text-align:left;
    padding:15px 0;
}
 .header_navigation ul ul li{
    float:none;
    display:inline-block;
    padding:1px 0;
    width:inherit;
    text-align:left;
    margin:0px;
}
 .header_navigation ul ul li sup{
    font-size:10px;
}
 .header_navigation ul li:hover > ul{
    display:block;
    background-color:#414142;
}
 .header_navigation > ul::after{
    content:"";
    display:block;
    clear:both;
}
 .header_navigation ul ul li a{
    padding-left:20px;
    color:white;
    font-size:20px;
    text-align:left;
}
 .header_navigation ul ul li:hover{
    background-color:#982649;
}
 .header_navigation ul ul li:first-child{
    width:100%;
    margin:0;
}
 .header_navigation ul ul li:last-child{
    width:100%;
    margin:0;
    padding:0;
}
 .nav-show{
    display:none;
}
 .content-outer{
    width:100%;
    background-color:white;
    color:white;
}
 .content-inner{
    max-width:1225px;
    width:98%;
    margin:0 auto;
}
 .content-inner-text{
    margin-right:170px;
    text-align:left;
}
 .look-inside-btn{
    margin:15px 0 21px 0;
    letter-spacing:-1px;
}
 .look-inside-btn img{
    width:214px;
}
 .product-thumbnail{
    display:block;
    align-items:center;
    margin-bottom:20px;
    width:100%;
    overflow:hidden;
}

/* dallmon 20190411 */
/* Override above until we find out why it changed. */
.product-thumbnail{
    display:flex;
    align-items:center;
    justify-content:left;
    margin-bottom:20px;
}

.content-item-box{
    display:table-cell;
    min-height:332px;
    height:332px;
    padding-left:34px;
    padding-top: 28px;
    width:100%;
}
 .content-button{
    width:170px;
    height:48px;
    text-align:center;
    padding-top:1px;
    margin-bottom:10px;
}
 .content-button.mar-24{
    margin-top:24px !important;
    margin-bottom:24px !important;
}
 .content-button .button-spacing{
    margin-top:9px;
    margin-bottom:7px;
}
 .content-button >p >a.print-btn{
    font-size:32px;
    color:#fff;
    line-height:24px;
    text-decoration:none;
}
 .content-item-image-block{
    position:relative;
    margin-bottom:20px;
}
.content-item-image-block img{
    display:inline-block;
    vertical-align:top;
    width:256px;
}
.content-item-image-block img.odetojoy{
    width:458px;
}
.content-item-text{
    vertical-align:top;
    display:inline-block;
    position:absolute;
    top:50%;
    left:290px;
    transform:translateY(-50%);
    margin-top:3px;
}
 .content-item-price{
    color:black;
    margin-bottom:15px;
    font-size:32px;
}
 .content-item-price span{
    font-size:21px;
}
 .content-item-price-margin-bottom{
    margin-bottom:12px;
    margin-top:-2px;
    font-size:20px;
}
 .content-item-price-margin-bottom:last-child{
    margin-bottom:0px;
}
 .social-buttons{
    margin:40px 0;
}
 .padding6px{
    padding:6px
}
 .padding10px{
    padding:10px
}
 .padding15px{
    padding:15px
}
 .padding20px{
    padding:20px
}
 .padding25px{
    padding:25px
}
 .padding30px{
    padding:30px
}
 .padding35px{
    padding:35px
}
 .padding40px{
    padding:40px
}
 .padding45px{
    padding:45px
}
 .padding50px{
    padding:10px
}
 .padding55px{
    padding:55px
}
 .padding60px{
    padding:60px
}
/** RightPanelMusic **/
.custom-right-music {
    position:absolute;
    right:-165px;
}
/** RightPanelMusic **/
 .social-bottom-outer{
    width:100%;
    background-color:white;
    color:white;
}
 .social-bottom-inner{
    max-width:1225px;
    width:98%;
    margin:0 auto;
}
 .footer-grey-line-outer{
    width:100%;
    background-color:#414142;
    overflow:hidden;
    color:white;
    padding:46px 0;
    font-weight:normal;
}
 .footer-grey-line-inner{
    max-width:1225px;
    width:98%;
    margin:0 auto;
    text-align:center;
}
 .footer-grey-line-title{
    color:#ffa20b;
    font-size:32px;
    line-height:33px;
}
 .footer-grey-line-inner input[type=text]{
    width:68%;
    border:none;
    margin:20px 0;
    font-size:32px;
    padding:26px 0;
    background-color:#939598;
    color:white;
    letter-spacing:-1px;
    word-spacing:-1px;
    transition:background-color 0.5s ease-in-out;
}
 .footer-grey-line-inner input[type=text]:focus{
    background-color:white;
    color:black;
}
 .footer-grey-line-description{
    font-size:21px;
    font-weight:normal;
    display:inline-block;
    color:white;
    word-spacing:0;
    letter-spacing:0;
}
 .footer-grey-line-description img{
    margin-right:20px;
    vertical-align:middle;
    margin-top:-2px;
}
 .footer-blue-line-outer{
    width:100%;
    background-color:#4a9ef9;
    overflow:hidden;
    height:110px;
    color:white;
}
 .footer-blue-line-inner{
    max-width:1225px;
    width:98%;
    margin:0 auto;
}
 .footer-nav{
    float:left;
    line-height:110px;
}
 .footer-blue-line-inner-left .footer-nav a:link{
    color:white;
    text-decoration:none;
    margin-right:10px;
    font-size:16px;
}
 .footer-blue-line-inner-left .footer-nav a:visited{
    color:white;
}
 .footer-blue-line-inner-left .footer-nav a:hover{
    text-decoration:none;
}
 .footer-blue-line-inner-left .footer-socials a:link{
    margin:0px;
}
 .footer-socials{
    float:left;
    margin-left:30px;
    margin-top:25px;
}
 .footer-socials img{
    margin-right:3px;
}
 .footer-blue-line-inner-right{
    float:right;
    line-height:110px;
}
 .footer-blue-line-inner-right p{
    font-size:16px;
    color:#ffffff;
    display:inline-block;
    margin-left:20px;
}
 .scraper{
    display:none;
}
 .socialButtonsTop{
    display:none;
}
 @media screen and (min-width:768px){
    .socialButtonsTop{
        display:block;
    }
}
 @media screen and (min-width:1200px){
    .scraper{
        display:block;
        height:600px;
        width:160px;
        float:right;
    }
}
 .account-link.red a:link{
    padding:9px 10px !important;
}
 .account-link.blue a:link{
    padding:9px 28px !important;
}
 .header-blue-a:link{
    border:solid 1px #fff !important;
    margin-top:0px;
    display:table;
}
 .ipad-link, .mobile-link{
    display:none !important;
}
 .header_navigation ul li.red{
    padding-top:13px;
}
 .header_navigation ul li.red img#more-button-img{
    margin-top:-4px !important;
}
 .header-grey-line-left form input[type=text]{
    border-radius:0px !important;
}
.hidden-xs, .hidden-sm {
    display: block;
}
.visible-sm, .visible-xs {
    display: none;
}
 @media (max-width:767px){
    .header-grey-line-inner .header-logo{
        width:40%;
        max-width:147px;
    }
     .header_navigation ul li{
        width:41% !important;
        float:left;
    }
     .header-grey-line-left form{
        width:120px !important;
    }
     .header-grey-line-left{
        left:auto;
        right:0px;
    }
     .header-white-line-outer{
        margin-top:25px;
    }
     .header_navigation ul li.red{
        width:17% !important;
        max-width:17% !important;
    }
     .header_navigation ul li a{
        font-size:16px !important;
        letter-spacing:0px;
    }
     .header_navigation{
        top:30%;
    }
     .header_navigation ul li.orange{
        display:none !important;
    }
     .header_navigation ul li.red{
        padding:12px 0 13px 0 !important;
    }
     .header_navigation #dowm-menu li{
        width:100% !important;
    }
     .header_navigation ul li:hover > ul{
        right:0px !important;
        left:auto !important;
    }
     #mlb2-2494236.ml-subscribe-form .form-group .form-control-1{
        padding-left:10px !important;
        padding-right:10px;
        -webkit-appearance:none !important;
    }
     .footer-nav{
        padding-top:15px !important;
    }
     .footer-socials{
        margin-top:20px !important;
        margin-bottom:20px !important;
    }
     .header_navigation ul li.blue{
    }
     .ipad-link, .mobile-link{
        display:block !important;
    }
     .mobile-hidden{
        display:none !important;
    }
     .hidden-xs {
         display: none;
     }
     .visible-xs {
         display: block;
     }
     .header-grey-line-left form input[type=text]{
        width:120px !important;
    }
}
 @media (min-width:768px) and (max-width:991px){
    .header_navigation ul li.grey{
        display:none !important;
    }
     .header-blue-line-outer{
        display:block !important;
    }
     .header_navigation ul li{
        width:24.6% !important;
        float:left;
    }
     .header_navigation #dowm-menu li{
        width:100% !important;
    }
     #mlb2-2494236.ml-subscribe-form .form-group .form-control-1{
        padding-left:10px !important;
        padding-right:10px;
    }
     .footer-nav{
        padding-top:20px !important;
    }
     .ipad-link{
        display:block !important;
    }
     .header_navigation ul li.red{
        padding-top:13px !important;
    }
     .footer-socials{
        margin-top:20px !important;
        margin-bottom:20px !important;
    }
     .header_navigation ul li a{
        font-size:18px;
    }
     .hidden-sm {
         display: none;
     }
     .visible-sm {
         display: block;
     }
}
 .print-btn{
    display:flex;
    justify-content:center;
    height:50px;
    width:170px;
    align-items:center;
    margin:0px;
    box-sizing:border-box;
    background:#4dd0d8;
    color:white !important;
    font-size:33px;
    margin-left:0px;
     max-width: 100%;
}
 .print-btn:hover{
    text-decoration:none;
}
 a.instrument-lightgreen, a.instrument-blue, a.instrument-burntorange, a.instrument-darkgreen, a.instrument-orange, a.instrument-yellow{
    text-align: center;
    width:100%;
    height:76px;
    display:block;
    padding-top:17px;
    font-size:28px;
    color:#fff;
    text-decoration:none;
}
 @media screen and (max-width:991px){
    a.instrument-lightgreen, a.instrument-blue, a.instrument-burntorange, a.instrument-darkgreen, a.instrument-orange, a.instrument-yellow{
        margin-top:15px;
    }
}
button.instrument-lightgreen{
    background-color:#16BAC5;
}

 a.instrument-lightgreen{
    /*background-color:#6BB945;*/

    background-color:#16BAC5;
}
 a.instrument-blue{
    /*background-color:#4A9EF9;*/
    background-color:#16BAC5;
}
 a.instrument-orange{
    /*background-color:#FAA00C;*/
    background-color:#16BAC5;
}
 a.instrument-burntorange{
    /*background-color:#C7581D;*/
    background-color:#16BAC5;
}
 a.instrument-darkgreen{
    /*background-color:#669389;*/
    background-color:#16BAC5;
}
 a.instrument-yellow{
    /*background-color:#FFCF01;*/
    background-color:#16BAC5;
}
 .account-bar {
     display: none;
}
.account-link {
     display: inline-block;
     font-family: 'Helvetica', sans-serif;
     line-height: normal;
}
 .account-link-img {
     display: inline-block;
     float: right;
     margin-top: -4px;
}
 .account-link>a {
     text-decoration: none;
     color: #fff;
     font-size: 16px;
     font-weight: 100;
     margin: 0 15px;
}
 .account-link.red a:link{
     background-color: #982649;
     padding: 6px 10px;
     font-size: 18px;
     letter-spacing: -1px;
     word-spacing: -0.5px;
     margin: 0 5px 0 15px;
}
 .account-link.red span{
     font-weight: 700;
}
 .account-link.red sup{
     font-size: 10px;
}
 .account-link.blue a:link{
     background-color: #295788;
     padding: 6px 28px;
     font-size: 18px;
     margin: 0;
}
 .account-link a:last-child{
     margin-right: 0px;
}
 .account-bar #to-cart a{
     margin-left: 15px;
}
 .account-link.last {
     margin-right: 0px;
}
 .dictionary-nav-fix a{
     display:inline-block;
     padding:0px 10px;
}
 .product_list{
     list-style-type: none;
     overflow: hidden;
     text-align: center;
     margin: 20px auto;
     clear: both;
}
 .product_list li{
     padding: 10px 0;
     width: 17%;
     float: left;
     margin: 0 0 20px 3.75%;
     vertical-align: top;
}
 .product_list li:first-child{
     margin-left: 0;
}
 .product_list li:nth-child(5n + 1){
     margin-left: 0;
}
 .product_list li img{
     width: 100%;
}
 .product_list h3{
     font-size: 12px;
     margin: 10px 0 0;
}
 .cc_banner-wrapper {
    display: none;
}
 .cc-compliance .cc-dismiss{
     font-weight: 100;
     font-size: 20px;
     color: white !important;
     text-decoration: none !important;
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-bottom.cc-floating{
        bottom: 102px;
    }
}
 #email-optin{
     float: left;
     margin: 0;
     margin-left: 8px;
}
 .optin-section{
     margin: 12px auto 0 auto;
     width: 80%;
}
 .optin-text{
     text-align: left;
     font-size: 11px;
     float:left;
     margin-left: 8px;
     margin-top: 2px;
}
 #optin-error{
     float: left;
     display: inline;
     visibility: hidden;
     font-size: 11px;
     color: #f4a240;
     margin-top: 2px;
     margin-left: 4px
}
 @media (max-width:991px){
     .instrument-btn-group .padding6px{
         display:none;
    }
}
@media screen and (min-width: 978px) {
     .account-bar {
         display: inline-block;
         vertical-align: middle;
         height: 70px;
    }
}
 @media (max-width:767px){
     .dictionary-nav-fix a{
         display:inline-block;
         width:12.26%;
         padding:5px 0px;
         text-align:center;
    }
     .dictionary-nav-fix div, .dictionary-nav-fix br{
         display:none;
    }
     .dictionary-nav-fix a:last-child{
         width:auto;
    }
     .header-blue-line-outer {
         display: none;
    }
     .header-grey-line-right {
         display: none;
    }
     .header_navigation ul li.grey {
         display: none;
    }
     .header_navigation ul li.red img#more-button-img {
         display: none;
    }
     .header-white-line-inner {
         height: 125px !important;
    }
     .headPnobold {
         font-size: 22px !important;
    }
     .header_navigation {
         width: 100%;
    }
     .product_list{
        text-align: center;
    }
     .product_list li{
         padding: 10px 0;
         width: 152px;
         display: inline-block;
         margin: 0 20px 20px;
         vertical-align: top;
         float: none;
    }
     .product_list li:nth-child(5n), .product_list li:last-child{
         margin-right: 20px;
         margin-left: 20px;
    }
     .product_list li:first-child{
         margin-left: 20px;
    }
     .product_list li img{
         width: 100%;
    }
     .product_list h3{
         height: 80px;
    }
}

 @media screen and (min-width:640px){
     .content-item-image-block{
        float:left;
    }
}
 @media (max-width:400px) {
     .header-grey-line-outer .icon-header a img {
         height: 30px;
    }
}
 @media (max-width:480px){
     .product_list h3{
         height: auto;
    }
}


.wrapper .money-back .space-p h6 {
    margin-bottom: 60px;
}
