/******************************************************************
Site Name: Austere
Author: Pat Brumfield / Normalcy.net

******************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Vollkorn:wght@400..700&display=swap");
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,
table, caption, tbody, tfoot, thead, tr, th, td,
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

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

a img {
  border: none; }

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

/*********************
TOOLS
*********************/
.group {
  zoom: 1; }
  .group:before, .group:after {
    content: "";
    display: table; }
  .group:after {
    clear: both; }

* {
  box-sizing: border-box; }

@-webkit-keyframes arrow-in {
  100% {
    top: 0; } }

@keyframes arrow-in {
  100% {
    top: 0; } }

@-webkit-keyframes fade-in {
  100% {
    opacity: 1; } }

@keyframes fade-in {
  100% {
    opacity: 1; } }

/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY & ICONS
*********************/
h1 {
  font-size: 32px;
  font-weight: 400;
  line-height: 100%; }

h2 {
  font-weight: 700;
  font-size: 1.5rem; }

h3 {
  font-weight: 700; }

html {
  background: black; }

body {
  background: transparent;
  color: #414142;
  font-family: "Vollkorn", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
  position: relative; }

a img, a:visited img {
  border: 0; }

i, em {
  font-style: italic; }

a.btn {
  padding: 0.5rem 1rem;
  font-weight: 700;
  border: 2px solid #fff;
  border-radius: 0.5rem;
  text-decoration: none;
  text-shadow: none;
  color: #fff; }
  a.btn:hover {
    background: #fff;
    color: #24597d; }

strong, b {
  font-weight: 700; }

.content {
  padding: 0 2rem;
  position: relative;
  margin: 0;
  width: 100%; }
  @media (min-width: 1000px) {
    .content {
      padding: 0;
      width: 1000px;
      margin: 0 auto; } }
/* ----- HEADER ----- */
header#header {
  margin: 0 0 2rem;
  z-index: 101; }
  @media (min-width: 1000px) {
    header#header {
      margin-bottom: 4rem; } }
  body#detail header#header {
    margin-bottom: 0; }
  header#header nav {
    background: #24597d;
    width: 100%;
    position: relative;
    margin: 0;
    z-index: 101;
    padding: 1rem 2rem; }
    @media (min-width: 1000px) {
      header#header nav {
        padding: 36px; } }
  header#header #logo {
    display: block;
    height: 36px;
    width: auto;
    margin: 0;
    position: relative;
    text-decoration: none; }
    @media (min-width: 1000px) {
      header#header #logo {
        margin: 0 auto; } }
    header#header #logo svg {
      height: 100%;
      width: auto; }
  header#header #menu-btn {
    display: block;
    position: absolute;
    top: 27px;
    right: 18px;
    width: 20px;
    height: auto;
    color: #24597d; }
    @media (min-width: 1000px) {
      header#header #menu-btn {
        right: 36px;
        top: 45px; } }
  header#header ul {
    position: relative;
    text-align: left;
    width: 100%;
    background-color: #2a6791;
    border-top: 1px solid #fff;
    -js-display: flex;
    -ms-box-orient: horizontal;
    display: -moz-flex;
    display: flex;
    flex-flow: row wrap;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
    transition: opacity 0.2s; }
    header#header ul.on {
      opacity: 1; }
    header#header ul li {
      list-style: none; }
      header#header ul li a, header#header ul li a:visited {
        display: block;
        text-decoration: none;
        position: relative;
        padding: 0.5rem 2rem;
        border-right: 1px solid #fff;
        color: #fff; }
        header#header ul li a:hover, header#header ul li a:active, header#header ul li a.active, header#header ul li a:visited:hover, header#header ul li a:visited:active, header#header ul li a:visited.active {
          color: black; }

.card {
  width: 100vw;
  height: 100vh;
  z-index: 5;
  position: relative; }

header {
  position: fixed;
  z-index: 21;
  top: 0;
  width: 80%;
  left: 10%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 100px; }
  @media (max-width: 500px) {
    header {
      padding-top: 1.5rem;
      width: calc(100% - 3rem);
      left: 1.5rem; } }
  header a {
    color: white;
    text-decoration: none;
    transition: opacity 0.2s ease-in-out; }
    header a:hover {
      opacity: 0.7; }

