body {
    font-family: 'Work Sans', Arial, sans-serif;
    font-family: "Work sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #444;
}

body {
    font-family: "Work sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

a {
    /* color: #2D3238; */
    color: #B5133D;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

[class^="icon-"]::before {
    display: none;
}

.container {
    max-width: 1170px;
}

/* 
   Style Overrides for Bootstrap and Castle
*/

/* This is to fix the dates on the newsroom listing pages */

.query-results .dt-compact .row .col-lg-1, .query-results .dt-compact .row .col-lg-10 {
    width: 100%;
}

/*
   Breadcrumbs
*/

.breadcrumbs-container {
    display: none;
}

/* -----------------------------------
    Buttons
----------------------------------- */

.btn-primary {
    color: #fff;
    background-color: #B5133D;
    border-color: #8b0000;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #8b0000;
    border-color: #8b0000;
}

/* -----------------------------------
    USWDS Header
----------------------------------- */

.top-nav-bar {
    background-color: #222;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.top-nav-bar .top-nav-bar-top {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: .8rem;
    background-color: #222;
    z-index: 9999;
}

.top-nav-bar .top-nav-bar-top .usa-official-website.left .lnk-official-us-site {
    font-size: 1.1rem;
    color: #f5f5f5;
    opacity: 1;
}

.top-nav-bar .top-nav-bar-top .usa-official-website.left .lnk-official-us-site u {
    color: #bbb;
}

.top-nav-bar .top-nav-bar-top .usa-official-website.left .lnk-official-us-site:hover {
    opacity: .8;
    text-decoration: none;
}

.top-nav-bar .top-nav-bar-top .usa-official-website.left .lnk-official-us-site::before {
    content: "";
    background-image: url(../uswds-2.9.0/img/us_flag_small.png);
    background-size: 17px 10px;
    background-repeat: no-repeat;
    width: 17px;
    height: 10px;
    display: inline-block;
    margin: 0 8px -1px 0;
    opacity: 1;
}

.top-nav-bar .top-nav-bar-top .usa-official-website.left .lnk-official-us-site::after {
    content: "";
    background-image: url(../uswds-2.9.0/img/angle-arrow-down.svg);
    background-size: 8px 8px;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 4px;
    opacity: 1;
    transition: transform .5s ease;
}

.top-nav-bar .top-nav-bar-top .usa-official-website.left .lnk-official-us-site.rotate::after {
    transform: rotate(180deg);
}

@media only screen and (max-width: 820px) {
    .top-nav-bar .top-nav-bar-top {
        flex-direction: column;

        padding: 20px 20px 10px;
    }
}

.top-nav-bar .top-nav-bar-bottom {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 15px;
    font-size: .8rem;
    height: 0;
    opacity: 0;
    transform: translateY(-104px);
    transition: all 0.5s ease-out;
}

.top-nav-bar .top-nav-bar-bottom.open {
    margin: 20px auto 30px;
    height: auto;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s ease-out;
}

.top-nav-bar .top-nav-bar-bottom .left {
    display: flex;
    flex-direction: row;
}

.top-nav-bar .top-nav-bar-bottom .left img {
    margin: 0 20px 0 0;
}

.top-nav-bar .top-nav-bar-bottom .left div h5 {
    color: #f5f5f5;
    font-size: 2rem;
}

.top-nav-bar .top-nav-bar-bottom .left div p {
    color: #f5f5f5;
    font-size: 1.4rem;
}

.top-nav-bar .top-nav-bar-bottom .right {
    display: flex;
    flex-direction: row;
    margin: 0 0 0 40px;
}

.top-nav-bar .top-nav-bar-bottom .right img {
    margin: 0 20px 0 0;
}

.top-nav-bar .top-nav-bar-bottom .right div h5 {
    color: #f5f5f5;
    font-size: 2rem;
}

.top-nav-bar .top-nav-bar-bottom .right div p {
    color: #f5f5f5;
    font-size: 1.4rem;
}

.top-nav-bar .top-nav-bar-bottom .right div p .icon-lock {
    background-image: url(../uswds-2.9.0/img/lock.svg);
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    display: inline-block;
}


/* -----------------------------------
    Main Menu
----------------------------------- */

header {
    background-color: #262F36;
    width: 100%;
}

.desktop-menu {
    margin: 0 auto;
    background-color: #262F36;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
    z-index: 50;
}

.navbar {
    margin-bottom: 0;
}

.nav>li>a {
    padding-right: 10px;
    padding-left: 10px;
    color: white;
}

.nav>li>a:hover {
    color: #2D3238;
}

.logo-bar {
    background-color: #F4F5F6;
}

/* Logo */

.logo p {
    margin: 10px 25px 10px 0;
    float: left;
    width: 95px;
    height: 95px;
}

.logo p img {
    width: 100px;
}

/* Website Title */

.logo h2 {
    color: #2D3238;
    padding-top: 5px;
}

/* Search */

.search .form-group {
    margin-top: 40px;
}

.search .input-group {
    float: right;
    width: 270px;
}

.icon-search::before {
    content: url("icon-searchbar.svg");
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.twitter-feed {
    border-left: solid 4px #f5f5f5;
}

.flex {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
}

@media (max-width: 767px) {
    .logo h2 {
        font-size: 20px;
        margin: 10px 0 10px 0;
        max-width: 400px;
    }
    .logo p {
        margin: 0px 10px 10px 0;
        float: left;
        width: 80px;
        height: 80px;
    }
    .logo p img {
        width: 100%;
    }

    .row.flex {
        flex-direction: column;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .logo h2 {
        margin: 15px 0;
        padding-top: 12px;
    }
    .logo p {
        margin: 0px 20px 10px 0;
        float: left;
    }
    .logo p img {
        width: 100%;
    }
}

/* -----------------------------------
    Footer
----------------------------------- */

.footer {
    background-color: #262F36;
    color: white;
    padding: 40px 0;
}

.footer .footer-links, .footer .sub-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline-block;
}

.footer .footer-links li, .footer .sub-footer-links li {
    display: inline-block;
    margin-right: 20px;
}

.footer .footer-links li a {
    color: white;
    font-size: 14px;
}

.footer .sub-footer-links li a {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
}

.sub-footer-links {
    float: left;
    width: 100%;
    text-align: center;
}

footer .nav>li>a:hover, footer .nav>li>a:focus {
    background-color: transparent;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .footer .footer-links li, .footer .sub-footer-links li {
        display: block;
        margin-right: 20px;
        padding: 5px 0;
    }
    .footer .footer-links {
        margin-bottom: 30px;
    }
    .footer .footer-links li a, .footer .sub-footer-links li a {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer .footer-links, .footer .sub-footer-links {
        text-align: center;
    }
}

/* -----------------------------------
    Front page banner
----------------------------------- */

.frontpage-header {
    position: relative;
    background-repeat: no-repeat;
    min-height: 100%;
    background-color: transparent;
    background-size: cover !important;
}

.frontpage-header::after {
    content: "";
    background-size: cover !important;
    /* opacity: 0.5; */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    /* Old WebKit */
    /* -webkit-filter: grayscale(1);
  filter: grayscale(1); */
    background-color: black;
}

.frontpage-header .banner-container {
    max-width: 700px !important;
    margin: 0 auto;
}

.frontpage-header .jumbotron-heading {
    color: white;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.frontpage-header .lead {
    color: white;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .frontpage-header {
        padding-top: 100px;
        padding-bottom: 100px;
        margin-bottom: 0;
    }
    .frontpage-header .jumbotron-heading {
        font-size: 38px;
    }
}

@media (min-width: 1200px) {
    .frontpage-header {
        padding-top: 150px;
        padding-bottom: 150px;
        margin-bottom: 0;
    }
    .frontpage-header .jumbotron-heading {
        font-size: 38px;
    }
}

/* -----------------------------------
    News and Video Section
----------------------------------- */

.news-section {
    padding-top: 20px;
}

.news-section .see-all {
    text-align: right;
}

.news-column h5.title {
    margin-bottom: 10px;
    /* letter-spacing: .15em; */
}

.news-column .media-body {
    display: block;
    width: 100%;
}

.news-column .media-body h6.date {
    color: #6c6f73;
    margin-bottom: 0;
    letter-spacing: .15em;
}

.news-column .media-body h3.title {
    margin-top: 5px;
}

.news-column .media-body h3.title a {}

/*truncate text for front page */

.news-column .media-body p.description {
    color: #6c6f73;
    font-weight: normal;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    max-height: 3.6em;
    text-align: justify;
    margin-right: 0;
    padding-right: 1em;
}

.news-column .media-body p.description:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
}

.news-column .media-body p.description:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
}

.news-column .media-body p.read-more {}

.date span.pat-moment {
    font-size: 0.8em;
}

.section-front-page .logo h1 {
    font-size: 30px;
    color: #2D3238;
    padding-top: 5px;
}

.section-front-page h2 {
    font-size: 1em;
}

.section-front-page .three-column-section h2 {
    font-size: 1.5em;
}

@media (max-width: 767px) {
    .news-column {
        margin-bottom: 60px;
    }
    .video-column {
        border-top: 3px solid #ddd;
        padding-top: 20px;
        margin-bottom: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .news-column {
        margin-bottom: 60px;
    }
    .video-column {
        border-top: 3px solid #ddd;
        padding-top: 20px;
        margin-bottom: 60px;
    }
}

/* -----------------------------------
    Newsletter Section
----------------------------------- */

.newsletter-section {
    background-color: #262F36;
    color: white;
}

.newsletter-section .container {
    padding: 50px 0;
}

.newsletter-section .row {
    margin: 15px 0;
}

.newsletter-section .newsletter-details {}

.newsletter-section .section-title {
    color: rgba(255, 255, 255, .7) !important;
    margin-bottom: 0;
    letter-spacing: .15em;
}

.newsletter-section .title {
    margin-top: 5px;
}

.newsletter-section .title a {
    margin-top: 5px;
    color: white;
}

.newsletter-section .description {
    color: rgba(255, 255, 255, .7) !important;
    font-weight: normal;
    margin-bottom: 20px;
}

.newsletter-section .download-button {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf;
}

.newsletter-section .see-all {
    color: white;
}

.newsletter-section .newsletter-cover p {
    text-align: center;
}

.newsletter-section .newsletter-cover p a img {
    max-width: 250px;
    border: 1px solid rgba(0, 0, 0, .4);
    border-radius: 4px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .4);
}

/* -----------------------------------
    3 Columns Section
----------------------------------- */

.three-column-section {
    background-color: #F4F5F6;
}

.three-column-section .container {
    padding: 40px 0;
}

/* Quick Links - Widget */

.quick-links h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.quick-links ul {
    list-style: none;
    padding: 0;
}

.quick-links ul li {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.quick-links ul li a {
    font-size: 20px;
}

.three-column-section .content-widget {
    text-align: center;
}

.three-column-section .content-widget .lead-image {
    height: 150px;
    margin-bottom: 10px;
    margin-top: 20px;
}

/* Three Columns - Widgets */

.three-column-section .content-widget .lead-image img {}

.three-column-section .content-widget .title {}

.three-column-section .content-widget .description {}

.three-column-section .content-widget .read-more {}

.navbar-static-top {
    z-index: 100;
}

/*Mobile Navigation */

#main-wrapper {
    -webkit-transition: margin 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88) 0s;
    -moz-transition: margin 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88) 0s;
    -ms-transition: margin 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88) 0s;
    -o-transition: margin 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88) 0s;
    transition: margin 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88) 0s;
    /*margin-left: 0;*/
    /*margin-right: 0;*/
}

