.gweb2 * {
    /* -webkit-transition: width 350ms ease;
    transition: width 300ms ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; */
}

.gweb2 .stg-modal-video {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 1);
    color: #eee;
}

.gweb2 .stg-modal-close {
    width: 36px;
    height: 36px;
    float: right;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #555;
    border-radius: 50%;
    -webkit-transition: background .5s;
    transition: background .5s;
}

.gweb2 .stg-modal-video-close {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 16px;
    top: 16px;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
    z-index: 1001;
    background: #000;
    -webkit-transition: background .5s;
    transition: background .5s;
}

.gweb2 .stg-modal-close:hover {
    background: #333;
    color: #fff;
}

.gweb2 .stg-modal-video-close:hover {
    background: #555;
}

.gweb2 .stg-modal-close .fa,
.gweb2 .stg-modal-video-close .fa {
    line-height: 32px;
    font-size: 24px;
}

.gweb2 .modal-section {
    overflow: hidden;
}

.gweb2 .stg-modal section {
    /* -moz-box-shadow: 2px 2px 6px 		rgba(0,0,0,.3);
	-webkit-box-shadow: 2px 2px 6px 	rgba(0,0,0,.3);
    box-shadow: 2px 2px 6px 			rgba(0,0,0,.3); */
    height: 100%;
}

.gweb2 .stg-modal-copy {
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
    overflow: auto;
    background-color: #fff;
}

.gweb2 .video-iframe {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.gweb2 .stg-orange-bg,
.gweb2 .stg-music-rising-callout {
    background-color: #eb4a36;
}

.gweb2 .stg-yamaha-share-callout {
    background-color: #142954;
}

.gweb2 .stg-music-rising-callout h2,
.gweb2 .stg-yamaha-share-callout h2 {
    color: #eee;
}

.gweb2 .ui-btn.ui-theme-blk-trans2 {
    border: 1px solid rgba(255, 255, 255, .3) !important;
}

.gweb2 .stg-orange-bar {
    height: 10px;
    width: 100%;
}

.gweb2 .stg-top-hero {
    background-image: url(../images/2017/fpo_top_image.jpg);
    background-size: cover;
    background-position: center;
}

.gweb2 .stg-mhof-hero {
    background-image: url(../images/2017/MHOF_MusicRising.jpg);
    background-size: cover;
    background-position: center;
}

.gweb2 .stg-main-title {}

.gweb2 .stg-sub-title {
    color: #999;
}

.gweb2 .stg-section-icon span.fa {
    color: #eb4a36;
}

.gweb2 .stg-slide-icon span.fa {
    color: #eb4a36;
}

.gweb2 .stg-quote-icon {
    float: left;
}

.gweb2 .stg-quote-icon span.fa {
    color: #ccc;
}

.gweb2 .stg-quote-copy {
    color: #eee;
}

.gweb2 .stg-section-sub-title {
    color: #999;
    max-width: 240px;
    margin: 0 auto;
}

.gweb2 .stg-slide-sub-title {
    color: #777;
}

.gweb2 .stg-slide-copy {
    color: #ccc;
}

.gweb2 .stg-step-num {
    border-radius: 50%;
    text-align: center;
    background-color: #eee;
    color: #eb4a36;
}

.gweb2 .stg-step-num.stg-current {
    background-color: #eb4a36;
    color: #fff;
}

.gweb2 .stg-list-item {
    min-height: 100%;
    flex: 1;
    cursor: pointer;
    -webkit-transition: background .5s;
    transition: background .5s;
}

.gweb2 .stg-list-item:hover {
    background-color: #f5f5f5;
}

/*********** UI Light Grey Fade *************/

.gweb2 .ui-theme-lgt-grey-fade {
    color: #333;
    background-color: #eee;
    /*#413366;*/
    background: -webkit-linear-gradient(#fcfcfc, #eee);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fcfcfc, #eee);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fcfcfc, #eee);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fcfcfc, #eee);
    /* Standard syntax */
}

.gweb2 .open-sans-300 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.gweb2 .open-sans-400 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.gweb2 .open-sans-600 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.gweb2 .open-sans-800 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}

.gweb2 [data-slidetype=headerimage] img {
    width: 100%;
}

.gweb2 section.section1600 .container-fluid {
    max-width: 1600px;
}

.gweb2 section.section1200 .container-fluid {
    max-width: 1200px;
}

.gweb2 section.section900 .container-fluid {
    max-width: 900px;
}

.gweb2 section.section768 .container-fluid {
    max-width: 768px;
}

.gweb2 section.section600 .container-fluid {
    max-width: 600px;
}

.gweb2 section.section480 .container-fluid {
    max-width: 480px;
}

.gweb2 .vert-horz-ctr-ele {
    float: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    height: 100%;
    ;
}

.gweb2 .vert-horz-ele {
    float: left;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
    position: absolute;
    width: 100%;
}

.gweb2 .stg-music-rising-slides,
.gweb2 .stg-yamaha-share-slides,
.gweb2 .stg-slide {
    max-width: 100%;
}

.gweb2 .stg-yamaha-share-slides .stg-slide[data-slide="1"],
.gweb2 .stg-yamaha-share-slides .stg-slide[data-slide="3"] {
    padding: 8px 0em 8px 8px;
    background: #fff;
}

.gweb2 .stg-yamaha-share-slides .stg-slide[data-slide="2"],
.gweb2 .stg-yamaha-share-slides .stg-slide[data-slide="4"] {
    padding: 8px 8px 8px 0em;
    background: #fff;
}

.gweb2 .stg-woobox-frame {
    width: 100%;
    min-height: 400px;
    border: 1px solid #ccc;
}

.gweb2 .stg-slide-hero-bg {
    background-image: url(../images/2017/music-changes-lives.jpg);
    background-size: cover;
    background-position: 50%;
}

.gweb2 .stg-abney-before {
    background-image: url(../images/2017/stg_abney_before_banner.jpg);
    background-size: cover;
    background-position: 50%;
}

.gweb2 .stg-abney-after {
    background-image: url(../images/2017/stg_abney_after_banner.jpg);
    background-size: cover;
    background-position: 50%;
}

.gweb2 .stg-music-rising-copy:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(235, 74, 54, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(235, 74, 54, 0) 0%, rgba(235, 74, 54, 0) 1%, rgba(235, 74, 54, 1) 100%);
    background: linear-gradient( bottom, rgba(235, 74, 54, 0) 0%, rgba(235, 74, 54, 0) 1%, rgba(235, 74, 54, 1) 100%);
}

