@-webkit-keyframes showTab {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes showTab {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.tabsy > button {
  width: 100%;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent
}
.tabsy > .tabButton {
    display: block;
    margin-top: 1px;
    color: #474747;
    text-align: center;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    background-color: #FAF9F8;
    border-radius: 9px 9px 0 0;
    border-bottom: none; margin-right: 2px
}
.tabsy > input {
  display: none
}
.tabsy > input:checked + label + .tab {
  display: block
}
.tabsy > input:checked + label + .tab > .content {
  -webkit-animation: showTab 250ms ease-in-out;
  animation: showTab 250ms ease-in-out
}
.content {
  font-weight: 400;
  min-height: 320px; font-size:15px;
}
.content section iframe {
  width:63vw;
  margin-top: 5%;
  min-height: 500px
}
.content table {
  width: 63.2vw;
}
.tabtitle {
    font-weight: 600;
    color: #252525;
    width: 25%
}
.content table tr td {
    border-bottom: 1px solid #d8d3d0;
   
    padding-bottom: 9px;
    color: #1D1D1D;    
}
.tabsy > .tab {
    background-color: #f6f1ee;
    display: none;
}
@media screen and (min-width: 768px) {
  .tabsy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .tabsy > .tabButton {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer
  }
  .tabsy > input:checked + label {
    background-color: #f6f1ee;
    color: #ed1846;
    border-radius: 11px 11px 0 0;
    
  }
  .tabsy > .tab {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }
}
/*Tab Design*/
.tabButton {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 3.2em;
}
.tab {
  padding: 4em;
  text-align: left;
  border-radius: 0 11px 11px 11px; width: 100%;
}
h3 {
  font-size: 20px;
  font-weight: bold;
}
p {
  font-size: 15px;
  margin-top: 10px;
}


@media (max-width:1600px){
    
   .content table {width:65vw;} 
    
}

@media (max-width:1600px){
    
  .content section iframe {
  width:65vw;
  
}
    
}



@media screen and (max-width: 830px) {
  main {
    width: 700px;
  }
    
    .content table {
        width: 100%;
    }
    
    .tab {
    padding: 2em; width: 100%;
   
}
    
    
.tabButton {
    font-size: 15px;
    
    padding: 15px 2.5em;
} 
    
    
    .tabsy > input:checked + label + .tab > .content { margin-top: 21px ;}   
    
    .tabsy > input:checked + label {
        background-image: none
    }
    
    .content section iframe {
  height: 330px; min-height: auto;
  
}
    
}

@media screen and (max-width:530px) {

 .content section iframe {
  height: 200px; min-height: auto; width: 100%;
  
}
    
    .tab{padding: 1em}
    
    .content{min-height: auto; padding-bottom: 2em;}
    
}