@-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: #107a80;
  text-align: center;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  background-color: #fff;
  border: solid 1px #d6e4e4;
  border-radius: 9px 9px 0 0;
  border-bottom: none;
}
.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: 300;
  min-height: 320px;
}
.content section iframe {
  width:63vw;
  margin-top: 5%;
  min-height: 500px
}
.content table {
  width: 63.2vw;
}
.tabtitle {
  font-weight: bold;
  color: #28456f;
  width: 25%
}
.content table tr td {
  border-bottom: solid 1px #afd5d5;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #1D1539
}
.tabsy > .tab {
  background: #eef6f6;
  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: #eef6f6;
    color: #1d3a65;
    border-radius: 11px 11px 0 0;
    background-image: url(../images/a1.png);
    background-repeat: no-repeat;
    background-position: 1.7em center;
  }
  .tabsy > .tab {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }
}
/*Tab Design*/
.tabButton {
  font-size: 20px;
  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;}
    
}