@charset "UTF-8";
@media (min-width: notdesktop) {
  .desktop-only {
    display: none; } }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

html, body {
  height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  color: #313131; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

a {
  color: inherit; }

body {
  height: 100vh;
  overflow-y: scroll; }
  body.is-main {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }

.iframed body {
  overflow-y: hidden !important;
  overflow: hidden !important;
  background: #C4E6F0; }

.container {
  max-width: 970px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }

@media (min-width: 768px) {
  .mobile-only {
    display: none; } }

@media (min-width: sm) {
  .mobile-only {
    display: none; } }

@media screen and (max-width: 767px) {
  .desktop-only {
    display: none; } }

.has-chosen select {
  text-transform: uppercase; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%); } }

.intro {
  text-align: center;
  padding-top: 2.14vh;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -100px;
  width: 100%;
  min-height: 550px;
  overflow: hidden;
  z-index: 20; }
  .iframed .intro {
    display: none !important; }
  .is-main .intro {
    display: none; }
  .intro:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f7f5f6 url(../images/americas-quietest-routes/intro-background.jpg) 50% 75% no-repeat;
    background-size: auto 135%; }
    @media screen and (max-width: 767px) {
      .intro:before {
        background-size: auto 107%;
        background-position: 50% 65%; } }
  .intro.is-wide:before {
    background-size: 100% auto;
    background-position: 50% 40%; }
  .intro img {
    display: block;
    margin: 0 auto 2em;
    height: 26.2vh;
    max-height: 282px;
    min-height: 122px; }
    @media screen and (max-width: 767px) {
      .intro img {
        height: 24vh;
        min-height: 0; } }
  .intro p {
    position: absolute;
    top: 30%;
    width: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 1.48vh;
    max-width: 540px;
    line-height: 1.875;
    font-family: "interstate-condensed",sans-serif;
    font-weight: 500;
    letter-spacing: 2px; }
  .intro a {
    text-decoration: underline;
    position: absolute;
    bottom: 53%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 1.67vh;
    font-family: "interstate-condensed",sans-serif;
    weight: 500;
    letter-spacing: 2px; }
    .intro a:hover {
      font-weight: 800; }
    @media screen and (max-width: 767px) {
      .intro a {
        bottom: 47.5%; } }
    .intro a:after {
      content: "";
      display: block;
      margin: 0.8em auto 0;
      width: 13.2%;
      height: 0;
      padding-bottom: 7%;
      background: url(../images/americas-quietest-routes/down-arrow.png) top left no-repeat;
      background-size: 100%;
      -webkit-animation: pulse 0.6s infinite alternate;
      animation: pulse 0.6s infinite alternate; }
      @media screen and (max-width: 767px) {
        .intro a:after {
          width: 18.9%;
          padding-bottom: 8.6%; } }
  .intro.is-wide a {
    bottom: 45%; }
  @media screen and (max-height: 950px) {
    .intro p {
      font-size: 16px; }
    .intro a {
      font-size: 18px; } }
  @media screen and (max-height: 600px) {
    .intro p {
      font-size: 14px;
      top: 27%; }
    .intro a {
      font-size: 16px; }
    .intro img {
      width: auto;
      height: 24vh; } }
  @media screen and (max-width: 767px) {
    .intro p {
      top: 28%;
      max-width: 495px;
      width: 90%;
      font-size: 14px; } }
  @media screen and (max-width: 350px) {
    .intro p {
      font-size: 12.5px; }
    .intro a {
      font-size: 15px; } }
  .intro.is-manual-scrolling {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .intro.is-hidden {
    -webkit-transform: translate(0, -120%) !important;
    -ms-transform: translate(0, -120%) !important;
    transform: translate(0, -120%) !important; }

.main {
  display: block;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .is-main .main {
    display: block;
    height: auto;
    position: static; }
  .main header, .main .header {
    height: 88px;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    background-color: transparent; }
    @media screen and (max-width: 767px) {
      .main header, .main .header {
        height: 0; } }
    .main header .main--logo-center, .main .header .main--logo-center {
      width: 160px;
      position: absolute;
      top: 10px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    .main header .main--logo-left, .main .header .main--logo-left{
      width: 128px;
      left: 10px;
      opacity: 0;
      top: 12px;
      position: absolute;
      -webkit-transition-delay: 0;
      -o-transition-delay: 0;
      transition-delay: 0;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
      @media screen and (max-width: 767px) {
        .main header .main--logo-left, .main .header .main--logo-left {
          display: none !important; } }
  .is-active .main {
    display: block; }
  .main .main--logo {
    cursor: pointer; }

.main--select-wrap {
  border: 2px solid rgba(154, 159, 165, 0.28);
  background: rgba(255, 255, 255, 0.28);
  width: 32.7%;
  height: 37px;
  overflow: hidden;
  position: absolute;
  top: 98px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 10;
  text-align: center; }
  .main--select-wrap select {
    padding: 0 8px;
    width: 130%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    font-family: "interstate-condensed",sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 1.8vw;
    color: #313131;
    line-height: 35px;
    height: 35px; }
    @media (min-width: 950px) {
      .main--select-wrap select {
        font-size: 18px; } }
  .main--select-wrap select:focus {
    outline: none; }
  .main--select-wrap:after {
    content: "";
    position: absolute;
    background: url(../images/americas-quietest-routes/down-arrow-big.png) top left no-repeat;
    background-size: 100%;
    width: 5%;
    height: 0;
    padding-bottom: 5%;
    top: 40%;
    right: 8px;
    pointer-events: none; }
  @media screen and (min-width: 900px) {
    .main--select-wrap {
      top: 106px; }
      .main--select-wrap:after {
        right: 13px; }
      .main--select-wrap select {
        padding: 0 13px; } }
  @media (min-width: 950px) {
    .main--select-wrap {
      width: 308px;
      top: 106px; } }
  @media screen and (max-width: 767px) {
    .main--select-wrap {
      width: 50%;
      top: 10px !important;
      background: rgba(255, 255, 255, 0.23);
      height: 9.33vw;
      position: absolute;
      position: fixed;
      z-index: 10; }
      .main--select-wrap select {
        font-size: 4.8vw;
        line-height: 9.33vw;
        height: 9.33vw; }
      .main--select-wrap:after {
        content: "";
        position: absolute;
        background: url(../images/americas-quietest-routes/down-arrow-big.png) top left no-repeat;
        background-size: 100%;
        width: 9%;
        height: 0;
        padding-bottom: 9%;
        top: 40%;
        right: 8px;
        pointer-events: none; } }

@media (min-width: 768px) {
  .is-scrolled .main header, .is-scrolled .main .header{
    position: absolute;
    position: fixed;
    top: 0;
    z-index: 10;
    background: white;
    height: 73px;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(100, 100, 100, 0.25);
    box-shadow: 0px 1px 3px 0px rgba(100, 100, 100, 0.25); } }

@media (min-width: sm) {
  .is-scrolled .main header, .is-scrolled .main .header{
    position: absolute;
    position: fixed;
    top: 0;
    z-index: 10;
    background: white;
    height: 73px;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(100, 100, 100, 0.25);
    box-shadow: 0px 1px 3px 0px rgba(100, 100, 100, 0.25); } }

@media screen and (max-width: 767px) {
  .is-scrolled .main header, .is-scrolled .main .header{
    position: absolute;
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0;
    z-index: 10;
    background: white;
    height: 16vw;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(100, 100, 100, 0.25);
    box-shadow: 0px 1px 3px 0px rgba(100, 100, 100, 0.25); } }

.is-scrolled .main .main--logo-left {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.is-scrolled .main .main--logo-center {
  display: none; }

@media (min-width: 768px) {
  .is-scrolled .main {
    padding-top: 88px; } }

@media (min-width: sm) {
  .is-scrolled .main {
    padding-top: 88px; } }

.is-scrolled .main .main--select-wrap {
  top: 17px; }

.iframed .main {
  padding-top: 0;
  background: #C4E6F0; }
  .iframed .main header, .iframed .main .header {
    z-index: 5; }
  .iframed .main .main--select-wrap {
    top: 18px; }

.iframed .main--logo {
  display: none !important; }

.scenic--intro {
  padding: 65px 0 25px;
  overflow: hidden; }
  .iframed .scenic--intro {
    display: none; }
  @media screen and (max-width: 767px) {
    .scenic--intro {
      padding: 22px 0 12px; } }
  .scenic--intro h2 {
    font-family: "interstate-compressed",sans-serif;
    font-weight: 700;
    font-size: 3.78vw;
    letter-spacing: 1.32px;
    text-transform: uppercase;
    float: left;
    width: 62.5%; }
    @media (min-width: 950px) {
      .scenic--intro h2 {
        font-size: 36px; } }
    @media screen and (max-width: 767px) {
      .scenic--intro h2 {
        float: none;
        width: 75%;
        margin: 0 auto 0.2em;
        text-align: center;
        font-size: 8vw; } }
  .scenic--intro p {
    float: right;
    text-align: right;
    font-family: "interstate-compressed",sans-serif;
    font-weight: 400;
    font-size: 1.578vw;
    letter-spacing: 1.32px;
    line-height: 1.33;
    padding-top: 2px;
    width: 18.64%; }
    @media (min-width: 950px) {
      .scenic--intro p {
        font-size: 15px; } }
    @media screen and (max-width: 767px) {
      .scenic--intro p {
        text-align: center;
        float: none;
        width: 60%;
        font-size: 4vw;
        margin: 0 auto; } }
    .scenic--intro p a {
      color: inherit;
      text-decoration: underline; }
  .scenic--intro img {
    float: right;
    margin-left: 2%;
    width: 4.84%; }
    @media screen and (max-width: 767px) {
      .scenic--intro img {
        display: none; } }

.iframed .scenic {
  display: none !important; }

.scenic--quote {
  background: #D7F3F6;
  font-size: 1.68vw;
  margin-bottom: 20px;
  font-family: "interstate-condensed",sans-serif;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  letter-spacing: 1.82px; }
  .iframed .scenic--quote {
    display: none; }
  @media (min-width: 950px) {
    .scenic--quote {
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .scenic--quote {
      font-size: 3.2vw;
      margin-top: 0.8em; } }
  .scenic--quote p {
    padding: 1.2em 3.5em;
    position: relative; }
    @media screen and (max-width: 767px) {
      .scenic--quote p {
        padding: 1.2em;
        text-align: center; } }
    .scenic--quote p:before {
      content: '“';
      font-family: "interstate-condensed",sans-serif;
      position: absolute;
      top: -5px;
      left: 12px;
      font-size: 7.37vw; }
      @media (min-width: 950px) {
        .scenic--quote p:before {
          font-size: 70px; } }
      @media screen and (max-width: 767px) {
        .scenic--quote p:before {
          display: none; } }
  .scenic--quote:before {
    content: "";
    position: absolute;
    top: -10px;
    right: 2.42%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #D7F3F6;
    -webkit-transform: scale(1, 1.6) translate(50%, 0);
    -ms-transform: scale(1, 1.6) translate(50%, 0);
    transform: scale(1, 1.6) translate(50%, 0);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%; }
    @media screen and (max-width: 767px) {
      .scenic--quote:before {
        right: 50%; } }

.scenic--route {
  position: relative;
  margin-bottom: 8.1vw;
  border-bottom: 5px solid #2389F3; }
  @media (min-width: 950px) {
    .scenic--route {
      margin-bottom: 77px; } }
  @media screen and (max-width: 767px) {
    .scenic--route {
      margin-bottom: 4vw; } }
  .scenic--route:last-child {
    margin-bottom: 2.5vw; }
    @media (min-width: 950px) {
      .scenic--route:last-child {
        margin-bottom: 25px; } }
    @media screen and (max-width: 767px) {
      .scenic--route:last-child {
        padding-bottom: 10vw; } }
  .scenic--route p.large {
    font-family: "interstate-compressed",sans-serif;
    font-weight: 400;
    font-size: 11.37vw;
    line-height: 70%;
    margin-bottom: 0.1em;
    letter-spacing: 3.96px;
    z-index: 1;
    position: relative; }
    @media (min-width: 950px) {
      .scenic--route p.large {
        font-size: 108px; } }
    @media screen and (max-width: 767px) {
      .scenic--route p.large {
        display: inline;
        width: auto;
        font-weight: 700;
        letter-spacing: 1.14px;
        font-size: 8.27vw; } }
  .scenic--route h2 {
    font-family: "interstate-compressed",sans-serif;
    font-weight: 700;
    font-size: 2.95vw;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 1.32px;
    z-index: 1;
    position: relative; }
    @media (min-width: 950px) {
      .scenic--route h2 {
        font-size: 28px; } }
    @media screen and (max-width: 767px) {
      .scenic--route h2 {
        display: inline;
        width: auto;
        font-weight: 700;
        letter-spacing: 1.14px;
        font-size: 8.27vw; }
        .scenic--route h2:after {
          content: " - "; } }
  .scenic--route h3 {
    font-family: "interstate-compressed",sans-serif;
    font-weight: 400;
    font-size: 2.631vw;
    letter-spacing: 1.33px;
    z-index: 1;
    position: relative; }
    @media (min-width: 950px) {
      .scenic--route h3 {
        font-size: 25px; } }
    @media screen and (max-width: 767px) {
      .scenic--route h3 {
        display: inline;
        width: auto;
        font-weight: 400;
        letter-spacing: 1.14px;
        font-size: 7.73vw;
        text-transform: uppercase; } }
  .scenic--route:before {
    position: absolute;
    content: "";
    left: 3.68vw;
    width: 11.26vw;
    height: 17.79vw;
    top: 3.68vw;
    z-index: 0;
    background: #2389F3; }
    @media (min-width: 950px) {
      .scenic--route:before {
        left: 35px;
        width: 107px;
        height: 169px;
        top: 35px; } }
    @media screen and (max-width: 767px) {
      .scenic--route:before {
        display: none; } }
  @media screen and (max-width: 767px) {
    .scenic--route {
      border-bottom-width: 0;
      border-top: 3px solid #2389F3; } }
  .scenic--route:nth-child(2n) {
    border-color: #2FD566; }
    .scenic--route:nth-child(2n):before {
      background: #2FD566; }
  .scenic--route:nth-child(3n) {
    border-color: #FC5B62; }
    .scenic--route:nth-child(3n):before {
      background: #FC5B62; }

.scenic--route-info {
  width: 16.0%;
  float: left;
  position: relative;
  height: 0;
  padding-bottom: 40.5%; }
  @media screen and (max-width: 767px) {
    .scenic--route-info {
      float: none;
      width: 100%;
      height: auto;
      padding-bottom: 0; } }

.scenic--map {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .scenic--map {
      display: none; } }

.scenic--hero-image {
  float: right;
  width: 83%;
  margin-bottom: 2vw;
  position: relative;
  cursor: pointer; }
  .scenic--hero-image img {
    display: block;
    width: 100%; }
  @media (min-width: 950px) {
    .scenic--hero-image {
      margin-bottom: 19px; } }
  @media screen and (max-width: 767px) {
    .scenic--hero-image {
      display: none; } }
  .scenic--hero-image:after {
    content: attr(data-attribution);
    font-family: "interstate-condensed",sans-serif;
    font-weight: 500;
    font-size: 9px;
    letter-spacing: 1.08px;
    margin-top: 2px;
    position: absolute;
    right: 0;
    top: 100%;
    text-align: right; }
  .scenic--hero-image:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 8px;
    right: 8px;
    background: url(../images/americas-quietest-routes/expand.png) top left no-repeat;
    background-size: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    pointer-events: none; }
  .scenic--hero-image:hover:before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

.scenic--desktop-images {
  clear: both;
  display: none;
  margin-bottom: 2.5vw; }
  .scenic--desktop-images:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 950px) {
    .scenic--desktop-images {
      margin-bottom: 25px; } }
  @media (min-width: 768px) {
    .scenic--desktop-images {
      display: block; } }
  @media (min-width: sm) {
    .scenic--desktop-images {
      display: block; } }

.scenic--desktop-image {
  float: left;
  width: 49%;
  position: relative;
  cursor: pointer; }
  .scenic--desktop-image:last-child {
    margin-left: 2%; }
  .scenic--desktop-image img {
    width: 100%;
    display: block; }
  .scenic--desktop-image:after {
    content: attr(data-attribution);
    font-family: "interstate-condensed",sans-serif;
    font-weight: 500;
    font-size: 9px;
    letter-spacing: 1.08px;
    margin-top: 2px;
    position: absolute;
    right: 0;
    top: 100%;
    text-align: right; }
  .scenic--desktop-image:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 8px;
    right: 8px;
    background: url(../images/americas-quietest-routes/expand.png) top left no-repeat;
    background-size: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .scenic--desktop-image:hover:before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

.attribution {
  position: relative;
  display: block; }

.scenic-attributions span {
  float: left;
  width: 49%; }
  .scenic-attributions span:last-child {
    margin-left: 2%; }

.scenic--mobile-images {
  overflow: hidden;
  margin-bottom: 1em; }
  @media (min-width: 768px) {
    .scenic--mobile-images {
      display: none; } }
  @media (min-width: sm) {
    .scenic--mobile-images {
      display: none; } }
  .scenic--mobile-images .scenic--mobile-full-image {
    display: block;
    width: 100%;
    margin-bottom: 1.6vw; }
  .scenic--mobile-images .scenic--mobile-image {
    float: left;
    width: 32%;
    margin-right: 2%;
    opacity: 0.5;
    -webkit-transform: opacity 0.3s;
    -ms-transform: opacity 0.3s;
    transform: opacity 0.3s; }
    .scenic--mobile-images .scenic--mobile-image.is-active {
      opacity: 1; }
    .scenic--mobile-images .scenic--mobile-image:last-child {
      margin-right: 0; }

.scenic--data {
  overflow: hidden; }

.scenic--description {
  float: right;
  width: 48.7%;
  font-family: "interstate-condensed",sans-serif;
  font-weight: 500;
  letter-spacing: 0.85px;
  line-height: 1.375;
  margin-bottom: 4vw; }
  @media (min-width: 950px) {
    .scenic--description {
      margin-bottom: 38px; } }
  @media screen and (max-width: 767px) {
    .scenic--description {
      float: none;
      width: 100%;
      font-family: "interstate-condensed",sans-serif;
      font-weight: 500;
      letter-spacing: 0.85px;
      line-height: 1.375;
      font-size: 4.27vw;
      margin-bottom: 1em; } }

.scenic--information {
  float: left;
  width: 49%;
  margin-bottom: 4vw; }
  @media screen and (max-width: 767px) {
    .scenic--information {
      float: none;
      width: 100%;
      margin-bottom: 0; } }
  @media (min-width: 950px) {
    .scenic--information {
      margin-bottom: 38px; } }
  .scenic--information p {
    float: left;
    width: 30%;
    margin-right: 5%;
    text-align: center;
    font-size: 14px;
    font-family: "interstate-condensed",sans-serif;
    font-weight: 500;
    letter-spacing: 0.96px;
    line-height: 1.3; }
    .scenic--information p:before {
      content: "";
      background: url(../images/americas-quietest-routes/icons/road-length.png) top left no-repeat;
      background-size: 100%;
      width: 50%;
      height: 0;
      padding-bottom: 50%;
      margin: 0 auto 0.5em;
      display: block; }
      @media screen and (max-width: 767px) {
        .scenic--information p:before {
          display: none; } }
    @media screen and (max-width: 767px) {
      .scenic--information p {
        width: 48%;
        float: left;
        text-align: left;
        margin-right: 0;
        margin-bottom: 1em;
        font-size: 3.73vw; } }
    @media screen and (max-width: 767px) {
      .scenic--information p:first-child {
        float: right;
        margin-right: 2%; } }
    .scenic--information p:nth-child(2):before {
      background-image: url(../images/americas-quietest-routes/icons/from-where-to-where.png); }
    .scenic--information p:nth-child(3):before {
      background-image: url(../images/americas-quietest-routes/icons/what-to-see.png); }
    .scenic--information p:first-child {
      float: right;
      margin-right: 0; }
    .scenic--information p strong {
      font-family: "interstate-condensed",sans-serif;
      font-weight: 800;
      display: block;
      letter-spacing: 0.96px;
      text-transform: uppercase;
      margin-bottom: 0.8em; }
      @media screen and (max-width: 767px) {
        .scenic--information p strong {
          margin-bottom: 0.3em; } }

.scenic--back-to-top {
  position: absolute;
  bottom: 1em;
  right: 10px;
  font-family: "interstate-condensed",sans-serif;
  font-weight: 500;
  letter-spacing: 2.04px;
  font-size: 1.47vw; }
  @media (min-width: 950px) {
    .scenic--back-to-top {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .scenic--back-to-top {
      font-size: 3.733vw; } }
  .iframed .scenic--back-to-top {
    display: none !important; }

.quietest-roads {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: rgba(0, 0, 0, 0.83);
  z-index: 30;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }
  .has-chosen .quietest-roads {
    display: block; }
  .quietest-roads.is-active {
    opacity: 1; }
  @media screen and (max-width: 767px) {
    .quietest-roads {
      background: white; } }

.quietest-roads--nav a {
  color: white;
  float: left;
  text-align: right;
  width: 31%;
  margin-top: 17px;
  font-family: "interstate-condensed",sans-serif;
  font-weight: 500;
  font-size: 1.89vw;
  letter-spacing: 0.96px;
  line-height: 35px; }
  @media (min-width: 950px) {
    .quietest-roads--nav a {
      font-size: 18px; } }
  .quietest-roads--nav a .abbr {
    display: none; }
  .quietest-roads--nav a:before {
    content: "< "; }
  @media screen and (max-width: 767px) {
    .quietest-roads--nav a {
      font-size: 4.8vw;
      margin-top: 14.13vw;
      width: 20%;
      color: #313131;
      text-align: left; }
      .quietest-roads--nav a .abbr {
        display: inline; }
      .quietest-roads--nav a .full {
        display: none; } }

.quietest-roads--nav a.quietest-roads--next {
  float: right;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .quietest-roads--nav a.quietest-roads--next {
      text-align: right; } }
  .quietest-roads--nav a.quietest-roads--next:before {
    content: ""; }
  .quietest-roads--nav a.quietest-roads--next:after {
    content: " >"; }

@media screen and (max-width: 767px) {
  .iframed a.quietest-roads--next, .iframed a.quietest-roads--previous {
    display: none !important; } }

.quietest-roads--select-wrap {
  border: 2px solid #9A9FA5;
  width: 32.7%;
  height: 37px;
  overflow: hidden;
  position: absolute;
  top: 17px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
  text-align: center; }
  .quietest-roads--select-wrap select {
    padding: 0 8px;
    width: 130%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    font-family: "interstate-condensed",sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 1.8vw;
    color: white;
    line-height: 35px;
    height: 35px; }
    .quietest-roads--select-wrap select option {
      color: #313131; }
    @media (min-width: 950px) {
      .quietest-roads--select-wrap select {
        font-size: 18px; } }
  .quietest-roads--select-wrap select:focus {
    outline: none; }
  .quietest-roads--select-wrap:after {
    content: "";
    position: absolute;
    background: url(../images/americas-quietest-routes/down-arrow-big-white.png) top left no-repeat;
    background-size: 100%;
    width: 5%;
    height: 0;
    padding-bottom: 5%;
    top: 40%;
    right: 8px;
    pointer-events: none; }
  @media screen and (min-width: 900px) {
    .quietest-roads--select-wrap:after {
      right: 13px; }
    .quietest-roads--select-wrap select {
      padding: 0 13px; } }
  @media (min-width: 950px) {
    .quietest-roads--select-wrap {
      width: 308px; } }
  @media screen and (max-width: 767px) {
    .quietest-roads--select-wrap {
      border: 2px solid rgba(154, 159, 165, 0.28);
      width: 50%;
      top: 13.6vw;
      height: 9.33vw; }
      .iframed .quietest-roads--select-wrap {
        top: 10px; }
      .quietest-roads--select-wrap select {
        color: #313131;
        height: 9.33vw;
        line-height: 9.33vw;
        font-size: 4.8vw; }
      .quietest-roads--select-wrap:after {
        background-image: url(../images/americas-quietest-routes/down-arrow-big.png);
        width: 9%;
        height: 0;
        padding-bottom: 9%;
        top: 40%;
        right: 8px;
        pointer-events: none; } }

.quietest-roads--close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 3.16vw;
  height: 3.16vw;
  background: url(../images/americas-quietest-routes/close.png) top left no-repeat;
  background-size: 100%;
  z-index: 40; }
  @media (min-width: 950px) {
    .quietest-roads--close {
      width: 30px;
      height: 30px; } }
  @media screen and (max-width: 767px) {
    .quietest-roads--close {
      background-image: url(../images/americas-quietest-routes/close-black.png);
      width: 8vw;
      height: 8vw;
      top: 10px;
      right: 10px; } }

.state {
  display: none;
  padding-top: 68px; }
  .state h2 {
    display: none; }
  .state.is-active {
    display: block; }
  .state iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 767px) {
    .state {
      padding-top: 26.67vw; } }
  .state h3 {
    float: right;
    color: white;
    width: 16%;
    font-family: "interstate-compressed",sans-serif;
    font-weight: 700;
    font-size: 2vw;
    text-transform: uppercase;
    margin-bottom: 1em;
    letter-spacing: 1.01px; }
    @media (min-width: 950px) {
      .state h3 {
        font-size: 19px; } }
    @media screen and (max-width: 767px) {
      .state h3 {
        color: #313131;
        font-size: 5.1vw;
        margin-bottom: 0.8em;
        letter-spacing: 1.01px;
        float: none;
        width: 100%; } }
    @media (min-width: 440px) {
      .iframed .state h3 {
        width: 28%;
        float: right; } }
    @media (min-width: xs) {
      .iframed .state h3 {
        width: 28%;
        float: right; } }
    @media (min-width: 768px) {
      .iframed .state h3 {
        width: 28%; } }
    @media (min-width: sm) {
      .iframed .state h3 {
        width: 28%; } }
  @media screen and (max-width: 767px) {
    .iframed .state {
      padding-top: 14vw; } }

.state--iframe-wrap {
  width: 82%;
  position: relative;
  padding-bottom: 53.464%;
  border: 7px solid white;
  background: white;
  float: left; }
  @media screen and (max-width: 767px) {
    .state--iframe-wrap {
      width: 100%;
      padding-bottom: 65.2%;
      border: none;
      margin-bottom: 3vw; } }
  @media (min-width: 440px) {
    .iframed .state--iframe-wrap {
      width: 70%;
      padding-bottom: 43.54%; } }
  @media (min-width: xs) {
    .iframed .state--iframe-wrap {
      width: 70%;
      padding-bottom: 43.54%; } }
  @media (min-width: 768px) {
    .iframed .state--iframe-wrap {
      width: 70%;
      padding-bottom: 43.54%; } }
  @media (min-width: sm) {
    .iframed .state--iframe-wrap {
      width: 70%;
      padding-bottom: 43.54%; } }

.state--information {
  float: right;
  color: white;
  width: 16%; }
  @media screen and (max-width: 767px) {
    .state--information {
      color: #313131;
      float: none;
      width: 100%; } }
  @media (min-width: 440px) {
    .iframed .state--information {
      width: 28%;
      float: right; } }
  @media (min-width: xs) {
    .iframed .state--information {
      width: 28%;
      float: right; } }
  @media (min-width: 768px) {
    .iframed .state--information {
      width: 28%; } }
  @media (min-width: sm) {
    .iframed .state--information {
      width: 28%; } }
  .state--information p {
    font-family: "interstate-condensed",sans-serif;
    font-weight: 500;
    letter-spacing: 0.96px;
    font-size: 1.37vw;
    margin-bottom: 1em;
    line-height: 1.3; }
    @media (min-width: 950px) {
      .state--information p {
        font-size: 13px; } }
    @media screen and (max-width: 767px) {
      .state--information p {
        float: right;
        width: 40%;
        margin-right: 10%;
        font-size: 3.47vw; } }
    @media (min-width: 440px) {
      .iframed .state--information p {
        margin-right: 0;
        float: none;
        width: 100%; } }
    @media (min-width: xs) {
      .iframed .state--information p {
        margin-right: 0;
        float: none;
        width: 100%; } }
    .state--information p strong {
      font-size: 1.473vw;
      display: block;
      text-transform: uppercase;
      margin-bottom: 0.2em;
      font-weight: 800; }
      @media (min-width: 950px) {
        .state--information p strong {
          font-size: 14px; } }
      @media screen and (max-width: 767px) {
        .state--information p strong {
          font-size: 3.73vw;
          margin-bottom: 0.3em; } }

footer, .footer {
  padding-bottom: 2em;
  overflow: hidden; }
  .iframed footer, .iframed .footer {
    display: none; }
  footer img, .footer img {
    float: left;
    width: 19%;
    margin-right: 5%; }
  footer p, .footer p{
    float: right;
    width: 74%;
    font-family: Arial, sans-serif;
    font-size: 1.26vw;
    letter-spacing: 2.04px;
    line-height: 1.2;
    margin-bottom: 1em; }
    @media (min-width: 950px) {
      footer p, .footer p {
        font-size: 12px; } }
  @media screen and (max-width: 767px) {
    footer img, .footer img {
      display: block;
      width: auto;
      max-width: 182px;
      margin: 0 auto 1em;
      float: none; }
    footer p, .footer p {
      float: none;
      font-size: 3.2vw;
      width: 100%; } }

.lightbox {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.83);
  z-index: 100;
  display: none; }
  .lightbox.is-shown {
    display: block; }
  .lightbox img {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.lightbox--close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 3.16vw;
  height: 3.16vw;
  background: url(../images/americas-quietest-routes/close.png) top left no-repeat;
  background-size: 100%;
  z-index: 40; }
  @media (min-width: 950px) {
    .lightbox--close {
      width: 30px;
      height: 30px; } }

#share {
  display: none; }
  .is-main #share {
    display: block; }
  .iframed #share {
    display: none !important; }

#share ul {
  font-size: 48px;
  position: fixed;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99999;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms; }

#share ul li {
  font-size: 1em;
  margin: 0;
  padding: 0; }

#share ul li a {
  cursor: pointer;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  float: left;
  width: 1em;
  height: 1em;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 0.5em;
  text-indent: -999em;
  overflow: hidden;
  border: none;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s; }

#share ul li a:hover {
  width: 1.25em; }

html.touch #share ul li a:hover {
  width: 1em;
  height: 1em; }

#share li a[data-service="facebook"] {
  background-color: #3b5998;
  background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzIgMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxLjQxNCI+PHBhdGggZD0iTTE5LjA3NC4wMWMtMy4zOTYgMC02LjE1MiAyLjc1NS02LjE1MiA2LjE1djMuNjkySDh2NC45MjJoNC45MjJWMzJoNC45MlYxNC43NzRoNS41MzhsMS4yMy00LjkyMmgtNi43Njd2LTMuNjljMC0uNjguNTUyLTEuMjMgMS4yMy0xLjIzaDYuMTUzVi4wMDhoLTYuMTUyVi4wMXoiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg=="); }

#share li a[data-service="twitter"] {
  background-color: #1da1f2;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMzIgNi4wNzZjLTEuMTc3LjUyMi0yLjQ0My44NzUtMy43NyAxLjAzNCAxLjM1NC0uODEzIDIuMzk1LTIuMSAyLjg4Ni0zLjYzMi0xLjI3Ljc1Mi0yLjY3NCAxLjMtNC4xNyAxLjU5M0MyNS43NSAzLjc5NiAyNC4wNDQgMyAyMi4xNTcgM2MtMy42MjcgMC02LjU2NiAyLjk0LTYuNTY2IDYuNTY1IDAgLjUxNS4wNTggMS4wMTYuMTcgMS40OTYtNS40NTYtLjI3NS0xMC4yOTQtMi44OS0xMy41MzItNi44Ni0uNTY1Ljk3LS44OSAyLjA5Ni0uODkgMy4zIDAgMi4yNzggMS4xNiA0LjI4NyAyLjkyMiA1LjQ2NS0xLjA3Ni0uMDM0LTIuMDg4LS4zMy0yLjk3NC0uODJ2LjA4MmMwIDMuMTggMi4yNjIgNS44MzQgNS4yNjUgNi40MzctLjU1LjE1LTEuMTMuMjMtMS43My4yMy0uNDIyIDAtLjgzMy0uMDQtMS4yMzQtLjExOC44MzUgMi42MDggMy4yNiA0LjUwNiA2LjEzMyA0LjU2LTIuMjQ4IDEuNzYtNS4wOCAyLjgxLTguMTU1IDIuODEtLjUzIDAtMS4wNTItLjAzMi0xLjU2Ni0uMDkzIDIuOTA0IDEuODYzIDYuMzU1IDIuOTUgMTAuMDYzIDIuOTUgMTIuMDc2IDAgMTguNjgtMTAuMDA0IDE4LjY4LTE4LjY4IDAtLjI4NS0uMDA3LS41NjgtLjAyLS44NUMzMC4wMDYgOC41NSAzMS4xMiA3LjM5NCAzMiA2LjA3N3oiLz48L3N2Zz4="); }

#share li a[data-service="googlePlus"] {
  background-color: #dd4b39;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OS44IiBoZWlnaHQ9IjQ0LjgiIHZpZXdCb3g9IjAgMCA0OS44IDQ0LjgiPjx0aXRsZT5Bc3NldCAxPC90aXRsZT48cGF0aCBkPSJNNDguOCwxOC4ySDQxLjNWMTAuN2ExLDEsMCwwLDAtMS0xSDM4LjFhMSwxLDAsMCwwLTEsMXY3LjVIMjkuNWExLDEsMCwwLDAtMSwxdjIuMWExLDEsMCwwLDAsMSwxaDcuNXY3LjVhMSwxLDAsMCwwLDEsMWgyLjFhMSwxLDAsMCwwLDEtMVYyMi40aDcuNWExLDEsMCwwLDAsMS0xVjE5LjJBMSwxLDAsMCwwLDQ4LjgsMTguMloiIHN0eWxlPSJmaWxsOiNmZmYiLz48cGF0aCBkPSJNMjMuNSwyNC44Yy0xLjYtMS4xLTMtMi44LTMtMy4zcy4xLTEuNCwyLjEtM2E5LjksOS45LDAsMCwwLDQuMS03LjcsMTAuMywxMC4zLDAsMCwwLTIuMi02LjZoMS4xbC42LS4yLDMtMi4xQTEsMSwwLDAsMCwyOC42LDBIMTUuNEExMy40LDEzLjQsMCwwLDAsMTEsLjhjLTQuOCwxLjctOC4yLDUuOC04LjIsMTAsMCw2LDQuNiwxMC41LDEwLjgsMTAuNmE1LjYsNS42LDAsMCwwLS4yLDEuNCw1LjIsNS4yLDAsMCwwLC43LDIuNkgxNEM4LjEsMjUuNCwyLjgsMjguMy44LDMyLjZBNy45LDcuOSwwLDAsMCwwLDM2YTYuMyw2LjMsMCwwLDAsLjgsMy4xYzEuMywyLjMsNCw0LDcuNyw1YTI0LjgsMjQuOCwwLDAsMCw2LjEuN0ExOS40LDE5LjQsMCwwLDAsMjAsNDRjNS4yLTEuNSw4LjYtNS40LDguNi05LjhTMjcuMiwyNy40LDIzLjUsMjQuOFpNNi44LDM0LjVjMC0zLjEsMy45LTUuOCw4LjQtNS44aC4xYTEwLjEsMTAuMSwwLDAsMSwyLjguNGwuOS42YzIuMSwxLjQsMy41LDIuNCwzLjgsMy45YTQuOSw0LjksMCwwLDEsLjEsMS4xYzAsMy45LTIuOSw1LjgtOC42LDUuOFM2LjgsMzcuOSw2LjgsMzQuNVpNMTAuOSw1LjJhMy41LDMuNSwwLDAsMSwyLjctMS4yaC4xYzIuOS4xLDUuNywzLjMsNi4yLDcuM2E3LjEsNy4xLDAsMCwxLTEuMyw1LjVBMy41LDMuNSwwLDAsMSwxNiwxNy45aDBjLTIuOS0uMS01LjctMy41LTYuMi03LjRBNi44LDYuOCwwLDAsMSwxMC45LDUuMloiIHN0eWxlPSJmaWxsOiNmZmYiLz48L3N2Zz4=); }

#share li a[data-service="pinterest"] {
  background-color: #bd081c;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTYgMEM3LjE2MyAwIDAgNy4xNjMgMCAxNmMwIDYuNzc4IDQuMjE3IDEyLjU2OCAxMC4xNyAxNC45LS4xNC0xLjI2Ny0uMjY3LTMuMjEuMDU0LTQuNTkuMjktMS4yNSAxLjg3Ni03Ljk1NCAxLjg3Ni03Ljk1NHMtLjQ4LS45NTgtLjQ4LTIuMzc1YzAtMi4yMjQgMS4yOS0zLjg4NSAyLjg5Ni0zLjg4NSAxLjM2NSAwIDIuMDI0IDEuMDI1IDIuMDI0IDIuMjU0IDAgMS4zNzItLjg3NCAzLjQyNC0xLjMyNSA1LjMyNi0uMzc3IDEuNTkzLjggMi44OTIgMi4zNyAyLjg5MiAyLjg0MyAwIDUuMDMtMyA1LjAzLTcuMzI3IDAtMy44My0yLjc1NC02LjUwOC02LjY4NC02LjUwOC00LjU1IDAtNy4yMjQgMy40MTUtNy4yMjQgNi45NDMgMCAxLjM3NS41MyAyLjg1IDEuMTkgMy42NS4xMzIuMTYuMTUuMjk4LjExMi40Ni0uMTIuNTA2LS4zOSAxLjU5My0uNDQ0IDEuODE1LS4wNy4yOTMtLjIzMi4zNTUtLjUzNS4yMTQtMi0uOTMtMy4yNS0zLjg1Mi0zLjI1LTYuMTk4IDAtNS4wNDcgMy42NjgtOS42ODIgMTAuNTczLTkuNjgyIDUuNTUgMCA5Ljg2NCAzLjk1NSA5Ljg2NCA5LjI0IDAgNS41MTUtMy40NzcgOS45NTMtOC4zMDIgOS45NTMtMS42MiAwLTMuMTQ1LS44NDItMy42NjctMS44MzcgMCAwLS44MDIgMy4wNTUtLjk5NyAzLjgwMy0uMzYgMS4zOS0xLjMzNiAzLjEzMi0xLjk4OCA0LjE5NUMxMi43NiAzMS43NSAxNC4zNSAzMiAxNiAzMmM4LjgzNiAwIDE2LTcuMTYyIDE2LTE2UzI0LjgzNyAwIDE2IDB6Ii8+PC9zdmc+"); }

#share li a[data-service="embed"] {
  background-color: gray;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjggMjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4IDIyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48Zz48bGluZSB4MT0iMTMiIHkxPSIyMCIgeDI9IjE3IiB5Mj0iMiIvPjxyZWN0IHg9IjUuOCIgeT0iMTAuNCIgdHJhbnNmb3JtPSJtYXRyaXgoMC4yMTY0IC0wLjk3NjMgMC45NzYzIDAuMjE2NCAxLjAxNDUgMjMuMjY0KSIgY2xhc3M9InN0MCIgd2lkdGg9IjE4LjQiIGhlaWdodD0iMS4yIi8+PC9nPjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMTkuOSwxNy45IDE5LjEsMTcuMSAyNC43LDExLjUgMTkuMSw1LjkgMTkuOSw1LjEgMjYuMywxMS41ICIvPjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iOS4xLDE3LjkgMi43LDExLjUgOS4xLDUuMSA5LjksNS45IDQuMywxMS41IDkuOSwxNy4xICIvPjwvc3ZnPg=="); }

#share {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999; }

@media (max-width: 767px) {
  #share {
    position: fixed;
    top: auto;
    left: 0;
    width: 100%; }
  #share ul {
    overflow: hidden;
    font-size: 40px;
    position: static; }
  #share ul li:last-child a {
    margin: 0; }
  #share ul li a {
    max-height: 40px;
    width: 25%;
    font-size: 0.8em; }
  #share ul li a:hover {
    width: 25% !important; } }

