/* -----------------------------------  X-Large Devices, Wide Screens ------------------------------- */
@media only screen and (min-width : 992px) {}
/* -----------------------------------  Large Devices, Wide Screens ------------------------------- */
@media only screen and (max-width : 1200px) {
  .banner-content h2 {
    font-size: 2.5em !important;
  }
  .banner-content p {
    font-size: 1.25em !important;
  }
  .banner-pager {
    position: absolute;
    bottom: 30px;
    right: 7%;
    z-index: 999;
  }
  .container.banner-content {
    position: relative;
    bottom: 360px;
    padding-right: 33%;
    z-index: 900;
    color: #fff;
    text-shadow: 3px 3px 20px rgba(0, 0, 0, .9);
  }
  .logo-link {
    display: block;
    width: 300px;
    position: absolute;
    top: -32px;
    z-index: 910;
  }
  .logo-link img {
    width: 300px;
    height: auto;
    border: none;
  }
  .video-title {
    font-size: 1.7em;
  }
}
/* END Large Devices, Wide Screens */
/*  ----------------------------------- Medium Devices, Desktops  ----------------------------------- */
@media only screen and (max-width : 992px) {
  .nav-item {
    font-size: .9em;
  }
  #page-banner-content h2 {
    font-size: 2.3em !important;
  }
  #page-banner-content p {
    font-size: 1.25em !important;
  }
  #page-banner-alt {
    font-size: 1em !important;
  }
  #page-banner-content-wrapper {
    bottom: 25px;
  }
  #page-banner {
    margin: 2px 0 0 0;
  }
  .nav-menu {
    text-align: center !important;
  }
  .logo-link img {
    width: 268px;
  }
  .search button.pc-feedback {
    display: none;
  }
  .footer-links,
  .gov-logos {
    text-align: center !important;
  }
  .vimeo-frame-right {
    padding-left: 0;
  }
  .blueprint-title {
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .banner-details h1 {
    margin-top: 20px;
    font-size: 2.1em;
    text-align: center;
  }
  #page-banner {
    background-size: auto 100% !important;
  }
  .ec-panel {
    margin-right: 5px;
    height: 240px;
    font-size: .9em;
  }
}
/* END  Medium Devices, Desktops */
/*  ----------------------------------- Small Devices, Tablets  ----------------------------------- */
@media only screen and (max-width : 768px) {
  #main-navigation {
    display: none;
  }
  #menu-btn {
    position: absolute;
    right: 0;
    height: 44px;
    background-color: #afcb49;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 6px 15px 9px 15px;
    border: none;
    font-size: 1.1em;
  }
  #header {
    height: 44px;
    padding-left: 5px;
  }
  .logo-link,
  .logo-link img {
    height: 40px;
    width: auto;
    top: 0;
  }
  #page-banner-content-wrapper {
    position: relative;
    background-color: #3C6690;
    margin-top: 25px;
    border-top: 4px solid #fff;
  }
  #page-banner-content h2 {
    font-size: 1.3em !important;
  }
  #page-banner-content p {
    font-size: 1em !important;
  }
  #page-banner-alt {
    font-size: 0.9em !important;
    bottom: 0;
  }
  #page-banner-pager {
    position: relative;
    float: right;
    font-size: .8em;
    margin-bottom: 20px;
  }
  .blueprint-title {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }
  .margin-top-minus-20 {
    margin-top: -20px;
  }
  .video-title {
    font-size: 1.2em;
    line-height: 1.2em;
  }
  .pc-media h2.media-heading strong {
    font-weight: 500;
    font-size: 1.1em;
    color: #000;
    display: block;
    float: left;
    margin: 0 20px 20px 0;
  }
  .ec-icon {
    height: 150px;
    padding: 2px;
    font-size: .85em;
  }
  .ec-banner-details h3 {
    margin-top: 20px;
  }
  #why-needed,
  #intended-outcomes,
  #tools-resources {
    padding-left: 60px;
  }
  h1 {
    font-size: 1.8em;
  }
  #main h2 {
    font-size: 1.3em;
  }
  #main h3 {
    font-size: 1.15em;
  }
  .pad-clear-xs {
    padding: 0 !important;
  }
  .hide-bg-xs {
    background-image: none !important;
  }
}
/* END Small Devices, Tablets */
/*  ----------------------------------- Extra Small Devices, Phones  ----------------------------------- */
@media only screen and (max-width : 480px) {}
/* END Extra Small Devices, Phones */
/* -----------------------------------  Custom, iPhone Retina  ----------------------------------- */
@media only screen and (max-width : 320px) {}
/* END Custom, iPhone Retina */
/* -----------------------------------  Print  ----------------------------------- */
@media print {
  /* ----- HIDE ----- */
  .access-row,
  .access-link-row,
  #main-navigation-wrapper,
  #main-navigation,
  #mobile-menu,
  #feedback-modal,
  #footer-links,
  #menu-btn,
  #header-search,
  .social-icons,
  .embed-responsive,
  #click-trail,
  .gov-logos,
  #page-banner {
    display: none !important;
  }
  /* ----- FULL WIDTH ----- */
  .container,
  .gov-logos,
  #header-logo,
  .col-lg-6,
  .col-md-6,
  .col-sm-6,
  .col-lg-7,
  .col-md-7,
  .col-sm-7,
  .col-lg-5,
  .col-md-5,
  .col-sm-5,
  .ec-panel {
    width: 100% !important;
  }
  .logo-link img {
    margin: 20px 20px 10px 20px;
  }
  a[href]:after {
    content: none;
  }
  #main a[href]:after {
    content: "("attr(href) ")";
    word-break: break-all;
  }
  #main a.btn[href]:after {
    content: none;
    margin: 10px;
  }
  #main a.btn {
    border: none;
  }
  h2 {
    line-height: 1.4em;
  }
  .logo-link {
    position: relative;
  }
}
/* END Print */