/* _content/StandardWeb/Components/Layout/ClaimsPortalLayout.razor.rz.scp.css */
body[b-xszrdk16we] {
    background: url(../images/bg.gif) top center repeat-y #dadada;
    margin: 0px;
}
/*#page {
    position: relative;
    display: flex;
    flex-direction: column;
    width:50%;
    margin:0 auto;
    background-color:#ffffff;
}*/

#page[b-xszrdk16we] {
    background-color: #ffffff;
    width: 1068px;
    margin: 0 auto;
}

main[b-xszrdk16we] {
    flex: 1;
}

.sidebar[b-xszrdk16we] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xszrdk16we] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xszrdk16we]  a, .top-row[b-xszrdk16we]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xszrdk16we]  a:hover, .top-row[b-xszrdk16we]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xszrdk16we]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-xszrdk16we] {
        justify-content: space-between;
    }

    .top-row[b-xszrdk16we]  a, .top-row[b-xszrdk16we]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xszrdk16we] {
        flex-direction: row;
    }

    .sidebar[b-xszrdk16we] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xszrdk16we] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xszrdk16we]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xszrdk16we], article[b-xszrdk16we] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-xszrdk16we] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-xszrdk16we] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

#banner[b-xszrdk16we] {
    width: 100%;
}

    #banner #photo[b-xszrdk16we] {
        background: url(../images/banner.jpg) no-repeat;
        background-size: cover;
        width: 100%;
        display: inline-table;
        vertical-align: top;
        height: 600px;
    }

    #banner #product[b-xszrdk16we] {
        width: 100%;
        display: inline-table;
        vertical-align: top;
    }

        #banner #product #marker[b-xszrdk16we] {
            position: absolute;
            margin-left: 445px;
            margin-top: 38px;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

        #banner #product #block-2:hover #marker[b-xszrdk16we] {
            margin-top: 38px;
        }


        #banner #product #blockOuter[b-xszrdk16we] {
            display: table;
            position: absolute;
            height: 140px;
            width: 547px;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

        #banner #product #blockMiddle[b-xszrdk16we] {
            display: table-cell;
            vertical-align: middle;
        }

        #banner #product #icon[b-xszrdk16we] {
            display: inline-table;
            vertical-align: middle;
            margin-left: 50px;
            margin-right: 30px;
        }

            #banner #product #icon img[b-xszrdk16we] {
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                -webkit-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
            }

        #banner #product #caption[b-xszrdk16we] {
            display: inline-table;
            vertical-align: middle;
            font-family: 'Open Sans', sans-serif;
            font-weight: 200;
            font-size: 33px;
            color: #ffffff;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

        #banner #product #subNav[b-xszrdk16we] {
            position: absolute;
            margin-top: 130px;
            padding: 20px 0px;
            border-top: 1px solid #673628;
            width: 100%;
            opacity: 1;
            z-index: 10000;
            font-family: 'Open Sans', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-align: center;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

            #banner #product #subNav a[b-xszrdk16we] {
                color: #ffffff;
                opacity: 0.5;
                text-decoration: none;
            }

                #banner #product #subNav a:hover[b-xszrdk16we] {
                    opacity: 0.7;
                }


        #banner #product #block-1[b-xszrdk16we] {
            background: linear-gradient(#00a9e9,#00a9e9) no-repeat;
            width: 100%;
            height: 200px;
            vertical-align: middle;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            border-bottom: 1px solid #525355;
        }

            #banner #product #block-1:hover[b-xszrdk16we] {
                background: linear-gradient( #00a9e9 5%, #525355) no-repeat;
            }


        #banner #product #bl23ock-1:hover #icon img[b-xszrdk16we] {
            width: 50px;
        }

        #banner #product #bl23ock-1:hover #caption[b-xszrdk16we] {
            font-size: 25px;
        }

        #banner #product #block-1:hover #submenu[b-xszrdk16we], #banner #product #block-2:hover #submenu[b-xszrdk16we], #banner #product #block-3:hover #submenu[b-xszrdk16we] {
            opacity: 1;
        }


        #banner #product #block-2[b-xszrdk16we] {
            background: linear-gradient(#00a9e9,#00a9e9) no-repeat;
            width: 100%;
            height: 200px;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            border-bottom: 1px solid #525355;
        }

            #banner #product #block-2:hover[b-xszrdk16we] {
                background: linear-gradient( #00a9e9 5%, #525355) no-repeat;
            }

        #banner #product #block-3[b-xszrdk16we] {
            background: linear-gradient(#00a9e9,#00a9e9) no-repeat;
            width: 100%;
            height: 200px;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }


            #banner #product #block-3:hover[b-xszrdk16we] {
                background: linear-gradient( #00a9e9 5%, #525355) no-repeat;
            }