@media (min-width: 768px) {
  #share ul {
    top: 50%;
    right: 0;
    width: 45px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: -4px 6px 12px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 6px 12px rgba(0, 0, 0, 0.2); }
  #share ul li a {
    float: right;
    display: block;
    width: 100%;
    max-height: 1em; } }

#shareEmbed {
  position: fixed;
  bottom: -5px;
  left: 50%;
  width: 100%;
  max-width: 600px;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
  color: #000000;
  z-index: 99999;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
  text-align: center;
  font-family: sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2; }

#shareEmbed.shareEmbedOn {
  max-height: 600px; }

#shareEmbed div {
  margin: 0 auto 0 auto;
  padding: 24px 10px 20px 10px;
  width: 80%;
  max-width: 620px; }

#shareEmbed textarea {
  width: 80%;
  max-width: 450px;
  border: 1px solid #999;
  color: #111;
  font-size: 11px;
  font-family: monospace;
  border-radius: 3px;
  padding: 5px;
  height: 90px;
  font-family: 'Monaco', 'Menlo', 'Lucida Console', 'Courier New', monospaced;
  font-size: 13px;
  line-height: 1.4;
  font-style: normal;
  font-weight: normal;
  -webkit-appearance: none; }

#shareEmbed textarea + a {
  display: block;
  margin: 0 auto 0 auto;
  padding: 20px 10px 20px 10px;
  max-width: 620px;
  color: inherit;
  text-decoration: underline;
  font-weight: normal; }

