/* Text Elements */

h1.page-title {
  margin-top: .625rem;
  margin-bottom: .625rem;
  color: #383a3d;
  text-align: center;
  font-weight: 600;
  font-size: 2.8125rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
}

h1.heading-1 {
  color: #000e58;
  text-align: center;
}

h1.heading-3 {
  text-align: center;
  text-decoration: underline;
}

h1.heading-2 {
  text-align: center;
  text-decoration: underline;
}

h1.heading-4 {
  text-align: center;
  text-decoration: underline;
}

h1.heading-5 {
  color: #000351;
  text-align: center;
}

h4.sub-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #2a617d;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.625rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
}

p.paragraph.action-paragraph {
  max-width: 50rem;
  color: rgba(30, 30, 30, .8);
  font-size: 1.125rem;
  font-family: Georgia, Times, 'Times New Roman', serif;
  line-height: 1.4;
}

p.paragraph.paragraph-4 {
  text-align: center;
}

a.link-text.text-link-1 {
  display: block;
  float: none;
  clear: none;
  text-align: center;
}

a.link-text.text-link-2 {
  display: block;
  text-align: center;
}

a.link-text.text-link-3 {
  display: block;
  text-align: center;
}

/* Layout Elements */

body > .row.nav-row {
  background-color: #262626;
}

