/* Button CSS */
.DefaultPrevButton {
    background: #f9ba4d;
    border-radius: 25px;
    padding: 10px;
}

.DefaultNextButton {
    background: #e31b23;
    color: #fff;
    border-radius: 25px;
    padding: 10px;
    margin: 5px;
}

.WButton {
    background: white;
    border: solid 2px;
    color: #e31b23;
    border-radius: 25px;
    padding: 10px;
    transition-duration: 0.4s;
    width: 250px !important;
    border-radius: 25px;
    padding: 10px;
    margin: 5px;
}

.WButton:hover {
    background: #e31b23;
    border: solid 2px;
    border-color: #e31b23;
    color: white;
    border-radius: 25px;
    padding: 10px;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.2);
    margin: 5px;
}

.DefaultNextButton:hover,
.DefaultNextButton:active,
.DefaultNextButton:focus,
.DefaultCollateralCommandButton:hover,
.DefaultCollateralCommandButton:active,
.DefaultCollateralCommandButton:focus,
.DefaultCompleteButton:hover,
.DefaultCompleteButton:active,
.DefaultCompleteButton:focus,
.DefaultIndividualCommandButton:hover,
.DefaultIndividualCommandButton:active,
.DefaultIndividualCommandButton:focus {
    color: #fff;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
    margin: 5px;
}

.DefaultCollateralCommandButton {
    background: #000;
    color: #fff;
    border-radius: 25px;
    padding: 10px;
    margin: 5px;
}

.SmallButton {
    width: 100px !important;
    border-radius: 25px;
    padding: 10px;
    margin: 5px;
}

.MediumButton {
    width: 175px !important;
    border-radius: 25px;
    padding: 10px;
    margin: 5px;
}

.LargeButton {
    width: 250px !important;
    border-radius: 25px;
    padding: 10px;
    margin: 5px;
}

.LargeButtonRed {
    width: 250px !important;
    border-radius: 25px;
    padding: 10px;
    color: #e31b23;
    margin: 5px;
}

.DefaultCompleteButton {
    background: #e31b23;
    color: #fff;
    width: 180px !important;
    border-radius: 25px;
}

.DefaultIndividualCommandButton {
    background: #e31b23;
    color: #fff;
    border-radius: 25px;
    margin: 5px;
}

.SecondaryButton {
    background: #eeecec;
    border-radius: 25px;
    margin: 5px;
}

.MobileScanButton {
    background: white;
    color: #e31b23;
    text-align: center;
    padding: 10px;
    /* width: 60%; */
    min-height: 40px;
    border-radius: 25px;
    border: solid 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-color: #e31b23;
    margin: 5px;
}

.MobileScanButton:hover {
    background: #e31b23;
    color: white;
    text-align: center;
    padding: 10px;
    /* width: 60%; */
    min-height: 40px;
    border-radius: 25px;
    border: solid 2px;
    cursor: pointer;
    border-color: #e31b23;
    margin: 5px;
}

/* End Button CSS */
.centerform {
    margin: 0 auto;
    width: 1050px;
}

.centerformFooter {
    margin: 0 auto;
    width: 1800px;
}

.form-inline {
    padding: 15px;
}

.Section {
    margin-top: 15px;
    margin-bottom: 15px;
}

.SectionHeader {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 14px;
    padding: 15px;
    background: #e31b23;
    color: #fff;
    height: 45px;
    font-weight: bold;
}

