html,
body {
    overflow-x: hidden;
}

body {
    /*
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    */
    min-height: 100vh;
}

.ds-container {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.ds-sh {
    font-weight: normal;
}

#ds-bar {
    background: #3a454c;
}

#ds-banner::after {
    content: '';
    background: rgba(46, 95, 128, .8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
@media (min-width: 768px) {
    #ds-banner::after {
        right: 50%;
    }
}
#ds-banner {
    background: url(../images/AdobeStock_94760807.jpg) no-repeat right bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 10px solid #3a454c;
    position: relative;
}
#ds-banner > .container {
    height: 400px;
    position: relative;
}
@media (min-width: 768px) {
    #ds-banner > .container {
        height: 500px;
        padding: 40px;
        right: 50%;
        left: 0;
    }
}

#ds-banner .ds-content {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    max-width: 500px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
@media (min-width: 768px) {
    #ds-banner .ds-content {
        max-width: none;
        padding-right: 40px;
        right: 50%;
        left: 0;
    }
    .nav.navbar-nav.navbar-right {
        height: 50px;
        display: flex;
        align-items: center;
    }
}

.nav.navbar-nav.navbar-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

#ds-main {
    background: #fff;
    min-height: 400px;
    /*
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    */
}

#ds-foot {
    text-align: center;
    color: #fff;
    border-top: 10px solid #3a454c;
    background: #2e5f80;
    padding-top: 20px;
    padding-bottom: 20px;
}
#ds-foot img {
    max-width: 250px;
    margin: 0 auto;
    display: block;
    opacity: .1;
}
#ds-foot {
    color: #fff;
}
#ds-foot a,
#ds-foot a:visited {
    color: #dec07a;
    text-decoration: none;
}
#ds-foot a:visited:hover,
#ds-foot a:focus,
#ds-foot a:focus:hover,
#ds-foot a:hover,
#ds-foot a:active {
    color: #dec07a;
    text-decoration: underline;
}
#ds-foot ul,
#ds-foot li {
    margin: 0;
    padding: 0;
}
#ds-foot li {
    list-style: none;
}
#ds-foot li + li {
    margin-top: 5px;
}
@media (min-width: 992px) {
    #ds-foot {
        text-align: left;
    }
}

#ds-meta {
    background: #3a454c;
    padding: 20px 0;
}
#ds-meta p {
    font-size: 12px;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, .3);
    text-align: center;
    margin: 0;
    padding: 0;
}

#ds-page {
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (min-width: 768px) {
    #ds-page {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.ds-content > :first-child {
    margin-top: 0 !important;
}
.ds-content > :last-child {
    margin-bottom: 0 !important;
}

.ds-nav::after {
    content: "";
    display: table;
    clear: both;
}
.ds-nav,
.ds-nav > li {
    margin: 0;
    padding: 0;
}
.ds-nav {
    margin-left: -10px;
    margin-right: -10px;
}
.ds-nav > li {
    list-style: none;
    float: left;
    position:  relative;
}
.ds-nav > li.ds-nav-pull {
    margin-top: -10px;
    clear: left;
    width: 100%;
}
@media (min-width: 480px) {
    .ds-nav > li.ds-nav-pull {
        margin-top: 0;
        clear: none;
        width: auto;
    }
}
@media (min-width: 768px) {
    .ds-nav > li.ds-nav-pull {
        float: right;
    }
}
.ds-nav > li > a,
.ds-nav > li > span {
    display: block;
    padding: 10px;
}
.ds-nav > li > a,
.ds-nav > li > a:visited,
.ds-nav > li > a:visited:hover,
.ds-nav > li > a:focus,
.ds-nav > li > a:focus:hover,
.ds-nav > li > a:hover,
.ds-nav > li > a:active {
    color: #fff;
    text-decoration: none;
}

#ds-language {
    width: 100%;
    display: block;
}
@media (min-width: 768px) {
    #ds-language {
        width: auto;
        display: inline-block;
    }
}

.ds-module + .ds-module {
    margin-top: 40px;
}
.ds-module > :first-child {
    margin-top: 0 !important;
}
.ds-module > :last-child {
    margin-bottom: 0 !important;
}

.ds-deciders {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    width: 100% !important;
    justify-content: center;
    align-items: top;
}

.ds-deciders li {
    list-style: none;
}

