@-webkit-keyframes logoanimation {
    0% {
        -webkit-transform: scale3d(0, 0, 0);
        opacity: 0
    }

    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        opacity: 1
    }
}

@keyframes logoanimation {
    0% {
        transform: translate3d(0, -100pt, -100pt);
        transform: scale3d(0, 0, 0);
        opacity: 0
    }

    80% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        transform: scale3d(1, 1, 1);
        opacity: 1
    }
}

@-webkit-keyframes headerAnimation {
    0% {
        background: url(/custom_bkgheader.jpg) no-repeat 1000pt center
    }

    100% {
        background: url(custom_bkgheader.jpg) no-repeat center right
    }
}

@keyframes headerAnimation {
    0% {
        background: url(custom_bkgheader.jpg) no-repeat 1000pt center
    }

    100% {
        background: url(custom_bkgheader.jpg) no-repeat center right
    }
}

::selection {
    background: #F6C509;
    color: #1D1D1D
}

::-moz-selection {
    background: #F6C509;
    color: #1D1D1D
}

body {
    background-color: #3E3B3B;
    font-family: "Segoe UI", "Helvetica", sans-serif
}

h1 {
    margin-top: 2rem;
    left: 12pt;
    position: relative;
    color: white;
    text-transform: uppercase;
    font-size: 68px;
    line-height: 68px;
    user-select: none
}

h2 {
    color: #BDBDBD;
    left: 12pt;
    position: relative;
    font-size: 21px;
    line-height: 21px;
    user-select: none
}

h3 {
    font-size: 14pt;
    font-weight: 700;
    margin: 25pt 0 5pt 0;
    padding-bottom: 5pt;
    border-bottom: 3pt solid #F6C509
}

em {
    font-family: "Times New Roman", serif
}

.headingbar {
    background-color: #1D1D1D;
    text-rendering: optimizeLegibility;
    color: white;
    padding: 5pt;
    text-indent: 10pt;
    font-size: 20px;
    position: relative;
    z-index: 1000;
    user-select: none
}

.hrline_army {
    background-color: #F6C509;
    height: 11pt;
    margin: 0;
    border-top: 2pt solid #707070;
    border-bottom: 4pt solid #707070;
    position: relative;
    z-index: 1000
}

.mainnav {
    padding-left: 0;
    padding-right: 0;
    text-rendering: optimizeLegibility;
    text-overflow: ellipsis;
    box-shadow: 0 0 75pt 0 rgba(255, 255, 255, .4);
    display: block;
    border-right: 1pt solid rgba(255, 255, 255, .3)
}

.mainnav a.mainitem {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 38px;
    font-weight: lighter;
    -webkit-transition: all 750ms;
    transition: all 750ms;
    border-bottom: 1pt solid white;
    text-indent: 15pt;
    padding: 5pt 0;
    user-select: none
}

.mainnav a.mainitem:first-of-type {
    border-top: 1pt solid white
}

.mainnav a.mainitem:hover {
    color: #F6C509;
    text-decoration: none;
    background-color: #1D1D1D
}

.mainnav a.subitem {
    text-align: center;
    padding: 15pt 0;
    display: block;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-perspective: 1000pt;
    -webkit-perspective: 1000pt;
    perspective: 1000pt
}

.mainnav a.subitem:hover {
    -moz-transform: scale3d(.8, .8, .8);
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8)
}

#content .row {
    margin-bottom: 15pt
}

header {
    color: white;
    background-color: #1D1D1D;
    border: 1pt solid #707070;
    padding: 5pt;
    font-size: 20px;
    font-weight: lighter;
    text-align: center;
    user-select: none
}

article {
    color: #1D1D1D;
    padding: 15pt;
    font-size: 11pt;
    min-height: 250pt
}

#footernav {
    text-rendering: optimizeLegibility;
    background-color: #1D1D1D;
    position: relative;
    z-index: 1000
}

#footernav a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: lighter;
    margin: 70pt 10px 30pt 10px;
    -webkit-transition: color 750ms;
    transition: color 750ms;
    user-select: none
}

@media (min-width:575.96px) and (max-width:1199.98px) {
    #footernav a:last-of-type {
        padding-bottom: 100pt
    }

    #footernav a {
        display: block;
        padding: 20pt 0
    }
}

@media (max-width:575.98px) {
    #footernav a {
        display: block;
        margin: auto
    }
}

#footernav a:hover {
    color: #F6C509;
    text-decoration: none
}

#os56logo {
    margin: 10pt
}

.chaplainseal {
    height: 122px;
    margin: 1rem 0;
    opacity: 0;
    position: relative;
    -webkit-perspective: 200pt;
    perspective: 200pt;
    -webkit-animation: logoanimation 1500ms 1000ms ease-out forwards;
    animation: logoanimation 1500ms 1000ms ease-out forwards
}

.armylogo {
    max-width: 100px;
    margin: 1rem;
    opacity: 0;
    position: relative;
    -webkit-perspective: 200pt;
    perspective: 200pt;
    -webkit-animation: logoanimation 1500ms 1000ms ease-out forwards;
    animation: logoanimation 1500ms 1000ms ease-out forwards
}

.customcolumn {
    background-color: white;
    padding-left: 0;
    padding-right: 0
}

@-webkit-keyframes logoanimation {
    0% {
        -webkit-transform: scale3d(0, 0, 0);
        opacity: 0
    }

    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        opacity: 1
    }
}

