<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'BebasNeue';
  src: url("../../fonts/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/BebasNeueBold.otf") format("opentype"), url("../../fonts/BebasNeueBold.woff") format("woff"), url("../../fonts/BebasNeueBold.ttf") format("truetype"), url("../../fonts/BebasNeueBold.svg#BebasNeueBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/ProximaNova-Regular.otf") format("opentype"), url("../../fonts/ProximaNova-Regular.woff") format("woff"), url("../../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova-Light';
  src: url("../../fonts/proximanova-light-webfont.eot");
  src: url("../../fonts/proximanova-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/ProximaNova-Light.otf") format("opentype"), url("../../fonts/proximanova-light-webfont.woff") format("woff"), url("../../fonts/proximanova-light-webfont.woff2") format("woff2"), url("../../fonts/proximanova-light-webfont.ttf") format("truetype"), url("../../fonts/proximanova-light-webfont.svg#proximanova-light-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: ProximaNova-Regular, sans-serif; }

/*END FONT STYLES*/
.staticBar {
  font-family: ProximaNova-Light, sans-serif;
  font-size: 18px;
  padding: 9px;
  background: #da3a2e;
  color: white;
  width: 100%;
  text-align: center;
  z-index: 100000000;
  display: none; }
  .staticBar span {
    cursor: pointer; }
  .staticBar p {
    margin-bottom: 0; }
  .staticBar strong {
    font-family: ProximaNova-Regular, sans-serif; }
  .staticBar .time {
    border: 1px solid white;
    border-radius: 3px;
    padding: 5px; }
  .staticBar .days {
    margin-left: 10px; }
  .staticBar .seconds {
    margin-right: 10px; }
  .staticBar .mobileSale {
    display: none; }
  .staticBar .closeBar {
    position: absolute;
    right: 5px;
    font-size: 22px;
    padding: 6px;
    top: 0; }
  @media screen and (max-width: 725px) {
    .staticBar .time {
      display: none; }
    .staticBar .desktopSale {
      display: none; }
    .staticBar .mobileSale {
      display: inline; } }
  @media screen and (max-width: 376px) {
    .staticBar {
      font-size: 15px; } }

/*STYLE TO DELETE WARNING IF NOT IN NA*/
#alertnona {
  margin: 0;
  text-align: center;
  font-size: 15px; }

/*CODE TO ROTATE THE ARROWS*/
.rotate180 {
  -webkit-transform: rotate(180deg);
  /* Chrome and other webkit browsers */
  /* FF */
  /* Opera */
  /* IE9 */
  transform: rotate(180deg);
  /* W3C compliant browsers*/ }

/*CLASS ADDED TO DISPLAY STUFF EX. DROPDOWNS*/
.active {
  display: block !important; }

/*END DISPLAY STUFF CLASS*/
/*CODE TO ADD PURPLE HOVER EFFECT*/
@media (min-width: 786px) {
  .hoverPurple:hover {
    color: #8c63a4;
    text-decoration: none; } }

/*CODE FOR DOWN ARROW AND SHOPPING CART ICONS USED IN HEADER AND SEARCH BAR*/
.downArrowIcon {
  width: 15px;
  height: 10px;
  vertical-align: baseline; }

.cartIcon {
  /* width: 23px; */
  height: 32px;
  }

.myStuffIcon {
  /*width: 23px;*/
  height: 32px; }

.submitButton {
  background-color: #b99ac8;
  border: 0;
  color: white;
  text-transform: uppercase;
  height: 50px;
  display: block;
  width: 50%;
  font-size: 16px;
  margin: 0 auto 15px auto;
  letter-spacing: 0.8px; }

.submitButton:hover {
  background-color: #A483B7; }

.purchaseButton {
  background-color: #62be76; }

.purchaseButton:hover {
  background-color: #358e42; }

.skinnyModalButton {
  width: 170px; }

/*END DOWN ARROW CODE*/
/*CODE FOR HEADER*/
/*BOTH LOGGED IN AND LOGGED OUT HEADERS INITIALLY DISPLAYED NONE, DISPLAYED BY ANGULAR*/
.loggedin, .notloggedin {
  display: none; }

/*HEADER DESKTOP VIEW*/
.desktopLogo {
  width: 85px;
  transition: width 1s; }

.desktopLinks .downArrowIcon {
  margin-left: 9px; }

.desktopLinks li &gt; a, .desktopLinks li {
  font-family: ProximaNova-Light, sans-serif;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.8px; }

.desktopNavigation {
  display: none; }

.mobileNavigation {
  margin: 0 17px;
  position: relative; }

.newHeader {
  background-color: black;
  height: 65px;
  margin-bottom: 95px;
  position: relative; }

.newHeader .desktopLinks {
  float: right;
  padding-left: 0; }

.desktopLinks ul {
  padding-left: 0; }

.desktopLinks li {
  list-style: none;
  display: inline-block;
  cursor: pointer; }

.desktopLinks .dropdown, .desktopLinks a, .dropdown .notALink {
  padding: 15px 19px; }

.desktopLinks a {
  display: block; }

/*STYLES FOR THE DESKTOP DROPDOWNS*/
.headerDropdown {
  display: none; }

.desktopLinks .headerDropdown {
  background-color: white;
  color: black;
  position: absolute;
  right: 0;
  width: 229px;
  margin-top: 20px;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.35);
  border-radius: 3px;
  z-index: 6; }

.headerDropdown li {
  width: 100%;
  color: black;
  border-bottom: 1px solid lightgrey;
  text-transform: none; }

.headerDropdown li a {
  color: black;
  text-transform: none; }

.headerDropdown .karet {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
  padding: 0;
  top: -7px;
  right: 54px; }

/*END DESKTOP DROPDOWN STYLES*/
.cartBadge {
  width: 38px;
  height: 32px;
  display: inline-block;
  text-align: center;
  background-image: url(/images/header/ps_shopping-cart-full.png);
  background-size: 32px;
  background-repeat: no-repeat;
  vertical-align: middle;
  font-family: ProximaNova-Regular, sans-serif;
  font-weight: 600;}

.cartBadgeDrawer {
  width: 35px;
  height: 32px;
  display: inline-block;
  text-align: center;
  background-image: url(/images/home/ps_shopping-cart-full_black.png);
  background-size: 32px;
  background-repeat: no-repeat;
  vertical-align: middle;
  font-family: ProximaNova-Regular, sans-serif;
  margin-right: 19px;
  font-weight: 500;}

.mobileCartBadge {
  height: 32px;
  width: 38px;
  position: absolute;
  display: inline-block;
  text-align: center;
  background-image: url(/images/header/ps_shopping-cart-full.png);
  background-size: 32px;
  background-repeat: no-repeat;
  right: 5px;
  top: 14px;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.8px;
  cursor: pointer;
  font-family: ProximaNova-Regular, sans-serif;
  font-weight: 600;}

.mobileDrawer .cartBadge {
  color: white;
  background-color: black; }

.loginButton {
  padding: 22px 32px;
  border: 2px solid white; }

#searchdiv {
  top: 400px; }

.mobileNavButton {
  background-color: transparent;
  border: none;
  position: absolute;
  margin: 17px 0 0 0; }

.mobileCartIcon {
  height: 32px;
  /*width: 22px;*/
  position: absolute;
  right: 10px;
  top: 15px;
  cursor: pointer; }

.mobileStuffIcon {
    height: 32px;
    /*width: 22px;*/
    position: absolute;
    right: 90px;
    top: 13px;
    cursor: pointer; }

@media screen and (max-width: 767px) {
  .mobileStuffIcon {
    right: 40px;
  }
  .mobileCartBadge {
    right: -11px;
  }
  .mobileCartIcon {
    right: -5px;
  }
}

@media screen and (max-width: 350px) {
  .mobileStuffIcon {
    display: none;
  }}

/*PREVENTS THIS HOMEPAGE FROM DISPLAYING ON OTHER PAGES*/
.homepageipadHeaderLogo {
  display: none; }

.mobileHeaderLogo {
  display: block;
  margin: 0 auto;
  width: 130px;
  padding-top: 9px; }

.mobileHeaderLogo img {
  width: 100%; }

/*CODE FOR MOBILE DRAWER NAVIGATION*/
.mobileDrawer {
  display: block;
  height: 100%;
  position: fixed;
  width: 316px;
  top: 0;
  left: -316px;
  background-color: white;
  z-index: 10;
  color: black;
  font-size: 30px;
  overflow-y: scroll; }

.mobileDrawer ul {
  margin-top: 66px;
  padding-left: 0; }

.mobileDrawer li {
  list-style: none;
  font-family: ProximaNova-Regular, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  border-top: 1px solid lightgrey;
  position: relative;
  cursor: pointer; }

.mobileDrawer a img {
  height: 32px;
  width: 32px;
  margin-right: 19px; }

.mobileDrawer li a {
  display: block;
  padding: 24px 0 24px 27px;
  text-decoration: none; }

.mobileDrawer .notALink {
  padding: 24px 0 24px 27px; }

.mobileDrawer .addBorder {
  border-bottom: 1px solid lightgrey; }

.closeDrawer {
  position: absolute;
  top: 5px;
  right: 18px;
  cursor: pointer;
  font-size: 43px;
  text-align: right;
  width: 57px; }

.darkOverlay {
  height: 100%;
  width: 100%;
  z-index: 9;
  position: fixed;
  display: none;
  opacity: 0;
  transition: opacity .3s;
  top: 0;
  background-color: black; }

.mobileDrawer .creditDropdownItem, .mobileDrawer .userDropdownItem {
  display: none; }

.mobileDrawer .creditDropdownItem {
  padding-left: 58px; }
  @media (min-width: 786px) {
    .mobileDrawer .creditDropdownItem:hover {
      color: #ba9bc9; } }

.mobileDrawer .userDropdownItem a {
  padding-left: 58px; }

.darkOverlay.overlayActive {
  display: block;
  opacity: .7;
  transition: opacity .3s;
  overflow: hidden; }

.noScroll {
  overflow: hidden; }

/*ICON HIDING AND SHOWING MAGIC*/
.purpleIcon {
  display: none; }

/*END DRAWER CODE*/
/*MEDIA QUERIES TO SWITCH BETWEEN MOBILE, IPAD AND DESKTOP HEADER*/
@media screen and (min-width: 376px) {
  .newHeader {
    height: 185px;
    margin-bottom: 0; } }

@media screen and (min-width: 768px) {
  .noScroll {
    overflow: auto; }
  .desktopNavigation {
    display: block; }
  .mobileNavigation, .mobileDrawer, .darkOverlay.overlayActive {
    display: none; }
  .newHeader {
    height: 250px;
    padding: 30px; }
  .mobileDrawer li a:hover {
    color: #ba9bc9; }}

@media screen and (min-width: 1098px) {
  .desktopLogo {
    width: 120px;
    transition: width 1s; } }

/*END MEDIA QUERY*/
/*END CODE FOR HEADER*/
.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s; }

.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s; }

.sk-spinner-three-bounce div {
  width: 15px;
  height: 15px;
  margin: 0 3px;
  background-color: white;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes sk-threeBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-threeBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*STYLES FOR ALL MODALS*/
/*STYLES FOR CLOSING X IN MODAL*/
.closeModal {
  font-size: 41px;
  cursor: pointer;
  position: absolute;
  right: 6px;
  padding: 0 20px;
  top: 0; }

/*beSmaller CLASS IS GENERATED IN CUSTOMANGULAR.JS*/
.beSmaller .modal-content {
  width: 570px;
  margin: 0 auto; }
  .beSmaller .modal-content .error {
    color: red; }

.modal-header {
  margin-bottom: 20px;
  padding-bottom: 0; }

.modal-body {
  padding: 0 29px 12px 29px; }

.modal-title {
  font-family: ProximaNova-Light;
  font-size: 24px;
  margin-top: 35px; }

.modal-content {
  height: auto;
  width: 100%;
  border-radius: 3px; }

.modal-content label {
  font-size: 14px !important;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 0; }

.modal-footer {
  border: 0;
  padding-top: 0; }

.inputBlock {
  display: inline-block;
  width: 100%;
  margin: 15px 0;
  margin-bottom: 33px; }

.inputBlock input {
  border-radius: 0;
  height: 52px;
  border: 1px solid #e6e6e6; }

.inputBlock.lessMargin {
  margin-top: 0; }

.floatRight {
  float: right; }

/*STYLES FOR PURCHASE CREDIT MODALS*/
.subHeader {
  font-size: 18px;
  font-family: ProximaNova-Light;
  margin-top: 5px;
  margin-bottom: 0; }

.emailInput.ng-valid {
  border: 1px solid lightgreen; }

.emailInput.ng-invalid {
  border: 1px solid red; }

.emailInput.ng-pristine {
  border: 1px solid #cbcbcb; }

.invalidButton, .validButton {
  margin-top: 59px; }

.invalidButton {
  background-color: grey;
  cursor: not-allowed; }

.invalidButton:hover {
  background-color: grey; }

.amountButtons {
  text-align: center;
  margin-top: 30px; }

.amountButton {
  border: 1px solid #cbcbcb;
  display: inline-block;
  cursor: pointer;
  padding: 17px 40px;
  font-size: 16px;
  color: #cbcbcb;
  background-color: white;
  outline: 0;
  width: 100%;
  margin: 5px 0;
  letter-spacing: 0.8px; }

.amountButton.active {
  display: inline-block !important;
  border-color: #b99ac8;
  color: #b99ac8; }

.selectCard {
  margin-top: 40px; }
  .selectCard h4 {
    font-size: 18px;
    text-align: center; }
  .selectCard .cards {
    padding: 25px 15px 0 15px;
    height: 285px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: scroll; }
    .selectCard .cards .card {
      height: 196px;
      width: 310px;
      background: grey;
      border-radius: 17px;
      margin-bottom: 20px;
      cursor: pointer; }
      .selectCard .cards .card.active {
        box-shadow: inset 0 0 1em #ba9bc9, 0 0 1em #ba9bc9;
        border: 3px solid #ba9bc9; }
    @media screen and (max-width: 728px) {
      .selectCard .cards {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }

.optionalMessage label {
  margin-bottom: 13px; }

.optionalMessage textarea {
  border: 1px solid #ccc;
  width: 100%;
  outline: 0;
  max-width: 100%;
  font-size: 16px;
  height: 100px;
  max-height: 100px; }

@media screen and (min-width: 620px) {
  .inputBlock {
    display: inline-block;
    width: 48%;
    margin-top: 33px; }
  .amountButton {
    font-size: 16px;
    background-color: white;
    margin: 0 13px;
    width: auto; } }

@media screen and (max-width: 767px) {
  .modal-dialog {
    width: 100% !important;
    margin: 0; }
  .beSmaller .modal-content {
    width: auto;
    max-width: 570px;
    margin: 0 auto; } }

/*STYLE FOR 2ND STEP MODAL*/
.submitButton.moreMargin {
  margin-top: 33px; }

.enterBillingData {
  margin-bottom: 34px; }

.purchaseStep2 .inputBlock {
  margin-bottom: 21px; }

/*END 2ND STEP MODAL STYLES*/
/*STYLE FOR REDEEMING CREDIT MODAL*/
.inputBlock.fullWidth {
  width: 100%; }

/*END REDEEMING CREDIT STYLES*/
/*LOGIN MODAL STYLES*/
.forgotDatPassword {
  color: #808080;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none; }

.notauser {
  cursor: pointer;
  font-size: 12px;
  text-decoration: underline;
  color: #b99ac8; }

/*REGISTER MODAL STYLES*/
#registerModal select, #registerUpdate select {
  width: 100%;
  margin-top: 0; }

#registerModal .birthday, #registerUpdate .birthday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #registerModal .birthday select, #registerUpdate .birthday select {
    width: 31%; }

#registerModal h4, #registerUpdate h4 {
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px; }

#registerUpdate input {
  cursor: not-allowed;
  background: #808080; }

label.error {
  position: absolute; }

#passwordsmatch,
#emailsmatch {
  position: absolute; }

.register-select {
  width: 100%;
  font-size: 12px;
  margin-top: 5px;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  padding: 16.5px;
  background: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.disabled {
  background: grey; }
  .disabled:hover {
    background: grey; }

#confirmregister {
  margin-top: 25%; }

.confregcontent {
  font-size: 16px;
  padding: 25px;
  text-align: center;
  line-height: 2; }

.confregclose {
  margin-top: 30px;
  background: #b99ac8;
  display: inline-block;
  padding: 10px 25px;
  color: white;
  cursor: pointer; }
  .confregclose:hover {
    background: #ae89bf; }

.printConfirmationModal {
  font-family: ProximaNova-Light, sans-serif; }
  .printConfirmationModal .modal-dialog {
    margin-top: 10ex;
    width: 586px; }
    @media (max-width: 768px) {
      .printConfirmationModal .modal-dialog {
        width: 100%;
        margin: 0; } }
  .printConfirmationModal h4 {
    margin-top: 20%;
    margin-bottom: 0;
    font-size: 24px; }
  .printConfirmationModal h5 {
    margin: 15px;
    font-size: 18px; }
  .printConfirmationModal .addToCartButton {
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    background-color: #ba9bc9;
    letter-spacing: 0.3px;
    font-size: 16px;
    height: 51px;
    width: 170px;
    border: none;
    color: white;
    margin: 85px auto 31px auto; }
    .printConfirmationModal .addToCartButton:hover {
      background-color: #8c63a4; }
  .printConfirmationModal .cancelButton {
    color: #808080;
    cursor: pointer;
    font-size: 14px; }

#addToCartModal {
  font-family: ProximaNova-Light, sans-serif; }
  #addToCartModal .modal-dialog {
    margin-top: 10ex;
    width: 770px; }
    @media (max-width: 768px) {
      #addToCartModal .modal-dialog {
        width: 100%;
        margin: 0; } }
  #addToCartModal .modal-body {
    padding: 15px 0 15px 0; }
  #addToCartModal .checkIcon {
    width: 60px;
    margin-top: 40px; }
  #addToCartModal .productInfo {
    margin: 53px 0 43px 0;
    padding: 38px 30px;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    text-align: left; }
    #addToCartModal .productInfo img {
      width: 52px;
      height: 53px;
      display: inline-block; }
    #addToCartModal .productInfo ul {
      display: inline-block;
      list-style: none;
      vertical-align: middle;
      width: 70%; }
    #addToCartModal .productInfo li {
      color: #808080;
      font-size: 14px;
      text-overflow: ellipsis;
      overflow: hidden; }
    #addToCartModal .productInfo li:first-child {
      font-size: 18px;
      color: black; }

      /*Fringe Modal added show*/

    /*#addToCartModal .productInfo .fringeModalAddedCart{*/
     .fringeModalAddedCart{
      display:flex!important;
    }

    @media only screen and (max-width:450px){
      .fringeModalAddedCart{
        display:flex!important;
      }
  }

  @media only screen and (max-width:360px){
    .onlineAccessFringe{
      font-size: 15px!important;
    }
}

