
@font-face {
  font-family: 'Black Diamond';
  src: url('/BlackDiamond.woff2') format('woff2'),
      url('/BlackDiamond.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.plex{
  font-family: 'IBM Plex Sans', sans-serif;
}

.lato{
  font-family: 'Lato', sans-serif;  
}

.mw{
  font-family: 'Merriweather', serif;
}

.sf{
  font-family: 'Black Diamond';
}

.active{
  color: #07CE7C !important;
}

.ab-green{
  color: #07CE7C;
}

.bg-ab-green{
  background-color: #07CE7C;
}

.obc-pink{
  color: #ec1078;
}

.obc-orange{
  color: #FF4714;
}

.bg-obc-orange{
  background-color: #FF4714;
}

.b--obc-orange{
  border-color: #FF4714;
}

.obc-green{
  color: #b5d7d3;
}

.obc-light-teal{
  color: #1c8b82;
}

.obc-teal{
  color: #00665e;
}

.bg-obc-teal{
  background-color: #00665e;
}

.bg-obc-green{
  background-color: #BAD8D4;
}

.b--obc-green{
  border-color: #BAD8D4;
}

.obc-pink{
  color: #ec1078;
}

@media screen and (min-width: 48em){
  .bg-twigs-ns{
    background-color: #9B8631;
  }
  .bg-light-pink-ns{
    background-color: #ffa3d7;
  }
  .white-ns{
    color: white;
  }
}

@media screen and (min-width: 48em){
  .bg-transparent-ns{
    background-color: transparent;
  }
}

.br-50{
  border-radius: 50%;
}

.aspect-ratio--2x1{
  padding-bottom: 50%;
}

.aspect-ratio--3x1{
  padding-bottom: 33.33%;
}

.dark-pink-trans{
  color: rgba(213, 0, 143, 0.1)
}

.sideline{
  transform: translateX(-100%) rotate(-90deg);
  transform-origin: top right;
}

.bg-fixed{
  background-attachment: fixed;
}

.bg-clip-text{
  -webkit-background-clip: text;
  color: transparent !important;
}

.clip-text{
  -webkit-text-fill-color: transparent;
}

.sticky{
  position: -webkit-sticky;
  position: sticky;
}

.top-200{
  top: 200px
}

.bar{
  height: 1px;
  width: 8rem;
}

.f-super{
  font-size: 14rem;
}

.f-banner{
  font-size: 2.0rem;
}

@media screen and (min-width: 48em){
  .f-super-ns{
    font-size: 14rem;
  }
  .f-banner-ns{
    font-size: 2.0rem;
  }
}

.f-xsuper{
  font-size: 40rem;
}

#reader{
  transition: all 0.5s;
}

.vis-hide{
  visibility: hidden;
}