#mobile-navigation-wrapper {
    display: block;
    z-index: 4;
    position: absolute;
    left: -220px;
    top: 0;
    width: 220px;
    height: 100%;
    background-color: #262F36;
    -webkit-transition: left 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88) 0s;
    -moz-transition: left 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88) 0s;
    -ms-transition: left 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88) 0s;
    -o-transition: left 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88) 0s;
    transition: left 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88) 0s;
}

#mobile-navigation-wrapper li {
    width: 100%;
}

#mobile-navigation-wrapper li a {
    -webkit-transition: padding 150ms ease-in;
    -moz-transition: padding 150ms ease-in;
    -ms-transition: padding 150ms ease-in;
    -o-transition: padding 150ms ease-in;
    transition: padding 150ms ease-in;
    padding: 11px 15px;
    color: white;
    display: block;
}

#mobile-navigation-wrapper li a:hover {
    text-decoration: none;
}

#mobile-navigation-wrapper li li:hover {
    background-color: #007E7C;
}

#mobile-navigation-wrapper li li:hover a {
    -webkit-transition: padding 150ms ease-in;
    -moz-transition: padding 150ms ease-in;
    -ms-transition: padding 150ms ease-in;
    -o-transition: padding 150ms ease-in;
    transition: padding 150ms ease-in;
    color: white;
}