.SectionBody {
    background: #f2f2f2;
    padding: 10px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.DefaultLabelClass {
    font-size: 14px;
    text-align: right;
    vertical-align: middle;
    width: 32%;
    padding-right: 10px;
}

.DefaultFormControlClass {
    width: 50% !important;
    margin-top: 5px;
    margin-bottom: 5px;
}

.AddressControlClass {
    margin-left: 32%;
    width: 50% !important;
}

.FullWidthLabel {
    font-size: 14px;
    width: 100%;
}

.FullWidthFormControl {
    width: 100%;
}

.CCMonthClass {
    width: 20% !important;
}

.CCYearClass {
    width: 20% !important;
}

.CCNameClass {
    width: 30% !important;
}

.CCNumberClass {
    width: 40% !important;
}

.CCCVVClass {
    width: 10% !important;
}

.DefaultProductFundingTextBoxClass {
    width: 190px !important;
}

.CursorPointer {
    cursor: pointer;
}

html {
    height: 100%;
    box-sizing: border-box;
}

body {
    position: relative;
    margin: 0;
    min-height: 100%;
    font-size: 14px;
    line-height: 150%;
    box-sizing: inherit;
}

/*
a	{
	color:#E31B23;
	text-decoration: underline;
	}	
 
a:hover	{
	color:#E31B23;
	text-decoration: none;
	
	}	

a:visited {
	color: #E31B23;
}
	
	
/* Red outer border 
.MainBorder {
	border: solid;
	border-radius: 1em;
	border-width: 2px;
	border-color:#E31B23;
}
*/


/* Centering the checkbox-container */
.outer-checkbox-container {
    display: flex;
    flex-direction: row;
    justify-content: center !important;
   }
   
   /* Aligning all checkboxes to the left of the checkbox-container */
   .checkbox-container {
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
   }
   
   /* Adds padding between checkboxes  */
   .checkbox-container > span {
    padding: 1rem 0;
   }
   

.Header {
    overflow: hidden;
    padding: 20px 10px;
}

.PageHeader {
    font-size: 1.25em;
    font-weight: bold;
    color: #ff0000;
    line-height: 150%;
}

.PageHeader2 {
    font-size: 1.25em;
    font-weight: bold;
    color: #000;
    line-height: 150%;
}

h1 {
    color: #000;
}

h2 {
    color: #000;
}

h3 h4 {
    color: #000;
}

lightText {
    color: #7e8083;
}

.ContentTable {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    width: 100%;
    font-family: Arial;
    text-align: left;
    color: #575757;
    padding-bottom: 190px;
}

.ProgBarBg {
    background-repeat: no-repeat;
    background-position: top right;
}

.HdrBar {
    background-color: #666666;
    color: #e31b23;
    font-weight: bold;
    padding: 4px;
}

fieldset {
    padding: 10px;
    border: thin solid #999;
    border-radius: 20px;
    border-color: #e31b23;
}

.errors {
    color: #f00;
}

.SmlTxt {
    font-style: italic;
    font-size: 0.75em;
    vertical-align: top;
    line-height: 12px;
}

.SmlTxtIndent {
    font-style: italic;
    font-size: 0.75em;
    vertical-align: top;
    line-height: 12px;
    margin-left: 40px;
}

.smalltext {
    font-style: italic;
    vertical-align: top;
    margin-left: 35px;
}

.JOSidebar {
    width: 200px;
    vertical-align: top;
    padding: 10px;
}

.JOMidSpace {
    padding-left: 20px;
}

.ProdServBox {
    background-color: #e6e6e6;
    border-radius: 1em;
    border-spacing: 0px 15px 15px 0px;
    padding: 20px;
    vertical-align: top;
    border: #007d8b 1px solid;
}

.Footer {
    background-color: #f2f2f2;
    width: 100%;
    padding: 15px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    height: 190px;
}

.FooterText {
    font-size: 0.85em;
    margin: 15px;
    /*float: left; */
}

.FooterImgNCUA {
    float: left;
    /*  height: 35px; */
    padding-right: 10px;
}

.FooterImgHUD {
    float: left;
    /* height: 35px; */
}

.HighlightBackground {
    background-color: #e6e6e6;
    border: thin solid #999;
    padding: 5px;
}

/*panel for Select Account accordions */
.panel>.panel-heading {
    background-image: none;
    background-color: #e31b23;
    color: white;
}

.panel-body {
    /*background-color: #F2f2f2; */
    border-style: solid 1px;
    border-color: #e31b23;
}

/* Progress Bar CSS */

.ProgressBarOuter {
    background-color: #787878;
    height: 16px;
    border: 1px #787878;
    border-radius: 1em;
    /*box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;*/
    width: 40%;
    float: right;
    margin: 5px 10px 5px 2px;
    padding: 0px;
    border-spacing: 0px;
}

.ProgressBarInner {
    background-color: #e31b23;
    border-radius: 1em;
    height: 14px;
    overflow: hidden;
}

.TextClass {
    float: right;
    font-weight: bold;
    vertical-align: middle;
    margin: 5px 0px 5px 0px;
}

#status {
    width: 50%;
    padding: 10px;
    outline: none;
    height: 36px;
}

