@charset "UTF-8";
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 {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@font-face {
  font-family: SourceSansPro;
  src: url(../fonts/SourceSansPro-Regular.ttf);
}
@font-face {
  font-family: SourceSerif;
  src: url(../fonts/SourceSerif4-VariableFont_opsz,wght.ttf);
}
@font-face {
  font-family: FuturaPT;
  src: url(../fonts/FuturaPT-Book.otf);
}
@font-face {
  font-family: Cousine;
  src: url(../fonts/Cousine-Regular.ttf);
}
@font-face {
  font-family: Cousine-Bold;
  src: url(../fonts/Cousine-Bold.tff);
}
a {
  padding-left: 0.2em;
  padding-right: 0.2em;
}

header {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
header a {
  font-family: Cousine, sans-serif;
  font-size: 12pt;
  line-height: 1.5em;
  text-decoration: none;
  white-space: nowrap;
}

li {
  font-family: SourceSansPro, sans-serif;
  font-size: 14pt;
  line-height: 1.5em;
  margin-left: 3rem;
  list-style-type: disc;
}

ul {
  margin-bottom: 1rem;
}

ol {
  list-style-type: decimal;
}
ol li {
  list-style-type: decimal;
}
ol li p {
  margin-bottom: 0.5em !important;
}
ol li:last-of-type {
  margin-bottom: 1em;
}

.nav {
  color: #000000;
}
.nav ul li {
  list-style-type: none;
}

nav ul li {
  list-style-type: none;
  margin: 0;
}

nav ul {
  margin: 0;
}

.doubleColumnQuote {
  font-family: SourceSerif;
  line-height: 1.2em;
  font-size: 16pt;
  width: 40%;
  float: left;
  display: block;
  margin: 2em 5%;
  quotes: "“" "”";
  text-indent: -2.2em;
}

blockquote:before {
  color: #ff551d;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
}

.contentWrapper h1 {
  font-family: FuturaPT, sans-serif;
  font-size: 14pt;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
.contentWrapper h2 {
  font-family: FuturaPT, sans-serif;
  font-size: 14pt;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  margin-top: 2em;
}
.contentWrapper h3 {
  font-family: FuturaPT, sans-serif;
  font-size: 14pt;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  margin-top: 2em;
}
.contentWrapper p {
  font-family: SourceSansPro, sans-serif;
  font-size: 14pt;
  line-height: 1.5em;
  margin-bottom: 1em;
  clear: left;
}
.contentWrapper a {
  text-decoration: none;
}

#intro {
  background-color: #3b504f;
}
#intro a {
  color: #3b504f;
  background-color: #eeebe1;
}
#intro a:hover {
  color: #eeebe1;
  background-color: #3b504f;
}
#intro p {
  color: #eeebe1;
}
#intro h1, #intro h2 {
  color: #eeebe1;
}

#pnc {
  background-color: #f7f8f9;
  transition: opacity 0.5s;
}
#pnc a {
  color: #f7f8f9;
  background-color: #2a6296;
}
#pnc a:hover {
  color: #2a6296;
  background-color: #f7f8f9;
}
#pnc p {
  color: #333333;
}
#pnc h1, #pnc h2 {
  color: #2a6296;
}
#pnc li {
  color: #333333;
}

#vestige {
  background-color: #111111;
}
#vestige a {
  color: #111111;
  background-color: #dddddd;
}
#vestige a:hover {
  color: #dddddd;
  background-color: #111111;
}
#vestige p {
  color: #ffffff;
}
#vestige h1, #vestige h2 {
  color: #dddddd;
}
#vestige li {
  color: #ffffff;
}

#els {
  background-color: #f7f4ef;
}
#els a {
  color: #f7f4ef;
  background-color: #ff551d;
}
#els a:hover {
  color: #ff551d;
  background-color: #f7f4ef;
}
#els p {
  color: #1e1e1e;
}
#els h1, #els h2 {
  color: #ff551d;
}
#els li {
  color: #1e1e1e;
}

#ballroom {
  background-color: #044661;
}
#ballroom a {
  color: #044661;
  background-color: #ff9b9b;
}
#ballroom a:hover {
  color: #ff9b9b;
  background-color: #044661;
}
#ballroom p {
  color: #ffffff;
}
#ballroom h1, #ballroom h2 {
  color: #ff9b9b;
}
#ballroom li {
  color: #ffffff;
}