.navbar-toggle {
    float: left;
    position: relative;
    left: 20px;
    top: 20px;
    display: block;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    border-color: white;
}

#portal-globalnav li.active.selected a, #mobile-navigation-wrapper li.active.selected a, #mobile-navigation-wrapper li a:focus, #mobile-navigation-wrapper li a:hover {
    color: #2D3238;
    text-decoration: none;
    background-color: #eee;
}

body.mobile-nav-active #mobile-navigation-wrapper {
    box-shadow: 0 0 24px 0 black;
    -moz-box-shadow: 0 0 24px 0 black;
    -webkit-box-shadow: 0 0 24px 0 black;
    margin-bottom: 60px;
    left: 0;
    position: absolute;
    top: 50px;
    padding-top: 20px;
    overflow-x: auto;
}

body.mobile-nav-active #primary-nav-mobile span.menu {
    color: white;
}

body.mobile-nav-active .z-animateddrawer .burg:after {
    background-color: white;
}

body.mobile-nav-active #main-wrapper {
    margin-left: 220px;
    margin-right: -220px;
}

#portaltab-members:hover {
    color: #00b1ae;
}

#primary-nav-mobile {
    border: none;
    float: left;
    background-color: transparent;
    position: relative;
    padding: 0;
    margin: 15px 0px;
    top: 0px;
    z-index: 105;
}