footer {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -js-display: flex;
  -ms-box-orient: horizontal;
  display: -moz-flex;
  display: flex;
  align-items: flex-end;
  pointer-events: none; }
  footer div {
    text-align: center;
    width: 100%;
    padding: 1.5rem 0; }
  footer a {
    color: #fff;
    text-decoration: none;
    padding: 0 1rem;
    opacity: 1;
    font-size: 16px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
    transition: opacity 0.2s;
    pointer-events: auto; }
    footer a:hover {
      opacity: 0.7; }
    footer a.icon {
      position: relative;
      top: 3px; }

.flexslider {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  position: relative;
  z-index: 10; }
  .flexslider ul {
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    overflow: hidden; }
  .flexslider li {
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    background: no-repeat center center;
    background-size: cover; }

#arrow .flexslider li:nth-child(1) {
  background-image: url(../images/arrow-d-01.jpg); }
  @media (max-width: 500px) {
    #arrow .flexslider li:nth-child(1) {
      background-image: url(../images/arrow-m-01.jpg); } }
#arrow .flexslider li:nth-child(2) {
  background-image: url(../images/arrow-d-02.jpg); }
  @media (max-width: 500px) {
    #arrow .flexslider li:nth-child(2) {
      background-image: url(../images/arrow-m-02.jpg); } }
#arrow .flexslider li:nth-child(3) {
  background-image: url(../images/arrow-d-03.jpg); }
  @media (max-width: 500px) {
    #arrow .flexslider li:nth-child(3) {
      background-image: url(../images/arrow-m-03.jpg); } }
#arrow .flexslider li:nth-child(4) {
  background-image: url(../images/arrow-d-04.jpg); }
  @media (max-width: 500px) {
    #arrow .flexslider li:nth-child(4) {
      background-image: url(../images/arrow-m-04.jpg); } }
#arrow .flexslider li:nth-child(5) {
  background-image: url(../images/arrow-d-05.jpg); }
  @media (max-width: 500px) {
    #arrow .flexslider li:nth-child(5) {
      background-image: url(../images/arrow-m-05.jpg); } }
#arrow .flexslider li:nth-child(6) {
  background-image: url(../images/arrow-d-06.jpg); }
  @media (max-width: 500px) {
    #arrow .flexslider li:nth-child(6) {
      background-image: url(../images/arrow-m-06.jpg); } }
#arrow .flexslider li:nth-child(7) {
  background-image: url(../images/arrow-d-07.jpg); }
  @media (max-width: 500px) {
    #arrow .flexslider li:nth-child(7) {
      background-image: url(../images/arrow-m-07.jpg); } }
#arrow .flexslider li:nth-child(8) {
  background-image: url(../images/arrow-d-08.jpg); }
  @media (max-width: 500px) {
    #arrow .flexslider li:nth-child(8) {
      background-image: url(../images/arrow-m-08.jpg); } }
#arrow .flexslider li:nth-child(9) {
  background-image: url(../images/arrow-d-09.jpg); }
  @media (max-width: 500px) {
    #arrow .flexslider li:nth-child(9) {
      background-image: url(../images/arrow-m-09.jpg); } }
#alma .flexslider li:nth-child(1) {
  background-image: url(../images/aa-d-01.jpg); }
  @media (max-width: 500px) {
    #alma .flexslider li:nth-child(1) {
      background-image: url(../images/aa-m-01.jpg); } }
#alma .flexslider li:nth-child(2) {
  background-image: url(../images/aa-d-02.jpg); }
  @media (max-width: 500px) {
    #alma .flexslider li:nth-child(2) {
      background-image: url(../images/aa-m-02.jpg); } }
#alma .flexslider li:nth-child(3) {
  background-image: url(../images/aa-d-03.jpg); }

#alma .flexslider li:nth-child(4) {
  background-image: url(../images/aa-d-04.jpg); }
  @media (max-width: 500px) {
    #alma .flexslider li:nth-child(4) {
      background-image: url(../images/aa-m-04.jpg); } }
#alma .flexslider li:nth-child(5) {
  background-image: url(../images/aa-d-05.jpg); }
  @media (max-width: 500px) {
    #alma .flexslider li:nth-child(5) {
      background-image: url(../images/aa-m-05.jpg); } }