@keyframes logoanimation {
    0% {
        transform: scale3d(0, 0, 0);
        opacity: 0
    }

    80% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        transform: scale3d(1, 1, 1);
        opacity: 1
    }
}

::selection {
    background: #F6C509;
    color: #1D1D1D
}

::-moz-selection {
    background: #F6C509;
    color: #1D1D1D
}

body {
    background-color: #3E3B3B;
    font-family: "Segoe UI", "Helvetica", sans-serif
}

h1 {
    margin-top: 2rem;
    margin-left: 5pt;
    font-weight: lighter;
    color: white;
    text-transform: uppercase;
    font-size: 68px;
    line-height: 68px;
    user-select: none;
    text-shadow: #000 1pt 1pt 2pt
}

h2 {
    color: #BDBDBD;
    margin-left: 5pt;
    font-size: 21px;
    font-weight: lighter;
    line-height: 21px;
    user-select: none;
    text-shadow: #000 1pt 1pt 2pt
}

h3 {
    font-size: 14pt;
    font-weight: 700;
    margin: 25pt 0 5pt 0;
    padding-bottom: 5pt;
    border-bottom: 3pt solid #F6C509
}

em {
    font-family: "Times New Roman", serif
}

#siteheader {
    background-size: cover;
    position: relative;
    z-index: 1000;
    background-image: url(custom_bkgheader.jpg);
    background-position-x: right;
    background-position-y: center
}

.headingbar {
    background-color: #1D1D1D;
    text-rendering: optimizeLegibility;
    color: white;
    padding: 5pt;
    text-indent: 10pt;
    font-size: 20px;
    position: relative;
    z-index: 1000;
    user-select: none
}

.hrline_army {
    background-color: #F6C509;
    height: 11pt;
    margin: 0;
    border-top: 2pt solid #707070;
    border-bottom: 4pt solid #707070;
    position: relative;
    z-index: 1000
}

.mainnav {
    padding-left: 0;
    padding-right: 0;
    text-rendering: optimizeLegibility;
    text-overflow: ellipsis;
    box-shadow: 0 0 75pt 0 rgba(255, 255, 255, .4);
    display: block;
    border-right: 1pt solid rgba(255, 255, 255, .3)
}

.mainnav a.mainitem {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 38px;
    font-weight: lighter;
    -webkit-transition: all 750ms;
    transition: all 750ms;
    border-bottom: 1pt solid white;
    text-indent: 15pt;
    padding: 5pt 0;
    user-select: none
}

.mainnav a.mainitem:first-of-type {
    border-top: 1pt solid white
}

.mainnav a.mainitem:hover {
    color: #F6C509;
    text-decoration: none;
    background-color: #1D1D1D
}

.mainnav a.subitem {
    text-align: center;
    padding: 15pt 0;
    display: block;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-perspective: 1000pt;
    -webkit-perspective: 1000pt;
    perspective: 1000pt
}

.mainnav a.subitem:hover {
    -moz-transform: scale3d(.8, .8, .8);
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8)
}

#content .row {
    margin-bottom: 15pt
}

header {
    color: white;
    background-color: #1D1D1D;
    border: 1pt solid #707070;
    padding: 5pt;
    font-size: 20px;
    font-weight: lighter;
    text-align: center;
    user-select: none
}

article {
    color: #1D1D1D;
    padding: 15pt;
    font-size: 11pt;
    min-height: 250pt
}

#footernav {
    text-rendering: optimizeLegibility;
    background-color: #1D1D1D;
    position: relative;
    z-index: 1000
}

#footernav a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: lighter;
    margin: 20pt 10pt;
    -webkit-transition: color 750ms;
    transition: color 750ms;
    user-select: none
}

@media (min-width:575.96px) and (max-width:1199.98px) {
    #footernav a:last-of-type {
        padding-bottom: 100pt
    }

    #footernav a {
        display: block;
        padding: 20pt 0
    }
}

@media (max-width:575.98px) {
    #footernav a {
        display: block;
        margin: auto
    }
}

#footernav a:hover {
    color: #F6C509;
    text-decoration: none
}

#os56logo {
    margin: 10pt
}

.chaplainseal {
    height: 100pt;
    margin: 1rem 0;
    opacity: 0;
    position: relative;
    -webkit-perspective: 200pt;
    perspective: 200pt;
    -webkit-animation: logoanimation 1500ms 1000ms ease-out forwards;
    animation: logoanimation 1500ms 1000ms ease-out forwards
}

.armylogo {
    max-width: 100px;
    margin: 1rem;
    opacity: 0;
    position: relative;
    -webkit-perspective: 200pt;
    perspective: 200pt;
    -webkit-animation: logoanimation 1500ms 1000ms ease-out forwards;
    animation: logoanimation 1500ms 1000ms ease-out forwards
}

.customcolumn {
    background-color: white;
    padding-left: 0;
    padding-right: 0
}

#menuwrapper ul {
    list-style: none;
    padding: 0
}

/* The IDs below are set to display:none so that the menu blocks are hidden by default. */
#aboutus,
#history,
#onlineGiving,
#recruiting,
#spiritualReadiness,
#usachcs {
    display: none;
}

.subitem a {
    background-color: #1D1D1D;
    padding: 4pt;
    margin: 15pt;
    color: white;
    min-width: 70%;
    font-size: 90%;
    text-align: center;
    border-left: 6pt double #F6C509;
    display: block;
    text-decoration: none;
    transition: all 500ms 0 ease
}