#primary-nav-mobile span.menu {
    font-size: 1.1em;
    padding-left: 0.3em;
    float: right;
    color: white;
    -webkit-transition: color 500ms ease-out;
    -moz-transition: color 500ms ease-out;
    -o-transition: color 500ms ease-out;
    transition: color 500ms ease-out;
}

#primary-nav-mobile span.burger-middle {
    left: 0;
    background-color: white;
    height: .4em;
}

.animateddrawer {
    font-size: 10px;
    width: 26px;
    height: 2.3em;
    outline: none;
    z-index: 1000;
    float: left;
}

.animateddrawer:before, .animateddrawer:after {
    position: absolute;
    content: '';
    display: block;
    width: 26px;
    height: .4em;
    background: white;
    border-radius: 2px;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.animateddrawer:after {
    top: auto;
    bottom: 0;
}

.animateddrawer span.burger-middle {
    width: 26px !important;
    height: .4em;
    background: white;
    position: absolute;
    top: 54%;
    margin-top: -0.3em;
    border-radius: 2px;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
}

.animateddrawer span.burger-middle:after {
    display: block;
    width: 26px;
    height: .4em;
    background: white;
    border-radius: 2px;
    position: absolute;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    content: '';
}

.mobile-nav-active .animateddrawer:before {
    top: 50%;
    margin-top: -0.3em;
    opacity: 0;
}

.mobile-nav-active .animateddrawer:after {
    bottom: 50%;
    opacity: 0;
}

.mobile-nav-active .animateddrawer span.burger-middle {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-nav-active .animateddrawer span.burger-middle:after {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

body.mobile-nav-active.toolbar-initialized #mobile-navigation-wrapper {
    left: 0px;
    margin-top: 0px;
}

body.mobile-nav-active #main-wrapper, body.mobile-nav-active header .top-navigation-container {
    margin-left: 220px;
    margin-right: -220px;
}

@media (max-width: 767px) {
    .three-column-section .quick-links {
        margin-bottom: 60px;
    }
    .three-column-section .quick-links ul, .three-column-section .quick-links h3 {
        padding: 15px;
    }
    .three-column-section .content-widget {
        padding: 15px;
        border-top: 1px solid #ddd;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .three-column-section .quick-links, .three-column-section .content-widget {
        margin-bottom: 60px;
    }
    .three-column-section .content-widget {
        padding: 15px;
        border-top: 1px solid #ddd;
    }
}

/* -----------------------------------
    Mobile and higher
----------------------------------- */

.mobile-menu .navbar-header {
    width: 100%;
}

.mobile-menu .navbar-brand {
    color: white;
}

.mobile-menu .menu-button p {
    color: white;
    text-align: right;
}

/* -----------------------------------
    Tablets and higher
----------------------------------- */

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
    /* Display Hamburger Menu */
    .mobile-menu {}
    /* Hide Desktop Menu */
    .desktop-menu {}
}