#tailor[b-xszrdk16we] {
    background-color: #525355;
    padding: 0px 0 20px 0;
}

    #tailor.sub #label[b-xszrdk16we] {
        display: none;
    }

    #tailor.sub #circles[b-xszrdk16we] {
        width: 100%;
    }

    #tailor #label[b-xszrdk16we] {
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 40px;
        padding-bottom: 20px;
        width: 100%;
        display: block;
        vertical-align: middle;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-weight: 200;
        font-size: 30px;
        color: #ffffff;
    }

    #tailor #circles[b-xszrdk16we] {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 30px;
        padding-bottom: 20px;
        width: 100%;
        display: block;
        vertical-align: middle;
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        font-weight: normal;
        color: #ffffff;
        text-align: center;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.home #tailor #circles[b-xszrdk16we] {
    padding-top: 20px;
    padding-bottom: 40px;
}

#tailor #circles #circle img[b-xszrdk16we] {
    margin-bottom: 7px;
    width: 100px;
}

#tailor #circles #circle[b-xszrdk16we] {
    display: inline-table;
    margin-left: 15px;
    margin-right: 15px;
}

#tailor #circles #circle-1[b-xszrdk16we], #tailor #circles #circle-2[b-xszrdk16we], #tailor #circles #circle-3[b-xszrdk16we] {
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.dim[b-xszrdk16we] {
    opacity: 0.3;
}

.bright[b-xszrdk16we] {
    opacity: 1;
}

#column .glow #heading[b-xszrdk16we] {
    background: #00a9e9 bottom repeat-x;
    opacity: 1;
}


#tailor #circles a[b-xszrdk16we] {
    color: #ffffff;
    text-decoration: none;
}


#mast[b-xszrdk16we] {
    background-color: #dddddd;
    padding: 0px 0 0px 0;
    width: 100%;
}

    #mast #label[b-xszrdk16we] {
        margin-left: 0px;
        margin-top: 20px;
        margin-bottom: 0px;
        width: 100%;
        display: inline-table;
        vertical-align: top;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-weight: 200;
        font-size: 30px;
        color: #ffffff;
    }

    #mast #utility[b-xszrdk16we] {
        margin-top: 0px;
        margin-bottom: 0px;
        width: 100%;
        display: inline-table;
        vertical-align: top;
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        line-height: 22px;
        font-weight: normal;
        color: #5d5e60;
        text-align: center;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

        #mast #utility #wrap[b-xszrdk16we] {
            padding-top: 0px;
        }

        #mast #utility a[b-xszrdk16we] {
            color: #00a9e9;
            font-size: 12px;
            font-weight: bold;
        }



#block[b-xszrdk16we] {
    width: 100%;
    display: inline-table;
    vertical-align: top;
    margin-right: 30px;
}

    #block.noRightMargin[b-xszrdk16we] {
        width: 100%;
        display: inline-table;
        vertical-align: top;
        margin-right: 0px;
    }

    #block #heading[b-xszrdk16we] {
        color: #ffffff;
        background: #00a9e9 bottom repeat-x;
        border-bottom: 1px solid #cccccc;
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        text-align: center;
        padding: 20px 0px;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }





    #square #heading[b-xszrdk16we] {
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        text-align: center;
        padding: 20px 0px;
        color: #fff;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

.portrait[b-xszrdk16we] {
    display: none;
}


#footer[b-xszrdk16we] {
}

#ambest[b-xszrdk16we] {
    background: url(../images/footer-bg.gif) top repeat-x;
    width: 85%;
    height: 110px;
    margin: 0 auto;
}

    #ambest #symbol[b-xszrdk16we] {
        position: absolute;
        margin-top: -21px;
        margin-left: 180px;
        text-align: center;
    }

        #ambest #symbol img[b-xszrdk16we] {
            width: 145px;
        }

    #ambest #wrap[b-xszrdk16we] {
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        font-weight: 200;
        font-size: 18px;
        color: #000000;
        text-align: center;
        padding-top: 32px;
    }

#contact[b-xszrdk16we] {
    text-align: center;
    padding: 20px 0px;
    border-bottom: 1px solid #cacaca;
    width: 85%;
    margin: 0 auto;
}


    #contact #phone[b-xszrdk16we] {
        display: block;
        vertical-align: middle;
        font-family: 'Open Sans', sans-serif;
        font-weight: 200;
        font-size: 40px;
        letter-spacing: 3px;
        color: #655f5d;
        text-align: center;
        padding-top: 0px;
        margin-right: 0px;
    }

    #contact #tag[b-xszrdk16we] {
        display: block;
        vertical-align: middle;
        font-family: 'Open Sans', sans-serif;
        font-weight: 200;
        font-size: 16px;
        letter-spacing: 3px;
        color: #655f5d;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

#infoBox[b-xszrdk16we] {
}

    #infoBox:hover #infoBox-Detail[b-xszrdk16we] {
    }

#icon-question[b-xszrdk16we] {
    display: none;
}

#infoBox:hover #icon-question[b-xszrdk16we] {
}

