.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

html {
   box-sizing: border-box;
    max-width: 100%;
    overflow-x: hidden;
    padding: 0;
    margin: 0;  
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    margin: 0;   
    /*font-family: Optimist;
        font-size: 1.1rem !important;*/
    
}

a {
    color: #00A39E;
    outline: none;
}
    a:hover {
        color: #005754;
        text-decoration: underline
    }




    a:visited {
        color: #00A39E;
        outline: none;
    }

ol li, ul li {
    margin-bottom: .5rem;
}

#header {
    background-color: #fff;
    /*-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.7);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.7);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.7);*/
    color: #000;
    border-bottom: 1px solid #E7EAEB;
}

#content-fullwidth {
}

.highlight {
    font-weight: bold;
}

#logo {
    /*    width: 7rem;*/
    /*height: 45.89px;*/
}

@media only screen and (max-width: 460rem) {
    #logo {
/*        height: 45.89px;*/
    }
}
#footer, footer {
    background: #F5F6F6;
    text-align: left;
    background-color: #F5F6F6;
    border-top: 1px solid #A2ACB1;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #1D1D1D;
    font-size:13px;
    font-weight:600;
}



@media (max-width: 600px) {
    #footer, footer {
        text-align: center !important;
    }
}

#footer a, footer a {
    color: #1D1D1D;
    text-decoration:none;
}

footer .ods-wrapper {
    margin: 0 auto;
    max-width: 1152px !important;
}

.footer-fsl-logo {
    height: 70px;
}

#footer hr {
    height: 1px;
    background-color: #A2ACB1;
    color: #A2ACB1;
    border: 0px solid #282828;
    margin: 20px 0;
}

.list-links-inline-separator {
    padding-left: 0;
    margin: 10px 0;
    line-height: 1.8;
}

    .list-links-inline-separator li {
        display: inline-block;
        white-space: nowrap;
        margin: 0;
        padding: 0;
    }

@media only screen and (max-width: 460rem) {
    .list-links-inline-separator li {
        white-space: pre-wrap;
    }
}

.list-links-inline-separator li:first-child:not(:last-child), .list-links-inline-separator li + li {
    padding-right: 0;
}

        .list-links-inline-separator li:not(:last-child)::after {
            content: "\7c";
            font-size: 0.8rem;
            font-weight: 200;
            margin-left: 0.825rem;
            margin-right: 0.825rem;
            color: #1D1D1D;
        }

#footer p {
    text-align: justify !important;
}

div#footer.footergrey {
    background-color: #F5F6F6 !important;
    border-top: 1px solid #A2ACB1;
    color: #fff !important;
    text-align: left !important;
    /*font-size:12px !important;*/
    line-height: 20px !important;
    /*font: 12px/20px  Optimist,"Helvetica Neue","Helvetica","Arial",sans-serif;*/
    /*font-family:Raleway, Calibri;*/
}

    div#footer.footergrey a.ods-button--text {
        color: #1D1D1D !important; /*font-family:Raleway, Calibri;*/
    }

    div#footer.footergrey .footerLink {
        color: #0d2778 !important;
    }

#viewprogress {
    text-align: right;
  /*  padding-top:10px;*/
}

.greybg {
    background-color: rgb(232, 228, 231);
}

.lightgreybg {
    background-color: rgb(244, 240, 243);
}

.bluebg {
    color: rgb(255, 255, 255);
    background-color: rgb(51, 109, 146);
}

.centeralign {
    text-align: center;
}

.icon4 {
    width: 50%;
}

.icon2 {
    width: 30%;
    float: left;
    margin-right: 1rem;
}

.icontop {
    height: 1.8rem;
    margin-left: 1rem;
    outline:none;
}

@media (max-width: 460px)
{
    .icontop {
        height: 1.5rem;
    }
}

.aligncenter {
    text-align: center;
}

.removemargintop {
    margin-top: -0.5em;
    padding-bottom: 2em;
}

.miniicon {
    height: 0.8em;
    width: auto;
    margin-right: 0.3em;
}

@media (max-width: 1023px) {
    .tablepadding.ods-padding--medium {
        padding-left: 0;
        padding-right: 0;
    }
}

.ods-table__cell {
    vertical-align: middle;
}

table .ods-form-field {
    margin-bottom: 0;
}

.removeunderline a {
    text-decoration: none !important;
}

