/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src:
    local("Open Sans"),
    url("/fonts/open-sans-v34-latin-300.woff2") format("woff2");
}

html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-variant: small-caps;
  position: relative;
  padding: 0 12px 3px 12px;
  display: table;
}

a,
a:hover,
a:active,
a:focus {
  outline: none;
  /*    color: rgba(134,182,187,1); */
  color: rgba(183, 227, 233, 1);
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

a:hover {
  text-decoration: underline;
  color: white;
}

a.anchor {
  position: relative;
  top: -50px;
  visibility: hidden;
  display: block;
}

b,
strong {
  font-weight: bold;
}

body {
  background: #041429;
  color: #eeeeee;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  position: relative;
  z-index: 20;
  margin: 75px auto 0;
  padding: 25px;
  background: #041429;
}

.jumbotron.logo {
  height: 1024px;
  background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../jumbo/banner_25.PNG");
  background-position: center top;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.jumbotron.logo ~ .body {
  margin-top: 0px;
}

.icon {
  vertical-align: middle;
  max-height: 16px;
}

.logo .skip-header {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  margin: 0 -45px;
  width: 90px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.3s ease;

  -webkit-animation: floating 1s linear infinite;
  animation: floating 1s linear infinite;
}

.logo .skip-header.invisible {
  transition: 0.3s ease;
  opacity: 0;
}

.logo .skip-header:after,
.logo .skip-header:before {
  content: "";
  background: #eeeeee;
  height: 50px;
  width: 5px;
  position: absolute;
  bottom: 7px;
  left: 43px;
  transition: 0.3s ease;
}

.logo .skip-header:hover:after,
.logo .skip-header:hover:before {
  background: rgba(134, 182, 187, 1);
}

.logo .skip-header:after {
  -webkit-transform: translateX(16px) rotate(45deg);
  transform: translateX(16px) rotate(45deg);
}

.logo .skip-header:before {
  -webkit-transform: translateX(-16px) rotate(-45deg);
  transform: translateX(-16px) rotate(-45deg);
}

.jumbotron {
  height: 350px;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
}

.jumbotron .image {
  position: absolute;
  left: 0;
  right: 0;
}

.maps {
  position: relative;
  overflow: hidden;
  padding-bottom: 350px;
  height: 0;
}

.maps iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1000;
}

.maps-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}

/* #063f8b */
.menu {
  background: #041429;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  z-index: 100000;
  transition: 0.3s ease;
  font-size: 16px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.95);
}

.menu.top-nav {
  background: #041429;
  /* border-bottom: 1px solid rgba(10, 10, 10, 0); */
  position: absolute;
}

.menu ul {
  margin: 0 auto -1px auto;
  padding: 0;
  text-align: center;
  font-weight: 400;
}

.menu input {
  display: none;
}

#fb {
  text-align: right;
}

@media (min-width: 1024px) {
  .menu ul {
    width: 1024px;
  }
}

.menu .hamburger {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  transition: 0.3s ease;
}

.ham1,
.ham2,
.ham3 {
  background: #eeeeee;
  position: absolute;
  width: 15px;
  height: 1px;
  left: 2px;
  transition: 0.3s ease;
  -webkit-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
}

.ham1 {
  top: 5px;
}

.ham2 {
  top: 10px;
}

.ham3 {
  top: 15px;
}

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

  .menu span.title {
    display: none;
  }
}

@media (max-width: 768px) {
  #toggle:checked ~ ul.menu_items li {
    display: block;
  }

  #toggle:checked ~ .title {
    opacity: 0;
    height: 0;
    margin: 0;
  }

  #toggle:checked ~ ul.menu_items {
    height: 400px;
  }

  #toggle:checked ~ .hamburger .ham1 {
    -webkit-transform: translate(0, 5px) rotate(45deg);
    transform: translate(0, 5px) rotate(45deg);
  }

  #toggle:checked ~ .hamburger .ham2 {
    width: 0;
    left: 10px;
  }

  #toggle:checked ~ .hamburger .ham3 {
    -webkit-transform: translate(0, -5px) rotate(-45deg);
    transform: translate(0, -5px) rotate(-45deg);
  }

  .menu.top-nav {
    background: rgba(35, 37, 95, 0.975);
    border-bottom: 1px solid rgba(30, 30, 30, 0.95);
  }

  .menu {
    min-height: 50px;
  }

  .menu .title {
    display: block;
    opacity: 1;
    margin: 10px 0 0 10px;
    transition: 0.3s ease;
    height: auto;
  }

  .menu ul {
    box-sizing: border-box;
    width: 90%;
    height: 0;
    margin: auto 20px;
    overflow: hidden;
    transition: 0.3s ease;
  }

  .menu ul li {
    margin-top: 0;
    display: block;
  }

  .menu ul li a:not(:first-child) {
    margin-top: 0;
  }

  .menu ul li a:last-child {
    margin-bottom: 10px;
  }

  .body {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .jumbotron.logo {
    background-position: center top;
    height: 512px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .body {
    max-width: 768px;
  }
  .jumbotron.logo {
    height: 768px;
  }
}

@media (min-width: 1024px) {
  .body {
    max-width: 1024px;
  }
  .jumbotron.logo {
    height: 1024px;
  }
}

.menu li {
  text-align: center;
  list-style: none;
  display: inline-block;
  position: relative;
  margin: 0 3px 12px 3px;
}

.menu li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 1);
  border-top: none;
  transition: 0.3s ease-in;
}