#infoBox-Detail[b-xszrdk16we] {
    background-color: #ffffff;
    position: relative;
    display: block;
    width: 100%;
    border: 0px;
    padding: 0px 0px;
    box-shadow: none;
    z-index: 20000;
}



.floatRight[b-xszrdk16we], .floatLeft[b-xszrdk16we] {
    width: 35%;
    max-width: 400px;
    text-align: center; 
    margin-bottom: 14px;
    vertical-align: top;
}

.floatLeft[b-xszrdk16we] {
    display: inline-block;
    margin-right: 30px;
}

.form-text[b-xszrdk16we] {
    font-size: 27px;
}

.form-button[b-xszrdk16we] {
    opacity: 1;
}

.btn[b-xszrdk16we] {
    display: inline-block;
    padding: 6px 22px;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 6px;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-family: 'Open Sans', sans-serif;
}

#column[b-xszrdk16we] {
    width: 100%;
}


h1[b-xszrdk16we] {
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 50px;
    line-height: 65px;
    color: #000000;
}

#header.benefitPortal #tagA[b-xszrdk16we] {
    color: #000000;
    font-weight: 600;
    text-align: left;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 5px;
    letter-spacing: 1px;
    padding-top: 20px;
    text-decoration: none;
    vertical-align: top
}	
/* _content/StandardWeb/Components/Layout/Footer.razor.rz.scp.css */
body[b-uli0onhu1z] {
    background: url(../images/bg.gif) top center repeat-y #dadada;
    margin: 0px;
}
#page[b-uli0onhu1z] {
    position: relative;
    display: flex;
    flex-direction: column;
    width:50%;
    margin:0 auto;
    background-color:#ffffff;
}

main[b-uli0onhu1z] {
    flex: 1;
}

.sidebar[b-uli0onhu1z] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-uli0onhu1z] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-uli0onhu1z]  a, .top-row[b-uli0onhu1z]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-uli0onhu1z]  a:hover, .top-row[b-uli0onhu1z]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-uli0onhu1z]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-uli0onhu1z] {
        justify-content: space-between;
    }

    .top-row[b-uli0onhu1z]  a, .top-row[b-uli0onhu1z]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-uli0onhu1z] {
        flex-direction: row;
    }

    .sidebar[b-uli0onhu1z] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-uli0onhu1z] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-uli0onhu1z]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-uli0onhu1z], article[b-uli0onhu1z] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-uli0onhu1z] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-uli0onhu1z] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


#banner[b-uli0onhu1z] {
    width: 100%;
}

    #banner #photo[b-uli0onhu1z] {
        background: url(../images/banner.jpg) no-repeat;
        background-size: cover;
        width: 100%;
        display: inline-table;
        vertical-align: top;
        height: 600px;
    }

    #banner #product[b-uli0onhu1z] {
        width: 100%;
        display: inline-table;
        vertical-align: top;
    }

        #banner #product #marker[b-uli0onhu1z] {
            position: absolute;
            margin-left: 445px;
            margin-top: 38px;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

        #banner #product #block-2:hover #marker[b-uli0onhu1z] {
            margin-top: 38px;
        }


        #banner #product #blockOuter[b-uli0onhu1z] {
            display: table;
            position: absolute;
            height: 140px;
            width: 547px;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

        #banner #product #blockMiddle[b-uli0onhu1z] {
            display: table-cell;
            vertical-align: middle;
        }

        #banner #product #icon[b-uli0onhu1z] {
            display: inline-table;
            vertical-align: middle;
            margin-left: 50px;
            margin-right: 30px;
        }

            #banner #product #icon img[b-uli0onhu1z] {
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                -webkit-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
            }

        #banner #product #caption[b-uli0onhu1z] {
            display: inline-table;
            vertical-align: middle;
            font-family: 'Open Sans', sans-serif;
            font-weight: 200;
            font-size: 33px;
            color: #ffffff;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

        #banner #product #subNav[b-uli0onhu1z] {
            position: absolute;
            margin-top: 130px;
            padding: 20px 0px;
            border-top: 1px solid #673628;
            width: 100%;
            opacity: 1;
            z-index: 10000;
            font-family: 'Open Sans', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-align: center;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

            #banner #product #subNav a[b-uli0onhu1z] {
                color: #ffffff;
                opacity: 0.5;
                text-decoration: none;
            }

                #banner #product #subNav a:hover[b-uli0onhu1z] {
                    opacity: 0.7;
                }


        #banner #product #block-1[b-uli0onhu1z] {
            background: linear-gradient(#00a9e9,#00a9e9) no-repeat;
            width: 100%;
            height: 199px;
            vertical-align: middle;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            border-bottom: 1px solid #525355;
        }

            #banner #product #block-1:hover[b-uli0onhu1z] {
                background: linear-gradient( #00a9e9 5%, #525355) no-repeat;
            }


        #banner #product #bl23ock-1:hover #icon img[b-uli0onhu1z] {
            width: 50px;
        }

        #banner #product #bl23ock-1:hover #caption[b-uli0onhu1z] {
            font-size: 25px;
        }

        #banner #product #block-1:hover #submenu[b-uli0onhu1z], #banner #product #block-2:hover #submenu[b-uli0onhu1z], #banner #product #block-3:hover #submenu[b-uli0onhu1z] {
            opacity: 1;
        }


        #banner #product #block-2[b-uli0onhu1z] {
            background: linear-gradient(#00a9e9,#00a9e9) no-repeat;
            width: 100%;
            height: 200px;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            border-bottom: 1px solid #525355;
        }

            #banner #product #block-2:hover[b-uli0onhu1z] {
                background: linear-gradient( #00a9e9 5%, #525355) no-repeat;
            }

        #banner #product #block-3[b-uli0onhu1z] {
            background: linear-gradient(#00a9e9,#00a9e9) no-repeat;
            width: 100%;
            height: 200px;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }


            #banner #product #block-3:hover[b-uli0onhu1z] {
                background: linear-gradient( #00a9e9 5%, #525355) no-repeat;
            }