@media only screen and (max-width:326px){
  .onlineAccessFringe{
    font-size: 13px!important;
  }
}

  /*END Fringe Modal added show*/


  #addToCartModal p {
    font-size: 18px; }
  #addToCartModal a {
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    color: white;
    padding: 15px 0;
    width: 43%;
    margin: 40px 0 30px 0;
    text-transform: uppercase; }
    #addToCartModal a:hover {
      text-decoration: none;
      color: white; }
  #addToCartModal .continueShopping {
    background-color: #ba9bc9;
    margin-right: 4%; }
    #addToCartModal .continueShopping:hover {
      background-color: #8c63a4; }
  #addToCartModal .goToCheckout {
    background-color: #61bd76; }
    #addToCartModal .goToCheckout:hover {
      background-color: #4fb566; }

.removeCard .modal-header {
  padding: 80px 0; }

.removeCard .modal-body {
  text-align: center; }

.removeCard .saveButton {
  display: inline-block;
  margin: 3%;
  width: 30%; }

  @media screen and (max-width:412px){
    .productreform {
      margin-top: 0px!important; }

    .pageContainer .showsTitle {
        margin-bottom: 20px!important;}

    .showsfooter {
      bottom: -30px;}

}

  @media screen and (max-width: 400px) {
    .removeCard .saveButton {
      width: 40%; } }