/*button.ods-button--text, a.ods-button--text {
    padding: 0 1em 0 0;
    color: #FAF8F9;
}
    
    button.ods-button--text:hover, a.ods-button--text:hover,
    #footer a:hover {
        color: #97D6ED;
    }*/

.hiddencontent {
    display: none;
    overflow: hidden;
}

.opencontent.selected {
    text-decoration: none;
    
    cursor: default;
    font-weight: bold;
}

textarea {
    overflow: hidden;
}

#footer a.ods-button--text {
    padding-left: 0;
}


input[type="checkbox"], input[type="radio"] {
    cursor: pointer;
    appearance: auto !important;
    border-radius: 1px;
    box-sizing: border-box;
    position: relative;
    box-sizing: content-box;
    width: 15px;
    height: 15px;
    border-width: 0;
    transition: all .3s linear;
}


/*Offer grid style*/
.highlight-table .ods-table__cell {
    border-top: 0px;
    border-bottom: 1px solid #E8E4E7;
}

    .highlight-table .ods-table__cell:nth-child(2n) {
        background-color: #Fbfbfb;
    }

.highlight-table .ods-table__row:last-child .ods-table__cell {
    border-bottom: 0px;
}


button.ods-button--action--fullwidth
{
    width:100%;
}

.homepageblock {
    background: #fff;
   background:linear-gradient(0deg, rgb(254, 252, 252) 0%, rgb(244, 244, 244) 100%);
/*background:linear-gradient(0deg, rgb(255, 255, 255) 0%, #fff);*/
    border: 1px solid #e6e6e6;
    padding:0;
    font-size: 0.8em;
    text-decoration:none;
 }

.homepageblock:hover{
    background: #566b8d;
  

}

    .homepageblock button.ods-button--progressive {

        border-radius: 0;
        border: 2px solid #385d8a;
        height: 2.5rem;
        line-height: 2rem;   font-size: 0.8em;
    }

    .homepageblock .ods-table
    {
       
    }

    .homepageblock .ods-table>thead>tr>th, .homepageblock .ods-table>tbody>tr>td
    {
        background:#003362;
        text-align:left;
        color:#fff;
        font-size:35px;
        font-weight:normal;
    }

    .buildyourplan:hover .ods-table>tbody>tr>td, .buildyourplan:hover h2.ods-text__heading--large
    {
        
    }

    .homepageblock:hover .ods-table>thead>tr>th
    {
        background:#003362;
    }
    

    .homepageblock .ods-table>thead>tr>th
    {
        border:0;text-align:center;
    }

    .homepageblock .ods-table>tbody>tr>td
    {
        background:none;
        font-size:13px;
        color:#333;
        padding:0.7em 0.6em;
    
    }

    .homepageblock:hover .ods-table>tbody>tr>td
    {
        color:#fff;
            border-top: 1px solid #4c5f7e;    background: #003362;
    }

    .homepageblock.green:hover .ods-table>tbody>tr>td
    {
        color:#fff;
            border-top: 1px solid #228b4f;background: #26ad60;
    }

    .homepageblock .ods-table>tbody>tr>td span
    {
        font-size:16px;
        color:#416093;
    }

    .homepageblock:hover .ods-table>tbody>tr>td span
    {
        color:#fff;
    }

    .homepageblock .ods-table>thead>tr>th sup
    {
        font-size:16px;
    }
 

    .homepageblock.green .ods-table>thead>tr>th.ods-table__cell
    {
        background:#26ad60 !important;
        border-color:#26ad60;
    }

    .homepageblock.green:hover{
        background:#26ad60 !important;
    }

.buildyouplanmaster {
    border-bottom: 1px solid #E7EAEB;
    border-top: 1px solid #E7EAEB;
}

    .buildyourplan p
    {
        margin:0 !important;
    }

    .buildyourplan td
    {
        padding: 3px 0px;
    }
   
    

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.homepageblock h2 {
    font-weight: normal;
    text-align: center;
    margin: 0px;
    font-size: 18px;
   background: #dcdcdc;
    padding: 8px;
   color: #004977;
  
    font-weight: 400;
}

.homepageblock:hover h2
{
  background: #003362 !important;
  color:#fff;
}

.homepageblock.green:hover h2
{
      background: #26ad60 !important;
  color:#fff;
}

.homepageblock.buildyourplan:hover h2
{
    background:#f2f2f2 !important;
}

