.banner{
    background: url('/Mountain Photo With Gradient2.png');
    background-position: 0% 10%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.container{
    padding: 0px;
}

/* Heading Text CSS */
h1, .h1, .page_section h1, .color-inverse h1, h1 p{
    font-family: 'Gotham Medium', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
    font-weight: 500 !important;
    font-size: 22px !important;
    letter-spacing: 0.00em !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;

    color: #006633 !important;

    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3) !important;
}

h2, .h2, .page_section h2, .color-inverse h2, h2 p{
    font-family: 'Gotham Medium', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    letter-spacing: 0.00em !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;

    color: #000000 !important;;

    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3) !important;;
}

h3, .h3, .page_section h3, .color-inverse h3, h3 p{
    font-family: 'Gotham Medium', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    
    color: #000000 !important;

    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0.3) !important;
}

/* Text CSS */
p, .p, .page_section p, .section-diagonal-left p, .section-diagonal-right p{
    font-weight: 400 !important;
    font-family: 'Gotham Book', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased !important;
    color: rgb(51, 51, 51) !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0.3) !important;
}

label{
    font-weight: 400 !important;
    font-family: 'Gotham Book', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased !important;
    color: rgb(51, 51, 51) !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0.3) !important;
}

.form-group{
    font-weight: 400 !important;
    font-family: 'Gotham Book', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased !important;
    color: rgb(51, 51, 51) !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0.3) !important;
}

.control-label{
    text-align: left !important;
}

body, .form-control{
    font-weight: 400 !important;
    font-family: 'Gotham Book', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased !important;
    color: rgb(51, 51, 51) !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0.3) !important;
}

select.form-control{
    padding-left: 9px !important;
    width: 50% !important;
}

label:has(+ select.form-control){
    width: 50%;
}

input.form-control, select.form-control, textarea.form-control{
    border: 1px solid #949494;
}

.section-header {
    line-height: 24px;
    margin-top: 20px;
    border-bottom: 1px solid black;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-tile{
    width: 31.3%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #F7F9FC;
    text-align: center;
    padding: 15px;
    margin-top: 30px;
    margin-left: 35px;
    min-height: 180px;
}

.container .section-tile:nth-of-type(1), .container .section-tile:nth-of-type(4), .container .section-tile:nth-of-type(7), .container .section-tile:nth-of-type(10){
    margin-left: 0px !important;
}

.tile-shadow-box{
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #F7F9FC;
    padding: 15px;
}

button, .btn-primary, .LandingBtn, a>.btn{
    color: #ffffff !important;
    background-color: #006633 !important;
    border-color: #006633 !important;

    font-family: 'Gotham Medium', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;

    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    text-align: center !important;
    vertical-align: middle !important;

    border-width: 0px !important;
    min-width: 150px !important;

    cursor: pointer !important;

    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0.3) !important;

    transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86) !important;
}

button:hover, .btn-primary:hover, .LandingBtn:hover {
        color: #eeeeee !important;
        background-color: #006633 !important;
        border-color: #006633 !important;
}

button[disabled]:hover, .btn.disabled:hover, .btn-primary[disabled]:hover, .btn[disabled]:hover{
    color: #FFFFFF !important;
    cursor: not-allowed !important;
}

/* CSS for Dependent Questions Hide and Visible */
.disabledrow {
    display: none;
}

.enabledrow {
    display: table-row;
}

/* CSS for Enabled and Disabled Form Controls */
.enablediv {
    pointer-events: auto;
    opacity: 100%;
    background-color: white;
}

.disablediv {
    pointer-events: none !important;
    opacity: 50% !important;
}

/* CSS for Progress Bar */
progress{
    width: -webkit-fill-available;
    background: black;
}
progress::-webkit-progress-bar {
    background-color: #eeeeee;
}
.progress-bar-warning {
    background-color: #006633 !important;
}
.progress-bar {
    font-size: 14px;
    line-height: 20px;
}

/* Footer CSS */
footer .footer-bottom p{
    font-weight: 400 !important;
    font-family: 'Gotham Book', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif !important;
    font-size: 10px !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased !important;
    color: rgb(51, 51, 51) !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0.3) !important;
}

footer .footer-bottom{
    background-color: #FFFFFF !important;
}

.wrapper-body{
    min-height: calc(100% - 220px) !important;
}

/* Menu CSS */
.nav-tabs a, #navbar a{
    font-family: 'Gotham Medium', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    
    color: rgb(51, 51, 51) !important;

    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0.3) !important;

    text-decoration: none !important;
}
.nav-tabs .active a, #navbar .active a{
    color: #0B7F99 !important;
}

/* CSS for input[type=radio] */
.numbered-input{
    padding-inline-start: 0px;
    display: flex;
    justify-content: space-between;
}
.numbered-input ul {
    list-style: none;
}
.numbered-input li {
    display: inline-block !important;
}
.numbered-input input[type="radio"] {
    visibility:hidden !important;
}
.numbered-input label {
  border: 2px solid #666 !important;
  border-radius: 50% !important;
  font-size: 1.2rem !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 4em !important; 
  height: 4em !important;
  background-color: #FFFFFF !important;
  cursor: pointer !important;
  text-align: center !important;
}
.numbered-input li input[type="radio"]:checked + label {
    color: #FFFFFF !important;
    background: #006633 !important;
}

.description-content{
    font-size: 12px;
    display: inline;
}