#shareEmbed a:last-child {
  position: absolute;
  top: 6px;
  right: 6px;
  height: 32px;
  width: 32px;
  border-radius: 16px;
  color: transparent;
  overflow: hidden;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/americas-quietest-routes/close-black.png);
  cursor: pointer; }

#endShare {
  padding: 0 0 20px;
  text-align: center; }
  .iframed #endShare {
    display: none !important; }

#endShare a {
  display: inline-block;
  margin: 0 4px;
  padding: 7px 18px 7px 8px;
  font-size: 14px;
  font-family: Arial,sans-serif;
  color: white;
  text-decoration: none; }

#endShare a.fb {
  background-color: #3b5998; }

#endShare a.fb:hover {
  background-color: #2d4373; }

#endShare a.fb:active {
  top: 2px; }

#endShare a.fb span {
  background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzIgMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxLjQxNCI+PHBhdGggZD0iTTE5LjA3NC4wMWMtMy4zOTYgMC02LjE1MiAyLjc1NS02LjE1MiA2LjE1djMuNjkySDh2NC45MjJoNC45MjJWMzJoNC45MlYxNC43NzRoNS41MzhsMS4yMy00LjkyMmgtNi43Njd2LTMuNjljMC0uNjguNTUyLTEuMjMgMS4yMy0xLjIzaDYuMTUzVi4wMDhoLTYuMTUyVi4wMXoiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg=="); }

