/* Responsive styles for devices with a viewport less than 768px wide */
/* New styles should follow these best practices: https://gist.github.com/basham/2175a16ab7c60ce8e001 */
/* This file is for setting variables to be used within all project stylesheets */
/* Fonts */
@import url("https://fonts.googleapis.com/css?family=Merriweather:400,700|Source+Sans+Pro:400,600,700&display=swap");
/* Font Size and Line-height */
/* For font size of at least 19px and bold or 24px */
/* Added for HI 508 fix */
@media (max-width: 767px) {
  /* ---------- Global Starts ----------- */
  .MainContent {
    margin: 20px 0px 80px;
  }
  /* ---------- Global Ends ----------- */
  /* ---------- Header Starts ----------- */
  #Top_Wrapper #container_operatingstatus[data-statusid="0"] {
    right: 45px;
    top: 64px;
  }
  .FixedPlaceHolder {
    height: 104px;
  }
  #Top_Wrapper_Responsive {
    min-height: 56px;
  }
  #Top_Wrapper_Responsive a.menu-link {
    margin-left: 10px;
    margin-right: 0px;
  }
  #Top_Wrapper_Responsive .hamburgerMenu {
    padding: 8px 20px;
  }
  #Top_Wrapper_Responsive .operatingStatusToggle {
    padding-right: 20px;
    margin-right: 20px;
  }
  #Top_Wrapper_Responsive .searchMenuIcon {
    padding-right: 20px;
    margin-right: 20px;
  }
  #Sticky_Navigation_Responsive {
    display: none;
  }
  #MainContent_Container {
    padding: 0 20px;
  }
  #preContent {
    padding: 0 20px;
    padding-top: 10px;
  }
  #HomepageBannerContainer .AlertBanner {
    min-height: 80px;
  }
  #HomepageBannerContainer .AlertBanner > h2 {
    font-size: 0.9rem;
  }
  #HomepageBannerContainer .AlertBanner > p {
    font-size: 0.8rem;
  }
  /* ---------- Header Ends ----------- */
  /* ---------- Menu Starts ----------- */
  .left-panel h3 {
    font-size: 0.9375rem;
    line-height: 1.5em;
  }
  .left-panel .left-panel-top {
    display: block;
    padding: 20px 20px 20px 20px;
  }
  .left-panel .left-panel-top ul {
    columns: 2 100px;
  }
  .left-panel .left-panel-top ul li {
    width: 100%;
    line-height: 1.5em;
  }
  .left-panel .left-panel-top ul li a span {
    color: white;
  }
  .left-panel .left-panel-top ul li.current a span {
    color: #e0aa1a;
  }
  .left-panel .left-panel-bottom {
    padding: 20px 20px 20px 20px;
  }
  .left-panel .left-panel-bottom #SideNav ul, .left-panel .left-panel-bottom #SideNavAudiences ul {
    margin: 11px 0 -11px 0;
  }
  .left-panel .left-panel-bottom #SideNav ul li, .left-panel .left-panel-bottom #SideNavAudiences ul li {
    font-size: 0.9375rem;
    padding: 11px 0px 11px 6px;
  }
  .left-panel .left-panel-bottom #SideNav ul li > ul li, .left-panel .left-panel-bottom #SideNavAudiences ul li > ul li {
    font-size: 1rem;
  }
  .left-panel .left-panel-bottom #SideNav ul li > ul li > ul li, .left-panel .left-panel-bottom #SideNavAudiences ul li > ul li > ul li {
    padding-left: 25px;
  }
  .left-panel .left-panel-bottom #SideNav ul li a.toggleSecNav, .left-panel .left-panel-bottom #SideNavAudiences ul li a.toggleSecNav {
    top: 18px;
    left: 92%;
  }
  .left-panel .left-panel-footer-bottom {
    padding: 1em 20px 150px;
  }
  .left-panel .left-panel-footer-bottom .footer-links {
    font-size: 0.9rem;
    columns: 2 100px;
  }
  /* ---------- Menu Ends ----------- */
  /* ---------- Typography Starts ---------- */
  section:not(.landing-hero, .homepage-spotlights, .usa-section, .tab-content) h1 {
    display: none;
  }
  main section.usa-section h1 {
    display: unset;
  }
  h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  p, div.EditPanel, .MainContent ul, .MainContent ol {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  /* ---------- Typography Ends ---------- */
  /* ---------- Page Content Elements Starts ----------- */
  .Breadcrumbs a, .Breadcrumbs span.current {
    font-size: 1rem;
    line-height: 1.4em;
  }
  .TabNavigation ul, .TabNavigation ul > li {
    font-size: 1.15rem;
    line-height: 2.125rem;
  }
  .TabNavigation a, .TabNavigation .current a {
    padding-right: 20px;
  }
  #SideBar h2, .SideBar h2, .SideBarWide h2, .Bios h2 {
    font-size: 1rem;
  }
  img.bioBanner {
    height: 100%;
    width: 100%;
  }
  div.Bios p {
    width: 100%;
  }
  div.Bios ul li {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
  }
  .h2_woh {
    padding-top: 4%;
    font-size: 2.8em !important;
  }
  .woh_location {
    padding-top: 7%;
  }
  /* ---------- Page Content Elements Ends ----------- */
  /* ---------- Footer Starts ----------- */
  .Sitemap_Container {
    padding: 2.5rem 0;
  }
  .Sitemap_Container .opm h3 {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }
  .Sitemap_Container .opm p {
    padding: 0 4px;
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
  .Sitemap_Container .opm p:last-of-type::before {
    padding-right: 8px;
  }
  ul.GlobalLinksLeft, ul.GlobalLinksMiddle, ul.GlobalLinksRight {
    padding: 0 10px;
    font-size: 0.85rem;
  }
  ul.GlobalLinksLeft > li, ul.GlobalLinksMiddle > li, ul.GlobalLinksRight > li {
    padding: 2px 7px;
  }
  #Sitemap {
    margin: 0 30px 2rem 30px;
    padding: 15px 0;
  }
  #Sitemap li {
    font-size: 0.9375rem;
    margin: 5px 12px;
  }
  /* ---------- Footer Ends ----------- */
  /* ---------- Landing Page Starts ----------- */
  #FeaturedTopicsContainer {
    margin-bottom: 4rem;
  }
  #FeaturedTopicsContainer h3, #FeaturedNewsContainer h3 {
    font-size: 1.2rem;
  }
  .FeaturedTopics_Entry {
    padding: 1.5rem 0;
  }
  .FeaturedTopics_Entry img {
    width: 98px;
    height: 98px;
  }
  .FeaturedTopics_Desc {
    margin-left: 20px;
    width: 100%;
  }
  .FeaturedTopics_Desc h4 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-bottom: 0.4rem;
  }
  .FeaturedTopics_Desc p {
    display: none;
  }
  .FeaturedTopics_Desc .LearnMore {
    font-size: 0.875rem;
    background-position: 0px 0.7em;
    line-height: 1.625rem;
  }
  #FeaturedNewsContainer ul.FeaturedNews {
    font-size: 1.2em;
    line-height: 1.7em;
  }
  .FeaturedNews_Date {
    font-size: 1rem;
  }
  #LandingSpotlightContainer {
    width: 100%;
    height: 100%;
    background: none;
    text-align: center;
    margin-top: -12px;
    padding-top: 12px;
    padding-bottom: 80px;
  }
  #LandingSpotlightContainer #slickSlider {
    width: 70%;
    margin: auto;
  }
  #LandingSpotlightContainer #slickSlider .slick-dots {
    bottom: -60px;
  }
  #LandingSpotlightContainer .spotlight_container .spotlight_text {
    width: 100%;
    float: none;
  }
  #LandingSpotlightContainer img.spotlight_image {
    display: none;
  }
  /* ---------- Landing Page Ends ----------- */
  /* ---------- Home Page ------------------ */
  #MidBody_Container {
    padding-left: 1.5em;
    padding-right: 1em;
    width: auto !important;
  }
  #MidBody_Container #MidBody_Blog, #MidBody_Container #MidBody_Links {
    float: none !important;
    width: auto !important;
  }
  #MidBody_Container #MidBody_Blog .Blog_Text, #MidBody_Container #MidBody_Links .Blog_Text {
    width: auto !important;
  }
  #MidBody_Container #MidBody_Blog .Blog_Entry, #MidBody_Container #MidBody_Links .Blog_Entry {
    clear: both !important;
  }
  #MidBody_Container #MidBody_Blog .Blog_Title, #MidBody_Container #MidBody_Links .Blog_Title {
    width: auto !important;
    display: flex;
  }
  .homeAlert > .AlertBanner {
    width: auto !important;
    padding: 1em !important;
  }
  #TopFAQsList ol.FAQsList p {
    width: auto !important;
    float: none !important;
    padding: 1em 0 !important;
  }
  #HomepageSections {
    width: auto !important;
  }
  #HomepageSections #AudienceSelector {
    float: none;
    background: none;
    margin: 0px 0px 0px 0px;
  }
  #HomepageSections #AudienceSelector li {
    width: auto;
  }
  #HomepageSections #AudienceSelector li a {
    text-align: center;
    font-size: 1.2em;
  }
  #HomepageSections #AudienceSelector li a.current {
    background: black;
  }
  #HomepageSections #AudienceSelector li a:hover {
    background: none;
    background-color: grey;
  }
  #HomepageSections .audienceSlides {
    height: auto;
    width: auto;
  }
  #HomepageSections .audienceSlides .audienceSlide {
    float: none;
    width: auto;
    margin: 0;
    padding: 0 1em 2em 1em;
    font-size: 0.9rem;
  }
  #Search_Container_Responsive .SearchBox .go {
    left: calc(95vw - 19px);
  }
  #Search_Container_Responsive .SearchBox #SiteSearchString {
    width: calc(94vw - 18px);
  }
  /* ---------- Search Page Ends ----------- */
  div#SearchControlTop {
    display: inline-block;
  }
  div#SearchControlTop .SearchText {
    width: unset !important;
    margin-bottom: 1em;
  }
  ul#SearchResultList li div.Title,
  ul#SearchResultList li div.DisplayUrl {
    word-break: break-all;
  }
  .usa-search[role=search] {
    max-width: 38rem;
  }
  /* ---------- Search Page Ends ----------- */
  /* ---------- Error Page Ends ----------- */
  .MainContent #ContentBody .StatusContainer {
    width: auto;
  }
  .MainContent #ContentBody .StatusContainer .Status {
    width: auto;
    padding: 15px 15px 15px 20px;
  }
  .MainContent #ContentBody .StatusContainer .Status .StatusIcon {
    float: right;
    height: 150px;
    width: 130px;
    position: relative;
    display: inline-block;
  }
  .MainContent #ContentBody .StatusContainer .Status h3 {
    font-size: 0.85rem;
  }
  .MainContent #ContentBody #StatusArchiveContainer ul div.StatusYear {
    float: none;
  }
  .MainContent #ContentBody #StatusArchiveContainer ul .StatusUpdateContainer {
    display: block;
  }
  .MainContent #ContentBody #StatusArchiveContainer ul .StatusUpdateContainer div.StatusDateContainer {
    width: auto;
    float: none;
    padding-top: 20px;
  }
  .MainContent #ContentBody #StatusArchiveContainer ul .StatusUpdateContainer div.StatusNameContainer {
    float: none;
    width: auto;
  }
  .MainContent.ErrorPage.Error404, .MainContent.ErrorPage.Error500 {
    background: unset;
  }
  .MainContent.ErrorPage.Error404 ul, .MainContent.ErrorPage.Error500 ul {
    font-size: 1rem;
  }
  .MainContent.ErrorPage.Error404 div, .MainContent.ErrorPage.Error500 div {
    width: unset;
    left: unset;
  }
  .MainContent.ErrorPage.Error404 h1, .MainContent.ErrorPage.Error500 h1 {
    left: unset;
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
    font-size: 2.5rem;
    line-height: 4rem;
  }
  .MainContent.ErrorPage.ErrorMove500 h1 {
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  }
  .usa-accordion .usa-banner__header {
    min-height: 40px;
  }
  .usa-accordion .usa-banner__header .usa-banner__inner .usa-banner__button {
    padding: 17px 0 0 41px;
    width: calc(100vw - 41px);
  }
  /* ---------- Error Page Ends ----------- */
  /* ---------- Search Results Starts ----------- */
  ul#SearchResultList li {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  /* ---------- Search Results Ends ----------- */
  #GlobalBanner {
    height: 75px;
  }
  #GlobalBanner .GlobalInnerContainer {
    position: unset;
  }
  #GlobalBanner .GlobalInnerContainer > div p {
    padding: 13px 0px 5px 0px;
    line-height: 1rem;
  }
  #GlobalBanner .GlobalInnerContainer > div p span.text {
    display: contents;
  }
  /* USWDS starts */
  .body-content h2 {
    font-size: 1.5rem;
  }
  .body-content .ArchiveBanner h2 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .body-content h2 + h2.Subtitle {
    font-size: 1rem;
  }
  .body-content .Side {
    margin: 0 0 2rem 0;
    width: 100%;
    float: none;
  }
  .body-content .usa-summary-box ul {
    padding-left: 1rem;
  }
  .body-content .tab-content h1 {
    font-size: 1.5rem;
  }
  .body-content .TabNavigation ul li.current a:before {
    top: 0.563rem;
  }
  .body-content .TabNavigation ul li:last-of-type a {
    padding-bottom: 0.5px;
  }
  .body-content .ThreeColContainer, .body-content .TwoColContainer {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .body-content .ThreeColContainer .Col, .body-content .TwoColContainer .Col {
    flex: 0 0 auto;
  }
  blockquote.callOut,
  blockquote.quote {
    font-size: 1rem;
  }
}