body, td, th, p {
    color: #000;
    text-align: left;
	font-size: 18px;
}

a:link {
    color: #420078;
    word-break: break-word;
}

a:visited {
    color: #420078;
}

a:hover {
    color: darkviolet;
}

a:active {
    color: #420078;
}

a.btn:link, a.btn:visited, a.btn:hover, a.btn:active {
    text-decoration: none;
}

b, strong {
    font-size: initial;
}

.news-view p a:link {
    text-decoration: underline;
}
.news-view p a:hover {
    text-decoration: none;
    border-bottom: 1px dashed #420078;
}
h1 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin: 30px 0 12px;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 12px;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    color: #420078;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

h5 {
    font-weight: bold;
    color: #420078;
    margin-bottom: 10px;
}

.mainContent p {
    text-align: justify;
	margin-top: 0.6em;
    margin-bottom: 0.6em;
}

.b-instance-edit-form .form-control {
    font-size: 16px;
}

.btn-primary {
    background-color: #6F168C;
	color: #FFFFFF !important;
}
.btn-primary:hover {
    background: rgb(128, 54, 167);
}
.btn-default {
	background-color: white;
    border-color: darkviolet;
}
.btn-default:hover {
	color: #fff;
    background-color: darkviolet;
}

.btn-link, .btn-link:hover {
    color: #420078;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: darkgray;
    border-color: #420078;
}

::selection {
    color: #fff;
    background: darkviolet;
}

.mce-content-body p {
    font-size: 16px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.top-adv-white.cleared {
    background: white!important;
}
.adv_label {
    font-size: 9px;
    display: block;
}