.subitem a:hover {
    color: #F6C509
}

.subitem ul {
    border-top: 1pt solid white;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 10pt;
    font-size: 80%;
    text-align: left
}

.subitem ul a {
    text-align: left
}

/* ----------------- */

#socialmedia {
    list-style: none;
    margin-top: 25pt
}

#socialmedia>li {
    display: inline-block
}

#os56 {
    width: 65%;
    margin: 0 20pt
}

@media (min-width:320px) {
    #os56 {
        width: 100%;
        margin: 0
    }
}

#textfade p {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding-left: 50%;
    font-size: 20px
}

#headerimage {
    background-image: url(header-image.png)
}

.socialmedia {
    bottom: 0
}

#socialmedia ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#socialmedia li {
    display: inline-block
}

#carousel .container-fluid {
    padding-left: 0;
    padding-right: 0
}

.hero {
    position: absolute;
    top: 75%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.hero h3 {
    font-size: 2em;
    font-weight: 700;
    margin: 0;
    padding: 0;
    border-bottom: none
}

.hero a {
    text-decoration: none;
    color: white
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .1
}

.btn.btn-lg {
    padding: 10px 40px
}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto
}

.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5 {
    height: 250px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.fade-carousel .slides .slide-1 {
    background-image: url(carousel_1.png)
}

.fade-carousel .slides .slide-2 {
    background-image: url(chaplains_medal.png)
}

.fade-carousel .slides .slide-3 {
    background-image: url(captain_kapaun.png)
}

.fade-carousel .slides .slide-4 {
    background-image: url(captain_watters.png)
}

.fade-carousel .slides .slide-5 {
    background-image: url(captain_liteky.png)
}

@media screen and (min-width:980px) {
    .hero {
        width: 980px
    }
}

@media screen and (max-width:640px) {
    .hero h1 {
        font-size: 4em
    }
}

.page-header h3 {
    margin-top: 0
}

.pagecopy {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 10px
}

.breadcrumb {
    padding: 10px 18px;
    margin-bottom: 0;
    list-style: none;
    background-color: #1D1D1D;
    color: #ffc107;
    border-radius: 0;
    font-weight: 700;
}

.breadcrumb>li {
    display: inline-block;
    padding: 5px
}

.breadcrumb>li+li:before {
    content: "> ";
    padding-right: 10px;
    color: white;
}

.breadcrumb>li a,
.breadcrumb>li a:hover {
    text-decoration: none;
    color: white !important;
}

.breadcrumb .active {
    color: #ffc107;
}

/* Sign-in page */

div#privacy-act-notice {
    color: white;
    padding-bottom: 16px;
}

pre {
    background-color: gold;
    border: unset;
    padding: 2px;
}

#local-login-heading {
    color: white;
    margin-left: 0;
    left: 0;
    padding-top: 20px;
}

#external-login-heading {
    display: none;
}

.form-horizontal label.col-sm-4.control-label.required {
    color: white;
    /* left: 0px; */
    text-align: left;
    padding: unset;
}

div.checkbox span.xrm-editable-text.xrm-attribute {
    color: white;
}


button#submit-signin-local,
div.form-group a.btn.btn-default {
    color: black;
    background-color: gold;
    border: unset;
    border-radius: 5px;
}

button#submit-signin-local:hover,
div.form-group a.btn.btn-default:hover,
input#submit-agreement:hover {
    background-color: #ffed88;
}

.form-group {
    margin-left: -15px;
    display: inline-flex;
    column-gap: 9px;
    padding-top: 12px;
}

/* Terms and Conditions page */

section#terms-and-conditions-section p {
    color: white !IMPORTANT;
    background-color: #3e3b3b !important;
}

input#submit-agreement {
    margin-left: 40px;
    color: black;
    background-color: gold;
    border: none;
    border-radius: 5px;
}

label[for=terms-conditions-confirmation] {
    margin-left: 14px;
}

section#terms-and-conditions-section h1 {
    font-size: 21px;
    border-bottom: 5px solid gold;
    line-height: unset;
    padding-bottom: 14px;
    left: unset;
    margin: unset;
    text-shadow: none;
    font-weight: bold;
}

/* Spiritual Readiness UI - root/SpiritualReadiness/ */

#spiritualUI .breadcrumb li a,
#spiritualUI .breadcrumb .active {
    color: white;
}

#spiritualUI h2 {
    text-shadow: none;
    color: white;
}

#spiritualUI .page-header>h1 {
    color: white;
    font-size: 21px;
    line-height: 21px;
    margin-left: 5px;
    left: 17px;
    text-transform: capitalize;
    text-shadow: none;
}

#spiritualUI .sb-leftmenu a {
    color: gold !important;
}

#spiritualUI .sb-leftmenu a:hover {
    color: white !important;
    text-decoration: underline;
    text-decoration-color: gold;
    text-decoration-thickness: 2px;
}

#spiritualUI .sb-leftmenu a:visited {
    color: gold;
}

#spiritualUI .sb-leftmenu li {
    color: white;
}

/* Spiritual Readiness UI - root/SpiritualReadiness/SpiritualReadinessSurvey/*/

#spiritualUI-form h2 {
    text-shadow: none;
    color: black;
    font-weight: bold;
    padding-top: 16px;
    left: 0;
    padding-left: 22px;
    padding-bottom: 15px;
}

