/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body,
main {
  height: 100%;
  width: 100%;
  font-family: "Open Sans", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif; }

.no-side-padding {
  padding-left: 0;
  padding-right: 0; }

.no-side-padding-left {
  padding-left: 0; }

.no-side-margin {
  margin-left: 0;
  margin-right: 0; }

.top-buffer {
  margin-top: 20px; }

.navbar-brand {
  padding-top: 10px; }

nav {
  font-family: "Oswald", sans-serif; }

.navbar-inverse .navbar-nav > li > a:hover {
  background: #4174bc;
  color: #111; }

section {
  margin-top: -50px;
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: transparent; }

#intro {
  padding-top: 120px; }

#contact {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  margin-bottom: 0; }

footer {
  height: 100px;
  width: 100%;
  background: black;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#31353a), to(#2f3337));
  background-image: linear-gradient(top, #31353a, #2f3337); }

html .page,
.page main,
body.page,
html {
  height: auto; }

#menu-footer-links {
  list-style: none;
  margin: 0;
  padding: 0; }

#menu-footer-links li {
  float: left; }

#menu-footer-links li:first-child a {
  padding: 0 10px 0 0; }

#menu-footer-links li a {
  padding: 0 10px; }

#menu-footer-links > li:after {
  content: "|"; }

#menu-footer-links > li:last-child:after {
  display: none; }

#contact input,
#contact textarea {
  width: 100%; }

#contact .fa {
  padding-right: 5px; }

.fa-stack {
  text-align: center; }

.bgBlack {
  background-color: #333;
  color: #ccc; }

footer {
  padding: 25px 0;
  font-size: 80%;
  color: #c9d5e2; }

#map-outer {
  height: 440px;
  padding: 20px;
  border: 2px solid #CCC;
  margin-bottom: 20px;
  background-color: #FFF; }

#map-container {
  height: 400px; }

@media all and (max-width: 991px) {
  #map-outer {
    height: 650px; } }

#showcase {
  background: #444;
  min-height: calc(100% + 50px);
  color: white; }

.parallax-window {
  color: white;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  min-height: 400px; }

a {
  color: #4174bc; }

footer a:hover {
  color: #4174bc; }

.text-primary {
  color: #4174bc; }

.img-center {
  margin: 0 auto; }

#nav-social {
  padding-top: 10px; }

#footer-social img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

#footer-social img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }

#partners img {
  border: 1px solid #AAA; }

.tileOuter {
  padding: 0;
  margin: 0;
  max-height: 200px;
  overflow: hidden; }

.tileThumbnail img {
  width: 100%;
  height: auto; }

.tileTitle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8); }

.portfolio-filter {
  margin: 25px 0;
  text-align: center; }

.portfolio-filter > li {
  display: inline-block; }

.portfolio-items > li {
  float: left;
  padding: 0;
  margin: 0; }

.portfolio-items.col-3 > li {
  width: 33%; }

.parallax-spacer {
  margin-bottom: -50px; }

.parallax-img1 {
  background-image: url("../img/parallax_1.jpg"); }

.parallax-img2 {
  background-image: url("../img/parallax_2.jpg"); }

.parallax-img3 {
  background-image: url("../img/parallax_3.jpg"); }

#intro {
  min-height: calc(100vh + 50px);
  position: relative;
  background: black; }
  #intro .container {
    color: #c9d5e2;
    padding: 25px; }

.full-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 50px); }

body.modal-open {
  overflow-y: scroll;
  padding-right: 0 !important; }

.timeline {
  position: relative;
  padding: 0;
  list-style: none; }

.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  background-color: #666666; }

.timeline > li {
  position: relative;
  margin-bottom: 20px;
  min-height: 50px; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li .timeline-panel {
  float: right;
  position: relative;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left; }

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0; }

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0; }

.timeline > li .timeline-image {
  z-index: 100;
  position: absolute;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  border: 7px solid #666666;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  background-color: #4174bc; }

.timeline > li .timeline-image h4 {
  margin-top: 12px;
  font-size: 10px;
  line-height: 14px; }

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left; }

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0; }

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0; }

.timeline > li:last-child {
  margin-bottom: 0; }

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit; }

.timeline .timeline-heading h4.subheading {
  text-transform: none; }

.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .timeline:before {
    left: 50%; }
  .timeline > li {
    min-height: 100px; }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right; }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px; }
  .timeline > li .timeline-image h4 {
    margin-top: 16px;
    font-size: 13px;
    line-height: 18px; }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left; } }

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px; }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px; }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px; }
  .timeline > li .timeline-image h4 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 26px; }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px; } }

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px; }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px; }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px; }
  .timeline > li .timeline-image h4 {
    margin-top: 40px; }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px; } }

.side-icon {
  color: #4174bc;
  font-size: 2em;
  padding-top: 3px; }

figure {
  float: left;
  padding-bottom: 15px; }

.image-max100 {
  width: 100%;
  height: auto; }

.modal-imageholder {
  margin: 0 0 15px 0; }

