@media (min-width: 1300px) {
    .bundle-save.bundle-bg .container {
        width: 1296px;
    }
}

.hearHero {
    background-image: url('//images.goodsam.com/goodsam.com/hear-here/hero.jpg');
    background-size: cover;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    padding: 171px 0px 243px;
    font-family: 'Montserrat', sans-serif;
}

.container-fluid.hearHero {
    padding-left: 0;
    padding-right: 0;
}

.heroFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.heroContent {
    flex: 0 1 47%;
}

.heroShow {
    flex: 0 1 50%;
}

.hearHero h1 {
    color: #fff;
    font-weight: 700;
    font-size: 44px;
    line-height: 58px;
    margin: 0px 0px 20px;
    padding-right: 16px;
}

.hearHero h2 {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin: 0px 0px 20px;
    padding-right: 16px;
}

.hh-logo {
    display: block;
    position: relative;
    text-align: center;
    margin: 0px auto 20px;
}

.heroVideo {
    border: 10px solid #fff;
}

.btn-hear {
    background: linear-gradient(180deg, #F78D20 0%, #EF4323 100%);
    border: 0px;
    border-radius: 4px;
    color: #fff;
    padding: 15px 20px;
    font-weight:700;
    font-size: 16px;
    line-height: 16px;
}

.btn-hear:hover {
    background: rgb(239,67,35);
    color: #fff;
}

.legalHere {
    text-align: center;
    margin: 14px auto 0;
    color: #fff;
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
}

@media (max-width: 1199px) {
    .hearHero .container {
        width: 100%;
    }

    .hearHero h1 {
        font-size: 34px;
        line-height: 40px;
    }
}

@media (max-width: 1024px) {
    .hearHero {
        padding: 50px 0px 70px;
    }

    .heroFlex {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .heroContent {
        flex:0 0 100%;
        text-align: center;
    }

    .heroShow {
        flex: 0 0 55%;
        margin-bottom: 20px;
    }

    .hearHero h1 {
        font-size: 44px;
        line-height: 58px;
        margin: 0 auto 12px;
        text-align: center;
        padding-right: 0;
    }

    .hearHero h2 {
        margin: 0 auto 24px;
        text-align: center;
        padding-right: 0;
    }
}

@media (max-width: 567px) {
    .hearHero {
        padding: 20px 0px 34px;
    }

    .heroVideo {
        border: 6px solid #fff;
    }

    .heroShow {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .hearHero h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .hearHero h2 {
        line-height: 22px;
        margin: 0 0 20px;
        text-align: left;
    }
}

.listen {
    position: relative;
}

.listenFlex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.cellPlay {
    position: absolute;
    right: 0;
    top: -160px;
    z-index: 3;
}

.cellPlay img {
    width: 100%;
}

.listenContent {
    position: relative;
    width: 100%;
    padding-top: 100px;
}

.copy-title {
    font-size: 40px;
    line-height: 49px;
    font-weight: 700;
    color: #474342;
    margin: 0 0 31px;
}

.copy-title span {
    color: #000;
}

.copy-title br {
    display: none;
}

.landscapes {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 32px;
}

.landscapes .land-desktop {
    display: block;
    margin-right: 16px;
}

.landscapes .land-tablet {
    display: none;
}

.landscapes .land-mobile {
    display: none;
}

.tailored {
    width: 65%;
    margin: 0 0 28px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #474342;
}

.tailored.mobile-text {
    display: none;
}

.samples .copy-title {
    font-size: 24px;
    line-height: 38px;
}

.sampleList {
    width: 620px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sampleBox {
    flex: 0 1 48%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    margin-bottom: 14px;
}

.textSide {
    flex: 0 1 auto;
    padding: 14px 14px 22px;
}

.textSide p {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    color: #757272;
}

.textSide .copy-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 2px;
    color: #212b36;
}

.btnSide {
    flex: 0 0 98px;
    width: 98px;
    border-left: 1px solid #BFC5CE;
    display: flex;
    justify-content: center;
    align-items: center;
}

.audioPlay {
    background: linear-gradient(180deg, #080F45 0%, #080F45 100%);
    border: 0px;
    border-radius: 50%;
    color: #fff;
    padding: 16px;
    font-size: 22px;
    line-height: 22px;
}

.audioPlay:active, .audioPlay:hover {
    background: rgb(26, 25, 112);
    color: #fff;
}

.audioPlay.active.focus, .audioPlay.active:focus, .audioPlay.focus, .audioPlay:active.focus, .audioPlay:active:focus, .audioPlay:focus {
    background: rgb(26, 25, 112);
    color: #fff;
    outline: none;
}

.m-separator {
    display: none;
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .tailored {
        width: 55%;
    }
}

@media (max-width: 1199px) {
    .listen .container {
        width: 100%;
    }

    .cellPlay {
        width: 45%;
    }

    .tailored {
        width: 53%;
    }

}

@media (max-width: 1024px) {
    .listenContent {
        padding-top: 82px;
    }

    .cellPlay {
        top: 82px;
        width: 32%;
    }

    .copy-title {
        font-size: 32px;
        line-height: 38px;
    }

    .tailored {
        width: 69%;
    }

    .landscapes {
        justify-content: space-between;
    }

    .landscapes .land-desktop {
        display: none;  
    }

    .landscapes .land-tablet {
        display: block;
        width: 32%;
        margin-right: 0px;
    }
}

@media (max-width: 767px) {
    .sampleList {
        width: 100%;
    }

    .sampleBox {
        flex: 0 1 100%;
    }
}

@media (max-width: 630px) {
    .listenContent {
        padding-top: 15px;
    }

    .listenContent .copy-title {
        text-transform: capitalize;
        margin-bottom: 42%;
    }

    .landscapes {
        flex-wrap: wrap;
        margin-bottom: 45%;
    }

    .landscapes .land-tablet {
        width: 48%;
        margin-bottom: 20px;
    }

    .cellPlay {
        width: 95%;
        right: 0;
    }

    .landscapes .land-tablet {
        display: none;
    }

    .landscapes .land-mobile {
        display: block;
        width: 48%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .tailored {
        width: 100%;
        line-height: 22px;
        margin: 0 0 20px;
    }

    .tailored.mobile-text {
        display: block;
    }

    .listenContent .samples .copy-title {
        margin-bottom: 18px;
    }

    .listenContent .samples .copy-title span {
        display:none;
    }

    .m-separator {
        display: block;
        background: #eaecef;
        height: 1px;
        margin-top: 80px;
    }
 }

@media (max-width: 471px) {
    .copy-title br {
        display: block;
    }

    .cellPlay {
        top: 110px;
    }

    .landscapes {
        margin-bottom: 55%;
    }
}

.learn {
    margin-top: 148px;
}

@media (max-width: 1199px) {
    .container.learn {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .container-fluid.story {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1024px) {
    .learn {
        margin-top: 100px;
    }
}

@media (max-width: 630px) {
    .learn {
        margin-top: 80px;
    }
}

.love {
    margin: 60px auto 132px;
}

.loveFlex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.kevinSide {
    display: flex;
    position: relative;
    justify-content: flex-end;
    align-items: flex-end;
    background-image: url('//images.goodsam.com/goodsam.com/hear-here/truck.png');
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top;
    height: 471px;
    margin-right: 10%;
}

.kevinSide .sampleList {
    justify-content: center;
}

.kevinSide .sampleBox {
    flex: 0 1 310px;
    margin-bottom: -1%;
}

.loveRV {
    position: absolute;
    bottom: -2%;
    right: -43px;
}

.whySide {
    
}

.whySide .copy-title {
    font-size: 32px;
    line-height: 38px;
    color: #2d2a29;
    font-weight: 700;
    margin: 0;
}

.whySide .copy-title span {
    color: #c1122a;
}

.whySide .copy-sub {
    font-size: 24px;
    line-height: 38px;
    color: #474342;
    font-weight: 700;
    margin: 0;
}

.whySide .copy-love {
    font-size: 16px;
    line-height: 30px;
    color: #2d2a29;
    font-weight: 400;
    margin: 12px 0 0;
}

.whySide .copy-love b {
    font-weight: 400;
}

.whySide .btn-hear {
    margin: 20px 0 0;
}

.checkRed {
    display: none;
}

.loveList {
    margin: 32px 0 0;
}

@media (max-width: 1199px) {
    .kevinSide {
        width: 50%;
        height: 365px;
        margin-right: 16px;
    }

    .whySide {
        text-align: center;
    }

    .whySide .copy-title {
        text-align: left;
    }

    .loveRV {
        display: none;
    }

    .loveList {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
    }

    .whySide .copy-title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 20px;
    }

    .checkRed {
        display: block;
        margin: 7px 12px 0;
        width: 18.45px;
    }

    .whySide .copy-sub {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
    }

    .whySide .copy-love {
        font-size: 14px;
        line-height: 20px;
        margin: 8px 0 0;
    }

    .whySide .copy-love b {
        font-weight: 700;
    }

    .whySide .copy-love .extra {
        display: none;
    }
}

@media (max-width: 991px) {
    .container.love {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .love {
        margin: 20px auto 167px;
    }

    .loveFlex {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .kevinSide {
        width: 100%;
        height: 290px;
        background-size: cover;
        background-position: 50%;
        margin-right: auto;
    }

    .kevinSide .sampleBox {
        flex: 0 1 268px;
        margin-bottom: -83px;
    }

    .textSide {
        padding: 14px 11px 22px 13px;
    }

    .textSide .copy-title {
        font-size: 14px;
    }

    .btnSide {
        flex: 0 0 90px;
        width: 90px;
    }

    .whySide {
        background-color: #f4f6f8;
        border-radius: 4px;
        padding: 24px 0 37px;
        margin: 0px auto 40px;
        z-index:999;
    }

    .whySide .copy-title {
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
        padding-left: 12px;
        margin: 0;
    }
}

.rentals {
    background-image: url('//images.goodsam.com/goodsam.com/hear-here/graySlant.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 7% 0px 128px;
}

.rentalLogo {
    text-align: center;
    margin: 0 auto 100px;
    background-color: #fff;
    border: 5px solid #eaecef;
    padding: 26px 27px;
    width: 360px;
}

.gsRentals {
    width: 100%;
}

.readyRental {
    width: 853px;
    margin: auto;
    text-align: center;
}

.readyRental .copy-title {
    color: #212b36;
    margin: 0 0 20px;
    line-height: 46px;
}

.readyRental .copy-sub {
    font-size: 16px;
    line-height: 24px;
    color: #212b36;
    font-weight: 400;
    margin: 0 0 20px;
}

.btn-primary {
    padding: 18px 24px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .rentals {
        padding: 50px 0px 128px;
    }

    .rentalLogo {
        width: 220px;
        margin: 0 auto 40px;
    }

    .readyRental {
        width: 605px;
    }
}

@media (max-width: 767px) {
    .readyRental {
        width: 100%;
    }
}

/* Specifies the size of the audio container */
audio {
    width: 230px;
    height: 25px;
}

audio::-webkit-media-controls-panel {
    -webkit-justify-content: center;
    height: 25px;
}

.popover {
    width: 250px;
}

.popover-title {
    font-weight: 700;
    color: #fff;
    background: linear-gradient(180deg, #191970 0%, #080F45 100%);
}

.popover-content {
    padding: 20px 10px;
}