#alma .flexslider li:nth-child(6) {
  background-image: url(../images/aa-d-06.jpg); }
  @media (max-width: 500px) {
    #alma .flexslider li:nth-child(6) {
      background-image: url(../images/aa-m-06.jpg); } }
#alma .flexslider li:nth-child(7) {
  background-image: url(../images/aa-d-07.jpg); }
  @media (max-width: 500px) {
    #alma .flexslider li:nth-child(7) {
      background-image: url(../images/aa-m-07.jpg); } }
#alma .flexslider li:nth-child(8) {
  background-image: url(../images/aa-d-08.jpg); }
  @media (max-width: 500px) {
    #alma .flexslider li:nth-child(8) {
      background-image: url(../images/aa-m-08.jpg); } }
#alma .flexslider li:nth-child(9) {
  background-image: url(../images/aa-d-09.jpg); }
  @media (max-width: 500px) {
    #alma .flexslider li:nth-child(9) {
      background-image: url(../images/aa-m-09.jpg); } }
#alma .flexslider li:nth-child(10) {
  background-image: url(../images/aa-d-10.jpg); }
  @media (max-width: 500px) {
    #alma .flexslider li:nth-child(10) {
      background-image: url(../images/aa-m-10.jpg); } }
#alma .flexslider li:nth-child(11) {
  background-image: url(../images/aa-d-11.jpg); }

#alma .flexslider li:nth-child(12) {
  background-image: url(../images/aa-d-12.jpg); }
  @media (max-width: 500px) {
    #alma .flexslider li:nth-child(12) {
      background-image: url(../images/aa-m-12.jpg); } }
#alma .flexslider li:nth-child(13) {
  background-image: url(../images/aa-d-13.jpg); }
  @media (max-width: 500px) {
    #alma .flexslider li:nth-child(13) {
      background-image: url(../images/aa-m-13.jpg); } }
#alma .flexslider li:nth-child(14) {
  background-image: url(../images/aa-d-14.jpg); }
  @media (max-width: 500px) {
    #alma .flexslider li:nth-child(14) {
      background-image: url(../images/aa-m-14.jpg); } }
.wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  margin: 0;
  height: 100vh;
  -js-display: flex;
  -ms-box-orient: horizontal;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 1000px) {
    .wrapper {
      width: 75%;
      margin: 0 12.5%; } }
  .wrapper .internal {
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 500px;
    margin: 0 auto; }
    .wrapper .internal h1 {
      width: 80%;
      margin: 0 auto 1rem; }
      .wrapper .internal h1 br {
        display: block; }
        @media (max-width: 500px) {
          .wrapper .internal h1 br {
            display: none; } }
    .wrapper .internal #logo {
      width: 85%;
      margin: 0 auto 2rem; }
    .wrapper .internal p {
      text-transform: uppercase;
      font-size: 0.75rem; }
    .wrapper .internal #alma-title {
      width: 100%; }

#about {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: center;
  pointer-events: all;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  overflow-y: auto; }
  #about.off {
    display: none;
    pointer-events: none; }
  #about main {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 80px;
    background: white;
    width: calc(100% - 160px);
    max-width: 1000px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative; }
    @media (max-width: 500px) {
      #about main {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 25px;
        width: calc(100% - 40px); } }
  #about #btn-close {
    position: absolute;
    top: 22px;
    right: 23px;
    border-bottom: 0; }
    @media (max-width: 500px) {
      #about #btn-close {
        top: 18px;
        right: 19px; } }
.text h1, .text h2, .text p {
  margin-bottom: 25px; }
  @media (max-width: 500px) {
    .text h1, .text h2, .text p {
      margin-bottom: 20px; } }
.text a {
  text-decoration: none;
  border-bottom: 1px solid black;
  color: black; }
  .text a:hover {
    border-bottom: 0; }

.text .col:first-child {
  width: 100%;
  max-width: 500px; }

.text .col:last-child {
  padding-top: 50px; }
  @media (max-width: 500px) {
    .text .col:last-child {
      padding-top: 0; } }
/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #fff;
  border: 0;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