body > .row > [class*='small-'].centered-content {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  text-align: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

body > .row > [class*='small-'].hero-column {
  padding-right: 0;
  padding-left: 0;
}

body > .row.traval-impressions {
  padding-bottom: 2.5rem;
}

body > .row.footer-row {
  margin-top: 5rem;
  padding-bottom: 0;
}

body > .row > [class*='small-'].footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-bottom: 3.75rem;
  text-align: center;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

body > .row > [class*='small-'].column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-height: 6.25rem;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

body > .row > [class*='small-'].book-column {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  border-top: .625rem double #000351;
  border-bottom: .625rem double #000351;
  text-align: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

body > .row > [class*='small-'].column-2 {
  min-height: 50px;
  background-image: url('../JA%20logo.png');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: contain;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

body > .row > [class*='small-'].column-5 {
  border-top-style: double;
  border-top-color: #000351;
  border-bottom-style: double;
  border-bottom-color: #000351;
}

div.responsive-picture.hero-image {
  margin-bottom: .4375rem;
  max-width: none;
  max-height: 400px;
}

div.responsive-picture.travel-image {
  margin: .4375rem auto;
  max-width: 20.625rem;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.heading-1 {
    color: #020b51;
    text-align: center;
  }

  h1.heading-5 {
    border-top: .625rem none #000351;
    border-bottom-style: none;
    color: #000351;
    text-align: center;
  }

  h1.heading-3 {
    font-size: 39px;
  }

  h4.sub-title {
    font-size: 46px;
  }

  p.paragraph.paragraph-2 {
    text-align: left;
  }

  /* Layout Elements */

  body > .row > [class*='small-'].column-1 {
    min-height: 12.5rem;
  }

  body > .row > [class*='small-'].column-2 {
    min-height: 75px;
    background-image: url('../JA%20logo.png');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: contain;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  body > .row > [class*='small-'].book-column {
    border-top: .625rem double #000351;
    border-bottom: .625rem double #000351;
  }

  body > .row > [class*='small-'].column-5 {
    border-bottom: .625rem double #000351;
  }

  body > .row > [class*='small-'].column-4 {
    position: static;
    display: block;
    float: right;
  }

  div.responsive-picture.travel-image {
    height: 150px;
  }

  div.responsive-picture.travel-image > picture {
    height: 150px;
  }
}

@media screen and (min-width: 63.9375rem) {
  /* Text Elements */

  h1.page-title {
    margin-top: .625rem;
    margin-bottom: .625rem;
  }

  h1.heading-1 {
    color: #00104d;
    text-align: center;
  }

  h1.heading-2 {
    font-variant: small-caps;
  }

  h1.heading-3 {
    font-variant: small-caps;
  }

  h1.heading-4 {
    font-variant: small-caps;
  }

  h1.heading-5 {
    color: #000351;
    text-align: center;
  }

  h4.sub-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.25rem;
  }

  p.paragraph.action-paragraph {
    margin-right: auto;
    margin-left: auto;
    max-width: 37.5rem;
  }

  p.paragraph.paragraph-2 {
    text-align: left;
  }

  p.paragraph.paragraph-3 {
    text-align: left;
  }

  /* Layout Elements */

  body > .row > [class*='small-'].centered-content {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  body > .row > [class*='small-'].footer-column {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-align: start;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  body > .row > [class*='small-'].column-1 {
    min-height: 9.375rem;
  }

  body > .row > [class*='small-'].book-column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: .625rem double #000351;
    border-bottom: .625rem double #000351;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  body > .row > [class*='small-'].column-2 {
    min-height: 50px;
    background-image: url('../JA%20logo.png');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: contain;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  body > .row > [class*='small-'].column-5 {
    border-top: .625rem double #000351;
    border-bottom: .625rem double #000351;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.page-title {
    color: #0a0a0a;
  }

  h1.heading-1 {
    color: #050e4d;
    text-align: center;
  }

  h1.heading-2 {
    text-align: center;
    text-shadow: #78828c 2px 2px 5px;
    font-size: 40px;
  }

  h1.heading-3 {
    text-align: center;
    text-transform: capitalize;
    text-shadow: #78828c 2px 2px 5px;
    white-space: normal;
    font-size: 44px;
  }

  h1.heading-4 {
    text-align: center;
    text-shadow: #78828c 2px 2px 5px;
  }

  h1.heading-5 {
    border-top-style: none;
    color: #000351;
    text-align: center;
  }

  h4.sub-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 46px;
  }

  p.paragraph.action-paragraph {
    margin-right: auto;
    margin-left: auto;
    max-width: 50rem;
  }

  p.paragraph.paragraph-1 {
    text-align: center;
  }

  p.paragraph.paragraph-4 {
    text-align: center;
  }

  a.link-text.accordion-title {
    width: 800px;
    color: #03416b;
    font-style: normal;
    font-variant: small-caps;
    font-size: 24px;
  }

  a.link-text.text-link-1 {
    display: block;
    text-align: center;
    font-style: italic;
    font-size: 30px;
    font-family: Georgia, Times, 'Times New Roman', serif;
  }

  a.link-text.text-link-2 {
    display: block;
    text-align: center;
    font-style: italic;
    font-size: 30px;
    font-family: Georgia, Times, 'Times New Roman', serif;
  }

  a.link-text.text-link-3 {
    display: block;
    text-align: center;
    font-style: italic;
    font-size: 30px;
    font-family: Georgia, Times, 'Times New Roman', serif;
  }

  /* Layout Elements */

  body > .row > [class*='small-'].column-2 {
    height: 75px;
    background-image: url('../JA%20logo.png');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: contain;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  body > .row > [class*='small-'].column-1 {
    min-height: 6rem;
  }

  body > .row > [class*='small-'].column-3 {
    float: left;
    padding-right: 0;
    padding-left: 0;
  }

  body > .row > [class*='small-'].book-column {
    border-top: .625rem double #000456;
    border-bottom: .625rem double #000456;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  body > .row.row-1 {
    border-top-style: none;
    border-right-style: none;
    border-bottom: .625rem none #000351;
    border-left-style: none;
  }

  body > .row > [class*='small-'].column-5 {
    border-top: .625rem double #000351;
    border-bottom: .625rem double #000351;
  }

  body > .row > [class*='small-'].column-4 {
    float: right;
  }

  body > .row > [class*='small-'].column-6 {
    float: right;
  }

  div.responsive-picture.hero-image {
    max-height: 350px;
    height: 50%;
  }

  div.responsive-picture.hero-image > picture {
    height: 50%;
  }

  div.responsive-picture.travel-image > picture {
    margin: 0 -.6875rem;
    height: 160px;
  }

  div.responsive-picture.travel-image {
    width: 100%;
    height: 160px;
  }
}

@media screen and (min-width: 80.75rem) {
  /* Text Elements */

  h1.heading-5 {
    border-top-style: none;
    border-bottom-style: none;
  }

  /* Layout Elements */

  body > .row > [class*='small-'].column-4 {
    float: right;
  }

  body > .row.traval-impressions {
    border-top: .125rem solid #000d3e;
    border-bottom: .125rem solid #000d3e;
  }

  body > .row > [class*='small-'].column-1 {
    border-top: .125rem double #00104c;
    border-bottom: .125rem double #00104c;
  }

  div.responsive-picture.travel-image {
    height: 175px;
  }

  div.responsive-picture.travel-image > picture {
    margin: 0 -.8125rem;
    height: 175px;
  }
}