.resume {
  background-color: #eeebe1;
}
.resume a {
  color: #eeebe1;
  background-color: #3b504f;
}
.resume a:hover {
  color: #3b504f;
  background-color: #eeebe1;
}
.resume p, .resume li {
  color: #333333;
}
.resume h1, .resume h2 {
  color: #3b504f;
  margin: 0;
}
.resume div {
  padding-bottom: 1.5em;
}
.resume p, .resume li {
  font-family: SourceSansPro, sans-serif;
  font-size: 14pt;
  line-height: 1.5em;
  padding-left: 4em;
  margin-bottom: 0;
  list-style-type: none;
}
.resume h2 {
  font-family: SourceSansPro, sans-serif;
  font-size: 14pt;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
}
.resume li {
  padding-left: 4em;
  text-indent: -1.2em;
}
.resume li:before {
  content: "►  ";
  font-size: 8pt;
  padding-right: 1em;
}
.resume ul {
  list-style: none outside none;
}

#passwordModal {
  background-color: #2a6296;
  color: #f7f8f9;
}
#passwordModal #pwButton {
  background-color: #2a6296;
  color: #f7f8f9;
  border-color: #f7f8f9;
}
#passwordModal #pwbutton:hover {
  background-color: #f7f8f9;
  color: #2a6296;
  border-color: #2a6296;
}

html, body {
  height: 100%;
}

header {
  text-align: right;
  z-index: 999;
}
header a {
  position: fixed;
  right: 67.7777777778%;
  transition: top 0.5s ease-in-out;
}
@media (max-width: 48rem) {
  header a {
    position: relative;
    right: inherit;
    padding: 2.5% 0;
  }
}
@media (max-width: 48rem) {
  header {
    text-align: left;
    position: fixed;
  }
  header li {
    padding: 2.5% 0;
  }
}

.desktop {
  display: block;
}
@media (max-width: 48rem) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (max-width: 48rem) {
  .mobile {
    display: block;
  }
}

@media (max-width: 48rem) {
  nav {
    width: 18rem;
    display: none;
    padding: 2.5% 1rem;
  }
}

#menuIcon {
  width: 2rem;
}
@media (min-width: 48rem) {
  #menuIcon {
    display: none;
  }
}

#menuIcon:hover, #menuClose:hover {
  animation: wiggle 0.5s;
}

@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(12deg);
  }
  75% {
    transform: rotate(-12deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#menuClose {
  width: 2rem;
  display: none;
}

#menuBackground {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 997;
}

section {
  width: 43.3333333333%;
  float: right;
  padding-right: 21.1111111111%;
  padding-left: 48.8888888889%;
  transition: filter 0.2s;
}
@media (max-width: 48rem) {
  section {
    width: 90%;
    float: none;
    position: relative;
    padding: 5%;
  }
}

body {
  background-color: #eeebe1;
  transition: background-color 0.5s ease-in-out;
}

video {
  max-width: 100%;
  margin-bottom: 1em;
}

.badge {
  max-width: 30%;
  padding: 9%;
}
@media (max-width: 70rem) {
  .badge {
    max-width: 40%;
    padding: 3.5%;
  }
}

#passwordModal {
  z-index: 998;
  display: none;
  width: 43.3333333333%;
  padding: 3rem;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  margin-top: 0;
  margin-left: 35.5555555556%;
}
@media (max-width: 48rem) {
  #passwordModal {
    width: 80%;
    padding: 5%;
    margin-left: 5%;
  }
}
@media (min-width: 96rem) {
  #passwordModal {
    width: 42rem;
  }
}
#passwordModal h3 {
  font-family: Cousine, sans-serif;
  font-size: 12pt;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 1rem;
}
#passwordModal input {
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 0.5rem 0.3rem;
  margin-bottom: 1.5rem;
  text-align: center;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 0;
}
#passwordModal #pwButton {
  width: 6rem;
  margin: 0 auto;
  margin-bottom: 0;
  margin-top: 2rem;
  font-family: Cousine, sans-serif;
  font-size: 12pt;
  line-height: 1.5em;
  border: 2px solid;
  box-shadow: none;
}

.album img {
  width: 48%;
  margin-right: 1%;
  margin-bottom: 1%;
}

.album a {
  padding: 0;
  background-color: inherit !important;
  color: inherit;
}

.owl-carousel {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.owl-carousel a {
  margin: 0;
  padding: 0;
}
.owl-carousel img {
  border-radius: 4px;
}

.gallery a, .galleryDouble a, .gallerySingle a {
  background-color: inherit !important;
  margin: 0;
  padding: 0;
}
.gallery img, .galleryDouble img, .gallerySingle img {
  border-radius: 4px;
}

.gallery img {
  width: 31%;
  margin-right: 1%;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.galleryDouble img {
  width: 48%;
  margin-right: 1%;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.gallerySingle img {
  width: 100%;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.hero-image img {
  width: 100%;
}

.hero-image {
  margin-bottom: 1rem;
}
.hero-image a {
  background-color: inherit !important;
}

.dropshadow img {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: none;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: rgba(0, 0, 0, 0);
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 50;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 50%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 50;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  display: none !important;
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: none;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
  font-family: SourceSansPro, sans-serif;
  font-size: 14pt;
  line-height: 1.5em;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-close {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