.menu li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0%;
  background: linear-gradient(
    to bottom,
    rgba(134, 182, 187, 0) 30%,
    rgba(134, 182, 187, 0.4) 100%
  );
  -webkit-animation: no_height 0.3s 1 ease-in forwards;
  animation: no_height 0.3s 1 ease-in forwards;
}

h1:after,
h2:after,
h3:after,
h4:after,
h5:after,
h6:after {
  content: "";
  border: 1px solid rgba(255, 255, 255, 1);
  border-top: none;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 10px;
}

.menu li a:hover:before,
.menu li.active a:before {
  -webkit-animation: full_height 0.3s 1 ease-in forwards;
  animation: full_height 0.3s 1 ease-in forwards;
}

.menu li a:hover:after,
.menu li.active a:after {
  border-width: 2px;
  border-color: rgba(134, 182, 187, 1);
}

.menu li a {
  text-decoration: none;
  color: #eeeeee;
  display: block;
  padding: 12px 12px 5px 12px;
  margin: 0;
  white-space: nowrap;
  position: relative;
}

.menu a:hover,
.menu li.active a {
  color: rgba(255, 255, 255, 1);
}

.body h2 {
  margin-top: 0;
}

.body .last_year {
  margin: 20px 0;
  text-align: center;
}

.body .last_year img {
  position: relative;
  transform: scale(1);
  transition: 0.4s transform ease;
  width: 290px;
  z-index: 40;
  margin: 10px;
}

.body ul {
  padding-left: 20px;
}

.body .tabs {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;

  margin: 0 0 20px 0;
  position: relative;
}

.body .tabs .tab {
  position: relative;
  text-align: center;
  z-index: 10;
}

.body .tabs .tab a:after {
  content: "";
  position: absolute;
  border: 1px solid white;
  border-top: none;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  z-index: 0;
  transition: 0.3s ease-in;
}

.body .tabs .tab a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  background: linear-gradient(
    to bottom,
    rgba(134, 182, 187, 0) 30%,
    rgba(134, 182, 187, 0.4) 100%
  );
  transition: 0.3s ease-in;
  z-index: 0;
}

.body .tabs .tab a:hover:after,
.body .tabs .tab.active a:after {
  border-width: 2px;
  border-color: rgba(134, 182, 187, 1);
}

.body .tabs .tab a:hover:before,
.body .tabs .tab.active a:before {
  height: 100%;
}

.body .tabs .tab a {
  color: white;
  font-weight: 400;
  display: inline;
  position: relative;
  padding: 12px 12px 5px 12px;
}

.body .tabs .tab a:hover {
  text-decoration: none;
  color: white;
}

.gallery {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

.gallery .item {
  transition: 0.3s ease;
  padding: 5px;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.gallery .item a {
  overflow: hidden;
  display: block;
  cursor: zoom-in;
}

.gallery .item a img {
  transition: 0.6s linear;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.gallery .item a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.mfp-title .box-link {
  display: block;
  margin: 2px 0;
  font-size: 1.5em;
}

.mfp-title {
  font-size: 0.7em;
}

@keyframes floating {
  0% {
    margin-bottom: 15px;
  }
  30% {
    margin-bottom: 5px;
  }
  40% {
    margin-bottom: 5px;
  }
  100% {
    margin-bottom: 15px;
  }
}

@-webkit-keyframes floating {
  0% {
    margin-bottom: 15px;
  }
  30% {
    margin-bottom: 5px;
  }
  40% {
    margin-bottom: 5px;
  }
  100% {
    margin-bottom: 15px;
  }
}

@keyframes full_height {
  from {
    height: 0%;
  }
  to {
    height: 100%;
  }
}

@keyframes no_height {
  from {
    height: 100%;
  }
  to {
    height: 0%;
  }
}

@-webkit-keyframes full_height {
  from {
    height: 0%;
  }
  to {
    height: 100%;
  }
}

@-webkit-keyframes no_height {
  from {
    height: 100%;
  }
  to {
    height: 0%;
  }
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
}

@media print,
  (-o-min-device-pixel-ratio: 5/4),
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 120dpi) {
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
