﻿.articleContributorsWrap h3 {
    margin: 0;
    margin-bottom: 15px;
}
.articleContributorsWrap ul, .articleContributorsWrap ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.articleContributorsWrap ul li {
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
}
.articleContributorsWrap ul li:last-child {
    margin-bottom: 0;
}
.contributorWrap {
    display: flex;
}
.contributorWrap img{
    border-radius: 50%;
}
.contributorDetails {
    padding-left: 10px;
    line-height: 110%;
    padding-right: 20px;
    font-size: 0.85rem;
}
.articleContributorsWrap .contributorName {
    font-weight: 500;
    padding-bottom: 3px;
    font-size: 1rem;
}
.articleContributorsWrap .totalContributions {
    font-style: italic;
    color: #777;
}
.articleWrap h1 {
    padding: 0;
    margin-bottom: 0;
}
.articleHeaderWrap {
    align-items: center;
    position: relative;
}
.articleHeaderWrap .details {
    line-height: 110%;
    color: #777;
}
.articleHeaderWrap .details .name .articleAuthorNameText {

    font-size: 1.1rem;
    padding-bottom: 5px;
    color: #000;
}
.articleHeaderWrap .details .name span {
    font-weight: 100;
    font-size: 0.9rem;
}
.articleRender h2 {
    margin-bottom:5px;
    margin-top: 32px;
    text-transform: uppercase;
    line-height: 110%;
}

.articleRender h3 {
    font-size: 1.5rem;
    margin-bottom:5px;
    text-transform: uppercase;
}
.articleRender h4 {
    font-size: 1.2rem;
    margin-bottom:0px;
    text-transform: uppercase;
}

.articleRender h3 p strong {
    font-size:1.5rem;
}

.articleRender h2 p strong {
    font-size: 2.0rem;
}

.articleViewer .articleStats {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}
.articleViewer .articleStats .statItem:after {
    content: '•';
    margin: 0 10px;
    color: #000;
}
.articleViewer .articleStats .statItem:last-child:after {
    display: none;
}
.articleViewer .statItem {
    display: inline-flex;
    color: #333;
}
.articleViewer .statItem:last-child {
    margin-right: 0;
}
.articleRender p,
.articleRender li, dl,
.tip {
    font-size: 1.2rem;
}
.articleRender p {
    margin-top: 0;
    padding-top: 0;
}
.articleRender h2 + p {
    margin-top: 15px;
}
.articleRender h3 + p {
    margin-top: 5px;
}
.articleRender h4 + p {
    margin-top: 0;
}

.articleRender a.internalLink {
    float: left;
}
.articleRender div.hr {
    display: block;
    height: 1px;
    width: 100%;
    background: #e0e5ea;
    margin-bottom: 30px;
    margin-top: 30px;
}

.articleRender kbd {
    background: #efefef;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 0px 2px #c4c4c4;
    -moz-box-shadow: 0px 2px 0px 2px #c4c4c4;
    box-shadow: 0px 2px 0px 2px #c4c4c4;
    padding: 4px 8px;
    line-height: 100%;
    text-shadow: 1px 0 0 #fff;
    font-weight: 500;
    border-bottom: 1px solid #d7d7d7;
    display: inline-block;
    position: relative;
    top: -3px;
    margin: 0 2px;
    font-size: 0.85rem;
}

.articleRender h2 + div.hr, .articleRender h3 + div.hr, .articleRender h4 + div.hr {
    display: none;
}
.articleRender h2 + div.hr {
    margin-top: 5px;
}
.articleRender .notice {
    background: rgba(253,200,69,.1);
    border: 1px solid rgba(253,200,69,.3);
    padding: 15px;
    padding-left: 55px;
    position: relative;
    border-radius: 3px;
    margin-bottom: 20px;
}
.articleRender .notice.warning {
    background: #ffe7e8;
    border: 1px solid #fccfd0;
}
.articleRender aside + aside {
    margin-top: 5px;
}
.articleRender .notice p {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 170%;
}
.articleRender .notice h2, .articleRender .notice h3, .articleRender .notice h4 {
    margin: 0;
    padding: 0;
    color: #9f874b;
    font-size: 1.2rem;
}
.articleRender .notice.warning h2, .articleRender .notice.warning h3, .articleRender.warning .notice h4 {
    color: #e66465;
}
.articleRender .notice div.hr {
    margin: 0;
    margin-bottom: 10px;
    background: #ffd56f;
}
.articleRender .notice.warning div.hr {
    background: #fccfd0;
}
.articleRender h2 + aside div.notice, .articleRender h3 + aside div.notice, .articleRender h4 + aside div.notice {
    margin-top: 10px;
}
.articleRender aside + p {
    margin-top: 20px;
}
.articleRender .notice::before
{
    content: "!";
    width: 24px;
    height: 24px;
    background: transparent;
    border: 2px solid #e3b64a;
    color: #e3b64a;
    font-weight: 500;
    display: block;
    font-size: 1.5rem;
    position: absolute;
    top: 15px;
    border-radius: 50%;
    left: 13px;
    text-align: center;
    line-height: 24px;
}
.articleRender .notice.warning::before
{
    content: "!";
    border: 2px solid #e66465;
    color: #e66465;
}
.articleRender .notice li {
    font-size: 1rem;
    line-height: 170%;
}