#tailor[b-uli0onhu1z] {
    background-color: #525355;
    padding: 0px 0 20px 0;
}

    #tailor.sub #label[b-uli0onhu1z] {
        display: none;
    }

    #tailor.sub #circles[b-uli0onhu1z] {
        width: 100%;
    }

    #tailor #label[b-uli0onhu1z] {
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 40px;
        padding-bottom: 20px;
        width: 100%;
        display: block;
        vertical-align: middle;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-weight: 200;
        font-size: 30px;
        color: #ffffff;
    }

    #tailor #circles[b-uli0onhu1z] {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 30px;
        padding-bottom: 20px;
        width: 100%;
        display: block;
        vertical-align: middle;
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        font-weight: normal;
        color: #ffffff;
        text-align: center;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.home #tailor #circles[b-uli0onhu1z] {
    padding-top: 20px;
    padding-bottom: 40px;
}

#tailor #circles #circle img[b-uli0onhu1z] {
    margin-bottom: 7px;
    width: 100px;
}

#tailor #circles #circle[b-uli0onhu1z] {
    display: inline-table;
    margin-left: 15px;
    margin-right: 15px;
}

#tailor #circles #circle-1[b-uli0onhu1z], #tailor #circles #circle-2[b-uli0onhu1z], #tailor #circles #circle-3[b-uli0onhu1z] {
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.dim[b-uli0onhu1z] {
    opacity: 0.3;
}

.bright[b-uli0onhu1z] {
    opacity: 1;
}

#column .glow #heading[b-uli0onhu1z] {
    background: #00a9e9 bottom repeat-x;
    opacity: 1;
}


#tailor #circles a[b-uli0onhu1z] {
    color: #ffffff;
    text-decoration: none;
}


#mast[b-uli0onhu1z] {
    background-color: #dddddd;
    padding: 0px 0 0px 0;
    width: 100%;
}

    #mast #label[b-uli0onhu1z] {
        margin-left: 0px;
        margin-top: 20px;
        margin-bottom: 0px;
        width: 100%;
        display: inline-table;
        vertical-align: top;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-weight: 200;
        font-size: 30px;
        color: #ffffff;
    }

    #mast #utility[b-uli0onhu1z] {
        margin-top: 0px;
        margin-bottom: 0px;
        width: 100%;
        display: inline-table;
        vertical-align: top;
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        line-height: 22px;
        font-weight: normal;
        color: #5d5e60;
        text-align: center;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

        #mast #utility #wrap[b-uli0onhu1z] {
            padding-top: 0px;
        }

        #mast #utility a[b-uli0onhu1z] {
            color: #00a9e9;
            font-size: 12px;
            font-weight: bold;
        }



#block[b-uli0onhu1z] {
    width: 100%;
    display: inline-table;
    vertical-align: top;
    margin-right: 30px;
}

    #block.noRightMargin[b-uli0onhu1z] {
        width: 100%;
        display: inline-table;
        vertical-align: top;
        margin-right: 0px;
    }

    #block #heading[b-uli0onhu1z] {
        color: #ffffff;
        background: #00a9e9 bottom repeat-x;
        border-bottom: 1px solid #cccccc;
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        text-align: center;
        padding: 20px 0px;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }





    #square #heading[b-uli0onhu1z] {
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        text-align: center;
        padding: 20px 0px;
        color: #fff;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

.portrait[b-uli0onhu1z] {
    display: none;
}


#footer[b-uli0onhu1z] {
}