.homepageblock p
{
    
    font-size: 12px;
    line-height: 16px;
}

.homepageblock .ods-textfield__input
{
    min-height: 2rem;
}

.ui-widget
{
         
}

 

 

a.homepageblock:hover .homepageblock .ods-table>thead>tr>th {
  
    background:#003362;
}

.homepageblock:hover h2
{
  background: #003362 !important;
  color:#fff;
}

.buildyouplan
{
 
 
    border-radius: 4px;
 
}

.buildyouplan select, .buildyouplan input {
/*padding: 5px 5px !important;
    font-size: 14px;
min-height: auto;*/
}


.buildyouplan .ods-select__label {
    padding-bottom: 0 !important;

}
.buildyouplanmaster
{
 
}



.buildyouplanmaster h2
{
 
     line-height: 1.15; 
     color: #002044; 
    /*font-size: 2.25rem;
    font-weight: normal;*/
}



.buildyouplan .ods-table__cell {
    border-right: 1px solid #D0D5D8;
    border-bottom: 1px solid #D0D5D8;
    border-top: 0;
    vertical-align: middle; /* padding-bottom: 10px; */ /*padding-top: 15px;*/
}

.buildyouplan .ods-table__cell:last-child
{
    border-right:0;
}

.buildyouplan .ods-table tr:last-child td
{
    border-bottom:0;
}

.buildyouplan label
{
    margin:0;
  
    display:block; 
}

.buildyouplan .ods-margin_bottom--tiny
{
    margin:5px 0 !important;
}

.buildyouplan .ods-textfield__input, .buildyouplan .ods-select__input
{
/*box-shadow: inset 0 0 0 1px #C9CED2;*/border-radius: 2px;
}

.callouts
{
    background:#f0f8f5
}




.callouts h3
{
      color: #08020c;
    margin:10px 0;line-height: 1.3;
 font-size: inherit;
font-weight: normal;
 
}

.callouts .ods-padding__left--large
{
    padding:0 2% !important;
}

 

#titleblock {
    /*background-color: #D1DFF2;*/
    border-bottom: 1px solid #E7EAEB;
/*    border-top: 1px solid #E7EAEB;*/
}

    #titleblock .ods-text__heading--large {
        margin: 10px 0;
    }

#titleblock p
{
    margin: 0;
  
    line-height: 25px;
}

