/*
.accordion-panel {
    border-right: 1px solid #c4c8cc!important;
    border-left: 1px solid #c4c8cc!important;
    padding: 15px 20px!important
}
*/

/* accordion split "top and bottom" border fix */

.accordion.split {

    border-top: 0 !important; border-bottom: 0 !important;

}

.accordion.split .accordion-panel:first-child, .accordion.split .panel:first-child {

    border-top: 1px solid #c4c8cc !important;

}

.accordion.split .accordion-panel:last-child, .accordion.split .panel:last-child {

    border-bottom: 1px solid #c4c8cc !important;

}.tip-idea{
    font-size: 16px;
    line-height: 24px !important;
}.side-menu ul.link-list ul>li.dropdown:after {
    top: inherit;
    bottom: 0;
}

@media (max-width: 639px) {
    .accordion.split .grid-half:first-child .accordion-panel:last-child {

        border-bottom: 0 !important;

    }

    .contain-bg {
        background-size: contain !important;
    }

}

@media (min-width: 640px) and (max-width: 800px) {
    .tablet-contain {
        background-size: contain !important;
    }
}

/* accordion split end */
@media (min-width: 1200px) {
    .locator-form{
        height: 322px;
        width: 570px;
    }
}

.disc-list li a{
    font-weight: 300 !important;
    text-decoration: underline !important; 
}

.play-btn {
    margin-top: -20px
}

.play-btn::before {
    color: #fff
}

@media all and (-ms-high-contrast:none) {
    .play-btn::before {
        top: 17px
    }
}

.accordion {
    background: #fff
}

.callout.mar-t-45 {
    overflow: visible;
    min-width: 100%
}

.img-offset {
    display: block;
    margin: auto;
    position: absolute;
    top: -40px;
    background: #fff;
    outline: 20px solid #fff;
    left: 50%;
    margin-left: -40px
}

.mar-t-45 {
    margin-top: 45px!important
}

.img-offset-80 {
    margin-top: calc(-40px + (-80 - -40) * ((100vw - 639px)/ (1200 - 639)))
}

.div-offset {
    margin-top: calc(-100px + (-225 - -100) * ((100vw - 639px)/ (1200 - 639)))
}

.neg-zindex {
    z-index: -1;
    position: relative
}

.img-resp {
    max-width: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.collapse-toggle:hover .table-cell {
    text-decoration: underline
}

.collapse-toggle:hover .no-wrap {
    text-decoration: underline
}

.anchor-bar2 {
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
    left: 0
}

@media (max-width:768px) {
    .anchor-bar2 {
        top: 0!important
    }
}

.anchor-bar2 .anchor-inner {
    padding: 0;
    margin: 0 15px;
    border-top: 1px solid #c6c7c9
}

@media (max-width:768px) {
    .anchor-bar2 .anchor-inner {
        border-top: none
    }
}

.anchor-bar2 .rewards-links {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center;
    justify-content: center
}

.anchor-bar2 .rewards-links li {
    position: relative;
    margin-bottom: 0;
    padding: 20px
}

@media (max-width:768px) {
    .anchor-bar2 .rewards-links li {
        padding: 10px
    }
}

.anchor-bar2 .rewards-links li:before {
    content: "";
    display: block;
    height: calc(100% - 30px);
    width: 1px;
    background-color: #c6c7c9;
    position: absolute;
    right: 0;
    top: 15px
}

.anchor-bar2 .rewards-links li:last-child:before {
    content: none
}

.anchor-bar2 .rewards-links li.active:after {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 2px;
    background-color: #006ac3;
    position: absolute;
    bottom: 0
}

@media (max-width:768px) {
    .anchor-bar2 .rewards-links li.active:after {
        left: 15%
    }
}

.anchor-bar2 .rewards-links li.active a {
    color: #000;
    font-weight: 500
}

@media (max-width:639px) {
    .img-offset-80 {
        margin-top: 0
    }
    .div-offset {
        margin-top: -180px
    }
    .fw-bnr {
        background-position: 25% 25%!important
    }
}

@media (min-width:1200px) {
    .img-offset-80 {
        margin-top: -80px
    }
    .div-offset {
        margin-top: -225px
    }
}