.gweb2 .stg-yamaha-share-copy:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(20, 41, 84, 0) 0%, rgba(20, 41, 84, 0) 1%, rgba(20, 41, 84, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(20, 41, 84, 0) 0%, rgba(20, 41, 84, 0) 1%, rgba(20, 41, 84, 1) 100%);
    background: linear-gradient( bottom, rgba(20, 41, 84, 0) 0%, rgba(20, 41, 84, 0) 1%, rgba(20, 41, 84, 1) 100%);
}

.gweb2 .stg-top-hero-logo img {
    margin: 0 auto;
    max-width: 240px;
}

.gweb2 .slick-next,
.gweb2 .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 100%;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 100;
}

.gweb2 .slick-prev {
    left: 0px;
    -webkit-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
}

.gweb2 .slick-next {
    right: 0px;
    -webkit-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    transform: translate(10px, -50%);
}

.gweb2 .slick-next:before,
.gweb2 .slick-prev:before {
    content: "";
    width: 0;
    height: 0;
    margin: 0 auto;
    position: absolute;
}

.gweb2 .slide-bottom-title {
    position: absolute;
    bottom: 8px;
    width: calc(100% - 16px);
    background: rgba(0, 5, 30, .8);
    height: 80px;
    padding: 12px 16px;
    color: #f1f1f1 !important;
}

.gweb2 .slide-bottom-title h3 {
    color: #f1f1f1 !important;
    font-size: 1.5em;
}

.gweb2 .slide-top-title {
    position: absolute;
    top: 8px;
    background: #eb4a36;
    height: 40px;
    padding: 10px 16px;
    color: #f1f1f1 !important;
}

.gweb2 .slide-top-title h3 {
    color: #f1f1f1 !important;
    font-size: 1.3em;
}