*/ OFFER PAGE STYLE */
section .tiles-container {
            display: block;
            justify-content: space-around;
            padding: 1rem;

        }


        @media (min-width: 48rem) {
            .layout-two-tiles-per-row .tiles-container .layout-item {
                flex: 0 0 1;
            }
        }

        section .tiles-container .layout-item {
            padding: 1rem;

        }

            section .tiles-container .layout-item[data-active="false"] {
                display: none;
            }

            section .tiles-container .layout-item[data-active="true"] {
                display: block;
            }

        @media (min-width: 48rem) {
            section .tiles-container {
                display: flex;
                flex-wrap: wrap;
                            width: 80%;
    margin: 0 auto;
            }

                section .tiles-container .layout-item {
                    flex-grow: 1;
                }
        }

        section.color-white {
            color: #FFFFFF;
        }

            section.color-white .carousel-container .arrow {
                border-color: #FFFFFF;
            }

                section.color-white .carousel-container .arrow[data-active="false"] {
                    border-color: #8B939E;
                }

            section.color-white .carousel-indicators li {
                background: rgba(255, 255, 255, 0.5);
            }

                section.color-white .carousel-indicators li[data-active="true"] {
                    background: #FFFFFF;
                }

        section.hide-carousel-indicators .carousel-indicators {
            display: none;
        }

        section.divider-between-tiles {
            padding-bottom: 2rem;
        }

        @media (min-width: 48rem) {
            section.divider-between-tiles {
                padding-bottom: 0;
            }

                section.divider-between-tiles .tiles-container .layout-item {
                    border-left: 1px solid #BCBFC7;
                    border-bottom: 1px solid #BCBFC7;
                    padding-left: 0.5rem;
                    padding-right: 0.5rem;
                }

                    section.divider-between-tiles .tiles-container .layout-item:first-of-type {
                        border-left: none;
                    }
        }

        @media (min-width: 48rem) {
            section.layout-two-tiles-per-row .tiles-container .layout-item {
                flex: 0 0 45%;
            }
        }

        @media (min-width: 48rem) {
            section.layout-three-tiles-per-row .tiles-container .layout-item, section.layout-catalog-small .tiles-container .layout-item {
                flex: 1 0 31%;
                max-width: 32%;
                padding: 0 0.5rem 0.5rem 0.5rem;
            }
        }

        section.layout-catalog-small .tiles-container, section.layout-catalog-medium .tiles-container, section.layout-catalog-large .tiles-container {
            padding: 1rem 0;
        }

            section.layout-catalog-small .tiles-container .layout-item, section.layout-catalog-medium .tiles-container .layout-item, section.layout-catalog-large .tiles-container .layout-item {
                padding: 0.5rem 0;
            }

        @media (min-width: 48rem) {
            section.layout-catalog-medium .tiles-container .layout-item {
                flex: 0 0 48%;
            }
        }

        section.tiles-extra-padding .tiles-container .layout-item {
            padding: 2rem 0.5rem;
        }

        section.tiles-extra-padding.layout-three-tiles-per-row .tiles-container .layout-item, layout.tiles-extra-padding.layout-two-tiles-per-row .tiles-container .layout-item, layout.tiles-extra-padding.layout-spacing-left-aligned .tiles-container .layout-item, section.tiles-extra-padding.layout-spacing-right-aligned .tiles-container .layout-item, layout.tiles-extra-padding.divider-between-tiles .tiles-container .layout-item {
            padding: 2rem 0.5rem;
        }

        section.layout-spacing-left-aligned .tiles-container {
            justify-content: flex-start;
        }

        section.layout-spacing-right-aligned .tiles-container {
            justify-content: flex-end;
        }

        section.layout-spacing-center .tiles-container {
            justify-content: center;
        }

        .product-card {
            border-radius: 0.25rem;
            /*border: 1px solid #8B939E;*/
            display: inline-block;
        }

        .layout-green .product-card:hover h2 {
                background-color: #128020;
            }

            .product-card:hover {
                 
            }


             .layout-green .product-card:hover .ods-button--action
             {
                  vertical-align:sub;
             }
             

             .layout-charcol .product-card:hover h2 {
                background-color: #273B49;
            }
              .layout-charcol .product-card:hover .ods-button--action
             {
                  vertical-align:sub;
             }
            

            
           
              .layout-green .product-card:hover .ods-button--action
             {
                  vertical-align:sub;
             }

                .product-card:hover .main-content .two-column-row {
                    color: #fff;
                }

.product-card h2 {
    border: 1px solid #D1DFF2;
    margin-bottom: 5px;
    font-weight: inherit !important;
}


.product-card:hover h2 {
    color: #fff;
    background-color: #004B75;
    border-color: #004B75;
}



.layout-green .product-card:hover h2 {
    background-color: #687680;
    border-color: #687680;
}

.layout-green .product-card .heading-content {
    background-color: #687680;
    border-color: #687680;
}

.product-card .heading-content {
    background-color: #004B75;
    height: 6.875rem;
    border-radius: 0.25rem 0.25rem 0 0;
}

    .product-card .heading-content .headline h3 {
        font-size: 1.9em;
        font-weight: 300;
    }

       /* .product-card .heading-content .headline h3::first-letter {
            vertical-align: super;
            font-weight: 200;
            letter-spacing: 5px;
            font-size: 0.9em !important;
        }*/


    .product-card .heading-content .headline h3,
    .product-card .heading-content .subheadline h4 {
        color: #FFFFFF;
    }

        .product-card .heading-content .headline h3 a,
        .product-card .heading-content .subheadline h4 a {
            text-decoration: none !important;
            border-bottom: 1px solid #FFFFFF;
            color: #FFFFFF;
        }



    .product-card .heading-content .subheadline h4 {
    }

.product-card .main-content {
    padding: 0.5rem 0.5rem 0.5rem;
    border: 1px solid #D1DFF2;
    border-radius: 0 0 0.25rem 0.25rem;
}

.product-card:hover .main-content {
    background-color: #004B75;
    border-color: #004B75;
}

.layout-green .product-card:hover .main-content {
    background-color: #687680;
    border-color: #687680;
}