/* -----------------------------------
    Desktop and higher
----------------------------------- */

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
    /* Hide Hamburger Menu */
    .mobile-menu {}
    /* Display Desktop Menu */
    .desktop-menu {}
}

/* -----------------------------------
    Desktop XL and higher
----------------------------------- */

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

/* -----------------------------------
    Hidden Classes
----------------------------------- */

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    #mobile-globalnav {
        margin-left: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (min-width: 768px) {
    body.toolbar-initialized .container {
        width: 100%;
    }
}

@media (min-width: 991px) {
    .hidden-lg-up {
        display: none;
    }
}

@media (max-width: 991px) {
    .tiny-search {
        float: right;
        z-index: 50;
        position: fixed;
        top: 18px;
        right: 18px;
    }
    .tiny-search a {
        color: white;
    }
    .search-link-text {
        font-weight: bold;
        vertical-align: top;
        font-size: 16px;
        line-height: 1;
    }
    .toolbar-initialized .tiny-search {
        top: 74px;
    }
}

/*@media (min-width: 768px) {*/

/*  body.toolbar-initialized .container {*/

/*    width: 750px;*/

/*  }*/

/*}*/

/*@media (min-width: 992px) {*/

/*  body.toolbar-initialized .container {*/

/*    width: 970px;*/

/*  }*/

/*}*/

/*@media (min-width: 1200px) {*/

/*  body.toolbar-initialized .container {*/

/*    width: 1170px;*/

/*  }*/

/*}*/

/* Temporarily Hidden "Featured Video" on homepage */

/*.news-column {
    width: 100%;
}*/

.video-column {
    display: none;
}

.jumbotron p {
    font-weight: 350;
}

/* Web Form */
#content-core form input {
    margin-bottom: 20px;
    width: 50%;
    min-width: 300px;
    padding: 7px;
}

#content-core form textarea {
    margin-bottom: 20px;
    width: 100%;
    min-width: 300px;
    padding: 7px;
    min-height: 200px;
}

#content-core form .option input {
  width: 15px;
  min-width: 15px;
}

#content-core form label p {
  font-weight: normal;
}

#content-core form .formHelp {
    width: 100%;
    display: block;
    color: #666;
    font-weight: 400;
    font-style: italic;
}

#content-core form .fieldControls {
    position: relative;
    right: 0;
    text-align: right;
}

#content-core form select[multiple], 
#content-core form select[size] {
    margin-bottom: 15px;
}

/* Media Page / Hide News Filter and Pagination */
.section-media .pat-queryfilter,
.section-media .query-results .top-total,
.section-media .query-results .read-more {
   display: none;
}

#main-content header {
    background-color: transparent;
}

.landscape .youtube{
position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.landscape .youtube iframe {
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container.landscape .video-inner-container, .video-container.landscape .pat-video {
    height: 0 !important;
}