@media screen and (max-width: 775px) {
  .removeCard .modal-dialog {
    margin: 0;
    width: auto; } }

@media screen and (min-width: 768px) {
  #creditsuccess .modal-dialog {
    width: 500px; } }

#creditsuccess .closeModal {
  padding: 0 6px; }

#creditsuccess .modal-title {
  margin-top: 60px; }

#creditsuccess .modal-body {
  font-size: 16px;
  width: 70%;
  margin: 15px auto 20px auto; }

#creditsuccess button {
  margin-bottom: 50px; }

#socialMedia .modal-header {
  margin-top: 55px; }

#socialMedia .modal-dialog {
  max-width: 576px; }

#socialMedia .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 400px;
  margin: 0 auto; }

#socialMedia .editProfileLink {
  width: 80%;
  margin: 0 auto 30px auto;
  font-size: 14px; }
  #socialMedia .editProfileLink a {
    color: #ba9bc9; }

#socialMedia .profileLink {
  border: 1px solid #e6e6e6;
  width: 80%;
  height: 51px;
  margin: 105px auto 10px auto;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #socialMedia .profileLink img {
    width: 26px;
    height: 26px;
    margin: 0 10px; }
  #socialMedia .profileLink p {
    margin: 0;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis; }

@media screen and (max-width: 376px) {
  #socialMedia .modal-body {
    max-width: 233px; } }