#spiritualUI-form legend.section-title {
    font-size: 16px;
    padding-left: 28px;
    color: black;
    padding-bottom: 6px;
}

#spiritualUI-form td.clearfix.cell.picklist-cell {
    padding-bottom: 0px;
}

#spiritualUI-form .description.above {
    color: black;
    padding-top: 12px;
}

#spiritualUI-form .control {
    color: black;
    padding-top: 6px;
    padding-bottom: 6px;
}

#spiritualUI-form .actions {
    padding: 20px;
}

label[id$=assumption_label] {
    font-weight: normal;
    font-style: italic;
    padding-left: 52px;
}

input[type=checkbox][id$=assumption] {
    margin-top: 0;
    margin-left: 52px !important;
}

table[data-name="tab_4_section_1"] td.integer {
    padding-bottom: 0;
}

/* Spiritual Readiness UI - .../SpiritualReadiness/mysurveys/ */

#spiritualUI .entitylist a.entitylist-download.btn.btn-info.pull-right.action {
    color: black;
    background-color: gold;
    border-radius: 5px;
    border: unset;
}

#spiritualUI .entitylist a.entitylist-download.btn.btn-info.pull-right.action:hover {
    background-color: #ffed88;
}

#spiritualUI .entitylist thead a,
#spiritualUI .entitylist thead th[aria-label] {
    color: gold;
}

#spiritualUI .entitylist thead a:hover {
    text-decoration-color: gold;
    text-decoration-thickness: 2px;
    color: white;
}

#spiritualUI .entitylist tbody a,
#spiritualUI .entitylist tbody td {
    color: white;
}

#spiritualUI .entitylist tbody a:hover {
    color: white;
    text-decoration-color: gold;
    text-decoration-thickness: 2px;
    text-decoration-style: underline;
}

#spiritualUI .entitylist li.disabled a {
    background: none;
}

#spiritualUI .pagination>li>a:hover {
    color: gold;
}

/* ../SpiritualReadiness/fmprofile/?mode=setunit */

ul#allunits li {
    cursor: pointer;
}

div#SelectedUnit-wrapper {
    display: grid;
    grid-template-columns: 25% 75%;
}

div#SelectedUnit-wrapper {
    display: grid;
    grid-template-columns: 30% 70%;
    background-color: #3e3b3b;
    margin: -1px;
    padding-top: 20px;
}

div#SelectedUnit-right-pane {
    margin-left: 30px;
}

span#SelectedUnit-label {
    color: gold;
    font-weight: bold;
}

span#unitname {
    color: white;
}

ul#allunits {
    padding-top: 10px;
    padding-left: 15px;
}

ul#allunits li {
    color: white;
    padding-top: 2px;
}

ul#allunits li:hover {
    text-decoration: underline;
    text-decoration-color: gold;
    text-decoration-thickness: 2px;
}

div.parent-unit-button button.btn-default.btn,
div.SelectedUnit-submit-button input#UpdateButton {
    background-color: gold;
    color: black;
    border: unset;
    border-radius: 5px;
}

div.parent-unit-button button.btn-default.btn:hover,
div.SelectedUnit-submit-button input#UpdateButton:hover {
    background-color: #ffed88;
    color: black;
}

div#SelectedUnit-right-pane button.btn-default.btn:hover {
    background-color: #ffed88;
}

div#SelectedUnit-right-pane span#related-units-label {
    color: gold;
    font-weight: bold;
}

div#SelectedUnit-right-pane span#related-units-message {
    color: white;
}

div#related-units-instructions-wrapper {
    padding-bottom: 5px;
    border-bottom: 4px gold solid;
}

div.parent-unit-button {
    padding-top: 25px;
}

/* .../SpiritualReadiness/mysurveys/bio/ */

#EntityFormControl_0e00e3ec5593ec118d20001dd800ce03_EntityFormView table[data-name='general_section1'] label,
#EntityFormControl_0e00e3ec5593ec118d20001dd800ce03_EntityFormView table[data-name='general_section2'] label {
    color: gold;
}

table[data-name=general_section1] div.control div input.form-control,
table[data-name=general_section1] div.control input.text.form-control,
table[data-name=general_section2] #occh_information {
    color: white;
    background: 0 0;
}

/* .../SpiritualReadiness/mysurveys/surveydetails/ */

#spiritualUI-entitylist h2.tab-title {
    left: 0;
    padding-bottom: 18px;
    padding-left: 15px;
}

.crmEntityFormView .cell.crmquickform-cell:first-child {
    border-right: none;
}

/* Remove the XXX to put a box around the soldier information on the SRA Survey Results */
div#soldierData {
    border: 2px inset gold;
    padding: 10px;
}

div#soldierinformation label,
div#soldierinformation2 label,
div#soldierinformation3 label {
    color: gold;
}

div#soldierinformation input,
div#soldierinformation2 input,
div#soldierinformation3 input {
    color: black;
}

div#soldierData input#occh_unitid_name,
div#soldierData input#occh_titlerank,
div#soldierData input#occh_militaryemail,
div#soldierData input#occh_additionalemail,
div#soldierData input#occh_name {
    color: white;
    background-color: #3e3b3b;
}

div#soldierData label.soldier {
    color: gold;
}

#spiritualUI div.page-copy>div.xrm-editable-html.xrm-attribute div.xrm-attribute-value button {
    background-color: gold;
    color: black;
    border: unset;
    border-radius: 5px;
    float: right;
}