.articleRender code {
    background: #efefef;
    border-radius: 3px;
    padding: 0 5px;
    display: inline-block;
    color: #555;
    font-weight: bold;
}
.articleRender li h2, .articleRender li h3, .articleRender li h4 {
    margin: 0;
} 
.articleRender li div.hr {
    background: transparent;
    margin: 0;
    height: 10px;
}

 .articleRender ol {
     list-style: none;
     position: relative;
     counter-reset: section;
 }
.articleRender ol li:before {
    counter-increment: section; 
    content: counters(section, ".") " ";
    background: #dc0d8a;
    border-radius: 50%;
    color: white;
    text-align: center;
    display: inline-block;
    min-width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    left: 0px;
    font-size: 1rem;
    font-weight: 500;
}
.articleRender ol li {
    padding-left: 15px;
    counter-increment: item;
}
.articleRender li ul li:before
{
    display: none;
}
.articleRender li ul ol li:before
{
    display: block;
}

/* Tags */
.articleRender span.ilTag {
    display: inline-block;
    border-radius: 3px;
    padding: 5px 15px;
    line-height: 100%;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    background: red;
    color: white;
}
.articleRender span.ilTag.c1 {
    background: #ab6bff;
    color: white;
}
.articleRender span.ilTag.c2 {
    background: #4ECDC4;
    color: white;
}
.articleRender span.ilTag.c3 {
    background: #556270;
    color: white;
}
.articleRender span.ilTag.c4 {
    background: #ff9b6b;
    color: white;
}
.articleRender span.ilTag.c5 {
    background: #4dbfc4;
    color: white;
}

.articleRender a:hover .tag {
    background: #dc0d8a;
}
.articleRender .navWrap {
    font-weight: 500;
    background: #f2f2f2;
    padding: 3px 10px;
    border-radius: 3px;
}
.articleRender .navWrap .arr {
    padding: 0 4px;
    font-size: 0.9rem;
    display: inline-block;
    vertical-align: middle;
}
.articleRender kbd {
    background: #efefef;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 0px 2px #c4c4c4;
    -moz-box-shadow: 0px 2px 0px 2px #c4c4c4;
    box-shadow: 0px 2px 0px 2px #c4c4c4;
    padding: 4px 8px;
    line-height: 100%;
    text-shadow: 1px 0 0 #fff;
    font-weight: 500;
    border-bottom: 1px solid #d7d7d7;
    display: inline-block;
    position: relative;
    top: -3px;
    margin: 0 2px;
}

.articleRender dl.sans dt {
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 500;

}

/* Download */
.downloadWrap {
    background: #FFFBC9;
    border-bottom: 4px solid #F1EA9B;
    border-radius: 3px;
    margin-bottom: 20px;
}
.downloadWrap + p {
    margin-top: 20px;
}
.downloadWrap .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.downloadWrap h4 {
    margin: 0;
    margin-bottom: 5px;
}
.downloadWrap .fileIcon {
    margin: 15px 20px;
}
.downloadWrap a {
    background: #dc0d8a;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    font-size: 1rem;
    display: inline-block;
    padding-left: 10px;
}
.downloadWrap a:hover span.fileSize {
    background: #cf413e;

}
.downloadWrap span.fileSize {
    background: #fa6562;
    border-left: 1px solid #cf413e;
    padding: 0 10px;
    display: inline-block;
    margin-left: 5px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 0.85rem !important;
}
.downloadWrap .fileIcon {
    position: relative;
    width: 30%;
    margin: 2em auto;
    color: #fff;
    background: red;
    width: 52px;
    height: 68px;
    line-height: 72px;
    overflow: hidden;
    text-align: center;
    font-weight: 500;
    font-size: 0.9rem;
}
.downloadWrap .fileIcon:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-color: red #FFFBC9;
}
/* Zip */
.downloadWrap .fileIcon.ezip {
    background: #b5b428;
}
.downloadWrap .fileIcon.ezip:before {
    border-color: #8a8a19 #FFFBC9;
}

/* C3p */
.downloadWrap .fileIcon.ec3p {
    background: #dc0d8a;
}
.downloadWrap .fileIcon.ec3p:before {
    border-color: #159986 #FFFBC9;
}