.product-card .main-content .two-column-row {
    border-bottom: 1px solid #D1DFF2 !important;
    padding: 0.25rem 0;
}

    .product-card .main-content .two-column-row p {
        padding: 5px 0.25rem;
        display: block !important;
    }



        @media (min-width: 60rem) {
            .product-card .main-content .two-column-row p {
            }
        }

        .product-card .main-content .two-column-row .right-column p strong {
        }

        .product-card .main-content > :last-child {
            border-bottom: none;
        }

        .product-card cta-button a {
        }

        .product-card .disclosures-link a {
            display: block;
            margin: 1rem auto;
            text-align: center;
            color: #007F9B;
        }

        .product-card-width-250 {
            width: 250px;
        }

        h1, h2, h3, h4, h5, h6 {
            margin: 0;
           /* font-weight: inherit; */
            line-height: 1.2;
        }

        .flex-vertical-align-center {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        .two-column-row {
            display: flex !important;
            justify-content: space-between;
        }

            .two-column-row p {
                margin: 0;
            }

            .two-column-row .right-column p {
                text-align: right;
            }

        .cta-button.layout-padded-button {
            flex: none;
        }

            .cta-button.layout-padded-button a, .cta-button.layout-padded-button p {
                width: auto;
                padding-left: 1rem;
                padding-right: 1rem;
            }

        .cta-button.color-action {
            background-color: #008140;
        }

        .cta-button {
            align-items: center;
            display: flex;
            justify-content: center;
            flex: 1 0 auto;
            flex-direction: column;
            border-radius: 0.250em;
            color: #FFFFFF;
            cursor: pointer;
            margin: auto 1rem;
            text-decoration: none;
            text-shadow: none;
        }

            .cta-button.layout-article-card {
                margin: 1rem;
            }

            .cta-button a, .cta-button p {
                display: block;
                padding: 0.75rem 0;
                width: 100%;
                text-align: center;
            }

#footer .ods-row
{
    max-width: 1152px !important;
    margin: 0 auto !important;
}

#footer div.ods-row div 
{
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

 

.ods-wrapper::before{
    background: #002044 !important;
}
.btnAction {
    background-color:#058659 !important;
}

input.btnProgressive{
        background-color: #00548b !important;
 
}

/*.ods-text__heading--large {
    font-family: Optimist;
    font-weight:400;
}*/

/* FORM WIZARD */
.flex {
display: flex !important;
}

.pad {
padding: 1.0rem 0 !important;
}

.flex-justify-between {
justify-content: space-between !important;
}

.multi-step-container {
    background: #F5F6F6;
    border-bottom: 1px solid #e7eaeb;
}

    .multi-step-container h2 {
        font-size: 1.5rem;
    }

    .multi-step {
    }

.multi-step ol {
background-color: inherit;
list-style: none;
padding: 0;
margin-bottom:0;
}

.multi-step .step {
display: flex;
flex-wrap: wrap;
align-content: flex-start;
background-color: inherit;
justify-content: center;
flex: 1 1 100%;
margin-bottom: 1rem !important;
 
}

.multi-step .step-icon {
width: 100%;
text-align: center;
padding-bottom: 0.3125rem;
color: #97999b;
}

.multi-step .step .dot-bar {
width: 100%;
display: flex;
align-items: center;
position: relative;
background-color: inherit;
}

.multi-step .step .dot-bar .icon {
position: absolute;
transform: translateX(50%);
color: #97999b;
display: flex;
top: -0.375rem;
right: 0;
background-color: inherit;
z-index: 2;
}

.multi-step .step .sub-dot-bar {
transform: translateY(-50%);
display: none;
justify-content: space-between;
}

.multi-step .step .sub-dot-bar::before,
.multi-step .step .sub-dot-bar::after {
content: "";
display: block;
}

        .multi-step .step .progress-bar {
            width: calc(100% - 1rem);
            height: 2px;
            border-left: 8px solid #f5f6f6;
            border-right: 8px solid #f5f6f6;
            background-color: #D1DFF2;
            position: absolute;
            left: calc(50% + 1rem / 2);
            top: 50%;
            overflow-x: visible;
            transform: translateY(-50%);
            z-index: 1;
        }

.multi-step .step:not(.complex) .progress-track,
.multi-step .step:not(.current) .progress-track {
width: 0;
}

        .multi-step .step.active .dot,
        .multi-step .step.active .sub-dot {
            height: 1.3125rem;
            width: 1.3125rem;
            background-color: #004B75;
            border: 0.125rem solid #004b75;
            box-shadow: inset 0 0 0 0.125rem #004b75;
        }

.multi-step .step.active .step-icon {
color: #006fcf;
}

.multi-step .step.active .dot-label {
color: #1d4f91;
}

.multi-step .step.active .progress-bar .progress-track {
width: 100%;
}

.multi-step .step.active .dot-bar .icon {
color: #006fcf;
}

.multi-step .step.current .dot-bar {
margin-top: -0.125rem;
}

.multi-step .step.current > .dot {
margin-top: -0.125rem;
}

        .multi-step .step.current .dot {
            height: 1.3125rem;
            width: 1.3125rem;
            border: 0.125rem solid #004b75;
            box-shadow: inset 0 0 0 0.125rem #fff;
            background-color: #4FC5E8;
        }

.multi-step .step.current .sub-dot {
background-color: #00175a;
}

.multi-step .step.current .sub-dot.current-sub ~ .sub-dot {
background-color: #97999b;
}

.multi-step .step.current .step-icon {
color: #00175a;
}

.multi-step .step.current .dot-label {
color: #00175a;
font-weight:800;
}

.multi-step .step.current .progress-track {
background-color: #00175a;
}

.multi-step .step.current .dot-label a {
color: #003362;
font-weight: 600;
}

        .multi-step .step .dot {
            height: 1rem;
            width: 1rem;
            background-color: #d1dff2;
            border: 1px solid #E7EAEB;
            border-radius: 50%;
            z-index: 2;
            align-self: center;
        }

.multi-step .step .dot-label {
width: 100%;
text-align: center;
padding: 0.5rem 0.625rem 0;
color: #53565a;
}

.multi-step .step .sub-dot {
height: 0.625rem;
width: 0.625rem;
background-color: #97999b;
border-radius: 50%;
z-index: 2;
align-self: center;
}

.multi-step .step .dot-bar {
justify-content: center;
}

.multi-step .step .sub-dot-bar {
margin-top: -0.0625rem;
display: flex;
}


.progress-bar .progress-track {
    background-color: #004b75;
    height: 100%;
    position: relative;
    
}

.orangetext {
        color: #002855;
        font-size:1em;
        font-weight:600;
}

.Panel_block {
    /*box-shadow: 0px 0px 8px #eaeaea;*/
    PADDING: 10PX;
    border: 1px solid #D1DFF2 !important;
}

    .greygradient_bg {
            background: rgb(255,255,255);
            /*background:linear-gradient(180deg, rgb(249, 249, 249) 0%, rgb(229, 228, 228) 100%);*/

            background:linear-gradient(180deg, #f9f9f9, #efefef);
            border-radius: 4px;
            /*margin-top:10px;*/
                /*border-bottom: 1px solid #ccc !important;*/
    border-top: 1px solid #ccc !important;
        }


            .greygradient_bg .ods-text__heading--xlarge {
                
                /*font-size: 2.5rem;*/
                font-weight:400;
            } 
        
        .FSLorange_bg h1 {
            color: #ff7f32;
        }

        .align-text-center {
            text-align:center;
        }

        .m-0 {
            margin:0 !important;
        }

.table-grid {
    
    border-collapse: collapse;
    border-bottom: 0.0625rem solid #e1e1e1 !important;
        width: 95% !important;
}

    .table-grid tr th {
        background: #D1DFF2;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.125rem;
        text-transform: uppercase;
        border-bottom: 0.0625rem solid #E7EAEB;
        color: #333;
        padding: 0.8rem 0.5rem;
    }

    .table-grid tr td {
        border-bottom: 0.0625rem solid #E7EAEB;
        vertical-align: middle;
        padding: 0.6375rem 0.625rem 0.6375rem 0.625rem;
        font-size: 1rem !important;
    }

        .table-grid tr td.text-align-right, .table-grid tr th.text-align-right {
            text-align: right;
        }
 
 .table-grid tr:first-of-type th {
    border-top: 0.0625rem solid #e1e1e1;
}
    
    
    .table-grid th:last-of-type, .table-grid td:last-of-type {
    border-right: 0.0625rem solid #e1e1e1;
}
    
    .table-grid th:first-of-type, .table-grid td:first-of-type {
    border-left: 0.0625rem solid #e1e1e1;
}


.table-grid tr td.pagination {
    display: inline-block;
    margin-top: 20px;
    border: 0 !important;
}

    .pagination a, .pagination input {
color: #000;
    padding: 5px 10px !important;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #ecedee;
    margin-right: 5px;
    background: #fff;
    }


    .pagination span:nth-child(2) {
    color: #000000;
    padding: 4px 10px;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #ecedee;
    margin-right: 5px;
    background: #f7f8f9;

    }

.pagination a.active {
    background-color: #00A39E;
    color: white;
}

        .m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.fslnavyblue {
    color: #004B75;
}

.disclaimermaster {
background: #002c55;
    padding-bottom: 10px;
    z-index: 9999;
    position: relative;
}

 .disclaimer {
display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    background: #fff;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    color: #605863;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    max-width: 1152px;
                }

                    .disclaimer .ods-wrapper {
                        /*display: flex;*/
                    }

    .disclaimer p {
        text-align: left;
        margin: 0;
        padding: 10px;
        text-align: justify;
        font-size: 16px;
    }

                .disclaimer-left {
                    flex: 1;
                }

                .disclaimer-right {
                }

                .disclaimer .btnok {
                    background: #fff;
                    border: 1px solid #2660a9;
                    padding: 10px 10px;
                    border-radius: 5px;
                    margin-left: 25px;
    width: 180px;
    font-weight: bold;
float: right;
                }

                    .disclaimer .btnok:hover {
                        background: #0070c9;
color:#fff;
                    }


 

@media only screen and (max-width: 600px) {
    .selectplan {
        margin:0 !important;
    }
}

.headersubtext {
    font-size: 16px !important;
    /*display: block;*/
    font-weight: normal;
    color:#000;
}

/*.calibrifont{
    font-family:Calibri, sans-serif !important;
}*/


.buildyouplan .dollarsign {
float: left;
    width: 5%;
    min-height: 3rem;
  
    font-size: 1rem;
    line-height: 1.5em;
    padding-top: 12px;
}

.buildyouplan .dollarsign_input
{
    float: left !important;
    width: 95% !important;
}

.cardimg {
    margin-top: -10px;
    margin-bottom: 0 !important;
    padding-left: 20px !important;
}                 

.cardimg img {
    width:55px;
    padding: 4px;
}


@media only screen and (max-width: 600px) {
    .cardimg {
        width:100%;
         padding-left: 0px !important;
    }

    .creditcard_block {
         width:100%;
    }
}


#pushmodalbackground {
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .8;
    -webkit-opacity: .8;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1000;
}

#disclaimerDiv, #push-modal-error-content, #disclaimerDiv_short {
    background-color: white;
   
    /*display: none;*/
    height: auto;
    position: fixed;
    top: 5%!important;
    left: 10%;
    z-index: 99999;
    overflow: auto;
    min-height: 100px;
    padding: 20px 15px;
    /*width: 510px;*/
    /*margin-left: -285px;
    margin-left: -250px!important;*/
    top: -31px;
    width: 80%!important;
    /*padding-top: 0;*/
       border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222;
}

#disclaimerDiv_short {

}
 

