﻿.topnav {
    overflow: hidden;
    background-color: #222b36;
    position:absolute;
    width:100%;
    z-index:100;
}

.topnav .mrp-row {
    padding-right: 10px;
    padding-top: 12px; 
    padding-bottom: 8px; 
}

.large-device .mrp-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}


.top-nav-lilo {
    border: 1px solid #fff;
    background-color: rgb(57,57,57);
    color: #fff;
    padding: 7px 10px 10px 10px;
    font-size: 0.95rem;
}

.top-nav-lilo:hover{

    background-color:#474747;
}

.mrp-column.site-name {
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: bold;
}

.site-name-link {
    color: #fff;
    text-decoration: none;
}

.site-name-link:hover {
    color: #fff;
    text-decoration: none;
}

.mrp-column.site-name .milliman-header-verbiage {
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: normal;
    padding-right:8px;
}

  

.mrp-column.lilo {
    cursor: pointer;
    font-size: 0.9rem;
}

.mrp-column.home-selection {
    cursor: pointer;
}


.mrp-grid{

    height:auto;
}

.mrp-column{

    float:left;
    padding:10px;
    color:#fff;

}

.mrp-column.lilo{

    text-align:right;
}

.mrp-column.contact {
    text-align: right;
    float: right;
 }   

.large-left {
    width: auto;
    flex: 1 1 auto;
    padding-left: 30px;
}

.large-right-group {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    padding-right: 10px;
}

.small-far-left {
    width: 25%;
    margin-left: 30px;
}

.small-left {
    width: 25%;
   
}

.small-middle {
    width: 25%;
}

.small-right {
    width: 25%;
    float:right;
}


mrp-row:after{

    content:"";
    display:table;
    clear:both;
}


.contact {
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    white-space: nowrap;
}

.contact:hover {
    font-weight: bold;
}

a.contact {
    text-decoration: none;
    color: #fff;
}

a.contact:hover {
    text-decoration: none;
    font-weight: bold;
}


ul.hamburger-items li{

    background-color:rgb(57,57,57);
    padding:7px;
    text-align:left;
    font-size:0.8rem;
    cursor: pointer;
}

.hamburger-link {
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
}

.hamburger-link:hover {
    font-weight: bold;
}


/* header menu styles */

.milliman-header-verbiage {
    font-size: 1.9em;
    font-weight:normal;
}




/* media  queries */


@media screen and (max-width: 768px) {


    .small-device {
        display:block;
    }

    .large-device {
        display: none;
    }
}


@media screen and (min-width: 768px) {

    .small-device {
        display: none;
    }

    .large-device {
        display: block;
    }
}


