html {
    -ms-overflow-style: scrollbar;
}

body {
    overflow-y: scroll;
    overflow-x: hidden;
}

:focus {
    outline: 0 !important;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    padding: 3px;
}

.modalContent {
    padding: 10px;
}

.modal-body {
    max-height: none !important;
    overflow: auto;
}

input[type="text"], input[type="password"], input[type="date"], input[type="email"], input[type="tel"], select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.required:after {
    content: "*";
    color: inherit;
}

form {
    margin-top: 0;
}

/* custom disabled */
.disabled {
    opacity: .25;
    cursor: not-allowed;
    pointer-events: none;
}

.question.disabled {
    opacity: .25;
    cursor: not-allowed;
    pointer-events: none;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #de6a2e !important;
}

/* custom directions link */
a.directions {
    border-bottom: none !important;
}

/* responsive overrides */
body.xs #hero .text {
    padding-top: 10px;
}

body.browser-safari.sm #hero .text, body.md #hero .text {
    padding-top: 40px;
    padding-left: 25px;
}

body.browser-ie.xs #hero .person, body.browser-ie.sm #hero .person {
    display: none;
}

body.xs #lstContactReason .input-group div.center {
    padding-left: 0;
}

body.xs #lstContactReason .radio {
    display: inline-block;
    margin-right: 0;
}

body.xs #lstContactReason .radio label {
    white-space: nowrap !important;
}

body.md #DeleteInformationLink, body.lg #DeleteInformationLink, body.xl #DeleteInformationLink {
    text-align: left;
}

body.xs #DeleteInformationLink, body.sm #DeleteInformationLink {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
}

body.md #PersonalInformationButton, body.lg #PersonalInformationButton, body.xl #PersonalInformationButton {
    text-align: right;
}

body.xs #PersonalInformationButton, body.sm #PersonalInformationButton {
    text-align: center;
}

/* infographics */
.infographics img {
    padding-bottom: 0;
}

.infographic-wrapper .infographic {
    position: relative;
    margin: 0 0 30px 0;
}

    .infographic-wrapper .infographic .content, .infographic-wrapper .infographic .share-links {
        position: relative;
    }

    .infographic-wrapper .infographic i.fa {
        color: #fff;
    }

    .infographic-wrapper .infographic a.btn-fa-icon:link, .infographic-wrapper .infographic a.btn-fa-icon:visited {
        display: block;
        min-width: 15px;
        height: 45px;
        width: 25%;
        margin: 0 0 30px 0;
        padding: 15px 0;
        float: left;
        border: none !important;
        background: #666;
        font-family: Arial;
        font-weight: bold;
        font-size: 15px;
        line-height: 15px;
        text-align: center;
        text-decoration: none;
        color: #ffffff !important;
    }

    .infographic-wrapper .infographic a.btn-fa-icon:hover {
        text-decoration: underline;
        opacity: 1;
        border: none !important;
    }

    .infographic-wrapper .infographic a.btn-fa-icon.facebook:link, .infographic-wrapper .infographic a.btn-fa-icon.facebook:visited {
        background: #3B5998;
    }

    .infographic-wrapper .infographic a.btn-fa-icon.facebook:hover, .infographic-wrapper .infographic a.btn-fa-icon.facebook:active {
        background: #314979;
    }

    .infographic-wrapper .infographic a.btn-fa-icon.twitter:link, .infographic-wrapper .infographic a.btn-fa-icon.twitter:visited, .infographic-wrapper .infographic a.btn-fa-icon.twitter-mobile:link, .infographic-wrapper .infographic a.btn-fa-icon.twitter-mobile:visited {
        background: #00ACED;
    }

    .infographic-wrapper .infographic a.btn-fa-icon.twitter:hover, .infographic-wrapper .infographic a.btn-fa-icon.twitter:active, .infographic-wrapper .infographic a.btn-fa-icon.twitter-mobile:hover, .infographic-wrapper .infographic a.btn-fa-icon.twitter-mobile:active {
        background: #188cbc;
    }

    .infographic-wrapper .infographic a.btn-fa-icon.expand:link, .infographic-wrapper .infographic a.btn-fa-icon.expand:visited {
        background: #1d3d5d;
    }

    .infographic-wrapper .infographic a.btn-fa-icon.expand:hover, .infographic-wrapper .infographic a.btn-fa-icon.expand:active {
        background: #18324c;
    }

    .infographic-wrapper .infographic a.btn-fa-icon.download:link, .infographic-wrapper .infographic a.btn-fa-icon.download:visited {
        background: #1974a8;
    }

    .infographic-wrapper .infographic a.btn-fa-icon.download:hover, .infographic-wrapper .infographic a.btn-fa-icon.download:active {
        background: #1b5f86;
    }

@media (min-width: 768px) {
    .infographic-wrapper .infographic a.btn-fa-icon:link, .infographic-wrapper .infographic a.btn-fa-icon:visited {
        width: 25%;
    }
}

@media (min-width: 992px) {
    .infographic-wrapper .infographic .content {
        overflow: visible;
    }

    .infographic-wrapper .infographic .share-links {
        display: none;
        position: absolute;
        width: 100%;
        padding: 50%;
        left: 0;
        top: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

    .infographic-wrapper .infographic .share-links-inner {
        width: 150px;
        height: 150px;
        margin: -65px 0 0 -75px;
    }

    .infographic-wrapper .infographic a.btn-fa-icon:link, .infographic-wrapper .infographic a.btn-fa-icon:visited {
        width: 75px;
        height: 75px;
        margin: 0;
        padding: 0;
        line-height: 75px;
        font-size: 18px;
    }

    .infographic-wrapper .infographic:hover .share-links {
        display: block;
    }
}