#spiritualUI div.page-copy>div.xrm-editable-html.xrm-attribute div.xrm-attribute-value button:hover {
    background-color: #ffed88;
}

div#EntityFormControl_9dc75198817fec118d20001dd8034564_EntityFormView legend.section-title {
    color: gold;
    font-weight: bold;
    font-size: 16px;
}

div#EntityFormControl_9dc75198817fec118d20001dd8034564_EntityFormView legend.section-title h3 {
    color: gold;
    font-weight: bold;
    font-size: 16px;
}

div#EntityFormControl_9dc75198817fec118d20001dd8034564_EntityFormView td.clearfix.cell.picklist-cell,
div#EntityFormControl_9dc75198817fec118d20001dd8034564_EntityFormView td.clearfix.cell.integer.form-control-cell {
    border-bottom: 1px solid gold;
    padding-top: 16px;
    color: gold;
}

div#spiritualUI-entitylist label {
    color: white;
}

div#spiritualUI-entitylist select,
div#spiritualUI-entitylist input#occh_s01q19,
div#spiritualUI-entitylist input#occh_srpchp,
div#spiritualUI-entitylist input#occh_srpmpv,
div#spiritualUI-entitylist input#occh_srssgg,
div#spiritualUI-entitylist input#occh_sroverall,
div#spiritualUI-entitylist input#createdon_datepicker_description {
    color: white;
}

div#spiritualUI div.view-empty,
div#spiritualUI div.view-access-denied,
div#spiritualUI div.view-loading,
div#spiritualUI div.view-pagination {
    color: white;
    font-style: italic;
}

#spiritualUI-form [data-name='tab_opinion'] legend,
#spiritualUI-form [data-name='tab_commitment'] legend {
    position: sticky;
    top: 0;
    padding: 20px;
    background: white;
    z-index: 1;
    font-style: italic
}

/* Spiritual Readiness New User Webform */
div.entity-lookup[data-lookup-datafieldname="occh_unitid"] {
    padding: 30px;
    color: white;
    background-color: #3e3b3b;
    margin: -1px;
}



/* Spiritual Readiness UI - root//SpiritualReadiness/fmprofile/ */
h2#profile-menu {
    margin: 0;
    left: 0px;
    padding-top: 0px;
    padding-bottom: 16px;
    top: -5px;
}

.hideethnic {
    display: none;
}

/* Uncomment when similar Custom CSS is removed from 'Family Member Profile/Soldier Profile' web page
.hiddenunit {
    display: none;
}
*/

div#spiritualUI .list-group a {
    color: gold;
}

div#spiritualUI .list-group a:hover {
    color: white !important;
    text-decoration: underline;
    text-decoration-color: gold;
    text-decoration-thickness: 2px;
}

div#EntityFormControl_dd9f428bdc7bec118940001dd801f9ce {
    padding: 30px;
    color: white;
    background-color: #3e3b3b;
    margin: -1px;
}

div#EntityFormControl_dd9f428bdc7bec118940001dd801f9ce input#occh_militaryemail,
div#EntityFormControl_dd9f428bdc7bec118940001dd801f9ce input#occh_additionalemail,
div#EntityFormControl_dd9f428bdc7bec118940001dd801f9ce input#occh_unitid_name {
    color: white;
}

div#EntityFormControl_dd9f428bdc7bec118940001dd801f9ce input#occh_militaryemail {
    color: #555;
}

div#EntityFormControl_dd9f428bdc7bec118940001dd801f9ce input#occh_unitid_name {
    color: #555;
}

div#EntityFormControl_dd9f428bdc7bec118940001dd801f9ce_EntityFormView legend.section-title h3 {
    color: gold;
}

div#EntityFormControl_dd9f428bdc7bec118940001dd801f9ce_EntityFormView table[data-name="soldierpersonal_sr"] td {
    padding-left: 0;
    padding-top: 0;
}

div#EntityFormControl_dd9f428bdc7bec118940001dd801f9ce_EntityFormView table[data-name="soldiermilitary_sr"] td,
div#EntityFormControl_dd9f428bdc7bec118940001dd801f9ce_EntityFormView table[data-name="soldiermilitary_sr2"] td {
    padding-top: 0;
}

div#occh_unitid_lookupmodal div.modal-content {
    background-color: black;
    border-color: gold;
    border-width: medium;
}

div#occh_unitid_lookupmodal div.modal-content h1 {
    color: gold;
}

div#occh_unitid_lookupmodal div.modal-header button.form-close {
    color: gold;
}

div#occh_unitid_lookupmodal div.modal-body thead th a {
    color: gold;
}

div#occh_unitid_lookupmodal div.modal-body tbody tr:hover * {
    color: black;
    background-color: lightgray
}

/* Spritiual Profile Menu > 'Change my Military Email' (/SpiritualReadiness/fmprofile/?mode=emailm) */

body[data-sitemap-state="/SpiritualReadiness/fmprofile/:/SpiritualReadiness/:/"] .panel {
    color: gold;
    background-color: unset;
    border: none;
}

body[data-sitemap-state="/SpiritualReadiness/fmprofile/:/SpiritualReadiness/:/"] h2.tab-title {
    padding-bottom: 14px;
    left: 0;
    margin: 0;
}

