.cDevHeader {
    background: url(https://d3bw7kcgs2yofh.cloudfront.net/pages_media/0_background_light.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    padding: 20px 30px;
    position: relative;
}
.cDevHeader:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #dc573d;
    background: -moz-linear-gradient(-45deg, rgb(55, 139, 81) 0%, #37848b 100%);
    background: -webkit-linear-gradient(-45deg, rgb(55, 139, 81) 0%,#37848b 100%);
    background: linear-gradient(135deg, rgb(55, 139, 81) 0%,#37848b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(55, 139, 81)', endColorstr='#37848b',GradientType=1 );
    opacity: 0.85;
}
.cDevHeader h1 {
    font-weight: 300;
    font-size: 32px;
    color: #fff;
    font-family: "Montserrat", "helvetica neue", helvetica, arial, sans-serif;
    position: relative;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

.cDevDocs li {
    line-height: 1.6;
    padding-left: 10px;
    margin-bottom: 2px;
}

.cDevDocs h2 {
    font-size: 18px;
    font-weight: bold;
    font-family: "Montserrat", "helvetica neue", helvetica, arial, sans-serif;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 6px 10px 6px 0;
    margin-left: 10px;
    margin-bottom: 8px;
    line-height: 1.3;
}
.cDevDocs h3 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding-left: 0;
    position: relative;
    cursor: pointer;
}
.cDevDocs ul ul {
    margin-bottom: 7px;
    margin-top: 5px;
    padding-left: 2px;
    border-left: 1px solid rgba(0,0,0,0.075);
}

.docsBox {
    clear: both;
}
.docsBox_warning .docsBox_header {
    background: rgb(55, 139, 116);
}
.docsBox_warning .docsBox_body {
    background: rgba(55, 139, 116, 0.1);
    color: #803333;
}
.docsBox_body {
    padding: 10px;
    font-size: 13px;
    line-height: 1.4;
}
.docsBox_header {
    padding: 5px 10px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.ipsType_normal {color: #C2C2C2;}

@media screen and (min-width: 640px) {
.fixed {
    top: 0;
    position: fixed;
    z-index: 1;
}
}
@media screen and (max-width: 640px) {
.ipsColumns, .ipsColumn_wide {
    display: block;
}
}
@media screen and (max-width: 979px) {
.ipsColumn_wide {
width:153px;
}
}