#endShare a.tw {
  background-color: #1da1f2; }

#endShare a.tw:hover {
  background-color: #0c85d0; }

#endShare a.tw:active {
  top: 2px; }

#endShare a.tw span {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMzIgNi4wNzZjLTEuMTc3LjUyMi0yLjQ0My44NzUtMy43NyAxLjAzNCAxLjM1NC0uODEzIDIuMzk1LTIuMSAyLjg4Ni0zLjYzMi0xLjI3Ljc1Mi0yLjY3NCAxLjMtNC4xNyAxLjU5M0MyNS43NSAzLjc5NiAyNC4wNDQgMyAyMi4xNTcgM2MtMy42MjcgMC02LjU2NiAyLjk0LTYuNTY2IDYuNTY1IDAgLjUxNS4wNTggMS4wMTYuMTcgMS40OTYtNS40NTYtLjI3NS0xMC4yOTQtMi44OS0xMy41MzItNi44Ni0uNTY1Ljk3LS44OSAyLjA5Ni0uODkgMy4zIDAgMi4yNzggMS4xNiA0LjI4NyAyLjkyMiA1LjQ2NS0xLjA3Ni0uMDM0LTIuMDg4LS4zMy0yLjk3NC0uODJ2LjA4MmMwIDMuMTggMi4yNjIgNS44MzQgNS4yNjUgNi40MzctLjU1LjE1LTEuMTMuMjMtMS43My4yMy0uNDIyIDAtLjgzMy0uMDQtMS4yMzQtLjExOC44MzUgMi42MDggMy4yNiA0LjUwNiA2LjEzMyA0LjU2LTIuMjQ4IDEuNzYtNS4wOCAyLjgxLTguMTU1IDIuODEtLjUzIDAtMS4wNTItLjAzMi0xLjU2Ni0uMDkzIDIuOTA0IDEuODYzIDYuMzU1IDIuOTUgMTAuMDYzIDIuOTUgMTIuMDc2IDAgMTguNjgtMTAuMDA0IDE4LjY4LTE4LjY4IDAtLjI4NS0uMDA3LS41NjgtLjAyLS44NUMzMC4wMDYgOC41NSAzMS4xMiA3LjM5NCAzMiA2LjA3N3oiLz48L3N2Zz4="); }

