:root {
    --red: #c8102e;
    --grey: #ccc;
    --grey-alt: #666
}

/* SITEWIDE ---------------------------- */
* {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}
main, body {
    margin: 0;
    padding: 0;
}
body {
    background: #000;
}
main {
    background: #FFF;
}
header {
    position: fixed;
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.9);
    padding: 1.0625rem 1.125rem;
    backdrop-filter: blur(2px);
    border-bottom: .5px solid rgba(0,0,0,.1);
}
header a {
    display: block;
    line-height: 0;
}
header a img {
    max-width: 100%;
    height: auto;
}
.pageHeader {
    height: 12.5rem;
    background: url('/Content/Images/pageheader.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    position: relative;
}
.pageHeader:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,.66);
}

.dcn-centers > tr:nth-child(odd) {
    background-color: #CDEDFA !important;
}

.dcn-centers > tr:nth-child(even) {
    background-color: #E6F7FE !important;
}

/* WRAPS ------------------------------- */
.wrap {
    margin: 0 auto;
}
.split-content.wrap {
    max-width: 56.4375rem;
    padding-top: 4.375rem;
    padding-bottom: 7.0625rem;
}
.full-width.wrap {
    max-width: 40.5rem;
    padding-top: 3.9375rem;
}
.thank-you .full-width.wrap {
    padding-bottom: 4.375rem;
}
.verification .full-width.wrap {
    padding-bottom: 14.3125rem;
}
body>footer>.wrap {
    max-width: 70.8125rem;
    overflow:visible;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

/* TEXT - GENERAL ---------------------- */
a {
    color: var(--red);
    transition: all .2s ease;
}
p {
    margin-top: 0;
}
strong {
    color: var(--red);
}
h1 {
    color: var(--red);
    font-weight: 700;
    margin-top: 0;
}
h1 span {
    font-weight: 300;
    color: #000;
}

.btn-primary {
    background-color: var(--red) !important;
    color: #FFF !important;
    border: 0 !important;
    transition: all .2s ease !important;
    cursor: pointer !important;
}
    .btn-primary:hover, .btn-primary:focus {
        background: #000 !important;
        color: #FFF !important;
    }

.panel-primary {
    border-color: #CCC;
    }
    .panel-primary > .panel-heading {
        background: #999;
        color: #FFF;
    }



.form-control {
    display: block !important;
    width: 100% !important;
    height: 34px;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}



img {
    vertical-align: middle !important;
    border: 0 !important;
    height: auto !important;
    width: auto !important;
    padding: 0 !important;
}

a:hover {
    color: var(--purple) !important;
}


h1 {
    color: var(--purple);
    font-weight: 700;
    margin-top: 0;
}





.dropdown {
    color: black;
    border-color: #ebecee;
    padding: 0 !important;
}



.dropdown-menu  {
    position: absolute;
    top: 100%;
    //left: 0;
    color: black;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100px;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px;
    text-align: left;
    list-style: none;
   
}


.dropdown-menu > li > button[type="submit"] {
    height: 50px;
    padding: 0 !important;
}


.dropdown-menu > li > button[type="submit"]:hover {
    background-image: none;
    background-color: #ebecee;
    color: black;
    padding: 0 !important;
}

main ul li:before {
    color: var(--red);
}

/* MAIN FORM --------------------------- */
label span, .label-style span {
    color: var(--red);
}
label span em {
    font-size: 0.9375rem;
    font-weight: 300;
    font-style: italic;
}
.content-left p {
    line-height: 1.75em;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], select {
    width: 100%;
    border: 1px solid var(--grey);
    border-radius: 4px;
    padding: .5rem;
    color: var(--grey-alt);
}
.form-group.grey-background {
    background: rgba(0,0,0,.1) !important;
    border: 1px solid var(--grey) !important;
    padding: 1rem !important;
}
.g-recaptcha, button {
    margin-top: 1.5rem;
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
fieldset legend {
    padding: 0;
}
.hipaa-release {
    position: relative;    
}
.hipaa-release input {
    position: absolute;
    top: 2px;
    left: 0;
}
.hipaa-release label {
    display: block;
    padding-left: 1.5625rem;
}
.list-group-item.active, .list-group-item.active:hover {
    background-color: #C8102E;
}




/* NEWLY ADDED FROM OLDER CSS --------------------------- */


.input-group-addon {
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }


    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }


.label-danger {
    background-color: #d9534f;
}


.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.modal-content {
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.label-default {
    background-color: #777;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #5e5e5e;
    }


/* THANK YOU / VERIFICATION PAGES ------ */
.thank-you main p, .thank-you main ul, .verification main p {
    font-weight: 300;
}
.thank-you main p, .thank-you main ul {
    margin-top: 1.5625rem;
}
.thank-you main a {
    text-decoration: none;
}
.verification p {
    margin-bottom: 1.5625rem;
}

/* FOOTER ------------------------------ */
/* FAMILY BAR */
#nkr-familybar{
  border-top:1px solid rgba(0,0,0,.2);
  background-color:#fff;
  font-size:16px;
  text-align:center;
  clear:both;
}
#nkr-familybar nav{
  display:inline-block;
  font-size: 1.4rem;
}
#nkr-familybar span{
  position:relative;
  display:inline-block;
  padding-left:2.2em;
}
#nkr-familybar svg{
  width:1.8em;
  height:1.8em;
  position:absolute;
  top:50%;
  left:0;
  transform:translatey(-50%)
}
#nkr-familybar ul{
  display:contents;
  white-space:collapse;
  font-size:0;
}
#nkr-familybar li{
  display:inline;
  white-space: nowrap;
  font-size:1.4rem;
}
#nkr-familybar a{
  border:1px solid rgba(206,14,45,0);
  border-radius:.25em;
  color: #c8102e;
  display:inline-block;
  padding:0 .5em;
  text-decoration:none;
  transition:border-color .3s ease;
}
/* /family bar */