#ambest[b-uli0onhu1z] {
    background: url(../images/footer-bg.gif) top repeat-x;
    width: 85%;
    height: 110px;
    margin: 0 auto;
}

    #ambest #symbol[b-uli0onhu1z] {
        position: absolute;
        margin-top: -21px;
        margin-left: 360px;
        text-align: center;
    }

        #ambest #symbol img[b-uli0onhu1z] {
            width: 145px;
        }

    #ambest #wrap[b-uli0onhu1z] {
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        font-weight: 200;
        font-size: 18px;
        color: #000000;
        text-align: center;
        padding-top: 32px;
    }

#contact[b-uli0onhu1z] {
    text-align: center;
    padding: 20px 0px;
    border-bottom: 1px solid #cacaca;
    width: 85%;
    margin: 0 auto;
}


    #contact #phone[b-uli0onhu1z] {
        display: block;
        vertical-align: middle;
        font-family: 'Open Sans', sans-serif;
        font-weight: 200;
        font-size: 40px;
        letter-spacing: 3px;
        color: #655f5d;
        text-align: center;
        padding-top: 0px;
        margin-right: 0px;
    }

    #contact #tag[b-uli0onhu1z] {
        display: block;
        vertical-align: middle;
        font-family: 'Open Sans', sans-serif;
        font-weight: 200;
        font-size: 16px;
        letter-spacing: 3px;
        color: #655f5d;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

#infoBox[b-uli0onhu1z] {
}

    #infoBox:hover #infoBox-Detail[b-uli0onhu1z] {
    }

#icon-question[b-uli0onhu1z] {
    display: none;
}

#infoBox:hover #icon-question[b-uli0onhu1z] {
}

#infoBox-Detail[b-uli0onhu1z] {
    background-color: #ffffff;
    position: relative;
    display: block;
    width: 100%;
    border: 0px;
    padding: 0px 0px;
    box-shadow: none;
    z-index: 20000;
}



.floatRight[b-uli0onhu1z], .floatLeft[b-uli0onhu1z] {
    width: 35%;
    max-width: 400px;
    text-align: center; 
    margin-bottom: 14px;
    vertical-align: top;
}

.floatLeft[b-uli0onhu1z] {
    display: inline-block;
    margin-right: 30px;
}

.form-text[b-uli0onhu1z] {
    font-size: 27px;
}

.form-button[b-uli0onhu1z] {
    opacity: 1;
}

.btn[b-uli0onhu1z] {
    display: inline-block;
    padding: 6px 22px;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 6px;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-family: 'Open Sans', sans-serif;
}

#column[b-uli0onhu1z] {
    width: 100%;
}

/* _content/StandardWeb/Components/Layout/MainLayout.razor.rz.scp.css */
body[b-a7kx6jnemf] {
    background: url(../images/bg.gif) top center repeat-y #dadada;
    margin: 0px;
}
/*#page {
    position: relative;
    display: flex;
    flex-direction: column;
    width:50%;
    margin:0 auto;
    background-color:#ffffff;
}*/

#page[b-a7kx6jnemf] {
    background-color: #ffffff;
    width: 1068px;
    margin: 0 auto;
}

main[b-a7kx6jnemf] {
    flex: 1;
}

.sidebar[b-a7kx6jnemf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-a7kx6jnemf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-a7kx6jnemf]  a, .top-row[b-a7kx6jnemf]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-a7kx6jnemf]  a:hover, .top-row[b-a7kx6jnemf]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-a7kx6jnemf]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-a7kx6jnemf] {
        justify-content: space-between;
    }

    .top-row[b-a7kx6jnemf]  a, .top-row[b-a7kx6jnemf]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-a7kx6jnemf] {
        flex-direction: row;
    }

    .sidebar[b-a7kx6jnemf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-a7kx6jnemf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-a7kx6jnemf]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-a7kx6jnemf], article[b-a7kx6jnemf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-a7kx6jnemf] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-a7kx6jnemf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