.vis{
  visibility: visible;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.mxhi-75{
  max-height: 75%;
}

.mxhi-100{
  max-height: 100%;
}

.h0{
  height: 0;
}

.w-icon{
  width: 7rem;
}

.w-cert{
  width: 14rem;
}

.w-foot-logo{
  width: 12rem;
}

.trans-all{
  transition: all .5s linear;
}

.acenter{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.vcenter{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 48em){
  .vcenter-ns{
    position: relative;
    top: 50%;
    transform: translateY(-50%);  
  }
}

@media screen and (min-width: 48em){
  .top-revert-ns{
    top: revert;
  }
  .right-revert-ns{
    right: revert;
  }
  .o-100-ns{
    opacity: 1;
  }
}

.trans-y100{
  transform: translateY(99%);
}

.logo-banner-size{
  width: 340px;
  height: 260px;
}

.bg-fixed{
  background-attachment: fixed;
}

.fancy::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background-color:#b5d7d3;
  width: 100%;
}

.ofc{
  object-fit: contain;
}

.opl{
  object-position: 0% 50%;
}

.bq::before{
  content: open-quote;
}

.bq::after{
  content: close-quote;
}

/* Shape Stuff */

.tri-up{
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;  
  border-bottom: 5px solid black;
}

.skx45{
  transform: skewX(45deg);
}

.skx25{
  transform: skewX(25deg);
}

@media screen and (min-width: 48em){

.skx25-after:after{
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  padding-right: 100%;
  background-color: #ff6300;
  transform: skewX(25deg) translateX(15%);
  bottom: 0;
}

.skx25-blue-after:after{
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 5rem;
  background-color: #00449e;
  transform: skewX(25deg) translateX(50%);
  bottom: 0;
  right: 0;
}

}

.skx-25{
  transform: skewX(-25deg) translateX(-50%);
}

.skx-25-direct{
  transform: skewX(-25deg) translateX(-10%);
}

.skx-after:after{
  position: absolute;
  z-index: -1;
  content: "";
  background-color: #00449e;
  width: 16rem;
  height: 16rem;
  bottom: 0;
  right: 0;
  transform: skewX(-25deg) translateX(50%);
}

.skx-orange-after:after{
  position: absolute;
  z-index: -1;
  content: "";
  background-color: #ff6300;
  width: 16rem;
  height: 14rem;
  bottom: 0;
  right: 0;
  transform: skewX(-25deg) translateX(50%);
}

.skx-orange-banner-after:after{
  position: absolute;
  z-index: 1;
  content: "";
  background-color: #ff6300;
  width: 100%;
  height: 5rem;
  bottom: 0;
  left: 0;
  transform: skewY(-10deg) translateY(50%);
}

.skx-accent-after:after{
  position: absolute;
  z-index: -1;
  background-color: #ff6300;
  width: 18rem;
  height: 15rem;
  transform: skewX(-25deg) translateX(50%);
}


.skx-25-accent{
  width: calc(70% + 2rem);
  height: calc(100% - 2rem);
}

.right--2rem{
  right: 2rem;
}

.bg-l-extend{
  margin-left: -3000px;
  padding-left: 3000px;
}

.overlay-triangle{
  width: 0; 
  height: 0; 
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  
  border-left: 30px solid #ff6300;

  right:0;
  top: 50%;
  transform: translate(100%, -50%);
}

.overlay-triangle-white{
  width: 0; 
  height: 0; 
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  
  border-right: 30px solid white;

  left:0;
  top: 50%;
  transform: translate(-100%, -50%);
}

/* Experimental css grid stuff */

.hscroll-gallery{
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1rem 100% repeat(var(--total), 100%) 1rem;
  grid-template-rows: minmax(200px, 1fr);
  overflow-x: scroll;
  scroll-snap-type: x proximity;
}

@media screen and (min-width: 48em){
  .hscroll-gallery{
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1rem 50% repeat(var(--total), 50%) 1rem;
    grid-template-rows: minmax(200px, 1fr);
    overflow-x: scroll;
    scroll-snap-type: x proximity;
  }
}

.hscroll-gallery:before,
.hscroll-gallery::after{
  content: '';
}

/* CMS stuff */

.content p{
  margin-top: 0;
  margin-bottom: 2rem;
}

.content a{
  text-decoration: none;
  color: gray;
}

.content a:hover{
  color: black;
}

.content a:visited{
  text-decoration: none;
  color: gray;
}

.content blockquote{
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
  border-left: 1px solid ;
  padding-left: 1rem;
  margin: 0;
}

.content cite{
  display: block;
  margin-top: 1rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500
}

.content cite:before{
  content: "\2014 \2009";
}

@media screen and (min-width: 48em){
  .content blockquote{
    font-size: 1.5rem;
    padding-left: 2rem;
    font-weight: 100;
  }
}

::placeholder{
  text-transform: uppercase;
}

/* overlay menu stuff */

.wnav{
  width: 18rem;
  top: -1rem;
  left: 8rem;
}

#triangle{
  position: absolute;
  z-index: 999;
  width: 0;
  height: 0;
  border-left: 9rem solid transparent;
  border-right: 9rem solid transparent;
  border-top: 2rem solid white;
  bottom: -2rem;
}