@media (min-width: 0px) {
    .gweb2 .slide-bottom-title {
        height: 60px;
        padding: 12px 16px 8px 16px;
    }
    .gweb2 .slide-bottom-title h3 {
        color: #f1f1f1 !important;
        font-size: 1.3em;
        line-height: .7em;
    }
    .gweb2 .slide-top-title {
        width: 120px;
        height: 34px;
        padding: 8px 16px 8px 16px;
    }
    .gweb2 .slide-top-title h3 {
        color: #f1f1f1 !important;
        font-size: 1.1em;
    }
    .gweb2 .stg-modal {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 1000;
        background: rgba(0, 0, 0, .7);
        color: #eee;
        padding-top: 10px;
    }
    .gweb2 h1.stg-hero-title {
        color: #fff;
        font-size: 2em;
        text-align: center;
    }
    .gweb2 .stg-hero-sub-title {
        color: #ccc;
        font-size: 1.2em;
        line-height: 1.8em;
        text-align: center;
    }
    .gweb2 .stg-main-title {
        font-size: 2.5em;
        margin-bottom: 0px;
    }
    .gweb2 .stg-sub-title {
        font-size: 1.75em;
    }
    .gweb2 .stg-list-container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: wrap;
        flex-flow: wrap;
        justify-content: flex-start;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    .gweb2 .stg-section-icon {
        min-height: 3.75em;
    }
    .gweb2 .stg-slide-icon {
        margin: .5em 0 1.25em;
    }
    .gweb2 .stg-slide-icon span.fa {
        font-size: 6em;
        line-height: 1.25em;
    }
    .gweb2 .stg-slide-icon span.fa.fa-mobile-phone {
        font-size: 8em;
        line-height: 1em;
    }
    .gweb2 .stg-section-icon span.fa {
        font-size: 2.5em;
        line-height: 1.25em;
    }
    .gweb2 .stg-section-icon span.fa.fa-mobile-phone {
        font-size: 3.25em;
        line-height: 1em;
    }
    .gweb2 .stg-section-title {
        font-size: 1em;
        margin: 1.5em 0 4.25em 0;
        font-size: .85em;
        margin: 1.5em 0 5.25em 0;
    }
    .gweb2 .stg-section-sub-title {
        display: none;
    }
    .gweb2 .stg-slide-sub-title {
        font-size: 1.25em;
        line-height: 1.65em;
    }
    .gweb2 .stg-slide-sub-title h3 {
        font-size: 1.1em;
        line-height: 1.65em;
    }
    .gweb2 .stg-slide-sub-title li {
        margin-bottom: .45em;
        line-height: 1.55em;
    }
    .gweb2 .stg-slide-copy {
        font-size: 1.15em;
        line-height: 1.65em;
    }
    .gweb2 .stg-quote-icon {
        padding: 0 24px 64px 0;
    }
    .gweb2 .stg-quote-icon span.fa {
        font-size: 3.5em;
        line-height: 1.25em;
    }
    .gweb2 .stg-quote-copy {
        font-size: 1.35em;
        line-height: 1.65em;
    }
    .gweb2 .stg-step-num {
        width: 2.75em;
        line-height: 2.75em;
        margin: 10px auto;
        position: absolute;
        bottom: 0px;
        left: calc(50% - 1.35em);
    }
    .gweb2 .stg-resp-hide600 {
        display: inline;
    }
    .gweb2 .arrow-up.stg-current {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #eee;
        margin: 0 auto;
    }
    .gweb2 h2.stg-slide-title {
        font-size: 2em;
        margin-bottom: 0px;
        margin-top: .25em !important;
    }
    .gweb2 .stg-top-hero-logo img {
        margin: 0 auto;
        max-width: 240px;
    }
    .gweb2 .stg-top-hero-copy {
        padding-left: 0px;
        margin: 0 auto;
    }
    .gweb2 .col-sm-9.stg-top-hero-copy {
        padding-left: 16px;
        padding-right: 16px;
    }
    .gweb2 .stg-top-hero-copy .ui-btn {
        max-width: 300px;
        margin: 0 auto;
    }
    .gweb2 .stg-music-rising-callout,
    .gweb2 .stg-yamaha-share-callout {
        color: #eee;
        min-height: 206px !important;
        max-height: 206px !important;
        /* width:calc(100% - 16px); */
    }
    .gweb2 .stg-music-rising-copy {
        position: relative;
        max-height: 80px;
        overflow: hidden;
    }
    .gweb2 .stg-yamaha-share-copy {
        position: relative;
        max-height: 60px;
        overflow: hidden;
    }
    .gweb2 .stg-music-rising-callout {
        margin-left: 0px;
    }
    .gweb2 .stg-music-rising-callout,
    .gweb2 .stg-yamaha-share-callout {
        padding: 16px !important;
    }
    .gweb2 .stg-music-rising-callout h2,
    .gweb2 .stg-yamaha-share-callout h2 {
        font-size: 1.35em;
    }
    .gweb2 .stg-woobox h2.open-sans-400 {
        font-size: 1.55em;
    }
    .gweb2 .ui-btn.stg-music-rising-btn {
        max-width: 300px;
        margin: 0 auto;
    }
    .gweb2 .stg-music-rising-callout .ui-btn,
    .gweb2 .stg-yamaha-share-callout .ui-btn {
        position: absolute;
        bottom: 15px;
        width: 100%;
        max-width: 150px;
    }
    .gweb2 .stg-music-rising-callout:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid transparent;
        border-bottom: 15px solid #eb4a36;
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -100%);
    }
    .gweb2 .stg-yamaha-share-callout:before {
        content: "";
        width: 0;
        height: 0;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-top: 15px solid #142954;
        margin: 0 auto;
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%, 100%);
    }
    .gweb2 .stg-slide-hero-bg {
        height: 206px;
    }
    .gweb2 .stg-abney-before,
    .gweb2 .stg-abney-after {
        height: 190px;
    }
    .gweb2 .slick-next:before {
        border-left: 20px solid #eb4a36;
        border-right: 20px solid transparent;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        top: 150px;
        right: 0px;
        transform: translate(5px, -50%);
    }
    .gweb2 .slick-prev:before {
        border-right: 20px solid #eb4a36;
        border-left: 20px solid transparent;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        top: 150px;
        left: 0px;
        transform: translate(-5px, -50%);
    }
    .gweb2 .slick-disabled {
        display: none !important;
    }
}