body[data-sitemap-state="/SpiritualReadiness/fmprofile/:/SpiritualReadiness/:/"] td.clearfix.cell.text.form-control-cell {
    padding-left: 0;
    padding-top: 20px;
}

body[data-sitemap-state="/SpiritualReadiness/fmprofile/:/SpiritualReadiness/:/"] input#NextButton {
    color: black;
    background-color: gold;
    border: none;
    border-radius: 5px;
}

body[data-sitemap-state="/SpiritualReadiness/fmprofile/:/SpiritualReadiness/:/"] input#NextButton:hover {
    background-color: #ffed88;
}

/* /SpiritualReadiness/fmprofile/?mode=emailp */

div[data-name="changepersonalemail"] legend.section-title {
    color: white;
    font-size: 17px;
}

div[data-name="changepersonalemail"] .tab-column:first-child {
    width: 100% !important;
}

div[data-name="changepersonalemail"] .tab-column:nth-child(2) {
    width: 0% !important;
}


/* /Account/Manage/ChangePassword */

form[action="/Account/Manage/ChangePassword"] div.form-group {
    display: inline;
}

form[action="/Account/Manage/ChangePassword"] .form-horizontal label.col-sm-4.control-label,
form[action="/Account/Manage/ChangePassword"] .form-horizontal label.col-sm-4.control-label.required {
    color: gold;
    text-align: right;
    padding: 0;
}

form[action="/Account/Manage/ChangePassword"] button.btn.btn-primary {
    color: black;
    background-color: gold;
    border: none;
    border-radius: 5px;
}

form[action="/Account/Manage/ChangePassword"] button.btn.btn-primary:hover {
    background-color: #ffed88;
}

/* /srNewRegistration */

body[data-sitemap-state="/srnewregistration/:/"] h1 {
    color: white;
    font-size: 21px;
    line-height: 21px;
    margin-left: 5px;
    left: 17px;
    text-transform: capitalize;
    text-shadow: none;
}

body[data-sitemap-state="/srnewregistration/:/"] legend.section-title {
    color: white;
    font-size: 17px;
}

body[data-sitemap-state="/srnewregistration/:/"] label.field-label {
    color: gold;
    text-align: right;
    padding: 0;
}

label[id*='captcha'] {
    color: gold;
}

a[id*='captcha'] {
    color: gold;
}

a[id*='captcha']:hover {
    color: white;
}

body[data-sitemap-state="/srnewregistration/:/"] input.readonly,
body[data-sitemap-state="/srnewregistration/:/"] label[for$="_0"],
body[data-sitemap-state="/srnewregistration/:/"] label[for$="_1"],
body[data-sitemap-state="/srnewregistration/:/"] label[for$="_2"],
body[data-sitemap-state="/srnewregistration/:/"] label[for$="_3"] {
    color: white;
}

body[data-sitemap-state="/srnewregistration/:/"] input.btn.btn-primary,
body[data-sitemap-state="/srnewregistration/:/"] input.btn.btn-default {
    color: black;
    background-color: gold;
    border: none;
    border-radius: 5px;
}

body[data-sitemap-state="/srnewregistration/:/"] input.btn.btn-primary:hover {
    background-color: #ffed88;
}

body[data-sitemap-state="/srnewregistration/:/"] .breadcrumb li a,
body[data-sitemap-state="/srnewregistration/:/"] .active {
    color: white;
}

/* /srUserRegistration */

body[data-sitemap-state="/sruserregistration/:/"] h1 {
    color: white;
    font-size: 21px;
    line-height: 21px;
    margin-left: 5px;
    left: 17px;
    text-transform: capitalize;
    text-shadow: none;
}

body[data-sitemap-state="/sruserregistration/:/"] legend.section-title>h3 {
    color: white;
    font-size: 17px;
}

body[data-sitemap-state="/sruserregistration/:/"] label.field-label {
    color: gold;
    text-align: right;
    padding: 0;
}

body[data-sitemap-state="/sruserregistration/:/"] input.readonly,
body[data-sitemap-state="/sruserregistration/:/"] label[for$="_0"],
body[data-sitemap-state="/sruserregistration/:/"] label[for$="_1"],
body[data-sitemap-state="/sruserregistration/:/"] label[for$="_2"],
body[data-sitemap-state="/sruserregistration/:/"] label[for$="_3"] {
    color: white;
}

body[data-sitemap-state="/sruserregistration/:/"] input.btn.btn-primary,
body[data-sitemap-state="/sruserregistration/:/"] input.btn.btn-default {
    color: black;
    background-color: gold;
    border: none;
    border-radius: 5px;
}

body[data-sitemap-state="/sruserregistration/:/"] input.btn.btn-primary:hover {
    background-color: #ffed88;
}

body[data-sitemap-state="/sruserregistration/:/"] .breadcrumb li a,
body[data-sitemap-state="/sruserregistration/:/"] .active {
    color: white;
}


/* /srlogonenable */

body[data-sitemap-state="/srlogonenable/:/"] h1 {
    color: white;
    font-size: 21px;
    line-height: 21px;
    margin-left: 5px;
    left: 17px;
    text-transform: capitalize;
    text-shadow: none;
}

body[data-sitemap-state="/srlogonenable/:/"] legend.section-title {
    color: white;
    font-size: 17px;
}

body[data-sitemap-state="/srlogonenable/:/"] label.field-label {
    color: gold;
    text-align: right;
    padding: 0;
}