#banner[b-a7kx6jnemf] {
    width: 100%;
}

    #banner #photo[b-a7kx6jnemf] {
        background: url(../images/banner.jpg) no-repeat;
        background-size: cover;
        width: 100%;
        display: inline-table;
        vertical-align: top;
        height: 600px;
    }

    #banner #product[b-a7kx6jnemf] {
        width: 100%;
        display: inline-table;
        vertical-align: top;
    }

        #banner #product #marker[b-a7kx6jnemf] {
            position: absolute;
            margin-left: 445px;
            margin-top: 38px;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

        #banner #product #block-2:hover #marker[b-a7kx6jnemf] {
            margin-top: 38px;
        }


        #banner #product #blockOuter[b-a7kx6jnemf] {
            display: table;
            position: absolute;
            height: 140px;
            width: 547px;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

        #banner #product #blockMiddle[b-a7kx6jnemf] {
            display: table-cell;
            vertical-align: middle;
        }

        #banner #product #icon[b-a7kx6jnemf] {
            display: inline-table;
            vertical-align: middle;
            margin-left: 50px;
            margin-right: 30px;
        }

            #banner #product #icon img[b-a7kx6jnemf] {
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                -webkit-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
            }

        #banner #product #caption[b-a7kx6jnemf] {
            display: inline-table;
            vertical-align: middle;
            font-family: 'Open Sans', sans-serif;
            font-weight: 200;
            font-size: 33px;
            color: #ffffff;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

        #banner #product #subNav[b-a7kx6jnemf] {
            position: absolute;
            margin-top: 130px;
            padding: 20px 0px;
            border-top: 1px solid #673628;
            width: 100%;
            opacity: 1;
            z-index: 10000;
            font-family: 'Open Sans', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-align: center;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

            #banner #product #subNav a[b-a7kx6jnemf] {
                color: #ffffff;
                opacity: 0.5;
                text-decoration: none;
            }

                #banner #product #subNav a:hover[b-a7kx6jnemf] {
                    opacity: 0.7;
                }


        #banner #product #block-1[b-a7kx6jnemf] {
            background: linear-gradient(#00a9e9,#00a9e9) no-repeat;
            width: 100%;
            height: 200px;
            vertical-align: middle;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            border-bottom: 1px solid #525355;
        }

            #banner #product #block-1:hover[b-a7kx6jnemf] {
                background: linear-gradient( #00a9e9 5%, #525355) no-repeat;
            }


        #banner #product #bl23ock-1:hover #icon img[b-a7kx6jnemf] {
            width: 50px;
        }

        #banner #product #bl23ock-1:hover #caption[b-a7kx6jnemf] {
            font-size: 25px;
        }

        #banner #product #block-1:hover #submenu[b-a7kx6jnemf], #banner #product #block-2:hover #submenu[b-a7kx6jnemf], #banner #product #block-3:hover #submenu[b-a7kx6jnemf] {
            opacity: 1;
        }


        #banner #product #block-2[b-a7kx6jnemf] {
            background: linear-gradient(#00a9e9,#00a9e9) no-repeat;
            width: 100%;
            height: 200px;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            border-bottom: 1px solid #525355;
        }

            #banner #product #block-2:hover[b-a7kx6jnemf] {
                background: linear-gradient( #00a9e9 5%, #525355) no-repeat;
            }

        #banner #product #block-3[b-a7kx6jnemf] {
            background: linear-gradient(#00a9e9,#00a9e9) no-repeat;
            width: 100%;
            height: 200px;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }


            #banner #product #block-3:hover[b-a7kx6jnemf] {
                background: linear-gradient( #00a9e9 5%, #525355) no-repeat;
            }

#tailor[b-a7kx6jnemf] {
    background-color: #525355;
    padding: 0px 0 20px 0;
}

    #tailor.sub #label[b-a7kx6jnemf] {
        display: none;
    }

    #tailor.sub #circles[b-a7kx6jnemf] {
        width: 100%;
    }

    #tailor #label[b-a7kx6jnemf] {
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 40px;
        padding-bottom: 20px;
        width: 100%;
        display: block;
        vertical-align: middle;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-weight: 200;
        font-size: 30px;
        color: #ffffff;
    }

    #tailor #circles[b-a7kx6jnemf] {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 30px;
        padding-bottom: 20px;
        width: 100%;
        display: block;
        vertical-align: middle;
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        font-weight: normal;
        color: #ffffff;
        text-align: center;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.home #tailor #circles[b-a7kx6jnemf] {
    padding-top: 20px;
    padding-bottom: 40px;
}

#tailor #circles #circle img[b-a7kx6jnemf] {
    margin-bottom: 7px;
    width: 100px;
}

#tailor #circles #circle[b-a7kx6jnemf] {
    display: inline-table;
    margin-left: 15px;
    margin-right: 15px;
}

#tailor #circles #circle-1[b-a7kx6jnemf], #tailor #circles #circle-2[b-a7kx6jnemf], #tailor #circles #circle-3[b-a7kx6jnemf] {
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.dim[b-a7kx6jnemf] {
    opacity: 0.3;
}

.bright[b-a7kx6jnemf] {
    opacity: 1;
}

#column .glow #heading[b-a7kx6jnemf] {
    background: #00a9e9 bottom repeat-x;
    opacity: 1;
}


#tailor #circles a[b-a7kx6jnemf] {
    color: #ffffff;
    text-decoration: none;
}


#mast[b-a7kx6jnemf] {
    background-color: #dddddd;
    padding: 0px 0 0px 0;
    width: 100%;
}

    #mast #label[b-a7kx6jnemf] {
        margin-left: 0px;
        margin-top: 20px;
        margin-bottom: 0px;
        width: 100%;
        display: inline-table;
        vertical-align: top;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-weight: 200;
        font-size: 30px;
        color: #ffffff;
    }

    #mast #utility[b-a7kx6jnemf] {
        margin-top: 0px;
        margin-bottom: 0px;
        width: 100%;
        display: inline-table;
        vertical-align: top;
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        line-height: 22px;
        font-weight: normal;
        color: #5d5e60;
        text-align: center;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

        #mast #utility #wrap[b-a7kx6jnemf] {
            padding-top: 0px;
        }

        #mast #utility a[b-a7kx6jnemf] {
            color: #00a9e9;
            font-size: 12px;
            font-weight: bold;
        }