#disclaimerDiv {
     animation-name:moveIntop;
    animation-duration:1s;
   animation-timing-function:ease-out;
}

@keyframes moveInLeft{
    0% {
        opacity:0;
        transform: translateX(-100px);
    }

    80% {
        transform: translateX(10px);
    }
    100% {
        opacity:1;
        transform: translate(0);
    }
}

@keyframes moveInbottom{
    0% {
        opacity:0;
        transform: translateY(30px);
    }

 
    100% {
        opacity:1;
        transform: translate(0);
    }
}

@keyframes moveIntop{
    0% {
        opacity:1;
        transform: translateY(-10px);
    }

 
    100% {
        opacity:1;
        transform: translate(0);
    }
}

#disclaimerDiv_short {
width: 50%!important;
left: 25%;
text-align:center;
}

.pushmodalContent {
    text-align: left;
    background: #fff;
   padding: 0px;
   display:flex;
   align-items:center;
  justify-content: space-around;
  
}

.pushmodalContent div {
    text-align: center;
    color: #605863;
    font-size:14px;

}

.pushmodalContent div p {
    margin:0;
}

.btnok_1, .btnok_1_short {
    background: #fff;
    border: 2px solid #0070c9;
    padding: 10px 5px;
    border-radius: 5px;
    margin-left: 15px;
        color: #605863; 
        font-size:13px;
        text-align:center;
    
}

