.message-enablement {
    padding-top: 190px;
    font-size: 18px;
}


.message-image img {
    max-width: 300px;
}

.message-leadership {
    padding-top: 50px;
    font-size: 18px;
}

.message-support {
    padding-top: 230px;
    font-size: 18px;
}

.section-heading h1 {
    color: #d7172e;
    font-weight: 700 !important;
}

.page-preview {
    align-content: center;
    vertical-align: top;
}

.page-preview img {
    max-width: 440px;
    max-height: 440px;
}

.certification-badge {
    max-height: 150px;
    height: 100%;
    vertical-align: middle;
}

.post-image {
    height: 220px;
}

.img-thumbnail.img-thumbnail-no-borders {
    max-height: 200px;
}

.umbraco-forms-caption {
    display:none;
}

.field-validation-valid {
    color: red;
}

.field-validation-error {
    color: red;
}

.padding-top {
    padding-top:40px;
}


.solution_highlight {
    padding-bottom: 20px;
    font-size: 1.2em;

}

.text-color-green {
      color: green; 
}

.blogSummary {
    height: 350px;
}

.border-bottom {
    border-bottom: 2px;
    border-color: #F2F2F2;
}

.blog-title {
    height: 100px;
    margin-bottom: 10px;
}

.post-image {
    max-height: 200px;
    text-align: center;
}

.blogTable thead td {
    padding: 10px;
    font-weight: bold;
}

.blogTable td {
    padding: 10px;
}

.code_example: {
    background-color: ##161b22; !important;
    border: 10px;
    font-family: monospace;
    font-size: 1em;
}

pre.code_example {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-left: 3px solid #f36d33;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
}

.authorName {
    margin-right: 5px;
}
}