body>footer{background-color:#000;padding:1.5rem 0;color:#999;font-size:1.2rem;}
body>footer a:link, body > footer a:visited {color:#FFF; text-decoration: none;}
body>footer a.active, body > footer a:hover {text-decoration:none;color:#EEE;}
body>footer .fatFooter{margin-bottom:3rem;}
body>footer nav, body>footer nav div {display: inline;}
body>footer>.wrap #web-solutions a{opacity:.4}
body>footer ul li {padding-left: 0;}

.social-links {display: flex; align-items: center; justify-content: center; list-style: none;}
.social-links li + li {margin-left: 0.6875rem;}
.social-links a {position: relative; display: block; width: 18px; height: 18px;}
.social-links a:before {content: ""; background-size: contain; background-position: center; background-repeat: no-repeat; top: 0; left: 0; width: 100%; height: 100%; position: absolute;}
.social-links .facebook:before {background-image: url(images/icons/facebook-wt.svg);}
.social-links .instagram:before {background-image: url(images/icons/instagram-wt.svg);}
.social-links .twitter:before {background-image: url(images/icons/twitter.svg);}
.social-links .youtube:before {background-image: url(images/icons/youtube-wt.svg);}
.social-links .linkedin:before {background-image: url(images/icons/linkedin-wt.svg);}
  

/* DESKTOP STYLES - MIN 751 */
@media only screen and (min-width: 46.9375rem) {
    h1 {font-size: 2.25rem;}
    .wrap {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }    
    .split-content.wrap {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 3.75rem;
    }
    .split-content.wrap > * {width: calc(50% - 1.875rem);}
    .split-content .content-right {padding-top: 0.75rem;}

    fieldset .fieldset-options {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    #nkr-familybar{
            line-height:2.125em;
            padding:.5em .5em .25em;
    }
    #nkr-familybar span{
            padding-right:.25em;
    }
    #nkr-familybar li:before{
            content:"\00A0\2022\00A0";
            display:contents;
    }
    #nkr-familybar a{line-height:2em;}      
    #nkr-familybar a:hover,
    #nkr-familybar a:active{
            text-decoration:none;
            border-color:rgba(206,14,45,1);
    }

    body>footer .fatFooter {display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-flex-wrap: nowrap;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;-webkit-align-content: stretch;-ms-flex-line-pack: stretch;align-content: stretch;-webkit-align-items: stretch;-ms-flex-align: stretch;align-items: stretch;}
    body>footer .wrap #web-solutions {float:right;margin-left:11px}
    body>footer .wrap nav li:not(:last-of-type) span:before, body>footer .wrap nav li:first-of-type:before {content: "|"; margin: 0 0.5em}
    body>footer>.wrap ul {display: inline-flex; margin: 0;}
    body>footer .social-links a:hover {opacity: .7;}
    body>footer a:hover, footer a:active{text-decoration: underline; color: #FFF;}
    body>footer>.wrap #web-solutions a:hover{opacity:.8}

    /* 1400 */
    @media (max-width: 87.5em) {
        #nkr-familybar {font-size: 0.9375rem;}
        #nkr-familybar svg {width: 1.5em; height: 1.5em;}
        #nkr-familybar nav, #nkr-familybar li {font-size: 0.8125rem;}
        #nkr-familybar span {padding-right: 0; padding-left: 1.75em;}
        #nkr-familybar a {padding: 0 0.25em;}
    }

    /* 1250 */
    @media (max-width: 78.125em) {
        #nkr-familybar span {display: none;}
        #nkr-familybar ul li:first-child:before {content: none;}
        #nkr-familybar nav, #nkr-familybar li {font-size: 0.7813rem;}

        body>footer nav {display: block;}
        body>footer .wrap nav li:first-of-type:before {content: none;}
    }

    /* 900 */
    @media (max-width: 56.25em) {
        .split-content.wrap {gap: 2rem;}
        .split-content.wrap > * {width: calc(50% - 1rem);}
    }
}


/* MOBILE STYLES - MAX 750 */
@media only screen and (max-width: 46.875em) {
    h1 {font-size: 2rem;}
    .wrap {
        padding-left: 5vw;
        padding-right: 5vw;
    }    

    header a {display: block; text-align: center;}

    .split-content > * + * {margin-top: 2rem;}

    /* FAMILY BAR */
    #nkr-familybar {
        padding:1em .5em;
    }
    #nkr-familybar span {
        margin-bottom: .5rem;
    }
    #nkr-familybar a {
        line-height: 1.7em;
    }
    #nkr-familybar li {
        display: block;
        line-height: 1em;
    }
    /* /family bar */

    body>footer .wrap {display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-direction: column;-webkit-box-orient: vertical;-webkit-box-direction: normal;flex-direction: column;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-ms-flex-pack: start;-webkit-box-pack: start;justify-content: flex-start;-ms-flex-line-pack: stretch;align-content: stretch;-ms-flex-align: stretch;-webkit-box-align: stretch;align-items: stretch; text-align: center;}
    body>footer .wrap nav {display: block}
    #web-solutions{ -ms-flex-order: 1;  -webkit-box-ordinal-group: 2; order: 1;}

}