.modal {
  color: #666666; }

.blueimp-gallery > .slides > .slide > .text-content {
  overflow: auto;
  margin: 60px auto;
  padding: 0 60px;
  max-width: 920px;
  text-align: left; }

#masthead-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.col-centered {
  float: none;
  margin: 0 auto; }

.center-block {
  float: none !important; }

/* columns of same height styles */
.row-same-height {
  display: table;
  width: 100%; }

.col-xs-height {
  display: table-cell;
  float: none !important; }

@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important; } }

@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important; } }

/* firefox fix */
.img-responsive {
  width: 100%; }

/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.strips {
  min-height: calc(90vh - 100px);
  text-align: center;
  overflow: hidden;
  color: white; }

.intro-tile {
  will-change: width, left, z-index, height;
  min-height: calc(90vh - 100px);
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }

.gallery-item {
  padding-bottom: 15px; }

.gallery-item img {
  border: 1px solid #666666 !important; }

.video-thumb {
  position: relative; }

.video-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent url(../img/icon-play.png) no-repeat 50% 50%;
  background-size: 60%;
  pointer-events: none; }

#showcase .container-fluid {
  min-height: 80vh; }

.page #showcase .container-fluid {
  padding: 0;
  width: 94vw;
  min-height: 80vh; }

#searchresults .search-thumb {
  float: left;
  margin: 0 15px 15px 0; }

#searchresults .fa-stack {
  width: 100px;
  height: 100px; }

#searchresults .timeline:before {
  display: none; }

#tile0 {
  background: rgba(255, 0, 0, 0.2); }

#tile0:hover {
  background: rgba(255, 0, 0, 0.4); }

#tile0.tile-expanded {
  background: rgba(255, 0, 0, 0.6); }

#tile1 {
  background: rgba(0, 255, 0, 0.2); }

#tile1:hover {
  background: rgba(0, 255, 0, 0.4); }

#tile1.tile-expanded {
  background: rgba(0, 255, 0, 0.6); }

#tile2 {
  background: rgba(0, 0, 255, 0.2); }

#tile2:hover {
  background: rgba(0, 0, 255, 0.4); }

#tile2.tile-expanded {
  background: rgba(0, 0, 255, 0.6); }

.tile-expanded {
  background: rgba(0, 255, 0, 0.3); }

.tile-content-base {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  margin: auto -15px;
  padding: 15px; }

.tile-content-expanded {
  width: 100%;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  margin: auto -15px;
  padding: 15px; }

@media screen and (max-width: 991px) {
  #intro .container {
    padding: 0; }
  #masthead-wrapper {
    max-height: calc(100vh - 50px);
    max-height: calc(100vh - 50px);
    position: absolute;
    top: 100px; }
    #masthead-wrapper video::-webkit-media-controls-start-playback-button {
      display: none !important;
      -webkit-appearance: none; }
  .strips {
    max-height: 90vh;
    max-height: calc(100vh - 50px); }
  .intro-tile {
    min-height: 25vh;
    min-height: calc((100vh - 50px) / 3);
    left: 0; }
    .intro-tile h1 {
      margin: 10px 0;
      font-size: 5vmax; }
    .intro-tile p {
      font-size: 2vmax; }
  .tile-expanded {
    min-height: calc(100vh - 50px) !important;
    top: 100px !important;
    z-index: 1000; }
  #tile0.tile-expanded {
    background: red; }
  #tile1.tile-expanded {
    background: lime; }
  #tile2.tile-expanded {
    background: blue; }
  #tile0 {
    position: absolute;
    top: 100px; }
  #tile1 {
    position: absolute;
    top: calc(100px + (100vh - 50px) / 3); }
  #tile2 {
    position: absolute;
    top: calc(100px + 2 * (100vh - 50px) / 3); }
  .intro-tile-content img {
    max-height: 40vh;
    margin-top: 10px; }
  .video embed,
  .video object,
  .video iframe {
    width: 320px;
    height: 180px; } }

#about {
  color: #777; }
  #about .text-muted {
    color: #aaa; }

div#masthead-wrapper {
  height: 1774px;
  max-height: initial;
  border-bottom: 1px solid black;
  background-image: url(/wp-content/uploads/2021/03/HomeBkgDark.jpg); }
  div#masthead-wrapper video {
    display: none; }
  .eldritch div#masthead-wrapper {
    background-size: auto 100%;
    background-repeat: no-repeat; }
    @media screen and (min-width: 64rem) {
      .eldritch div#masthead-wrapper {
        background-image: url(/wp-content/uploads/2021/03/HomeBkgDark-1024x768.jpg); } }
    @media screen and (min-width: 50rem) {
      .eldritch div#masthead-wrapper {
        background-image: url(/wp-content/uploads/2021/03/HomeBkgDark-768x576.jpg); } }
    @media screen and (max-width: 37.5rem) {
      .eldritch div#masthead-wrapper {
        background-image: url(/wp-content/uploads/2021/03/HomeBkgDark-320x180.jpg); } }
/*# sourceMappingURL=main.css.map */