@media (min-width: 400px) {
    .gweb2 h1.stg-hero-title {
        color: #fff;
        font-size: 2.5em;
        text-align: center;
    }
    .gweb2 .stg-quote-icon {
        padding: 0 24px 24px 0;
    }
    .gweb2 .stg-quote-icon span.fa {
        font-size: 5em;
        line-height: 1.25em;
    }
    .gweb2 .stg-quote-copy {
        font-size: 1.45em;
        line-height: 1.65em;
    }
    .gweb2 .stg-section-title {
        font-size: 1em;
        margin: 1.5em 0 4.25em 0;
    }
    .gweb2 .stg-top-hero-copy {
        padding-left: 0px;
        max-width: 400px;
        margin: 0 auto;
    }
    .gweb2 .stg-woobox h2.open-sans-400 {
        font-size: 1.55em;
    }
}

@media (min-width: 480px) {
    .gweb2 h1.stg-hero-title {
        color: #fff;
        font-size: 2.85em;
        text-align: center;
    }
    .gweb2 .stg-top-hero-copy {
        padding-left: 0px;
        max-width: 480px;
        margin: 0 auto;
    }
}

@media (min-width: 600px) {
    .gweb2 h1.stg-hero-title {
        color: #fff;
        font-size: 3.5em;
    }
    .gweb2 .stg-hero-sub-title {
        color: #ccc;
        font-size: 1.2em;
        line-height: 1.8em;
    }
    .gweb2 h3.stg-section-title {
        font-size: 1.4em;
        margin: .5em 0 .5em 0 !important;
    }
    .gweb2 .stg-section-sub-title {
        display: block;
        font-size: 1.1em;
        line-height: 1.85em;
        margin-bottom: 4.5em;
    }
    .gweb2 .stg-slide-sub-title {
        font-size: 1.5em;
        line-height: 1.85em;
    }
    .gweb2 .stg-slide-sub-title h3 {
        font-size: 1.1em;
        line-height: 1.55em;
    }
    .gweb2 .stg-slide-sub-title li {
        margin-bottom: .45em;
        line-height: 1.55em;
    }
    .gweb2 .stg-slide-copy {
        font-size: 1.15em;
        line-height: 1.85em;
    }
    .gweb2 .stg-quote-icon {
        padding: 0 24px 64px 0;
    }
    .gweb2 .stg-quote-icon span.fa {
        font-size: 5em;
        line-height: 1.25em;
    }
    .gweb2 .stg-quote-copy {
        font-size: 1.55em;
        line-height: 1.65em;
    }
    .gweb2 .stg-list-container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: wrap;
        flex-flow: wrap;
        justify-content: flex-start;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    .gweb2 .stg-resp-hide600 {
        display: none;
    }
    .gweb2 h2.stg-slide-title {
        font-size: 2em;
        margin-bottom: 0px;
        margin-top: .25em !important;
    }
    .gweb2 .stg-music-rising-callout,
    .gweb2 .stg-yamaha-share-callout {
        padding: 24px !important;
    }
    .gweb2 .stg-music-rising-callout h2,
    .gweb2 .stg-yamaha-share-callout h2,
    .gweb2 .stg-woobox h2.open-sans-400 {
        font-size: 1.95em;
    }
    .gweb2 .stg-top-hero-copy {
        padding-left: 0px;
        max-width: 560px;
        margin: 0 auto;
    }
    .gweb2 .slick-next:before {
        border-left: 20px solid #eb4a36;
        border-right: 20px solid transparent;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        top: 150px;
        right: 0px;
        transform: translate(5px, -50%);
    }
    .gweb2 .slick-prev:before {
        border-right: 20px solid #eb4a36;
        border-left: 20px solid transparent;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        top: 150px;
        left: 0px;
        transform: translate(-5px, -50%);
    }
}

