/* --- volumecalculator.php --- */
.generalpageheader {
    width:100%;
    height:370px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.generalpageheader img {
    height: 100%;
}
.volumecalculator_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.volumecalculator_wrapper > h3 {
    margin:70px 0;
}
.bt_texts {
    width: 90%;
}
.btt_textGroup {
    margin-bottom:60px;
}
.bt_texts h5 {
    margin-bottom:25px;
    color: #1B230D;
    font-family: 'NeueHaasGroteskText Pro Md';
    font-size: 15px;
    letter-spacing: 1.29px;
    line-height: 18px;
    text-align: left;
}
.bt_texts p {
    color: #1B230D;
    font-family: 'Neue Haas Grotesk Display Pro Light';
    font-size: 16px;
    letter-spacing: 0.11px;
    line-height: 25px;
}
.bt_texts p strong {
    font-family: 'NeueHaasGroteskText Pro Md';
    font-size: 15px;
}
.btvolume_table * {
    text-align: center;
}
.btvolume_table thead * {
    color: #1B230D;
    font-family: 'NeueHaasGroteskText Pro Md';
    font-size: 15px;
    letter-spacing: 1.29px;
}
.btvolume_table thead tr {
    border: none;
}
.btvolume_table tbody * {
    color: #1B230D;
    font-family: 'Neue Haas Grotesk Display Pro Light';
    font-size: 15px;
    letter-spacing: 0.1px;
}
.btvt_aSep {
    display: inline-block;
    margin: 0 13px;
}
/* --- -------------------- --- */


/* --- boardtracker.php --- */
.boardtracker_wrapper {
    width: 91%;
    margin: 0 auto;
}
.boardtracker_wrapper > h3 {
    margin:70px 0;
}
.boardTracker_formWrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boardTracker_formWrapper_inner {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.boardTracker_formWrapper .boardTracker_form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.boardTracker_formWrapper .boardTracker_form input[type="text"]  {
    width: 66% !important;
    border: 2px solid #979797 !important;
    border-radius: 2px;
}
.btf_disclaimer {
    width: 100%;
    padding: 30px 0;
}
.btf_disclaimer small {
    color: #939393;
    font-family: 'Futura Bk BT';
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.86px;
    line-height: 1px;
}
.boardtracker_wrapper .bt_texts {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.boardtracker_wrapper .bt_texts .btt_textGroup {
    width: 90%;
}
/* --- ---------------- --- */




/* --- boardtracker_result.php --- */
.boardTrackerResultWrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boardTrackerResultWrapper_inner {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.btr_header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:60px;
}
.btr_header_inner {
    width: 90%;
    height: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #f5f5f5;
    color: #1B230D;
    letter-spacing: 1.2px;
    line-height: 8px;
    border-radius: 10px;
}
.btr_header_inner p {
    font-family: 'NeueHaasGroteskText Pro Md';
    font-size: 14px;
}
.btr_header_inner small {
    font-family: 'Neue Haas Grotesk Display Pro Light';
    font-size: 14px;
    line-height: 16px;
}
.btrh_details {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: column;
    padding-left: 33px;
}
.btrh_details p {
    margin-top: 0;
    text-transform: uppercase;
}
.btrh_sep {
    height: 100%;
}
.btrh_elmnt {
    width: 49%;
}
.btrh_sep.btrh_elmnt {
    width: 2%;
}
.btrh_sep .btrh_sepInner {
    font-size: 0;
    width: 1px;
    height: 100%;
    background-color: #d8d8d8;
}
.btr_feedbackMessage {
    margin-bottom:60px;
}
.btrfm_title {
    margin-bottom: 12px;
    color: #939393;
    font-family: "Futura Bk BT";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.62px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}
.btrfm_currStep {
    font-family: 'NeueHaasGroteskText Pro Md';
    font-size: 16px;
    color: #12ABFF;
}
.btrfm_subTitle {
    color: #1B230D;
    font-family: 'NeueHaasGroteskText Pro Md';
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 25px;
    text-align: center;
}

.btr_stepsGraphic,
.btr_stepsGraphic_inner {
    width: 100%;
}
.btrsg_appWrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.btrsg_step {
    height: 8px;
    background-color: #d8d8d8;
    flex-grow: 1;
    position: relative;
}
.btrsg_step:first-child,
.btrsgs_gfxLeftActive {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.btrsg_step:last-child,
.btrsgs_gfxRightActive {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.btrsgs_gfxActive {
    height: 100%;
    width: 23px;
    background-color: #12ABFF;
    position: absolute;
    top: 0;
    display: none;
    z-index: 1;
}
.btrsgs_gfxLeftActive {
    left: -20px;
    opacity: 0;
}
.btrsgs_gfxRightActive {
    right: -20px;
}
.btrsgs_StepTitleWrapper {
    width: 24px;
    position: absolute;
    right: -7px;
    top: -7px;
    z-index: 5;
}
.btrsgs_StepTitleCircle {
    width: 24px;
    height: 24px;
    margin-bottom: 25px;
    border-radius: 24px;
    background-color: #fff;
    border: solid 8px #d8d8d8;
}
.btrsgs_StepTitleText {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    color: #1B230D;
    font-family: 'NeueHaasGroteskText Pro Md';
    font-size: 12px;
    letter-spacing: 1.03px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}
.btrsgsstt_stepName {
    color: #B2B2B2;
    font-size: 12px;
    letter-spacing: 1.03px;
    line-height: 16px;
    text-align: center;
}
.btrsgsstt_stepDate {
    color: #1B230D;
    font-family: 'Neue Haas Grotesk Display Pro Light';
    font-size: 12px;
    letter-spacing: 0.09px;
    line-height: 25px;
    text-align: center;
}
.btrsgs_startStep {
    right: unset;
    left: -7px;
    z-index: 9;
}
.btrsgs_startStep .btrsgs_StepTitleCircle {
    border-color:#12ABFF;
}
.btrsg_step_first .btrsgs_gfxLeftActive {
    opacity: 1;
}
.btrsg_step_last .btrsgs_StepTitleWrapper {
    right: -31px;
}
.btrsg_step_last .btrsgs_gfxRightActive {
    opacity: 0;
}




.btrsg_step.btrsgStep_active {
    z-index: 5;
    background-color: #12ABFF;
}
.btrsg_step.btrsgStep_active .btrsgs_gfxActive {
    display: block;
}
.btrsg_step.btrsgStep_active .btrsgs_StepTitleCircle {
    border-color:#12ABFF;
}
.btrsgStep_active .btrsgsstt_stepName {
    color:#1B230D;
}
.btrsgStep_active.btrsgStep_currentStep .btrsgsstt_stepName {
    color:#12ABFF;
}


@media (max-width: 720px) {
    .boardtracker_wrapper {
        width: 100%;
    }
    .boardTracker_formWrapper .boardTracker_form {
        flex-flow: column;
    }
    .boardTracker_formWrapper .boardTracker_form input[type="text"] {
        width: 100% !important;
    }
    input[type="submit"].bn_input {
        width: 65% !important;
    }
}
@media (max-width: 520px) {
    .generalpage_wrapper {
        padding: 10px;
    }
    input[type="submit"].bn_input {
        width: 85% !important;
    }
}








@media (max-width: 720px) {
    .btr_header_inner {
        width: 100%;
    }
    :root {
        --btrsg_step_height: 130px;
    }
    .btrsg_appWrapper {
        width: 20%;
        flex-flow: column;
    }
    .btrsg_step {
        width: 8px;
        height: var(--btrsg_step_height);
    }
    .btrsgs_gfxActive,
    .btrsg_step:last-child,
    .btrsgs_gfxRightActive {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .btrsgs_gfxActive {
        width: 8px;
        height: 23px;
    }
    .btrsgs_gfxLeftActive {
        top: -20px;
        left: auto;
    }
    .btrsgs_gfxRightActive {
        right: auto;
        top: calc(var(--btrsg_step_height) - 4px);
    }
    .btrsgs_startStep {
        left: unset;
    }
    .btrsgs_StepTitleWrapper {
        top: calc(var(--btrsg_step_height) - 17px);
    }
    .btrsgs_StepTitleText {
        position: absolute;
        top: 0;
        left: 37px;
    }
    .btrsgs_startStep {
        top: 0;
    }
    .btrsg_step_last .btrsgs_StepTitleWrapper {
        right: -7px;
        top: calc(var(--btrsg_step_height) + 10px);
    }
}



/* --- ----------------------- --- */