html {
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    /*background: #fff url(/Images/BK-Spring-Fever.jpg) no-repeat center center fixed;*/
    /*background: #fff url(/Images/BK-2022-Summer.jpg) no-repeat center top fixed;*/
    background: #fff url(/Images/BK-2023-spring.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h3 {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-weight: 700;
}

#wrapper {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 1%;
    min-width: 320px;
    max-width: 1200px;
    min-height: 400px; /* del */
    /* background-color: rgba(51, 51, 51, 0.2);  */
}

div {
    box-sizing: border-box;
}

.box-shadow {
    -webkit-box-shadow: 0 8px 6px -6px #333;
    -moz-box-shadow: 0 8px 6px -6px #333;
    box-shadow: 0 8px 6px -6px #333;
}

.white-text-shadow {
    text-shadow: 0 1px 0 rgba(51, 51, 51, 0.8);
}

a {
    text-decoration: none;
}

.fine-print {
    margin: 20px;
    font-size: 0.7em;
    color: #666;
}

.tip-sheet.fine-print {
    color: #333;
    font-weight: 600;
}

.lmd {
    text-align: right;
    padding: 0 20px;
    font-size: 0.7em;
    color: #333; /*#666*/
}

/****** Header *****/

#header {
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    min-height: 50px; /* del */
    /* background-color: rgba(51, 125, 140, 0.2); */
}

.header-item {
    width: 50%;
}

#search,
#alt-search {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.search-item {
    margin-right: 5px;
    padding: 6px 5px;
    width: 68%;
    border: solid 1px #666;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    background-color: rgba(255, 255, 255, 1);
}

.search-item .fa-times {
    color: #666;
    cursor: pointer;
    text-align: right;
}

.search-field {
    border: none;
    outline: none;
    padding: 2px;
    margin-right: 5px;
    width: 90%;
}

.search-button {
    width: 40px;
    padding: 8px 12px;
    border-radius: 2px;
    background-color: #333;
    cursor: pointer;
}

.search-button .fa-search {
    color: #fff;
}

.search-link {
    margin-left: 20px;
}
.search-link:link,
.search-link:visited {
    color: #0061ab !important;
}

.search-link:hover {
    color: #db0436 !important;
}

#DataPagerProducts {
    display: inline-block;
    padding: 20px !important;
}

/****** End Header *****/

/****** Body *****/

#body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    min-height: 150px; /* del */
    /* background-color: rgba(51, 51, 51, 1);  */
}

/***** Menu *****/

#menu {
    padding: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 94px; */
    /* background-color: rgba(51, 125, 140, 0.2); */
}

#menu img {
    width: 66px;
    height: 66px;
}

.menu-item {
    position: relative;
    margin-bottom: 10px;
    padding: 3px;
    width: 74px;
    height: 74px;
    border: solid 1px #ccc;
    /* background-color: rgba(255, 51, 200, 0.5); */
    transition: 0.4s;
}

.menu-item:last-child {
    margin-bottom: 0;
}

.menu-item.marathon-red:hover {
    background: rgba(219, 4, 54, 0.7);
}

.menu-item.marathon-blue:hover {
    background: rgba(0, 54, 158, 0.7);
}

/* .menu-item:hover, .active, .alt-menu-item:hover{
            background-color: rgba(255, 51, 200, 1);
        } */

#menu-panel {
    position: absolute;
    overflow: auto;
    visibility: hidden;
    z-index: 1100;
    top: 0;
    left: 0;
    text-align: left !important;
    background-color: rgba(51, 51, 51, 0.9);
    height: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#menu-panel dt {
    font-size: 0.75em;
    color: #fff;
    cursor: pointer;
}

#menu-panel .accordion dd {
    margin-left: 0;
}

#menu-panel div:nth-child(1),
#menu-panel div:nth-child(2) {
    padding: 40px 20px 20px 20px;
    width: 50%;
    height: 100%;
}

#menu-panel .links {
    /* list-style-type: none; */
    margin: 5px 0 0 30px;
}

#menu-panel .links li {
    padding: 3px 0;
    font-size: 0.7em;
    font-weight: normal;
    color: #fff;
}

#menu-panel .links li a:link,
#menu-panel .links li a:visited {
    color: #fff;
}

#menu-panel-control {
    position: absolute;
    padding-top: 5px !important;
    top: 0;
    right: 1%;
    background-color: #db0436;
    width: 100px !important;
    height: 25px !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
}

/***** End Menu ******/

/***** Alt Menu *****/

#alt-menu {
    /* position:absolute;
        z-index:1200;
        top:230px;
        display: none;
        width:50px;
        height: 50px; del */
    /* background-color: rgba(51, 125, 140, 0.2); */
    display: none;
    position: absolute;
    padding-top: 5px !important;
    top: 0;
    right: 1%;
    background-color: #db0436;
    width: 100px !important;
    height: 25px !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 1200;
}