.btnok_1_short {
        padding: 0;
    border: 0;
    margin: 0;
    font-size: 15px;
    color: #0070c9;
    cursor:pointer;
   
}

.btnok_1:visited {
    color: #000; 
}
.btnok_1_short:visited
{
     color: #0070c9;
}
.btnok_1_short:hover {
    color:#0070c9;
     text-decoration: underline;
}

.btnok_1:hover {
background: #0070c9; color: #fff;
 border: 2px solid #0070c9;
}

    .disclaimer_bnt_block {
        /*width: 15%!important;*/
}

@media only screen and (min-width: 1800px) {
    #disclaimerDiv, #push-modal-error-content, #disclaimerDiv_short {
         width: 70%!important;
       left: 15%;
    }


}


.min-height-300px {
min-height: 300px;
}


@media only screen and (max-width: 800px) {
    .pushmodalContent {
        flex-direction: column;
}

    #disclaimerDiv, #push-modal-error-content, #disclaimerDiv_short {
        left: 10%; width: 80% !important;    padding: 10px !important;     top: 1%!important;
    }

    #disclaimerDiv_short {
        top: 5% !important;
    }

    .pushmodalContent div {
        width:100% !important;
    }

    .table-grid {
            margin-top: 20px;
    }

    .greygradient_bg .ods-text__heading--xlarge {
        font-size: 2em !important;
        font-weight: 400;
    }

    .cardimg {
        margin-top:10px !important;
    }

    .min-height-300px {
        min-height: auto !important;
    }

    .headersubtext {
        display: block !important;
    }
 
}


