.single{
    position:relative;
    flex:1;
    font-size:16px;
    line-height:20px;
    color:var(--text4);
}
.single{
    position:relative;
    font-size:16px;
    line-height:20px;
    color:var(--text4);
}
.single > *{
    font-size:16px;
    line-height:32px;
    color:var(--text4);
}
.single .container{
    width:100%;
}
.single .don-share{
    margin: 5px 0px 15px 0px !important;
}
.single .don-share i{
    color:#fff;
}
.single .don-share [class^="don-share-"]{
    margin: 0px 7px 4px !important;
}
.single h1,.single h2,.single h3,.single h4,.single h5,.single h6 {
    clear: both;
    font-weight:bold;
    margin:8px 0px;
}
.single h6{font-size:16px;line-height:32px;}
.single h5{font-size:17px;line-height:34px;}
.single h4{font-size:18px;line-height:36px;}
.single h3{font-size:19px;line-height:38px;}
.single h2{font-size:20px;line-height:40px;}
.single h1{font-size:22px;line-height:44px;}
.single hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.625em;
}
.single p {
    margin-bottom: 24px;
}
.single ul, ol {
    margin: 0 0 1.625em 2.5em;
}
.single ul {
    list-style: square;
}
.single ol {
    list-style-type: decimal;
}
.single ol ol {
    list-style: upper-alpha;
}
.single ol ol ol {
    list-style: lower-roman;
}
.single ol ol ol ol {
    list-style: lower-alpha;
}
.single ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
}
.single strong {
    font-weight: bold;
}
.single cite,.single em,.single i {
    font-style: italic;
}
.single blockquote {
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: italic;
    font-weight: normal;
    margin: 0 10px;
    padding:10px 40px;
    background-color: #f9f9f9;
    border-radius: 6px;
}
.single blockquote:before{
    content: "\f10d";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    left:5px;
    top:5px;
    width:30px;
    height:30px;
    line-height:30px;
    font-size:30px;
}
.single blockquote:after{
    content: "\f10e";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    right:5px;
    bottom:5px;
    width:30px;
    height:30px;
    line-height:30px;
    font-size:30px;
}
.single blockquote em,.single blockquote i,.single blockquote cite {
    font-style: normal;
}
.single blockquote cite {
    color: #666;
    font: 12px "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.single pre {
    background: #f4f4f4;
    font: 13px "Courier 10 Pitch", Courier, monospace;
    line-height: 1.5;
    margin-bottom: 1.625em;
    overflow: auto;
    padding: 0.75em 1.625em;
}
.single code,.single kbd,.single samp,.single var {
    font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.single abbr,.single acronym,.single dfn {
    border-bottom: 1px dotted #666;
    cursor: help;
}
.single address {
    display: block;
    margin: 0 0 10px;
}
.single ins {
    text-decoration: none;
}
.single sup,
.single sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
.single sup {
    bottom: 1ex;
}
.single sub {
    top: .5ex;
}
.single small {
    font-size: smaller;
}

.single input[type=text],
.single input[type=password],
.single input[type=email],
.single input[type=url],
.single input[type=number],
.single textarea {
    background: #ffffff;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    border: 1px solid #f1d0d1;
    color: #cdcccc;
}
.single input[type=text]:focus,
.single input[type=password]:focus,
.single input[type=email]:focus,
.single input[type=url]:focus,
.single input[type=number]:focus,
.single textarea:focus {
    color: #cdcccc;
}
.single textarea {
    padding-left: 3px;
    width: 98%;
}
.single input[type=text],
.single input[type=password],
.single input[type=email],
.single input[type=url],
.single input[type=number] {
    padding: 3px;
}
.single input#s {
    background: url(images/search.png) no-repeat 5px 6px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    height: 22px;
    line-height: 1.2em;
    padding: 4px 10px 4px 28px;
}
.single input#searchsubmit {
    display: none;
}

/* Links */
.single a {
    color: var(--primary-color);
    text-decoration: none;
}
.single a:focus,
.single a:active,
.single a:hover {
    text-decoration: underline;
}
.single img{
    max-width:100%;
    height:auto !important;
}
.single iframe,
.single embed,
.single video{
    width:100%;
    height:400px;
}
.single table{
    width:100%;
}
.single table thead{
    background: #f9f9f9;
}
.single table td{
    padding:6px;
}
.single table tbody td{
    border:1px #696969 dashed;
}
.single table th{
    border: 1px #c9c9c9 solid;
    background: #f9f9f9;
}
.single table td p{
    margin-bottom:0;
}