.focusField {
    border: solid 2px #73a6ff;
    background: #eff5ff;
    color: #000;
}

.idleField {
    background: #eee;
    color: #6f6f6f;
    border: solid 2px #dfdfdf;
}

.wideLogo {
    margin-bottom: 6px;
    width: 100%;
}

/* End normal size */

/* "large" in bootstrap - large desktops */
@media all and (min-device-width: 1200px),
all and (min-width: 1200px) {
    /* use the line below to debug and see which media setting the window uses */
    /*body::before{ content: "large - tablet to some desktop media query > 1200 fired"; }*/
}

/* "medium" in bootstrap - desktops - some tablets/ipad */
@media all and (max-device-width: 1024px),
all and (max-width: 1024px) {

    /* use the line below to debug and see which media setting the window uses */
    /*body::before{ content: "mediom - tablet to some desktop media query < 1200 fired"; }*/
    .DefaultPrevButton {
        width: 38% !important;
    }

    .DefaultNextButton {
        width: 38% !important;
    }

    .DefaultCollateralCommandButton {
        width: 38% !important;
    }

    .WideButton {
        width: 30% !important;
    }

    .SmallButton {
        width: 30% !important;
        height: 60px !important;
    }

    .MediumButton {
        width: 30% !important;
        height: 60px !important;
    }

    .WButton {
        width: 30% !important;
        height: 60px !important;
    }

    .LargeButton {
        width: 50% !important;
        height: 60px !important;
    }

    .LargeButtonRed {
        width: 50% !important;
        height: 60px !important;
        color: #e31b23;
    }

    .DefaultCompleteButton {
        width: 30% !important;
    }

    .DefaultLabelClass {
        text-align: left;
        width: 100%;
        font-size: 14px;
    }

    .DefaultFormControlClass {
        width: 100% !important;
    }

    .AddressControlClass {
        width: 100% !important;
    }

    .CCMonthClass {
        width: 33% !important;
    }

    .CCYearClass {
        width: 33% !important;
    }

    .CCNumberClass {
        width: 100% !important;
    }

    .CCNameClass {
        width: 100% !important;
    }

    .CCCVVClass {
        width: 33% !important;
    }

    .DefaultProductFundingTextBoxClass {
        width: 100% !important;
    }

    .ContentTable {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        width: 100%;
        padding-bottom: 190px;
    }

    .wideLogo {
        margin-bottom: 6px;
        width: 630px;
    }

    .centerform {
        margin: 0 auto;
        width: 100%;
    }

    .Footer {
        width: 100%;
        padding-bottom: 190px;
    }

    .JOSidebar {
        width: 170px;
    }

    .ProgressBarOuter {
        /*float: left;*/
        width: 90%;
    }

    .TextClass {
        float: left;
    }

    body {
        padding-top: 0px;
    }
}