.fluid-container {
    width: 100%;
    position: relative;
}

    .fluid-container::before {
        content: "";
        position: absolute;
        top: 0;
        height: 255px;
        background: #004b76;
        background-image: url(../Images/hero-banner.jpg);
        width: 100%;
        display: block;
        background-position: top;
        background-size: cover;
       /* z-index:-1;*/
    }

.blockbox_section {
    /* position: relative;
    top: 40px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    background: #F5F6F6;
    /*-webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);*/
    border-radius: 6px;
   /* color: #fff;*/
}

/*    .blockbox_section .card-body {
        padding: 1rem 2.5rem;
    }

@media (max-width: 600px) {
    .blockbox_section .card-body {
        padding: 1rem 1.5rem;
    }
}*/

.blockbox_section .card-body {
    font-weight: 600;
    margin: 0;
    /*font-size: 2.3em;*/
    
}

    .blockbox_section a {
        color: #00a39e;
    }

        .blockbox_section a:active, .blockbox_section a:visited {
            color: #00a39e;
        }

    .blockbox_section a.ods-button--action {
        color:#fff;
    }

    .white-text {
        color: #fff;
    }

.anchor-line, .anchor-line a {
    color: #00b2ff;
}

p.anchor-line a:hover {
    text-decoration: underline !important
}

/*background color*/

.bgcolor1 {
    background: #f4fafd;
}

.bg-primary {
    background-color: #D1DFF2;
    background-image: linear-gradient(to bottom right, #D1DFF2, #ffffff);
}

.bg-primary-light {
    background-color: #f4f7fc;
}

    .bg-primary-2 {
        background-color: #F5F6F6;
    }

    .align-text-justify {
        text-align: justify;
    }

/*textcolor*/
.darktext-primary {
    color: #004B75;
}

.boldertext{
    font-weight:800;
}

.ods-table-whitetext {
   /* color:#fff;*/
}

    .ods-table-whitetext .form-control {
        background: #fff;
        border: 0;
        border-radius: 2px;
        box-shadow: inset 0 0 0 1px #979da0;
        box-sizing: border-box;
        color: #273b49;
        display: block;
        padding: 0 .5rem;
        width: 100%;
        min-height: 2rem;
        font-size: 1rem;
        line-height: 1.5em;
        font-weight: 400;
        
    }

    .ods-table-whitetext .ods-button--action {
        height: 2rem;
        line-height: 2rem;
        margin-bottom:0px;
    }

    .ods-table-whitetext .ods-table__cell {
        border-bottom: 1px dashed #ccc;
        border-top: 0;
    }

    .ods-table-whitetext caption {
        font-weight: bold;
        font-size: 16px;
        color: #004b75;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.editblock {
    background: #fff;
    padding:5px 20px;
    color: #1d1d1d;
    border: 1px solid #d0d5d8
}

.editblock > div {
    margin-bottom:10px;
}

                    