/*END MODAL STYLES*/
#sendEmailModal .senderEmail, #emailConfirmationModal .senderEmail, .smallishModal .senderEmail {
  width: 100%; }

@media (min-width: 768px) {
  #sendEmailModal .modal-dialog, #emailConfirmationModal .modal-dialog, .smallishModal .modal-dialog {
    width: 500px; } }

#safariBrowser .modal-header {
  padding: 40px 40px 0 40px; }

#safariBrowser .modal-body {
  padding: 0 40px; }

#safariBrowser p {
  font-size: 16px;
  text-align: center; }
  #safariBrowser p:last-child {
    margin-top: 30px; }

#emailModal h4, #teacherEmailModal h4 {
  color: black; }

/*CODE FOR SITE SEARCH BAR*/
/*MAKES A KARET IN THE MONOLOGUE FILTERS*/
.newuparrow {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
  top: -7px;
  left: 35px; }

.siteSearchBar {
  background-color: white;
  width: 100%;
  height: 66px;
  position: absolute;
  left: 0;
  right: 0;
  top: 66px;
  border-radius: 3px;
  margin: 0 auto; }

.siteSearchBar form {
  height: 100%; }

.siteSearchBar #searchBarQuery {
  height: 100%;
  font-size: 16px;
  font-family: ProximaNova-Light;
  border: 0;
  width: 51%;
  outline: none;
  margin-left: 10px; }

.siteSearchBar button {
  background-color: #A483B7;
  border: 0;
  width: 66px;
  height: 66px;
  position: absolute;
  right: 0;
  top: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 5; }

.siteSearchBar button:hover {
  background-color: #8c63a4; }

.siteSearchBar button img {
  width: 20px;
  height: 20px; }

.categorySelection {
  width: 300px;
  height: 65px; }

/*CODE FOR HIDING THE SELECT AND REPLACING IT WITH COOL SELECT*/
.newDropdown {
  position: absolute !important;
  top: 0;
  right: 66px;
  font-family: ProximaNova-Light;
  font-size: 14px;
  text-transform: capitalize;
  cursor: pointer;
  padding: 25px 0; }

.catImage {
  position: absolute;
  top: 18px;
  left: -40px; }

.newDropdown .downArrowIcon {
  margin: 0 8px;
  vertical-align: -1px; }

.newDropdown .title {
  display: none; }

.newDropdown .shortenedTitle {
  display: inline; }

.filterList {
  background-color: white;
  position: absolute;
  right: 0;
  list-style: none;
  padding: 0;
  text-transform: capitalize;
  z-index: 1;
  border-top: 1px solid lightgrey;
  font-size: 14px; }

.filterList li {
  border-bottom: 1px solid lightgrey;
  padding: 20px 25px;
  width: 270px;
  cursor: pointer; }

.filterList li img {
  margin-right: 9px; }

.filterList .allProducts {
  padding: 28px 66px; }

#PTB2-1 {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.mobileSearchBar {
  display: none;
}

/*END CODE FOR HIDING THE SELECT AND REPLACING IT WITH COOL SELECT*/

/*Search Bar Responsive*/
@media screen and (min-width: 376px) {
  .siteSearchBar {
    top: 75px;
    width: 91%; }
    .siteSearchBar button {
      top: 0;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; } }

@media screen and (max-width: 396px) {
  .siteSearchBar #searchBarQuery::-webkit-input-placeholder {
  color: white; }

.siteSearchBar #searchBarQuery:-ms-input-placeholder {
  color: white; }

.siteSearchBar #searchBarQuery::placeholder {
  color: white; }}

@media screen and (min-width: 397px) {
  .siteSearchBar #searchBarQuery {
    margin-left: 1em;
  }}

@media screen and (min-width: 446px) and (max-width: 569px) {
  .siteSearchBar #searchBarQuery {
    font-size: 18px;
  }}
@media screen and (min-width: 570px) {
  .newDropdown .downArrowIcon {
    margin: 0 18px; }
  .siteSearchBar #searchBarQuery {
    font-size: 18px;
    width: 72%; }
  .newDropdown .shortenedTitle {
    display: none; }
  .newDropdown .title {
    display: inline; }
  .filterList .purpleIcon {
    display: none; } }

@media screen and (min-width: 768px) {
  .siteSearchBar {
    width: 735px; }
  .siteSearchBar #searchBarQuery::-webkit-input-placeholder {
    color: grey; }
  .siteSearchBar #searchBarQuery:-ms-input-placeholder {
    color: grey; }
  .siteSearchBar #searchBarQuery::placeholder {
    color: grey; }
  .siteSearchBar #searchBarQuery {
    margin-left: 1em; } }