.ds-deciders a {
    padding: 1rem;
    width: 250px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.ds-deciders img {
    height: 150px;
    width: auto;
}

.ds-deciders p {
    text-align: center;
}

.ds-deciders a {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.05em;
    border: 8px solid #52a2a3;
    -webkit-border-radius: 16px;
       -moz-border-radius: 16px;
            border-radius: 16px;
    background-repeat: no-repeat;
    background-position: center 10px;
    -webkit-background-size: 65% 65%;
       -moz-background-size: 65%;
         -o-background-size: 65%;
            background-size: 65%;
}
.ds-deciders a,
.ds-deciders a:visited,
.ds-deciders a:visited:hover,
.ds-deciders a:focus,
.ds-deciders a:focus:hover,
.ds-deciders a:hover,
.ds-deciders a:active {
    color: #52a2a3;
    text-decoration: none;
}

.ds-guided::after {
	content: "";
	display: table;
	clear: both;
}
.ds-guided,
.ds-guided li {
    margin: 0;
    padding: 0;
}
.ds-guided {
    border-top: 2px solid #eee;
    padding-top: 10px;
    margin-top: 40px;
}
.ds-guided li {
    list-style: none;
    float: left;
}
.ds-guided li + li {
    margin-left: 5px;
}
.ds-guided .ds-guided-prev,
.ds-guided .ds-guided-next {
    float: right;
}

.ds-logo-alt {
    line-height: 1;
    text-indent: -999em;
    white-space: nowrap;
    width: 60px;
    height: 40px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.ds-logo-alt a {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    padding: 0;
    background-image: url(../images/dd-mark-compact.white.rgb.svg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    display: block;
}
.ds-logo-alt a:active,
.ds-logo-alt a:focus {
    outline: none;
}

.ds-survey > .row {
    margin-bottom: 5px;
}

.ds-survey-header {
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-align: center;
    display: none;
    -webkit-transition: background-color 100ms linear, color 50ms linear;
    -o-transition: background-color 100ms linear, color 50ms linear;
    -moz-transition: background-color 100ms linear, color 50ms linear;
    transition: background-color 100ms linear, color 50ms linear;
}
.is-sticky .ds-survey-header {
    color: #fff;
    background-color: rgba(58, 69, 76, 0.9);
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
/* 
.ds-survey-header .row > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
} */
.ds-survey-header .row > div {
    font-size: smaller;
    text-align: center;
    line-height: 1.3;
    position: relative;
    height: 80px;
}
.ds-survey-header .row > div > span {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 3px;
    right: 3px;
}
@media (min-width: 992px) {
    .ds-survey-header {
        display: block;
    }
}

.ds-survey-body {
    margin-top: 20px;
}
.ds-survey-body > .row {
    padding: 20px 10px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}
.ds-survey-body > .row:not(:last-child):hover {
    background: #eee;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .25);
       -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .25);
            box-shadow: inset 0 0 3px rgba(0, 0, 0, .25);
}
.ds-survey-body > .row + .row {
    margin-top: 10px;
}
@media (min-width: 992px) {
    .ds-survey-body > .row {
        min-height: 60px;
    }
}

.ds-survey-body > .row.ds-incomplete {
    background: rgba(255, 193, 7, 0.5);
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .25);
       -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .25);
            box-shadow: inset 0 0 3px rgba(0, 0, 0, .25);
}

.ds-survey-question {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 5px;
}
.ds-survey-question::after {
    content: "";
    display: table;
    clear: both;
}
.ds-survey-question > :first-child {
    margin: 0 10px 0 0;
    float: left;
    display: inline;
}
.ds-survey-question > :last-child {
    margin: 0;
    overflow: auto;
    display: block;
}
@media (min-width: 992px) {
    .ds-survey-question {
        margin: 0;
    }
}

.ds-survey-body .btn {
    font-size: 20px;
}

.ds-survey-footer {
    margin-top: 40px;
}

.ds-grader {
    white-space: normal;
}
.ds-grader:hover {
    border-color: #1d4567;
    -webkit-box-shadow: 0 0 5px #1d4567 !important;
    -moz-box-shadow: 0 0 5px #1d4567 !important;
    box-shadow: inset 0 0 0 3px #1d4567 !important;
}
.ds-grader span + span {
    display: block;
}
.ds-grader span:first-child {
    display: none;
}
@media (min-width: 992px) {
    .ds-grader span + span {
        display: none;
    }
    .ds-grader span:first-child {
        display: block;
    }
}

.ds-selected-answer,
.ds-selected-answer:visited,
.ds-selected-answer:visited:hover,
.ds-selected-answer:focus,
.ds-selected-answer:focus:hover,
.ds-selected-answer:hover,
.ds-selected-answer:active {
    color: #347934;
    background-color: #fff;
    border-color: #449d44;
    -webkit-box-shadow: 0 0 5px #449d44 !important;
    -moz-box-shadow: 0 0 5px #449d44 !important;
    box-shadow: inset 0 0 0 3px #449d44 !important;
    z-index: 1000;
}

.ds-answers .row > div {
    xmargin-bottom: 2px;
    padding: 2px;
}
@media (min-width: 992px) {
    .ds-answers .row > div {
        xmargin-bottom: 0;
    }
}

.ds-pad {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.ds-pad > :first-child {
    margin-top: 0 !important;
}
.ds-pad > :last-child {
    margin-bottom: 0 !important;
}

.ds-icon-info {
    display: inline-block;
    max-width: 1.25em;
    position: relative;
    top: -5px;
    cursor: pointer;
    cursor: hand;
    opacity: 0.5;
    -webkit-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}
.ds-icon-info:hover {
    opacity: 1;
}

.ds-btn-group {
    margin: -10px 0 0 -10px;
}
.ds-btn-group .btn {
    margin: 10px 0 0 10px;
}

.ds-good,
.ds-bad {
    display: none;
}

.ds-gridded .row > div {
    padding: 10px;
}
.ds-gridded > .row {
    border-bottom: 1px solid #ccc;
}
.ds-gridded > .row:first-child {
    border-bottom: 1px solid #000;
}
.ds-gridded > .row:last-child {
    border-bottom: 0;
}
.ds-gridded .ds-btn-group {
    margin: -5px 0 0 -5px;
}
.ds-gridded .ds-btn-group .btn {
    margin: 5px 0 0 5px;
}
.ds-gridded .ds-labeler {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 18px;
}