.progress-tracker-wrapper {
    padding-right: 36px;
}

.progress-tracker {
    padding: 20px;
    display: flex;
    gap: 0;
}

    .progress-tracker > * {
        flex: 1 1 0;
        min-width: 100px;
        position: relative;
        height: 100px;
        line-height: 100px;
        padding: 0 20px;
        border: 1px solid #ccc;
        margin-right: 4px;
        background-color: #EEE;
        display: flex;
        align-items: center;
    }

        .progress-tracker > *:not(:last-child):after {
            content: '';
            border-top: 1px solid #ccc;
            border-right: 1px solid #ccc;
            width: 71px;
            height: 71px;
            position: absolute;
            right: 0;
            top: -4px;
            background-color: #EEE;
            z-index: 150;
            -webkit-transform: translate(37px,18px) rotate(45deg);
            -moz-transform: translate(37px,18px) rotate(45deg);
            -ms-transform: translate(37px,18px) rotate(45deg);
            -o-transform: translate(37px,18px) rotate(20deg);
            transform: translate(37px,18px) rotate(45deg);
        }

        .progress-tracker > *:not(:first-child) {
            flex-basis: 60px;
            margin-left: 0;
        }

        .progress-tracker > *:last-child:after {
            content: '';
            border: 1px solid #ccc;
            border-width: 1px 1px 1px 0;
            width: 35px;
            height: 100px;
            position: absolute;
            right: -35px;
            background-color: #EEE;
            z-index: 150;
        }

        .progress-tracker > *.clickable {
            cursor: pointer;
            font-weight: bold;
        }

        .progress-tracker > *.success, .progress-tracker > *.success:after {
            background-color: #198754;
            color: white;
        }

            .progress-tracker > *.success.clickable:hover, .progress-tracker > *.success.clickable:hover:after {
                background-color: #106d42;
            }

        .progress-tracker > *.primary, .progress-tracker > *.primary:after {
            background-color: #0d6efd;
            color: white;
        }

            .progress-tracker > *.primary.clickable:hover, .progress-tracker > *.primary.clickable:hover:after {
                background-color: #0856cc;
            }

        .progress-tracker > *.warning, .progress-tracker > *.warning:after {
            background-color: #ffc107;
            color: black;
        }

            .progress-tracker > *.warning.clickable:hover, .progress-tracker > *.warning.clickable:hover:after {
                background-color: #ca9a08;
            }

        .progress-tracker > *.danger, .progress-tracker > *.danger:after {
            background-color: #dc3545;
            color: white;
        }

            .progress-tracker > *.danger.clickable:hover, .progress-tracker > *.danger.clickable:hover:after {
                background-color: #ac212f;
            }

    .progress-tracker .text {
        position: relative;
        left: 20px;
        z-index: 200 !important;
        text-align: center;
        line-height: 20px;
        width: 100%;
    }

    .progress-tracker .helpText {
        position: absolute;
        top: 100px;
        left: 20px;
        text-align: center;
        line-height: 12px;
        font-size: 12px;
        width: 100%;
        z-index: 200 !important;
        color: #000;
    }

    .progress-tracker .success .text::after {
        content: "";
        position: absolute;
        right: -30px; /* tweak position */
        top: 50%;
        width: 30px;
        height: 30px;
        transform: translateY(-50%);
        pointer-events: none;
        opacity: .38;
        background-color: currentColor;
        -webkit-mask: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">\
<path fill="%23fff" d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>\
<path fill="%23fff" d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"/>\
</svg>') center / 100% 100% no-repeat;
        mask: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">\
<path fill="%23fff" d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>\
<path fill="%23fff" d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"/>\
</svg>') center / 100% 100% no-repeat;
    }

    .progress-tracker .clickable .text::after {
        content: "";
        position: absolute;
        right: -30px; /* tweak position */
        top: 50%;
        width: 30px;
        height: 30px;
        transform: translateY(-50%);
        pointer-events: none;
        opacity: .80;
        background-color: currentColor;
        -webkit-mask: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">\
<path fill="%23fff" d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814z"/>\
</svg>') center / 100% 100% no-repeat;
        mask: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">\
<path fill="%23fff" d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814z"/>\
</svg>') center / 100% 100% no-repeat;
    }