/* "small" in bootstrap - tablets */
@media all and (max-device-width: 992px),
all and (max-width: 992px) {
    /* use the line below to debug and see which media setting the window uses */
    /*body::before{ content: "small - tablet to some desktop media query > 769 and < 992 fired"; }*/

    .DefaultPrevButton {
        width: 38% !important;
    }

    .DefaultNextButton {
        width: 38% !important;
    }

    .DefaultCollateralCommandButton {
        width: 38% !important;
    }

    .WideButton {
        width: 30% !important;
    }

    .SmallButton {
        width: 30% !important;
        height: 60px !important;
    }

    .MediumButton {
        width: 38% !important;
        height: 60px !important;
    }

    .WButton {
        width: 38% !important;
        height: 60px !important;
    }

    .LargeButton {
        width: 50% !important;
        height: 60px !important;
    }

    .LargeButtonRed {
        width: 50% !important;
        height: 60px !important;
        color: #e31b23;
    }

    .DefaultCompleteButton {
        width: 30% !important;
    }

    .DefaultLabelClass {
        text-align: left;
        width: 100%;
        font-size: 14px;
    }

    .DefaultFormControlClass {
        width: 100% !important;
    }

    .AddressControlClass {
        width: 100% !important;
    }

    .CCMonthClass {
        width: 33% !important;
    }

    .CCYearClass {
        width: 33% !important;
    }

    .CCNumberClass {
        width: 100% !important;
    }

    .CCNameClass {
        width: 100% !important;
    }

    .CCCVVClass {
        width: 33% !important;
    }

    .DefaultProductFundingTextBoxClass {
        width: 100% !important;
    }

    .ContentTable {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        width: 100%;
        padding-bottom: 180px;
    }

    .wideLogo {
        margin-bottom: 6px;
        width: 630px;
    }

    .centerform {
        margin: 0 auto;
        width: 100%;
    }

    .Footer {
        width: 100%;
        padding-bottom: 180px;
    }

    .JOSidebar {
        width: 170px;
    }

    .ProgressBarOuter {
        /*float: left;*/
        width: 90%;
    }

    .TextClass {
        float: left;
    }

    body {
        padding-top: 0px;
    }
}

/* "extra-small" in bootstrap - phones */
@media all and (max-device-width: 768px),
all and (max-width: 768px) {
    /* use the line below to debug and see which media setting the window uses */
    /*body::before{ content: "extra-small < 769 fired"; }*/

    .centerform {
        margin: 0 auto;
        width: 100%;
    }

    .ProgressBarOuter {
        /*float: left;*/
        width: 70%;
    }

    .WideButton {
        width: 53% !important;
    }

    .SmallButton {
        width: 80% !important;
    }

    .MediumButton {
        width: 65% !important;
    }

    .WButton {
        width: 65% !important;
    }

    .LargeButton {
        width: 70% !important;
    }

    .LargeButtonRed {
        width: 70% !important;
        color: #e31b23;
    }

    .DefaultCompleteButton {
        width: 53% !important;
    }
}

@viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

/* copied from old fiVI-style.css file */
/*

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}
*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    font-size: 16px !important;
}

@media all and (max-device-width: 992px),
all and (max-width: 992px) {
    #Content {
        width: 100%;
    }
}

.centered {
    display: flex;
    justify-content: center;
}

.TruStageInsuranceProductName {
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 15px;
}

.TruStageHeadline {
    font-weight: bold;
    padding-bottom: 10px;
}

.TruStageLongDescription {
    padding-top: 10px;
    border-top: 1px solid darkgray;
    margin-top: 10px;
}

.TruStageRealFootnote {
    font-size: 10px;
    line-height: 15px;
}

.TruStageOfferPanelClass-wrapper {
    background: #f2f2f2;
    padding: 10px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.TruStageProductPanel {
    margin-top: 15px;
    margin-bottom: 15px;
}

.TruStageOfferPanel {
    background: #f2f2f2;
    padding: 10px;
    border-radius: 20px;
}

.TruStageProductName {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 14px;
    padding: 15px;
    background: #e31b23;
    color: #fff;
    height: 45px;
    font-weight: bold;
}