@media (min-width: 768px) {
    .gweb2 .slide-bottom-title {
        height: 74px;
        padding: 16px 16px 8px 16px;
    }
    .gweb2 .slide-bottom-title h3 {
        color: #f1f1f1 !important;
        font-size: 1.5em;
        line-height: .8em;
    }
    .gweb2 .slide-top-title {
        position: absolute;
        top: 8px;
        background: #eb4a36;
        height: 40px;
        padding: 10px 16px;
        color: #f1f1f1 !important;
    }
    .gweb2 .slide-top-title h3 {
        color: #f1f1f1 !important;
        font-size: 1.3em;
    }
    .gweb2 h1.stg-hero-title {
        color: #fff;
        font-size: 3.95em;
        text-align: left;
    }
    .gweb2 .stg-hero-sub-title {
        color: #ccc;
        font-size: 1.2em;
        line-height: 1.8em;
        text-align: left;
    }
    .gweb2 .stg-main-title {
        font-size: 3.25em;
        margin-bottom: 0px;
    }
    .gweb2 .stg-sub-title {
        font-size: 2em;
    }
    .gweb2 .stg-section-icon span.fa {
        font-size: 3em;
        line-height: 1.25em;
    }
    .gweb2 .stg-section-icon span.fa.fa-mobile-phone {
        font-size: 4em;
        line-height: 1em;
    }
    .gweb2 .stg-slide-icon span.fa {
        font-size: 10em;
        line-height: 1.25em;
    }
    .gweb2 .stg-slide-icon span.fa.fa-mobile-phone {
        font-size: 13em;
        line-height: 1em;
    }
    .gweb2 h3.stg-section-title {
        font-size: 1.5em;
        margin: 1em 0 .5em 0 !important;
    }
    .gweb2 .stg-section-sub-title {
        font-size: 1.1em;
        line-height: 1.85em;
        margin-bottom: 5em;
    }
    .gweb2 .stg-slide-sub-title {
        font-size: 1.5em;
        line-height: 1.85em;
    }
    .gweb2 .stg-slide-sub-title h3 {
        font-size: 1.1em;
        line-height: 1.65em;
    }
    .gweb2 .stg-slide-sub-title li {
        margin-bottom: .45em;
        line-height: 1.65em;
    }
    .gweb2 .stg-slide-copy {
        font-size: 1.3em;
        line-height: 1.85em;
    }
    .gweb2 .stg-quote-icon {
        padding: 0 32px 48px 0;
    }
    .gweb2 .stg-quote-icon span.fa {
        font-size: 5em;
        line-height: 1.25em;
    }
    .gweb2 .stg-quote-copy {
        font-size: 1.55em;
        line-height: 1.65em;
    }
    .gweb2 .stg-step-num {
        width: 3em;
        line-height: 3em;
        margin: 10px auto;
        position: absolute;
        bottom: 0px;
        left: calc(50% - 1.5em);
    }
    .gweb2 .arrow-up.stg-current {
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #eee;
        margin: 0 auto;
    }
    .gweb2 h2.stg-slide-title {
        font-size: 3em;
        margin-bottom: 0px;
    }
    .gweb2 .stg-music-rising-callout,
    .gweb2 .stg-yamaha-share-callout {
        color: #eee;
        min-height: 286px !important;
        max-height: 286px !important;
        width: calc(100% - 16px);
    }
    .gweb2 .stg-music-rising-copy {
        position: relative;
        max-height: 120px;
        overflow: hidden;
    }
    .gweb2 .stg-yamaha-share-copy {
        position: relative;
        max-height: 120px;
        overflow: hidden;
    }
    .gweb2 .stg-music-rising-callout {
        margin-left: 16px;
    }
    .gweb2 .stg-music-rising-callout h2,
    .gweb2 .stg-yamaha-share-callout h2,
    .gweb2 .stg-woobox h2.open-sans-400 {
        font-size: 1.35em;
    }
    .gweb2 .stg-top-hero-logo img {
        margin: 0 auto;
        max-width: 100%;
    }
    .gweb2 .col-sm-9.stg-top-hero-copy {
        padding-left: 48px;
    }
    .gweb2 .stg-top-hero-copy .ui-btn {
        display: inline-block;
        width: 100%;
        max-width: 300px;
    }
    .gweb2 .stg-top-hero-copy {
        padding-left: 0px;
        max-width: none;
        margin: 0 auto;
    }
    .gweb2 .ui-btn.stg-music-rising-btn {
        display: inline-block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .gweb2 .stg-music-rising-callout .ui-btn,
    .gweb2 .stg-yamaha-share-callout .ui-btn {
        position: absolute;
        bottom: 24px;
        width: 100%;
        max-width: 150px;
    }
    .gweb2 .stg-music-rising-callout:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid #eb4a36;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(-100%, -50%);
    }
    .gweb2 .stg-yamaha-share-callout:before {
        border: none;
    }
    .gweb2 .stg-yamaha-share-callout:after {
        content: "";
        width: 0;
        height: 0;
        border-right: 20px solid transparent;
        border-left: 20px solid #142954;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translate(100%, -50%);
        /* 142954 */
    }
    .gweb2 .stg-slide-hero-bg {
        height: 286px;
    }
    .gweb2 .stg-abney-before,
    .gweb2 .stg-abney-after {
        height: 270px;
    }
    .gweb2 .stg-woobox h2.open-sans-400 {
        font-size: 2.15em;
    }
    .gweb2 .slick-next:before {
        border-left: 30px solid #eb4a36;
        border-right: 30px solid transparent;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        top: 220px;
        right: 0px;
        transform: translate(20px, -50%);
    }
    .gweb2 .slick-prev:before {
        border-right: 30px solid #eb4a36;
        border-left: 30px solid transparent;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        top: 220px;
        left: 0px;
        transform: translate(-20px, -50%);
    }
}

