/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
@font-face {
  font-family: 'Quicksand Book';
  src: url("../fonts/quicksand_book-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/quicksand_book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/quicksand_book-webfont.woff2") format("woff2"), url("../fonts/quicksand_book-webfont.woff") format("woff"), url("../fonts/quicksand_book-webfont.ttf") format("truetype"), url("../fonts/quicksand_book-webfont.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'Quicksand Bold';
  src: url("../fonts/quicksand_bold-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/quicksand_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/quicksand_bold-webfont.woff2") format("woff2"), url("../fonts/quicksand_bold-webfont.woff") format("woff"), url("../fonts/quicksand_bold-webfont.ttf") format("truetype"), url("../fonts/quicksand_bold-webfont.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

@-webkit-keyframes slideFromLeft {
  0% {
    transform: translateX(-120%); }
  100% {
    transform: translateX(0); } }
@-moz-keyframes slideFromLeft {
  0% {
    transform: translateX(-120%); }
  100% {
    transform: translateX(0); } }
@-o-keyframes slideFromLeft {
  0% {
    transform: translateX(-120%); }
  100% {
    transform: translateX(0); } }
@keyframes slideFromLeft {
  0% {
    transform: translateX(-120%); }
  100% {
    transform: translateX(0); } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body, header, nav, #page {
  min-width: 340px; }

body {
  font-family: "Quicksand Book";
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column; }

body.modal-open {
  overflow: hidden; }

body, html {
  height: 100%; }

#page {
  flex: 1 0 auto; }

h1, h2, h3 {
  font-family: "Quicksand Bold"; }

.section-header {
  font-family: "Quicksand Book";
  font-size: 3.5rem;
  margin-bottom: 2rem; }

.w100 {
  width: 100%; }

.contain800 {
  margin: 0 auto;
  max-width: 800px; }

.contain1100 {
  margin: 0 auto;
  max-width: 1100px; }

.flex-fixed-item-100w {
  flex: 0 0 100px;
  -webkit-box-flex: 0 0 100px;
  -webkit-flex: 0 0 100px; }

.copy-block {
  margin: 0 auto;
  max-width: 1100px;
  padding: 4rem 1rem; }

#header-wrapper {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%; }

#header {
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center; }
  #header .logo {
    z-index: 1000; }

#header * {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 2s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 2s;
  -moz-animation-name: fadeIn;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 2s;
  -o-animation-name: fadeIn;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-name: fadeIn;
  animation-fill-mode: forwards; }

#header-title {
  align-self: center;
  webkit-align-self: center; }
  #header-title h1 {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-name: slideFromLeft;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 1.5s;
    -moz-animation-name: slideFromLeft;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: 1.5s;
    -o-animation-name: slideFromLeft;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 1.5s;
    animation-name: slideFromLeft;
    animation-fill-mode: forwards;
    background-color: #efe753;
    display: inline-block;
    font-family: "Quicksand Book";
    font-size: 1.5em;
    margin-bottom: 0;
    padding: 4px 10px 0;
    padding-left: 90px;
    margin-left: -90px; }

#logo-link {
  display: none; }

#nav-wrapper {
  background-color: rgba(243, 243, 243, 0.94); }

#nav-container {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%; }

nav {
  z-index: 1100; }
  nav ul {
    padding-left: 0;
    margin-bottom: 0; }
  nav li:last-child {
    margin-right: 0.25rem; }
  nav a {
    font-size: 1.1rem;
    font-family: "Quicksand Bold"; }

#logo-link {
  padding: 0; }
  #logo-link img {
    padding: 0; }

.navbar-custom {
  background-color: rgba(243, 243, 243, 0.94); }

nav#nav.navbar {
  padding-top: 4px;
  padding-bottom: 4px; }

.navbar-nav {
  margin-left: auto; }

.dropdown-toggle::after {
  display: none; }

.dropdown-item {
  text-align: right;
  padding-right: 8px; }

#jumbo {
  margin-top: 2rem; }

.fs-wrapper {
  position: relative;
  padding-bottom: 53.2911% !important; }

.fs-featured {
  position: absolute;
  margin-bottom: -53.2911% !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease; }

.fs-featured.slick-initialized {
  visibility: visible;
  opacity: 1; }