body[data-sitemap-state="/srlogonenable/:/"] input.readonly,
body[data-sitemap-state="/srlogonenable/:/"] label[for$="_0"],
body[data-sitemap-state="/srlogonenable/:/"] label[for$="_1"],
body[data-sitemap-state="/srlogonenable/:/"] label[for$="_2"],
body[data-sitemap-state="/srlogonenable/:/"] label[for$="_3"] {
    color: white;
}

body[data-sitemap-state="/srlogonenable/:/"] input.btn.btn-primary,
body[data-sitemap-state="/srlogonenable/:/"] input.btn.btn-default {
    color: black;
    background-color: gold;
    border: none;
    border-radius: 5px;
}

body[data-sitemap-state="/srlogonenable/:/"] input.btn.btn-primary:hover {
    background-color: #ffed88;
}

body[data-sitemap-state="/srlogonenable/:/"] .breadcrumb li a,
body[data-sitemap-state="/srlogonenable/:/"] .active {
    color: white;
}

/*=======================================================
  VMinistry/CTOF Giving
========================================================*/
.givingpanel {
    background-color: #3E3B3B;
}

#givinhUI div span {
    font-size: 20px;
}

div#giving h2,
div#line1 h2,
div#line2 h2 {
    color: gold;
    /*margin-left: 5pt;*/
    font-size: 28px;
    font-weight: bolder;
    line-height: 30px;
    user-select: none;
    text-shadow: none;
    left: unset;
}

div#giving_header {
    margin-left: -15px;
    margin-right: -15px;
}

div#giving_header>span {
    color: white;
    font-size: 20px;
    margin-bottom: 50px;
}

div#line1 span {
    color: white;
    font-size: 16px;
}

div#line2 span {
    color: white;
    font-size: 16px;
}

div#giving_subheader.column {
    float: left;
}

div#contactus a {
    color: limegreen;
    font-weight: bold;
    margin-left: unset;
    font-size: 20px;
}

div#panelquote {
    color: white;
    text-align: center;
    font-size: 16px;
}

div#panelquoteattribution {
    color: white;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

.bottomtext1 {
    color: white;
    font-size: 12px;
    margin-top: 32px;
}

.bottomtext2 {
    color: white;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div#giving_subheader .left {
    width: 65%;
}

div#giving_subheader .center1 {
    width: 5%;
}

div#giving_subheader .center2 {
    width: 5%;
}

div#giving_subheader .right {
    width: 25%;
}

.verticalline {
    border-left: 3px solid gold;
}

/* Clear floats after the columns */
div#giving_subheader .row:after {
    content: "";
    display: table;
    clear: both;
}

ul.nobullets {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.giveimage {
    margin-top: 21px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 1.0), 0 6px 20px 0 rgba(0, 0, 0, 0.80);
    /*transform: rotateX(180deg) translateY(15px);
    filter: blur(10px) brightness(1.5); */
}

#garrisondropdown {
    margin-top: 10px;
}

/*========================================================
  VMinistry
=========================================================*/
/*
div#vMinistryVideo {
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    padding-bottom: 15px;
}


div#vMinistryVideo {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding-bottom: 15px;
    left: 0;
    border: solid green 1px;
    padding-bottom: 15px;
}
*/

h1#vMinistry {
    font-size: 21px;
    width: fit-content;
    border-bottom: 5px solid gold;
    line-height: 35px;
}

p#vMinistry {
    color: white;
    padding-left: 0;
    margin-left: 22.7px;
}

/*========================================================
  Help Desk Page root/helpdesk
=========================================================*/

.pagecopy.help-desk-wrapper {
    background-color: #3E3B3B;
}

.help-desk h1 {
    left: 0;
    margin-left: 0;
    padding: 0;
}

.help-desk p {
    color: white;
}

p.indent {
    padding-left: 30px;
    padding-top: 15px;
}

.help-desk a {
    color: gold;
    text-decoration: underline;
}

.help-desk a:hover {
    color: #17a2b8;
}

.help-desk img {
    width: 300px;
    height: auto;
    box-shadow: 0 0px 10px 0 gold;
    margin-left: 30px;
}

.help-desk figcaption {
    color: gold;
    font-style: italic;
    margin-left: 30px;
    padding-top: 5px
}

.warning-container {
    background-color: #fde7e9;
    word-wrap: break-word;
    word-break: break-word;
    border: 1px solid lightgrey;
    border-radius: .375rem;
    margin-top: 1rem;
    margin-left: 30px;
    padding: 1rem;
    display: block;
    position: relative;
}

p.warning-title {
    font-weight: 600;
    color: #470001;
}

img.warning-image {
    width: unset;
    height: unset;
    box-shadow: none;
    margin: unset;
    margin-bottom: 3px;
}

p.warning-body {
    color: black;
}

p.warning-body-step {
    color: black;
}

div.help-desk-URL {
    background: white;
    border: 1px solid lightgray;
    color: black;
    margin-left: -15px;
    padding: 10px;
    word-wrap: break-word;
}

.engagement {
    background: white;
    padding: 20px;
    color: black;
    margin-bottom: 20px;
}

.engagement header {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    margin-bottom: 20px;
}

/*========================================================
  Xxtra Tiny devices (portrait phones, less than 320px)
=========================================================*/