#endShare a span {
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 4px;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.map {
  background: #C4E6F0; }
  @media screen and (max-width: 767px) {
    .map svg {
      display: none; } }
  .map svg {
    position: absolute;
    width: 91%;
    top: 2.2%;
    left: 3.2%;
    height: 100%; }
  .map svg path {
    stroke-opacity: 0;
    stroke: #3D3D3D;
    stroke-width: 2.2;
    fill: transparent;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    cursor: pointer; }
  .map svg path:hover {
    stroke-opacity: 1;
    -webkit-transition: stroke-opacity 0.2s, -webkit-transform 0.2s;
    transition: stroke-opacity 0.2s, -webkit-transform 0.2s;
    -o-transition: stroke-opacity 0.2s, transform 0.2s;
    transition: stroke-opacity 0.2s, transform 0.2s;
    transition: stroke-opacity 0.2s, transform 0.2s, -webkit-transform 0.2s; }
  .iframed .map {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent; }
    .iframed .map > .container {
      height: 100%; }

.map--inner {
  width: 96%;
  height: 0;
  padding-bottom: 54.5%;
  overflow: hidden;
  background: url(../images/americas-quietest-routes/MapDesktop.jpg) top left no-repeat;
  background-size: 100%; }
  @media screen and (max-width: 767px) {
    .map--inner {
      padding-bottom: 69%;
      width: auto;
      background-image: url(../images/americas-quietest-routes/MapMobile.jpg);
      margin-left: -10px;
      margin-right: -10px; } }
  .iframed .map--inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%; }

