* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.programs__banner {
    width: 100%; 
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: inset 0px -54px 270px -49px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px -54px 270px -49px rgba(0,0,0,0.75);
    box-shadow: inset 0px -54px 270px -49px rgba(0,0,0,0.75);
    background-color: #dd3928;
    z-index: -1;
    margin: 0 auto; 
    position:absolute;
    margin-top: 0px;
    height: 600px;
    background-size: auto 100%;
    background-position: -100px;
    min-width: 300px;
}

.programs__banner video {
    width: 100%;
    min-width: 1150px;
}

.programs__banner_box {
    width: 100%;
    -webkit-box-shadow: inset 0px -54px 270px -49px rgba(0,0,0,0.55);
    -moz-box-shadow: inset 0px -54px 270px -49px rgba(0,0,0,0.55);
    box-shadow: inset 0px -54px 270px -49px rgba(0,0,0,0.55);
    height: 600px;
    min-height: 400px;
    max-height: 1200px;
    display: inline-block;
}

.programs__banner_content {
    margin-bottom: 100px;
    height: 200px;
    padding-top: 8%;
    width: 85%;
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
    padding-bottom: 200px;
    display: block;
}

.page-id-48969 .programs__banner, .page-id-133668 .programs__banner{
    height: 800px;
}
.page-id-48969 .programs__banner_box, .page-id-133668 .programs__banner_box{
    width: 100%;
    height: 800px
}

/*body {
    min-width: 1000px;
}*/

.programs__card_bg {
    background: #f1f2f2;
    width: 100%;
}

.programs__card {
    padding-top: 100px;
    padding-bottom: 120px;
    margin-top: -4px;
    background: #f1f2f2;
    width: 98%;
    max-width: 1100px;
}

.share_home {
    padding-bottom: 40px;
}

h4 {
    font-size: 1.8em;
    font-weight: 400;
    padding-bottom: 20px;
}

h5 {
    font-size: 1.4em;
    font-weight: 400;
    padding-bottom: 20px;
}

h5 span {
    border-bottom: solid 1px #dd3928;
    display: inline;
    letter-spacing: 0.07em;
    padding-bottom: 5px;
}

h6 {
    color: #8C898F;
    font-size: 1.2em;
    font-weight: 400;
    padding-bottom: 15px;
}

h6 span{
    letter-spacing: 0.06em;
}

.share_home {
    padding-bottom: 40px;
}

@media only screen and (max-width: 992px) {


    h4 {
        font-size: 1.5em;
        line-height: 1.2em;
        font-weight: 400;
        padding-bottom: 10px;
    }

    h5 {
        font-size: 1.2em;
        line-height: 1.1em;
        font-weight: 400;
        padding-bottom: 10px;
    }

    h6 {
        color: #98959B;
        font-size: 1.2em;
        line-height: 1.2em;
        font-weight: 400;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 638px) {

    h4 {
        font-size: 1.5em;
        line-height: 1.2em;
        font-weight: 400;
        padding-bottom: 10px;
    }

    h5 {
        font-size: 1.2em;
        line-height: 1.1em;
        font-weight: 400;
        padding-bottom: 10px;
    }

    h6 {
        color: #98959B;
        font-size: 1.2em;
        line-height: 1.2em;
        font-weight: 400;
        padding-bottom: 10px;
    }
}