.alt-menu-item {
    /* padding:10px; */
    border: solid 1px #fff;
    text-align: center;
    width: 50px;
    height: 50px; /* del */
    /* background-color: rgba(255, 51, 200, 0.5); */
}

/***** End Alt Menu *****/

/***** Content *****/

#content {
    position: relative;
    overflow: hidden;
    padding: 10px;
    flex-grow: 1;
    width: 70%;
    /* background-color: rgba(51, 125, 140, 0.2); */
}

.content-item {
    padding: 10px 0;
    width: 100%;
    min-height: 100px; /* del */
    /* background-color: rgba(120, 151, 200, 0.8); */
}

#marquee {
    position: relative;
    margin-bottom: 10px;
    min-height: 300px; /* del */
    border: solid 1px #ccc;
}

#content-copy {
    position: relative;
    margin-top: 20px;
    border: solid 1px #ccc;
    background: rgba(255, 255, 255, 0.9);
    /* background-color: rgba(120, 151, 200, 0.8); */
}

.content-copy-item {
    padding: 10px;
    border-bottom: solid 1px #ccc;
}

.content-copy-item dl {
    margin-bottom: 10px;
}

.sub-title {
    margin: 20px 0 10px 20px;
    padding: 0;
    font-size: 0.95em;
    color: #65318f;
}

#accordion-control {
    position: absolute;
    padding-top: 5px;
    top: 0;
    right: 1%;
    background-color: #666;
    width: 100px;
    height: 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
}

.accordion,
.non-accordion {
    margin-bottom: 0;
    padding: 0 10px;
}

.non-accordion ul {
    margin-left: 10px;
}

.non-accordion a:link,
.non-accordion a:visited {
    color: #fff;
}

.accordion dd,
.accordion-menu dd {
    display: none;
    margin-left: 0;
}

.level-one dt,
.level-two dt {
    margin: 10px 0 0 0;
    font-weight: 600;
    color: #666;
    transition: 0.4s;
}

.level-one dt {
    font-size: 0.95em;
}

.level-two dt {
    padding: 0 10px;
    font-size: 0.85em;
}

.level-one dt:hover,
.level-two dt:hover {
    cursor: pointer;
    color: #0061ab;
}

.level-one .links,
.level-two .links {
    list-style-type: none;
    list-style-position: outside;
    list-style-image: url(/Images/Icon-Link-Blue-Arrow.png);
}

.level-one .links {
    margin-left: -5px;
}

.level-two .links {
    margin-left: 5px;
}

.level-one .links li,
.level-two .links li {
    padding: 3px 0;
    font-size: 0.7em;
    /* font-weight:700; */
}

.links li a:link,
.links li a:visited,
.lists li a:link,
.lists li a:visited,
.copy a:link,
.copy a:visited {
    color: #0061ab;
}

.links li a:hover,
.lists li a:hover,
.copy a:hover {
    color: #db0436;
}

.level-one .copy {
    margin: 20px 0 10px 0;
    padding: 0 20px;
    font-size: 0.85em;
    line-height: 1.6em;
    color: #666;
}

.level-two .copy {
    margin: 20px 0 10px 0;
    padding: 0 28px;
    font-size: 0.75em;
    line-height: 1.6em;
    color: #666;
}

.level-one .lists {
    margin-left: 5px;
    font-size: 0.75em;
    line-height: 1.6em;
    color: #666;
}

.level-two .lists {
    margin-left: 5px;
    font-size: 0.7em;
    line-height: 1.6em;
    color: #666;
}

.number-lists {
    margin-left: 5px;
    font-size: 0.75em;
    line-height: 1.6em;
    color: #666;
}

/***** End Content *****/

/***** Callout *****/

#callout {
    padding: 10px;
    width: 25%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /* background-color: rgba(51, 125, 140, 0.2); */
}

.callout-item {
    margin-bottom: 20px;
    padding: 10px;
    border: solid 1px #ccc;
    width: 100%;
    /* background-color: rgba(120, 151, 200, 0.8); */
}

.callout-item img {
    margin: 10px auto;
    display: block;
    width: 100%;
    max-width: 250px;
}

#alex-2023,
#alex-2024,
#alex-medicare,
#properties-for-sale,
#fidelity,
#fidelity2,
#netbenefits,
#ae-video,
#bsc,
#delta,
#payflex,
#anthem,
#anthem-global,
#anthem-eap,
#axa,
#live-health,
#express-scripts,
#express-scripts-mobile,
#wellallways,
#health-fitness,
#metlife,
#maven {
    display: none;
}

/***** End Content *****/

/****** End Body *****/

/***** Alt Search *****/

