/* AZ Tech Week Code of Conduct Page */

#azTechWeekCodeOfConduct {
    background-color: #000000;
    color: #ffffff;
}

/* Content wrapper for SVG positioning */
.code-of-conduct-content {
    position: relative;
}

/* Line Animation SVG */
.code-of-conduct-line-svg {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 1px !important;
    height: 1px !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none;
    z-index: 1;
    overflow: visible;
}

.code-of-conduct-line-path {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
}

/* Desktop (992px+) */
@media (min-width: 992px) {
    #azTechWeekCodeOfConduct .container {
        padding-right: 30px;
    }
}
