  /*! wysiwyg.css v0.0.3 | MIT License | github.com/jgthms/wysiwyg.css */
 .wysiwyg {
	 line-height: 1.6em;
}
 .wysiwyg a {
	 text-decoration: underline 2px;
	 color:#912133;
	 font-weight: 600
}

.wysiwyg .btn-ember{
	color: #FFFFFF
}
 .wysiwyg iframe{
	 max-width:100% 
}
 .wysiwyg a:hover {
	text-decoration: underline solid #ff6a14 2px;
}
 .wysiwyg blockquote{
	 font-size: 1em;
	 width:100%;
	 margin:1.8rem auto;
	 color: #555555;
	 padding:1.2em 30px 1.2em 75px;
	 border-left:8px solid #c8102e ;
	 line-height:1.6;
	 position: relative;
	 background:#EDEDED;
}
  .wysiwyg blockquote::before{
	 content: "\201C";
	 color:#c8102e;
	 font-size:4em;
	 position: absolute;
	 left: 10px;
	 top:-10px;
}

.wysiwyg .cta-3 {
	background: #921233;
	color:#fbfbfb;
	padding: 1em;
	text-decoration:none;
	
}

 .wysiwyg abbr {
	 border-bottom: 1px dotted;
	 cursor: help 
}
 .wysiwyg cite {
	 font-style: italic 
}
 .wysiwyg hr {
	 background: #757575;
	 border: none;
	 display: block;
	 height: 2px;
	 margin-bottom: 1.4em;
	 margin-top: 1.4em;
	 min-width:100%
}
 .wysiwyg img {
	 vertical-align: text-bottom 
}
 .wysiwyg ins {
	 background-color: lime;
	 text-decoration: none 
}
 .wysiwyg mark {
	 background-color: #ff0 
}
 .wysiwyg small {
	 font-size: 1.2em 
}
 .wysiwyg strong {
	 font-weight: 600 
}
 .wysiwyg sub, .wysiwyg sup {
	 font-size: 0.8em 
}
 .wysiwyg sub {
	 vertical-align: sub 
}
 .wysiwyg sup {
	 vertical-align: super 
}
 .wysiwyg dl, .wysiwyg ol, .wysiwyg ul, .wysiwyg blockquote, .wysiwyg pre, .wysiwyg table {
	 margin-bottom: 1rem;
}
.wysiwyg p{
	margin-bottom:.7em
}
 .wysiwyg p:last-child, .wysiwyg dl:last-child, .wysiwyg ol:last-child, .wysiwyg ul:last-child, .wysiwyg blockquote:last-child, .wysiwyg pre:last-child, .wysiwyg table:last-child {
	 margin-bottom: 0 
}
 .wysiwyg p:empty {
	 display: none 
}
 .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
	 font-weight: 600;
	 line-height: 1.2 
}
 .wysiwyg h1:first-child, .wysiwyg h2:first-child, .wysiwyg h3:first-child, .wysiwyg h4:first-child, .wysiwyg h5:first-child, .wysiwyg h6:first-child {
	 margin-top: 0 
}
 .wysiwyg h1 {
	 font-size: 2.4em;
	 margin-bottom: 0.58333em;
	 margin-top: 0.58333em;
	 line-height: 1 
}
 .wysiwyg h2 {
	 font-size: 1.7em;
}
 .wysiwyg h3 {
	 font-size: 1.3em;

}
 .wysiwyg h4 {
	 font-size: 1.2em;
}
 .wysiwyg h5 {
	 font-size: 1.1em;
}
 .wysiwyg h6 {
	 font-size: 1em;
}
 .wysiwyg dd {
	 margin-left: 1.4em 
}
 .wysiwyg ol, .wysiwyg ul {
	 list-style-position: outside;
	 margin-left: 2.4em 
}
 .wysiwyg ol {
	 list-style-type: decimal 
}
 .wysiwyg ol ol {
	 list-style-type: lower-alpha 
}
 .wysiwyg ol ol ol {
	 list-style-type: lower-roman 
}
 .wysiwyg ol ol ol ol {
	 list-style-type: lower-greek 
}
 .wysiwyg ol ol ol ol ol {
	 list-style-type: decimal 
}
 .wysiwyg ol ol ol ol ol ol {
	 list-style-type: lower-alpha 
}
 .wysiwyg ul {
	 list-style-type: disc 
}
 .wysiwyg ul li::marker{
	 color:#FF6a14
}
 .wysiwyg ul ul {
	 list-style-type: circle 
}
 .wysiwyg ul ul ul {
	 list-style-type: square 
}
 .wysiwyg ul ul ul ul {
	 list-style-type: circle 
}
 .wysiwyg ul ul ul ul ul {
	 list-style-type: disc 
}
 .wysiwyg ul ul ul ul ul ul {
	 list-style-type: circle 
}
 .wysiwyg blockquote p {
	 margin-bottom: 0;
}
 .wysiwyg code, .wysiwyg kbd, .wysiwyg samp, .wysiwyg pre {
	 -moz-osx-font-smoothing: auto;
	 -webkit-font-smoothing: auto;
	 background-color: #f2f2f2;
	 color: #333;
	 font-size: 0.9em 
}
 .wysiwyg code, .wysiwyg kbd, .wysiwyg samp {
	 border-radius: 3px;
	 line-height: 1.77778;
	 padding: 0.1em 0.4em 0.2em;
	 vertical-align: baseline 
}
 .wysiwyg pre {
	 overflow: auto;
	 padding: 1em 1.2em 
}
 .wysiwyg pre code {
	 background: none;
	 font-size: 1em;
	 line-height: 1em 
}
 .wysiwyg figure {
	 margin-bottom: 2.8em;
	 text-align: center 
}
 .wysiwyg figure:first-child {
	 margin-top: 0 
}
 .wysiwyg figure:last-child {
	 margin-bottom: 0 
}
 .wysiwyg figcaption {
	 font-size: 0.8em;
	 margin-top: 0.875em 
}
 .wysiwyg table {
	 width: 100% 
}
 .wysiwyg table pre {
	 white-space: pre-wrap 
}
 .wysiwyg th, .wysiwyg td {
	 font-size: 1em;
	 padding: 0.7em;
	 line-height: 1.4 
}
 .wysiwyg thead tr, .wysiwyg tfoot tr {
	 background-color: #f5f5f5 
}
 .wysiwyg thead th, .wysiwyg thead td, .wysiwyg tfoot th, .wysiwyg tfoot td {
	 font-size: 0.9em;
	 padding: 0.77778em 
}
 .wysiwyg thead th code, .wysiwyg thead td code, .wysiwyg tfoot th code, .wysiwyg tfoot td code {
	 background-color: #fff 
}
 .wysiwyg tbody tr {
	 background-color: #fff 
}
 .wysiwyg img{
	 max-width: 100%;
	 height: auto 
}

