 {
  box-sizing: border-box;
}

header {
  font-size: 15px;
  font-style: bold;
  text-align: center;
}
body {
  color: black; /*#dce3ed;*/
  background-color: #00898f !important;
  /*background-color: white; /*#3e4651;*/
  font-family: Arial;
  margin: 0;
  width: 100vw;
}

h1 {
	color: #fe9e0b!important;
}
h2 {
	color: #fe9e0b!important;
}

table input {
  background-color: white; /*#627287;*/
}
table td button {
  background-color: #627287;
}

.red {
	color: red !important;
	font-weight: 800;
	font-size: 30px;
}

.green {
	color: green !important;
	font-weight: 800;
	font-size: 30px;
}

.navbar {
  font-size: 20px;
  overflow: hidden;
  background-color: #333;
}

.navbar a {
  float: left;
  display: block;
  color: white; /*#dce3ed;*/
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
}

.navbar a:hover {
  background-color: #ddd;
  color: black;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.content {
  flex: 30%;
  background-color: white; /*#3e4651;*/
  padding: 50px;
}
select {
  font-size: 15px;
}
option {
  font-size: 15px;
}
a:hover {
  color: #fe9e0b !important;
}
a {
	color: #00898f !important;
}

p {
  font-size: 15px;
}
/* 
img{

    height: 200px;
    width: 300px;
} */

#st_coc {
	display: none;
}

#st_guardianCoc {
	display: none;
}

#thePDF {
	display: none;
}

.waiver {
	position-left: -200px;
}

span {
	color: #00898f !important;
}
.col-sm-3 {
	color: #00898f !important;
}

h4 {
	color: #00898f !important;
}
h3 {
	color: #00898f !important;
}

.btn-primary {
	background-color: #00898f !important;
	border-color: #00898f !important;
	background-image: linear-gradient(to bottom, #00898f 0, #01747a 100%) !important;
	font-size: 20px !important;
	font-weight: bold !important;
}

.btn-primary:hover {
	background-color: #fe9e0b!important;
	border-color: #fe9e0b!important;
	background-image: linear-gradient(to bottom, #fe9e0b 0, #c07508 100%) !important;
	font-size: 20px;
	font-weight: bold;
}

th {
	background-color: #9a9288 !important;
}

.box {
	float: left;
	width: 49%;
	margin-right: 2%;
	padding: 10px;
	border: 1px solid #000;
}
.box:last-child {
	margin-right: 0;
}