/* Capx */
.downloadWrap .fileIcon.ecapx {
    background: #3F3F3F;
}
.downloadWrap .fileIcon.ecapx:before {
    border-color: #AEC258 #FFFBC9;
}


.downloadWrap {
    margin-bottom: 0;
}
 .downloadWrap h4 {
    font-size: 1rem;
    margin: 0;
}
.downloadWrap .fileIcon {
    margin: 5px 10px 5px 10px;
}

/* Nested lists */
.articleRender li .list  {
    margin-left: 0;
    margin-top: 10px;
    padding-left: 30px;
}
.articleRender li ul {
    padding-left: 20px;
}
.articleRender li .list li .list
{
    margin-top:20px;
}
.articleRender li ul li ul {
    padding-left: 20px;
}
.articleRender li .list li
{
}
.articleRender li ol li:before
{
    border-radius: 0;
    left: 0;
    background: transparent;
    color: #dc0d8a;
    line-height: 18px
}
.articleRender li li .list{
    padding-left: 40px;
}
.articleRender ol li ul {
    margin-left: -10px !important;
}

.articleRender ol li ul li {
    padding-left: 5px;
}

#ArticleBody {
    padding-top: 32px;
}

.articleRender pre[class*="language-"] {
    border-left: 0;
    box-shadow: none;
    border: 1px solid #efefef;
    border-left: 5px solid #dc0d8a;
    margin-bottom: 20px;
    max-width: 600px
}

.articleRender pre[class*="language-"] code .tag {
    background: transparent;
}

.articleRender pre[class*="language-"] .toolbar {
    margin-right: 20px;
    top: -2px;
}
.rw {
    max-width: 600px;
}
.printLink {
    height: 32px;
    width: 32px;
    background: #dc0d8a;
    border-radius: 50%;
    display: block;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
}
.printLink img {
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
}
.printLink:hover {
    cursor: pointer;
}

.articleRender {
}
.articleRender dl {
    margin: 0;
    margin-bottom: 20px;
    margin-top: 15px;
}
.articleRender dl dt {
    font-weight: 800;
    font-family: consolas,"Liberation Mono",courier,monospace;
    font-size: 1.1rem;
}
.articleRender dl dd {
    padding-top: 3px;
    margin-bottom: 20px;
}
.articleRender dl dd:last-child {
    margin-bottom: 0;
}
.articleRender table {
    margin-bottom: 20px;
}
.articleRender a {
    position: relative;
}

.articleRender table td {
    background: transparent !important;
    text-align: left;
    padding: 0;
    font-size: 1rem;
}
.articleRender table tr td {
    padding-left: 25px;

    font-size: 1rem;}
.articleRender table tr td:first-child {
    padding-left: 10px;
}
.articleRender table tr td:last-child {
    padding-right: 10px;
}
.articleRender table tr td {
    border-top: 1px solid #efefef;
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: top;
}
.articleRender table tr:last-child td {
    border-bottom: 1px solid #efefef;

}
.articleRender table tr {
    background: #fff;
    border-right: 1px solid #efefef;
    border-left: 1px solid #efefef;
}
.articleRender table tr td:first-child {
    font-weight: 500;
}
.articleRender table tr:nth-child(odd) {
    background: #fafcfd;
}
.articleRender table thead {
    background: transparent !important;
}
.articleRender table thead td {
    background: transparent !important;
    text-align: left;
    border: 0 !important;
    color: #a0a0a0;
    font-weight: 400;
    text-transform: uppercase;
    
    padding-bottom: 0 !important;
    padding-top: 0 !important;

}
.articleRender table thead tr {
    border: 0;
    background: transparent !important;
}
.articleRender table thead tr td:first-child {
    font-weight: normal;
}
.articleRender table thead tr td {
    vertical-align: bottom;
    font-size: 1rem;
}
.articleRender table div.hr {
    margin: 2px 0;
}
.articleRender table li {
    font-size: 1rem;
    margin-bottom: 0;
}

.articleRender table ol li:before {
    content: counter(item);
    background: #dc0d8a;
    border-radius: 50%;
    color: white;
    text-align: center;
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    position: absolute;
    left: 10px;
    font-size: 0.9rem;
    font-weight: 500;
}
.articleRender table ol li {
     margin-bottom: 10px;
 }
 .articleRender table pre code {
     font-size: 1rem;
 }
.articleRender > *:first-child
{
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.articleRender .tabWrap ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    border-bottom: 1px solid #e0e5ea;
}
    .articleRender .tabWrap ul.tabs li {
        display: inline-block;
        border: 1px solid #e0e5ea;
        border-bottom:0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        margin: 0 4px 0 0;
        padding: 0 7px 0 7px;
    }
