.list ul{
  list-style: none;
}

.list li:before{
  content: "+";
}

.list{
  margin: 0;
  margin-bottom: 0;
  padding: 15px;
  height: auto;
  background-color: white;
  border: 3px dashed hsl(108, 37%, 08%);
  width: 88%;
  text-align: left;
  cursor: url('scissors_cursor.svg'), auto;
  color: hsl(108, 34%, 11%);
  display: block;
  position: relative; 
}

.list-header {
  font-family: Helvetica, sans-serif;
  font-size: 1.8rem;
  margin: 0 0 15px 0px;
  padding: 15px;
  border: none;
  border-bottom: 3px dotted hsl(110, 97%, 20%);
  color: hsl(108, 34%, 11%);
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}

@media (max-width: 950px){
  .list{
    width: 100%;
    border: none;
    border-top: 6px dashed hsl(108, 37%, 08%);
    padding-bottom: 75px;
    padding-top: 75px;
  }
  .blueList{
    border: none !important;
    margin: -75px -19px !important;
    padding-bottom: 75px !important;
    padding-top: 75px !important
  }
}

.list blockquote {
  text-indent: 0;
  margin-left: 15px
}

.squarelist {
  display: block;
  margin: 0;
  padding: 53px 30px 30px;
  background-color: white;
  border: 4px dashed hsl(108, 34%, 11%);
  width: 92%;
  aspect-ratio: 1 / 1;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: url('scissors_cursor.svg'), auto;
  color: hsl(108, 34%, 11%);
  box-sizing: border-box;
  position: static;
}


@media (max-width: 950px) {
    .squarelist {
        width: 100%;
        margin: 60px 0;
        padding: 53px 10px 10px;
       
    }
}

.squarelist .blueList, .squarelist .blueList *, .list .blueList, .list .blueList  *{
  color: white !important;
  background-color: hsl(203, 100%, 32%);
}

.blueList{
  margin: -37px -19px;
  border: 3px dashed hsl(108, 37%, 08%);
  padding: 15px
}

.squarelist .blueList{
  margin: -57px -34px -34px;
  border: 4px dashed hsl(108, 37%, 08%);
  padding: 53px 30px 30px;
}

.blueList li:before {
  color: white !important;
}

.squarelist .blueList, .blueList h2 {
  border-bottom: 3px solid white
}

.blueList li {
  border-bottom: 1px dotted white
}

ul{
  list-style: none;
  font-family: serif;
  font-size: 1.1rem;
  display: block;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
}

@media (max-width: 950px) {
    ul {
      font-size: 1rem
    }
}

li:before {
  content: "+";
  color: hsl(108, 34%, 11%);
  margin-right: 20px;
}


li{
  margin-bottom: 15px;
  text-indent: -30px;
  padding-left: 30px;
  padding-right: 10px;
  padding-bottom: 15px;
  border-bottom: 1px dotted hsl(110, 97%, 20%);
  font-family: serif;
  min-width: 44%;
  color: hsl(108, 34%, 11%);
} 

.squarelist h2{
  font-family: Helvetica, sans-serif;
  font-size: 1.7rem;
  margin: 0;
  margin-top: -20px;
  padding: 0;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border: none;
  border-bottom: 3px solid hsl(110, 97%, 20%);
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  aspect-ratio: auto;
  color: hsl(108, 34%, 11%);
}


.sublist{
 padding: 0; 
 padding-top: 15px; 
 margin-bottom: -30px
}

.sublist.sublist-borderless li{
  border: none;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.cv{
  display: block;
  margin: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  height: auto;
  background-color: white;
  border: 4px dashed hsl(108, 37%, 08%);
  max-width: 550px;
  text-align: left;
  cursor: url('scissors_cursor.svg'), auto;
  font-family: Helvetica, sans-serif;
  color: hsl(108, 37%, 08%);
}

@media screen and (max-width: 738px) {
  .cv {
     margin: 25px;
     padding: 30px 20px
  }
}

.cv h2{
  font-family: Helvetica, sans-serif;
  font-size: 30px;
  margin: 0;
  margin-top: 30px;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border: none;
  border-bottom: 2px dotted hsl(110, 97%, 20%);
  box-sizing: border-box;
  color: hsl(108, 37%, 08%);
}

.squarecv{
  display: block;
  margin: 50px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding:  30px;
  background-color: white;
  border: 4px dashed hsl(108, 34%, 11%);
  width: 550px;
  aspect-ratio: 1 / 1;
  overflow: auto;
  overflow-x: hidden;
  cursor: url('scissors_cursor.svg'), auto;
  color: hsl(108, 34%, 11%);
}

@media (max-width: 738px) {
    .squarecv {
        width: 70%;
        padding: 30px 20px
    }
}

.squarecv h2{
  font-family: Helvetica, sans-serif;
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 30px;
  padding: 0;
  padding-bottom: 15px;
  border: none;
  border-bottom: 2px dotted hsl(110, 97%, 20%);
  box-sizing: border-box;
  height: auto;
  aspect-ratio: auto;
  width: inherit;
  color: hsl(108, 37%, 08%);
}

.cvsection{
  margin-left: 15px
}

.cvsection ul{
  margin: -10px 0 0 30px;
}

.cvsection .sublist li{
  margin: 10px 0
}

.cvsection li{
  margin-bottom: 30px;
  text-indent: -30px;
  padding-left: 0;
  padding-right: 10px;
  padding-bottom: 0;
  font-family: Helvetica, sans-serif;
  min-width: 44%;
  color: hsl(108, 37%, 08%);
  border: none
}

.cvsection li:before {
  content: "+";
  margin-right: 15px;
  color: hsl(108, 34%, 11%);
}

.container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: flex-start; 
    margin: 2rem;
    min-height: min-content;
    background-color: transparent;
    margin-left: 4rem
}

.column-container {
    width: calc(50% - 1rem);
    display: flex;
    flex-direction: column;
    gap: 5rem;
    margin-right: 0;
}

  
.pos-trans-cv {
  visibility: hidden;
  }

@media screen and (max-width: 950px) {
    div.container {
        flex-direction: column;
        gap: 0;
        margin: 0;
        justify-content: center;
        max-width: 100%;
        padding: 0;
        overflow-x: hidden;
    }

    div.column-container {
        width: 100%;
        gap: 0;
        max-width: 100%;
    }
}

.footnote{
  font-size: 95%; 
  font-family: serif; 
  border: none; 
  margin-bottom: -15px; 
  padding: 0; 
  margin-left: 0px
}