@charset "utf-8";

/*

#74A3B7 - Blue (Lt.)

#16447B - Blue (Dk.) 22,68,123

#FC6A03 - Orange

#DAA520 - Yellow

#EDE7D9 - Yellow (Lt.)

#AC1C3E - Red

*/

.hero {
  background-color: #16447b;

  -webkit-background-size: cover;

  -moz-background-size: cover;

  -ms-background-size: cover;

  -o-background-size: cover;

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

  background-attachment: fixed;

  text-align: center;
}

.hero h1 {
  color: #fff;

  margin: 36vh 0 36vh 0;

  padding: 12px 18px 12px 18px;

  font-weight: 700;

  text-transform: uppercase;

  font-size: 3vw;

  line-height: 3.1vw;

  border: 2px solid #fff;

  background: rgba(0, 0, 0, 0.2);

  display: inline-block;

  border-radius: 3px;
}

.hero span {
  background-color: rgba(0, 0, 0, 0.2);

  display: inline-block;

  padding: 4px 8px 4px 8px;

  top: 90vh;

  right: 0;

  position: absolute;

  color: rgba(255, 255, 255, 0.8);

  font-size: 0.7rem;

  line-height: 0.7rem;

  white-space: nowrap;
}

.carouselImage {
  background-color: #16447b;

  -webkit-background-size: cover;

  -moz-background-size: cover;

  -ms-background-size: cover;

  -o-background-size: cover;

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

  color: #fff;

  height: 480px;

  text-align: right;
}

.carouselImage div {
  position: absolute;

  bottom: 0;

  color: #fff;

  padding: 8px;
}

#navigate {
  padding: 48px 0 36px 0;

  color: #fff;

  text-align: center;

  background: rgb(116, 163, 183);

  background: linear-gradient(180deg, rgba(116, 163, 183, 1) 0%, rgba(22, 68, 123, 1) 80%);

  overflow: hidden;
}

#navigate h2 {
  font-weight: 100;

  margin: 0 0 12px 0;

  color: #fff;

  font-size: 3vw;

  line-height: 3.1vw;
}

#navigate p {
  margin: 0 0 36px 0;

  font-size: 1.2vw;

  line-height: 1.3vw;
}

.iconCol {
  display: inline-block;

  width: 16%;

  margin: 0 2% 0 2%;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -ms-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  -webkit-transform: scale(0.95);

  -moz-transform: scale(0.95);

  -ms-transform: scale(0.95);

  -o-transform: scale(0.95);

  transform: scale(0.95);
}

.iconCol:hover,
.iconCol:focus {
  text-decoration: none;

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);
}

.iconCol h3 {
  text-transform: uppercase;

  margin: 0 0 24px 0;

  font-weight: 400;

  color: #fff;

  font-size: 1vw;

  line-height: 1.1vw;
}

.iconBox {
  width: 80%;

  padding-bottom: 80%;

  background-color: #16447b;

  -webkit-background-size: 70%;

  -moz-background-size: 70%;

  -ms-background-size: 70%;

  -o-background-size: 70%;

  background-size: 70%;

  background-position: center center;

  background-repeat: no-repeat;

  border: 2px solid #fff;

  border-radius: 100px;

  margin: 0 auto 18px auto;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -ms-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;
}

.iconCol:hover .iconBox,
.iconCol:focus .iconBox {
  -webkit-box-shadow: 3px 3px 12px 0px rgba(22, 68, 123, 1);

  -moz-box-shadow: 3px 3px 12px 0px rgba(22, 68, 123, 1);

  -ms-box-shadow: 3px 3px 12px 0px rgba(22, 68, 123, 1);

  -o-box-shadow: 3px 3px 12px 0px rgba(22, 68, 123, 1);

  box-shadow: 3px 3px 12px 0px rgba(22, 68, 123, 1);
}

.business {
  background-image: url("/media/static/images/icons/business-white.svg");
}

.airport {
  background-image: url("/media/static/images/icons/airport-white.svg");
}

.marine {
  background-image: url("/media/static/images/icons/marine-white.svg");

  -webkit-background-size: 60%;

  -moz-background-size: 60%;

  -ms-background-size: 60%;

  -o-background-size: 60%;

  background-size: 60%;
}

.news {
  background-image: url("/media/static/images/icons/news-white.svg");
}

.commission {
  background-image: url("/media/static/images/icons/commission-white.svg");
}

#events {
  padding: 48px 0 24px 0;

  color: #16447b;

  text-align: center;

  background: rgb(237, 231, 217);

  background: linear-gradient(0deg, rgba(237, 231, 217, 1) 0%, rgba(183, 152, 58, 1) 80%);

  overflow: hidden;
}

