* {
  box-sizing: content-box;
}
@font-face {
    font-family: 'avenir_next_lt_proregular';
    src: url('/fonts/avenirnextltpro-regular-webfont.woff2') format('woff2'),
         url('/fonts/avenirnextltpro-regular-webfont.woff') format('woff'),
         url('/fonts/AvenirNextLTPro-Regular.otf') format('otf');
    font-weight: normal;
    font-style: normal;

}

@media (orientation: portrait) and (max-width: 600px) {

  .row {
    width: 92vw;
    height: auto;
  }
}

/* Styles for landscape mode */

@media (orientation: landscape) and (max-width: 600px) {

  .row {
    width: 92vw;
    height: auto;
  }
}

html {
		min-height:100%;
		min-width: 100%;
		font: 100% avenir_next_lt_proregular, Eurostile, Verdana, Arial, Helvetica, sans-serif;
		text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16pt;
	}

body {
	display: flex;
    flex-direction: column;
    min-width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 100vh;
	padding: 0;
	background-color:#ffffff;
	color: #555555;
	text-align: center; /* for WinIE5.x */
	overflow-x: hidden;
	
 }
 
 img {
   max-width: 100%;
   height: auto;
 }
 
 .row::after {
  content: "";
  clear: both;
  display: table;
  flex-direction: column;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
  float: left;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
  
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) { 
 .wrapper {font-size: .65rem;}
 .sectHead {
       font-weight: bold;
       font-size: .72rem;
       width: 100% 
     }
 .years {
       font-size: .6rem;
     }
 .titles {
       font-weight: bold;
       line-height: 145%;
       margin-top: 10px;
       font-size: .6rem;
     }
  .titles-sm {
      font-weight: bold;
      line-height: 135%;
      font-size: .6rem;
     }
  .hammenu { bottom: 13px; }
  #sectionRight li { font-size: .57rem;}
  #sectionRight { margin-left: 20px; }
  #about-overlay { width: 240px; }
  #contact-overlay { width: 240px; }
  .overlay-content li { font-size: .8rem; }
  #about-bullets { display: none };
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .wrapper { font-size: .65rem;}
  .sectHead {
       font-weight: bold;
       font-size: .72rem;
       width: 100% 
     }
 .years { font-size: .68rem; }
 .titles {
       font-weight: bold;
       line-height: 145%;
       margin-top: 10px;
       font-size: .68rem;
     }
  .titles-sm {
      font-weight: bold;
      line-height: 135%;
      font-size: .6rem;
     }
   .hammenu { bottom: 21px; }
   #sectionRight li {  font-size: .65rem; }
   #sectionRight { margin-left: 20px; }
   #about-overlay { width: 60%; }
   #contact-overlay { width: 60%; }
   .overlay-content li { font-size: .8rem; }
   #about-bullets { display: none };
   
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .wrapper { .7rem; }
  .sectHead {
       font-weight: bold;
       font-size: .8rem;
       width: 100% 
     }
 .years { font-size: .78rem; }
 .titles {
       font-weight: bold;
       line-height: 135%;
       margin-top: 10px;
       font-size: .7rem;
     }
  .titles-sm {
      font-weight: bold;
      line-height: 135%;
      font-size: .65rem;
     }
  #sectionRight li { font-size: .7rem; }
  #about-overlay { 
    width: 65%;
    font-size: .7rem; }
    .overlay-content li { font-size: .9rem; }
  #about-bullets { display: none };
   #contact-overlay { width: 65%; }
   .hammenu { bottom: 21px; }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .wrapper { font-size: .7rem;}
  .sectHead {
       font-weight: bold;
       font-size: .8rem;
       width: 100% 
     }
 .years {
       font-size: .9rem;
     }
 .titles {
       font-weight: bold;
       line-height: 135%;
       margin-top: 10px;
       font-size: .75rem;
     }
  .titles-sm {
      font-weight: bold;
      line-height: 135%;
      font-size: .7rem;
     }
  #sectionRight li {  font-size: .7rem; }
  #about-overlay { 
    width: 70%;
    font-size: .7rem; }
    .overlay-content li { font-size: .9rem; }
   #about-bullets { display: block };
   #contact-overlay { width: 70%; }
   .hammenu { bottom: 21px; }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
 .wrapper { font-size: .8rem; }
 .sectHead {
       font-weight: bold;
       font-size: .8rem;
       width: 100% 
     }
 .years {
       font-size: .7rem;
     }
 .titles {
       font-weight: bold;
       line-height: 135%;
       margin-top: 10px;
       font-size: .8rem;
     }
  .titles-sm {
      font-weight: bold;
      line-height: 135%;
      font-size: .7rem;
     }
   #sectionRight li { font-size: .7rem; }
   #about-overlay { 
    width: 70%;
    font-size: .77rem; }
    .overlay-content li { font-size: .9rem; }
   #about-bullets { display: block };
   #contact-overlay { width: 70%; }
   .hammenu { bottom: 23px; }
}

.wrapper {
	/*min-height: 630px;
	min-inline-size: 630px;
	text-align: center;
    flex-grow: 1;*/
    align-content: center;
    justify-content: center;
    text-align: center;
    
	}
	
a {
   color: #888888;
   text-decoration: none;
}

a:hover {
  color: #004766;
}

li {
   list-style-type: none;
   font-family: "avenir_next_lt_proregular";
}

#header {
	position: relative;
	width: 100%; /* needed for MacOpera and Safari */
	height: 130px;
	border-bottom: 3px solid #ccc;
	align-items: center;
	
	}


.wsname {
    position: relative;
    width: 60%; 
	height: 100%;
	/*background: #ffffff url(../media/images/ws-logo.png) no-repeat left 0px bottom 10px;*/
    left: 20px;
    float: left;
    text-align: left;
    align-content: end;
    bottom: 15px;
    
}


