<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; }
  .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: 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; }

main {
  max-width: 1170px;
  margin: 59px auto;
  transition: max-width 0.3s; }
  @media screen and (max-width: 1200px) {
    main {
      max-width: 97%;
      transition: max-width 0.3s; } }
  @media screen and (max-width: 600px) {
    main {
      max-width: 100%;
      transition: max-width 0.3s; } }

.sk-spinner-three-bounce {
  margin-left: -8%; }
  .sk-spinner-three-bounce div {
    background-color: #ba9bc9; }

.resultsInfo {
  margin-bottom: 41px; }
  .resultsInfo img {
    vertical-align: top; }
  .resultsInfo div {
    display: inline-block;
    margin-left: 20px;
    text-align: left; }
  .resultsInfo .searchTerm {
    font-size: 18px;
    margin-top: 9px;
    margin-bottom: 0; }
  .resultsInfo .resultNumbers {
    color: #999999;
    font-size: 14px; }
  @media screen and (max-width: 600px) {
    .resultsInfo {
      text-align: center; } }
  @media screen and (max-width: 375px) {
    .resultsInfo {
      margin-top: 93px; } }

.pagination {
  font-size: 14px;
  font-family: ProximaNova-Regular, sans-serif;
  letter-spacing: 0.8px;
  float: right;
  margin-top: 32px;
  margin-left: 0; }
  .pagination .downArrowIcon {
    vertical-align: baseline;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
    .pagination .downArrowIcon.right {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); }
  .pagination span {
    cursor: pointer; }
  .pagination ul {
    list-style: none;
    padding: 0;
    display: inline; }
  .pagination li {
    display: inline-block;
    padding: 10px 17px;
    width: 40px;
    height: auto;
    color: #808080;
    cursor: pointer; }
    .pagination li.grey {
      color: black; }
  .pagination.bottom {
    margin-top: 0;
    margin-bottom: 137px; }
  @media screen and (max-width: 600px) {
    .pagination {
      float: none;
      display: inherit;
      text-align: center; }
      .pagination li {
        padding: 4px 9px;
        width: 30px; }
      .pagination.bottom {
        margin-bottom: 38px; } }

.topRow {
  margin-bottom: 14px;
  padding: 0 2%;
  list-style: none;
  clear: both;
  position: relative; }
  .topRow .mobileSwitch {
    display: none; }
    @media screen and (max-width: 600px) {
      .topRow .mobileSwitch {
        display: inline-block; } }
  .topRow span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer; }
  .topRow .titleHeader {
    width: 25%;
    margin-right: 8%; }
    /* For audition cuts and full sheet search results without duration column */
  .topRow .noDurationHeader {
    width: 35%; }
    /**/
  .topRow .artistSourceHeader {
    width: 16%;
    margin-right: 5%; }
    @media screen and (max-width: 600px) {
      .topRow .artistSourceHeader {
        display: none; } }
  /* Column Spacing For Audition Cuts &amp; Full Sheet */
  .topRow .noDurationSpacing, #durationShowHide .noDurationSpacing {
    width: 21%; }
  /**/
  .topRow .playwrightHeader {
    width: 20.4%;
  }
  @media screen and (max-width: 800px) {
    .topRow .playwrightHeader {
      width: 18.4%; } }
  .topRow .durationHeader {
    width: 6%; }
  @media screen and (max-width: 600px) {
    .topRow .durationHeader {
      display: none; } }
  .topRow .priceHeader {
    position: absolute;
    right: 2%;
    margin-right: 0;
    width: 37px; }
  @media screen and (max-width: 600px) {
    .topRow {
      padding: 0 21px; }
      .topRow .titleHeader, .topRow .instrumentHeader {
        display: none; } }