#alt-search {
    padding: 10px;
    visibility: hidden;
    /* display: none; */
    /* background-color: rgba(51, 125, 140, 0.2); */
}

/***** End Alt Search *****/

/****** Footer *****/

#footer {
    margin-right: 15px;
    /* padding: 10px;
    background-color: rgba(51, 125, 140, 0.2); */
}

.footer-item {
    padding: 10px;
    width: 100%;
    min-height: 50px; /* del */
    /*background-color: rgba(255, 255, 255, 0.7); */
}

.disclaimer {
    margin: 5px 0;
    padding: 10px;
    font-weight: normal;
    font-size: 0.7em;
    text-align: center;
    color: #000;
    background-color: rgba(255, 255, 255, 0.7);
}

.disclaimer a {
    color: #333;
}

#footer-logo {
    text-align: center;
}

/****** End Footer *****/

/***** Tables *****/

.scroll-table {
    overflow-x: auto;
}

.tabular-data-table {
    margin: 20px auto 20px auto;
    padding: 0;
    width: 90%;
    border-collapse: collapse;
    font-size: 0.75em;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    background: #fff;
    color: #666;
}

.tabular-data-table th,
.tabular-data-table td {
    margin: 0;
    padding: 8px;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    display: table-cell;
    /*IE display:inline-block;*/
    vertical-align: middle;
}

.top-aligned th,
.top-aligned td {
    vertical-align: text-top !important;
}

.tabular-data-table th {
    color: #fff;
    font-weight: bold;
}

.tabular-data-table td.centered,
.tabular-data-table th.centered {
    text-align: center;
}

.tabular-data-table tr td p {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.2em;
    color: #666;
}

.tabular-data-table ul {
    margin: 0 0 0 -20px;
    list-style-type: disc;
}

.tabular-data-table ul li {
    padding: 6px 0;
    color: #666;
}

.preventive-items-tbl td {
    vertical-align: top;
}

.preventive-items-tbl tr td p {
    margin: 0 0 10px 0;
}

.preventive-items-tbl ul {
    margin: 10px 0;
}

.preventive-items-tbl ul li {
    padding: 0;
}

.no-bullets {
    list-style-type: none !important;
}

.tabular-data-table ul ul {
    margin: 0 0 0 -20px;
    list-style-type: square;
}

.tabular-data-table ul ul ul {
    margin: 0 0 0 -20px;
    list-style-type: circle;
}

.tabular-data-table a {
    font-weight: 700;
}
.tabular-data-table a:link,
.tabular-data-table a:visited {
    color: #0061ab;
}
.tabular-data-table a:hover {
    color: #db0436;
}

/***** End Tables *****/

/***** Form Data Table *****/

.form-data-table {
    margin: 0 auto 20px auto;
    padding: 0;
    width: 70%;
    border-collapse: collapse;
}

.form-data-table th,
.form-data-table td {
    margin: 0;
    padding: 8px;
    font-size: 0.9em;
    font-weight: 700;
    color: #0061ab;
    display: table-cell;
    /*IE display:inline-block;*/
    vertical-align: middle;
}

.form-data-table input[type="text"] {
    padding: 5px 3px;
    border: solid 1px #666;
    font-weight: 700;
    color: #666;
}

.form-data-table textarea {
    padding: 5px 3px;
    border: solid 1px #666;
    color: #666;
}

.form-data-table select {
    padding: 3px;
    border: solid 1px #666;
    color: #666;
}

.required {
    font-weight: 700;
    color: red !important;
    white-space: nowrap;
}

/***** Not Form Data Table *****/

/**** Vision ****/

.vision-list li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/**** End Vision ****/

/***** Media Query *****/
@media print {
    #search,
    #menu,
    #alt-menu,
    #callout {
        display: none;
    }

    #alt-search {
        visibility: hidden;
    }
}

@media screen and (max-width: 769px) {
    #wrapper {
        padding: 0;
    }

    #body {
        flex-wrap: wrap;
    }

    #logo {
        width: 100%;
    }

    #search {
        display: none;
    }

    #alt-search {
        visibility: visible;
    }

    #alt-menu {
        display: block;
    }

    #menu {
        display: none;
        width: 65px;
    }
    .menu-item {
        height: 45px;
    }

    .menu-item .label {
        font-size: 8px;
    }

    #menu-panel-control {
        display: none;
    }

    #content {
        flex-grow: 1;
    }

    #callout {
        padding: 10px;
        flex-direction: column !important;
        width: 100%;
    }
    .callout-item {
        margin-bottom: 20px !important;
        width: 100% !important;
    }

    .callout-item:last-child {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 541px) {
    #page-title {
        font-size: 1.4em;
    }

    #company-logo {
        width: 85%;
    }

    .alt-search-field {
        width: 80%;
    }
}

/***** End Media Query *****/
