html, body {
	font-family: "Nunito", sans-serif;
	font-size: 15px;
}
main h1 {
  font-size: 36px;
  font-weight: bold;
  color: #00426a;
  text-shadow: 1px 10px 5px rgba(16, 16, 16, 0.5),
             1px 15px 10px rgba(16, 16, 16, 0.4),
             1px 20px 30px rgba(16, 16, 16, 0.3),
             1px 25px 50px rgba(16, 16, 16, 0.2);
  text-align: center;
}

main h4 {
  font-size: 22px;
  font-weight: 600;
  background-image: radial-gradient(circle, #00426a, #5474b2);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

main h3 {
  font-size: 36px;
  font-weight: 600;
  background-image: radial-gradient(circle, #00426a, #5474b2);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

main h2 {
  font-size: 26px;
  font-weight: 600;
  background-image: radial-gradient(circle, #00426a, #5474b2);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  text-align: center;
}

.head h2 {
  font-weight: 600;
  color: #fdfdfe;
  text-shadow: 0px 0px 5px #a5a6a6, 0px 0px 10px #a5a6a6, 0px 0px 10px #a5a6a6, 0px 0px 20px #a5a6a6;
}

.st_1 {
	background-color: #48bb78 !important;
	color: #fff;
}

.st_2 {
	background-color: #53565b !important;
	color: #fff;
}

.st_3 {
	background-color: #a5a6a6 !important;
	
}

.st_4 {
	background-color: #e9f2fa !important;
}s

.st_5 {
	background-color: #8ab2d7 !important;
}

.st_6 {
	background-color: #5474b2 !important;
	color: #fff;
}

.st_7 {
	background-color: #00426A !important;
	color: #fff;
}

button.dt-button.disabled,
div.dt-button.disabled,
a.dt-button.disabled,
button.dt-button.btn-disabled {
    color: #999 !important;
    border-color: #d0d0d0 !important;
    background: #f3f3f3 !important;
    cursor: not-allowed !important;
    opacity: 0.65;
    box-shadow: none !important;
}

button.dt-button.dt-button-disabled,
div.dt-button.dt-button-disabled {
    color: #999 !important;
    border-color: #d0d0d0 !important;
    background: #f3f3f3 !important;
    cursor: not-allowed !important;
    opacity: 0.65;
    box-shadow: none !important;
}

.editor-separator {
    margin: 18px 0 8px;
    padding: 8px 0;
    border-top: 1px solid #d1d5db;
    border-bottom: 1px solid #d1d5db;
    color: #374151;
    font-weight: bold;
}

.DTE_Field.field-half1 {
    display: inline-block;
    width: 65%;
    vertical-align: top;
    margin-right: 1%;
    padding: 5px 0% 5px 10% !important;
}

.DTE_Field.field-half2 {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    margin-right: 1%;
	padding: 5px 0% !important;
}
ul.files {
  list-style: circle;
  margin: 0;
  padding: 0;
}