.articleRender .tabWrap ul.tabs li a {
    color: #333;
    font-size: 1rem;
}
.articleRender .tabWrap ul.tabs li a:hover {

}
.articleRender .tabWrap ul.tabs li.selected a {
    color: #fff;
}
.articleRender .tabWrap ul.tabs li.selected {
    background: #dc0d8a;
    color: #fff;
    margin: 0 4px 0 0;
    padding: 0 7px 0 7px;
}
.articleRender .tabWrap ul.tabs li.selected a:hover {
    text-decoration: none;
}
.articleRender .tabWrap .tabContent {
    padding: 15px 0;
    padding-bottom: 30px;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 1;
}
.articleRender .tabWrap .tabContent  p {
     font-size: 1.1rem;
}
.articleRender .tabWrap .tabContent > *:first-child
{
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.articleRender .tabWrap .tabContent > *:last-child
{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.articleRender .tabWrap .tabInnerContent {
    display: none;
}
.articleRender .headerStep {
    color: #dc0d8a;
}
.articleRender .youtubeWrap {
    background: #2B2B2B;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-bottom: 30px;
}
.articleRender .youtubeWrap .controls {
    height: 28px;
    width: 100%;
    position: relative;
    padding-left: 125px;
    overflow: hidden;
    color: #b3b3b3;
    font-weight: 500;
    font-size: 0.85rem;
}
.articleRender .youtubeWrap .controls .ytWrap {
    position: absolute;
    left: 2px;
    top: 2px;
}

.articleRender h2 ~ table, .articleRender h3 ~ table, .articleRender h4 ~ table
{
    margin-top: 15px;
}

/* Inline images */
.articleRender .imageWrapper {
    display: inline-block;
    margin-bottom: 30px;
    background: #efefef;
}
.articleRender .imgAlign {
    text-align: center;
}
.articleRender .imgAlign.left {
    text-align: left;
}
.articleRender .imgAlign.right {
    text-align: right;
}
.articleRender .imageWrapper span {
    display: block;
    text-align: center;
    color: #b3b3b3;
    text-align: center;
    background: #2B2B2B;
    line-height: 130%;
    padding: 5px;
    border-radius: 3px;
}
.articleRender .imageWrapper span.descrip {
    margin-top: -5px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
    line-height: 110%;
    position: relative;
    z-index: 2;
    padding-bottom: 7px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius:0;
    border-top-right-radius: 0;
}



.articleRender .imageWrapper img {
    display: block;
    margin: 0 auto;
}
.articleRender .gifphyWrap {
    background: #000;
    width:100%;height:0;padding-bottom:41%;position:relative;
    margin-bottom: 20px;
}
.articleRender dt p {
    margin: 0;
    padding: 0;
}
.articleRender dd ul, .articleRender dd ol {
    margin-left: 0;
    padding-left: 28px;
}
.articleRender dd ol li {
    padding-left: 25px;
}

/* Cover Images */
.articleRender .coverImage {
    margin-left: -60px;
    margin-right: -60px;
    margin-bottom: 20px;
}
.articleRender .coverImage img {
    width: 100%;
}

/* Spacing hotfixes */
.articleRender .list + p {
    margin-top: 20px;
}
.articleRender h2 + .list {
    margin-top: 20px;
}
.articleRender h3 + .list {
    margin-top: 15px;
}
.articleRender h4 + .list {
    margin-top: 5px;
}

/* TAGS */
.articleTagWrap span.tagTitle {
    font-size: 1.1rem;
    display: block;
    margin-bottom: 3px;
    font-weight: 500;
}

@media (max-width: 780px) { 
    .articleRender .coverImage {
        margin-left: -30px;
        margin-right: -30px;
    }
}
@media (max-width: 650px) { 

    .articleRender .coverImage {
        margin-left: -32px;
        margin-right: -15px;
    }
    .articleRender .imageWrapper {
        margin-left:-30px;
        margin-right:-30px;
        margin-bottom: 20px;
    }
}
@media (max-width: 500px) { 
    .articleRender .imageWrapper {
        margin-left:-15px;
        margin-right:-15px;
    }
}
@media (max-width: 450px) { 

    h1.articleTitle {
        margin-top: 32px;
        font-size: 2.4rem;
        line-height: 110%;
        margin-left: -30px;
        padding-right: 10px;
    }
    .articleHeaderWrap .printLink {
        display: none;
    }
}

.articleRender p 
{
    word-break: break-word;
}

/* Images */
.giphyWrap {
    padding: 3px;
    background: #fff;
    border-radius: 3px;
    margin: 0 auto;
    line-height: 100%;
    border: 2px solid #efefef;
    position: relative;
    height: 0;
    padding-bottom: 56%;
    text-align: left;
    width: auto;
}
.giphyWrap iframe {
    top: 3px;
    left: 3px;
    height: calc(100% - 6px);
    width: calc(100% - 6px);
}
.giphySpacer + p,
.giphySpacer + h2,
.giphySpacer + h3 {
    margin-top: 15px;
}
