@charset "UTF-8";

@font-face {
    font-family: "Avenir Black";
    font-stretch: normal;
    font-style: normal;
    font-weight: 900;
    src: url(../../fonts/Avenir-Black.eot);
    src: url(../../fonts/Avenir-Black.eot?#iefix) format("embedded-opentype"),
        url(../../fonts/Avenir-Black.woff2) format("woff2"),
        url(../../fonts/Avenir-Black.woff) format("woff"),
        url(../../fonts/Avenir-Black.svg#Avenir-Black) format("svg");
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: "Avenir Book";
    font-stretch: normal;
    font-style: normal;
    font-weight: 350;
    src: url(../../fonts/Avenir-Book.eot);
    src: url(../../fonts/Avenir-Book.eot?#iefix) format("embedded-opentype"),
        url(../../fonts/Avenir-Book.woff2) format("woff2"),
        url(../../fonts/Avenir-Book.woff) format("woff"),
        url(../../fonts/Avenir-Book.svg#Avenir-Book) format("svg");
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: "Avenir Heavy";
    font-stretch: normal;
    font-style: normal;
    font-weight: 850;
    src: url(../../fonts/Avenir-Heavy.eot);
    src: url(../../fonts/Avenir-Heavy.eot?#iefix) format("embedded-opentype"),
        url(../../fonts/Avenir-Heavy.woff2) format("woff2"),
        url(../../fonts/Avenir-Heavy.woff) format("woff"),
        url(../../fonts/Avenir-Heavy.svg#Avenir-Heavy) format("svg");
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: "Avenir Light";
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
    src: url(../../fonts/Avenir-Light.eot);
    src: url(../../fonts/Avenir-Light.eot?#iefix) format("embedded-opentype"),
        url(../../fonts/Avenir-Light.woff2) format("woff2"),
        url(../../fonts/Avenir-Light.woff) format("woff"),
        url(../../fonts/Avenir-Light.svg#Avenir-Light) format("svg");
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: "Avenir Medium";
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    src: url(../../fonts/Avenir-Medium.eot);
    src: url(../../fonts/Avenir-Medium.eot?#iefix) format("embedded-opentype"),
        url(../../fonts/Avenir-Medium.woff2) format("woff2"),
        url(../../fonts/Avenir-Medium.woff) format("woff"),
        url(../../fonts/Avenir-Medium.svg#Avenir-Medium) format("svg");
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: "Avenir Regular";
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/Avenir-Regular.eot);
    src: url(../../fonts/Avenir-Regular.eot?#iefix) format("embedded-opentype"),
        url(../../fonts/Avenir-Regular.woff2) format("woff2"),
        url(../../fonts/Avenir-Regular.woff) format("woff"),
        url(../../fonts/Avenir-Regular.svg#Avenir-Regular) format("svg");
    unicode-range: U+0020-00FE;
}

/* _general, _footer, _header scss below: */

a {
  text-decoration: none;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  color: #000000;
}
a:hover {
  text-decoration: none;
  color: #2f6ca5;
}

main {
  font-family: "Avenir Book";
  font-size: 16px;
  color: #000000;
  top: 68px;
  position: relative;
}

footer {
  top: 68px;
  position: relative;
}
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border: none;
}

h1, .h1 {
  color: #ffffff;
  font-family: "Avenir Black";
  font-size: 30px;
}
h2, .h2 {
  font-size: 32px;
  color: #000000;
  font-family: "Avenir Black";
}


h3, .h3 {
  font-size: 31px;
  color: #ffffff;
  font-family: "Avenir Black";
}


h4, .h4 {
  font-size: 25px;
  color: #414788;
}

h5, .h5 {
  font-size: 24px;
  color: #ffffff;
  font-family: "Avenir Medium";
}

h6, .h6 {
  font-size: 23px;
  color: #000000;
  font-family: "Avenir Black";
  margin-bottom: 30px;
}

ul {
    list-style-type: none;
}

p a {
    font-family: "Avenir Black";
    color: #000000;
}

.pt-md-5 {
    margin-top: 0;
    margin-bottom: 3rem;
}

.pt-md-5 {
    margin-bottom: 3rem;
}

.text-decoration {
  text-decoration: underline;
}

.product-image-photo {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
}

.grey-bg {
  background-color: #F7F7F7;
}

.text-white {
  color: #ffffff;
}

.font-heavy {
  font-family: "Avenir Heavy";
}

.font-light {
  font-family: "Avenir Light";
}

.dark-blue {
  color: #2f6ca5;
}
.dark-blue:hover {
  color: #111111;
}

.page-main li {
    margin-bottom: 1rem;
}

.page-main .btn, .page-main button, .page-main input[type=button], .page-main input[type=reset], .page-main input[type=submit] {
  position: relative;
  display: inline-block;
  font-family: "Avenir Heavy";
  padding: 8px 15px;
  vertical-align: top;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border: 4px solid #ffffff;
  border-radius: 0;
  background-color: transparent;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  min-width: 150px;
}
.page-main .btn:hover, .page-main button:hover, .page-main input[type=button]:hover, .page-main input[type=reset]:hover, .page-main input[type=submit]:hover {
  background-color: #ffffff;
  color: #092A42;
}
.page-main hr {
  border-color: #ECECEC;
  margin-top: 25px;
  margin-bottom: 25px;
  border-width: 3px;
}
.page-main .modal-header {
  padding: 0;
}
.page-main .modal-header .close {
  background-color: #ffffff;
  min-width: auto;
  opacity: 1 !important;
  font-size: 22px;
  padding: 0 6px;
  position: absolute;
  margin: 0;
  top: -15px;
  right: -15px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  border-color: #000000;
  color: #000000;
  text-shadow: none;
  border-width: 3px;
  line-height: 1.4;
}
.page-main .modal-header .close:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.page-main .modal-content {
  border-radius: 0;
  padding: 30px;
}
.page-main .modal-body:after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.page-main .modal-body iframe {
  width: 100%;
  height: 100%;
  max-width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: #ffffff;
  background-color: #000000;
  position: absolute;
}
.hide {
    display: none;
}
.modal {

}
.modal-body h3 {
    margin: 2rem 0;
}
.modal p {
    
}
#licensing-contact .modal-body:after {
    padding:  none;
}


.text-uppercase {
  text-transform: uppercase;
}

.carousel-indicators li {
  font-size: 0;
  width: 11px;
  height: 11px;
  border-radius: 40px;
  padding: 0;
  background-color: #ffffff;
  vertical-align: middle;
  opacity: 1;
  border: 2px solid #ffffff;
  background-clip: border-box;
}
.carousel-indicators li.active {
  background-color: transparent;
  width: 14px;
  height: 14px;
}

.carousel-item img {
    max-width:  140px;
    max-height:  120px;
}

#association-discounts-carousel {
    position: inherit;
    background-image: none;
    -moz-box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.49);
    -webkit-box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.49);
    background-color: #efefef;
    box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.49);
}
#association-discounts-carousel:after {
    background: none;
    position: inherit;
}

#association-discounts-carousel .carousel-indicators li{
    background-color: #000;
    border-color: #000;
}
#association-discounts-carousel .carousel-indicators li.active {
    background-color: #fff;
    border-color: #000;
}

.members-items {
    background-color: #f7f7f7;
    padding: 70px 0;
}

.members-items .customer-say {
    color: #fff;
    font-family: "Avenir Medium";
    font-size: 20px;
    margin-bottom: 30px;
}

.partner-events-links {
    padding-left: 20px;
}

.partner-events-links li {
    color: #29569d;
    list-style: disc;
    margin-bottom: 15px;
}

.partner-events-links li a {
    color: #29569d;
}

.partner-events-links li a:hover {
    color: #507fbe;
}

    
.members-items .author-title {
    color:#BBB;
    font-family:"Avenir Heavy";
    font-size:17px
}
    

.members-receive-bg {
    background-image: url(../../images/members-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.members-receive-bg .carousel-indicators {
    align-items: center;
    padding-bottom: 30px;
    position: relative;
}

.members-receive-bg:after {
    background: rgba(46, 50, 65, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.partners-association {
    background-color: #cdcbd4;
    padding: 80px 0 20px;
}

.partners-association h4 {
    border-bottom: 1px solid #414788;
    padding-bottom: 15px;
}

.partners-items {
    padding: 70px 60px 40px;
}

.partners-img {
    display: flex;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    z-index: 1;
}

.partners-img img {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    max-height: 100%;
}

.partners-list-visit {
    margin-bottom: 0;
    padding-left: 0;
}

.partners-list-visit li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    width: 20%;
}

.members-items p {
    color: #fff;
    font-family: "Avenir Medium";
    font-size: 20px;
    margin-bottom: 30px;
}

.partners-contact {
    color: #414788;
    font-size: 19px;
}

.partners-contact a {
    color: #414788;
}

.partners-list-visit li a {
    background: #fff;
    display: block;
    padding: 20px 10px;
    text-align: center;
    width: 100%;
}

.partners-list-visit li a .partners-name {
    display: block;
    font-family: "Avenir Book";
    font-size: 15px;
    margin-top: 10px;
}

.members-items .author-name {
    color: #fff;
    font-family: "Avenir Black";
    font-size: 17px;
    text-transform: uppercase;
}

.members-items .author {
    color: #bbb;
    font-family: "Avenir Heavy";
    font-size: 17px;
}

.members-container {
    padding: 40px 130px;
    text-align: center;
}

.members-container .carousel-item {
    z-index: 11;
    height:  300px;
}

.matters-content p, main .container p {
    font-size: 18px;
}

.partners-contact {
    color: #414788;
    font-size: 19px;
}

.partners-contact a {
    color: #414788;
}

#licensing-title {
    max-width:  610px;
}

.restaurant-use {
    margin: 0 auto;
    padding:  0 10%;
    
}

.restaurant-use P {
    /*font-family: "Avenir Medium";*/
    font-size: 19px;
}

.contact-text h6 {
    color: #507fbe;
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contact-text p {
    font-size: 18px;
}

.contact-icon {
    background: #507fbe;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    height: 40px;
    justify-content: center;
    margin: 0 auto 20px;
    padding: 2px;
    text-align: center;
    width: 40px;
}

.time-money-items {
    max-width: 890px;
    padding: 0;
    list-style-type: none;
}

.time-money-items li {
    font-size: 20px;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.3;
    padding-left:  50px;
}

.indented {
    margin-left: 50px;
}


.time-money-items li .time-text, .time-money-items li b {
    color: #717171;
    font-family: "Avenir Black";
    font-size: 23px;
    text-transform: uppercase;
}

.time-money-items li ul {
    list-style: disc;
    padding-left: 25px;
    padding-top: 10px;
}

.time-money-items li ul li {
    padding-left: 0;
}

.time-money-items li ul li:before {
    display: none;
}

.time-money-items > li:before {
    background-image: url(../../images/right-icon.svg);
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 31px;
    left: 0;
    position: absolute;
    width: 31px;
}

.discounts-inner p {
    font-family: "Avenir Medium";
    font-size: 22px;
    margin-bottom: 0;
}

.not-member {
    font-size: 20px;
}

.col-discounts-left {
    padding-right: 20px;
    width: 30%;
}

.col-discounts-right {
    width: 70%;
}

.frequently-questions {
    background-color: #f7f7f7;
    padding: 30px 0;
}

.not-member a {
    font-family: "Avenir Medium";
}

.questions-info h6 {
    margin-bottom: 10px;
}

.questions-info p {
    font-family: "Avenir Medium";
    margin-bottom: 0;
}

.questions-info a {
    color: #414788;
}

.questions-info a:hover {
    color: #111;
}

.questions_and_answer .faq-title {
    cursor: pointer;
    font-family: "Avenir Heavy";
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
    min-height: 60px;
}

.questions_and_answer .faq-title .accordion-toggle {
    border-bottom: 1px solid #d8d8d8;
    display: block;
    padding-bottom: 10px;
}

.partner-links ul {
    padding-left: 0;
}

.partner-links img {
    max-height:  120px;
    max-width:  160px;
}

.questions_and_answer .faq-title.active ~ .faq-answer {
    display: block;
}

.questions_and_answer:last-child .faq-title .accordion-toggle.collapsed {
    border-bottom-color: transparent;
}

.partner-links ul li {

    text-align: center;
    width: 15.22%;
    min-width:  165px;
}

.licensing-tab .digital-licensing .tabs li a {
    border-color: #51aded;
    color: #51aded;
    display: block;
    font-size: 15px;
    padding: 17px 0;
}
.licensing-tab .tabs li a {
        margin-left: -1px;
    }

.licensing-tab .digital-licensing .tabs li.active a {
    background-color: #51aded;
    color: #fff;
}

.licensing-tab .digital-licensing .tabs li.active a:before {
    border-color: #51aded transparent transparent;
}

.businesses-types h6 {
    color: #999;
    margin-bottom: 0;
}

.digital-contact .how-bmi-box {
    align-content: start;
}

.digital-contact .how-bmi-box .digital-link {
    color: #fff;
    font-size: 18px;
    text-decoration: underline;

}
.digital-contact .how-bmi-box a.btn {
    position: absolute;
    bottom:  50px;
}

.digital-contact .how-bmi-box .digital-link:hover {
    color: #113c5c;
    text-decoration: none;
}

.digital-contact .how-bmi-box .learn-btn {
    min-width: 185px;
    padding: 12px;
}

.digital-contact .how-bmi-box .or-text {
    color: #fff;
    display: block;
    font-family: "Avenir Medium";
    max-width: 250px;
    text-align: center;
    width: 100%;
}

.digital-contact .how-bmi-box h4 {
    color: #fff;
    font-family: "Avenir Black";
    margin-bottom: 20px;
}

.digital-contact .how-bmi-box p {
    color: #fff;
    font-family: "Avenir Medium";
    margin-bottom: 90px;
}

.digital-contact .how-bmi-center {
    max-width: 470px;
}

.tab-licensing {
    margin-bottom: 20px;
}

.bundled-license h6 {
    color: #717171;
}

.faq-answer a {
    color:  #2f6ca5;
    font-family: Avenir Medium;
}

.faqs-list-container .panel.panel-default {
    margin-bottom: 30px;
}

.faqs-list-container .panel-body {
    background-color: #f7f7f7;
    padding: 0 20px 20px;
}

.faqs-list-container .panel-body p {
    margin-bottom: 20px;
}

.faqs-list-container .panel-body p:last-child {
    margin-bottom: 0;
}

.faqs-list-container .panel-title {
    background-color: #f7f7f7;
    font-size: 16px;
    margin-bottom: 0;
}

.faqs-list-container .panel-title .accordion-toggle {
    align-content: center;
    color: #3d306f;
    display: flex;
    flex-wrap: wrap;
    font-family: "Avenir Black";
    padding: 10px 50px 10px 20px;
    position: relative;
}

.faqs-list-container .panel-title .accordion-toggle.collapsed {
    font-family: "Avenir Heavy";
}

.faqs-list-container .panel-title .accordion-toggle.collapsed:after {
    content: "";
}

.faqs-list-container .panel-title .accordion-toggle:after {
    -moz-osx-font-smoothing: grayscale;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-50%);
    content: "";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-size: 30px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400 !important;
    line-height: 1;
    position: absolute;
    right: 10px;
    text-transform: none;
    top: 15px;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: -0.125em;
}

.faqs-right-link {
    color: #3870ba;
    display: block;
    font-size: 20px;
    line-height: 2.6;
    text-decoration: underline;
}

.faqs-right-link:hover {
    color: #3d306f;
    text-decoration: none;
}

.reporting-forms {
    background-color: #f7f7f7;
}

.reporting-forms h4 {
    color: #000;
    font-family: "Avenir Black";
    font-size: 27px;
    margin-bottom: 25px;
}

.popular-licenses h6 {
    font-family: "Avenir Book";
    font-size: 21px;
}

.reporting-forms .alphabetized {
    font-family: "Avenir Book";
    font-size: 21px;
}

.licenses-expand[aria-expanded="true"] {
    display: none;
}

.see-all-licenses {
    text-align: right;
}

.see-all-licenses a {
    color: #414788;
    font-size: 22px;
    text-decoration: underline;
}

.licenses-table thead {
    text-align: center;
}

.licenses-table thead.thead-dark th {
    background-color: #414788;
    color: #f7f7f7;
    font-family: "Avenir Black";
    font-size: 22px;
    padding: 16px 20px;
    vertical-align: middle;
}

.see-all-licenses a:hover {
    color: #000;
    text-decoration: none;
}

.licenses-table tbody tr {
    background-color: #d8d8d8;
}

.licenses-table tbody tr td {
    padding: 16px 20px;
    text-align: center;
    vertical-align: middle;
}

.licenses-table tbody tr:nth-child(odd) {
    background-color: #ebebeb;
}

#licensing_main a {
    color: #414788;
    font-family: "Avenir Heavy";
    text-decoration: underline;
}

.licenses-link {
    color: #507fbe;
    font-family: "Avenir Heavy";
    font-size: 22px;
    text-decoration: underline;
}

.licenses-table tbody tr td:first-child {
    max-width: 280px;
    text-align: left;
}

.licenses-apply {
    color: #3870ba;
    font-family: "Avenir Book";
    font-size: 21px;
    text-decoration: underline;
}

.licenses-link:hover {
    color: #000;
    text-decoration: none;
}

.all-licenses-table .licenses-link {
    color: #000;
}

.all-licenses-table a[href]{
    color: #507fbe;
    text-decoration: underline;
}
.all-licenses-table a[href]:hover{
    color: #000;
    text-decoration: none;
}


.all-licenses-table .licenses-no-link {
    color: #000;
    font-family: "Avenir Heavy";
    font-size: 22px;
}

.all-licenses-table thead.thead-dark th {
    background-color: #3d4057;
}

.licenses-apply:hover {
    color: #000;
    text-decoration: none;
}

.business-bmi-contact {
    background-color: #414788;
}

.business-bmi-contact h5 {
    font-family: "Avenir Black";
    margin-bottom: 0;
}

.business-bmi-contact h5 a {
    color: #fff;
}

.business-bmi-contact h5 a:hover {
    color: #3870ba;
}

.page-wrapper-bg {
    position: relative;
}

.page-wrapper-bg .page-title-wrapper {
    min-height: 350px;
    padding-bottom: 50px;
    padding-top: 222px;
    position: relative;
    z-index: 11;
}

.row-jump.highlight {
    background-color: #e2aeae !important;
}

html {
    scroll-behavior: smooth;
}

.page-wrapper-bg .main-banner-image {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.page-wrapper-bg.blue-overlay:after {
    background: rgba(33, 49, 133, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.page-wrapper-bg.grey-overlay .page-title-wrapper {
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    text-align: center;
}

.page-wrapper-bg.grey-overlay .page-title-wrapper .page-title {
    line-height: 1.5;
    font-size: 31px;
}

.page-wrapper-bg.grey-overlay .page-title-wrapper .page-title:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 4px;
    margin: 20px auto 0;
    width: 65px;
}

.page-wrapper-bg.grey-overlay:after {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.sub-menu-items {
    background-color: #1f1bc9;
    padding: 15px 0;
}

.sub-menu-items .explore-music-text {
    border: 0;
    font-size: 20px;
}

.sub-menu-items .explore-music-text.collapsed:after {
    content: "";
}

.sub-menu-items .explore-music-text:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: "";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-size: 30px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400 !important;
    line-height: 1;
    margin-left: 20px;
    text-transform: none;
    vertical-align: -0.125em;
    vertical-align: middle;
}

.sub-menu-items .explore-music-text:hover {
    background-color: transparent;
    color: #fff;
}

.menu-item-inner {
    margin: 0;
    padding: 0;
}

.menu-item-inner > li {
    font-family: "Avenir Black";
    margin-bottom: 0;
}

.menu-item-inner > li a {
    border-bottom: 1px solid transparent;
    color: #fff;
    font-size: 17px;
}

.menu-item-inner > li a:hover {
    color: #78f2eb;
}

.menu-item-inner > li:after {
    color: #78f2eb;
    content: "|";
    margin: 0 25px;
    vertical-align: middle;
}

.menu-item-inner > li.active > a {
    border-bottom-color: #78f2eb;
    color: #78f2eb;
}

.menu-item-inner > li.has-sub {
    position: relative;
}

.menu-item-inner > li.has-sub ul {
    background-color: #d5d5d5;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 10px 10px 0;
    position: absolute;
    top: 120%;
    transition: ease all 0.4s;
    width: 100%;
    z-index: 99;
}

.menu-item-inner > li:last-child:after {
    display: none;
}

.menu-item-inner > li.has-sub ul li {
    border-bottom: 1px solid #d8d8d8;
    margin: 3px 0 0 0;
    padding-bottom: 3px;
    text-align: left;
}

.menu-item-inner > li.has-sub ul li a {
    color: #383838;
    font-size: 13px;
}

.hamburger__line {
    background-color: #fff;
    display: block;
    height: 2px;
    margin: 6px auto;
    width: 40px;
}

.hamburger__wrap {
    display: inline-block;
}

.menu-item-inner > li.has-sub ul li a:hover {
    color: #1f1bc9;
}

.menu-item-inner > li.has-sub ul li.active a {
    color: #1f1bc9;
}

.menu-item-inner > li.has-sub ul li:first-child {
    margin-top: 0;
}

.menu-item-inner > li.has-sub ul li:last-child {
    border-bottom: 0;
}

.menu-item-inner > li.has-sub:hover ul {
    opacity: 1;
    pointer-events: auto;
    top: 100%;
}

.trigger-caret:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    content: "";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400 !important;
    line-height: 1;
    text-transform: none;
    vertical-align: middle;
}

.do-license .pad-10 {
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.do-license .row {
    margin-left: -5px;
    margin-right: -5px;
}

.product-image-wrapper {
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
    z-index: 1;
}

.title-line, .container h3 {
    font-size: 23px;
    color: #000;
    font-family: "Avenir Black";
    margin-bottom: 30px;
}
h2.title-line {
    font-size: 32px;
}
.title-line:after {
    background: #e2aeae;
    content: "";
    display: block;
    height: 4px;
    margin-top: 15px;
    width: 70px;
}

.video-overlay {
    width: 90%;
    margin:  0 auto;
}

.video-overlay a {
    cursor: pointer;
    display: block;
    position: relative;
}

.video-overlay a:after {
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-image: url(../../images/video-icon.svg);
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 78px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 77px;
}

.business-type {
    background-color: #26262f;
    padding: 30px;
    text-align: center;
}

.business-type h6 {
    font-size: 20px;
    margin-bottom: 20px;
}

.business-type p {
    color: #fff;
    font-family: "Avenir Medium";
    font-size: 18px;
    margin: 0 auto 20px;
    max-width: 640px;
}

.home-bmi .how-bmi-center {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.how-bmi-box {
    align-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 50px 30px;
}

.how-bmi-box .bmi-btn {
    background-color: #092a42;
    border-color: #092a42;
    display: block;
    padding: 8px;
    width: 100%;
}

.license-box {
    position: relative;
}

.license-data {
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    padding: 0 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.license-data h6 {
    color: #fff;
    font-size: 22px;
}

.license-data h6:after {
    background: #8eb3a5;
    content: "";
    display: block;
    height: 4px;
    margin: 15px auto 0;
    width: 70px;
}

.license-img {
    position: relative;
}

.license-img .product-image-wrapper:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.license-sub {
    font-size: 18px;
}

.how-bmi-box .bmi-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #092a42;
}

.how-bmi-center {
    margin: 0 auto;
    max-width: 290px;
    width: 100%;
}

.how-bmi-center h6 {
    color: #fff;
    font-size: 22px;
}

.navy-blue {
    background-color: #113c5c;
}

.royal-blue {
    background-color: #1163a7;
}

.sky-blue {
    background-color: #62abe2;
}

.testimonials-video-thumbnail img {
    padding:  0 60px;
}

.testimonials-bg {
    background-image: url(../../images/testimonials-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height:  330px;
}
#licensing-landing-carousel {
    height:  100%;
}
.testimonials-bg .carousel-indicators {
    align-items: center;
    padding-bottom: 10px;
    position: absolute;
    bottom: 0;
}

.testimonials-bg .testimonials-container {
    padding: 40px 15px 10px;
    height:  100%;
}

.testimonials-bg:before {
    background: rgba(12, 22, 50, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.testimonials-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 11;
}

.testimonials-slider p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
}

.testimonials-item {
    position: relative;
}

.author {
    font-family: "Avenir Book";
}

.author span {
    font-family: "Avenir Black";
}

.call-bottom {
    font-size: 20px;
}

.customer-say {
    font-family: "Avenir Black";
}

.footnote {
    background-color: #f7f7f7;
    padding: 15px 0;
}

.footnote p {
    color: #818181;
    font-family: "Avenir Medium";
    font-size: 13px;
    margin-bottom: 0;
}


.btn.all-btn {
  background: #51aded !important;
  min-width: 150px ;
  padding: 12px ;
  font-size: 15px ;
}
.btn.all-btn:hover {
  background-color: #092A42 !important;
  color: #ffffff !important;
}
.page-btn .all-btn {
    background-color: #fff;
    border-color: #000;
    color: #000;
    min-width: 230px;
}

.page-btn .all-btn:hover {
    background-color: #000;
    color: #fff;
}

.partner-testimonials p {
    font-size: 18px;
}

.testimonials-item:before {
    background-image: url(../../images/testimonials-arrow.svg);
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 78px;
    left: -100px;
    position: absolute;
    width: 77px;
}
.forms-pdf {
    color:  #507fbe;
    font-size:  36px;
}
.documents-links .pdf-viewer {
    font-size: 18px;
}

.documents-links ul {
    padding-left: 0;
}

.documents-links ul li {
    margin-bottom: 10px;
}

.documents-links ul li a {
    color: #2f6ca5;
    font-family: "Avenir Heavy";
    font-size: 18px;
    text-decoration: underline;
}

.documents-links ul li a:hover {
    color: #111;
    text-decoration: none;
}

.licensing-tab .tabs {
    padding-left: 0;
    padding-right: 0;
}

.licensing-tab .tabs li a {
    border-top:  3px  solid #507fbe;
    border-bottom: 3px  solid #507fbe;
    border-left:  3px  solid #507fbe;
    border-right:  3px  solid #507fbe;
    color: #507fbe;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Avenir Black";
    font-size: 18px;
    padding: 17px 20px;
    position: relative;
    text-align: center;

}

#radio .licensing-tab .tabs li a {

        height: 94px;

}
.licensing-tab .tab-content {
    display: none;
    padding: 50px 0 30px;
}

.licensing-tab .tabs li.active a {
    background-color: #507fbe;
    color: #fff;
}

.licensing-tab .tabs li.active a:before {
    border-color: #507fbe transparent transparent;
}

.licensing-tab .tab-content .title-line {
    text-align: center;
}

.licensing-tab .tab-content .title-line:after {
    margin: 10px auto 0;
}

.licensing-tab .tab-content p {
    font-family: "Avenir Medium";
    font-size: 18px;
    margin-bottom: 22px;
}

.licensing-tab .tab-content .faq-answer p {
    font-family: "Avenir Book";
}
.faq-answer ul {
    list-style-type: disc;
}

.licensing-tab .tab-content.active {
    display: block;
}

.tab-content h3 {
    color: #000;
    margin-bottom: 20px;
}

.tab-content-info ul, .common_questions ul, .standard-bullets ul {
    list-style-type: disc;
}
.tab-content-info strong, .tab-content-info b{
    font-family: "Avenir Black";
    position: relative;
    text-transform: uppercase;
}

.tab-content-info strong:before {
    background: #000;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 6px;
    margin-right: 6px;
    vertical-align: middle;
    width: 6px;
}

.tab-content .tab-image-right {
    text-align: right;
}

.licensing-tab .tab-content .tab-image-right span {
    height: 250px;
    margin-left: auto;
    margin-right: 0;
    width: 250px;
}

.licensing-tab .tab-licensing p {
    color: #717171;
    font-family: "Avenir Light";
}

.product-page {
    font-weight: 500;
    position: relative;
}

.form-control {
  background-color: #f9f9f9;
  -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
}

fieldset {
  margin-bottom: 3rem;
}

fieldset div.form-control {

}
#form-submit {
    background-color: #414788;
    max-width: 150px;
    font-family: 'Avenir Book';
    border:  none;
    vertical-align: middle;
    padding: 8px 15px;
}

.question-tip {
    position: absolute;
    top: 7px;
    right: -10px;
    color:  #aaa;
}

#digital_licensing_form label ul {
    list-style: disc;
    margin-top: 1rem;
}

@media (min-width: 441px) {
  h1, .h1 {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
    .bundled-license h6 {
        margin-bottom: 0;
    }
    .menu-item-inner > li.has-sub ul {
        pointer-events: none;
    }
    .trigger-caret {
        pointer-events: none;
    }
    .product-image-wrapper {
        padding-bottom: 50%;
    }
    .bmi-lest h6 {
        margin-bottom: 0;
    }
    .licensing-tab .tabs li + li a {
        margin-left: -2px;
    }
    .licensing-tab .tabs li {
        flex: 1 0 0;
    }
    .licensing-tab .tabs li a:before {
        border-bottom: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 15px;
        bottom: 0;
        content: "";
        left: 50%;
        position: absolute;
        top: 100%;
        transform: translate(-50%, 0);
        z-index: 9;
    }
}

@media (min-width: 991px) {
    .product-image-wrapper {
        padding-bottom: 45%;
    }
    .page-main .btn, .page-main button, .page-main input[type=button], .page-main input[type=reset], .page-main input[type=submit] {
    padding: 12px;
    min-width: 200px;
    }
    h1, .h1 {
    font-size: 56px;
    }
}

@media (min-width: 1200px) {
    .product-image-wrapper {
        padding-bottom: 40%;
    }
    .page-main .btn, .page-main button, .page-main input[type=button], .page-main input[type=reset], .page-main input[type=submit] {
    padding: 15px;
    min-width: 230px;
  }
  h1, .h1 {
    font-size: 66px;
  }
}

@media (max-width: 1199px) {
    .partners-list-visit li {
        width: 25%;
    }
    .businesses-types {
        text-align: center;
    }
    .businesses-types h6 {
        margin-bottom: 30px;
    }
    .menu-item-inner {
        text-align: center;
    }
    .menu-item-inner > li {
        border-right: 2px solid #78f2eb;
        margin-bottom: 14px;
        width: 25%;
    }
    .menu-item-inner > li:nth-child(4) {
        border-right: 0;
    }
    .menu-item-inner > li:nth-child(5) {
        margin-bottom: 0;
        width: 33.333%;
    }
    .menu-item-inner > li:nth-child(6) {
        margin-bottom: 0;
        width: 33.333%;
    }
    .menu-item-inner > li:nth-child(7) {
        border-right: 0;
        margin-bottom: 0;
        width: 33.333%;
    }
    .menu-item-inner > li:after {
        display: none;
    }
    .licensing-tab .tabs li a {
        font-size: 16px;
    }
    .licensing-tab .tab-content-info p br {
        display: none;
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    .menu-item-inner > li:nth-child(4) {
        width: 100%;
    }
    .menu-item-inner > li:nth-child(5) {
        width: 100%;
    }
    .menu-item-inner > li:nth-child(6) {
        width: 100%;
    }
    .menu-item-inner > li:nth-child(7) {
        width: 100%;
    }
}

@media (max-width: 990px) {
    .members-container {
        padding: 40px 40px 15px;
    }
    .partners-items {
        padding: 40px 40px 10px;
    }
    .partners-list-visit li {
        width: 33.3333%;
    }
    .discounts-inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 480px;
    }
    .questions_and_answer .faq-title {
        font-size: 16px;
    }
    .partner-links ul li {
        width: 33.3333%;
    }
    .licensing-tab .digital-licensing .tabs li a {
        font-size: 11px;
    }
    .licenses-table thead.thead-dark th {
        font-size: 18px;
    }
    .licenses-link {
        font-size: 18px;
    }
    .licenses-apply {
        font-size: 18px;
    }
    .all-licenses-table .licenses-no-link {
        font-size: 18px;
    }
    .menu-item-inner > li a {
        font-size: 15px;
    }
    .menu-item-inner > li:after {
        margin: 0 15px;
    }
    .licensing-tab .tabs li {
        width: 100%;
    }
    .testimonials-bg {
        height: 410px;
    }
    .testimonials-container {
        height: 300px;
    }

}


@media (max-width: 767px) {
    .page-main {
      top: 55px;
    }
    .members-items .customer-say {
        font-size: 18px;
    }
    .members-items .author-name {
        font-size: 15px;
    }
    .members-items .author {
        font-size: 15px;
    }
    .members-container {
        padding: 20px 15px;
    }
    .partners-items {
        padding: 30px 30px 0;
    }
    .partners-list-visit li {
        width: 50%;
    }
    .matters-content p, .container p {
        font-size: 16px;
    }
    .restaurant-use P {
        font-size: 16px;
    }
    .contact-text p {
        font-size: 16px;
    }
    .time-money-items li {
        font-size: 16px;
    }
    .time-money-items li .time-text,.time-money-items li b {
        font-size: 18px;
    }
    .discounts-inner p {
        font-size: 18px;
    }
    .not-member {
        font-size: 16px;
    }
    .questions-first .questions_and_answer:last-child .accordion-toggle {
        border-bottom-color: #d8d8d8 !important;
    }
    .partner-links ul {
        margin-left: -15px;
        margin-right: -15px;
    }
    .partner-links ul li {
        text-align: center;
        width: 25%;
    }
    .licensing-tab .digital-licensing .tabs li a {
        font-size: 14px;
        padding: 10px 0;
    }
    .bundled-license {
        text-align: center;
    }
    .faqs-list-container .panel.panel-default {
        margin-bottom: 20px;
    }
    .faqs-list-container .panel-title .accordion-toggle {
        height: auto !important;
    }
    .reporting-forms h4 {
        font-size: 22px;
    }
    .popular-licenses h6 {
        font-size: 18px;
    }
    .see-all-licenses {
        text-align: left;
    }
    .see-all-licenses a {
        font-size: 18px;
    }
    .licenses-table thead.thead-dark th {
        font-size: 14px;
        padding: 10px;
        line-height: 1.1;
    }
    .licenses-table tbody tr td {
        padding: 10px;
    }
    .licenses-link {
        font-size: 14px;
        line-height: 1.2;
    }
    .licenses-apply {
        font-size: 14px;
    }
    .all-licenses-table .licenses-no-link {
        font-size: 14px;
        display: block;
        line-height: 1.2;
    }
    .page-wrapper-bg .page-title-wrapper {
        min-height: 280px;
        padding-top: 160px;
    }
    .menu-item-inner {
        border: 1px solid #78f2eb;
        border-bottom: 0;
        display: block !important;
    }
    .menu-item-inner > li {
        border-right: 0;
        width: 100%;
        margin-bottom: 0;
    }
    .menu-item-inner > li a {
        border-bottom-color: #78f2eb;
        display: block;
        padding: 8px;
    }
    .menu-item-inner > li:after {
        display: none;
    }
    .menu-item-inner > li.has-sub ul {
        display: none;
        opacity: 1;
        position: static;
    }
    .menu-item-inner > li.has-sub ul li {
        margin-top: 5px;
        padding-bottom: 5px;
    }
    .menu-item-inner > li.has-sub ul li a {
        border-bottom-color: transparent;
        display: block;
        padding: 0;
    }
    .trigger-caret:after {
        font-size: 20px;
        line-height: 1.2;
    }
    .trigger-caret.is-open:after {
        content: "";
    }
    .trigger-caret {
        background-position: center;
        background-size: 16px;
        border-left: 1px solid #78f2eb;
        cursor: pointer;
        height: 39px;
        line-height: 2.5;
        margin: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 40px;
    }
    .product-image-wrapper {
        padding-bottom: 42%;
    }
    
    .how-bmi-center {
        max-width: 400px;
        text-align: center;
    }
    .how-bmi-center h6 {
        font-size: 20px;
    }
    .digital-contact .how-bmi-center p {
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .testimonials-bg {
        text-align: center;
        height: 460px;
    }
    .testimonials-item {
        padding-top: 20px;
    }
    .members-container .carousel-item {
        height:  630px;
    }
    .members-container .carousel-item p {
        font-size: 15px;
    }
    .testimonials-slider p {
        font-size:  calc(10px + 1vw);
    }
    .licensing-tab .tabs li a {
        border-width: 1px;
        font-size: 14px;
        margin-left: 0;
        margin-top: -1px;
        padding: 9px;
    }
    
    .licensing-tab .tab-content {
        padding: 30px 0;
    }
    .licensing-tab .tab-content p {
        font-size: 16px;
    }
    .licensing-tab .tab-content .tab-image-right {
        display: none;
    }

    h1, .h1 {
    font-size: 46px;
    }
    h2, .h2 {
    font-size: 28px;
    }
    h3, .h3 {
    font-size: 26px;
    }
    h4, .h4 {
    font-size: 22px;
    }
    h5, .h5 {
    font-size: 20px;
    }
    h6, .h6 {
    font-size: 18px;
    }
    .col-6 {
        max-width: 100%;
        flex: inherit;
    }
    .digital-contact .how-bmi-box a.btn {
        position: inherit;
    }
}

@media (max-width: 440px) {
    .how-bmi-box .bmi-btn {
        margin: 0 auto;
        max-width: 290px;
    }
    .digital-contact .how-bmi-box a.btn {
        position: inherit;

    }
    #radio .licensing-tab .tabs li a {
        height:  auto;
    }
    .testimonials-container {
        height:  auto;
    }
    .partners-items {
        padding: 20px 20px 0;
    }
    .partners-img {
        padding-bottom: 30%;
    }
    .partners-list-visit li {
        margin-bottom: 20px;
        width: 100%;
    }
    .matters-content p, .container p {
        font-size: 14px;
    }
    .restaurant-use P {
        font-size: 14px;
    }
    .time-money-items li {
        font-size: 14px;
    }
    .indented {
        margin-left:  25px;
    }
    .discounts-inner p {
        font-size: 16px;
    }
    .questions-info p {
        font-size: 14px;
    }
    .partner-links ul li {
        width: 50%;
    }
    .page-wrapper-bg .page-title-wrapper {
        min-height: 210px;
        padding-top: 120px;
    }
    .sub-menu-items .explore-music-text {
        font-size: 18px;
    }
    .sub-menu-items .explore-music-text:after {
        font-size: 22px;
        margin-left: 10px;
    }
    .product-image-wrapper {
        padding-bottom: 60%;
    }
    .how-bmi-center h6 {
        font-size: 18px;
    }
    .testimonials-slider p {
        font-size: 16px;
        line-height: 1.2;
    }
    .licensing-tab .tab-content p {
        font-size: 14px;
    }
    .testimonials-video-thumbnail img {
    padding:  0 20px;
    }
    .testimonials-bg {
        height: 590px;
    }
    .photo_holder {
        height:  225px !important;
    }


}



/* RESPONSIVE LOAD_SLIDES_FROM SLIDESHOW PLAYER STYLES */

.slideshow_caption {
        font-size: 16px;
    text-rendering: optimizeLegibility;
    color: #111;
    text-transform: none;
    line-height: 1.1;
    padding-bottom: 5px;
    padding-top: 10px;
    margin:  10px 0;
}

#slides {
    position: relative;
    list-style-type: none;
}

.photo_slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    opacity: 0;
    z-index: 1;
    vertical-align: middle;

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.showing {
    opacity: 1;
    z-index: 2;
}

.photocounting {
cursor: pointer;
position: absolute;
float: left;
top: 15px;
right: 15px;
height: 40px;
width: 40px;
padding: 9px 10px;
border-radius: 50%;
background: url("/frontend/images/cameraicon.png")  no-repeat center center;
text-align: center;
pointer-events: none;
z-index: 10;
}

.phcount {
font-family: "proxima-nova",sans-serif;
font-weight: 700;
font-size: 14px;
color: #fff;
padding-left: 1.75px;
}


.photo_widget {
    background-color: #F6F6F8;
    width: 100%;
    margin-bottom: 20px;
    margin: 5px;
    float: left;
    overflow: hidden;
    position: relative;
    color: #000;
    font-size: 11px;
    box-shadow: 0 1px 3px rgb(34 25 25 / 40%);
    -moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
    -webkit-box-shadow: 0 1px 3px rgb(34 25 25 / 40%);
    padding: 15px 15px 5px 15px;

}

.photo_widget img {
    width: 100% !important;
}

.photo_holder {
    background-color: #111;
    height: 348px;
    overflow: hidden;
}

.photo_holder a {
    color: #000;
}

.photo_holder a:hover {
    color: #8C7E7E;
    text-decoration: underline;
}

@media (min-width: 1200px) {
    .photo_holder {
        overflow: hidden;
    }

    .photo_holder {
    background-color: #111;
    height: 352px;
    overflow: hidden;
    }

}

@media (min-width: 1200px) and (max-width: 1330px) {
    #bmilive-testimonials .flex-direction-nav .flex-next {
        right: 20px;
    }
    #bmilive-testimonials .flex-direction-nav .flex-prev {
        left: 50px;
    }
    #bmilive-steps ul li:last-child {
        width: 120px;
    }
}
@media (max-width:  1199px) {
    .photo_holder {
        height: 278px;
    }
}

@media (max-width: 939px) and (min-width: 0px) {
    .photo_holder {
        height: 438px;
        overflow: hidden;
    }
    .photo_holder .icon-search {
        top: 130px;
    }
}