.map--svg-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 57.05%; }

.map--legend {
  position: absolute;
  left: 51%;
  bottom: 3%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-family: "interstate-condensed",sans-serif;
  font-weight: 500;
  font-size: 1.47vw;
  letter-spacing: 0.96px; }
  @media (min-width: 950px) {
    .map--legend {
      font-size: 14px; } }
  .map--legend span {
    vertical-align: middle;
    display: inline-block; }
  .map--legend:before {
    vertical-align: middle;
    background: url(../images/americas-quietest-routes/star.png) top left no-repeat;
    background-size: 100%;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 3px; }

.map--quietest {
  text-align: center;
  position: absolute;
  left: 2.5%;
  top: 53%;
  width: 11.5%;
  font-family: "interstate-condensed",sans-serif;
  font-weight: 500;
  font-size: 1.47vw;
  letter-spacing: 0.75px;
  line-height: 1.2; }
  @media (min-width: 950px) {
    .map--quietest {
      font-size: 14px; } }
  .map--quietest br {
    display: none; }
  .map--quietest:after {
    content: "";
    position: absolute;
    background: url(../images/americas-quietest-routes/map-arrow-desktop.png) top left no-repeat;
    background-size: 100%;
    width: 54.1%;
    height: 0;
    padding-bottom: 60%;
    top: 120%;
    left: 50%; }
  @media screen and (max-width: 767px) {
    .map--quietest {
      width: 55%;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      bottom: 5%;
      font-size: 3.73vw;
      top: auto;
      letter-spacing: 0.75px; }
      .map--quietest br {
        display: block; }
      .map--quietest:after {
        display: none; } }

.map--mobile-arrow {
  background: url(../images/americas-quietest-routes/map-arrow-mobile.png) top left no-repeat;
  background-size: 100%;
  position: absolute;
  height: 0;
  width: 10.7%;
  padding-bottom: 12%;
  left: 16%;
  bottom: 12%; }
  @media (min-width: 768px) {
    .map--mobile-arrow {
      display: none; } }
  @media (min-width: sm) {
    .map--mobile-arrow {
      display: none; } }
