.wysiwyg {

}

.wysiwyg .acc-gold, .wysiwyg .acc-gold * {
    /*color: #EBA100;*/
    color: #bf8a0f;
    font-weight: bold;
}

.wysiwyg .acc-dark-blue {
    color: #0263AC;
}

.wysiwyg .acc-light-blue {
    /*color: #80C2D3;*/
    color: #169abe;
}

.wysiwyg .acc-light-brown {
    color: #93887F;
}

.wysiwyg *:last-child {
    margin-bottom: 0;
}

.wysiwyg p {
    margin-bottom: 24px;
}

.wysiwyg a {
    color: #0368b4;
    text-decoration:none;
    font-weight: bold;
}

.wysiwyg strong a {
  text-decoration: underline;
}

.wysiwyg a:hover, .wysiwyg a:focus {
    color: #EBA100;
    text-decoration:underline;
}

.wysiwyg h1 {
    color: #0066b3;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 24px;
}

.wysiwyg h2 {
    color: #363636;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 12px;
}

.wysiwyg h3 {
    color: #363636;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height:24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.wysiwyg h4 {
    color: #363636;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height:22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.wysiwyg h4 span {
  font-weight: 700;
}
.wysiwyg h5 {
    color: #363636;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height:20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.wysiwyg h6 {
    color: #363636;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height:18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.wysiwyg ul, .wysiwyg ol {
    margin: 0 0 0 30px;
    margin-bottom: 24px;
}

.wysiwyg ul {
    list-style-type:disc;
}

.wysiwyg ol {
    list-style-type:decimal;
}

.wysiwyg ul li, .wysiwyg ol li {
    margin: 0 0 3px 0;
}

.wysiwyg table {
    border-collapse: collapse;
}

.wysiwyg table.no-border {
  border: none;
}

.wysiwyg td {
    color: #666666;
    padding: 5px;
}

.wysiwyg img {
    margin-bottom: 26px;
}
.wysiwyg embed,
.wysiwyg iframe,
.wysiwyg object,
.wysiwyg video,
.wysiwyg img {
    max-width: 100%;
}

.wysiwyg embed,
.wysiwyg iframe,
.wysiwyg object,
.wysiwyg video {
    margin-bottom: 24px;
}
.wysiwyg .table-holder {
	overflow: auto;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.wysiwyg .table-holder .msg {
	display: none;
	font-size: 10px;
	line-height: 20px;
}
.wysiwyg .table-holder table {
	margin-bottom: 0;
}