@media screen and (min-width: 795px) {
  .siteSearchBar {
    width: 768px;
    top: 119px; }
  .filterList li:hover .blackIcon {
    display: none; }
  .filterList li:hover .purpleIcon {
    display: inline; }
  .filterList li:hover {
    color: #ba9bc9; } }

@media screen and (max-width: 725px) {
  .mainSearchBar {
    display: none;
  }
  .mobileSearchBar {
    display: block;
  }}

/*Make space in searchBar placeholder for 32-Bar Audition Cuts selection icon*/
@media screen and (min-width: 726px) and (max-width: 745px) {
  .siteSearchBar #searchBarQuery {
    font-size: 17px; }
}

/*END SEARCH BAR CODE*/
/*CODE FOR STYLING AND POSITIONING THE FILTERS*/
.monologueFilters {
  color: white;
  position: absolute;
  padding: 0;
  top: 88px;
  list-style: none;
  padding: none;
  width: 461px;
  margin: 0 auto;
  left: 0;
  right: 0;
  letter-spacing: 0.8px;
  font-family: ProximaNova-Light, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .monologueFilters .downArrowIcon {
    margin-left: 5px; }
  .monologueFilters li {
    cursor: pointer;
    position: relative; }
  .monologueFilters .filterDropdown {
    background: white;
    list-style: none;
    padding: 0;
    color: black;
    z-index: 10;
    position: absolute;
    width: 228px;
    border-radius: 3px;
    box-shadow: 0px 1px 9px grey;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 16px;
    top: 34px;
    left: -146px;
    display: none; }
    .monologueFilters .filterDropdown.subgenre {
      width: 274px; }
      .monologueFilters .filterDropdown.subgenre .karet {
        right: 78px; }
    .monologueFilters .filterDropdown.active {
      display: block; }
    .monologueFilters .filterDropdown li {
      border-bottom: 1px solid #e6e6e6; }
    .monologueFilters .filterDropdown .karet {
      position: absolute;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid white;
      padding: 0;
      top: -8px;
      right: 45px; }
    .monologueFilters .filterDropdown label {
      margin-bottom: 0; }
    .monologueFilters .filterDropdown [type="checkbox"]:not(:checked),
    .monologueFilters .filterDropdown [type="checkbox"]:checked {
      position: absolute;
      left: -9999px; }
    .monologueFilters .filterDropdown [type="checkbox"]:not(:checked) + label,
    .monologueFilters .filterDropdown [type="checkbox"]:checked + label {
      position: relative;
      padding: 15px 0 15px 62px;
      cursor: pointer;
      width: 100%; }
    .monologueFilters .filterDropdown [type="checkbox"]:not(:checked) + label:before,
    .monologueFilters .filterDropdown [type="checkbox"]:checked + label:before {
      content: '';
      position: absolute;
      left: 20px;
      top: 14px;
      width: 25px;
      height: 25px;
      border: 1px solid lightgrey;
      background: white; }
    .monologueFilters .filterDropdown [type="checkbox"]:not(:checked) + label:after,
    .monologueFilters .filterDropdown [type="checkbox"]:checked + label:after {
      content: '';
      position: absolute;
      top: 18px;
      left: 24px;
      background: #ba9bc9;
      width: 17px;
      height: 17px;
      transition: all .2s; }
    .monologueFilters .filterDropdown [type="checkbox"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
              transform: scale(0); }
    .monologueFilters .filterDropdown [type="checkbox"]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }
    .monologueFilters .filterDropdown [type="checkbox"]:checked:focus + label:before,
    .monologueFilters .filterDropdown [type="checkbox"]:not(:checked):focus + label:before {
      border: 1px dotted #ba9bc9; }
    .monologueFilters .filterDropdown label:hover:before {
      border: 1px solid #ba9bc9 !important; }
  @media screen and (max-width: 767px) {
    .monologueFilters {
      top: 79px; }
      .monologueFilters li {
        position: static !important; }
      .monologueFilters .filterDropdown {
        width: 100% !important;
        left: 0; }
        .monologueFilters .filterDropdown .karet {
          display: none; } }
  @media screen and (max-width: 489px) {
    .monologueFilters {
      width: 100%;
      font-size: 10px; } }
  @media screen and (max-width: 375px) {
    .monologueFilters {
      width: 100%;
      padding: 8px 0;
      background: black;
      top: 65px; } }

/*CODE FOR QUICK LINKS BELOW SEARCH BAR*/
.quickLinks {
  height: 57px;
  display: none;
  border-bottom: 1px solid lightgrey;
  font-family: ProximaNova-Light;
  background-color: white; }

.quickLinks ul {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-left: 0;
  position: relative; }

.quickLinks li {
  list-style: none;
  display: inline-block;
  font-size: 18px;
  width: 25%;
  border-right: 1px solid lightgrey; }

.quickLinks .firstItem {
  border-left: 1px solid lightgrey; }

.quickLinks li a {
  display: block;
  padding: 16px 0;
  text-decoration: none;
  height: 57px; }

.quickLinks li a:hover {
  color: #ba9bc9;
  border-bottom: 3px solid #ba9bc9; }

/*MEDIA QUERIES FOR QUICKLINKS*/
@media screen and (min-width: 737px) {
  .quickLinks {
    display: block; }
  .productSearchSelector {
    display: none; } }

@media screen and (min-width: 768px) {
  .quickLinks ul {
    width: 768px; } }

/*END QUICK LINKS CODE*/
.inputBlock {
  display: inline-block;
  width: 48%;
  margin: 0 0 22px 0; }
  .inputBlock label {
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 13px; }
  .inputBlock label, .inputBlock input {
    display: block;
    font-size: 12px; }
  .inputBlock input {
    width: 100%;
    padding-left: 15px; }
    .inputBlock input.disabled {
      background: lightgrey; }
  .inputBlock select {
    height: 52px;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    font-size: 12px;
    padding-left: 15px;
    width: 44%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: url("/images/home/search_chevron_02.png") white no-repeat right 10px center;
    background-size: 15px;
    cursor: pointer; }
  @media screen and (max-width: 478px) {
    .inputBlock {
      display: block;
      width: 100%; } }

select {
  background: url("/images/home/search_chevron_02.png") white no-repeat right 10px center;
  background-size: 15px; }

footer {
  background-color: black;
  color: white;
  /*height: 321px;*/
  clear: both; }
  footer ul {
    display: inline-block;
    list-style: none;
    font-size: 16px;
    padding: 0;
    vertical-align: top;
    margin-top: 52px;
    width: 42%; }
  footer li {
    margin-bottom: 10px; }
  footer a {
    display: block;
    color: white !important;
    text-decoration: none;
    font-family: ProximaNova-Light, sans-serif; }
    footer a:hover {
      color: #c3c3c3 !important;
      text-decoration: none; }
    footer a:focus {
      color: white;
      text-decoration: none; }
  footer p {
    text-align: center;
    margin-top: 0;
    font-size: 14px;
    width: 204px;
    margin: 0 auto;
    font-family: ProximaNova-Light, sans-serif; }

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

.listContainer {
  width: 263px;
  margin: 0 auto;
  vertical-align: top; }

.footerLogo {
  display: none;
  margin-top: 40px;
  margin-left: 8%; }

.footerLogo img {
  width: 141px; }

.footerSocialMedia {
  display: block;
  margin: 0;
  width: auto;
  text-align: center; }

.footerSocialMedia li {
  display: inline-block;
  margin-right: 18px;
  height: 52px;
  width: 52px; }

.footerSocialMedia li a {
  background-position: -5px -5px;
  background-repeat: no-repeat;
  height: 52px;
  width: 52px; }

.footerFacebook {
  background-image: url("/images/footer/fbSprite.png"); }

.footerInstagram {
  background-image: url("/images/footer/instagramSprite.png"); }

.footerTwitter {
  background-image: url("/images/footer/twitterSprite.png"); }

.footerFacebook:hover, .footerInstagram:hover, .footerTwitter:hover {
  background-position: -67px -5px; }

.footerSocialMedia .lastItem {
  margin-right: 0; }

@media screen and (min-width: 375px) {
  .footerContainer {
    padding: 0 82px; } }

@media screen and (min-width: 410px) {
  .listContainer {
    padding-left: 5%; } }

@media screen and (min-width: 430px) {
  .listContainer {
    padding-left: 9%; } }

@media screen and (min-width: 476px) {
  .listContainer {
    padding-left: 31px; }
  footer ul {
    width: 49%; } }

@media screen and (min-width: 758px) {
  footer {
    height: 270px; }
  .listContainer {
    display: inline-block;
    width: 34%;
    padding: 0; }
  .footerSocialMedia {
    float: right;
    margin-top: 76px; }
  footer ul {
    width: 49%;
    margin-top: 76px; }
  footer p {
    width: 100%;
    margin-top: 30px; }
  .footerContainer {
    padding: 0 30px; }
  .footerLogo {
    display: inline-block; } }

@media screen and (min-width: 968px) {
  .listContainer {
    width: 42%; }
  .footerLogo {
    margin-left: 0; }
  .footerLogo img {
    width: 170px; }
  footer ul {
    width: 42%; } }

.purpleButton {
  border: none;
  background: #ba9bc9;
  color: white;
  font-family: ProximaNova-Light, sans-serif; }
  .purpleButton:hover {
    background: #8c63a4; }

.greenButton {
  border: none;
  background: #61bd76;
  color: white;
  font-family: ProximaNova-Light, sans-serif;
  text-transform: uppercase; }
  .greenButton:hover {
    background: #4fb566; }

.blackOutlineButton {
  background: white;
  font-family: ProximaNova-Regular, sans-serif;
  padding: 12px 0;
  width: 375px;
  letter-spacing: 1px;
  border: 2px solid black; }

.hoverSocialIcon {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: top no-repeat; }
  .hoverSocialIcon:hover {
    background-position: bottom; }
  .hoverSocialIcon.bigFacebookIcon {
    background-image: url("/images/icons/bigSocialMediaHover/facebook.png"); }
  .hoverSocialIcon.bigTwitterIcon {
    background-image: url("/images/icons/bigSocialMediaHover/twitter.png"); }
  .hoverSocialIcon.bigPinterestIcon {
    background-image: url("/images/icons/bigSocialMediaHover/pinterest.png"); }
  .hoverSocialIcon.bigGooglePlusIcon {
    background-image: url("/images/icons/bigSocialMediaHover/google.png"); }
  .hoverSocialIcon.bigTumblrIcon {
    background-image: url("/images/icons/bigSocialMediaHover/tumblr.png"); }
  .hoverSocialIcon.bigLinkedInIcon {
    background-image: url("/images/icons/bigSocialMediaHover/linkedin.png"); }

.subNav {
  margin: 50px 0 30px 0; }
  .subNav ul {
    list-style: none;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0; }
    .subNav ul li {
      font-family: ProximaNova-Light, sans-serif;
      font-size: 18px;
      width: 100%;
      border-right: 1px solid #e6e6e6; }
      .subNav ul li:last-child {
        border-right: none; }
      .subNav ul li a {
        padding: 20px 0;
        text-align: center;
        display: block;
        text-decoration: none; }
        .subNav ul li a:hover {
          color: #8c63a4; }
        .subNav ul li a.active {
          color: #ba9bc9; }
  @media screen and (max-width: 767px) {
    .subNav {
      display: none; } }

body {
  background-color: #f3f3f3 !important; }

* {
  outline: none !important; }

b {
  font-family: ProximaNova-Regular, sans-serif; }

.productKey {
  text-transform: capitalize; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.errorMessage {
  color: red !important;
  font-size: 12px !important;
  position: absolute !important; }

iframe[name=google_conversion_frame] {
  display: none !important; }

.floater {
  float: right; }

.mobilealert {
  width: 100%;
  display: none; }

.mobilealerttext {
  text-align: center;
  vertical-align: middle;
  font-size: 19px; }

.tooltipClass {
  font-family: ProximaNova-Light, sans-serif; }

.pscontainer {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto; }

.sitePrice {
  font-size: 35px;
  font-family: BebasNeue;
  letter-spacing: -0.7px; }

iframe {
  width: 100%;
  height: 758px; }
  @media screen and (max-width: 1200px) {
    iframe {
      height: 982px; } }
  @media screen and (max-width: 993px) {
    iframe {
      height: 896px; } }
  @media screen and (max-width: 768px) {
    iframe {
      height: 766px; } }
  @media screen and (max-width: 600px) {
    iframe {
      height: 508px; } }
  @media screen and (max-width: 360px) {
    iframe {
      height: 424px; } }

b {
  text-transform: uppercase; }

i {
  font-style: normal; }

body {
  background: #f3f3f3;
  font-family: "ProximaNova-Regular"; }

.btn-feedback {
  display: none !important; }

.atc-main-img {
  width: 50px;
  margin-right: 25px;
  vertical-align: middle; }

.smallradiotitle {
  display: none; }

.hovertoparrow {
  width: 0 !important;
  height: 0 !important;
  border-radius: 0 !important;
  border-left: 10px solid transparent !important;
  border-right: 10px solid transparent !important;
  border-bottom: 10px solid rgba(0, 0, 0, 0.7) !important;
  border-top: none !important;
  vertical-align: inherit;
  position: absolute;
  margin-left: -3px;
  margin-top: -25px; }

.radiohoverbox {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 15px;
  border-radius: 2px;
  font-size: 12px;
  width: 150px;
  z-index: 500; }
  .radiohoverbox label {
    display: block; }

.radio-ul-2 {
  display: none; }

.fsmimportantstuffmobile,
.fsmimportantstufftablet,
.fsmimportantstufftablet2 {
  display: none; }

.showat600 {
  display: none; }

.prod2 {
  display: none; }

.monologue-payment1 {
  display: none; }

.product-audition-payment-reform {
  display: none; }

#feedbackModal {
  display: none; }

.productreform {
  margin-top: 40px;
  /*margin-bottom: 70px; */
}

.productreform .theshows{
  margin-top: 0px;
  /*margin-bottom: 70px; */
}

.productreform .show{
  margin-top: 20px;
  /*margin-bottom: 70px; */
}

.price-big {
  font-family: BebasNeue;
  font-size: 60px;
  font-weight: bold; }

.reformrightbar {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 5px;
  margin-bottom: 60px; }
@media (max-width: 768px) {
  .reformrightbar { margin-bottom: 70px !important;}
}

.reformproductbutton {
  width: 100%;
  height: 50px;
  text-align: center;
  padding-top: 14px;
  font-family: "ProximaNova-Light";
  font-size: 16px;
  background: #61bd76;
  border-radius: 0;
  color: white;
  text-transform: uppercase;
  margin-top: -15px;
  outline: none; }
  .reformproductbutton:hover {
    background: #4fb566;
    color: white;
    cursor: pointer; }
  .reformproductbutton.outsideNA {
    background: grey;
    cursor: not-allowed; }

.fsminclude, .vocalDemoInstruction {
  text-align: left;
  font-size: 14px;
  color: #808080;
  /*margin-bottom: 25px;*/
  margin-top: 16px; }

.fsmimportantstuff img {
  width: 100%; }

.vocalDemoInstruction {
  margin-bottom: 25px;
  margin-top: 0;
}

.product-details-wrapper {
  margin-top: 44px;
  text-align: left; }
  .product-details-wrapper label {
    margin-bottom: 25px;
    font-size: 18px;
    font-family: "ProximaNova-Light"; }
  .product-details-wrapper a {
    text-decoration: none; }

.details-mono {
  margin-top: 25px; }

.moveto80 {
  width: 80%; }

.product-details-box,
.product-current-tags {
  width: 100%;
  padding: 14px;
  padding-left: 21px;
  background: white;
  min-height: 60px;
  border: 1px solid #ddd;
  margin-top: -1px;}

.product-detail-title {
  font-size: 16px;
  margin-bottom: 6px; }

.product-detail-description {
  font-size: 14px;
  color: #808080;
  font-family: "ProximaNova-Light";
  text-transform: capitalize; }
  .product-detail-description a:hover {
    color: #b99ac8; }

.product-tags {
  margin-top: 20px; }

.producttag {
  border: 2px solid #b99ac8;
  color: #b99ac8;
  font-size: 14px;
  padding: 8px 12px;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 15px; }
  .producttag:hover {
    color: #a279b6;
    border-color: #a279b6;
    cursor: pointer; }

.iframeA {
  width: 550px;
  height: 695px; }

.reformproducticon {
  margin: 0;
  width: auto; }

.producticon {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: 15px;}

.product-show-title h1 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.42857143;
  margin-left: 80px;}

.auditionDescription, .fullSheetDescription {
  margin-bottom: 25px;
}

.product-show-description {
  font-family: "ProximaNova-Light";
  font-size: 14px;
  color: #808080;
}

.duration {
  margin-bottom: 14px;
}

.product-wrap-adjust, .sheetAndMonologue-wrap-adjust {
  margin-top: -70px;
}

@media screen and (max-width: 1199px) {
  .auditionDescription, .fullSheetDescription {
    margin-bottom: 40px;
  }
  /*.product-show-description {
    margin-bottom: 40px;
  }*/

  .duration {
    margin-bottom: 28px;
  }
  .product-wrap-adjust, .sheetAndMonologue-wrap-adjust {
    margin-top: 0;
  }
}

.product-social-wrapper {
  margin-top: 50px;
  padding-left: 15px;
  margin-bottom: 20px; }

.product-wishlist-button {
  font-family: "ProximaNova-Light";
  margin-top: 25px;
  display: inline-block;
  font-size: 16px;
  background: #b99ac8;
  color: white;
  padding: 6px 18px; }
  .product-wishlist-button .fa {
    margin-right: 6px; }
  .product-wishlist-button:hover {
    cursor: pointer; }

.notinwishlist:hover {
  background: #ae89bf; }

.product-social-icons {
  float: right;
  margin-top: 25px; }
  .product-social-icons .shareIcon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: white;
    border-radius: 50%; }
    .product-social-icons .shareIcon:hover {
      background-position: bottom; }
  .product-social-icons .facebookIcon {
    background: url("/images/productpage/icons/facebookIcon.png"); }
  .product-social-icons .twitterIcon {
    background: url("/images/productpage/icons/twitterIcon.png"); }
  .product-social-icons .googlePlusIcon {
    background: url("/images/productpage/icons/googlePlusIcon.png"); }
  .product-social-icons .tumblrIcon {
    background: url("/images/productpage/icons/tumblrIcon.png"); }
  .product-social-icons .pinterestIcon {
    background: url("/images/productpage/icons/pinterestIcon.png"); }

.product-social-icon-div {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: white;
  border-radius: 50%; }
  .product-social-icon-div img {
    width: 35px;
    height: 35px; }

.fullplaybox {
  min-height: 0px;
  font-size: 18px;
  font-family: "ProximaNova-Light";
  color: #b99ac8;
  text-align: center;
  padding: 25px 0; }

.productmoreinfo {
  font-size: 17px;
  text-align: left;
  text-transform: uppercase; }

.productsecondarytext {
  margin-top: 14px;
  font-size: 13px;
  color: #808080;
  text-align: left; }

.productseemore {vocalDemoInstruction
  color: #b99ac8;
  cursor: pointer;
  margin-left: 10px; }

.repadplayer {
  border-top: 1px solid #ddd;
  padding-top: 10px; }

#changeKeyPiano {
  text-align: center; }

.pdf-acb-wrapper {
  text-align: left;
  margin-bottom: 40px; }

.radiolabel {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  margin-top: 47px;
  font-size: 25px; }
  .radiolabel:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #d8d8d8; }

input[type=radio] {
  display: none; }

input[type=radio]:checked + label:before {
  content: "\2022";
  color: #b99ac8;
  font-size: 67px;
  text-align: center;
  line-height: 18px; }

.productradio {
  display: inline-block;
  width: 50px; }

#acblabel {
  margin-top: 87px; }

.pdf-info,
.acb-info {
  display: inline-block;
  vertical-align: top;
  width: 80%; }

.acb-info {
  left: 67px;
  top: 138px;
  position: absolute; }

.price-line {
  padding-right: 15px; }

.inherit {
  display: inline-block;
  vertical-align: top;
  height: 69px;
  border-left: 1px solid grey;
  padding-left: 15px; }

.radio-title {
  font-size: 15px; }

.radio-ul-padding {
  padding-left: 13px; }
  .radio-ul-padding li {
    font-family: "ProximaNova-Light";
    color: #808080;
    font-size: 13px; }

.pdf-margin {
  margin-top: 12px; }

.acb-margin {
  margin-top: -3px; }

.changeKeyPiano {
  margin-top: 15px;
  text-align: left;
  margin-bottom: 15px; }
  .changeKeyPiano label {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 5px; }
  .changeKeyPiano div {
    width: 100% !important; }
    .changeKeyPiano div button {
      padding: 14px; }
      .changeKeyPiano div button .fa {
        margin-left: -5px; }

.jp-play a img,
.jp-pause a img {
  width: 36px !important;
  vertical-align: middle;
  position: relative;
  z-index: 1; }

.jp-gui ul {
  list-style: none;
  padding-left: 0;
  display: inline-block; }

.reformplayerab {
  background: white;
  padding-left: 0; }

.album-thumb-player {
  width: 100%;
  height: 160px;
  margin: 0; }
  .album-thumb-player:first-child {
    height: 135px; }

.jp-progress-slider {
  display: inline-block;
  width: 70%;
  border-radius: 0 !important;
  margin-left: 15px;
  vertical-align: middle;
  height: 5px !important; }

.jp-current-time {
  display: inline-block;
  margin-left: 15px;
  margin-top: 5px;
  font-size: 15px;
  vertical-align: middle;
  color: #808080; }

.editplayerheader {
  margin-top: 10px; }
  .editplayerheader:first-child {
    margin-top: 20px; }

.nopadding {
  padding: 0; }

.product-buy-responsive1 {
  display: none; }

.product-social-icon-div {
  margin-left: 5px; }
  .product-social-icon-div:first-child {
    margin-left: 0; }

.inwishlist {
  background: #f05a24; }
  .inwishlist:hover {
    background: #ea4a10; }

.removeiticon {
  width: 14px;
  margin-right: 10px;
  margin-top: -3px; }

@media (max-width: 1200px) {
  .reformrightbar {
    margin-bottom: 0; }
  .product-details-header-label-audition {
    margin-top: 0px; }
  .product-details-header-label {
    margin-bottom: 20px !important; }
  .productreform {
    margin-top: 20px;
    width: 768px; }
  .product-social-wrapper {
    margin-top: -20px; }
  .fsminclude, .vocalDemoInstruction {
    text-align: right;
    margin-top: 3px; }
  .album-thumb-player {
    background: white; }
  .productcenter1 {
    /*display: none;*/
  }
  .repadplayer {
    padding-left: 0;
    background: white;
    border-bottom: 2px solid #ddd; }
  .prod1 {
    display: none; }
  .prod2 {
    display: block; }
  .product-audition-payment {
    display: none; }
  .product-audition-payment-reform {
    display: block; }
  .productradio {
    margin-left: 85px; }
  #acblabel {
    position: absolute;
    margin-top: 47px;
    margin-left: 315px; }
  .pdf-info {
    width: inherit;
    margin-top: -17px;
    /*padding-right: 115px;*/
    padding-right: 48px;
    border-right: 1px solid #cdcdcd; }
  .acb-info {
    display: inline-block;
    width: inherit;
    top: -13px;
    left: 505px; }
  .pdf-margin {
    margin: 0;
    font-size: 14px; }
  .price-line {
    margin: -5px 0 0 0;
    padding: 0; }
  .radio-ul-padding {
    margin-top: -12px; }
    .radio-ul-padding li {
      font-size: 14px; }
  .pdf-acb-wrapper {
    margin-bottom: 25px; }
  .margin-product-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    /*display: inline-block; */
  }
  .addToCartWrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 15px 0;
  }
  .reformproductbutton {
    /*width: 40%;*/
    width: 80%;
    /*display: inline-block;*/
    margin-left: 19%;
    margin-top: 0px; }
  .editplayerheader {
    border: none; }
  .fsmimportantstuffdesktop {
    display: none; }
  .fsmimportantstufftablet {
    display: block; }
  .iframeA {
    width: 100%;
    height: 1065px;
    margin-bottom: 31px; }
  .product-buy-responsive1 {
    display: block; }
  .product-buy-responsive2 {
    display: none; }
  .reformproductbuttonsheet {
    width: 70%;
    float: right;
    display: inline-block;
    margin-left: 0;
    margin-top: 12px; }
  .fsmincludesheet {
    text-align: right; }
  .social-wrapper-sheet {
    margin-top: 26px; }
  .fullsheetmargin {
    margin-top: -40px; }
  .monologue-payment2 {
    display: none; }
  .monologue-payment1 {
    display: block; }
  .productbuttonmonologue {
    width: 46%;
    float: right;
    display: inline-block;
    margin-left: 36%;
    margin-top: 11px;
    vertical-align: top; }
  .social-wrapper-monologue {
    margin-top: 23px;
    padding: 0; } }

@media (max-width: 992px) {
  .radio-title {
    font-size: 14px; }
  .productreform {
    width: 700px;
    margin-top: 25px; }
  .productradio {
    margin-left: 50px; }
  .acb-info {
    top: -14px;
    left: 482px; }
  .iframeA {
    height: 825px; }
  .fullsheetmargin {
    margin-top: -60px; }
  .productbuttonmonologue {
    width: 46%; }
  .resizemodala {
    width: 550px; } }

@media (max-width: 768px) {
  .fsmimportantstufftablet {
    display: none; }
  .fsmimportantstufftablet2 {
    display: block; }
  .pdf-info {
    padding-right: 43px;
  }
  .productreform {
    width: 600px; }
  .productradio {
    margin-left: 5px; }
  .acb-info {
    /*top: -16px;*/
    top: 46px;
    left: 385px;
   }
  #acblabel {
    margin-top: 47px;
    margin-left: 273px; }
  .social-wrapper-sheet {
    margin-top: -20px; }
  .fsmincludesheet {
    margin-top: -6px; }
  .reformproductbuttonsheet {
    width: 50%; }
  .iframeA {
    height: 700px; }
  .productbuttonmonologue {
    width: 43%; }
  #monologuepreview {
    margin-bottom: 25px; }
  .sheetAndMonologue-wrap-adjust {
    margin-top: 50px;}
  .moveto88 {
    width: 88%;}
  .product-details-header-label {
    margin-bottom: 20px !important;
    width: 100%!important;
    margin-top: 20px!important; }
  }

@media (max-width: 600px) {
  .radio-ul-2 {
    display: block; }
    .radio-ul-2:hover {
      cursor: pointer; }
  .radio-ul-1 {
    display: none; }
  .radio-title {
    font-size: 12px; }
  .fsmincludeaud {
    /*display: none; */
    margin-bottom: 5px;
    margin-top: 3px;
  }
  .hideat600 {
    display: none; }
  .showat600 {
    display: block; }
  .product-social-icons {
    float: none;
    margin-top: 40px; }
  .product-details-header-label {
    display: block;
    text-align: center; }
  .product-details-header-label, .shows {
     display:inline-flex!important;
    text-align: left!important;
  }
  .product-social-icon-div {
    margin-left: 15px; }
  .productreform {
    width: 400px; }
  .productradio {
    margin-left: 0px;
    width: 30px; }
  .product-show-title .monologueMobileAdjust {
    line-height: 1.1;}
  .pdf-info {
    padding-right: 25px; }
  .pdf-acb-wrapper {
    margin-bottom: 0px; }
  .acb-info {
    /*top: -13px;*/
    top: 46px;
    left: 235px;
  }
  #acblabel {
    margin-top: -6px;
    margin-left: 185px; }
  .product-social-wrapper {
    margin-top: 25px; }
  .fsmimportantstufftablet2 {
    display: none; }
  .fsmimportantstuffmobile {
    display: block; }
  .reformproductbuttonsheet {
    width: 40%; }
  .iframeA {
    height: 440px; }
  .social-wrapper-sheet {
    margin-top: -30px;
    margin-bottom: 40px; }
  .productbuttonmonologue {
    margin-left: 24%; }
  .resizemodala {
    width: 350px; }
  .atc-includes {
    font-size: 14px; }
  .atc-continue-btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 5px; }
  .atc-checkout-btn {
    display: block;
    width: 100%; }
  .atc-head {
    margin-top: 0px; }
  .moveto75 {
    width: 75%;} }



@media (max-width: 420px) {
  .productreform {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    padding: 0; }
  .fullsheetmargin {
    margin-top: 0px; } }

@media (max-width: 360px) {
  .moveto75 {
    width: 75%; }
  .productreform {
    width: 320px; }
  .addedbutton {
    vertical-align: middle;
    padding: 2px 0;
    height: inherit; }
  .price-line {
    font-size: 35px; }
  .pdf-info {
    padding-right: 5px;
    margin-top: 0px; }
  #acblabel {
    margin-left: 157px;
    margin-top: -8px; }
  .acb-info {
    /*top: 3px; */
    left: 200px;
    top: 65px;
  }
  .largeradiotitle {
    display: none; }
  .smallradiotitle {
    display: block; } }

.concertbanner {
    margin-left:-10%;
}

.concerttitle {
  margin-bottom: 36px !important;
  margin-top: 0px !important;
}

.concertdescription {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.42857143;
}

.playerHeader {
  background-color: black;
  height: 65px;
  /* margin-bottom: 95px; */
  position: relative; }

.playerHeader .desktopLinks {
  float: right;
  padding-left: 0; }

.showHeight {
      margin-top: 20px !important;
  }

@media screen and (min-width: 415px) {
  .playerHeader {
    height: 65px;
    margin-bottom: 0; }
  .showHeight {
      margin-top: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  .playerHeader {
    height: 77px;
    padding: 8px; }
  .mobileDrawer li a:hover {
    color: #ba9bc9; }
  .showHeight {
      margin-top: 60px !important;
  }

}

.mobileHeaderLogoPlayer {
  display: block;
  margin: 0 auto;
  width: 85px;

  padding-top: 9px; }

.mobileHeaderLogoPlayer img {
  height: 40px;
}

.desktopLogoPlayer {
  height:48px;
  margin: 7px;
  margin-left:30px;
  transition: width 1s; }

.showBack {
    width: 100%;
    margin-top: 0px;
    height: auto;
    max-height: 440px;
    position: relative;
    /*display:flex;*/
}

.sharetitle {
    font-size:large;
    font-weight: bold;
    margin-right: 20px;
    vertical-align: middle;
    padding-top: 7px;
}

.shareIconspace {
    margin: 2px;
}


.footerLogoPlayer {
  /*display: none;*/
  margin-top: 75px;
  text-align: center;}

.footerLogoPlayer img {
  width: 150px; }

@media screen and (min-width: 758px) {
  .footerLogoPlayer {
    display: inline-block; } }

@media screen and (max-width: 757px) {
  .footerLogoPlayer {
    margin-top: 0px;
text-align: center;
padding-top: 50px;  } }


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

  .footerLogoPlayer img {
    width: 150px; }
 }

 @media screen and (max-width: 600px) {
    .concerttitle {
        font-size: x-large;
    }
    .hidetitle {
        display: none;
    }
 }
</pre></body></html>