@media (min-width: 864px) {
    .gweb2 .stg-quote-icon {
        padding: 0 32px 48px 0;
    }
    .gweb2 .stg-quote-icon span.fa {
        font-size: 5em;
        line-height: 1.25em;
    }
    .gweb2 .stg-quote-copy {
        font-size: 1.65em;
        line-height: 1.75em;
    }
}

@media (min-width: 992px) {
    .gweb2 .stg-quote-icon {
        padding: 0 32px 36px 0;
    }
    .gweb2 .stg-quote-icon span.fa {
        font-size: 5em;
        line-height: 1.25em;
    }
    .gweb2 .stg-quote-copy {
        font-size: 1.9em;
        line-height: 1.75em;
    }
    .gweb2 .stg-music-rising-callout h2,
    .gweb2 .stg-yamaha-share-callout h2 {
        font-size: 1.45em;
    }
}

@media (min-width: 1024px) {
    .gweb2 .stg-music-rising-callout h2,
    .gweb2 .stg-yamaha-share-callout h2 {
        font-size: 1.55em;
    }
}

@media (min-width: 1200px) {
    .gweb2 .stg-music-rising-callout h2,
    .gweb2 .stg-yamaha-share-callout h2 {
        font-size: 1.85em;
    }
}

@media (min-width: 1600px) {}

/* Post Submission */

#thanks {
    min-height: 380px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#thanks h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

#thanks h3 {
    margin-top: 0.9rem;
}

.fa-gift {
    font-size: 100px;
    color: #eb4a36;
}

.gift_wrap {
    border-bottom: 5px solid #33333354;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1.5rem;
    margin-bottom: 2.35rem;
}

/* Terms of Donation */

.T_header {
    text-align: center;
    margin: 0;
}

.container_box {
    margin: 5rem 0;
}

.T_header:nth-child(2) {
    margin-bottom: 5rem;
}

.container_box {
    margin-top: 5rem;
}