.featured-text {
  background: rgba(255, 255, 255, 0.6);
  padding: 8px 4px 0;
  position: absolute; }
  .featured-text p {
    margin: 0 !important;
    line-height: 0.8;
    z-index: 1000; }
  .featured-text h3 {
    font-size: 1.3em;
    margin: 0 !important;
    display: inline-block;
    z-index: 1000; }

img[data-lazy] {
  width: 0;
  height: 0; }

#about {
  background-color: #eaf2e3;
  margin-top: 20px;
  padding: 4rem 1rem; }
  #about p {
    line-height: 1.7;
    font-size: 1.4rem; }

#history-wrapper {
  background-color: #9FB2A0;
  height: 100%;
  padding-bottom: 2rem; }

#history .bio {
  padding: 0 4rem;
  margin-bottom: 2rem; }
#history .bio-name {
  font-size: 2.5rem;
  color: #212529; }
#history .text-shade {
  color: #F5F9F2; }

.partnership p {
  line-height: 1.7;
  font-size: 1.4rem; }

#mission-wrapper, #process-wrapper {
  background-color: #eaf2e3; }

#mission p {
  font-size: 1.2rem; }

#contact-wrapper {
  background: url("../img/portland-panorama.jpg") no-repeat bottom center fixed;
  background-size: cover; }

#contact {
  color: #000;
  line-height: 0.25; }
  #contact .contact-info {
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.8); }
    #contact .contact-info div {
      margin-bottom: 2rem; }
  #contact h3 {
    font-size: 1.1rem;
    margin-bottom: 1rem; }
  #contact h3::after {
    border-top: 2px solid #9FB2A0;
    content: '';
    display: table;
    width: 100%; }
  #contact a {
    color: #000; }

#projects h5 {
  font-size: 0.9rem; }

#projects-category-title-wrapper {
  background-color: #AEC3B0; }

#category-title {
  font-family: "Quicksand Book"; }

.col-auto {
  max-width: 100%; }

.card-header .project-name {
  font-size: 1rem;
  font-weight: bold; }

.modal {
  min-width: 306px;
  z-index: 9999; }

.modal-backdrop {
  z-index: 1200; }

.modal-dialog {
  text-align: center; }

.carousel-item {
  margin: 0 auto; }
  .carousel-item img {
    max-height: calc(100vh - 220px);
    max-width: 100%; }
  .carousel-item .info-slide {
    overflow: auto; }

.carousel-control-prev-icon {
  height: 40px;
  width: 40px; }

.carousel-control-next-icon {
  height: 40px;
  width: 40px; }

.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: rgba(200, 200, 200, 0.75);
  border: 8px solid rgba(200, 200, 200, 0.1);
  border-radius: 50%; }

footer {
  flex-shrink: 0;
  background-color: #f3f3f3;
  height: 80px; }
  footer #copyright {
    font-size: 0.75em;
    align-self: center;
    text-align: center; }
    footer #copyright p {
      margin-bottom: 0; }

@media (max-width: 575.98px) {
  html {
    font-size: 85%; }

  nav {
    margin-top: 0; }
    nav * {
      font-size: 18px !important; }

  .navbar-nav {
    margin-left: auto;
    margin-right: auto; }

  .navbar-nav li.dropdown.show {
    position: static; }
    .navbar-nav li.dropdown.show .dropdown-menu {
      background-color: rgba(255, 255, 255, 0.96);
      border-radius: 0px;
      width: 100%;
      margin-top: -1px;
      left: 0;
      right: 0;
      padding: 0;
      border-top: none; }
      .navbar-nav li.dropdown.show .dropdown-menu a {
        display: block;
        text-align: center;
        height: 4rem;
        line-height: 4rem;
        vertical-align: middle; }

  #content p {
    margin: 16px 0; }

  .slide-controls h4 {
    font-size: 1.2rem; } }
@media (max-width: 500px) {
  .card-body .project-thumb {
    float: none !important; }
  .card-body button {
    margin-left: 4rem; } }
@media (max-width: 339.98px) {
  .row-full {
    width: 100%;
    position: relative;
    margin-left: 0;
    left: 0; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !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) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

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

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

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

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

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

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