#events h2 {
  font-weight: 100;

  margin: 0 0 12px 0;

  color: #16447b;

  font-size: 3vw;

  line-height: 3.1vw;
}

#events p {
  margin: 0 0 36px 0;

  font-size: 1.2vw;

  line-height: 1.3vw;

  color: #fff;
}

.eventLink {
  text-align: left;

  display: block;

  background: #fff;

  min-height: 180px;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -ms-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  -webkit-transform: scale(0.95);

  -moz-transform: scale(0.95);

  -ms-transform: scale(0.95);

  -o-transform: scale(0.95);

  transform: scale(0.95);

  margin: 0 0 24px 0;

  border: 1px solid #ddd;

  font-size: 1rem;

  line-height: 1.2rem;

  padding: 18px;

  border-radius: 8px;

  overflow: hidden;
}

.eventLink:hover,
.eventLink:focus {
  text-decoration: none;

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

  -webkit-box-shadow: 3px 3px 12px 0px rgba(183, 152, 58, 1);

  -moz-box-shadow: 3px 3px 12px 0px rgba(183, 152, 58, 1);

  -ms-box-shadow: 3px 3px 12px 0px rgba(183, 152, 58, 1);

  -o-box-shadow: 3px 3px 12px 0px rgba(183, 152, 58, 1);

  box-shadow: 3px 3px 12px 0px rgba(183, 152, 58, 1);
}

.eventLinkImg {
  width: 35%;

  display: block;

  float: left;

  margin: 0 5% 0 0;

  padding-bottom: 40%;

  background-color: #16447b;

  -webkit-background-size: cover;

  -moz-background-size: cover;

  -ms-background-size: cover;

  -o-background-size: cover;

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;
}

.eventLinkText {
  width: 60%;

  display: block;

  overflow: hidden;

  float: left;
}

.eventLinkTitle {
  font-size: 1.4rem;

  line-height: 1.6rem;

  font-weight: 600;

  color: #daa520;

  margin: 0 0 6px 0;

  padding: 0 0 0 0;
}

.eventLinkDate {
  color: #16447b;

  margin: 8px 0 8px 0;
}

.eventLinkBody {
  margin: 0 0 8px 0;

  color: #000;
}

#notice a:hover {
  text-decoration: underline;
}

#notice {
  padding: 0 0 36px 0;
  color: #fff;
  text-align: center;
  background: #ede7d9;
  overflow: hidden;
}

#notice h2 {
  font-weight: 100;

  margin: 0 0 12px 0;

  color: #16447b;

  font-size: 3vw;

  line-height: 3.1vw;
}

#notice p {
  margin: 0 0 36px 0;

  font-size: 1.2vw;

  line-height: 1.3vw;

  color: #16447b;
}

#quickLook {
  padding: 0 0 36px 0;

  color: #fff;

  text-align: center;

  background: #ede7d9;

  overflow: hidden;
}

#quickLook h2 {
  font-weight: 100;

  margin: 0 0 12px 0;

  color: #16447b;

  font-size: 3vw;

  line-height: 3.1vw;
}

#quickLook p {
  margin: 0 0 36px 0;

  font-size: 1.2vw;

  line-height: 1.3vw;

  color: #16447b;
}

#quickLook a {
  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -ms-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  -webkit-transform: scale(0.95);

  -moz-transform: scale(0.95);

  -ms-transform: scale(0.95);

  -o-transform: scale(0.95);

  transform: scale(0.95);
}

#quickLook a:hover,
#quickLook a:focus {
  text-decoration: none;

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);
}

#quickLook img {
  height: 80px;

  width: auto;

  margin: 0 0 24px 0;
}

#quickLook h3 {
  text-transform: uppercase;

  margin: 0 0 24px 0;

  font-weight: 700;

  color: #16447b;

  font-size: 1.2rem;

  line-height: 1.3rem;
}

@media only screen and (max-width: 749px) {
  #navigate h2,
  #quickLook h2,
  #events h2 {
    font-size: 3rem;

    line-height: 3rem;
  }

  #navigate p,
  #events p,
  #quickLook p {
    margin: 36px 0;

    font-size: 1.25rem;

    line-height: 1.25rem;
  }

  .iconCol h3 {
    font-size: 0.75rem;

    line-height: 0.75rem;
  }

  #events,
  #quickLook {
    padding: 24px;
  }
}

@media only screen and (max-width: 549px) {
  .hero span {
    top: 80vh;
  }
}