.resultsList {
  list-style: none;
  padding-left: 0;
  border: 1px solid lightgrey;
  border-radius: 3px;
  margin-bottom: 18px;
  position: relative; }
  .resultsList li {
    position: relative;
    border-bottom: 1px solid lightgrey; }
    .resultsList li:last-child {
      border-bottom: none; }
  .resultsList a {
    display: block;
    background-color: white;
    padding: 34px 2%;
    border-bottom: 1px solid lightgrey;
    text-decoration: none; }
    .resultsList a .greenButton {
      opacity: 0;
      -webkit-transform: scale(0);
              transform: scale(0);
      transition: all .2s;
      position: absolute;
      height: 40px;
      width: 100px;
      right: 8%;
      bottom: 0;
      top: 0;
      margin: auto; }
    .resultsList a:hover {
      background-color: #f2f2f2; }
      .resultsList a:hover .greenButton {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1); }
    .resultsList a .sourceSearch:hover {
      text-decoration: underline; }
    .resultsList a span {
      display: inline-block;
      vertical-align: middle; }
    .resultsList a &gt; span:first-child {
      font-family: ProximaNova-Light, sans-serif;
      font-size: 18px;
      width: 25%;
      margin-right: 8%; }
      /* For audition cuts and full sheet search results without duration column */
      .resultsList a span.noDuration {
        width: 35%; }
      /***/
    .resultsList a span:nth-child(2) {
      font-family: ProximaNova-Light, sans-serif;
      color: #ba9bc9;
      font-size: 16px;
      width: 16%;
      margin-right: 5%; }
    .resultsList a .instrumentTags {
      width: 20.5%;
      font-size: 16px; }
      @media screen and (max-width: 800px) {
        .resultsList a .playwrightResponsive {
          width: 18.5%; } }
    .resultsList a .duration {
      font-size: 16px; }
    .resultsList a .price {
      position: absolute;
      right: 2%;
      font-size: 35px;
      font-family: BebasNeue;
      letter-spacing: -0.7px;
      width: 123px;
      text-align: right;
      height: 50px;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media screen and (max-width: 600px) {
        .resultsList a .price {
          top: 15px; } }
    .resultsList a:last-child {
      border-bottom: none; }
    @media screen and (max-width: 600px) {
      .resultsList a {
        padding: 54px 2%; }
        .resultsList a &gt; span:first-child, .resultsList a span:nth-child(2), .resultsList a .instrumentTags {
          display: block;
          width: 78%; } }

.search-noresults {
  background: white;
  text-align: center;
  font-size: 18px;
  padding: 20px 0; }

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


/*CODE FOR TYPEAHEAD SEARCH* --- Eric 8-17-18/

/*Audition Cuts, Monologues, Full Sheet*/
#ps-typeahead-auditioncuts {

}
#ps-typeahead-monologues {
  display: none;
}
/*******/

.ps-typeahead-container {
  position: relative;
  z-index: 9999;
  background-color: #fff;
  padding: 19px;
  width: 100%;
  border: 1px solid #e1e1e1;
}

.ps-typehd-header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 35px;
  font-family: ProximaNova-Regular;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 4px;
}
#ps-typehd-show-header {
  grid-template-columns: 1fr;
}

.ps-typehd-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /*grid-template-columns: repeat(auto-fit, minmax(200px,1fr));*/
  grid-column-gap: 35px;
}
#ps-typehd-monologue-header,
#ps-typehd-monologue-grid
 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 429px) {
  .ps-typehd-header { grid-template-columns: 1fr 1fr; }
  .ps-typehd-grid { grid-template-columns: 1fr 1fr; }
  .hideOnMobile { display: none; }
}


.ps-typehd-show-and-artist-grid {
  display: grid;
  grid-template-columns: 1fr;
}

.ps-typehd-tag-grid {
  display: flex;
  flex-wrap: wrap;
}

#ps-typehd-tag {
  margin: 10px 0 0 0;
  padding-bottom: 2px !important;
  border-bottom: none !important;
}

.ps-typehd-content {
  margin: 10px 0 16px 0;
  /*padding-bottom: 29px;*/
  padding-bottom: 18px;
  border-bottom: 1px solid #e1e1e1;
}

.ps-typehd-content ul {
  padding: 0;
  margin: 0;
}

.ps-typehd-searched-content a {
  color: #959595;
}

.ps-typehd-content ul li {
  font-family: ProximaNova-Regular;
  font-size: 16px;
  font-weight: 400;
  color: #959595;
  text-transform: capitalize;
  list-style: none;
  margin-bottom: 11px;
  word-break: break-word;
}

.ps-typehd-content  a {
  text-decoration: none;
  word-break: break-word;
}

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

.typeAheadTag:active,
.typeAheadTag:hover {
    color: #a279b6;
    border-color: #a279b6;
    cursor: pointer;
}
.typeAheadTag:focus { outline:0; }
/*END SEARCH BAR CODE* -- Eric 8-17-18/
</pre></body></html>