@charset "utf-8";
/* CSS Document */
@media screen {
    #my-header,#header-logo, #header-nav{transition-duration: .25s; transition-property: all;}
        
    
    .grid-outer{width:100%;display:grid; grid-template-columns:  1fr 1fr 1fr 1fr; grid-gap: 3vh;margin-bottom:3vh;}
    
    .flex-outer{display:flex;justify-content: space-between;}
    .flex30{width:30%;}
    .flex65{width:65%;}
.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 14px;
    margin-top: 4px;
}
.alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 14px;
    margin-top: 4px;
}
.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 9px;
    max-width:100%;
    height:auto !important;
}
 .sbsbox {
    display: flex;
    font-size: 1vw;
    line-height: 1.5;
  }
  .sbsbox > * {
    padding: 6vw;
    width: 50%;
    flex-direction: column;
  }
  .sbsbox > .lesspadding {
    padding: 2vw;
  }
  .sbsbox h2 {
    font-size: 2vw;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .sbsbox > div > * {
    opacity: 0;
    transition: margin-left 2s, margin-right 2s, opacity 2s;
  }
  .sbsbox > div:nth-child(odd) > * {
    margin-right: 10vw;
  }
  .sbsbox > div:nth-child(odd).intersected > * {
    opacity: 1;
    margin-right: 0vh;
  }
  .sbsbox > div:nth-child(even) > * {
    margin-left: 10vw;
    transition-delay: .5s;
  }
  .sbsbox > div:nth-child(even).intersected > * {
    opacity: 1;
    margin-left: 0vh;
  }

 

}