#block[b-a7kx6jnemf] {
    width: 100%;
    display: inline-table;
    vertical-align: top;
    margin-right: 30px;
}

    #block.noRightMargin[b-a7kx6jnemf] {
        width: 100%;
        display: inline-table;
        vertical-align: top;
        margin-right: 0px;
    }

    #block #heading[b-a7kx6jnemf] {
        color: #ffffff;
        background: #00a9e9 bottom repeat-x;
        border-bottom: 1px solid #cccccc;
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        text-align: center;
        padding: 20px 0px;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }





    #square #heading[b-a7kx6jnemf] {
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        text-align: center;
        padding: 20px 0px;
        color: #fff;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

.portrait[b-a7kx6jnemf] {
    display: none;
}


#footer[b-a7kx6jnemf] {
}

#ambest[b-a7kx6jnemf] {
    background: url(../images/footer-bg.gif) top repeat-x;
    width: 85%;
    height: 110px;
    margin: 0 auto;
}

    #ambest #symbol[b-a7kx6jnemf] {
        position: absolute;
        margin-top: -21px;
        margin-left: 180px;
        text-align: center;
    }

        #ambest #symbol img[b-a7kx6jnemf] {
            width: 145px;
        }

    #ambest #wrap[b-a7kx6jnemf] {
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        font-weight: 200;
        font-size: 18px;
        color: #000000;
        text-align: center;
        padding-top: 32px;
    }

#contact[b-a7kx6jnemf] {
    text-align: center;
    padding: 20px 0px;
    border-bottom: 1px solid #cacaca;
    width: 85%;
    margin: 0 auto;
}


    #contact #phone[b-a7kx6jnemf] {
        display: block;
        vertical-align: middle;
        font-family: 'Open Sans', sans-serif;
        font-weight: 200;
        font-size: 40px;
        letter-spacing: 3px;
        color: #655f5d;
        text-align: center;
        padding-top: 0px;
        margin-right: 0px;
    }

    #contact #tag[b-a7kx6jnemf] {
        display: block;
        vertical-align: middle;
        font-family: 'Open Sans', sans-serif;
        font-weight: 200;
        font-size: 16px;
        letter-spacing: 3px;
        color: #655f5d;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

#infoBox[b-a7kx6jnemf] {
}

    #infoBox:hover #infoBox-Detail[b-a7kx6jnemf] {
    }

#icon-question[b-a7kx6jnemf] {
    display: none;
}

#infoBox:hover #icon-question[b-a7kx6jnemf] {
}

#infoBox-Detail[b-a7kx6jnemf] {
    background-color: #ffffff;
    position: relative;
    display: block;
    width: 100%;
    border: 0px;
    padding: 0px 0px;
    box-shadow: none;
    z-index: 20000;
}



.floatRight[b-a7kx6jnemf], .floatLeft[b-a7kx6jnemf] {
    width: 35%;
    max-width: 400px;
    text-align: center; 
    margin-bottom: 14px;
    vertical-align: top;
}

.floatLeft[b-a7kx6jnemf] {
    display: inline-block;
    margin-right: 30px;
}

.form-text[b-a7kx6jnemf] {
    font-size: 27px;
}

.form-button[b-a7kx6jnemf] {
    opacity: 1;
}

.btn[b-a7kx6jnemf] {
    display: inline-block;
    padding: 6px 22px;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 6px;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-family: 'Open Sans', sans-serif;
}

#column[b-a7kx6jnemf] {
    width: 100%;
}


h1[b-a7kx6jnemf] {
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 50px;
    line-height: 65px;
    color: #000000;
}
/* _content/StandardWeb/Components/Layout/NavHeader.razor.rz.scp.css */

#header #navigationBar[b-1elvtifp3w] {
    display: none;
    background: url(../images/overlay-nav.png);
    position: fixed;
    margin-top: 0px;
    font-family: 'Montserrat', sans-seif;
    font-size: 34px;
    font-weight: normal;
    line-height: 65px;
    text-transform: uppercase;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    width: 0px;
    height: 100%;
    overflow: hidden;
}

    #header #navigationBar.closedWidth[b-1elvtifp3w] {
        width: 0px;
    }

#header #navigationControl.closedLeft[b-1elvtifp3w] {
    margin-left: 0px;
}

#header #navigationBar.openWidth[b-1elvtifp3w] {
    width: 350px;
}

#header #navigationControl.openLeft[b-1elvtifp3w] {
    margin-left: 349px;
}

#navigationBar #wrap[b-1elvtifp3w] {
    padding-top: 20px;
    padding-bottom: 40px;
}

