/* Style Overrides */

a, a:link, a:active, a:visited {
    color: #8dc63f;
    font-weight: 600;
}

#dnn_content {
    padding-top: 30px !important;
}

h1 {
	color:#1C2D54;
	font-size:32px;
	line-height:38px;
	letter-spacing:0px;
	Font-Family:Montserrat;
	Font-weight:600;
	text-align:center;
}

/*
.footpane-area {
    text-align: left;
	vertical-align: middle;
}

.footpane-area a, a:link, a:active, a:visited{
    color: #fff !important;
	font-weight: 400 !important;
}*/

	
	
/*! ---------- =buttons ---------- */

.button {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 36px;
  border: none;
  border-radius: 16px;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
  color: #fff !important;
  background: #1C2D54;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
}
.button:hover,
.button:focus {
  color: #fff;
  border-color: none;
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

.button:active {
  -ms-transform: translateY(0);
  transform: translateY(0);
  box-shadow: none;
  transition: none;
}
.button--large {
  display: block;
  width: auto;
  max-width: 100%;
}
.button--large + .button--large {
  margin-left: 0;
  margin-top: 12px;
}
.button--small {
  padding: 6px 24px;
  font-size: 16px;
}
.button--highlight {
  background: #056839;
  color: #fff;
  border-color: none;
}
.button--highlight:hover,
.button--highlight:focus {
  color: #fff;
  border-color: none;
}
.button--action {
  background: #8dc63f;
  color: #fff;
  border-color: none;
}
.button--action:hover,
.button--action:focus {
  background: #8dc63f;
  color: #fff;
  border-color: none;
}
.button--warn {
  background: #b20202;
  color: #ffff;
  border-color: none;
}
.button--warn:hover,
.button--warn:focus {
  background: #b20202;
  color: #ffff;
  border-color: none;
}
.button--cancel {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: none;
}
.button--cancel:hover,
.button--cancel:focus {
  color: #fff;
  border: none;
}
