#video_overlay {
    position: absolute;
    top: 87.4%;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.50);
    transform: skewY(-3deg);
    transform-origin: bottom right;
    z-index: 9;
}
#video_overlay2 {
    position: absolute;
    top: 91%;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    transform: skewY(-2deg);
    transform-origin: bottom right;
    z-index: 9;
}
#video_logo_overlay {
    position:absolute;
    left: 50%;
    top: 50%;
    width: 33%;
    z-index: 9;
    margin-left: -16.5%;
    margin-top: -11%;
    -webkit-filter: drop-shadow(-1px -1px -13px #666);
    filter: drop-shadow(-1px -1px 13px #666);
}
.embed_container {
    position:relative;
    overflow: hidden;
    padding-bottom: 42.6%;
    /*Default/backup image in case video is slow to load*/
    background-image: url(/images/default_header_bg.jpg);
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
#homepage_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#ww_rated_logo {
    position: absolute;
    /* top: 43%;
    height: 150px;
    width: 150px; */
    z-index: 9;
    right: 30px;
    padding-bottom: 45.6%;
    margin-top: -4.5%;
}
#mission_statement {
    margin-top: 35px;
    text-align: center;
    margin: 0 auto;
    width: 65%;
    position: relative;
    z-index: 3;
}
#mission_statement p {
    display: none;
}
#mission_statement .hhf-btn {
    margin-top: 30px;
}
#homepage_cohesion {
    position: relative;
}
#cohesion_trapezoid {
    position: absolute;
    top: 2%;
    bottom: 0;
    right: 0;
    left: -17%;
    width: 150%;
    height: 75%;
    background-color: var(--hhf-grey-light);
    transform: perspective(275px) rotateY(2deg) translateZ(-93px);
    z-index: 1 !important;
}
#about_us {
    display: flex;
    flex-flow: row wrap;
    width: 95vw;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
    z-index: 3;
    transform: translateZ(100px);
    margin-bottom: 60px;
}
#about_us .about_img {
    flex: 5 1 304px;
    padding-right: 20px;
}
#about_us img {
    width: 100%;
}
#about_us .about_us {
    flex: 3 2 425px;
    padding: 0px 25px;
}
#about_us .about_us h2 {
    margin-top: 0px;
}
#accolades {
    margin-top: -100px;
    margin-bottom: 50px;
}
#accolades a {
    text-decoration: none;
}
#accolades a img {
    height: 100px;
    margin-right: 20px;
}
#reviews_and_videos {
    position: relative;
    text-align: center;
    width: 100vw;
    margin: 0 auto;
    color: #f6f7f8;
    padding-top: 100px;
}
#reviews_and_videos a:link,
#reviews_and_videos a:visited {
    font-size: 0.85em;
    color: #fff;
}
#reviews_and_videos > *:not(#rv_diagonal) {
    z-index: 9;
    transform: translateZ(100px);
    position: relative;
}
#rv_diagonal {
    position: absolute;
    top: 75px;
    bottom: 0;
    right: 0;
    left: -25%;
    width: 150%;
    height: 100%;
    background-color: var(--hhf-purple-blue);
    transform-style: flat;
    transform: perspective(275px) rotateY(-2deg) translateZ(11px);
    z-index: 2 !important;
}
.review {
    width: 75%;
    margin: 0 auto;
}
.review img {
    height: 80px;
    width: 80px;
    border-radius: 40px;
}
.review h1 {
    font-family: Raleway, 'sans-serif';
    font-weight: 600;
    font-style: italic;
    font-size: 2.2em;
    line-height: 1.1em;
}
.review p {
    font-size: 1em;
    width: 75%;
    margin: 0 auto;
}
.review_author {
    display: inline-block;
    margin-top: 25px;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 900;
}
.review_links {
    margin-top: 15px;
    font-style: italic;
    font-size: 1em;
}
#video_gallery {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 30px;
}
#video_gallery li {
    position: relative;
    flex: 1;
    flex-basis: 50%;
    margin: 0px;
    padding: 0px;
}
#video_gallery li a {
    display: block;
    margin-bottom: -5px;
}
#video_gallery li img {
    width: 100%;
    height: auto;
    z-index: 2;
}
#video_gallery li i {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    font-size: 5em;
    margin-top: -5%;
    margin-left: -5%;
    text-shadow: 2px 2px 0px #4D4D4D;
    opacity: 0;
    transition: opacity 200ms;
    cursor: pointer;
}
/* #video_gallery li:hover {
    -webkit-filter: saturate(30%);
    filter: saturate(30%);
} */
#video_gallery li:hover i {
    opacity: 1;
}
#more_films {
    font-style: italic;
}
#partners_container {
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    z-index: 3;
    padding: 85px 20px;
    max-width: 75vw;
    transform: translateZ(100px);
}
#partners_container h3 {
    text-align: center;
}
#partner_logos {
    text-align: center;
}