#menu-overlay-switch {
  display: none;
}

#menu-overlay-switch:checked~#menu-overlay {
  opacity: 100;
  transform: scale(1);
  z-index: 9999;  
}

#menu-overlay-switch:not(:checked)~#menu-overlay {
  /*animation: overlay 0.5s linear 1s 1 reverse;*/
}

/* MENU TOGGLE ICON */

#menu-over-lay-toggle:focus {
  outline: none;
}

#menu-overlay-toggle {
  display: inline-block;
  position: fixed;
  width: 51px;
  height: 51px;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #fff;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#menu-overlay-toggle:before,
#menu-overlay-toggle:after {
  position: absolute;
  content: "";
  background-color: #232629;
}

#menu-overlay-toggle:before {
  top: 12px;
  left: 25px;
  width: 1px;
  height: 27px;
}

#menu-overlay-toggle:after {
  top: 25px;
  left: 12px;
  width: 27px;
  height: 1px;
}

#menu-overlay-switch:checked~#menu-overlay-toggle {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.overlay-menu{
  z-index: -1;
  opacity: 0;
  transform: scale(2);
  transition: all 0.5s linear;
}

.menu-overlay-in{
  opacity: 100;
  transform: scale(1);
  z-index: 9999;
}

.menu-overlay-out{
  opacity: 0;
  transform scale: (2);
}

/* Animations */

@keyframes overlay {
  0% { transform: scale(2); opacity: 0; }
  100%   { transform: scale(1); opacity: 1;  z-index: 9999   }
}

@keyframes fade-in {
  from {opacity: 0;}
  to {opacity: 1;}
}

.fade-in-element {
  animation: fade-in 1.4s;
}

/* Navigation */

:focus {
  outline: 0;
}

#menu-switch {
  display: none;
}

/* #menu {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  padding: 50px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  text-align: center;
  background-color: #fff;
}

#menu .brand {
  height: 51px;
  font-size: 70px;
  font-weight: 900;
  line-height: .6;
  color: #ddd;
}

#menu ul {
  padding: 0;
  margin-top: 30px;
}

#menu ul li a {
  display: block;
  font-weight: 900;
  line-height: 50px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  text-transform: uppercase;
  color: #232629;
  border-top: 1px solid #eee;
}

#menu ul li:last-child a {
  border-bottom: 1px solid #eee;
}

#menu ul li a:hover {
  letter-spacing: 1px;
}
 */

#menu-switch:checked~#menu {
  display: block;
}

.page-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

#menu-switch:checked~.page-wrap {
  margin-left: 300px;
}

/* MENU TOGGLE ICON */

#menu-toggle:focus {
  outline: none;
}
/* 
#menu-toggle {
  display: inline-block;
  position: fixed;
  width: 51px;
  height: 51px;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #fff;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#menu-toggle:before,
#menu-toggle:after {
  position: absolute;
  content: "";
  background-color: #232629;
}

#menu-toggle:before {
  top: 12px;
  left: 25px;
  width: 1px;
  height: 27px;
}

#menu-toggle:after {
  top: 25px;
  left: 12px;
  width: 27px;
  height: 1px;
}

#menu-switch:checked~#menu-toggle {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
 */

/* Spinner */

.spinner {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner>div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4)
  }
  20% {
    -webkit-transform: scaleY(1.0)
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/* Custom Sizes */

.left-50{
  left: 50%;
}

.ml--28{
  margin-left: -28px;
}

.ml--40{
  margin-left: -40px;
}

/* pop up */

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  /*margin: 70px auto;*/
  /*padding: 20px;*/
  background: #fff;
  border-radius: 5px;
  /*width: 40%;*/
  position: relative;
  transition: all 5s ease-in-out;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
