@charset "UTF-8";
@media (max-width: 767px) {
    .container {
        padding: 0;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .row>[class^="col-"],
    .row>[class*=" col-"] {
        padding: 0;
    }
}

a:link,
a:visited,
a:hover,
a:active {
    color: white;
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin-bottom: 0px;
    text-transform: capitalize;
    text-indent: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

li {
    color: white;
    text-decoration: none;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
    padding: 20px;
}

@media (min-width: 768px) {
    .flex-stretch-row {
        display: flex;
        align-items: stretch;
    }
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

header {
    margin-bottom: 1.2em;
}

@media (max-width: 767px) {
    header {
        padding-left: 20px;
        margin-bottom: 3em;
    }
}

.heading-wrapper {
    display: flex;
}

h1 {
    display: inline;
    margin-left: 15px;
}

.glyphicon-menu-hamburger {
    font-size: 30px;
    color: #B4B4B4;
}

.theme-positive,
.theme-negative {
    padding: 20px 0;
    background-color: #4d4d4d;
    color: #fff;
}

.theme-positive h1,
.theme-positive th {
    color: #51BFA9;
}

.theme-positive .bg-accent {
    background-color: #51BFA9;
}

.theme-negative h1,
.theme-negative th {
    color: #F36F7B;
}

.theme-negative .bg-accent {
    background-color: #F36F7B;
}

.bg-accent h2,
.bg-accent h5 {
    color: black;
}

.bg-darker {
    background-color: black;
}

.theme-positive .bg-darker h2 {
    color: #51BFA9;
}

.theme-negative .bg-darker h2 {
    color: #F36F7B;
}

.bg-medium {
    background-color: #666;
}

.bg-accent,
.bg-darker,
.bg-medium {
    padding: 20px;
}

.corrections-table>thead>tr>th {
    font-size: 18px;
    line-height: 1em;
    vertical-align: top;
    border-bottom: none;
}

.corrections-table tbody tr {
    border-top: 1px solid #737373;
}

@media (max-width: 767px) {
    .corrections-table tbody tr td:first-child:before {
        content: 'Area';
        color: #51BFA9;
        display: block;
        font-weight: 500;
    }
    .corrections-table tbody tr td:nth-child(2):before {
        content: 'Possible Cause';
        color: #51BFA9;
        display: block;
        font-weight: 500;
    }
    .corrections-table tbody tr td:nth-child(3):before {
        content: 'Possible Correction';
        color: #51BFA9;
        display: block;
        font-weight: 500;
    }
    .corrections-table tbody tr td:nth-child(3):after {
        margin: 20px;
    }
}

@media (min-width: 768px) {
    .corrections-table {
        margin-top: -15px;
    }
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: none;
}

@media (max-width: 767px) {
    table.table-block-xs tr {
        padding-top: 12px;
        padding-bottom: 30px;
    }
    table.table-block-xs td {
        display: block;
    }
}

@media (min-width: 768px) {
    .collapse {
        display: block;
    }
}

.collapse-content {
    padding-top: 15px;
}

@media (max-width: 767px) {
    .collapse-content {
        padding-left: 0px;
    }
}

.modal-nav {
    color: #fff;
}

@media (min-width: 768px) {
    .modal-nav .modal-dialog {
        width: 40%;
        margin: 0;
    }
}

.modal-nav .modal-content {
    background-color: #000;
    padding: 30px;
    border-radius: 0;
}

.modal-nav h1 {
    color: #fff;
    font-size: 30px;
}

.nav-list {
    list-style-type: none;
    padding-left: 0;
    font-size: 2em;
    margin: 30px 0;
}

.nav-list li {
    line-height: 2.5em;
}

.nav-list a {
    color: #7EB7E1;
}


/* Dots */

.slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: inherit;
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #404040;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}

.glyphicon-menu-hamburger {
    cursor: pointer;
}

@media (max-width: 767px) {
    .table>tbody>tr>td {
        padding-left: 0px;
    }
}

.defect-title {
    color: white !important;
}

#placeholder {
    color: #737373;
    text-align: center;
    margin-top: 30%;
    font-size: 18pt;
}

footer {
    position: relative;
    margin-top: 40px;
    width: 100%;
}

.footer-icon {
    position: relative;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}

.footer-icon img {
    width: 100%;
}

.footer-text {
    position: relative;
    margin-top: 5px;
    width: 225px;
    margin-left: auto;
    text-align: center;
    font-family: serif;
    margin-right: auto;
}


/*# sourceMappingURL=styles.css.map */
