@import url("https://fonts.googleapis.com/css?family=Open+Sans|Raleway|Roboto");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  overflow-x: hidden; }

html {
  font-family: "Open Sans", "Lucida Sans", sans-serif; }

a {
  color: #696969;
  text-decoration: none;
  border-bottom: 1px dotted #696969;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  -o-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out; }
  a:hover {
    color: #fff;
    background-color: #696969; }

body {
  margin: 0; }

img, video, iframe {
  width: 100%;
  height: auto; }

section h1 {
  display: inline-block;
  border-bottom: 3px solid #000; }

section h3 {
  margin: 20px;
  font-style: italic;
  text-align: center; }

section span {
  font-weight: 600; }

.row:after {
  content: "";
  clear: both;
  display: table; }

h1 {
  margin: 10px 0;
  font-family: "Raleway", sans-serif;
  font-size: 2.0736rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 500; }
  h1 {
    font-size: 24.192px; }
    @media screen and (min-width: 320px) {
      h1 {
        font-size: calc(24.192px + 23.058 * ((100vw - 320px) / 1780)); } }
    @media screen and (min-width: 2100px) {
      h1 {
        font-size: 47.25px; } }

h2 {
  margin: 5px;
  font-family: "Open Sans", "Lucida Sans", sans-serif;
  font-size: 1.728rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 400; }
  h2 {
    font-size: 25.2px; }
    @media screen and (min-width: 320px) {
      h2 {
        font-size: calc(25.2px + 12.6 * ((100vw - 320px) / 1780)); } }
    @media screen and (min-width: 2100px) {
      h2 {
        font-size: 37.8px; } }

h3 {
  margin: 5px;
  font-family: "Raleway", sans-serif;
  font-size: 1.44rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 500; }
  h3 {
    font-size: 20.16px; }
    @media screen and (min-width: 320px) {
      h3 {
        font-size: calc(20.16px + 11.34 * ((100vw - 320px) / 1780)); } }
    @media screen and (min-width: 2100px) {
      h3 {
        font-size: 31.5px; } }

p, ul, ol, li {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 400; }
  p, ul, ol, li {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      p, ul, ol, li {
        font-size: calc(14px + 10 * ((100vw - 320px) / 1780)); } }
    @media screen and (min-width: 2100px) {
      p, ul, ol, li {
        font-size: 24px; } }

blockquote {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 23px; }

pre {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 23px; }

footer section:after {
  display: block;
  position: relative;
  content: " ";
  min-height: 50px;
  height: 100vh;
  max-height: 7vh; }

header {
  position: relative;
  display: table;
  width: 100vw;
  height: 60vh;
  padding-top: 100px;
  margin-bottom: 100px;
  background-image: url("../_img/banner_flagstaff.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 960px) {
    header {
      margin-bottom: 0; } }
  header.fullscreen {
    height: 100vh;
    padding-top: 0;
    margin-bottom: 100px; }
    header.fullscreen > .button {
      position: absolute;
      content: " ";
      width: 60px;
      height: 31px;
      bottom: 25px;
      left: 50%;
      background-image: url("../_img/down-arrow.svg");
      background-size: cover;
      background-repeat: no-repeat;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      cursor: pointer;
      -webkit-transition: width .4s ease-in-out, height .4s ease-in-out;
      -o-transition: width .4s ease-in-out, height .4s ease-in-out;
      transition: width .4s ease-in-out, height .4s ease-in-out; }
      header.fullscreen > .button:hover {
        width: 70px;
        height: 35px; }
    header.fullscreen > .coverTextCnt > .companyCnt {
      position: absolute;
      display: block;
      width: 220px;
      height: 50px;
      top: 30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      header.fullscreen > .coverTextCnt > .companyCnt > img {
        height: 50px;
        width: 50px;
        float: left;
        border-radius: 25px; }
      header.fullscreen > .coverTextCnt > .companyCnt > h1 {
        display: inline;
        font-size: 38px;
        line-height: 40px;
        margin: 5px 5px 5px 10px;
        float: left; }
  header > .coverTextCnt {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }
    header > .coverTextCnt > .companyCnt {
      display: none; }
    header > .coverTextCnt > .coverText {
      margin: 0 10%;
      text-align: center; }
      @media only screen and (min-width: 960px) {
        header > .coverTextCnt > .coverText {
          margin: 80px; } }
      header > .coverTextCnt > .coverText h1 {
        font-size: 2.0736rem; }
        header > .coverTextCnt > .coverText h1 {
          font-size: 36.288px; }
          @media screen and (min-width: 320px) {
            header > .coverTextCnt > .coverText h1 {
              font-size: calc(36.288px + 34.587 * ((100vw - 320px) / 1780)); } }
          @media screen and (min-width: 2100px) {
            header > .coverTextCnt > .coverText h1 {
              font-size: 70.875px; } }
      header > .coverTextCnt > .coverText h2 {
        font-style: italic;
        font-size: 1.44rem; }
        header > .coverTextCnt > .coverText h2 {
          font-size: 20.16px; }
          @media screen and (min-width: 320px) {
            header > .coverTextCnt > .coverText h2 {
              font-size: calc(20.16px + 17.64 * ((100vw - 320px) / 1780)); } }
          @media screen and (min-width: 2100px) {
            header > .coverTextCnt > .coverText h2 {
              font-size: 37.8px; } }
      header > .coverTextCnt > .coverText p {
        font-size: 14px; }
      header > .coverTextCnt > .coverText a {
        color: #fff; }
        header > .coverTextCnt > .coverText a:hover {
          color: #8cff29; }

.menuBarCnt {
  display: block;
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999; }
  .menuBarCnt.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  .menuBarCnt > .menuBar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    width: 100vw;
    max-width: 1600px;
    padding: 1vh 3%;
    margin: 0 auto;
    z-index: 5; }
    .menuBarCnt > .menuBar #toggleMenuBtn {
      position: absolute;
      display: inline-block;
      top: 26px;
      right: 30px;
      cursor: pointer; }
      @media only screen and (min-width: 961px) {
        .menuBarCnt > .menuBar #toggleMenuBtn {
          display: none; } }
      .menuBarCnt > .menuBar #toggleMenuBtn img {
        width: 50px;
        height: 50px; }
    .menuBarCnt > .menuBar a {
      border: none; }
      .menuBarCnt > .menuBar a p {
        display: inline-block;
        margin: 0;
        font-size: 1.2rem;
        line-height: 56px; }
        .menuBarCnt > .menuBar a p {
          font-size: 13.3px; }
          @media screen and (min-width: 320px) {
            .menuBarCnt > .menuBar a p {
              font-size: calc(13.3px + 10.7 * ((100vw - 320px) / 1780)); } }
          @media screen and (min-width: 2100px) {
            .menuBarCnt > .menuBar a p {
              font-size: 24px; } }
    .menuBarCnt > .menuBar .logo {
      position: relative;
      display: inline-block;
      margin: 0 20px 0 0;
      color: #fff;
      text-decoration: none;
      line-height: 85px; }
      .menuBarCnt > .menuBar .logo.active {
        color: #8cff29; }
      .menuBarCnt > .menuBar .logo:hover {
        color: #8cff29;
        background-color: rgba(0, 0, 0, 0); }
      .menuBarCnt > .menuBar .logo > img {
        position: relative;
        display: inline-block;
        height: 4em;
        width: auto;
        margin-top: 13px;
        border-radius: 10px;
        vertical-align: top; }
      .menuBarCnt > .menuBar .logo > h1 {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0 0 0 1vw;
        border: 0; }
        .menuBarCnt > .menuBar .logo > h1 {
          font-size: 16.8px; }
          @media screen and (min-width: 320px) {
            .menuBarCnt > .menuBar .logo > h1 {
              font-size: calc(16.8px + 17.76 * ((100vw - 320px) / 1780)); } }
          @media screen and (min-width: 2100px) {
            .menuBarCnt > .menuBar .logo > h1 {
              font-size: 34.56px; } }
    .menuBarCnt > .menuBar > .items {
      display: inline-block;
      line-height: 90px; }
      .menuBarCnt > .menuBar > .items.toggle {
        position: absolute;
        display: block;
        top: 100px;
        left: 0; }
        .menuBarCnt > .menuBar > .items.toggle .navItem {
          display: block; }
      @media only screen and (max-width: 960px) {
        .menuBarCnt > .menuBar > .items {
          display: none;
          width: 100vw;
          max-height: 80vh;
          overflow-y: auto;
          text-align: center;
          background-color: rgba(0, 0, 0, 0.9); } }
      .menuBarCnt > .menuBar > .items .navItem {
        color: #fff;
        margin-right: 1rem; }
        .menuBarCnt > .menuBar > .items .navItem:last-child {
          margin-right: 0; }
        .menuBarCnt > .menuBar > .items .navItem:hover {
          color: #8cff29;
          background-color: rgba(0, 0, 0, 0); }
        .menuBarCnt > .menuBar > .items .navItem.active {
          color: #8cff29; }

section {
  display: block;
  max-width: 1600px;
  margin: 5vh auto;
  padding: 0 3%; }
  section.featured {
    max-width: 100%; }
    section.featured:after {
      display: block;
      position: relative;
      content: " ";
      min-height: 50px;
      height: 100vh;
      max-height: 7vh; }
    section.featured > .content {
      display: block;
      max-width: 1600px;
      margin: 0 auto;
      padding: 0 5%; }
  section img {
    display: block;
    max-width: 1000px;
    margin: 1em auto;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.75); }

.backToTop {
  position: fixed;
  width: 40px;
  height: 40px;
  padding: 5px;
  bottom: 30px;
  right: 30px;
  border: 2px solid #262626;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer; }
  .backToTop.tooltipDiv {
    position: fixed; }

.cards {
  display: -ms-grid;
  display: grid;
  margin: 0 20px 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: minmax(400px, auto);
  grid-gap: 10px;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .cards.two {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
  .cards > article {
    position: relative;
    display: block;
    padding: 10px; }
    .cards > article > .article-img {
      position: relative;
      display: block;
      height: 400px;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .cards > article > .article-contents {
      position: relative;
      width: 100%;
      padding: 10px;
      margin: 0;
      background-color: rgba(255, 255, 255, 0.8); }
      .cards > article > .article-contents > .title {
        display: block;
        margin: 0;
        border-bottom: 3px solid #000;
        font-style: italic;
        text-align: center; }
      .cards > article > .article-contents > .desc {
        display: block;
        opacity: 1;
        overflow: hidden;
        -webkit-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out; }
        .cards > article > .article-contents > .desc > p.title {
          margin: 5px;
          text-align: center; }
        .cards > article > .article-contents > .desc > p.loc {
          margin: 5px;
          text-align: center;
          font-style: italic; }

.hoverImg {
  background-color: #dddddd;
  border-radius: 10px; }

.pagerCnt {
  position: fixed;
  right: 25px;
  top: 50%;
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10; }
  .pagerCnt > li {
    display: block;
    margin: 10px 0; }
    .pagerCnt > li.active > a {
      background-color: #000; }
    .pagerCnt > li > a {
      display: inline-block;
      width: 14px;
      height: 14px;
      border: 1px solid #ddd;
      background-color: #fff;
      -webkit-box-shadow: 0px 0px 10px #262626;
      box-shadow: 0px 0px 10px #262626;
      border-radius: 20px;
      padding: 0; }
      .pagerCnt > li > a:hover {
        background-color: #696969; }

.socialBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px; }
  .socialBar a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-bottom: 0px; }
    .socialBar a:last-of-type {
      margin-right: 0; }
    .socialBar a:hover {
      color: inherit;
      background-color: inherit; }
      .socialBar a:hover img {
        background-color: #000; }
        .socialBar a:hover img.off {
          opacity: 0; }
        .socialBar a:hover img.on {
          opacity: 1; }
    .socialBar a img {
      position: absolute;
      width: inherit;
      height: inherit;
      top: 0;
      left: 0;
      padding: 5px;
      margin: 0;
      border-radius: 10px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      -webkit-transition: background-color .2s ease-in-out;
      -o-transition: background-color .2s ease-in-out;
      transition: background-color .2s ease-in-out; }
      .socialBar a img.on {
        opacity: 0; }

.tooltipDiv {
  position: relative; }
  .tooltipDiv.noTrigger:hover .tooltip,
  .tooltipDiv.hover .tooltip {
    visibility: visible; }
  .tooltipDiv .tooltip {
    position: absolute;
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    z-index: 1;
    visibility: hidden; }
    .tooltipDiv .tooltip.left {
      top: 50%;
      right: 150%;
      overflow: hidden;
      white-space: nowrap;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .tooltipDiv .tooltip.bottom {
      top: 120%;
      left: 50%;
      overflow: hidden;
      white-space: nowrap;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

/* Defaults and Mobile Phones Width */
[class*="col-"] {
  /* Take up the whole width since the device width is not wide enough */
  width: 100%;
  float: left;
  padding: 15px;
  -webkit-transition: width .4s ease, height .4s ease;
  -o-transition: width .4s ease, height .4s ease;
  transition: width .4s ease, height .4s ease; }

.row > [class*="col-"] {
  padding: 0; }

/* Phone Space  >= 320 */
@media only screen and (min-width: 320px) {
  .col-p-1 {
    width: 8.33%; }
  .col-p-2 {
    width: 16.66%; }
  .col-p-3 {
    width: 25.00%; }
  .col-p-4 {
    width: 33.33%; }
  .col-p-5 {
    width: 41.66%; }
  .col-p-6 {
    width: 50.00%; }
  .col-p-7 {
    width: 58.33%; }
  .col-p-8 {
    width: 66.66%; }
  .col-p-9 {
    width: 75.00%; }
  .col-p-10 {
    width: 83.33%; }
  .col-p-11 {
    width: 91.66%; }
  .col-p-12 {
    width: 100.0%; } }

/* Tablet Screen Space >= 600*/
@media only screen and (min-width: 600px) {
  .col-t-1 {
    width: 8.33%; }
  .col-t-2 {
    width: 16.66%; }
  .col-t-3 {
    width: 25.00%; }
  .col-t-4 {
    width: 33.33%; }
  .col-t-5 {
    width: 41.66%; }
  .col-t-6 {
    width: 50.00%; }
  .col-t-7 {
    width: 58.33%; }
  .col-t-8 {
    width: 66.66%; }
  .col-t-9 {
    width: 75.00%; }
  .col-t-10 {
    width: 83.33%; }
  .col-t-11 {
    width: 91.66%; }
  .col-t-12 {
    width: 100.0%; } }

/* Desktop Screen Space >= 960*/
@media only screen and (min-width: 960px) {
  .col-d-1 {
    width: 8.33%; }
  .col-d-2 {
    width: 16.66%; }
  .col-d-3 {
    width: 25.00%; }
  .col-d-4 {
    width: 33.33%; }
  .col-d-5 {
    width: 41.66%; }
  .col-d-6 {
    width: 50.00%; }
  .col-d-7 {
    width: 58.33%; }
  .col-d-8 {
    width: 66.66%; }
  .col-d-9 {
    width: 75.00%; }
  .col-d-10 {
    width: 83.33%; }
  .col-d-11 {
    width: 91.66%; }
  .col-d-12 {
    width: 100.0%; } }

/* Large Desktop Screen Space >= 1200*/
@media only screen and (min-width: 1200px) {
  .col-1 {
    width: 8.33%; }
  .col-2 {
    width: 16.66%; }
  .col-3 {
    width: 25.00%; }
  .col-4 {
    width: 33.33%; }
  .col-5 {
    width: 41.66%; }
  .col-6 {
    width: 50.00%; }
  .col-7 {
    width: 58.33%; }
  .col-8 {
    width: 66.66%; }
  .col-9 {
    width: 75.00%; }
  .col-10 {
    width: 83.33%; }
  .col-11 {
    width: 91.66%; }
  .col-12 {
    width: 100.0%; } }

/* Ultra Desktop Screen Space >= 2100*/