#header #navigationBar a[b-1elvtifp3w] {
    color: #ffffff;
    text-decoration: none;
}

    #header #navigationBar a:hover[b-1elvtifp3w] {
        color: #f6c4a5;
    }

#header #navigationControl[b-1elvtifp3w] {
    display: none;
    position: fixed;
    background: url(../images/overlay-nav.png);
    padding: 15px;
    margin-top: 50px;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}


#header[b-1elvtifp3w] {
    width: 100%;
}

    #header #logo[b-1elvtifp3w] {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        width: inherit;
    }

    #header #tag[b-1elvtifp3w] {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #933c06;
        letter-spacing: 3px;
        white-space: nowrap;
    }

    #header #youtube[b-1elvtifp3w] {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #e11c1c;
        letter-spacing: 3px;
        float: right;
        margin-bottom: 22px;
        text-align: right;
    }

    #header #tag a[b-1elvtifp3w] {
        text-decoration: none;
        color: Black;
    }

    #header #navigation[b-1elvtifp3w] {
       /* display: inline-table;*/
        vertical-align: middle;
        margin-left: 30px;
    }
        #header #navigation ul[b-1elvtifp3w] {
            display: flex; /* Add display: flex; to make the list items horizontal */
            list-style-type: none; /* Remove default list styling */
        }

       
        #header #navigation ul li[b-1elvtifp3w] {
            margin-right: 76px;
        }

        #header #navigation a[b-1elvtifp3w] {
            font-family: 'Montserrat', sans-serif;
            font-size: 15px;
            color: Black;
            letter-spacing: 3px;
            text-transform: uppercase;
            text-decoration: none;
        }

            #header #navigation a:hover[b-1elvtifp3w] {
                color: #00a9e9;
            }

        #header #navigation .dropdown-content a[b-1elvtifp3w] {
            font-family: 'Montserrat', sans-serif;
            font-size: 12px;
            color: #2b2b2b;
            letter-spacing: 3px;
            text-transform: uppercase;
            text-decoration: none;
        }

            #header #navigation .dropdown-content a:hover[b-1elvtifp3w] {
                font-weight: bold;
            }



#header.benefitPortal[b-1elvtifp3w] {
    background-color: #ffffff;
    height: 200px;
}

    #header.benefitPortal #tag[b-1elvtifp3w] {
        color: #000000;
        font-weight: 600;
        text-align: center;
        font-size: 22px;
        padding-left: 5px;
        letter-spacing: 1px;
        padding-top: 20px;
        vertical-align: top
    }

        #header.benefitPortal #tag a[b-1elvtifp3w] {
            font-weight: 600;
            font-size: 19px;
        }

    #header.benefitPortal #tagA[b-1elvtifp3w] {
        color: #000000;
        font-weight: 600;
        text-align: left;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        padding-left: 5px;
        letter-spacing: 1px;
        padding-top: 20px;
        text-decoration: none;
        vertical-align: top
    }

#tag[b-1elvtifp3w] {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    padding-left: 40px;
    color: black;
}



/* _content/StandardWeb/Components/Layout/Tailor.razor.rz.scp.css */
#tailor[b-2qm6po5x3g] {
    background-color: #525355;
    padding: 0px 0 20px 0;
}

    #tailor.sub #label[b-2qm6po5x3g] {
        display: none;
    }

    #tailor.sub #circles[b-2qm6po5x3g] {
        width: 100%;
    }

    #tailor #label[b-2qm6po5x3g] {
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 40px;
        padding-bottom: 20px;
        width: 100%;
        display: block;
        vertical-align: middle;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-weight: 200;
        font-size: 30px;
        color: #ffffff;
    }

    #tailor #circles[b-2qm6po5x3g] {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 30px;
        padding-bottom: 20px;
        width: 100%;
        display: block;
        vertical-align: middle;
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        font-weight: normal;
        color: #ffffff;
        text-align: center;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.home #tailor #circles[b-2qm6po5x3g] {
    padding-top: 20px;
    padding-bottom: 40px;
}

#tailor #circles #circle img[b-2qm6po5x3g] {
    margin-bottom: 7px;
    width: 100px;
}

#tailor #circles #circle[b-2qm6po5x3g] {
    display: inline-table;
    margin-left: 15px;
    margin-right: 15px;
}

#tailor #circles #circle-1[b-2qm6po5x3g], #tailor #circles #circle-2[b-2qm6po5x3g], #tailor #circles #circle-3[b-2qm6po5x3g] {
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.dim[b-2qm6po5x3g] {
    opacity: 0.3;
}

.bright[b-2qm6po5x3g] {
    opacity: 1;
}

#column .glow #heading[b-2qm6po5x3g] {
    background: #00a9e9 bottom repeat-x;
    opacity: 1;
}


#tailor #circles a[b-2qm6po5x3g] {
    color: #ffffff;
    text-decoration: none;
}