#partner_logos img {
    margin-top: 20px;
    width: 100%;
}
#investment {
    margin-top: 130px;
    position: relative;
    z-index: 3;
}

#investment_header {
    margin: 0 auto;
    width: 75%;
    text-align: center;
}
#investment_header h2 {
    text-transform: capitalize;
    font-size: 2em;
}

#pricing {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}
.pricing_option {
    flex: 1;
    margin: 0px 20px;
    min-height: 535px;
    padding: 15px;
    max-width: 450px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 320px;
}
#highlight_reel_option {
    background-image: url('/images/highlight_reel_package.jpg');
}
#feature_film_option {
    background-image: url('/images/feature_film_package.jpg');
}
#custom_project_option {
    background-image: url('/images/custom_package.jpg');
}
#contact_us {
    margin-top: 50px !important;
}
.offerings {
    border: 1px solid #333;
    padding: 15px 25px;
    position: relative;
    padding-top: 65%;
    min-height: 510px;
}
.offering_title {
    color: var(--hhf-white);
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height:220px;
    padding-top: 20px;
}
.offering_title strong {
    display: block;
    font-size: 2.5em;
    text-shadow: 2px 2px 8px var(--hhf-dark);
    margin: 45px 0px;
    text-transform: capitalize;
}
.offering_title em {
    font-size: 1.5em;
    text-shadow: 2px 2px 8px var(--hhf-dark);
}
.offerings ul {
    list-style: none;
    padding: 10px;
    margin: 0px;
    font-weight: 500;
    padding-bottom: 0px;
    display: table;
}
.offerings li {
    display: table-row;
}
.offerings li:before {
    padding-right: 10px;
    content: "/";
}
#custom_project_option .offerings li:before {
    padding-right: 10px;
    content: "+";
    display: table-cell;
    text-align: left;
}
.offerings ul ul {
    margin-top: -5px;
}
.offerings ul ul li {
    font-style: italic;
    font-weight: 400;
    padding-left: 10px;
}
.offerings ul ul li:before {
    padding-right: 10px;
    content: "-";
}
.pricing_details {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    padding: 25px;
}
.pricing_details h3 {
    font-size: 0.85em;
    padding-bottom: 5px;
    border-bottom: 1px dashed var(--hhf-dark);
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
}
.price {
    flex: 1;
    text-align: left;
    font-size: 1.6em;
}
.radio_container {
    flex: 1;
    text-align: right;
}
.radio_price_button {
    height: 24px;
    width: 24px;
    border-radius: 12px;
    border: 1px solid var(--hhf-dark);
    padding:4px;
    cursor: pointer;
    outline: none;
}
.bubble {
    opacity: 0;
    background-color: var(--hhf-dark);
    width: 100%;
    height: 100%;
    border-radius: 8px;
    transition: opacity 200ms;
    pointer-events: none;
}
.radio_price_button:hover .bubble,
.radio_price_button:active .bubble  {
    opacity: 0.5;
}
.radio_price_button.selected .bubble {
    opacity: 1;
    background-color: var(--hhf-purple-blue);
}

/* Secondary Video Zone */
#secondary_video {
    background-color: black;
    margin-top: -15px !important;
}
