.my-7rem {
    margin-bottom: 7rem;
    margin-top: 7rem;
}
.p-6rem {
    padding: 6rem;
}
.pw-alert-copy {
    border-left: 5px solid;
    padding-left: 2rem
}
.pw-alert-copy h3 {
    font-weight: 700;
    text-transform: uppercase;
}
.pw-alert-copy p {
    font-weight: 700;
}
.pw-alert-row {
    display: flex;
    justify-content: center;
}
.pw-callout-box {
    background: #eee;
    border-radius: 1rem;
    padding: 2rem;
}
.pw-double-feature-container {
    position: relative;
}
.pw-double-feature-container .gray-bg {
    display: none;
}
.pw-double-feature-container p {
    margin-bottom: 20px;
}
.pw-double-feature-container .pw-gray-btn {
    color: #000;
}
.pw-double-feature-container .pw-gray-btn:hover {
    background: #fff!important;
    color: #000;
}
.pw-double-feature-container .yellow-bg {
    display: none;
}
.pw-double-feature-container .gray-card-bg {
    background: #eee;
    margin-left: -15px;
    margin-right: -15px;
}
.pw-double-feature-container .yellow-card-bg {
    background: #f6bb42;
    margin-left: -15px;
    margin-right: -15px;
}
.pw-double-feature-container .pw-yellow-title .title-border {
    border-bottom-color: #fff;
}
.pw-feature-card {
    background: #eee;
    padding: 2rem 3rem 3.5rem 3rem;
    margin: 0 2rem;
}
.pw-feature-card p {
    margin-bottom: 20px;
}
.pw-feature-image {
    background-size: cover;
    height: 300px;
    margin-bottom: -3rem;
    margin-left: 0;
}
.pw-gray-btn {
    background: #eee!important;
    color: #ff9406;
}
.pw-gray-btn:hover {
    background: #ddd!important;
    color: #ff9406;
}
.pw-grid-row {
    margin-left: -5px;
    margin-right: -5px;
}
.pw-grid-row > * {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.pw-grid-tile {
    border: 1px solid #ddd;
    padding: 10px;
}
.pw-grid-tile a:hover h6 {
    color: #ff9406;
}
.pw-grid-tile h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 5px 0 0 0;
    text-align: center;
}
.pw-grid-img {
    background-position: center;
    background-size: cover;
    height: 180px;
    width: 100%;
}
.pw-image-card {
    background-size: cover;
    height: 400px;
    position: relative;
    margin-bottom: 15px;
}
.pw-image-card .copy-wrapper {
    padding: 2rem;
}
.pw-image-card .gradient-bg {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    height: 50%;
    position: absolute;
    top: 0;
    width: 100%;
}
.pw-image-card h2 {
    border: none;
    color: #f6bb42;
    margin: 0;
    text-shadow: 1px 1px 5px #000
}
.pw-image-card p {
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 1px 1px 5px #000
}
.pw-image-card a {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.pw-image-shadow {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.pw-list-img {
    background-position: center;
    background-size: cover;
    height: 120px;
    margin-right: 15px;
    width: 180px;
    flex: 0 0 180px;
}
.pw-list-tile {
    display: flex;
    margin-bottom: 15px;
}
.pw-list-copy h3 {
    margin: 0 0 10px 0;
    text-transform: none;
}
.pw-nav-content {
    border-bottom: none;
    float: none!important;
}
.pw-nav-content li {
    margin-top: 8px;
    margin-bottom: 0px!important;
}
.pw-nav-content li.active {
    margin-top: 0;
}
.pw-nav-content li a {
    background: #eee;
    border: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fd940e;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 12px;
    text-decoration: none;
    text-transform: none;
    transition: none;
}
.pw-nav-content li.active  a,
.pw-nav-content li.active  a:hover,
.pw-nav-content li.active  a:focus{
    background: #f6bb42;
    border: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 12px;
    pointer-events: none;
    text-decoration: none;
    text-transform: none;
}
.pw-secondary-nav {
    background: #eee;
    padding: 4px 0;
}
.pw-secondary-nav .container {
    display: flex;
}
.pw-secondary-nav-pill {
    color: #444;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    padding: 6px 0;
    margin-right: 40px;
}
.pw-secondary-nav-pill.active {
    background: #ccc;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 12px;
    pointer-events: none;
}
.pw-secondary-nav-pill:last-of-type {
    margin-right: 0;
}
.pw-secondary-nav-pill .active {
    background: #bbb;
    border-radius: 4px;
    padding: 6px 10px;
}
.pw-tab-content {
    border: 2px solid #f6bb42;
    padding: 10px;
}
.pw-tab-content a {
    display: flex;
}
.pw-tab-content .fa-minus,
.pw-tab-content .fa-plus {
    margin-left: auto;
}
.pw-tab-content a .fa-minus,
.pw-tab-content a.active .fa-plus {
    display: none;
}
.pw-tab-content a.active .fa-minus,
.pw-tab-content a .fa-plus {
    display: block;
}
.pw-tab-content .panel {
    border: none;
    margin: 0 0 5px 0;
}
.pw-tab-content .panel:last-of-type {
    margin: 0;
}
.pw-tab-content .panel-body {
    border: 2px solid #eee;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-color: #eee!important;
    margin-top: -5px;
    padding: 15px 15px 5px 15px;
}
.pw-tab-content .panel-content {
    margin-bottom: 0;
}
.pw-tab-content .panel-group {
    margin: 0;
} 
.pw-tab-content .panel-heading {
    background: #eee;
    padding: 0;
}
.pw-tab-content .panel-heading:hover {
    background: #ddd;
}
.pw-tab-content .panel-heading h4 {
    margin: 0;
    text-transform: none;
}
.pw-tab-content .panel-heading h4 a {
    padding: 10px 15px;
}
.pw-tab-content .panel-heading h4 i {
    color: #ff9406;
    margin-top: 4px;
}
.pw-title {
    margin-top: 0!important;
    padding-bottom: 4px;
}
.pw-title-lg {
    font-size: 3rem;
}
.pw-title .title-border{
    border-bottom-width: 3px;
    padding-bottom: 4px;
}
.pw-yellow-band {
    background: #f6bb42;
    padding-top: 0px;
    padding-bottom: 6px;
}
.pw-yellow-band .container .pw-yellow-band-title {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
}
.pw-yellow-band .container .pw-yellow-band-title > * {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    margin: 0;
}
.pw-yellow-band .container .pw-yellow-band-date {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}
.pw-yellow-btn {
    color: #000!important;
    display: inline-block;
    margin-bottom: 10px;
}
.pw-yellow-btn:hover {
    color: #000;
    background: #f5b025;
}
.pw-video-copy {
    margin-top: 1rem;
}
@media only screen and (min-width: 576px) {
    .pw-grid-img {
        height: 200px;
    }
    .pw-list-img {
        height: 140px;
        width: 200px;
        flex: 0 0 200px;
    }
    .pw-yellow-band {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .pw-yellow-band .container {
        display: flex;
        align-items: center;
    }
    .pw-yellow-band .container .pw-yellow-band-title {
        margin-right: auto;
    }
    .pw-yellow-band .container .pw-yellow-band-date {
        font-size: 18px;
        margin-left: auto;
    }
}
@media only screen and (min-width: 992px) {
    .copy-w-image-row {
        display: flex;
        align-items: center;
    }
    .my-lg-10rem {
        margin-bottom: 10rem;
        margin-top: 10rem;
    }
    .my-lg-14rem {
        margin-bottom: 14rem;
        margin-top: 14rem;
    }
    .p-lg-8rem {
        padding: 8rem;
    }
    .pl-lg-5rem {
        padding-left: 5rem;
    }
    .pr-lg-5rem {
        padding-right: 5rem;
    }
    .pw-callout-box {
        padding: 2rem 3rem;
    }
    .pw-callout-row {
        display: flex;
        justify-content: center;
    }
    .pw-double-feature-container .gray-bg {
        background: #eee;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        width: 50%;
    }
    .pw-double-feature-container .yellow-bg {
        background: #f6bb42;
        display: block;
        height: 100%;
        left: 50%;
        position: absolute;
        width: 50%;
    }
    .pw-double-feature-container .gray-card-bg {
        background: none;
        margin-left: 0;
        margin-right: 0;
    }
    .pw-double-feature-container .yellow-card-bg {
        background: none;
        margin-left: 0;
        margin-right: 0;
    }
    .pw-feature-card {
        margin: 5rem 0;
    }
    .pw-card-row {
        display: flex;
        justify-content: center;
    }
    .pw-feature-row {
        display: flex;
        align-items: center;
    }
    .pw-feature-image {
        background-size: cover;
        height: 100%;
        margin-bottom: 0;
        margin-left: -10rem;
    }
    .pw-feature-image-wrapper {
        align-self: stretch;
    }
    .pw-grid-img {
        height: 165px;
    }
    .pw-image-card {
        height: 440px;
        margin-bottom: 0;
    }
    .pw-nav-content li a {
        font-size: 22px;
        padding: 10px 20px;
    }
    .pw-nav-content li {
        margin-top: 10px;
    }
    .pw-nav-content li.active  a,
    .pw-nav-content li.active  a:hover,
    .pw-nav-content li.active  a:focus{
        font-size: 22px;
        padding: 15px 20px;
    }
    .pw-single-feature-row {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pw-video-row {
        justify-content: center;
        display: flex;
    }
}
@media only screen and (min-width: 1200px) {
    .pw-grid-img {
        height: 180px;
    }
}