.wysiwyg.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}.wysiwyg.table th,.wysiwyg.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}.wysiwyg.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}.wysiwyg.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}.wysiwyg.table.wysiwyg.table {
  background-color: #fff;
}.wysiwyg.table-sm th,.wysiwyg.table-sm td {
  padding: 0.3rem;
}.wysiwyg.table-bordered {
  border: 1px solid #dee2e6;
}.wysiwyg.table-bordered th,.wysiwyg.table-bordered td {
  border: 1px solid #dee2e6;
}.wysiwyg.table-bordered thead th,.wysiwyg.table-bordered thead td {
  border-bottom-width: 2px;
}.wysiwyg.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}.wysiwyg.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}.wysiwyg.table-primary,.wysiwyg.table-primary > th,.wysiwyg.table-primary > td {
  background-color: #b8daff;
}.wysiwyg.table-hover.wysiwyg.table-primary:hover {
  background-color: #9fcdff;
}.wysiwyg.table-hover.wysiwyg.table-primary:hover > td,.wysiwyg.table-hover.wysiwyg.table-primary:hover > th {
  background-color: #9fcdff;
}.wysiwyg.table-secondary,.wysiwyg.table-secondary > th,.wysiwyg.table-secondary > td {
  background-color: #d6d8db;
}.wysiwyg.table-hover.wysiwyg.table-secondary:hover {
  background-color: #c8cbcf;
}.wysiwyg.table-hover.wysiwyg.table-secondary:hover > td,.wysiwyg.table-hover.wysiwyg.table-secondary:hover > th {
  background-color: #c8cbcf;
}.wysiwyg.table-success,.wysiwyg.table-success > th,.wysiwyg.table-success > td {
  background-color: #c3e6cb;
}.wysiwyg.table-hover.wysiwyg.table-success:hover {
  background-color: #b1dfbb;
}.wysiwyg.table-hover.wysiwyg.table-success:hover > td,.wysiwyg.table-hover.wysiwyg.table-success:hover > th {
  background-color: #b1dfbb;
}.wysiwyg.table-info,.wysiwyg.table-info > th,.wysiwyg.table-info > td {
  background-color: #bee5eb;
}.wysiwyg.table-hover.wysiwyg.table-info:hover {
  background-color: #abdde5;
}.wysiwyg.table-hover.wysiwyg.table-info:hover > td,.wysiwyg.table-hover.wysiwyg.table-info:hover > th {
  background-color: #abdde5;
}.wysiwyg.table-warning,.wysiwyg.table-warning > th,.wysiwyg.table-warning > td {
  background-color: #ffeeba;
}.wysiwyg.table-hover.wysiwyg.table-warning:hover {
  background-color: #ffe8a1;
}.wysiwyg.table-hover.wysiwyg.table-warning:hover > td,.wysiwyg.table-hover.wysiwyg.table-warning:hover > th {
  background-color: #ffe8a1;
}.wysiwyg.table-danger,.wysiwyg.table-danger > th,.wysiwyg.table-danger > td {
  background-color: #f5c6cb;
}.wysiwyg.table-hover.wysiwyg.table-danger:hover {
  background-color: #f1b0b7;
}.wysiwyg.table-hover.wysiwyg.table-danger:hover > td,.wysiwyg.table-hover.wysiwyg.table-danger:hover > th {
  background-color: #f1b0b7;
}.wysiwyg.table-light,.wysiwyg.table-light > th,.wysiwyg.table-light > td {
  background-color: #fdfdfe;
}.wysiwyg.table-hover.wysiwyg.table-light:hover {
  background-color: #ececf6;
}.wysiwyg.table-hover.wysiwyg.table-light:hover > td,.wysiwyg.table-hover.wysiwyg.table-light:hover > th {
  background-color: #ececf6;
}.wysiwyg.table-dark,.wysiwyg.table-dark > th,.wysiwyg.table-dark > td {
  background-color: #c6c8ca;
}.wysiwyg.table-hover.wysiwyg.table-dark:hover {
  background-color: #b9bbbe;
}.wysiwyg.table-hover.wysiwyg.table-dark:hover > td,.wysiwyg.table-hover.wysiwyg.table-dark:hover > th {
  background-color: #b9bbbe;
}.wysiwyg.table-active,.wysiwyg.table-active > th,.wysiwyg.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}.wysiwyg.table-hover.wysiwyg.table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}.wysiwyg.table-hover.wysiwyg.table-active:hover > td,.wysiwyg.table-hover.wysiwyg.table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}.wysiwyg.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}.wysiwyg.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}.wysiwyg.table-dark {
  color: #fff;
  background-color: #212529;
}.wysiwyg.table-dark th,.wysiwyg.table-dark td,.wysiwyg.table-dark thead th {
  border-color: #32383e;
}.wysiwyg.table-dar.wysiwyg.table-bordered {
  border: 0;
}.wysiwyg.table-dar.wysiwyg.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}.wysiwyg.table-dar.wysiwyg.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
 .wysiwyg.table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
 }
 .wysiwyg.table-responsive-sm >.wysiwyg.table-bordered {
    border: 0;
 }
}
@media (max-width: 767.98px) {
 .wysiwyg.table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
 }
 .wysiwyg.table-responsive-md >.wysiwyg.table-bordered {
    border: 0;
 }
}
@media (max-width: 991.98px) {
 .wysiwyg.table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
 }
 .wysiwyg.table-responsive-lg >.wysiwyg.table-bordered {
    border: 0;
 }
}
@media (max-width: 1199.98px) {
 .wysiwyg.table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
 }
 .wysiwyg.table-responsive-xl >.wysiwyg.table-bordered {
    border: 0;
 }
}.wysiwyg.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}.wysiwyg.table-responsive >.wysiwyg.table-bordered {
  border: 0;
}