@media (max-width: 319.98px) {

    /* Home Page Carousel */
    .col-md-12.hidden-xs{
        display: block !important;
    }

    /* SR Profile Page */
    table[data-name="otherinfo-srsoldier"].section>tbody>tr>td {
        display: none;
    }

    table[data-name="soldierInformation_ethnicidentity2"].section>tbody>tr.hideethnic {
        display: none;
    }


}

/*========================================================
  Tiny devices (portrait phones, less than 456px)
=========================================================*/

@media (max-width: 455.98px) {

    /* Home Page Carousel */
    .col-md-12.hidden-xs{
        display: block !important;
    }

    /* SR Profile Page */
    table[data-name="otherinfo-srsoldier"].section>tbody>tr>td {
        display: none;
    }

    table[data-name="soldierInformation_ethnicidentity2"].section>tbody>tr.hideethnic {
        display: none;
    }
}


/*========================================================
  Extra small devices (portrait phones, less than 576px)
=========================================================*/

@media (max-width: 575.98px) {

    /* Home Page Carousel */
    .col-md-12.hidden-xs{
        display: block !important;
    }

    #footernav {
        text-align: center;
        padding-bottom: 1.5em;
    }

    footer {
        display: inline-block;
    }

    footer .col-md-2 {
        display: none;
    }

    #footernav a {
        display: block;
        margin: auto;
        font-size: 1.5em;
        padding-bottom: .5em;
        padding-top: .5em;
    }

    /* Give Page */
    div .right {
        display: none;
    }

    div .center1 {
        display: none;
    }

    div .center2 {
        display: none;
    }

    div#giving_subheader .left {
        width: 100%;
    }

    div#giving_subheader .center1 {
        width: 0%;
    }

    div#giving_subheader .center2 {
        width: 0%;
    }

    div#giving_subheader .right {
        width: 0%;
    }

    /* SR Profile Page */
    table[data-name="otherinfo-srsoldier"].section>tbody>tr>td {
        display: none;
    }

    table[data-name="soldierInformation_ethnicidentity2"].section>tbody>tr.hideethnic {
        display: none;
    }
}


/* ============================================
Small devices (landscape phones, 576px and up)
==============================================*/
@media (min-width: 576px) and (max-width: 767.98px) {
    div#vMinistryVideo {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        padding-bottom: 15px;
        left: 0;
        padding-bottom: 15px;
    }

    /* Home Page Carousel */
    .col-md-12.hidden-xs{
        display: block !important;
    }

    #footernav {
        text-align: center;
        margin-bottom: 1em;
    }

    footer {
        display: inline-block;
    }

    footer .col-md-2 {
        display: none;
    }

    #footernav a {
        font-size: 1.5em;
        margin: 15px;
        padding: 7px;
    }

    #footernav a:last-of-type {
        padding-bottom: 7px;
    }

    /* Give Page */
    div .right {
        display: none;
    }

    div .center1 {
        display: none;
    }

    div .center2 {
        display: none;
    }

    div#giving_subheader .left {
        width: 100%;
    }

    div#giving_subheader .center1 {
        width: 0%;
    }

    div#giving_subheader .center2 {
        width: 0%;
    }

    div#giving_subheader .right {
        width: 0%;
    }

    /* SR Profile Page */
    table[data-name="otherinfo-srsoldier"].section>tbody>tr>td {
        display: none;
    }

    table[data-name="soldierInformation_ethnicidentity2"].section>tbody>tr.hideethnic {
        display: none;
    }
}

/* ============================================
Small & Extra Small devices (768px and below)
==============================================

This section is targeted for SRA Survey dislay
*/
@media (max-width: 768px) {

    /* Home Page Carousel */
    .col-md-12.hidden-xs{
        display: block !important;
    }
    /* end */

    li.stronglyagree {
        width: 59px;
        word-break: break-word;
    }

    li.stronglydisagree {
        width: 59px;
        word-break: break-word;
    }

    td.clearfix.cell.integer.form-control-cell {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* ======================================
Medium devices (tablets, 768px - 991.98px)
========================================*/

@media (min-width: 768px) and (max-width: 991.98px) {
    div#vMinistryVideo {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        padding-bottom: 15px;
        left: 0;
        padding-bottom: 15px;
    }

    /* Home Page Carousel */
    .col-md-12.hidden-xs{
        display: block !important;
    }
    
    #footernav {
        text-align: center;
        padding-bottom: 1.5em;
    }

    footer {
        display: inline-block;
    }

    footer .col-md-2 {
        display: none;
    }

    #footernav a {
        display: inline-block;
        margin: 15px;
        padding: 7px;
        font-size: 1.25em;
    }

    #footernav a:last-of-type {
        padding-bottom: 7px;
    }
}


/* ====================================
Large devices (desktops, 992px and up)
======================================*/

@media (min-width: 992px) {

    div#vMinistryVideo {
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        padding-bottom: 15px;
        left: 0;
        padding-bottom: 15px;
    }


    #footernav {
        text-align: center;
        padding-bottom: 1.5em;
    }

    footer .col-md-2 {
        display: none;
    }

    #footernav a {
        display: inline-block;
        margin: 15px;
        padding: 7px;
        font-size: 1.25em;
    }

    #footernav a:last-of-type {
        padding-bottom: 7px;
    }
}

/* ===================================
    Print Survey Results page
=====================================*/

@media print {

    div.page-heading,
    div.sb-leftmenu,
    div.page-copy,
    footer {
        display: none;
    }

    .pagebreak {
        page-break-after: always;
    }

    article {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
}

@page {
    margin: 2cm;
}