/* {
  box-sizing: border-box;
}*/
a:focus {

outline: none;

}

@media (min-width: 600px) {
 
}



bsd-season {
	min-height: 300px;
	padding:40px;
	background-color:#0A48BD;
	
}

#share-form .form-container {
	width:300px;
	margin-right:auto;
	margin-left:auto;
}

#share-form .button-submit {
  color: #FFF;
  background-color: #2d5d9f;
  /*font-weight: bold;*/
	font-size:1.0em;
	border-radius: 20px;
	padding:15px;
	margin-top:20px;
	
}
#share-form .button-browse {
  color: #FFF;
  background-color: #2d5d9f;
  /*font-weight: bold;*/
	font-size:1.0em;
	border-radius: 8px 8px 8px 8px;
	padding:10px;
}
#tablock h1 {
  /*margin: 0;
  font-family: 'Bree Serif', serif;
  font-size: 1.2em 'Oswald', sans-serif;*/
  color: #2d5d9f;
	
}
#tablock h2 {
  /*margin: 0;
  font-family: 'Bree Serif', serif;
  font-size: 1.2em 'Oswald', sans-serif;*/
  color: #2d5d9f;
	
}
#tablock p {
  margin-top: 20px;
  margin-bottom: 0;
  /*margin-left:20px;*/
  padding: 0;
  font-size: 20px;
  line-height: 1.5;
  color: #2d5d9f;
}


#tablock li {
  margin-top: 2px;
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.5;
  color: #2d5d9f;
}
#tablock .tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
 /* max-width: 700px; 
  background: #fff;*/
  box-shadow: 0 48px 80px -32px rgba(45,93,159,0.3);
  outline: #fff; 
}
#tablock .input {
  position: absolute;
  opacity: 0;
}
#tablock .label {
  width: 100%;
  padding: 10px 20px;
  border-radius: 8px 8px 0px 0px;
  background: #2d5d9f;  
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  transition: background 0.1s, color 0.1s;
	margin-right:4px;
}
#tablock .label:hover {
  background: #fff;
	background-position: center;
	color:#2d5d9f;
}
#tablock .label:active {
  background: #fff;
}
#tablock .input:focus + .label {
 /* box-shadow: inset 0px 0px 0px 3px #2aa1c0;*/
  z-index: 1;
}
#tablock .input:checked + .label {
  background: #fff;
	
	background-position: center;
  color:#2d5d9f;
}

/* home tabs */

#htablock h1 {
  /*margin: 0;
  font-family: 'Bree Serif', serif;
  font-size: 1.2em 'Oswald', sans-serif;*/
  color: #2d5d9f;
	
}
#htablock h2 {
  /*margin: 0;
  font-family: 'Bree Serif', serif;
  font-size: 1.2em 'Oswald', sans-serif;*/
  color: #2d5d9f;
	
}
#htablock p {
  margin-top: 20px;
  margin-bottom: 0;
  /*margin-left:20px;*/
  padding: 0;
  font-size: 20px;
  line-height: 1.5;
  color: #2d5d9f;
}


#htablock li {
  margin-top: 2px;
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.5;
  color: #2d5d9f;
}
#htablock .tabs {
  display: flex;
  flex-wrap: wrap;
 /* max-width: 700px; */
  background: #fff;
  box-shadow: 0 48px 80px -32px rgba(45,93,159,0.3);
  outline: #fff; 
}
#htablock .input {
  position: absolute;
  opacity: 0;
}
#htablock .label {
  width: 100%;
  padding: 10px 20px;
  border-radius: 8px 8px 0px 0px;
  background: #2d5d9f;  
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  transition: background 0.1s, color 0.1s;
	margin-right:4px;
}
#htablock .label:hover {
  background: #fff;
	background-position: center;
	color:#2d5d9f;
}
#htablock .label:active {
  background: #fff;
}
#htablock .input:focus + .label {
 /* box-shadow: inset 0px 0px 0px 3px #2aa1c0;*/
  z-index: 1;
}
#htablock .input:checked + .label {
  background: #fff;
	
	background-position: center;
  color:#2d5d9f;
}


@media (min-width: 600px) {
 #tablock  .label {
    width: auto;
  }
}
#tablock .panel {
  display: none;
  padding: 20px 30px 30px;
  background: #fff;
}
@media (min-width: 600px) {
  #tablock .panel {
    order: 99;
  }
}
#tablock .input:checked + .label + .panel {
  display: block;
	width: 100%;
}