.hammenu {
    position: relative;
    width: 40%; /* needed for MacOpera and Safari */
	height:100%;
   /* background: #ffffff url(../media/images/menu-sm.png) no-repeat;*/
    text-align: right;
    right: 0px;
    float: right;
    align-content: end;
}

.foot {
   width: 100%; /* needed for MacOpera and Safari */
   height: 50px;
   bottom: 0;
   text-align: bottom;
   align-content: center;
   font-size: 7pt;
   position: fixed;
   background-color: #ffffff;
   /*padding: 5px;*/
              
}

#foot a {
  color: #555555;
}

#footer a:hover {
  color: #88O8888;
}



#centerwrap {
  
  top: 133px;
  width: 100%;
  height: 412px;
  text-align: center;
  margin: auto;
  border-bottom: 3px solid #ccc;
}

#mid-container {
 width: 100%;
 height: 100%;
 text-align: center;
 margin: auto;
 display: flex;
  flex-direction: column;

}

#bgmedia {
  position: absolute;
  /*z-index: 0;*/
  top: 133px;
  width: 100%;
  height: 412px;
  text-align: center;
  /*background: #ffffff url(/media/images/grass.jpg) repeat top left;*/
  
}
.imgt{
   visibility:hidden;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   width: 100%;
   height: 100%;
   position:absolute;
}

.img1 {   
  background-image: url("/media/images/WS-Pane.jpg");
  
  }

.img2{
   background-image: url("/media/images/AvidPane.jpg");
}

.img3{
    background-image: url("/media/images/ThreeStripes.jpg");
}

.img4{
    background-image: url("/media/images/WDPane.jpg");
}

.img5{
    background-image: url("/media/images/smudge1.jpg");
}


h1 {
  font-family: 'AvenirRoman', Arial, sans-serif;
  font-weight:100;
  font-style:normal;
  font-size: 28pt;

}

div.line {
   width:100%;
   height: 10px;
   background-color: #ffffff;
   
}

 .visuallyHidden {
    position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height: 1px; width: 1px; 
    margin: -1px; padding: 0; border: 0; 
}

.container {
    width: 110px;
    display: flex;
    justify-content: space-between;
    right: 0px;
    float: right;
}

.hamburger {
    margin: 0 auto;
    /*margin-top: 40px;*/
    width: 35px;
    height: 30px;
    position: relative;
    cursor:pointer;
    float: right;
    right: 20px;
}

.hamburger .bar {
    padding: 0;
    width: 35px;
    height: 2px;
    background-color: #777777;
    display: block;
    border-radius: 7px;
    transition: all 0.4s ease-in-out;
    position: absolute; 
}

.bar1 {
    top: 1px;
}

.bar2,
.bar3 {
    top: 8px;
}

.bar3 {
    right: 0;
}

.bar4 {
    bottom: 13px;
}

.hamburger3 .bar1 {
    transform-origin: 20.3%;
}

.hamburger3 .bar4 {
    transform-origin: 20.3%;
}

.checkbox3:checked + label > .hamburger3 > .bar1{
    transform: rotate(45deg);
    height: 2px;
    width: 33px;
}

.checkbox3:checked + label > .hamburger3 > .bar3{
    transform: rotate(45deg);
    height: 2px;
    background-color: transparent;
}

.checkbox3:checked + label > .hamburger3 > .bar2{
    transform: rotate(-45deg);
    height: 2px;
    background-color: transparent;
}

.checkbox3:checked + label > .hamburger3 > .bar4{
    transform: rotate(-45deg);
    height: 2px;
    width: 33px;
}

.overlay {
  height: 412px;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 3;
  top: 133px;
  left: 0;
  background-color: rgb(245,245,245);
  background-color: rgba(245,245,245, 0.9);
  
}

.overlay-content {
  position: absolute;
  width: 30%;
  Height: 412px;
  text-align: right;
  top: -2px;
  right: 25px;
  line-height: 155%;
  overflow: hidden;
  font-size: 1rem;
}

#about-overlay {
  position: absolute;
  height: 412px;
  top: 8px;
  z-index: 4;
  display: none;
  text-align: left;
  margin-left: 10%;
  text-align: top;
  text-wrap: wrap;
  line-height: 125%;
   width: 60%;
}

#about-overlay li {
list-style-type: circle;
}

#contact-overlay {
  position: absolute;
  Height: 412px;
  top: 8px;
  z-index: 4;
  display: none;
  text-align: left;
  margin-left: 10%;
  text-align: top;
  text-wrap: wrap;
  
}

#contact-overlay a {
   color: #366ccc;
   
}

section {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 50px;
  }

.row li {
   font-size: .9rem;
   list-style-type: circle;
}

section .row {
    opacity: 0;
    margin: 0;
}

#backup {
  width: 100%;
  text-align: center;
  /*font-size: 11pt;*/
  height: 80px;
  padding-bottom: 20px;
  padding-top: 100px;
}


 .containersec {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  position: absolute;
  align-content: center;
  justify-content: center;
}

 #head-content {
    width: 70%;
    height: 100%;
    margin: 0 auto;
    align-content: top center;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 20px;
}


 #sectionLeft {
    height: 100%;
    width: auto;
    padding-top: 25px;
    padding-left: 25px;
    align-content: center;
    align-items: center;
    }
       
#sectionRight {
    text-align: left;
    padding: 20px;
    margin-right:10px;
    }


#arrows {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 45px;
  margin-top: 20px;
  margin-left 0;
  opacity: .8;
  text-align:center;
  align-content: center;
  align-items: center;
  
}