/**
 * This typography file is included in the WYSIWYG editor
 */

.typography {
    letter-spacing: 0.5px;}
.typography strong {
    font-weight: 500;}
.typography em {font-style: italic;}
.typography a {
    color: #1ea9f0;
    text-decoration: underline;
    outline: none;}
.typography a:hover {
    text-decoration: none;}

.typography h2 {
    font-size: 28px;
    font-weight: 500;}
.typography h3 {
    font-size: 24px;
    font-weight: 500;}
.typography h4 {
    font-size: 20px;
    font-weight: 500;}
.typography h5 {
    font-size: 18px;}
.typography h6 {font-size: 18px;}

.typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
    margin-top: 20px;}
.typography > *:first-child {
    margin-top: 0 !important;}

.typography p, .typography ul, .typography ol {
    margin-top: 1.5em;
    line-height: 1.4;}

.typography ul, .typography ol {
    list-style: outside none disc;
    margin-top: 1.5em;
    margin-left: 20px;
    padding-left: 0;}
.typography ul {
    list-style-type: disc;
    padding-left: 15px;}
.typography ol {
    list-style-position: inside;
    list-style-type: decimal;}
.typography li span {line-height: 1em!important;}

.typography pre {
    width: 100%;
    font-family: courier new, courier, monospace, monospace;}

.typography .text-left {
    text-align: left}
.typography .text-center {
    text-align: center}
.typography .text-right {
    text-align: right}

.typography img {
    max-width: 100%;
    height: auto;}
.typography img.left {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;}
.typography img.right {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;}

.typography hr {
    border: none;
    border-top: 1px solid #e6e6e6;}

.typography table {
    margin-top: 20px;}
.typography table td{
    padding: 5px;
    vertical-align: top;}
.typography > table tr > td:first-child {
    padding-left: 0;}
.typography table p {
    margin: 0;}
.typography table p:last-child {
    margin-bottom: 0;}

.typography table.contact {
    width: 100% !important;}
.typography table.contact tr:not(:first-child) {
    border-top: 1px solid #e6e6e6;}
/*.typography table.contact td {*/
    /*width: auto !important;}*/
.typography table.contact td:first-child {
    word-break: keep-all;}
.typography table.contact td:last-child {
    text-align: right;}
@media (max-width: 850px) {
    .typography table td {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto; }
    .typography table.contact td {
        display: block;
        width: 100% !important;
        padding-left: 0;
        padding-right: 0; }
    .typography table.contact td:nth-child(2) {
        float: left;
        width: auto !important; }
}


.typography .color-blue {
    color: #1ea9f0;}